/* CSS Document */

html,body{
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}
body{
	margin: auto;
	font-size: 14px;
	line-height: 2;
	font-family: "微软雅黑";
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #006699;
}
.clear{ clear:both}
img{ border:none;}
img[align="left"]{ margin-right:5px;}
img[align="right"]{ margin-left:5px;}
ul,li,p,dl,dt{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div,span{text-overflow: ellipsis;}
.box{
	width: 1140px;
	margin: auto;
}
#top{ float:left; width:100%; height:76px;}
#header{
	float:left;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	background-color:rgba(255,255,255,0.8);
	height: 56px;
	position: fixed; z-index:99;
}
#header #logo{ float:left; width:280px;}
#header #nav{ float:left; width:600px; margin-top:14px;}
#header .box{
	position: relative;
}
#nav ul{
	float:left;
	width:100%;
	line-height: 28px;
}
#nav>ul>li>ul{
	display:none;
	float: left;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 42px;
	background-color: #C5C5C5;border-radius:3px; overflow:hidden;
}
#nav>ul>li>ul>li{
	float:left;
	width:18%;
	text-align: left;
	
	margin-right: 1%;
	margin-left: 1%;
	font-size: 14px;
	font-weight: bold;
}#nav>ul>li>ul>li>a{border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaa; float:left; width:100%;}

#nav>ul>li>ul>li>ul{}
#nav>ul>li>ul>li>ul>li{
	font-weight: lighter;
	text-align: left; float:left; width:100%;
}
#nav>ul>li>ul>li>ul>li>a{
	color: #555; line-height:1.2;
}
#nav>ul>li>ul>li>a:hover,#nav>ul>li>ul>li>ul>li>a:hover{ color:#FFFFFF}
#nav ul li{
	width:100px;
	float:left;
	text-align: center;
}
#nav>ul>li:hover,#nav>ul>li.select{
	background-color: #166671;border-radius:3px;
}
#nav>ul>li:hover>a,#nav>ul>li.select>a{ color:#FFFFFF}
#search{
	float:right;
	margin-top: 15px;
}
#search input{
	border: 1px solid #C9C9C9;
	height: 21px;
	float:left;
	border-radius:12px 0 0 12px;
	padding-left: 10px;
}
#search input:hover{ background-color:#f9f9f9;}
#search button{border-radius:0px 12px 12px 0;
	background-color: #C9C9C9;
	background-image: url(s.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	height: 25px;
	width: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/**轮播**/

.banner_box{
	width:100%;
	height:auto;
	position:relative;
	border: 1px solid #ddd; clear:both;
}
.banner_box .hd{ width:100%; margin:0 auto; overflow:hidden; position:absolute; bottom:26px; z-index:9;}
.banner_box .hd ul{ overflow:hidden; margin:0 auto; height:30px; text-align:center; list-style:none;}
.banner_box .hd ul li{ background:#FFF; display:inline-block; margin:0 4px; width:13px; height:13px; border-radius:100%;}
.banner_box .hd ul li.on{ background:#112f3c; color:#fff; z-index:9999; opacity:1; width:13px; height:13px; border-radius:100%; margin:0 2px;}



.banner_box .bd{ position:relative; height:auto; z-index:0; margin:0 auto; width:100%;}
.banner_box .bd ul{ padding:0; margin:0;}
.banner_box .bd li{vertical-align:middle; list-style:none; width:100%; }
.banner_box .bd img{ width:100%; height:auto; margin:0 auto; float:left}

.banner_box .prev,.banner_box .next{ position:absolute; top:49%; display:block; width:36px; height:64px; 
; overflow:hidden; }
.banner_box .next{ right:3%;  background:url(slider-arrow.png) -36px 0 no-repeat; }
.banner_box .prev{ left:3%; background:url(slider-arrow.png) 0 0 no-repeat;}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner_box  .prev,
.banner_box  .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(slider-arrow.png)-110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;}
.banner_box  .next{ left:auto; right:3%; background-position:8px 5px;}
.banner_box  .prev:hover,
.banner_box  .next:hover{ filter:alpha(opacity=100);opacity:1;}
.banner_box  .prevStop{ display:none;}
.banner_box  .nextStop{ display:none;}

.pro{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.pro .etitle{
	color: #186C77;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 32px; font-weight:bold
}
.pro .etitle a{color: #186C77;}
.pro .econtent{
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pro .econtent .picli{
	float: left;
	width: 265px;
	margin: 10px;
}
.pro .econtent .picli>div{
	float: left;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;box-sizing:boder-box;
}
.pro .econtent .picli>div *{ max-width:100%;}
.pro .econtent .picli>div.ntitle{
	background-color: #d8d8d8;
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d8d8d8;
	border-left-color: #d8d8d8; line-height:34px;
}
.pro .econtent .picli>div.img{
	border: 1px solid #ddd;
}
.pro .econtent .picli>div.ntitle a{color: #FFFFFF;}
.pro .econtent .picli:hover>div.ntitle{background-color: #186C77;}

.about{
	float: left;
	width: 355px;margin-top: 15px;
}
.q{
	float:right;
	width: 358px;margin-top: 15px;
}
.news{
	float: left;
	width: 355px;
	margin-left: 20px;
	margin-top: 15px;
}
.about .etitle,.news .etitle,.q .etitle{
	float: left;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
	color: #176c77;
	position: relative;
	line-height: 32px;
	font-size: 18px;font-weight: bold;
}
.about .etitle span,.news .etitle span,.q .etitle span{
	background-color: #176c77;
	float: left;
	height: 2px;
	position: absolute;
	bottom: -2px;
	width: 60px;
	left: 0px;
}
.news .etitle span{width: 38px;}
.q .etitle span{width: 48px;}
.about .etitle a,.news .etitle a,.q .etitle a{
	color: #176c77;
}
.about .econtent,.news .econtent,.q .econtent{
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
	color: #666; line-height:1.5; 
}
.about .econtent{
	background-image: url(about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 100px;
}
.news .econtent{
	background-image: url(news.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 100px;
}
.about .more,.news .more,.q .more{
	clear: both;
	float: left;
	width: 100%;
	margin-top: 5px;
}
.about .more a,.news .more a,.q .more a{color: #176c77;}
.news .econtent .li{
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.news .econtent .li .ntitle{
	font-size: 14px;
	color: #176c77;
	white-space: nowrap;
	float: left;
	width: 100%;
	overflow: hidden;
}
.news .econtent .li .ntitle a{
	color: #176c77;
	font-weight: bold;
}
.news .econtent .li .dp{
	float: left;
	width: 100%;
	overflow: hidden; height:3em;
}
.copyright{
	float:left;
	width:100%;
	background-color: #166671;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center; font-size:12px; line-height:1.5;
}
.copyright,.copyright a{ color:#FFFFFF} 
.footer{
	background-color: #F1EFF0;
	float:left;
	width:100%;
	margin-top:15px;
	clear:both;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footnav{
	background-image: url(footlogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 100%; 
}
.footnav,.footnav a{color:#666666}
.footnav .nav{
	float:left;
	width: 540px; margin-left:180px;
}
.footnav .nav ul{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.footnav .nav ul ul ul{ display:none}
.footnav .nav ul li,.footnav .etitle{
	font-size: 16px;
	font-weight: bold;
}
/*.footnav .nav>ul>li{ width:100px; float:left;
}*/
.footnav e.content{	font-size: 12px;}
.footnav .nav ul ul li{
	float: left;
	list-style-position: inside;
	list-style-type: disc;
	font-size: 12px;
	font-weight: lighter;
	padding-left: 20px;
	width: 160px;
}
.footnav .lx{ float:left; width:260px;}
.footnav .lx .etitle{font-size: 16px;
	font-weight: bold; float:left; width:100%;}
.footnav .lx .econtent{}
.footnav .lx .add{ line-height:1.5}
.footnav .lx .tel{
	background-image: url(tel.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.footnav .lx .mail{	background-image: url(mail.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;}
.footnav .lx .fax{	background-image: url(fax.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;}
.qrcode{
	background-image: url(qrcode.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	width: 120px;
	padding-top: 120px; text-align:center;
}
.qrcode a{ margin-left:5px; margin-right:5px;}
/*内页*/
#pages{
	clear:both;
	text-align: center;
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
#pages a{

	padding-right: 8px;

	padding-left: 8px;
	border: 1px solid #ddd;
	margin-right: 5px; display:inline-block; margin-top:5px; margin-bottom:5px;
}
#pages a.select,#pages a:hover{
	background-color: #166671;
	border: 1px solid #166671; color:#FFFFFF;
}
/*新闻*/
.boxin{
	float:left;
	width:100%;
	margin-top: 15px;
}
.boxin .picli{
	float:left;
	width:30%;
	margin-top: 15px;
	margin-right: 1.5%;
	margin-bottom: 15px;
	margin-left: 1.5%;
}
.boxin .picli>div{}
.boxin .picli>div *{ max-width:100%;}
.boxin .picli>div.img{ width:100%; height:215px;}
.boxin .picli>div.img img{ width:100%; height:215px;}
.boxin .picli>div.ntitle{
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
line-height:1.5;
	height:3em;
	margin-top: 5px;
	margin-bottom: 5px;
}
.boxin .picli>div.more{ float:left; width:100%; margin-top:10px; line-height:32px;}
.boxin .picli>div.more a{ display:inline-block; background-color:#166671; color:#FFFFFF; float:left; width:100%; text-align:center;border-radius:5px;}
#postion{
	font-size: 18px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	color: #166671;
	float: left;
	width: 100%;
	margin-top:20px; font-weight:bold
}
/*产品*/
#left{
	width:250px;
	float:left;
	border: 1px solid #ddd; overflow:hidden;border-radius:5px; margin-top:20px;
}
#left .etitle{
	background-color: #186C77;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
}
#left .leftdh{
	float: left;
	width: 240px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#left .leftdh ul,#left .leftdh ul l{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}
#left .leftdh ul ul{ display:none}
#left .leftdh ul li a{
	float: left;
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	background-image: url(1.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	padding-right:6%;
	padding-left: 4%;
}
#left .leftdh ul li li a{
	background-image: url(2.jpg);
	width: 85%;
	padding-left:9%;
	font-size: 12px;
	color: #666666;
}
#left .leftdh ul li a:hover,#left .leftdh ul li a.select{ color:#FFFFFF;background-color: #186C77;background-image: url(1hover.png);}

#left .leftdh ul li li a:hover,#left .leftdh ul li li a.select{ color:#FFFFFF;background-color: #186C77;background-image: url(2hover.jpg);}

#right{ float:right; width:870px;margin-top:20px;}
.postion{
	font-size: 12px;
	text-align: left;
	float: left;
	width: 100%;
	line-height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
#cms{
	float: left;
	width: 100%;
	margin-top: 10px;
}
#cms .list{
	float:left;
	width:31%;
	margin-top: 15px;
	margin-right: 1%;
	margin-bottom: 15px;
	margin-left: 1%;
	overflow:hidden;
	border: 1px solid #ddd;
}
#cms .list *{ max-width:100%;}
#cms .list>div{ float:left; width:100%;}
#cms .list>div.img{ float:left; width:100%;}
#cms .list>div.img img{ float:left; width:100%; height:270px;}
#cms .list>div.ntitle{
	float:left;
	width:100%;
	background-color: #BEBEBE;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;line-height:32px;
}
#cms .list>div.ntitle a{ color:#FFFFFF}
#cms .list:hover>div.ntitle{background-color: #186C77;}
#cms *,#cms1 *{ max-width:100%;}
.boxin h1.h1{
	font-size: 22px;
	font-weight: lighter;
	color: #166671;
	margin: 0px;
	padding: 0px;
}
#info{
	font-size: 12px;
	line-height: 35px;
	color: #CCCCCC;
}
#content{
	clear: both;
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.nextpage{
	clear: both;
	font-size: 12px;
	color: #166671;
}
.nextpage a{color: #166671;}
.nextpage a:hover{color: #166671;}
/*产品*/
.proshow{
	float: left;
	width: 100%; position: relative; margin-top:20px;
}
.proshow .left{float: left;
	width: 418px; height:530px;
	
}
.proshow .right{ margin-left:450px;
}
.proshow .right .title{
	background-color: #166671;
	line-height: 35px;
	color: #FFFFFF;
	text-align: left;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	font-size: 18px;
}
.proshow .right .etitle{
	color: #166671;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	float: left;
	margin-top: 5px;
}
.proshow .right .dp{	float: left;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
}
.ptitle{
	font-size: 14px;
	color: #FFFFFF;
	background-color: #A6A6A6;
	line-height: 35px;
	clear: both;
	float: left;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
	margin-top:15px;
	font-weight: bold;
}
.pcontent{
	float: left;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
#proleftimg,.app_header{ display:none}