/* 页面布局 */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	background: #E9E9E9;
	font-family: Arial;
	font-size: 12px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* 导入页 */
#flash {
	margin: 150px auto 0 auto;
	width: 500px;
}

/* 首页 */
.content {
	margin: auto;
	width: 900px;
}

.logo {
	float: left;
	padding: 10px 0 0 10px;
	width: 590px;
	height: 70px;
}
.language {
	float: left;
	width: 300px;
	height: 25px;
	background: url(../images/language.gif);
	text-align: center;
}
.language a {
	padding: 0 9px 0 9px;
	line-height: 25px;
}

#notice {
	clear: both;
	overflow: hidden;
	height: 30px;
	background: url(../images/notice.gif);
	line-height: 30px;
}
#notice li {
	padding-left: 90px;
	height: 30px;
}
#notice a {
	color: #FFFFFF;
	text-decoration: none;
}
#notice a:hover {
	color: #FFFF99;
}

#main_nav {
	float: left;
	margin-top: 10px;
	width: 550px;
}
#main_nav li {
	float: left;
	padding: 0 7px 7px 0;
}
#main_nav img {
	float: left;
}

#movie {
	float: left;
	width: 350px;
	height: 533px;
	margin-top: 10px;
}

#copyright {
	clear: both;
	padding: 10px 0 20px 0;
	text-align: center;
	line-height: 20px;
}

/* 二级页面 */
.left {
	float: left;
	width: 219px;
}
.right {
	float: left;
	padding-left: 20px;
	width: 640px;
	border-left: #C7DBF1 1px solid;
}
.model {
	position: relative;
	width: 900px;
	margin: auto;
}
.model_pic {
	position: absolute;
	top: 34px;
	right: 20px;
}
#nav {
	clear: both;
	padding-left: 10px;
	height: 65px;
	background: url(../images/nav.jpg);
}
.dis {
	display: block;
}
.undis {
	display: none;
}
#nav_label {
	height: 35px;
}
#nav_label a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav p {
	float: left;
	padding: 2px 25px 0 25px;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
}
#nav p.out {
	cursor: pointer;
}
#nav p.over {
	cursor: pointer;
	background: url(../images/nav_current.jpg) no-repeat top center;
}
#nav_sub {
	color: #CCF3FD;
	line-height: 28px;
}
#nav_sub a {
	padding: 1px 6px 2px 6px;
	color: #CCF3FD;
	text-decoration: none;
}
#nav_sub a:hover {
	background: #3590D5;
	color: #FFFFFF;
}

.breadcrumb {
	padding: 1px 0 0 20px;
	background: url(../images/breadcrumb_arrow.gif) no-repeat 10px center;
	color: #666666;
	line-height: 30px;
}
.breadcrumb a {
	color: #666666;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #000000;
}

.content_top {
	overflow: hidden;
	padding: 15px 10px 10px 10px;
	background: url(../images/content_top.gif) no-repeat top #FFFFFF;
}
.content_bottom {
	width: 900px;
	height: 30px;
	background: url(../images/content_btm.gif) no-repeat bottom;
}
.content_bg {
	background: #FFFFFF;
}

.menu {
	width: 200px;
	margin-bottom: 25px;
}
.menu p {
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(../images/menu_title.gif);
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
.menu_list a {
	display: block;
	padding-left: 10px;
	background: url(../images/menu_list.gif);
	font-weight: bold;
	line-height: 26px;
}
.menu_list a:hover {
	background: url(../images/menu_current.gif);
	text-decoration: none;
}
.menu_sub {
	padding: 3px 0 10px 10px;
}
.menu_sub_1 {
	padding-left: 15px;
}
.menu_sub a {
	display: block;
	padding-left: 15px;
	width: 175px;
	background: url(../images/menu_sub.gif);
	line-height: 22px;
}
.menu_sub a:hover {
	color: #FF0000;
	background: url(../images/menu_sub.gif);
	text-decoration: none;
}

.support_btn {
	clear: both;
	margin-bottom: 10px;
	width: 200px;
	background: url(../images/support_btn.gif);
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
}
.support_btn a {
	display: block;
	padding-left: 10px;
}
.support_btn a:hover {
	text-decoration: none;
}
.contact_box {
	padding: 0 10px 0 10px;
	width: 180px;
	height: 155px;
	background: url(../images/contact_box.gif);
	line-height: 20px;
}
.contact_box p {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 33px;
}

.right_title {
	padding-left: 10px;
	background: url(../images/right_title.gif);
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

#product_class {
	margin: 15px 0 0 -20px;
	width: 660px;
}
#product_class li {
	float: left;
	padding: 0 0 20px 20px;
	width: 310px;
	height: 265px;
}
#product_class p {
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}
#product_class a {
	display: block;
	background: url(../images/product_class.gif);
	text-decoration: none;
}

#product_list {
	margin: 15px 0 0 -20px;
}
#product_list li {
	float: left;
	padding: 0 0 20px 20px;
}
#product_list a {
	display: block;
	padding: 1px;
	width: 198px;
	height: 198px;
	background: url(../images/product_list.gif);
	text-decoration: none;
}
#product_list p {
	line-height: 30px;
	text-align: center;
}

.page {
	clear: both;
	height: 30px;
	padding-top: 5px;
	text-align: center;
}
.page a {
	padding: 0 5px 0 5px;
}

.product_title {
	margin-bottom: 20px;
	padding-left: 10px;
	background: url(../images/product_display.gif);
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
.product_photo {
	float: left;
}
.product_photo img {
	border: #CCCCCC 1px solid;
}
.product_content {
	float: left;
	margin-left: 13px;
	width: 365px;
}
.product_name {
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	font-size: 30px;
	line-height: 50px;
}
.product_intro {
	padding-top: 15px;
	line-height: 20px;
}

.intro {
	margin-top: 15px;
	line-height: 20px;
}
.intro img {
	float: left;
	width: 100px;
	padding: 5px 20px 0 0;
}
.intro_content {
	float: left;
	width: 520px;
}
.intro p {
	padding-bottom: 15px;
}

#news {
	padding: 15px 0 10px 0;
}
#news li {
	background: url(../images/line.gif) repeat-x bottom;
	color: #666666;
	line-height: 30px;
}
#news a {
	float: left;
	padding-left: 30px;
	width: 525px;
	background: url(../images/arrow.gif) no-repeat 10px center;
	line-height: 30px;
}

#news_show {
	padding: 15px 0 10px 0;
}
.news_title {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	line-height: 25px;
	text-align: center;
}
.news_content {
	padding: 10px;
	line-height: 20px;
}

.download {
	margin-top: 15px;
	padding-top: 150px;
	height: 250px;
	background: url(../images/download_bg.gif);
	text-align: center;
}
.download p {
	line-height: 40px;
}
.text {
	width: 240px;
	height: 23px;
	border: #7F9DB9 1px solid;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
}
.submit {
	height: 25px;
	border: #7F9DB9 1px solid;
	background: url(../images/submit.gif);
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.back {
	width: 880px;
	margin: 10px auto 0 auto;
	text-align: right;
}
.back a {
	display: block;
	width: 50px;
	padding-right: 10px;
	background: url(../images/back.gif);
	line-height: 21px;
}