﻿@charset "utf-8";
/* CSS Document */
#hd{
	position:relative;
	width:100%;
	height:30px;
	line-height:30px;
	z-index:998;
	background:rgba(255, 255, 255, 0.3)!important;filter:Alpha(opacity=50);
}
.version a{
	margin:0 10px;
}
.version a:hover{
	text-decoration:underline;
}
.search {
    background:url(../images/srh.png) no-repeat left 5px;
    height: 25px;
    width: 158px;
}
.search .key {
    background: none;
    border: 0 none;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 5px 0 1px 10px;
    width: 120px;
}
.search .key[type="text"]:focus {
    outline: medium none;
}
.search .sub {
    background: none;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 23px;
    width: 23px;
}
.search .sub span {
    display: none;
}
#top{
	width:100%;
	z-index:999;
	position:absolute;
	background:rgba(0, 55, 138, 0.9)!important;filter:Alpha(opacity=90);
}
.logo{
	width:190px;
	height:65px;
	padding-top:12px;
	padding-left:20px;
	background:rgba(0, 55, 138, 1.0)!important;filter:Alpha(opacity=100);
}
.nav li.NavLi{
	display:inline;
	float:left;
	width:85px;
	height:62px;
	position:relative;
	margin:15px 0 0 18px;
}

.nav .on{
	background:#ff6000;
	color:#fff;
	border-radius:5px;
}
.b1{
	display:inline-block;
	width:90px;
	height:30px;
	margin-top:10px;
	line-height:30px;
	text-align:center;
	font-size:15px;
	
}
.b1:hover{
	background:#fff;
	color:#ff6000;
	border-radius:5px;
	font-weight:bold;
}
.nav li.NavLi a{
	color:#fff;
}
.nav li.NavLi a:hover{
	background:#fff;
	color:#ff6000;
	border-radius:5px;
	font-weight:bold;
}
.navDown{
	display:none;
	position:absolute;
	width:110px;
	left:45px;
	top:59px;
	margin-left:-60px;
	text-align:center;
	border-top:3px solid #00378a;
	background-color:#00378a;
	opacity:0.9;
	z-index:999;
	padding:8px;
}
.nvd li a{
	display:inline-block;
	width:100%;
	height:35px;
	line-height:35px;
	font-size:14px;
	color:#ff6000;
}
.nvd li a:hover{
	color:#fff;
	background:#00378a;
	opacity:0.9;
}
/*轮播banner*/
#banner{
	width:100%;
	position:relative;
	height:650px;
	margin-top:-30px;
	z-index:1;
}
.topvebanner { position:absolute; top:0px; left:50%; margin-left:-960px; width:1920px;  overflow: hidden; }
/*轮播banner*/
.flexslider {
	margin: 0px auto;
	position: relative;
	width: 1920px;
	height:650px;
	overflow: hidden;
	zoom: 1;
}
.slides{
	width:100%;
}
.flexslider .slides li {
	width: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right:10%;
}

.flex-direction-nav .flex-prev {
	left:10%;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
		width:1920px;
		height:650px;
		display: block;
}

/*内容区域*/
.isvc li{
	position:relative;
	display:inline-block;
	float:left;
	width:222px;
	height:295px;
	padding:3px;
	margin-right:30px;
	background:#f6f6f6;
	border-bottom:3px solid #f6f6f6;
	overflow:hidden;
	cursor:pointer;
}
.pisvc li{

	margin-right:12px;
	margin-bottom:20px;

}
.isvc li:hover{
	border-bottom:3px solid #00378a;
		background:#c3e2ff;

}
.ispic{
	position:relative;
	width:222px;
	height:192px;
	overflow:hidden;
}
.ilock{
	display:none;
	position:absolute;
	width:222px;
	height:192px;
	left:0;
	top:0;
	background:url(../images/lock.png) no-repeat center top;
}
.isvc li:hover .ilock{
	display:block;
}
.itxt{
	padding:15px 15px;text-align:center;
}
.itxt h3{
	text-align:center;
	font-size:14px;
	line-height:30px;
}
.itxt h3 a{color:#00378a;}
.itxt p{line-height:25px;font-size:14px;}
.itxt:hover p a{color:00378a}
.itxt:hover h3 a{color:00378a}



.rightbar{
	margin-bottom:20px;
}

/*招商加盟*/
#icasewp,#abelc{
	width:100%;
	padding:25px 0;
	background:#f6f6f6;
}

#mainbody{
	width:100%;
	padding:25px 0;
	background:#fff;
}

.Ititle{
	position:relative;
	margin-bottom:15px;
	padding-bottom:10px;
	padding-left:50px;
	border-bottom:1px solid #ccc;
	font-size:16px;
	color:#ff6000;
	font-weight:bold;
	background:url('/images/chilun48-4.png') no-repeat top left;
}
.more{
	position:absolute;
	right:0;
	font-size:14px;
	bottom:5px;
	font-weight:normal;
}
.Ititle span{
	font-size:14px;
	font-weight:normal;
	color:#999;
}
.conn{
	background:#fff;
	line-height:23px;
	height:268px;
}
.cn {
	height:23px;
	line-height:23px;
	padding-left:40px;
	margin-top:6px;
	font-size:14px;
	background:url(../images/ico.png) no-repeat left center;
}
.cn1{
	background-position:0 0;
}
.cn2{
	background-position:0 -28px;
}
.cn3{
	background-position:0 -60px;
}
.cn4{
	background-position:0 -91px;
}
/* box */
.box{width:670px;}
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;width:340px;height:268px;}
.tb-pic a img{vertical-align:middle;}
.tb-s310, .tb-s310 a{ width:340px;height:268px;}
.tb-s310, .tb-s310 img{ width:340px;height:268px;}
.tb-s310 a{*font-size:271px;}
.spec-scroll{
	width:330px;
}
.tb-thumb{margin:0;overflow:hidden;}
.tb-thumb li{
	display:inline;
	float:left;
	width:142px;
	height:128px;
	margin:0 0 10px 10px;
}
.tb-thumb li img{
	width:142px;
	height:128px;
	border:2px solid #f6f6f6;
}
.tb-thumb li:hover img{
	border:2px solid #ff6000;
}
/*news*/
.zsImg {
	width:350px;
	height:320px;
}
/* 焦点图css */
.slideBox{ width:350px; height:330px; overflow:hidden; position:relative;  }
.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:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#00378a; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:350px; height:330px; display:block;  }

.Inew {
	width:610px;
}
.synews li{
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
}
.wleft{
	text-align:center;
	color:#fff;
}
.synews li .wleft span{
	display:block;
	width:90px;
	height:40px;
	line-height:40px;
	background:#ccc;
	font-weight:bold;
    font-size:30px;
}
.synews li .wleft p{
	width:90px;
	height:24px;
	line-height:24px;
	background:#ccc;
	margin-top:1px;
}
.synews li:hover .wleft span,.synews li:hover .wleft p{
	
	background:#00378a;
}
.wlrt{
	width:490px;
}
.wlrt a{
	color: #4b4b4b;
    display: block;
    font-weight: bold;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wlrt a:hover{
	color:#00378a;
}
.wlrt p {
    color: #818181;
    font-size: 12px;
    height: 44px;
    line-height:18px;
    margin-top:5px;
    overflow: hidden;
}
.elft{
	position:relative;
	width:470px;
	height:298px;
	overflow:hidden;
}
.elft h4,.elft h6{
	color:#00378a;
	font-weight:normal;
	margin-top:20px;
}
.elft h4{
	font-size:20px;
}
.elft p{
	margin-top:20px;
	line-height:2.0;
}
.abicon{
	position:absolute;
	bottom:10px;
	right:10px;
	padding:5px 20px;
	background:#00378a;
	color:#fff;
	border-radius:15px;
	font-size:14px;
}
.abicon:hover{
	color:#fff;
	text-decoration:underline;
}
/*二级页面开始*/
#subBan{
	width:100%;
	position:relative;
	height:368px;
}
.subBanner img{
	width:1920px;
	height:368px;
}
.Topbox{
	width:100%;
	height:53px;
	line-height:53px;
	border-bottom:1px solid #dcdcdc;
}
.dwe{
	padding-left:35px;
	background:url(../images/sbcon.png) no-repeat left center;
}
.subMenu li{
	display:inline;
	float:left;
	height:47px;
	line-height:55px;
	margin-left:20px;
	
}

.subMenu li.on,.subMenu li:hover{
	border-bottom:6px solid #00378a;
}
/*介绍*/
.subCont{
	margin-bottom:50px;
}
.jianjie h3{
	margin-bottom:20px;
	font-weight:normal;
}
.jianjie p,.network p{
	line-height:2.0;
	font-size:14px;
}
.network dl{
	float:left;
	width:315px;
	margin-right:20px;
	font-size:14px;
	line-height:2.0;
}
.network dt{
	color:#00378a;
}
/*新闻列表*/
.news li{
	width:100%;
	padding:20px 0;
	border-bottom:1px dashed #7a7a7a;
}
.news h3 a{
	font-size:14px;
}
.news h3 span{
	font-size:12px;
	font-weight:normal;
}
.news li{
	line-height:2.0;
}
.news li p{
	width:800px;
}
.newsTitle,.caseTitle{
	text-align:center;
	padding-bottom:25px;
	border-bottom:1px dashed #cacaca;
	color:#646464;
}
.newsTitle h3,.caseTitle h3{
	font-weight:normal;
	margin-bottom:10px;
	font-size:18px;
}
.newsTitle p,.caseTitle p{
	text-indent:inherit;
	font-size:14px;
}
.newsTitle p span,.caseTitle p span{
	margin-right:15px;
}
.from{
	color:#af111a;
}
.newcont{
	padding:15px 0;
	border-bottom:1px dashed #ccc;
}
.newcont p{
	font-size:14px;
	margin:10px 0;
	line-height:2.0;
	text-indent:2em;
}
.whichnew{
	padding:15px 50px 30px 0px;
}
.whichnew p{
	margin:10px 0;
}
.whichnew p a:hover{
	color:#ea5413;
}
/*招商加盟*/
.joinlist dt {
    width: 590px;
}
.joinlist dt h3 {
    color: #00378a;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
}
.joinlist dt span {
    color: #00378a;
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin: 24px 0 5px;
}
.joinlist dt p {
    color: #595757;
    line-height: 28px;
}
.joinlist dd {
    width: 365px;
}
.joinlist dd .joinlx {
    background: rgba(0, 0, 0, 0) url("../images/tel.jpg") no-repeat scroll 30px center;
    border: 1px solid #00378a;
    border-radius: 5px;
    height: 47px;
    line-height: 47px;
    width: 362px;
}
.joinlist dd .joinlx p {
    color: #00378a;
    font-size: 20px;
    padding-left: 90px;
}
.joinlist dd .joinlx p span {
    font-family: arial;
    font-size: 24px;
}
.joinsc {
    margin: 24px 0 0;
}
.joinsc img {
    border: 1px solid #00378a;
}
.joinsc a {
    background: #00378a none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    margin: 18px auto 0;
    text-align: center;
    width: 203px;
}
.join .text {
    color: #595757;
    line-height: 28px;
}
.join .jbt {
    color: #00378a;
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin: 24px 0 5px;
}
/*加入我们*/
.joblf ,.jobrt{
	width:304px;
	padding:20px 10px;
	background:#acacac;
	margin-top:120px;
	color:#fff;
	line-height:2.0;
	font-weight:bold;
}
.jobrt{
	background:#00378a;
	margin-top:55px;
	padding:10px;
}
.careernr {
    margin-top: 20px;
}
.careernr ul {
    padding-bottom: 52px;
}
.careernr li {
    border: 1px solid #cacaca;
    float: left;
    height: 144px;
    margin-top: 30px;
    padding: 0 24px;
    position: relative;
    width: 436px;
}
.careernr li .cabt {
    border-bottom: 1px dotted #c7c7c7;
    line-height: 30px;
    padding: 5px 0;
}
.careernr li .cabt h6 {
    color: #666666;
    float: left;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 360px;
}
.careernr li .cabt span {
    color: #626262;
    display: inline-block;
    float: right;
    font-family: arial;
    font-size: 12px;
}
.careernr li p {
    color: #626262;
    font-size: 12px;
    height: 48px;
    line-height: 24px;
    margin-top: 12px;
    overflow: hidden;
}
.careernr li a {
    background: #cacaca none repeat scroll 0 0;
    bottom: 0;
    color: #666666;
    display: block;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 78px;
}
.careernr li:hover {
    border: 1px solid #00378a;
}
.careernr li:hover a {
    background: #00378a;
    color: #ffffff;
}
.careernr li.li2 {
    float: right;
}
.careershow h3 {
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}
.careershow h3 span {
    background: #00378a none repeat scroll 0 0;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    padding: 0 20px;
}
.careershow .text {
    line-height: 25px;
    padding-top: 20px;
}
/*空气检测*/
.service {
    padding: 37px 0 50px;
}
.service .bt {
    background: rgba(0, 0, 0, 0) url("../images/ioc_35.jpg") no-repeat scroll center bottom;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 14px;
    text-align: center;
}
.service .fbt {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 26px;
    text-align: center;
}
.fwimg {
    width: 100%;
}
.fwimg span {
    display: block;
    float: left;
}
.fwtext {
    margin-top: 40px;
}
.fw-bt {
    background: rgba(0, 0, 0, 0) url("../images/ioc_36.jpg") no-repeat scroll left 7px;
    color: #00378a;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    padding-left: 21px;
}
.fwtext p {
    line-height: 24px;
    padding-left: 21px;
    padding-top: 10px;
}
.fwtext1 img {
    margin-top: 28px;
}
.fwtext-nr {
    margin: 24px 0;
    position: relative;
	line-height:25px;
	padding-left:26px;
}

.fwyy {
    color: #00378a;
    font-size: 24px;
    line-height: 30px;
    padding-left: 26px;
}
.fwyy span {
    color: #666666;
    font-size: 18px;
    padding-left: 28px;
}
.fwly {
    margin: 20px 33px 0 26px;
}
.fwly ul {
    border-top: 2px solid #c2c2c2;
    padding-bottom: 34px;
}
.fwly li {
    border-bottom: 1px solid #cacaca;
    float: left;
    line-height: 55px;
    width: 100%;
}
.fwly li .text {
    background: #fafafa none repeat scroll 0 0;
    border-right: 1px solid #e2e2e2;
    display: block;
    float: left;
    padding-right: 23px;
    text-align: right;
    width: 146px;
}
.fwly li .text i {
    color: #ee0000;
    font-style: normal;
    padding-right: 8px;
}
.fwly li div {
    float: left;
    margin: 11px 0;
    padding: 0 0 0 18px;
    width: 753px;
}
.fwly li div .ytext {
    border: 1px solid #cfcfcf;
    display: block;
    float: left;
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
    width: 121px;
}
.fwly li div .ytext input {
    height: 31px;
    line-height: 31px;
    width: 100%;
}
.fwly li div .lxtext {
    width: 281px;
}
.fwly li div .dztext {
    width: 229px;
}
.fwly li div p {
    display: inline-block;
    float: left;
    line-height: 33px;
    padding-left: 10px;
}
.fwly li div .xxtext {
    width: 331px;
}
.fwly li div select {
    color: #666666;
}
.fwly li div .ktext {
    border: 1px solid #cfcfcf;
    height: 31px;
    padding-left: 10px;
    width: 311px;
}
.fwly li div .wtext {
    border: 1px solid #cfcfcf;
    height: 31px;
    padding-left: 10px;
    width: 80px;
}
.fwly li div .xtext {
    border: 1px solid #cfcfcf;
    height: 31px;
    padding-left: 10px;
    width: 170px;
}
.fwly li div .nrtext {
    height: 149px;
    line-height: 24px;
    padding: 5px;
    width: 705px;
}
.fwly li div textarea {
    height: 149px;
    width: 705px;
}
.fwly li .text1 {
    height: 120px;
    line-height: 20px;
    padding-top: 63px;
}
.submit, .reset {
    color: #ffffff;
    height: 28px;
    width: 98px;
}
.submit {
    background: #00378a none repeat scroll 0 0;
    margin-left: 188px;
}
.reset {
    background: #b6b6b6 none repeat scroll 0 0;
    margin-left: 7px;
}
/*方案定制*/
.custom ul {
    padding-bottom: 15px;
}
.custom li {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.custom li p {
    color: #333333;
    float: left;
    font-size: 16px;
    line-height: 31px;
    text-align: right;
    width: 313px;
}
.custom li div {
    float: left;
    margin-left: 16px;
    width: 670px;
}
.custom li div select {
    color: #666666;
}
.custom li div option {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.custom li div .c-fa {
    border: 1px solid #cecece;
    height: 31px;
    padding-left: 10px;
    width: 310px;
}
.custom li div .radio {
    display: block;
    float: left;
    margin: 10px 0 0;
}
.custom li div .wz {
    display: block;
    float: left;
    line-height: 33px;
    margin-left: 8px;
}
.custom li div .xqnr {
    border: 1px solid #cecece;
    display: block;
    height: 154px;
    line-height: 24px;
    padding: 10px;
    width: 645px;
}
.custom li div .xqnr textarea {
    height: 154px;
    width: 645px;
}
.custom li div .c-dz {
    border: 1px solid #cecece;
    float: left;
    height: 31px;
    padding-left: 10px;
    width: 130px;
}
.custom li div .c-wz {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 33px;
    margin: 0 10px;
}
.custom li div .innr {
    border: 1px solid #cecece;
    display: block;
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
    width: 161px;
}
.custom li div .innr input {
    height: 31px;
    line-height: 31px;
    width: 100%;
}
.custom li div .innr1 {
    width: 291px;
}
.custom li div .innr2 {
    width: 380px;
}
/*服务网络*/
.svwork  dl{
	width:380px;
	margin-bottom:20px;
	line-height:2.0;
}
.svwork dt {
    color: #00378a;
}
/*下载中心*/
.downrk li{
	display:inline;
	float:left;
	width:208px;
	height:230px;
	margin-right:40px;
	padding-top:50px;
	text-align:center;
	color:#fff;
	font-size:18px;
	background:url(../images/down_bg.jpg) no-repeat left center;
}
.downcon{
	display:inline-block;
	width:55px;
	height:55px;
	background:url(../images/dw.png) no-repeat;
}
.downcon1{
	background-position:0 0;
}
.downcon2{
	background-position:0 -75px;
}
.downcon3{
	background-position:0 -146px;
}
.dwIcon{
	display:inline-block;
	margin-top:10px;
	padding:3px 25px;
	background:#808080;
	border-radius:15px;
	color:#fff;
	font-size:14px;
}
.dwIcon:hover{
	color:#808080;
	background:#fff;
}
.downTitle {
    border-bottom: 1px dashed #cacaca;
    color: #646464;
    padding-bottom: 25px;
	margin-bottom:20px;
    text-align: center;
}
.downTitle h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}
.downTitle p {
    font-size: 14px;
    text-indent: inherit;
}
.downTitle p span {
    margin-right: 15px;
}
.downlist li{
	height:40px;
	line-height:40px;
	border-bottom: 1px dashed #cacaca;
}
.downlist li span{
	display:inline-block;
}
.downlist li a{
	display:inline-block;
	width:60px;
	height:28px;
	line-height:28px;
	margin-top:5px;
	text-align:center;
	background:#00378a;
	color:#fff;
}
/*项目*/
.case li{
	display:inline;
	float:left;
	width:280px;
	height:260px;
	margin:0 50px 55px 0;
	padding:3px;
	text-align:center;
	border:1px solid #dcdcdc;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
}
.case li:hover{
	padding:1px;
	border:3px solid #00378a;
}
.caseImg img{
	width:280px;
	height:225px;
	margin-bottom:10px;
}
.casecont{
	margin-top:50px;
	text-align:center;
}
/*产品家用净化*/
.product2-nr li {
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    float: left;
    margin: 30px 0 0;
    width: 100%;
}
.product2-nr li .left {
    width: 435px;
}
.product2-nr li .left .lxmimg {
    display: block;
    height: 131px;
    width: 435px;
	margin-top:35px;
}
.product2-nr li .right {
    border-left: 1px solid #cdcdcd;
    color: #333333;
    height: 220px;
    text-align: center;
    width: 504px;
}
.product2-nr li .right a.p-bt {
    color: #333333;
    display: block;
    font-size: 22px;
    line-height: 24px;
    margin-top: 35px;
}
.product2-nr li .right p {
    font-size: 15px;
    line-height: 25px;
    margin: 26px 0 40px;
    padding: 0 95px;
}
.product2-nr li .right a.p-mo {
    color: #0094da;
    display: block;
    font-size: 16px;
    line-height: 24px;
	width:120px;
	height:40px;
	line-height:40px;
	margin:0 auto;
	background:#00378a;
	color:#fff;
}
.product2-nr li.li2 .left {
    float: right;
}
.product2-nr li.li2 .right {
    border-left: medium none;
    border-right: 1px solid #cdcdcd;
    float: left;
}
.pshow-bt a ,.propoints a{
    border: 1px solid #dbdbdb;
    color: #333333;
    display: inline-block;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    margin: 0 7px 20px 4px;
    padding: 0 16px;
    text-align: center;
}
.pshow-bt a:hover, .pshow-bt a.cur ,.propoints a:hover,.propoints a.curr{
    background: #00378a none repeat scroll 0 0;
    border: 1px solid #0095d9;
    color: #ffffff;
}
.prolist{
	margin-top:30px;
}
.prolist li{
	display:inline;
	float:left;
	width:300px;
	height:215px;
	margin-right:20px;
	text-align:center;
	border:1px solid #ccc;
}
.prolist li .proImg{
	height:140px;
	display:block;
	margin-top:30px;
	border-bottom:1px solid #ccc;
}
.prolist li .proImg img{
	width:300px;
}
.prolist li p{
	height:45px;
	line-height:45px;
	font-size:14px;
}
.propoints{
	margin-top:25px;
	padding-top:25px;
	border-top:1px solid #ccc;
	text-align:center;
}
.pointsdtal{
	font-size:14px;
	padding-top:50px;
}
/*空气微环境*/
.air_en1 h3 {
    color: #00378a;
    font-size:24px;
    line-height: 34px;
}
.air_en1 .s1 {
    color: #00378a;
    font-size: 20px;
    line-height: 30px;
	font-weight:normal;
	margin:10px 0;
}
.air_en1 .d1 {
    color: #595757;
    line-height: 30px;
	font-size:14px;
}
.e-nr {
    margin-top: 12px;
    width: 100%;
}
.e-nr1 {
    float: left;
    margin-right: 37px;
    width: 258px;
}
.e-nr1 .lxmimg {
    border-bottom: 1px solid #ffffff;
    display: block;
    height: 181px;
    width: 258px;
}
.e-nr1 div {
    background: #00378a none repeat scroll 0 0;
    color: #ffffff;
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
}
.e-nr1 div span {
    float: left;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    width: 67px;
}
.e-nr1 div p {
    float: right;
    font-size: 14px;
    text-align: center;
    width: 165px;
}
.e-nr2 {
    width: 402px;
}
.e-nrlist ul {
    width: 110%;
}
.e-nrlist li {
    float: left;
    margin: 30px 42px 0 0;
    width: 407px;
}
.e-nrlist li .lxmimg {
    display: block;
    float: left;
    height: 102px;
    width: 106px;
}
.e-nrlist li .e-right {
    float: right;
    width: 283px;
}
.e-nrlist li .e-right span {
    color: #008cd6;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 10px;
}
.e-nrlist li .e-right p {
    line-height: 22px;
    margin-top: 10px;
}
.air_know .s1 {
    color: #00378a;
    font-size: 20px;
    line-height: 30px;
	font-weight:normal;
	margin:10px 0;
}
.air_know .d1 {
    color: #595757;
    line-height: 30px;
	font-size:14px;
}
/*常见问题*/
.ask{
	padding-left:45px;
	line-height:35px;
	background:url(../images/ask.jpg) no-repeat left center;
}
.replay{
	margin:20px 0;
	padding-left:45px;
	line-height:35px;
	background:url(../images/replay.jpg) no-repeat left center;
	height:30px;
}
/*技术咨询*/
.advisory {
	background:url(../images/zxbg.jpg) no-repeat right top;
	min-height:650px;
}
.advisory h3{
	 color: #00378a;
    font-size: 20px;
    line-height: 30px;
	font-weight:normal;
	margin:10px 0;
}
.advisory p{
	width:650px;
	color: #595757;
    line-height: 30px;
	font-size:14px;
}
/*foot*/
#foot{
	width:100%;
	padding:30px 0;
	background:#4f4f4f;
}
.ftnavwp dl{
	float:left;
	margin-right:40px;
}
.ftnavwp dl dt{
	font-size:16px;
	line-height:40px;
}
.ftnavwp dl dt a{
	color:#fff;
}
.ftnavwp dl dd{
	height:25px;
	line-height:25px;
}
.ftnavwp dl dd a{
	color:#acacac;
}
.ftnavwp dl dd a:hover{
	color:#fff;
	text-decoration:underline;
}
.fst{
	display:inline-block;
	width:40px;
	height:40px;
	margin-right:10px;
	background:url(../images/ft.png) no-repeat;
}
.fst1{
	background-position:-3px 0;
}
.fst2{
	background-position:-57px 0;
}
.fst3{
	background-position:-108px 0;
}
.copyright p{
	text-align:left;
	color:#acacac;
	margin-top:5px;
        width:300px;
	line-height:150%;
}
.icp a{
	text-align:left;
	color:#1527ed;
	margin-top:5px;
        width:300px;
	line-height:150%;
}
/*联系方式轮播*/
.cnnbanner { margin: 0 auto; width: 300px; height:120px; overflow: hidden; margin-bottom:20px;}
.topvebanner ul { margin: 0; padding: 0; }
#myjQuery { BACKGROUND: #000; OVERFLOW: hidden; WIDTH: 300px; POSITION: relative; HEIGHT: 120px; }
#myjQueryContent { OVERFLOW: hidden; WIDTH: 300px; HEIGHT: 120px; }
#myjQueryContent DIV { POSITION: absolute; HEIGHT: 120px; }
#myjQueryContent .smask { Z-INDEX: -1; }
#myjQueryContent IMG { WIDTH:300px; HEIGHT:120px; border: 0; }
#myjQueryNav { DISPLAY: block; OVERFLOW: hidden; WIDTH:30px; HEIGHT:8px; position: absolute; top: 110px; right: 10px; z-index: 5; }
#myjQueryNav LI { DISPLAY: block; FLOAT: left; WIDTH: 8px; CURSOR: pointer; HEIGHT: 8px; TEXT-ALIGN: center; margin-left:5px; background: #fff; color: #fff; border-radius:15px;}
#myjQueryNav .nbg { BACKGROUND: #41dfd4; }
#myjQueryNav A { DISPLAY: block; Z-INDEX: 12; MARGIN: 0px auto; TEXT-TRANSFORM: uppercase; WIDTH: 45px; COLOR: #ffffff; LINE-HEIGHT: 22px; POSITION: relative; HEIGHT: 22px; z-index: 20; }
#myjQueryNav .current { BACKGROUND: #41dfd4; }
#myjQueryNav .current A { COLOR: #fff; }
#myjQuery #flow { background: url(../images/fcurrent.gif) no-repeat; margin-top: -33px; WIDTH: 45px; HEIGHT: 22px; Z-INDEX: 22; left: 652px; POSITION: absolute; }



#imgmove li {float:left; width:50px; height:40px; display:block; overflow:visible;*overflow:hidden; margin:0px 5px;  position:relative;*position:static;}
#imgmove a img {position:absolute;left:0px;top:0px;clip:rect(0px 50px 40px 0px);z-index: 0;*position:static;}
#imgmove a:hover {border:none }
#imgmove a:hover img {position:relative; left:-3px; top:-3px;  z-index:2; clip:rect(0px 110px 110px 0px);}





.cnnbanner, #myjQuery, #myjQueryContent, #myjQueryContent IMG {
	width: 250px;
	height: 100px;
}
#myjQueryContent DIV {
	height: 100px;
}
#myjQueryNav {
	top: 90px;
}
.cn {
	font-size: 12px;
}

/**/
.new{width:720px;}

.mc{ 
line-height:180%;
font-size:14px;
padding:15px 2px 20px 2px;
width:720px;
}

.rightbar{
				
}
.rightbar ul {
	border:0px #cdcdcd solid;
}
.rightbar ul li{
	display:block; height:40px;line-height:40px; text-align:center; font-size:14px; border-bottom:1px #fff solid;font-weight:bold; background:#00378a;color:#fff;
}
.rightbar ul li a{
	display:block; height:40px;line-height:40px; background:#f3f2f2; text-align:center; font-size:14px; border-bottom:1px #fff solid; font-weight:normal;
}
.rightbar ul li a:hover{
	background:#ff6600;color:#fff;
}


.news_list2 li span.title a{color:#00378a}
.news_list2 li span.title a:hover {color:#ff6600;text-decoration:underline}

.jobs ul li{
	line-height:40px; margin-bottom:5px; cursor:pointer; background:#fff; padding:0px 10px 0px 10px;
}
.jobs ul li:hover{
	background:#fdeed9;
}
.jobs ul li span{
	color:#00378a;
}
.jobs ul li:hover span{
	color:#ff6600;
}
.jobs ul li a{
	font-weight:bold; color:#555; line-height:40px;
}
.jobs ul li:hover a{
	color:#ff6600;
}
.jobdescription{display:none;}
			
			
