﻿/*
每个页面（r:20 m:20预留）
*/
/*--------------------reset--------------------*/
body{color:#4c4949; font-size:13px; font-family:微软雅黑;}
body{min-width:1020px;}
body,form,input,ul,dl,dd,p,h1,h2,h3,h4,h5,h6,textarea,pre{margin:0;}
ul,input{padding:0;}
ul{ list-style-position:outside; list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h1,h2,h3,h4,h5,h6,input,button,textarea{font-size:100%;}
table{border-collapse:collapse; border-spacing:0;}
a{color:#333; text-decoration:none;}
a:hover{ color:#3780d3;}
a img{border:none;}
a,button{cursor:pointer;} 
i{font-style:normal;}
b{font-weight:normal;}
textarea{overflow:auto; resize:none;}
p{ line-height:28px;}
/*--------------------原子类--------------------*/
.tc{ text-align:center;}
.clearfix:before,.clearfix:after{content:''; display:table;}.clearfix:after{clear:both;}.clearfix{*zoom:1;}
.tal{text-align:left;}.tac{text-align:center;}.tar{text-align:right;}
.fl{float:left;}.fr{float:right;}.fl,.fr{display:inline;}
.fs12{font-size:12px;}.fs14{font-size:14px;}.fs16{font-size:16px;}.fs18{font-size:18px;}.fs20{font-size:20px;}
.ff1{font-family:\5B8B\4F53;}.ff2{font-family:\5FAE\8F6F\96C5\9ED1;}.ff3{font-family:\9ED1\4F53;}
.fwb{font-weight:bold;}.fsi{font-style:italic;}.tdl{text-decoration:line-through;}
.fw_n{ font-weight:normal;}
.mg5{margin:5px;}.mg10{margin:10px;}.mg15{margin:15px;}.mg20{margin:20px;}
.mt5{margin-top:5px;}.mt10{margin-top:10px;}.mt15{margin-top:15px;}.mt20{margin-top:20px;}
.mr5{margin-right:5px;}.mr10{margin-right:10px;}.mr15{margin-right:15px;}.mr20{margin-right:20px;}
.mb5{margin-bottom:5px;}.mb10{margin-bottom:10px;}.mb15{margin-bottom:15px;}.mb20{margin-bottom:20px;}
.ml5{margin-left:5px;}.ml10{margin-left:10px;}.ml15{margin-left:15px;}.ml20{margin-left:20px;}
.pd5{padding:5px;}.pd10{padding:10px;}.pd15{padding:15px;}.pd20{padding:20px;}
.pt5{padding-top:5px;}.pt10{padding-top:10px;}.pt15{padding-top:15px;}.pt20{padding-top:20px;}
.pr5{padding-right:5px;}.pr10{padding-right:10px;}.pr15{padding-right:15px;}.pr20{padding-right:20px;}
.pb5{padding-bottom:5px;}.pb10{padding-bottom:10px;}.pb15{padding-bottom:15px;}.pb20{padding-bottom:20px;}
.pl5{padding-left:5px;}.pl10{padding-left:10px;}.pl15{padding-left:15px;}.pl20{padding-left:20px;}
.dib{display:inline-block;}.vat{vertical-align:top;}.vam{vertical-align:middle;}
.wwbw{word-wrap:break-word; word-break:break-all;}
.jjclear{ clear:both;}


/*表单bdstyl- stat*/

.btn{ display:inline-block;width:100px;height:100px;text-align:center; opacity:initial}
.cur,.hover{
	position:relative;
	display:inline-block;
	vertical-align:top; 
	height:4px;
	width:35px;
	top:48px;
}
.cur:before,.cur:after,.hover:before,.hover:after{
	position:absolute;
	content:"";
	background-color:#fff;
	height:100%;
	width:100%;
	
}
.cur:before{
	transform:translateY(-200%);	/*当前按钮，Y轴向上移动-200%，因为span的高度为4px，因此span整体向上移动4px*/
    -webkit-transform:translateY(-200%);	
}
.cur:after{
	transform:translateY(200%); 	/*同理，span整体向下移动4px*/
    -webkit-transform:translateY(200%);	
}
.hover{ background-color:transparent;}
.hover:before{
	transform:translateY(0) rotate(45deg);			/*点击之后，Y轴恢复到原点坐标，然后顺时针旋转45°角*/
	-webkit-transform:translateY(0) rotate(45deg);
}
.hover:after{
	transform:translateY(0) rotate(-45deg);			/*点击之后，Y轴恢复到原点坐标，然后逆时针旋转-45°角*/
	-webkit-transform:translateY(0) rotate(-45deg);
}





/* common css ============================================== */
:focus{outline:none;}
form,ul,ol,dl,dd,p{margin:0; padding:0;}
button,input,select,textarea{font-size:1em;	margin:0; font-family:tahoma, arial, simsun, sans-serif; color:#484848;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
del{color:#686868;}
/* for font & text & tag =================================== */
.red{
	color:red!important;
}
.gray{
	color:#686868!important;
}
.hasDefaultText{color:#999;}
.orange{
	color:#f60!important;
}
.green{
	color:#79a605!important;
}
.blue{
	color:#0057b0!important;
}
/* for margin & padding | width & height =================== */
.mb10{
	margin-bottom:10px;
}
.mb18{margin-bottom:18px;}
.mb22{margin-bottom:22px;}
.p820{ padding:8px 20px;}
.mr20{
	margin-right:20px;
}
.p10{padding:10px;}
.tl { text-align: left}
.tr { text-align: right}
.tc { text-align: center}
.ml10 {margin-left: 10px;}
.mr10 {margin-right: 10px;}
/* class css ============================ class css ======== */
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{clear:both; height:0; overflow:hidden;}
.lireset li {
    background: url("../Images/arrow1.gif") no-repeat left 8px;
    margin-bottom: 4px;
    padding-left: 15px;
}
.lireset2 li {
    background: url("../Images/arrow2.gif") no-repeat left 8px;
    margin-bottom: 4px;
    padding-left: 15px;
}
.download{
	padding:6px 0 6px 70px;
	line-height:26px;
	height:64px;
	font-size:16px;
	font-family:"microsoft yahei";
	background:url(../Images/download.png) no-repeat;
}
.donate{
	padding:15px 5px 6px 72px;
	height:55px;
	width:213px;
	display:block;
	color:#8b6300;
	border:5px solid #F27F02;
	background:url(../Images/donate.png) 3px center no-repeat #fae4ae;
}
.donate:hover{
	text-decoration:none;
	background-color:#fff79f;
}
/*--find height for float elements --------------------------*/
.cls:after{content:"";font-size:0;display:block;height:0;clear:both;visibility:hidden;}
* html .cls{ zoom: 1; } /* IE6 */
*:first-child+html .cls{ zoom: 1; } /* IE7 */

.wraper{
	width:980px;
	margin: 65px;
}
.header h1 {
	font-size:34px;
	line-height:52px;
	font-weight:normal;
	padding:6px 0 8px 0;
}
.header h1 a{color:#fff;}
.header .wraper{height:72px; position:relative;}

.header .nav {
	position:absolute;
	right:-1px;
	top:0;
	font-family:"microsoft yahei";
}
.header .nav li {
	float:left;
}
.header .nav li a {
	font-size:20px;
	color:#fff;
	height:67px;
	line-height:67px;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	float:left;
	margin-right:1px;
	background:url(../Images/navbg.gif) repeat-x;
}
.header .nav li a.current, .header .nav li a:hover {
	border-bottom:5px solid #f27f02;
}
.gallery{
	height:496px;
	overflow:hidden;
	background:url(../Images/gallerry-bg.gif) 0 0 repeat-x #ccc;
	border-bottom:5px solid #EAEAEA; 
}
.gallery li{background-color:#fff; overflow:hidden;}
.roundabout-holder  { 
	width:646px;
	height:496px;
	margin:0 auto;
}
.roundabout-moveable-item {
	width: 646px;
	height: 416px;
	cursor: pointer;
	border:3px solid #ccc;
	border:3px solid rgba(255,255,255,0.5);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.roundabout-moveable-item img{
	width:100%;
}
.roundabout-in-focus {
	cursor:default;
	border:3px solid rgba(255,255,255,0.8);
}
.main{background-color:#fff; color:#424242; padding:20px 0 30px; line-height:22px;}
.aside{width:300px;}

.main h3 span,
.main h2 span{
    color: #888;
}
.content{width:650px;}
.main p{
    margin-bottom: 18px;
}
.latestcomment li{max-height:36px; line-height:18px; overflow:hidden; margin-bottom:16px; color:#000;}
.latestcomment a{
	color:#8a8a8a;
	text-decoration:underline;
}
.latestcomment a:hover{text-decoration:none;}

.footer {
	color:#fff;
	height:20px;
	padding:20px 0 22px 0;
	border-top:5px solid #eee;
}

.commentlist cite, .commentlist em {
    font-style: normal;
}
.comment .tit {
    border-bottom: 1px dashed #CCCCCC;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 6px;
}
.comment .tit span.gray {
    font-weight: normal;
}
.comment .comment-meta a{color:#999; cursor:default;}
.comment .comment-meta a:hover{text-decoration:none;}
.commentlist p {
    color: #333333;
    line-height: 23px;
    margin: 8px 0;
}
.commentlist li {
    color: #666666;
    float: none;
    height: auto;
    margin: 0;
    min-height: 50px;
    padding: 10px 10px 10px 72px;
    position: relative;
    width: 898px;
}
.commentlist li.graybg {
    background-color: #eee;
}
.commentlist li img {
    border: 1px solid #DDDDDD;
    height: 32px;
    left: 10px;
    padding: 4px;
    position: absolute;
    top: 13px;
    width: 32px;
}
.commentlist li .said {
    margin: 10px 0;
}
.sendcomment li {
    padding: 5px 0;
}
.sendcomment .inputxt {
    border: 1px solid #CCCCCC;
    padding: 5px;
    width: 230px;
}
.sendcomment textarea {
    border: 1px solid #CCCCCC;
    height: 160px;
    overflow: auto;
    padding: 5px;
    width: 566px;
}
.sendcomment .btn_sub {
    cursor: pointer;
    padding: 8px 20px;
}

.pagenav{
	padding:10px 0;
}
.pagenav a{
	display:inline-block;
	border:1px solid #ddd;
	padding:0 4px 1px;
}
.pagenav b{
	color:red;
}
.pagenav *{
	margin-right:6px;
}

.wp_syntax{margin-bottom:22px!important;}
.post p{margin-bottom:8px;}

.questionlist dt{
	padding:5px 15px;
	color:#333;
	font-size:14px;
	background-color:#eee; 
}
.questionlist dd{padding:6px 15px 15px; margin-bottom:10px; color:#666;}
.questionlist p{margin:8px 0;}
/*==========以下部分是Validform必须的===========*/
.Validform_checktip{
	margin-left:8px;
	line-height:20px;
	height:20px;
	overflow:hidden;
	color:#999;
	font-size:12px;
}
.Validform_right{
	color:#71b83d;
	padding-left:20px;
	background:url(../Images/right.png) no-repeat left center;
}
.Validform_wrong{
	color:red;
	padding-left:20px;
	white-space:nowrap;
	background:url(../Images/error.png) no-repeat left center;
}
.Validform_loading{
	padding-left:20px;
	background:url(../Images/onload.gif) no-repeat left center;
}
.Validform_error{
	background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#000;}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#cc0;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #000; border-top:none; text-align:left;}

/*表单bdstyl- end*/



/*表单deme- stat*/
.fz12{font-size:12px;}
input{padding: 8px 20px; vertical-align:middle;}
.main{padding-bottom:60px; padding-top:36px;}
.main h1,
.main h2,
.main h3{padding-left:10px;}
.main h1{text-align:center;color: #212222; font-family: "microsoft yahei"; font-size: 36px; font-weight: normal; line-height: 2em; margin-bottom: 36px;}
.main h2{background-color:#eee; line-height:2!important;}
.main h3{font-size:20px; margin-bottom:10px;}
.lireset2{padding-left:10px;}
.registerform{margin-bottom:20px;}
.registerform .need{
	width:10px;
	color:#b20202;
	
}
.need{margin: 7px 0; }
.registerform td{
	padding:5px 0;
	font-size: 14px;
	vertical-align:top;
	text-align: right;
}
.registerform .inputxt,.registerform textarea{
	border:1px solid #a5aeb6;
	width:auto;
	padding:0 10px;
	height:28px; line-height:28px;
}
.registerform textarea{
	height:75px;
}
.registerform label{
	margin:0 15px 0 4px;
}
.registerform .tip{
	line-height:20px;
	color:#5f6a72;
}
.registerform select{
	width:202px;
}
.registerformalter select{
	width:124px;
}
.swfupload{
	vertical-align:top;
}
.passwordStrength{

}
.passwordStrength b{
	font-weight:normal;
}
.passwordStrength b,.passwordStrength span{
	display:inline-block; 
	vertical-align:middle;
	line-height:16px;
	line-height:18px\9;
	height:16px;
}
.passwordStrength span{
	width:45px; 
	text-align:center; 
	background-color:#d0d0d0; 
	border-right:1px solid #fff;
}
.passwordStrength .last{
	border-right:none;
}
.passwordStrength .bgStrength{
	color:#fff;
	background-color:#71b83d;
}
#demo1 .passwordStrength{
	margin-left:8px;
}
.tipmsg{
	padding:0 10px;
}
textarea{
	overflow:auto;
	resize:none;
}



.document{
	min-height:800px;
}
.document .sidenav{
	width:170px;
	background-color:#eee;
	padding:10px 10px 20px;
}
.document .sidenav h3{
	font-size:14px;
	padding:5px 10px;
	background-color:#e1e1e1;
}
.document .sidenav a{
	color:#1870a9;
}
.document .content{
	width:750px;
}
.document .content dt{
	background-color:#eee;
    line-height:2;
	padding:0 10px;
}
.document .content dt a{
	color:#79a605;
	padding:5px 0;
	font-size:20px;
	font-weight:bold;
	display:block;
}
.document .content dt a:hover,
.document .content h3 a:hover{text-decoration:none; cursor:default;}
.document .content dd{
	padding:15px 0;
}
.document .content h3{
	color:#333;
	font-size:16px;
}
.document .content p{
	padding:0 0 16px 10px;
	margin-bottom:0;
}
.document .content .intro{
	margin-bottom:16px;
}
.document .content .intro p{
	padding-bottom:0;
}
.document .content .intro pre{padding-left:10px;}
.document .content .wp_syntax{
	margin-left:10px;
	margin-right:10px;
}
.document .sidenav .lireset2{padding-left:0;}
.document .sidenav li ul{display:none;}

.toTop {
	display:block;
	width:48px;
	height:49px;
	overflow:hidden;
	text-indent:-20000px;
	position:fixed;
	right:15px;
	bottom:20px;
	display:none;
	background:url(../Images/totop.png) no-repeat;
	_position:absolute;
	_top:expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight-20);
}
/*表单deme- end*/


body{color:#4c4949; font-size:13px; font-family:"Microsoft Yahei" !important;}


/*--------------------header--------------------*/
body{ font-size:13px;}
#top{ overflow:hidden; }
#top_c,.xm_main{ width:1200px; margin:0 auto;}

#banner_n{ clear:both;}
#top_c{ margin:10px auto;}
#logo{ float:left; display:block; margin-top:10px; }
#top_tel{ float:right;  display:block; margin-top:15px;}
.bxyzixun{ float:right; color:#e81e29; font-size:20px; font-weight:bold; margin-top:21px; margin-right:20px;}
.bxytel{ float:right; color:#fac92c; font-size:20px; font-weight:bold; margin-top:10px;}


#nav_box{  height:50px; border-top:1px solid #ededed; padding-bottom:5px; margin-top:20px; }
#nav li{ padding:0 2px; margin:0 21px; line-height:40px; font-size:14px; height:40px; border-bottom:2px solid #fff; float:left;  }
#nav li:first-child{  margin:0;}
#nav li:hover{ border-bottom:2px solid #3780d3; }
#nav li a:hover{ color:#3780d3; }
#s_nav_on{border-bottom:2px solid #3780d3; }

/*banenr切换*/
#full-screen-slider { width:100%; height:450px; float:left; position:relative;}
#slides { display:block; width:100%; height:450px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}

#pagination { display:block; list-style:none; position:absolute; left:50%; top:360px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE;}

 /* main_box1 */
 #m_box_1_l{ float:left; margin:20px auto; width: 771px;}
  #m_box_1_l img{ float:left;  }

 #s_gsjj{ float:left;}
 #m_box_1_l p span{ font-size:14px; font-weight:bold;}
 #m_box_1_l p{ line-height:28px; width:410px; margin:0 40px; padding:0; float:left; display:block; color:#666;}
 #m_box_1_l p a{ float:right;}
 #m_box_1_l p img{ vertical-align:middle; padding: 8px 5px 0 5px;}
 
 #m_box_1_r{ float:right; width:400px; margin:20px 0;}
 

 #m_box_1_r ul li{ font-size:12px; line-height:28px;   }
 #m_box_1_r ul li a{ color:#666;}
 #m_box_1_r ul li a:hover{ color:#3780d3; }
 .lm_title{ border-bottom:1px #e7e7e7 solid; line-height: 35px; height:35px; margin-top:3px;  }
 .lm_title span{ font-size:14px; font-weight:bold; }
 .lm_title a{ float:right; display:inline-block; color:#999; padding-top:2px;}
 #m_box_1_r ul li span{ color:#999; display:inline-block; padding-right:10px; }
 .icon_box{ width:3px; height:3px; background:#ccc; display:inline-block; margin:3px 5px 5px 0px; vertical-align:middle;}
 
 /* main_box2 */
 #m_box_2{ background:#f2f2f2; padding:30px 0; padding-bottom:15px; margin-bottom:20px; height:460px;}
 
 .s_search{ float:right;}
 .s_search input{ width:275px;float:left; background:fff; padding-left:8px; margin-left:2px;*margin-left:0; border:none; color:#999; font-family:"Microsoft Yahei";}
 .cpmc{ text-align:center; margin-top: 10px;}
 /* 首页产品展示tab */
		.slideTxtBox{  text-align:left; overflow:hidden; margin-bottom:15px;  }
		.slideTxtBox .hd{ height:30px; line-height:30px;  border-bottom:1px solid #ddd;  position:relative; padding-bottom:10px; }
		.slideTxtBox .hd ul{ float:left; position:absolute; bottom:1px; height:32px;   }
		.slideTxtBox .hd ul li{ font-size:14px; float:left; padding:0 20px; cursor:pointer; font-weight:bold; color:#0b78b3;   }
		.slideTxtBox .hd ul li:first-child{ }
		.slideTxtBox .hd ul li.on{ height:30px;  background:#0b78b3; border-radius:2px; color:#fff;  }
		.slideTxtBox .bd ul{ padding:15px 0;  zoom:1;  }
		.slideTxtBox .bd li{  float:left;   }
		.slideTxtBox .bd li .date{ float:right; color:#999;  }
		.bd1 ul{ height:420px; margin-right:-40px; }
		.bd1 ul li{ margin-right:33px; margin-top:15px; }
		.pic_tab1{ border:1px solid #dedede; padding:0.5px; height:140px;}
		.pic_tab1:hover{border:1px solid #06C; }
		
	 /* main_box3 */	
		
		.hd2{ margin-top: 20px;}
  /* 首页新闻tab */
		*{margin:0; padding:0;  }
		body{ background:#fff; font:normal 14px/22px "Microsoft Yahei";  }
		img{ border:0;  }
		a{ text-decoration:none; color:#333;  }

		/* 本例子css */
		.slideBox{ overflow:hidden; position:relative; border:1px solid #ddd;  }
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:10px; height:10px; line-height:50px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#295e9d; color:#fff; }
		.slideBox .hd ul li:hover{background:#295e9d; color:#fff;}
		.slideBox .bd3{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd3 ul{ padding:0;}
		.slideBox .bd3 li{ zoom:1; vertical-align:middle; }
		.slideBox .bd3 img{ width:260px; height:130px; display:block;  }
		.my_box{ width:251px !important; height:120px !important;}
		.news_bt{ display:none !important; zoom:3; overflow:hidden; display:block; color: #fff;padding: 0 10px;line-height: 30px; position:relative; top:-30px; height:30px; width:200px; 
		filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F333333', endColorstr='#7F333333');background:rgba(51,51,51,0.5);}

		.hd3{ padding:0px;padding: 0px !important;position: relative !important;height: 15px !important;top: 0px !important;line-height: 15px;}
		.hd3 { overflow:hidden; zoom:1; float:left; border:none !important; margin-top:10px;  }
		.hd3  li{ border:none !important; float:left;  margin-right:2px;  font-weight:normal !important; width:10px !important ; height:10px !important; line-height:15px; text-align:center; background:#fff; cursor:pointer; padding:0 !important;  }
		.hd3  li.on{ background:#295e9d; color:#fff; font-weight:normal !important; }
		.hd3 .hd ul li:hover{background:#295e9d; color:#fff;}
		.xinwen_l{ float:left; width: 260px !important;margin-right:10px;}
		.xinwen_r{  width: 480px; float:right; padding-left: 20px}
		.xinwen_r_t{ font-size:14px;}
		.xinwen_r_t span{ float:right; font-weight:normal; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#666; padding-right:10px;}
		
		.xinwen_list { padding:0 !important; margin:0;}
		.xinwen_list li{ line-height:40px; height:40px; float:left; width: 365px; margin-right: 25px; border-bottom:1px dotted #CCC;}
		.xinwen_list li:nth-child(2n){ margin-right:0; float:right;}
		.xinwen_list li span{ float:right;}
		.icon_yd{ display:inline-block; width:4px; height:4px; border-radius:2px; background:#999; vertical-align:middle; margin:0 5px;}
		
		.m_box_3_l{ width:780px;}
		
		#yj li{ border:1px solid #9ecfe9 ; margin:7px 0 7px 0; *margin:4px 0 3.5px 0;  }
		.kh{ background:#0095cd; color:#fff ; padding:0 20px ;line-height: 28px;}
		.kh span{ float:right; color:#fff !important;}
		.xh{ background:#eeefef; color:#595858;padding:0 20px; font-size: 12px;}
		.xm_main m_box_7{ margin-top:-20px;}
		/* main_box4 */
		
		.fzlc-list li{ background: url(../Images/iconaaaa.png) 4px 15px no-repeat; padding-left:17px;}
		/* 荣誉资质 */
		#ryzz_l{ width:370px; margin:10px 0; float:left; }
		#ryzz_l li{ float:left; margin-right:7px;}
		.ryzz_r{ width:151px; float:right; margin-top:-23px; height:220px; }
		
		.ryzz_title{ border-bottom:1px solid #E7E7E7; font-size:14px; width:100%; }
		#m_box_4{ height: 300px; }
		.m_box_4_r{width: 524px; float: right; margin-top:15px;}
		#m_box_4_l{ float:left; width:630px;}
		.fzlc{ height:240px; overflow:hidden;}
		.fzlc li{ border:none; width:auto; height:auto; margin:0; float:none !important;}
		
		/* main_box5 */
		#m_box_5{background: none repeat scroll 0% 0% #F2F2F2; height:450px; margin-top:20px;}
		.m_box_5_c h1{ line-height:80px; font-size:18px; font-weight:bold; text-align:center; color:#444;}
		.sytc{ height:400px ;}
		.sytc li{ width:340px; padding:10px; border-bottom:1px solid #cdcdcd; margin-right:40px; min-height:135px; margin-top:10px; line-height: 40px;
height: 40px;
float: left;transition:0.5s;}
		.sytc li:hover{ background:#e1e0e0;transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); }
		.ts_title img{ float:left; display:block; padding-right:10px;}
		.ts_title h2{ font-size:14px; font-weight:bold; display:block; line-height:18px;}
		.ts_title span{ float:none !important; text-align:left;}
		.fzlc li a{ color:#036; font-weight:bold; display:inline-block; padding-right:5px; }
		
		
		/* main_box6*/
		.m_box_6{ padding-top:30px;}
		.djwx_s_t{height:28px;background: none repeat scroll 0% 0% #0B78B3; border-radius:2px; color: #FFF; font-size:14px; padding: 5px 20px; line-height:30px;}
		.lm_title h2{font-size:16px;  display:inline-block;  padding:0 10px; padding-top:10px;}
		.title{     text-align: center; font-size: 14px;}
		
		#featureContainer {
			border-bottom: #999 0px dotted; border-left: #999 0px dotted; MARGIN: 0px auto; WIDTH: 1200px; FONT-SIZE: 80%; BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted
		}
		#wrap {
			OVERFLOW: hidden
		}
		#load {
			BACKGROUND-IMAGE: url(../Images/loader32x32.gif); border-bottom: #999 0px dotted; border-left: #999 0px dotted; TEXT-INDENT: -9999px; MARGIN: 0px auto; WIDTH: 1200px; DISPLAY: none; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: center 50%; HEIGHT: 100px; BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted
		}
		#feature {
			border-bottom: #999 0px dotted; POSITION: relative; border-left: #999 0px dotted; MARGIN-TOP: 5px;  BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted
		}
		#feature .button {
			border-bottom: #999 0px dotted; POSITION: absolute; border-left: #999 0px dotted; WIDTH: 840px; BORDER-TOP: #999 0px dotted; TOP: 72px; BORDER-RIGHT: #999 0px dotted; LEFT: 0px
		}
		#feature .prev {
			position:relative;
			border-bottom: #999 0px dotted; border-left: #999 0px dotted; TEXT-INDENT: -9999px; WIDTH: 30px; DISPLAY: block; BACKGROUND: url(../Images/feature_left.gif) center top; FLOAT: left; HEIGHT: 48px; BORDER-TOP: #999 0px dotted; TOP: -120px; BORDER-RIGHT: #999 0px dotted
		}
		#feature .next {
			position:relative;
			border-bottom: #999 0px dotted; border-left: #999 0px dotted; TEXT-INDENT: -9999px; WIDTH: 30px; DISPLAY: block; BACKGROUND: url(../Images/feature_right.gif) center top; FLOAT: right; HEIGHT: 48px; BORDER-TOP: #999 0px dotted; TOP: -120px; BORDER-RIGHT: #999 0px dotted
		}
		
		.featureUL {
			left: -1386px; border-bottom: #000 0px dotted; POSITION: relative; border-left: #000 0px dotted; PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 2800px; PADDING-RIGHT: 0px; FLOAT: left; BORDER-TOP: #000 0px dotted; BORDER-RIGHT: #000 0px dotted; PADDING-TOP: 0px; LEFT: 0px
		}
		.featureBox {
			BACKGROUND-IMAGE: url(../Images/bg-featurebox.jpg); border-bottom: #999 0px dotted; height:auto; border-left: #999 0px dotted; WIDTH: 280px; BACKGROUND-REPEAT: no-repeat; FLOAT: left; HEIGHT: 230px; OVERFLOW: hidden; BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted; PADDING-TOP: 10px
		}
		#botton-scroll {
			Z-INDEX: 0; border-bottom: #999 0px dotted; border-left: #999 0px dotted; MARGIN: 0px auto; width: 1160px !important; FLOAT: left; HEIGHT: 210px; BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted
		}
		#block {
			Z-INDEX: 0; border-bottom: #999 0px dotted; POSITION: relative; border-left: #999 0px dotted;  MARGIN: 0px auto; PADDING-LEFT: 0px; WIDTH: 1140px; PADDING-RIGHT: 0px; HEIGHT:150x; FONT-SIZE: 70%; OVERFLOW: hidden; BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted; PADDING-TOP: 0px
		}
		#block .box {
			border-bottom: #d8d8d8 0px solid; border-left: #d8d8d8 0px solid; PADDING-BOTTOM: 10px; MARGIN: 0px 20px; PADDING-LEFT: 10px; WIDTH: 240px; PADDING-RIGHT: 10px; FLOAT: left; HEIGHT: 180px; BORDER-TOP: #d8d8d8 0px solid; BORDER-RIGHT: #d8d8d8 0px solid; PADDING-TOP: 10px
		}
		#block .box .feature-title {
			FONT-SIZE: 140%; FONT-WEIGHT: normal
		}
		#block .box .feature-thumb {
			WIDTH: 240px; MARGIN-BOTTOM: 5px; FLOAT: left; HEIGHT: 150px
		}

		
		
		
		/* main_box7*/
		#s_wxlc{ height:auto !important;}
		#s_wxlc li{ padding:0 8px; border: medium none;
width: auto;
height: auto;
margin: 20px 15px 0 15px;
float: left !important;}
		#s_wxlc li img{ vertical-align:middle; text-align:center;}
		.jtou{ margin-top:23px !important; display:block;}
		
		
		/* main_box8*/
		.main_box8 li{ width:330px; border-right:1px #cdcdcd  dashed;padding: 0 34px;  margin-top: 15px;}
		.main_box8 li:nth-child(3n){ border:none;}
		.box_8_t{ color:#0B78B3; font-weight:bold; font-size:14px; height:30px;}
		.box_8_t span{ text-align:center;  padding:3px; margin-right:5px; display:inline-block;background:#CCC; height:15px; width:15px; line-height:15px; }
		.box_8_c{   font-size:12px; line-height:28px;}
		.box_8_c span{  text-align:center; background:#0B78B3; font-weight:bold; padding:3px; margin-right:5px; display:inline-block;color:#fff; height:15px; width:15px; line-height:15px;}
		
		/* main_box9*/
		.s_link h1{ font-size:14px; font-weight:bold; color:#333; line-height:60px;}
		.s_link li{ margin-right:50px; float:left; height:40px; line-height:40px; }
		/*.s_link li:nth-child(6n){ text-align:right;}*/
		.s_link li a{ display:block; }
		.s_link li img{ float:left; vertical-align:middle; padding: 12px 5px; }
		 .s_hzhb { min-height: 140px;}
		
		
		/*foot-nav1*/
		.foot_nav1{background: none repeat scroll 0% 0% #F2F2F2; padding:30px 0; height:auto; height:180px; color:#666;}
		.foot_nav1 h1{ font-size:15px; font-weight:bold;}
		.foot_nav1 h1 img,#fot_e-mail h1 img{ vertical-align:middle; padding: 0 5px;}
		.foot_nav1 ul li{border-right:1px solid #cdcdcd;}
		.foot_nav1 ul li{ float:left; width:220px;  text-align:center; height:185px; }
		.foot_nav1 ul li :last-child{ border:none; }
		.foot_nav1 ul li ul li{ float:none; width:auto; border:none; height:28px; padding-left:25px;  }
		#fot_tel{ font-size:14px; line-height:30px; height:185px;}
		#fot_e-mail{ float:left;  border:none; margin-left:10px; width:280px;}
		#fot_e-mail ul{ 0}
		#fot_e-mail h1{ display:block; float:left; text-align:left; height:100px; }
		#fot_e-mail li{ text-align:left; line-height:27px; height:auto;}
		
		/*首页footer*/
		#footer{ clear:both; height:60px;  margin-top:20px; margin:0 auto; border-top:1px solid #cdcdcd; padding:20px 0;}
		#footer h1{ font-size:14px; line-height:30px; color:#666; text-align:center;}
		#footer ul{width: 500px;margin: 15px auto;margin-left: 455px;}
		#footer li{ float:left; border-right:1px dotted #666; padding:0 10px;  line-height:15px; height:15px; font-size:14px; }
		#footer li:last-child{ border:none;}
		#footer li a{  color:#666;}
		#footer li a:hover{  color:#3780D3;}
		
		
		
/*----------------------------------------内页----------------------------------------*/
		/*内-导航*/
		#n_nav_box{background:#1F6DB7; height:40px; width:100%;    margin-bottom:10px; margin-top:10px; }
		#n_nav { padding-top:5px; width: 1200px;height: 40px; margin:0 auto;}
		#n_nav ul{margin:0 -23px; }
		#n_nav li a{ color:#fff;  height:40px; line-height:30px;  }
		#n_nav li a:hover{color:#1F6DB7; }
	
		#n_nav li{line-height:30px; font-size:14px; height:40px;  float:left; margin-right:5px;  }

		#n_nav li:hover a{ color:#1F6DB7;}
		#s_nav_n_on{color:#1F6DB7;}
		
		/*标题-面包屑导航*/
		#n_title{  height:40px; line-height: 55px; border-bottom:1px #cdcdcd solid;}
		#n_title span{ float:right;}
		#n_title span img{ vertical-align:middle; padding:0 5px;}
		.dqid{ color:#1F6DB7;}
		
		/*内页-left*/
		#n_left,#n_left_cp{ width:170px; float:left; margin-right:30px; }
		#n_left h1,#n_left_cp h1{ font-size:18px;height:45px; line-height: 55px; border-bottom:1px #cdcdcd solid;}
		#n_left li{ text-align:left; font-size:14px; line-height:35px; height:35px; padding-left:20px;}
		#n_left li:hover{ background: url(../Images/icon_l_icon.png) no-repeat 10px center #eee;}
		#n_right{ float:left; width:1000px; margin-bottom:25px; }
		
		/*内页-联系方式*/
		.n_lxfs{ background:url(../Images/n_lxfs.jpg) no-repeat right center; text-align:left;}
		.n_lxfs h1{ font-size:16px; font-weight:bold; line-height:40px;}
		#xm-id-map{  margin:20px 0; }
		
		/*内页-新闻内容页*/
		.jiathis_style_24x24{width: 500px;top: 0px; }

		#fengxiang span{ right:250px; float:left; padding-left:20px;}
		#new_ms{ text-align:center;font-size:13px; color:#666; border-top:#CCC 1px dotted; height:55px; line-height:40px;}
		.description{ background:#f8f8f8; border:#ececec 1px dashed; line-height:26px; padding:15px; margin-bottom:20px;}
		.description b{ color:#999; font-size:14px;}
		.hui_content{ line-height:28px; color:#333;}
		.news_content{ margin:20px 0; }
		.news_content h1{text-align:center; font-size:22px; text-align:center; line-height:40px; margin:8px 0; color:#333;}				
		.news_article img{ max-width:1000px;}

		.news_content span{ padding:0 7px;}
		.news_article{ line-height:28px; overflow:hidden;}
		.news_article p{text-align:left; color:#333;}
		.news_article span{ text-align:left; color:#333; display:inline-block; font-size:14px; line-height:24px; padding:0; margin:0;}
		
		#new_xgwz{ width:40%; float:left; margin-bottom:20px;}
		
		#new_rdwz{width:50%; float:right; text-align:left;  margin-bottom:20px;}
		#new_xgwz ul li span,#new_rdwz ul li span{ color:#999; float:right; }
		.news_tj_t{ text-align: center;
			background: none repeat scroll 0% 0% #0B78B3;
			font-weight: bold;		
			margin-right: 5px;
			display: inline-block;
			color: #FFF !important;
			height: 15px !important;
			float:left !important;
			width: 15px;
			line-height: 15px;
			padding:3px !important;}
		
		#new_xgwz h1,#new_rdwz h1{ text-align:left !important;  font-size:14px; font-weight:bold;}
		#new_xgwz ul li ,#new_rdwz ul li { height:30px;line-height:18px; font-size: 14px; }
		
		/* 图片列表 */
		img_list_content{ width:1030px; height:510px;}
		.img_list_content ul li{ width:24.8% ; float:left; margin-top:20px; height:220px; max-height:220px; padding:0;  }
		.img_list_content ul li p{ text-align:center; margin-top: 10px; width:100%; border-top:1px solid #bbb; }
	
	
		/* 设置显示文字定位位置，背景半透明 */
		#jj_pic_list_box{ position:relative; width: 156px; height:216px; text-align:center; clear:both; margin: 0 auto;padding: 5px 0;}
		#jj_pic_list_box img{  padding:1px !important;  border:1px solid #ddd;  }
		#jj_pic_list_box span{ /*filter:alpha(opacity=20);-moz-opacity:0.2;opacity: 0.2;*/}
		.icon_jh{ display:none;}
		#jj_pic_list_box:hover .xsbj{cursor:pointer; display:block; height:100%; width:100%;  position:absolute; top:0; z-index:110; background:#000;filter:alpha(opacity=40);-moz-opacity:0.4;opacity: 0.4;    }
		#jj_pic_list_box:hover .icon_jh{ text-align:center; z-index:999; vertical-align:middle; display:block !important; line-height:100%; font-size:36px; color:#fff; position:relative; top:-70%;  }
		
		
		
		.m-page{ clear:both; text-align:center; margin:30px auto;}
		.m-page a{ border:#bebebe 1px solid; padding:3px 10px; height:22px; line-height:22px; margin:0 1px;}
		.m-page .on{background:#1c5a9a; color:#fff;}
		.m-page a:hover{background:#1c5a9a; color:#fff;transition:all 1s ease 0s;}
		
		
		.n_qgfd{ margin-bottom:30px !important; background:none;}
		.n_qgfd p{ text-indent:2em;}
		
		
		/*产品左侧导航 */
		
		.sideMenu{   border: 1px solid #ccc;background: #222; font-family:"Microsoft Yahei"; margin-top:0 !important; }
		.sideMenu h3{  line-height:37px; padding-left:10px; background:#fdfdfd; border-bottom:1px solid#ccc; color:#666; cursor:pointer;
			font:normal 14px/32px "Microsoft YaHei"; 
		}
		.sideMenu h3 em{display:block; height:3px;width:3px;border-radius: 2.5px;float: left;margin-top: 18px; background:#999;margin-right: 5px;}
		.sideMenu h3.on{ background-position:16px -57px; background:#ddd;  }
		.sideMenu h3 {font-size: 16px;}
		.sideMenu ul{  color:#999; display:none; /* 默认都隐藏 */ }
		.sideMenu ul li{ background:#f4f4f4; border-bottom:1px solid #ccc;  padding:0 17px; }
		.sideMenu ul li a{ color:#666; font-size: 12px;}
		.sideMenu ul li a:hover{ color:#205A99;}
		
		#n_gsjj_img{ margin-bottom:20px;}
		
		
		
		/*人才招聘 */
		#bnt_zxyp{ position:relative;top: 13px; display:block; float:left; border-radius:2px; background:#3e67a3; padding: 0 20px; height:25px; line-height:25px; color:#fff;}
		#bnt_zxyp:hover{ color:#F90;}
		#rctj td{ width:auto !important; }
		
		#rdtj_t{background:#3e67a3; color:#fff; border:none;  margin:10px 0 !important; border:none !important; }
		#rctj h1{ text-align:left;}
		
		#rctj{ background:#f2f2f2; margin:10px 0; padding:30px; min-height:160px; }
		#rctj ul li{ float:left; width:33.3%; line-height:30px;}
		#rc_th{border-top:none !important; margin-bottom:10px;}
		#jjtable table{
		width:1000px;
		
		text-align:center;
		color:#515151;
		font-family:"Microsoft Yahei"Verdana, Geneva, sans-serif;
		margin:0 auto;
		border-collapse:collapse;
		border-spacing:0;
		
	}
 #jjtable table th{
	width:16.6%;
	height:50px;
	line-height:50px;
	font-size:14px;
	margin:0; 


	}
	#jjtable table tr{  border-bottom:1px #cdcdcd dashed; border-top:1px #cdcdcd dashed; }
	
	#jjtable table td{width:16.6%;height:40px;line-height:40px;}
	
	/*服务客户*/
	#fwkh_table{ line-height:40px;width:1000px;text-align:center;color:#515151;font-family:"Microsoft Yahei"Verdana, Geneva, sans-serif;margin:0 auto;border-collapse:collapse;border-spacing:0;}
	#fwkh_table tr:nth-child(2n+1){ background:#f2f2f2;  border:1px solid #ddd;}
	#fwkh_table tr{  border:1px solid #eee;}
	#fwkh_table th{ font-size:14px; border:1px solid #ddd; }
	
	/*在线订购*/
	#n_zxdg_l{ float:left; width:540px; background:#f7f7f7; padding:0px 40px; height: 660px; }
	#n_zxdg_l dd{ float:left;}
	#n_zxdg_l h1{font-size:14px; border-bottom:1px #cdcdcd dashed; text-align:left;}
	#n_zxdg_l h1 img{ padding-right:10px; vertical-align:middle; line-height:30px; }
	#n_zxdg_l dl{ margin:20px 0; position:relative; clear:both;}
	#n_zxdg_r{ float:right; width:350px;}
	#n_zxdg_r h1{ font-size:14px; text-align:left; border-bottom:1px #cdcdcd dashed;}
	#n_zxdg_r span{ color:#933; font-size:12px; font-weight:normal;}
	#n_zxdg_r p{ text-indent:2em;}
	
	.hx{ color:#900  !important;}
	.xjsubmit{ border-bottom:1px #cdcdcd dashed; padding-bottom:30px;}
	#jjnav{
	display:inline-block; height:60px; width:100%; background-color:#494747;
	display:none; }
	.jjdisplay{display:inline-block;}
	#jjnav li{
		float:left;  }
	#jjnav li a{
		color:#fff;
		font-size:18px;
		font-family:"Microsoft Yahei";
		height:60px;
		line-height:60px;
		text-decoration:none;
		width:90px;
		text-align:center;
		display:inline-block;
		}
		#jjnav li a:hover{
			color:#F4B90A;}
		
	
	.jjwraper{ text-align:center;  margin:0 auto; width:740px; margin-top:90px;}
	.jjwraper form{ text-align:center;}
	.jjtext{ float:left;}
	.jjtext textarea{ height:150px !important;}
	.jj_submit{font-family:"Microsoft Yahei"; width: 100px; line-height:20px; height:30px; padding:0;}
	.jjtel{ position:absolute; left: 297px;}
	
	.hx{ color:#f00;}
	
	/*产品详情*/
	#p_a_c_l{ float:left; width:350px;  padding:20px 20px; margin-bottom:20px;}
	#n_zxdg_l dd{ float:left;}
	#n_zxdg_l h1{font-size:14px; border-bottom:1px #cdcdcd dashed; text-align:left;}
	#n_zxdg_l h1 img{ padding-right:10px; vertical-align:middle; line-height:30px; }
	#n_zxdg_l dl{ margin:20px 0; position:relative; clear:both;}
	#p_a_c_r{ float:right; width:550px; padding-left:30px;}
	#p_a_c_r h1{ font-size:14px; text-align:left; font-weight:bold; margin-bottom:5px; }
	#p_a_c_r a{  float:left; margin:30px 20px;}
	#p_a_c_r ul{ border-bottom:1px #cdcdcd dashed; border-top:1px #cdcdcd dashed; padding:20px 0;}
	#p_a_c_r ul li{ color:#666; height:28px;}
	.p_a_x_dz{ position:relative; top:20px !important;}
	.p_a_x_dz a{ margin:0 !important; }
	.p_c_a_tab li{ border:none !important; width:965px; line-height:35px; padding:0 !important;　}
	.p_c_a_tab span{ font-weight:normal !important; font-size:14px !important;}
				
				
	/* 本例子css */
		.picFocus{ margin:0 auto;  width:400px; border:1px solid #ccc; padding:5px;  position:relative;  overflow:hidden;  zoom:1;   }
		.picFocus .hd{ width:100%; padding-top:5px;  overflow:hidden; }
		.picFocus .hd ul{ margin-right:-5px;  overflow:hidden; zoom:1; }
		.picFocus .hd ul li{ padding-top:5px; float:left;  text-align:center;  }
		.picFocus .hd ul li img{ width:92px; height:65px; border:2px solid #ddd; cursor:pointer; margin-right:5px;   }
		.picFocus .hd ul li.on{ background:url("../Images/icoup.gif") no-repeat center 0; }
		.picFocus .hd ul li.on img{ border-color:#f60;  }
		.picFocus .bd li{ vertical-align:middle; }
		.picFocus .bd img{ width:400px; height:260px; display:block;  }
		
		/* 新闻列表 */
		
		.n_n_l_img{ float:left; width:180px;  height:100px;}
		.n_n_list_c img{ padding: 0 5px;}
		.n_n_list{ width:740px;}
		.n_n_list_text{ width:945px ;}
		.n_n_list_c ul{ clear:both;}
		.n_n_list_c li{ border-bottom:1px #cdcdcd dashed; padding:10px 5px; height:100px; max-height:100px;}
		.ny-rt{ float:right; margin:5px 0 15px 0; *margin:5px 0;}
		
		/* 产品列表 */
		#p_l_c_l{ float:left; }
	
		#p_l_c_r{ float:right; width:285px; }
		#p_l_c_r h1{ border-bottom:1px solid #ddd; font-size:14px; font-weight:bold; margin-top:5px;}
		#p_l_c_r h1 .fl{ margin-top:5px; padding-right:15px;}
		#p_l_c_r h2{ border-top:1px solid #ddd; font-size:14px; font-weight:bold;}
		#p_l_c_r span{ line-height:20px; display:block;  padding-left:10px;}
		#p_l_c_r p{ text-indent:2em; line-height:20px; color:#999;}
		
		/*.p_l_c dl dd:nth-child(2n+1){padding:5px;
		margin:10px 0; width:490px; float:left; background:#f2f2f2; border:1px solid#ddd; height:220px; overflow:hidden;}	
		.p_l_c dl dd:nth-child(2n){padding:5px;
		margin: -4px 0px 25px 23px; width:490px; float:right; background:#f2f2f2; border:1px solid#ddd; height:220px; overflow:hidden;}*/
	
		.p_l_pic_box{ width:190px !important; padding:0; }
		.p_l_pic_box .hd ul { padding-left:5px; padding-bottom:5px;}
		.p_l_pic_box .bd ul li{ height:130px; margin:0 !important; padding:0 !important; }
		.p_l_pic_box .bd img{ width:190px; height:130px;  }
		.p_l_pic_box .hd ul li { height: 30px;margin:0 !important; padding:0 !important; } 
		.p_l_pic_box .hd ul li img{ width:37px; height:26px;}
		
		
		.pic_list li{   height: 260px !important;}
		.pic_list li p{ margin:0 !important; border:0 !important;}
		#jj_pic_list_box{ position:relative; width: 156px; height:216px; text-align:center; clear:both; margin: 0 auto;padding: 5px 0;}
		#jj_pic_list_box img{  padding:1px !important;  border:1px solid #ddd;  }
		#jj_pic_list_box span{ /*filter:alpha(opacity=20);-moz-opacity:0.2;opacity: 0.2;*/}
		.icon_jh{ display:none;}
		#jj_pic_list_box:hover .xsbj{cursor:pointer; display:block; height:100%; width:100%;  position:absolute; top:0; z-index:110; background:#000;filter:alpha(opacity=40);-moz-opacity:0.4;opacity: 0.4;    }
		#jj_pic_list_box:hover .icon_jh{ text-align:center; z-index:999; vertical-align:middle; display:block !important; line-height:100%; font-size:36px; color:#fff; position:relative; top:-70%;  }
		
		.n_qyzz li{   height: 240px !important;}
		#jj_pic_list_box{ position:relative; width: 156px; height:216px; text-align:center; clear:both; margin: 0 auto;padding: 5px 0;}
		#jj_pic_list_box img{  padding:1px !important;  border:1px solid #ddd;  }
		#jj_pic_list_box span{ /*filter:alpha(opacity=20);-moz-opacity:0.2;opacity: 0.2;*/}
		.icon_jh{ display:none;}
		#jj_pic_list_box:hover .xsbj{cursor:pointer; display:block; height:100%; width:100%;  position:absolute; top:0; z-index:110; background:#000;filter:alpha(opacity=40);-moz-opacity:0.4;opacity: 0.4;    }
		#jj_pic_list_box:hover .icon_jh{ text-align:center; z-index:999; vertical-align:middle; display:block !important; line-height:100%; font-size:36px; color:#fff; position:relative; top:-70%;  }
		
			
		/* 首页企业资质 */
		
		.ryzz_title{ border-bottom:1px solid #cdcdcd; font-size:14px; font-weight:bold;  width:100%; }
		.ryzz_title span{ line-height:20px; position: relative; top: -5px;}
		.dz_pic_left{  position:relative;   }
		.dz_pic_left .hd{ overflow:hidden;   position:relative;}
		.dz_pic_left .hd .prev{ display:block; float:right; margin-right:20px; }
		.dz_pic_left .hd .next{ display:block;  float:right;  }
	
		.dz_pic_left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.dz_pic_left .hd ul li{ float:left;  width:9px; height:9px;  margin-right:5px; text-indent:-999px; cursor:pointer;  }
		.dz_pic_left .hd ul li.on{ background-position:0 0; }
		.dz_pic_left .bd{ margin-top:11px; *margin-top:17px;}
		.dz_pic_left .bd ul{ zoom:1;position: relative;
right: 9px;}
		.dz_pic_left .bd ul li{  float:left; _display:inline; overflow:hidden; text-align:center; right: 4px; position: relative;  }
		.dz_pic_left .bd ul li .pic{ text-align:center; }
		.dz_pic_left .bd ul li .pic img{ width: 160px; height: 246px; display:block;  border:1px solid #ccc; }
		.dz_pic_left .bd ul li .pic a:hover img{ border-color:#999;  }
		.dz_pic_left .bd ul li .title{ line-height:24px;   }
		
		
		/* 维修页面 */
		#p_l_c_r h1{ font-size:11px;}
		#p_l_c_r h2{ font-size:11px;} 
		#p_l_c_r p{ font-size:11px; overflow:hidden;}
		
		/* 03.05 */
		.sbwx p{  }
		.cpbt h1{color:#333; font-size:16px !important; line-height:40px; border-bottom:1px #ccc dashed !important;  }
		.cpbt span{ color:#333; line-height:30px !important; }
		#p_l_c_l{ margin-left:3px;}
		.n_n_list{ width:655;}

   /*	.n_xw_search{ margin-bottom:10px; height:30px;padding: 10px 0; border-bottom:1px solid #ccc;}*/
		
		.search_text{ text-align:right; float:right; padding-right: /*width: 645px;*/ line-height: 30px;}
		.search_text2{ width:480px;}
		.n_n_list{ width:780px;}
		
		
		.s_search{ clear:both;}
		.s_search_s{width: auto; height: 30px; border: none; position: relative;top: -1px; }
		.s_search_s input{ height:29px; border:none !important;}
		.s_search img{ height:29px !important;}
		
		.s_search_s a{ left:0;}
		.dz_pic_left .hd .prev{ margin-right:5px;}
		.sideMenu h3{ border:none !important; background:#f2f2f2;}
		.sideMenu h3.on{}
	
		.sideMenu ul li { border:none !important; background:#d8d8d8 !important;}
		.sideMenu{border:none !important; border-top:#CCC 1px solid;}
		#n_left_cp{ width:160px ; margin-right:10px !important;}
		.p_l_c dl{ clear:both;}	
		.p_l_c dl dd{ height:170px !important;}
		 .dz_pic_left .hd .prev{ margin-right:10px;}
		.p_l_pic_box  img{ width:190px; height:160px; display:block; padding:0; margin:0;}
		.fzlc_a{padding:0 10px; display:block;}
		.fzlc_a:hover{ color:#333; background:#f2f2f2;  }
	
		#m_box_1{ margin-top:10px;}
		#m_box_2{ margin-top:10px; padding-bottom:30px !important;}
		#m_box_3{ margin-top:10px;}
		#m_box_4{ margin-top:10px;}
		#m_box_5{ margin-top:10px;}
		.xinwen_list li{ line-height:32px;}
		.fzlc { height: 250px;}
	
		
		
		/* 03.06 首页字号修改 */
		#nav li,#n_nav li { font-size:16px;}
		#m_box_1_l p span{ font-size:18px;}
		.lm_title span{ font-size:18px;}
		.s_link h1 {font-size: 18px;}
		.ryzz_title span{font-size: 18px;}
		.slideTxtBox .hd ul li{font-size: 11px;}
		#m_box_1_r ul li{font-size: 15px;line-height: 28px;height: 28px;width: 100%;overflow: hidden;}
		#m_box_1_l p{ line-height:25px;}
		#s_gsjj{ height:197px !important;}
		#yj li{ height:auto !important;}
		.box_8_c { font-size:13px;}
		#footer li{ font-size:16px;}
		#footer ul{margin: 15px auto 15px 426px;}
		
		/* 内页字号修改 */
		#n_left h1{ font-size:18px; height:45px; font-weight:bold;}
		#n_title{ height:45px; margin-bottom:10px;}
		#n_left li { font-size:16px;}
		.xinwen_r_t{ font-size:15px;}
		.picFocus .bd img{ width:290px !important;}
		
		#banner{ position:relative; margin-top:-10px;*margin-top:0;}
		
		/*****************************************************产品页面确定*******************************************************************************/
		
		/* 03.06 首页字号修改 */
		#nav li,#n_nav li { font-size:16px;}
		#m_box_1_l p span{ font-size:18px;}
		.lm_title span{ font-size:18px; float:left;}
		.s_link h1 {font-size: 18px;}
		.ryzz_title span{font-size: 18px;}
		.slideTxtBox .hd ul li{font-size: 14px;}
		#m_box_1_r ul li{font-size: 14px;line-height: 28px;height: 28px;width: 100%;overflow: hidden;}
		#m_box_1_l p{ line-height:25px;}
		#s_gsjj{ height:197px !important;}
		#yj li{ height:auto !important;}
		.box_8_c { font-size:13px;}
		#footer li{ font-size:16px;}
		#footer ul{ margin:30px auto; width:29%;}
		
	
		
		/* 内页字号修改 */
		#n_left h1{ font-size:18px; height:45px; font-weight:bold;}
		#n_title{ height:45px;}
		#n_left li { font-size:16px; list-style: none;}
		.xinwen_r_t{ font-size:16px; font-weight:bold; padding:5px 0;}
		.xinwen_r_t a{ color:#555;}
		
		#n_left_cp { width:205px;}
		
		
		.n_cp_right{ width: 960px !important; float: right !important;}
		.p_l_c dl dd{ height:200px !important; width: 950px;}
		.p_l_pic_box{ width:260px !important; }
	/*	.p_l_c dl dd:first-child{ width: 950px; height:199px !important;}*/
		.p_l_c dl dd{width: 950px;  height:190px !important; overflow:hidden;}
		.p_l_pic_box img {width:266px;height:173px; }
		.p_l_pic_box
		
		/* 产品详情 */
		
		
		.picFocus .bd img{ height:290px !important; width: 400px !important;}
		#cp_a_bnt{ border-top:1px dashed #ccc; margin-top:20px; padding:20px 0;}
		#fengxiang{ right:0px;}
		.lll{ float:left; width:30%; }
		.rrrr{ float:left; width:40%; }
		.ccc{ float:left; width:30%; }
		
		
		#p_l_c_r{ width:480px;}
		#p_l_c_r span{ line-height:30px !important; padding:0;}
		.p_l_c{ float:none !important;}
		.p_l_c dl dd{ width:auto !important; background:none !important; margin:10px 0; padding:5px; border:1px solid #ccc; }
		.p_l_c dl dd:hover{ background:#f5f5f5 !important;}
	
		.p_rrr{ width:640px !important; margin-right: 20px;}
		.p_rrr{ width:640px !important; margin-right: 20px;}
		
		.xinwen_list{}
		.fzlc111{ list-style:disc !important; }
		
		.picFocus .hd ul li img{ width: 126px;height: 90px;}
		.llcs{ font-size: 13px;font-weight: normal; float:left;position: relative;left: 10px;top: 3px; }
		.llcs strong{ font-weight:normal; padding-left:10px;}
		.p_rrr h1 a{ float:left;}
		.p_rrr h1{ height:40px; line-height:40px; display:block; }
		#hits{ display:inline !important;}
		.picFocus .hd{ height:100px;}
		#n_left h1{ text-align:left; padding-left:20px;}
		.search_text {position: relative;right: 10px;top: 5px;font-size: 14px;}
		.n_n_list_c img { position:relative;}
		
		.syp{ clear:both;  border-bottom:1px solid #ccc;height:40px;}
		.syp h3{ font-size:14px; float:left;  width:45%;   }
		
		.n_llcs{ position:relative; top:-1px; }
		.cpbt h1{ height:40px; line-height:40px;}
		
		.n_n_list_c p a { float:right;}
		.n_n_list_c p a img{ padding-left:10px;}
		.gjc-fx{ height:40px; line-height:40px;}
		#fengxiang{ top:1px; left:20px;  font-weight:bold; }
		
		
		.news_xq{ position:relative; top:-40px;}
		.news_xq img{ position:relative; display:inline-block; top:5px; padding:0 10px; }
		.news_xq span{ color:#666;}
		.n_lxfs h1{ text-align:left; background: url("../Images/n_lxfs.jpg") no-repeat scroll right center transparent; }
		
		#m_box_4_l ul{ padding:5px;}
		#m_box_4_l a:hover{ background:#f5f5f5; display:block; color:#333;}
		
		.sideMenu h3{ background:#fff; line-height:38px;}
		.sideMenu h3.on{background:#f2f2f2;}
		.sideMenu ul li{ line-height:35px}
		
		
		#n_qyzzbox{ margin-top:15px;}
		.xsyj_slid{
		width: 400px !important;
		float: right !important;
		position: relative;
		top:15px;}
		.xsyj_slid .bd{ height:228px !important; margin-top: 20px; padding:5px;  overflow: hidden;
		margin-bottom:20px;
border: 1px solid #ccc;}

#footer_link{ width:100%; background:#efefef; margin:0 auto; height:70px; padding-top:20px; margin-top:30px; height: 70px; font-size:13px;}
#footer_link ul{ width:1200px; margin:0 auto;}
#footer_link li{ float:left; width:227px;}
#footer_link li a{  font-size:14px;}
#footer_link li span{ display:inline-block; width:40px; overflow:hidden; height: 40px;float: left;margin-right: 10px;margin-top: 5px;}
#footer_link li img{ float:left; vertical-align:middle; line-height:140px; position:relative; top:-10px; right: 35px; }
.n_llcs { left:20px; font-size:12px !important; top:0px; color:#999 !important; }

.foot_nav1_ul{ width:1200px; margin:0 auto;}
.foot_nav1_ul ul{ margin:0 -15px;}
#footer p{ text-align:center;  }
#footer p a{  padding:0 5px; font-size:14px; color:#666; }
#footer p a:hover{ color:#0B78B3;}
.slideTxtBox .hd ul li{ font-size:18px;}
#ryzz_l li{ height:128px;}
#m_box_1_l p { font-size:15px;}
#m_box_1_l p a{ color:#999; display:block;}
#m_box_1_l p img { float:right; padding: 8px 10px 0px;}
.icon_box{ margin: 14px 5px 5px 0px;}
.s_search_n { background:#fff; top:0; }
.slideTxtBox .hd{ height:33px; line-height:33px;}
.slideTxtBox .hd2{ height:23px !important; line-height:33px;}
.slideTxtBox .hd ul li.on{ height:33px;}
.icon_yd{position: relative;top: 15px;}

#n_nav li{padding:0;}

.llcs{ font-size:12px; left: 15px;color: #666 !important;top: 4px;}

#n_qyzzbox {margin-top: 0;}


#p_l_c_l{ width:260px; margin-top:6px;}
#n_nav li a{ padding:0 10px;}

#n_nav li a:hover { display:block; border-radius: 1px;background: none repeat scroll 0% 0% #FFF;}
.lm_title span{ margin-top:-2px;}
.lm_title h2{ padding:0; padding-left:10px;}
.s_sz ul li{ font-size:14px; }
.s_gsjj{ width: 470px; line-height:28px; float: left;margin-left: 20px;font-size: 14px;}
.s_gsjj a{ clear:both; display:block; color:#333!important; font-size:14px;}
.s_gsjj a:hover{ color:#295e9d!important; }
.registerform .inputxt{width: 130px;}
.s_sea{ display:inline-block; height:29px; line-height: 29px; background:#205A99; float:right; color:#fff; width:90px; text-align:center; }
.s_sea:hover{ color:#fff; }
.s_search input{ height:30px; line-height:30px; width: 276px;*height:26px; *line-height:26px; padding:0; padding-left:8px;}

.n_n_list_c li:hover{ background:#f5f5f5; padding:10px 5px; min-height:100px;}


.left_on{background: url(../Images/icon_l_icon.png) no-repeat 10px center #eee;}

.mr_zh{ clear:both; border-bottom:#606060 1px solid; padding-bottom:25px; padding-top:5px; overflow:hidden;}
#lightbox-overlay-text{display:none;}
#lightbox-imageContainer{padding:5px !important;}
#lightbox-imageBox{background:#fff !important; padding:5px !important; border:none !important; border-radius:10px 10px 0 0;}
#lightbox-infoBox{border-radius:0 0 10px 10px; padding:0 5px 5px !important;}
#lightbox-infoBox,
#lightbox-infoFooter{display:block !important;}
#lightbox-close-button{text-indent:-999em; overflow:hidden; background:url(../Images/close.gif) no-repeat right; width:27px; height:28px; color:#FFF; text-align:center; float:right;}
.tag{ padding:6px; text-align:center; line-height:22px;}
.tag p a{ color:#565656;}
.tag p a:hover{ color:#fa2d2d;}

.zh_list_a{ margin-bottom:30px; width:1030px; overflow:hidden; }
.zh_list_a li{float:left; width:24.5%;  border-bottom: 1px solid #ccc;
margin-top: 15px;}
.zh_list_a li a{display:block; margin:8px;}
.zh_list_a .d1{height:156px; text-align:center;}
.zh_list_a .d1 img{text-align:center;  height:100%;}
.zh_list_a .d2{height:156px; line-height:156px; margin-top:-156px; background:rgba(0,0,0,0.6); filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99FFFFFF', endColorstr='#99FFFFFF'); text-align:center; color:#fff; font-size:36px; font-weight:bold; font-family:\9ED1\4F53; display:none; position:relative;}
:root .zh_list_a .d2{filter:none;}
.zh_list_a li a:hover{*zoom:1;}
.zh_list_a li a:hover .d2{display:block;}
.pic_box{ height:721px;}


.on_n{ display: block;border-radius: 1px;background: none repeat scroll 0% 0% #FFF; color: #1F6DB7 !important;}
.on_l{ background:url(../Images/icon_l_icon.png) no-repeat 10px center #eee; }
.active{ background:url(../Images/icon_l_icon.png) no-repeat 10px center #eee; }
.sideMenu h3.activeon{ background: #f2f2f2; }
.bxyon{ display: block; background:#fff;color: #1F6DB7 !important;}




.on_s{ order-bottom: 2px solid #3780d3;}

#n_left_cp{width: 205px;float: left;}
#n_left_cp h1{ text-align:left; font-size: 18px;
font-weight:bold;
padding-left:10px;
height: 45px;
line-height: 55px;
border-bottom: 1px solid #CDCDCD;}

.picFocus .bd img{ width:400px !important;}
#register_frame{ height:480px;}



/* searchTxt */
 .s_search{ float:right;}
.searchBtn button,.searchTxt .searchMenu .searchSelected{background-image:url(../Images/searchbg.png);background-repeat:no-repeat;}

.searchTxt{float:left;width:300px;height:30px;border:2px solid #d3d3d3;border-right:0;position:relative;z-index:20;background:#fff;}
.searchTxt .radius{width:1px;height:1px;overflow:hidden;background:#f4f4f4;position:absolute;top:-2px;left:-2px;}
.searchTxtHover{float:left;width:300px;height:30px;border:2px solid #3297d8;border-right:0;position:relative;z-index:20;background:#fff;}
.searchTxtHover .radius{width:1px;height:1px;overflow:hidden;background:#cce5f5;position:absolute;top:-2px;left:-2px;}

.searchTxt .searchMenu{float:left;}
.searchTxt .searchMenu dl{ z-index:9999; position:absolute;}
.searchTxt .searchMenu .searchSelected{color:#a8a8a8;cursor:pointer;font-size:14px; overflow:hidden;height:30px;line-height:30px;width:65px; padding-left:7px; background:url(../Images/b-icon.png) no-repeat;}
.searchTxt .searchMenu .searchOpen{background:url(../Images/t-icon.png) no-repeat;}

.searchTxt .searchMenu .searchTab{display:none; position:absolute;top:30px;left:-2px;width:60px; border:2px solid #3297d8;border-top:0;background:#fff;height:180px;z-index:20;}
.searchTxt .searchMenu .searchTab dt{width:60px;height:28px;line-height:28px;color:#a8a8a8;font-size:14px;text-indent:10px;cursor:pointer;}
.searchTxt .searchMenu .searchTab dt.selected{background:#edf3fc;color:#6994c1;}

.searchTxt input{float:left;border:0;background:#fff;color:#999; font-size:13px; font-family:微软雅黑;width:200px;margin:0;outline:medium none;}
.searchTxt .sosoLogo{float:right;margin:8px 6px 0 0;display:inline;}
.searchBtn{float:left;}
.searchBtn button{background-position:0px 0px;border:0;color:#fff;cursor:pointer;float:left;font-size:16px;height:34px;text-indent:-9999px;width:86px;}
/*搜索结果页面*/
.search-list ul li{ border-bottom:#CCC 1px dotted; padding-bottom:10px; margin-top:10px;}
.search-list ul li span{ float:left; margin-right:20px;}
.search-list ul li span img{ border:#CCC 1px solid; padding:2px;}
.search-list ul li span img:hover{ border:#1f6db7 1px solid;}
.search-list ul li h1{ font-size:16px; font-weight:bold; line-height:35px;}
.search-list ul li h1 a{ color:#333;}
.search-list ul li p{ line-height:25px; padding-top:10px;}






.map{ margin-bottom:25px;}
.postion-a{ border-bottom:#a1a1a1 1px solid; height:30px; line-height:30px; margin:15px 0;}
.postion-a span{ float:right;}
.postion-a span a{ padding:0 4px;}
.map dl dt{ font-size:15px; font-weight:bold; margin-top:25px; border-bottom: #eaeaea solid 2px;}
.map dl dd{ border-bottom: 1px solid #EEE; margin:10px 0; padding:12px;}
.map dl dd a{ padding:4px 12px; display:inline-block; }
#lightbox-nav-btnPrev{background:url(../Images/prev.gif) left 45% no-repeat !important;width:63px !important;}
#lightbox-nav-btnNext{background:url(../Images/next.gif) left 45% no-repeat !important;width:63px !important; }




.bxycon img{ max-width:100%; height:auto!important;}














