*{padding:0;margin:0;font-family: "Microsoft YaHei";list-style: none;text-decoration: none;border: none;}
.container{
	width: 1200px;
	margin:0 auto;
}
html{overflow-x:hidden;}
body{
	background: #fff;
	color: #787878;
	font-size: 14px;
	min-width: 1200px;
}
a{
	outline: none;
	color: #787878;
}
a:hover{
	color: #108897;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
/*
===================
分页
>>	pages_pre		上一页
>>	pages_next	下一页
>>	strong			激活状态
>>	a:hover			鼠标悬停状态
===================
*/
.pages {
	margin: 50px auto 20px auto;
	font-size: 14px;
	text-align: center;
}
.pages ul{display: inline-block;}
.pages a,
.pages strong{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	color:#666;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
}
.pages .current{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
	
	color:#fff;
	background-color:#108897;
	border-color:#fff;
}
.pages a:hover{
	color:#fff !important;
	background-color:#108897;
	border-color:#fff;
	text-decoration:none;
}
.pages strong{
	color:#fff;
	background-color:#24557d;
	border-color:#fff;
}
.pages span{
	padding:0 10px;
	line-height:23px;
}

/* index top */
.topbar{
	font-size: 12px;
	color: #6e6e6e;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #f3f3f3;
}
.topbar a{
	margin: 0 5px;
}
.head{
	height: 108px;
	overflow: hidden;
}
.head .logo{
	width: 270px;
	height: 108px;
	background: url(../images/logo.png) no-repeat center;
	overflow: hidden;
	text-indent: -99em;
}
.toptell{
	background: url(../images/phone.png) no-repeat left center;
	padding-left: 52px;
	margin-top: 30px;
}
.toptell span{
	display: block;
	font-size: 15px;
	color: #545555;
}
.toptell p{
	font-size: 22px;
	color: #108897;
	font-weight: bold;
}

.nav{
	height: 47px;
	line-height: 47px;
	overflow: hidden;
	background: linear-gradient(to right, #1e6eae, #03a181);
}
.nav li{
	float: left;
	border-left: 1px solid #0b918f;
	border-right: 1px solid #1d71ac;
}
.nav li:first-child{
	border-left: 0;
}
.nav li:last-child{
	border-right: 0;
}
.nav li a{
	display: block;
	width: 148px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.nav li a.hover,.nav li a:hover{
	background: #15829d;
}

.slideBox{width:100%; height:530px; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute;bottom: 30px; z-index:1;width: 100%; text-align: center;}
.slideBox .hd ul{ overflow:hidden; zoom:1;display: inline-block;}
.slideBox .hd ul li{ float:left; margin: 0 10px;  width: 9px; height:9px; background:#d2d2d2; cursor:pointer; border: 3px solid #d2d2d2;border-radius: 50%;}
.slideBox .hd ul li.on{background: 0; border: 3px solid #108897;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd ul{margin: 0 auto;}
.slideBox .bd li{zoom:1; vertical-align:middle;width:100%; height:530px;}

.tit{
	text-align: center;
	background: url(../images/tbg.png) no-repeat bottom center;
	height: 87px;
}
.tit p{
	font-size: 26px;
	color: #444444;
}
.tit span{
	display: block;
	color: #c9c9c9;
	margin-top: 5px;
}

.product{
	height: 1000px;
	background: #f7f7f7;
	padding-top: 35px;
}
.product ul{
	margin-left: -30px;
	margin-top: 40px;
}
.product li{
	float: left;
	text-align: center;
	width: 380px;
	margin-left: 30px;
	margin-bottom: 30px;
	background: #fff;
	transition: all 0.3s;
	padding-bottom: 20px;
}
.product li a{
	display: block;
}
.product li span{
	display: block;
	font-size: 18px;
	color: #444444;
	margin-top: 24px;
}
.product li p{
	color: #8d8d8d;
	line-height: 22px;
	margin-top: 8px;
	padding: 0 20px;
}
.product li img{
	width: 380px;
	height: 258px;
}
.product li:hover{
	box-shadow: 0 5px 8px 2px rgba(0,0,0,.1);
}
.product li:hover span{
	color: #108897;
}

.about{
	position: relative;
	padding-top: 122px;
}
.about .bg{
	height: 405px;
	background: linear-gradient(to right, #1e6eae, #03a181);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.about .box{
	height: 366px;
	background: #fff;
	box-shadow: 0 5px 8px 3px rgba(0,0,0,.1);
}
.about .box img{
	margin-left: 17px;
	margin-top: -30px;
}
.about .box .fr{
	width: 530px;
	margin-right: 50px;
	margin-top: 50px;
}
.about .box .atit span{
	font-size: 26px;
	color: #444444;
	display: block;
}
.about .box .atit i{
	display: block;
	color: #c9c9c9;
	margin-top: 5px;
	font-style: normal;
	margin-bottom: 12px;
}
.about .box .fr p{
	color: #787878;
	line-height: 26px;
	text-indent: 2em;
}
.about .more{
	display: block;
	width: 125px;
	height: 35px;
	background: url(../images/j1.png) no-repeat center;
	border: 1px solid #dcdcdc;
	margin-top: 25px;
}

.news{
	margin-top: 50px;
}
.news .tit{
	margin-bottom: 38px;
}
.n1{
	width: 650px;
}
.newimg{
	height: 110px;
}
.newimg img{
	width: 177px;
	height: 110px;
}
.newimg .fr{
	width: 450px;
}
.newimg .fr span{
	display: block;
	font-size: 16px;
	color: #2d2d2d;
	line-height: 40px;
}
.newimg .fr p{
	font-size: 13px;
	color:rgba(97,97,97,.8);
	line-height: 24px;
}
.news a:hover span{
	color: #108897;
}
.n1 ul{
	margin-top: 15px;
}
.n1 li{
	line-height: 36px;
}
.n1 li a{
	color: #545454;
}
.n1 li a::before{
	content: "□";
	margin-right: 9px;
}
.n1 li span{
	color: #9d9b9b;
	float: right;
}
.n1 li:hover a{
	color: #108897;
}
.n2{
	width: 470px;
}
.n2 dl{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 17px;
	margin-bottom: 20px;
}
.n2 dl:last-child{
	border: 0;
}
.n2 dt a{
	display: block;
	font-size: 15px;
	color: #404040;
	line-height: 24px;
	background: url(../images/w.png) no-repeat 0 3px;
	padding-left: 35px;
	margin-bottom: 15px;
}
.n2 dd{
	color: #7b7a7a;
	line-height: 24px;
	background: url(../images/w.png) no-repeat 0 -34px;
	padding-left: 35px;
}
.n2 dl a:hover{
	color: #108897;
}
.picMarquee-left{overflow:hidden; position:relative;margin-top: 30px;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 11px; float:left; _display:inline; overflow:hidden; text-align:center;height: 255px;background: #f7f6f6;width: 280px;}
.picMarquee-left .bd ul li img{width: 280px;height: 198px;}
.picMarquee-left .bd ul li p{font-size: 16px;color: #444444; line-height: 55px;}
.picMarquee-left .bd ul li:hover{background: #108897;}
.picMarquee-left .bd ul li:hover p{color: #fff;}

.link{
	line-height: 31px;
	min-height: 31px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.link p{
	font-size: 18px;
	color: #108897;
	font-weight: bold;
	background: url(../images/link.png) no-repeat center left;
	padding-left: 37px;
}
.link a{
	color: #616161;
	margin-left: 40px;
}

.footer{
	background: #202020;
	height: 220px;
	color: #fff;
}
.footer .line{
	height: 2px;
	background: linear-gradient(to right, #1e6eae, #03a181);
}
.middle{
	margin-left: 25px;
	width: 770px;
}
.fnav{
	height: 44px;
	border-bottom: 1px solid #434242;
	margin-top: 40px;
	width: 700px;
}
.fnav li{
	float: left;
	color: #797979;
}
.fnav li a{
	color: #fff;
	font-size: 15px;
	margin: 0 20px;
}
.fnav li:first-child a{
	margin-left: 0;
}
.fnav li:last-child a{
	margin-right: 0;
}
.fcont{
	margin-top: 15px;
}
.fcont span{
	display: block;
	width: 500px;
	float: left;
	line-height: 28px;
}
.fcont p span:first-child,.fcont p span:first-child+span+span{
	width: 210px;
}
.copy{
	color: rgba(255,255,255,.51);
}
.copy .gs{
	vertical-align: middle;
	margin-left: 10px;
}
.ewm{
	text-align: center;
	margin-top: 40px;
}
.ewm p{
	letter-spacing: 4px;
	margin-top: 10px;
}

.banner{
	height: 400px;
	background: url(../images/banner.jpg) no-repeat center;
}
.main{
	margin-top: 30px;
	margin-bottom: 50px;
}
.position{
	margin-bottom: 20px;
	background: url(../images/home.png) no-repeat left center;
	padding-left: 30px;
}
.content{
	line-height: 30px;
	margin-top: 20px;
}
.content img{
	max-width: 100%;
}
.content a{
	color:#06F;
}

.list{
	margin-top: 50px;
}
.list li{
	height: 180px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.list li img{
	width: 300px;
	height: 180px;
}
.list li .fr{
	width: 860px;
}
.list li .fr span{
	display: block;
	color: #555;
	font-size: 16px;
	line-height: 40px;
}
.list li .fr p{
	font-size: 13px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #999;
	margin-top: 10px;
}
.list li .fr i{
	font-style: normal;
	color: #999;
	display: block;
	margin-top: 30px;
}
.list li:hover span{
	color: #108897;
}

.photo{
	margin-top: 30px;
}
.photo li{
	text-align: center;
	float: left;
	margin: 0 10px;
	margin-bottom: 20px;
	transition: all 0.3s;
}
.photo li img{
	width: 380px;
	height: 260px;
}
.photo li p{
	color: #303030;
	font-size: 16px;
	line-height: 45px;
	height: 50px;
	transition: all 0.3s;
}
.photo li:hover{
	box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
}
.photo li:hover p{
	color: #108897;
}

.showtop{
	text-align: center;
	margin-top: 50px;
	border-bottom: 1px dashed #ddd;
}
.showtop h1{
	font-weight: normal;
}
.showtop p span{
	font-size: 12px;
	margin: 0 5px;
	color: #999;
	line-height: 50px;
}
.showtop p span a{
	margin: 0 5px;
}
.prepage{
	line-height: 30px;
	margin-top: 50px;
}

.hotcp {
    margin-top: 50px;
}
.hotcp ul {
    border-top: 1px dashed #ddd;
    padding-top: 20px;
}
.hotcp li {
    float: left;
    margin-left: 20px;
    text-align: center;
}
.hotcp li:first-child {
    margin: 0;
}
.hotcp li img {
    height: 160px;
    width: 223px;
}
.hotcp li p{
	line-height: 40px;
}
.hotcp li:hover img{
	opacity: 0.8;
}
.hotcp_top {
    background: #108897;
    color: #fff;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
    width: 100px;
}

.hotnews {
    margin-bottom: 30px;
    margin-top: 20px;
}
.hotnews_top {
    border-bottom: 1px solid #ddd;
    color: #108897;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
}
.hotnews ul{
	margin-left: -50px;
}
.hotnews li {
    border-bottom: 1px dotted #ddd;
    float: left;
    line-height: 36px;
    margin-left: 50px;
    width: 575px;
}
.hotnews li span {
    color: #999;
    float: right;
    font-size: 13px;
}

.hotlabel{
	margin-top: 30px;
}
.hotlabel p{
	color: #108897;
}
.hotlabel a{
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0 10px;
	background: #108897;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}