*{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: #595656;
	font-size: 14px;
	min-width: 1200px;
}
a{
	outline: none;
	color: #595656;
}
a:hover{
	color: #0068b5;
}
.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:#0068b5;
	border-color:#fff;
}
.pages a:hover{
	color:#fff !important;
	background-color:#0068b5;
	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: 70px;
	overflow: hidden;
}
.logo{
	display: block;
	width: 200px;
	height: 70px;
	background: url(../images/logo.png) no-repeat center;
	overflow: hidden;
	text-indent: -99em;
}
.nav li{
	float: left;
	margin-left: 10px;
	line-height: 70px;
}
.nav li a{
	font-size: 15px;
	display: block;
	width: 100px;
	text-align: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.nav li a.hover,.nav li a:hover{
	background: #0068b5;
	color: #fff;
}
.slideBox{width:100%; height:580px; 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 12px;width: 60px; height:4px;background:#f7f7f7; cursor:pointer; }
.slideBox .hd ul li.on{ background:#0068b5;}
.slideBox .bd{ position:relative; height:100%;z-index:0;}
.slideBox .bd li{ zoom:1; vertical-align:middle;width:100%; height:580px;}

.about{
	margin-top: 45px;
}
.ableft{
	width: 600px;
}
.abtit{
	background: url(../images/tbg.png) no-repeat left top;
	color: #0080fc;
	line-height: 90px;
	padding-left: 42px;
	position: relative;
	margin-bottom: 20px;
}
.abtit::after{
	content: " ";
	display: block;
	width: 26px;
	height: 2px;
	background: #0080fc;
	position: absolute;
	left: 42px;
	top: 60px;
}
.ableft span{
	display: block;
	font-size: 34px;
	color: #103760;
	text-indent: 1em;
	margin-bottom: 25px;
}
.ableft p{
	font-size: 15px;
	color: #666666;
	line-height: 32px;
	text-indent: 2em;
}
.ableft a{
	display: block;
	width: 115px;
	height: 40px;
	line-height: 40px;
	background: url(../images/j1.png) no-repeat center #0068b5;
	border-radius: 20px;
	margin-top: 40px;
}
.abimg{
	margin-top: 80px;
}

.product{
	background: url(../images/pbg.jpg) no-repeat top center;
	margin-top: 56px;
}
.ptit{
	color: #fff;
	padding-top: 100px;
}
.ptit span{
	font-size: 34px;
}
.ptit p{
	font-size: 24px;
	margin-top: 15px;
}
.ptit small{
	display: block;
	font-size: 16px;
	margin-top: 2px;
}
.ptit a{
	display: block;
	width: 112px;
	height: 38px;
	border: 1px solid #fff;
	background: url(../images/j1.png) no-repeat center;
	border-radius: 20px;
	margin-top: 40px;
}
.product .picMarquee-left{overflow:hidden; position:relative; background: #fff;width: 1160px;margin: 0 auto;padding: 20px;margin-top: 60px;box-shadow: 0 3px 5px 5px rgba(0,0,0,.1);border-radius: 5px;}
.product .picMarquee-left .bd{overflow: hidden;}
.product .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.product .picMarquee-left .bd ul li{ margin:0 14px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.product .picMarquee-left .bd ul li img{width: 270px;height: 195px;}
.product .picMarquee-left .bd ul li p{font-size: 15px;line-height: 40px;}

.tit{
	text-align: center;
}
.tit p{
	font-size: 34px;
	color: #103760;
}
.tit span{
	display: block;
	font-size: 15px;
	color: #999999;
	margin-top: 8px;
}

.power{
	margin-top: 50px;
}
.power ul{
	margin-left: -60px;
	margin-top: 50px;
}
.power li{
	float: left;
	width: 250px;
	margin-left: 60px;
	text-align: center;
}
.power li span{
	font-size: 18px;
	color: #103760;
	position: relative;
	display: block;
	padding-top: 318px;
}
.power li span::before{
	content: " ";
	display: block;
	width: 250px;
	height: 295px;
	position: absolute;
	top: 0;
}
.power li p{
	color: #999999;
	line-height: 22px;
	margin-top: 8px;
}
.power li:nth-child(1) span::before{
	background: url(../images/power.jpg) no-repeat -2px 0;
}
.power li:nth-child(2) span::before{
	background: url(../images/power.jpg) no-repeat -316px 0;
}
.power li:nth-child(3) span::before{
	background: url(../images/power.jpg) no-repeat -633px 0;
}
.power li:nth-child(4) span::before{
	background: url(../images/power.jpg) no-repeat -947px 0;
}

.ys{
	background: #f5f5f5;
	margin-top: 60px;
}
.ystop{
	padding-top: 130px;
	position: relative;
	height: 80px;
}
.ystop span{
	font-size: 34px;
	color: #103760;
	line-height: 60px;
	width: 400px;
	border-top: 1px solid #e8e7e6;
	border-bottom: 1px solid #e8e7e6;
	box-sizing: border-box;
}
.ystop span.fl{
	margin-left: 70px;
	padding-left: 120px;
}
.ystop span.fr{
	margin-right: 75px;
	padding-left: 40px;
}
.ystop img{
	position: absolute;
	top: 58px;
	left: 50%;
	margin-left: -127px;
}
.ys .box{
	height: 600px;
	background: url(../images/ys.jpg) no-repeat center;
	margin-top: 45px;
	position: relative;
}
.ys dl{
	width: 290px;
	position: absolute;
}
.ys dl dt{
	content: "●";
	font-size: 21px;
	color: #0068b5;
	margin-bottom: 15px;
}
.ys dl dd{
	color: #53565d;
	line-height: 24px;
}
.ys dl:nth-child(1){
	left: 0;
	top: 70px;
}
.ys dl:nth-child(2){
	left: 0;
	top: 320px;
}
.ys dl:nth-child(3){
	right: 0;
	top: 70px;
}
.ys dl:nth-child(4){
	right: 0;
	top: 320px;
}

.process{
	background: #f5f5f5;
	padding-top: 30px;
	padding-bottom: 25px;
}
.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: #103760;
	position: relative;
	padding-top: 80px;
}
.process li span{
	display: block;
	font-size: 22px;
	color: #999999;
}
.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;
}

.patent{
	height: 307px;
	background: url(../images/patent.jpg) no-repeat center;
	color: #fff;
}
.patent .fl{
	margin-top: 100px;
	margin-left: 45px;
}
.patent .fl span{
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 3px;
}
.patent .fl p{
	font-size: 24px;
}
.patent .fl small{
	font-size: 15px;
	margin-top: 5px;
	display: block;
}
.patent .fl p:last-child{
	font-size: 16px;
	background: url(../images/phone.png) no-repeat left center;
	line-height: 33px;
	padding-left: 46px;
	margin-top: 25px;
	font-style: italic;
}
.patent .fl p:last-child i{
	font-size: 28px;
	font-weight: bold;
	margin-left: 10px;
}

.workshop{
	margin-top: 50px;
}
.workshop .picMarquee-left{overflow:hidden; position:relative;width: 1172px;margin: 0 auto; margin-top: 30px;}
.workshop .picMarquee-left .bd{overflow: hidden;}
.workshop .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.workshop .picMarquee-left .bd ul li{ margin:0 14px; float:left; _display:inline; overflow:hidden; text-align:center;}
.workshop .picMarquee-left .bd ul li img{width: 270px;height: 195px;}
.workshop .picMarquee-left .bd ul li p{font-size: 16px;line-height: 40px;color: #474747;margin-top: 5px;}

.news{
	margin-top: 45px;
}
.news .tit{
	margin-bottom: 35px;
}
.newimg{
	margin-left: 18px;
}
.newimg a{
	display: block;
	width: 475px;
	height: 370px;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.newimg img{
	width: 475px;
	height: 370px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.newimg .box{
	position: absolute;
	height: 85px;
	background: rgba(0,0,0,.5);
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.newimg .box span{
	font-size: 16px;
	display: block;
	padding-top: 20px;
}
.newimg .box p{
	font-size: 13px;
	line-height: 30px;
}
.newimg a:hover .box {
	background: #0068b5;
}
.newimg a:hover img{
	transform: scale(1.1, 1.1);
}
.nr{
	width: 640px;
	margin-right: 20px;
	margin-top: -15px;
}
.nr li{
	line-height: 55px;
	border-bottom: 1px solid #ebebeb;
}
.nr li:last-child{
	border: 0;
}
.nr li a{
	font-size: 15px;
	color: #515050;
}
.nr li a::before{
	content: "□";
	color: #515050;
	margin-right: 10px;
	margin-left: 12px;
}
.nr li span{
	float: right;
	color: rgba(85,85,85,.9);
	margin-right: 12px;
}
.nr li:hover a{
	color: #0068b5;
}

.link{
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 25px;
}
.link p{
	font-size: 18px;
	color: #0068b5;
	background: url(../images/link.png) no-repeat left center;
	padding-left: 35px;
	margin-left: 18px;
}
.link a{
	margin-left: 30px;
}

.footer{
	height: 246px;
	background: #262626;
	color: #fff;
}
.flogo{
	margin-left: 68px;
	margin-top: 38px;
}
.footer .ft{
	position: relative;
	font-size: 15px;
	height: 36px;
	margin-bottom: 15px;
}
.footer .ft::after{
	content: " ";
	width: 44px;
	height: 3px;
	background: #434343;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ftab{
	position: relative;
	margin-top: 32px;
}
.ftab::before{
	content: " ";
	width: 1px;
	height: 186px;
	background: #434343;
	position: absolute;
	left: 0;
}
.fnav{
	width: 270px;
	margin-left: 70px;
	padding-left: 60px;
}
.fnav li {
	width: 120px;
	float: left;
}
.fnav li a{
	font-size: 13px;
	color: rgba(255,255,255,.65);
	line-height: 30px;
}
.ftell{
	width: 300px;
	text-align: center;
}
.ftell p{
	font-size: 13px;
	color: rgba(255,255,255,.4);
	line-height: 26px;
	margin-bottom: 20px;
}
.ftell span{
	display: block;
	width: 144px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #fb9b1f;
	font-size: 16px;
	color: #fb9b1f;
	margin: 0 auto;
	margin-bottom: 11px;
}
.ewm{
	padding-left: 75px;
}
.bottom{
	text-align: center;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	background: #292828;
	font-size: 13px;
	color: rgba(255,255,255,.35);
}
.bottom .gs{
	float: right;
	margin-right: 55px;
}

.banner{
	height: 300px;
	background: url(../images/banner.jpg) no-repeat center;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.banner .box{
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
}
.banner p{
	color: #fff;
	font-size: 40px;
	font-weight: 200;
	line-height: 300px;
}
.position{
	line-height: 50px;
	height: 50px;
	text-align: right;
	border-bottom: 1px solid #efefef;
	color: #666;
	font-size: 12px;
}
.position a{
	color: #0068b5;
}

.submenu{
	text-align: center;
}
.submenu ul{
	display: inline-block;
}
.submenu li{
	float: left;
	margin: 0 10px;
	margin-top: 30px;
}
.submenu li a{
	display: block;
	padding: 0 25px;
	line-height: 38px;
	border: 1px solid rgba(170,170,170,.2);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.submenu li a.hover,.submenu li a:hover{
	background: #0068b5;
	border: 1px solid #0068b5;
	color: #fff;
}
.main{
	margin-bottom: 50px;
}
.content{
	line-height: 30px;
	margin-top: 30px;
}
.content img{
	max-width: 100%;
}
.content a{
	color:#06F;
}

.list{
	margin-top: 40px;
}
.list li{
	border-bottom: 1px solid #e5e5e5;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.list li a{
	display: block;
	height: 165px;
	padding: 30px 0;
}
.list img{
	width: 340px;
	height: 165px;
}
.list .fr{
	width: 820px;
	position: relative;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.list .fr span{
	display: block;
	font-size: 16px;
	line-height: 40px;
	color: #303030;
	margin-top: 10px;
}
.list .fr p{
	color: #888;
	font-size: 13px;
	width: 600px;
	line-height: 26px;
	height: 52px;
	margin-top: 5px;
}
.list .fr i{
	font-style: normal;
	font-size: 22px;
	line-height: 30px;
	color: #999;
	font-weight: 200;
	position: absolute;
	right: 50px;
	top: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.list li:hover{
	box-shadow: 0 5px 10px 5px rgba(0,0,0,.1);
	padding-left: 20px;
}
.list li:hover .fr{
	width: 800px;
}
.list li:hover .fr i{
	top: 10px;
}
.list li:hover .fr span{
	color: #0068b5;
}

.photo{
	margin-top: 40px;
}
.photo ul{
	margin-left: -20px;
}
.photo li{
	text-align: center;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background: #f6f6f6;
}
.photo li .box{
	width: 285px;
	height: 205px;
	overflow: hidden;
}
.photo li img{
	width: 285px;
	height: 205px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.photo li p{
	line-height: 50px;
}
.photo li:hover{
	background: #0068b5;
}
.photo li:hover p{
	color: #fff;
}
.photo li:hover img{
	transform: scale(1.1, 1.1);
}

.showtop{
	text-align: center;
	margin-top: 50px;
	border-bottom: 1px solid #e5e5e5;
}
.showtop h1{
	font-size: 22px;
	font-weight: normal;
	color: #0068b5;
}
.showtop p span{
	margin: 0 5px;
	font-size: 12px;
	color: #999;
	line-height: 50px;
}
.showtop p span a{
	margin: 0 5px;
}
.show .content{
	margin-top: 20px;
}
.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: #0068b5;
    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: #0068b5;
    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: #0068b5;
}
.hotlabel a{
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0 10px;
	background: #0068b5;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}