*{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: #333;
	font-size: 14px;
	min-width: 1200px;
}
a{
	outline: none;
	color: #333;
}
a:hover{
	color: #0994dc;
}
.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:#f0461c;
	border-color:#fff;
}
.pages a:hover{
	color:#fff !important;
	background-color:#f0461c;
	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 */
.head{
	height: 86px;
	overflow: hidden;
}
.logo{
	display: block;
	width: 220px;
	height: 86px;
	background: url(../images/logo.png) no-repeat center;
	overflow: hidden;
	text-indent: -99em;
}
.nav{
	margin-top: 35px;
}
.nav li{
	float: left;
	margin-left: 65px;
}
.nav li a{
	font-size: 16px;
	color: #333333;
}
.nav li a.hover,.nav li a:hover{
	color: #0994dc;
}

.slideBox{ width:100%; height:565px; overflow:hidden; position:relative;}
.slideBox .hd{ height:4px; 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 8px;  width:45px; height:4px; background:#eee; cursor:pointer; }
.slideBox .hd ul li.on{ background:#0994dc;}
.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:565px;}

.tit{
	text-align: center;
}
.tit p{
	color: #000000;
	font-size: 25px;
}
.tit span{
	display: block;
	color: #888888;
	margin-top: 5px;
}

.process{
	margin-top: 50px;
}
.process ul{
	margin-top: 40px;
}
.process li{
	float: left;
	text-align: center;
	width: 200px;
	position: relative;
}
.process li::after{
	content: " ";
	display: block;
	position: absolute;
	width: 14px;
	height: 25px;
	background: url(../images/j2.png) no-repeat center;
	right: 0;
	top: 50px;
}
.process li:last-child::after{
	display: none;
}
.process li p{
	font-size: 18px;
	color: #333333;
	position: relative;
	padding-top: 80px;
}
.process li span{
	display: block;
	font-size: 22px;
	color: #b5b4b4;
}
.process li p::before{
	content: " ";
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -35px;
}
.process ul li:first-child p::before{
	background: url(../images/gy.png) no-repeat 0 0;
}
.process ul li:nth-child(2) p::before{
	background: url(../images/gy.png) no-repeat -70px 0;
}
.process ul li:nth-child(3) p::before{
	background: url(../images/gy.png) no-repeat -140px 0;
}
.process ul li:nth-child(4) p::before{
	background: url(../images/gy.png) no-repeat -210px 0;
}
.process ul li:nth-child(5) p::before{
	background: url(../images/gy.png) no-repeat -280px 0;
}
.process ul li:nth-child(6) p::before{
	background: url(../images/gy.png) no-repeat -350px 0;
}

.product{
	margin-top: 40px;
}
.product ul{
	margin-left: -20px;
	margin-top: 30px;
}
.product li{
	float: left;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 10px;
}
.product li img{
	width: 224px;
	box-sizing: border-box;
	border: 3px solid #fff;
	transition: all 0.2s;
}
.product li p{
	line-height: 30px;
}
.product li:hover img{
	border: 3px solid #0994dc;
}

.about{
	background: url(../images/abg.jpg) no-repeat top center;
	margin-top: 30px;
	padding-top: 55px;
}
.about .box{
	background: #fff;
	height: 330px;
	padding: 26px;
	margin-top: 35px;
	box-shadow: 0px 3px 5px 2px rgba(0,0,0,.1);
}
.about .box .fr{
	width: 610px;
	margin-right: 18px;
}
.about .box .fr span{
	display: block;
	font-size: 20px;
	color: #0e0f14;
	margin-top: 25px;
}
.about .box .fr i{
	font-style: normal;
	font-size: 10px;
	color: rgba(14,15,20,.7);
	font-family: Arial;
	margin-top: 5px;
	display: block;
}
.about .box .fr p{
	font-size: 15px;
	color: rgba(90,90,91,.85);
	line-height: 28px;
	margin-top: 30px;
}
.about .box .fr a{
	display: block;
	width: 135px;
	height: 35px;
	line-height: 35px;
	background: #f1f5f6;
	text-align: center;
	font-size: 13px;
	color: #0994dc;
	border: 1px solid #eee;
	margin-top: 30px;
}

.honor{
	margin-top: 40px;
}
.picMarquee-left{position:relative;margin-top: 35px;}
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{display:block;width:22px; height:42px;overflow:hidden;cursor:pointer;position: absolute;top: 70px;}
.picMarquee-left .hd .prev{background: url(../images/j1.png) no-repeat 0 0;left: -40px;}
.picMarquee-left .hd .next{background: url(../images/j1.png) no-repeat -22px 0;right: -40px;}
.picMarquee-left .bd{overflow:hidden;}
.picMarquee-left .bd ul{overflow:hidden; zoom:1;}
.picMarquee-left .bd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;}
.picMarquee-left .bd ul li img{width: 280px;height: 200px;}
.picMarquee-left .bd ul li p{font-size: 15px;color: #444444;margin-top: 10px;}

.news{
	margin-top: 35px;
}
.news .tit{
	margin-bottom: 47px;
}
.n1{
	width: 640px;
	margin-left: 20px;
}
.newimg{
	height: 110px;
	margin-bottom: 18px;
}
.newimg img{
	width: 177px;
	height: 110px;
}
.newimg .fr{
	width: 440px;
	margin-top: 10px;
}
.newimg .fr span{
	display: block;
	font-size: 16px;
	color: #2d2d2d;
}
.newimg .fr p{
	font-size: 13px;
	color: rgba(97,97,97,.8);
	line-height: 24px;
	margin-top: 12px;
}
.n1 ul li{
	line-height: 35px;
}
.n1 ul li a{
	color: #545454;
}
.n1 ul li a::before{
	content: "□";
	margin-right: 10px;
}
.n1 ul li a span{
	float: right;
	color: #9d9b9b;
}
.n1 ul li a:hover{
	color: #91b721;
}
.n2{
	width: 450px;
}
.n2 dl{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 17px;
	margin-bottom: 24px;
}
.n2 dl:last-child{
	border: 0;
}
.n2 dt a{
	display: block;
	font-size: 15px;
	color: #404040;
	line-height: 18px;
	height: 24px;
}
.n2 dl:hover dt a{
	color: #91b721;
}
.n2 dt a::before{
	content: "";
	display: block;
	float: left;
	width: 25px;
	height: 24px;
	background: url(../images/w.png) 0 0 no-repeat;
	margin-right: 15px;
}
.n2 dd{
	color: #7b7a7a;
	line-height: 24px;
	margin-top: 15px;
}
.n2 dd::before{
	content: "";
	display: block;
	float: left;
	width: 25px;
	height: 24px;
	background: url(../images/w.png) 0 -30px no-repeat;
	margin-right: 15px;
}

.link{
	line-height: 26px;
	height: 26px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.link p{
	font-size: 18px;
	color: #0994dc;
	background: url(../images/link.png) no-repeat left center;
	padding-left: 35px;
}
.link a{
	margin-left: 30px;
	color: rgba(68,68,68,.95);
}

.footer{
	background: #333;
	height: 190px;
	color: #fff;
}
.footer .ft{
	font-size: 16px;
	position: relative;
	height: 32px;
	margin-bottom: 10px;
	margin-top: 35px;
}
.footer .ft::after{
	content: " ";
	width: 34px;
	height: 2px;
	background: #676767;
	bottom: 0;
	left: 0;
	position: absolute;
}
.fnav{
	width: 180px;
	margin-left: 60px;
}
.fnav li{
	float: left;
	width: 90px;
	line-height: 23px;
}
.fnav li a{
	font-size: 13px;
	color: rgba(255,255,255,.66);
}
.fcont{
	margin-left: 60px;
}
.fcont p{
	color: rgba(255,255,255,.66);
	line-height: 23px;
}
.ewm li{
	float: left;
	text-align: center;
	margin-right: 40px;
	margin-top: 32px;
}
.ewm li p{
	margin-top: 2px;
}
.bottom{
	text-align: center;
	font-size: 13px;
	color: rgba(255,255,255,.76);
	line-height: 42px;
	background: #333;
	border-top: 2px solid #414141;
}
.bottom img{
	vertical-align: middle;
	margin-left: 10px;
}

.banner{
	height: 300px;
	background: url(../images/banner.jpg) no-repeat center;
}
.pos{
	line-height: 32px;
	color: #999;
	font-size: 12px;
	margin-top: 40px;
	height: 32px;
}
.pos p a{
	color: #999;
}
.submenu li{
	float: left;
	margin: 0 5px;
}
.submenu li a{
	display: block;
	padding: 0 20px;
	line-height: 32px;
	color: #737373;
	transition: all 0.3s;
}
.submenu li a.hover,.submenu li a:hover{
	background: #0994dc;
	color: #fff;
}

.main{
	margin-bottom: 50px;
}
.main .tit{
	margin-top: 30px;
}
.content{
	line-height: 30px;
	margin-top: 20px;
}
.content img{
	max-width: 100%;
}
.content a{
	color:#06F;
}

.list{
	margin-top: 20px;
}
.list li{
	height: 160px;
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.list img{
	width: 340px;
	height: 160px;
}
.list .lr{
	width: 600px;
	margin-left: 45px;
}
.list .lr span{
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #303030;
	padding-top: 23px;
}
.list .lr p{
	padding-top: 11px;
	font-size: 13px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #888;
}
.list li a:hover .lr span{
	color: #0994dc;
}
.list li i{
	display: block;
	font-style: normal;
	font-size: 22px;
	line-height: 30px;
	font-weight: 200;
	position: absolute;
	right: 0;
	top: 40px;
}

.photo ul{
	margin-left: -15px;
	margin-top: 30px;
}
.photo li{
	text-align: center;
	float: left;
	margin-left: 15px;
	border-bottom: 1px solid rgb(230, 230, 230);
	margin-bottom: 20px;
	transition: all 0.3s;
}
.photo li img{
	width: 380px;
	height: 260px;
}
.photo li p{
	color: #303030;
	font-size: 18px;
	line-height: 60px;
	transition: all 0.3s;
}
.photo li:hover{
	background: #0994dc;
}
.photo li:hover p{
	color: #fff;
}

.prepage{
	line-height: 30px;
	margin-top: 50px;
}
.showtop{
	margin-top: 50px;
	border-bottom: 1px solid #ddd;
}
.showtop h1{
	font-weight: normal;
	font-size: 25px;
	color: #0994dc;
}
.showtop p{
	line-height: 50px;
}
.showtop p span{
	font-size: 12px;
	color: #666;
	margin: 0 5px;
}
.showtop p span a{
	margin: 0 5px;
}

.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: #0994dc;
    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: #0994dc;
    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: #0994dc;
}
.hotlabel a{
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0 10px;
	background: #0994dc;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}