@charset "utf-8";
/* CSS Document */
/* common */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	line-height: 19px;
	background-color: #88C7F0;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
ul,li {
	list-style: none;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
h3 {
	height: 30px;
	color: #0053AA;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
}
h4 {	
	font-size: 14px;
}
a:link,a:visited {color: #FFFA68; text-decoration: none;}
a:hover,a:active {color: #FFFA68; text-decoration: none;}
a.blue:link,a.blue:visited {color: #0053AA; text-decoration: none;}
a.blue:hover,a.blue:active {color: #0053AA; text-decoration: underline;}
a.white:link,a.white:visited {color: #fff; text-decoration: none;}
a.white:hover,a.white:active {color: #fff; text-decoration: none;}
a.black:link,a.black:visited {color: #333; text-decoration: none;}
a.black:hover,a.black:active {color: #333; text-decoration: underline;}
.clear_float {float: left;}
.font_bold {font-weight: bold;}
.font_red {color: #FF0000}
.img_center {text-align:center;}
/* setting */
#wrapper {
	width: 954px;
	margin: 0 auto;
}

/* header */
#header {
	width: 954px;
	margin: 0 auto;
	background-color: #fff;
}

#logo {
	float: left;
}

#webname {
	float: left;
	display: inline;
	padding-top: 13px;
	padding-left: 50px;
}
/* end header */
/* menu */
#menu {
	width: 954px;
	height: 36px;
	margin: 0 auto;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
}
#menu ul {
	width:954px;
	margin: 0 auto;
	float: left;
	display: inline;
}
#menu ul li{
	float: left;
	display: inline;
	color: #FFDE00;
}
#menu ul li.cur{
	background-image: url(../images/menu_link.png);
	background-repeat: repeat-x;
}
#menu ul li a{
	display: block;
	width: 90px;
	text-decoration: none;
	color: #FFDE00;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
}

#menu ul li a.language{
	display: inline;
	width: 70px;
	text-decoration: none;
	color: #FFDE00;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
}
/* end menu */

/* content */
#content {
	width: 954px;
	margin: 10px auto 0;
	padding: 15px 0;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-x;
	background-color: #DFF0E6;
}
#main_content {
	width: 924px;
	margin: 0 auto;
	/*background-color: #fff;*/
}
.left_nav {
	width: 337px;
	height: 293px;
	background-image: url(../images/left_nav_bg.png);
	background-repeat: no-repeat;
	background-color: #0E1735;
	float: left;
}
.left_nav ul{
	width: 265px;
	padding: 45px 20px 52px 52px;
} 
.left_nav ul li{
	border-bottom: 1px solid #0F2497;
	border-top: 1px solid #6C759E;
	color: #FFFA68;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
}
.right_banner {
	width: 587px;
	float: left;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.banner_text {
	width: 483px;
	height: 79px;
	position: absolute;
	bottom: 20px;
	left: 40px;
	z-index: 99;
	padding-top: 25px;
}
.banner_text b{
	color: #FFFA68;
	font-family: "黑体";
	font-size: 40px;
}
.banner_text span{
	color: #FFFA68;
	font-family: "黑体";
	font-size: 28px;
	font-weight: bold;
	padding: 15px 0 0 10px;
}
.banner_text font{
	color: #FFFA68;
	font-family: "黑体";
	font-size: 16px;
	line-height: 30px;
}
.left_contact {
	width: 335px;
	float: left;
	border: 1px solid #9DCBD9;
	background-color: #fff;
	margin-top: 10px;
	display: inline;
}
.contact_title {
	width: 313px;
	text-align: right;
	margin-right: 22px;
	line-height: 34px;
	height: 34px;
	font-weight: bold;
	font-size: 16px;
	color: #1E7D49;
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contact_title a{
	color: #0053AA;
}
.contact_content {
	width: 310px;
	height: 251px;
	padding: 15px 10px 6px;
	line-height: 2em;
	color: #0053AA;
}
.left_search {
	width: 335px;
	height: 53px;
	background-image: url(../images/left_search_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.search_content {
	height: 23px;
	padding: 15px 0;
}
.search_keyword {
	width: 115px;
	padding: 0 5px;
	margin-left: 12px;
	height: 21px;
	line-height: 21px;
	float: left;
	display: inline;
	border: 1px solid #0053AA;
	background-image: url(../images/search_keyword_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.search_button {
	margin-left: 10px;
	float: left;
	display: inline;
}
.search_content img {
	margin: 0 0 0 10px;
	display: inline;
	padding: 0;
}
.right_intro {
	width: 572px;
	height: 340px;
	float: right;
	display: inline;
	margin-top: 10px;
}
.intro_content {
	width: 570px;
	height: 237px;
	border: 1px solid #9DCBD9;
	background: #FFFFFF;
}
.intro_title {
	width: 534px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-weight: bold;
	color: #0053AA;
	background-image: url(../images/intro_title_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.intro_text {
	width: 540px;
	height: 172px;
	font-size: 11px;
	line-height: 16px;
	padding: 15px;
}
.intro_text img{
	padding: 0 0 10px 10px;
}
.mark_list {
	width: 532px;
	height: 46px;
	margin-top: 15px;
	overflow: hidden;
	padding: 20px;
	background-image: url(../images/mark_bg.png);
	background-repeat: no-repeat;
}
.mark_list img {
	margin-right: 15px;
}
.product_ex {
	border: 1px solid #9DCBD9;
	background-color: #FFFFFF;
	margin-top: 16px;
	overflow: hidden;
}
.product_title {
	width: 882px;
	margin: 0 auto;
	height: 43px;
	line-height: 43px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/intro_title_bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.product_title_left {
	width: 800px;
	height: 43px;
	float: left;
	display: inline;
}
.product_title_right {
	width: 80px;
	height: 43px;
	float: left;
	display: inline;
	text-align: right;
}
.product_ex_list {
	padding:20px;
}
.product_ex_list dl {
	width: 146px;
	float: left;
	text-align: center;
	line-height: 20px;
	padding-bottom: 10px;
}
.product_ex_list dl dd{
	margin-bottom: 10px;
}
.product_ex_list dl dd img{
	border: 1px solid #9DCBD9;
}
.product_ex_list dl dt{
	font-size: 11px;
}
.related_title {
	height: 30px;
	color: #0053AA;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 25px;
}
.realated_pro {
	padding:20px;
}
.related_pro dl {
	width: 135px;
	float: left;
	text-align: center;
	line-height: 20px;
	padding-bottom: 10px;
}
.related_pro dl dd{
	margin-bottom: 10px;
}
.related_pro dl dd img{
	border: 1px solid #9DCBD9;
}
.related_pro dl dt{
	font-size: 11px;
}

#left_content {
	width: 570px;
	float: left;
	display: inline;
	border: 1px solid #9DCBD9;
	background-color: #fff;
}
.left_text {
	padding: 0 15px 10px;
	line-height: 1.7em;
}
#right_content{
	width: 337px;
	float: right;
	display: inline;
}
.right_nav {
	width: 337px;
}
.class_top {
	width: 215px;
	padding: 32px 53px 13px 69px;
	text-align: right;
	height: 33px;
	line-height: 33px;
	font-size: 20px;
	font-weight: bold;
	font-family: "黑体";
	color: #fff;
	background-image: url(../images/right_class_top_bg.png);
	background-repeat: no-repeat;
	font-style: italic;
}
.right_sub_class {
	padding-left: 19px;
	padding-right: 50px;
	background-image: url(../images/right_subclass_bg.png);
	background-repeat: repeat-y;
}
.right_sub_class ul li {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	line-height: 31px;
	border-bottom: 1px solid #0F2497;
	border-top: 1px solid #3D56C1;
}
.right_sub_class ul li ul li{
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	border-bottom: none;
	border-top: none;
}

.right_mark {
	width: 297px;
	padding: 20px;
	margin-top: 12px;
	height: 140px;
	background-image: url(../images/right_mark_bg.png);
	background-repeat: no-repeat;
}
.right_mark img {
	margin: 10px 15px 10px 0;
}
.left_list {
	padding: 0 15px 10px;
	line-height: 1.7em;
}
.left_list_block {
	margin-bottom: 15px;
}
.left_list_block .block_img {
	width: 100px;
	margin-right: 15px;
	float: left;
	display: inline;
	border: 1px solid #CCCCCC;
}
.left_list_block h4 {
	width: 420px;
	float: left;
	margin-bottom: 6px;
	font-size: 12px;
	display: inline;
}
.left_list_block .block_time {
	float: left;
	width: 420px;
	display: inline;

}
.rec_product {
	width: 540px;
	margin: 0 auto;
}
.gallery,.gallery_none,.list,.list_none {
	width: 100px;
	margin-left: 20px;
	padding: 5px 0 0 20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
}
.gallery {background-image: url(../images/gallery_current.gif); }
.gallery_none {background-image: url(../images/gallery_none.gif);}
.list {background-image: url(../images/list_current.gif);}
.list_none {background-image: url(../images/list_none.gif);}

.rec_product dl {
	float: left;
	width: 110px;
	margin: 0 6px 20px 0;
	text-align: center;
	display: inline;
}
*html .rec_product dl {
	float: left;
	width: 100px;
	margin: 0 5px 20px 0;
	text-align: center;
	display: inline;
}
.rec_product dl dt{
	border: 1px solid #ccc;
	padding: 5px 4px 0px 4px;
}
.rec_product dl dd.pro_title{
	padding: 3px 0 2px 0;
	overflow: hidden;
	width: 100px
}
.rec_product .if_select{
	float: left;
	width: 15px;
	height: 120px;
	padding: 0 2px 0 2px;
}
*html .rec_product .if_select{
	padding: 0;
}
.list_product dl {
	float: left;
	width: 510px;
	height: 120px;
	margin: 0 5px 20px 5px;
}
.list_product dl dt{
	width: 110px;
	float: left;
	border: 1px solid #EAF8E9;
	padding: 5px 0 0 0;
	text-align: center;
}
.list_product dl dd.pro_title{
	width: 360px;
	float: left;
	margin: 0 0 0 10px;
	padding: 5px 0 10px 0;
	display: inline;
}
.list_product .if_select{
	float: left;
	width: 15px;
	height: 120px;
	padding: 0 2px 0 2px;
}
#list_pro a{color: #333; text-decoration: none;}
#list_pro a:hover{color: #333; text-decoration: underline;}
#bread {
	color: #515151;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0 15px 15px;
}
#bread a{color: #0053AA; text-decoration: none;}
.pages a:link,.pages a:visited {color: #0053AA; text-decoration: none;}
.pages a:hover,.pages a:active {color: #0053AA; text-decoration: underline;}
.pages {
	text-align: center;
}
.feedback {
	background-color: #9999ff;
}
.feedback td{
	background-color: #fff;
	padding: 5px;
}
.changelist {
	border: 1px solid #CBF3DD;
	background-color: #EDFEF6;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
}
.changelist a{
	float: left;
}
.contact_now{
	margin-top: 6px;
	float: left;
	width: 105px;
}
.inquiry {
	text-align: center;
	margin: 10px 0 15px 0;  
}

.view_list {
	clear: both;
	padding: 10px 0 0px 0;
	border-bottom: 1px solid #C2C2C2;
	clear: both;
	overflow: hidden;
}
.view_list div{
	float: left;
}
.posttime {
	width: 150px;
}

.view {
	width: 30px;
}
#content_view {
}
#content_view .sub_title {
	padding: 5px 0 0 27px;
}
.pro_content table {
	background-color: #ECFFF5;
	border: 1px solid #BAEED1;
	color: #515151;
	font-size: 11px;
}
.pro_content table td{
	border: 1px solid #BAEED1;
	line-height: 20px;
}
#optimize ul {
	visibility: hidden;
	width: 0px;
	height: 0px;
}
#optimize ul li{
	font-size: 0px;
	height: 0px;
	width: 0px;
	float: left;
	color: #fff;
}
#optimize ul li a{
	font-size: 0px;
	height: 0px;
	width: 0px;
	color: #fff;
	text-indent: -1000em;
}
/* end content */

/* search */
#search_result {
	margin-bottom: 20px;
}
#search_result .search_block {
	margin-bottom: 15px;
}
#search_result .search_img {
	width: 100px;
	padding: 4px;
	border: 1px solid #ccc;
	overflow: hidden;
	float: left;
	display: inline;
}
#search_result .search_intro {
	width: 410px;
	padding: 4px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-left: 10px;
}
/* end search */
/* footer */
#footer {
	width: 926px;
	height: 64px;
	line-height: 19px;
	font-size: 11px;
	color: #FFFFFF;
	margin: 6px auto 20px;
	text-align: center;
	padding: 15px 13px 15px 15px;
	background-image: url(../images/ft_bg.png);
	background-repeat: repeat-x;
}
/* end footer */
/* clear float */
.clear {
	clear: both;
	font-size: 0px;
	height: 0;
	overflow: hidden;
}
#wrapper:after,#header:after,#content:after,#main_content:after,.product_ex:after,.left_list_block:after,.search_block:after{
	content: "."; 
  	clear: both; 
  	height: 0; 
  	visibility: hidden; 
  	display: block;
	font-size: 0px;
}