*{padding:0;margin:0;font-family: "微软雅黑";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: 1300px;
}
a{
	outline: none;
	color: #333;
}
a:hover{
	color: #c81b09;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
/*
===================
分页
>>	pages_pre		上一页
>>	pages_next	下一页
>>	strong			激活状态
>>	a:hover			鼠标悬停状态
===================
*/
.pages {
	margin: 50px auto 20px auto;
	width: 500px;
	font-size: 14px;
}
.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:#d20000;
	border-color:#fff;
}
.pages a:hover{
	color:#fff !important;
	background-color:#d20000;
	border-color:#fff;
	text-decoration:none;
}
.pages strong{
	color:#fff;
	background-color:#24557d;
	border-color:#fff;
}
.pages span{
	padding:0 10px;
	line-height:23px;
}

.effect:hover,.prolist li:hover img{
	animation-duration: 1.5s;
    animation-name: pulse;
}
@keyframes pulse {
	0% {
	    transform: scale(1);
	}
	50% {
	    transform: scale(1.1);
	}
	100% {
	    transform: scale(1);
	}
}

/* index top */
.head{
	height: 118px;
	background: #252525;
}
.topbar{
	text-align: right;
	font-size: 12px;
	color: #fff;
	margin-top: 15px;
}
.topbar a{
	color: #fff;
	margin: 0 5px;
}
.nav li{
	float: left;
	margin-left: 42px;
	margin-top: 40px;
}
.nav li a{
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	padding: 0 8px;
	border-bottom: 8px solid #252525;
	padding-bottom: 19px;
}
.nav li a:hover,.nav li a.hover{
	border-bottom: 8px solid #f7d790;
	color: #f7d790;
}

.slideBox{ width:100%; height:753px; overflow:hidden; position:relative;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;width:100%; height:849px;}
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;}

.about {
	margin-top: 80px;
}
.abinfo{
	width: 550px;
	margin-top: 20px;
}
.abtit span{
	display: block;
	font-size: 31px;
	color: #494949;
	font-weight: bold;
}
.abtit p i{
	float: left;
	display: block;
	width: 92px;
	height: 1px;
	background: #494949;
	margin-top: 10px;
	margin-right: 10px;
}
.abtit p span{
	display: block;
	float: left;
	font-size: 15px;
	color: #d20000;
	letter-spacing: 2px;
}
.abtext{
	color: #494949;
	line-height: 24px;
	margin-top: 20px;
}
.abtext a{
	color: #d20000;
}
.abinfo .tab {
	float: left;
	margin-top: 60px;
}
.abinfo .tab a{
	display: block;
}
.abinfo .tab p{
	font-size: 23px;
	color: #d20000;
	font-weight: bold;
}
.abinfo .tab span{
	font-size: 17px;
	color: #202020;
	font-family: Arial;
}
.abinfo .tab1 a{
	background: url(../images/b1.jpg) no-repeat left center;
	padding-left: 47px;
}
.abinfo .tab2 a{
	background: url(../images/b2.jpg) no-repeat left center;
	padding-left: 64px;
	margin-left: 125px;
	padding-bottom: 10px;
}

.product{
	margin-top: 100px;
}
.indextit{
	font-size: 50px;
	font-weight: bold;
	color: #696969;
	text-align: center;
	border-bottom: 1px solid #b0b0b0;
	height: 73px;
	position: relative;
}
.indextit p{
	padding: 0 30px;
	border-bottom: 13px solid #b0b0b0;
	display: inline-block;
}
.indextit i{
	display: block;
	float: left;
	font-style: normal;
}
.indextit span{
	font-size: 26px;
	color: #c81b09;
	margin-left: 25px;
	display: block;
	float: left;
	margin-top: 15px;
}
.indextit a.more{
	display: block;
	width: 74px;
	height: 33px;
	line-height: 33px;
	color: #fff;
	background: #b0b0b0;
	text-align: center;
	position: absolute;
	font-size: 16px;
	font-weight: normal;
	right: 0;
	top: 55px;
}
.indextitinfo{
	text-align: center;
	color: #696969;
	margin-top: 20px;
}
.hotcp{
	position: relative;
	margin-top: 50px;
	height: 401px;
}
.cpimg{
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 9;
}
.hotcpbox{
	position: absolute;
	width: 600px;
	height: 380px;
	background: #f7f7f7;
	padding-left: 510px;
	right: 0;
	top: 0;
}
.hotcptit i{
	font-size: 25px;
	color: #0e0e0e;
	font-family: Arial;
	padding-top: 50px;
	display: block;
}
.hotcptit p{
	font-size: 25px;
	font-weight: bold;
	color: #0e0e0e;
	margin-top: 5px;
}
.hotcptit span{
	width: 81px;
	height: 1px;
	background: #373737;
	display: block;
	margin-top: 15px;
}
.hotcpboxinfo{
	font-size: 13px;
	color: #0e0e0e;
	line-height: 20px;
	margin-top: 15px;
	width: 440px;
}
.hotcpbox a.more{
	display: block;
	font-size: 13px;
	color: #a3a3a3;
	width: 152px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #a9a9a9;
	text-align: center;
	margin-top: 45px;
}
.promenu{
	text-align: center;
	margin-top: 50px;
}
.promenu ul{
	display: inline-block;
}
.promenu ul li{
	float: left;
	margin: 0 18px;
}
.promenu ul li a{
	display: block;
	width: 156px;
	height: 49px;
	line-height: 49px;
	border: 1px solid #c7c7c7;
	color: #2f2f2f;
	font-size: 20px;
	font-weight: bold;
}
.promenu ul li a:hover{
	border: 1px solid #f39800;
}

.prolist .picMarquee-left{position:relative;margin-top: 55px;}
.prolist .picMarquee-left .hd{ overflow:hidden;}
.prolist .picMarquee-left .hd .prev,.prolist .picMarquee-left .hd .next{ display:block;width:26px; height:40px;cursor:pointer;position: absolute;top: 83px;}
.prolist .picMarquee-left .hd .prev{background: url(../images/j1.jpg) no-repeat 0 0;left: -5px;}
.prolist .picMarquee-left .hd .next{background: url(../images/j1.jpg) no-repeat -26px 0;right: -5px;}
.prolist .picMarquee-left .bd{margin: 0 auto; width: 1150px;}
.prolist .picMarquee-left .bd ul{ overflow:hidden; zoom:1;}
.prolist .picMarquee-left .bd ul li{ margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center;width: 277px;height: 245px;position: relative;}
.prolist .picMarquee-left .bd ul li img{width: 277px;height: 245px;}
.prolist .picMarquee-left .bd ul li .box{position: absolute;width: 277px;height: 245px;background: rgba(0,0,0,.54);left: 0;top: 0;}
.prolist .picMarquee-left .bd ul li .box p{font-size: 20px;color: #fff;width: 152px;height: 52px;background: url(../images/m.png) no-repeat center;padding-top: 10px;margin-top: 97px;margin-left: 63px;}

.news{
	margin-top: 50px;
}
.news .picMarquee-left{position:relative;margin-top: 40px;}
.news .picMarquee-left .hd{ overflow:hidden;}
.news .picMarquee-left .hd .prev,.news .picMarquee-left .hd .next{ display:block;width:40px; height:40px;cursor:pointer;position: absolute;}
.news .picMarquee-left .hd .prev{background: url(../images/j2.jpg) no-repeat 0 0;left: -5px;top: 115px;}
.news .picMarquee-left .hd .next{background: url(../images/j2.jpg) no-repeat -41px 0;right: -5px;top: 115px;}
.news .picMarquee-left .bd{width: 1120px;margin: 0 auto;overflow: hidden;}
.news .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.news .picMarquee-left .bd ul li{ margin:0 6px; float:left; _display:inline; overflow:hidden;width: 364px;}
.news .picMarquee-left .bd ul li img{width: 364px;height: 240px;}
.news .picMarquee-left .bd ul li span{display: block;font-size: 16px;color: #000;margin-top: 5px;}
.news .picMarquee-left .bd ul li a:hover span{color: #c81b09;}
.news .picMarquee-left .bd ul li p{color: #000;line-height: 29px;margin-top: 10px;}
.news .picMarquee-left .bd ul li a.more{display: block;width: 61px;height: 25px;line-height: 25px;text-align: center;background: #696969;color: #fff;margin-top: 5px;}

.case{
	background: #f6f6f6;
	height: 655px;
	margin-top: 90px;
}
.case .indextit{
	border: 0;
	padding-top: 30px;
}
.case .indextit p{
	border: 0;
}
.caseinfo{
	width: 820px;
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	color: #1d1d1d;
	line-height: 34px;
}

.case .picMarquee-left{position:relative;margin-top: 40px;}
.case .picMarquee-left .hd{ overflow:hidden;}
.case .picMarquee-left .hd .prev,.case .picMarquee-left .hd .next{ display:block;width:40px; height:40px;cursor:pointer;position: absolute;}
.case .picMarquee-left .hd .prev{background: url(../images/j2.jpg) no-repeat 0 0;left: 500px;top: 350px;}
.case .picMarquee-left .hd .next{background: url(../images/j2.jpg) no-repeat -41px 0;right: 580px;top: 350px;}
.case .picMarquee-left .bd{overflow: hidden;}
.case .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.case .picMarquee-left .bd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden;}
.case .picMarquee-left .bd ul li img{width: 378px;height: 310px;}

.join{
	background: url(../images/join.jpg) no-repeat center;
	height: 284px;
}
.join p{
	color: #fff;
	line-height: 30px;
	width: 790px;
	margin: 0 auto;
	text-align: center;
	padding-top: 45px;
}
.join a.more{
	display: block;
	width: 172px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 30px;
	margin: 0 auto;
	margin-top: 30px;
}

.footer{
	height: 300px;
	background: #3f4248;
	color: #fff;
}
.footer .container{
	position: relative;
}
.flogo{
	margin-left: 30px;
	margin-top: 100px;
}
.ewm{
	height: 210px;
	border-left: 1px solid #989898;
	margin-top: 30px;
	width: 237px;
	text-align: center;
	margin-left: 50px;
}
.ewm img{
	padding-top: 17px;
}
.ewm p{
	font-size: 16px;
	margin-top: 10px;
}
.footer ul{
	float: left;
	height: 210px;
	border-left: 1px solid #989898;
	width: 160px;
	text-align: center;
	margin-top: 30px;
}
.footer ul li{
	font-size: 16px;
	line-height: 24px;
}
.footer ul li a{
	font-size: 14px;
	color: #fff;
}
.footer ul i{
	display: block;
	width: 55px;
	height: 1px;
	background: #fff;
	margin: 30px auto 20px auto;
}
.gotop{
	width: 65px;
	height: 60px;
	background: url(../images/gt.jpg) no-repeat center;
	position: absolute;
	right: -20px;
	top: 0;
}
.bottom{
	height: 59px;
	line-height: 59px;
	font-size: 13px;
	color: #1b1b1b;
}
.bottom a{
	color: #1b1b1b;
	margin: 0 5px;
}

.left{
	width: 240px;
	float: left;
	margin-bottom: 50px;
}
.main{
	margin-top: 30px;
}
.menu_top{
	height: 60px;
    line-height: 60px;
    background: #252525;
    color: #fff;
    margin-bottom: 16px;
}
.menu_top span{
	font-size: 15px;
    height: 36px;
    padding: 0 20px;
}
.left_menu li{
	margin-top: 8px;
}
.left_menu li a{
	background-color: #ececec;
    color: #000;
    display: block;
    font-size: 13px;
    display: block;
    line-height: 40px;
    text-align: center;
}
.left_menu li a:hover,.left_menu li a.hover{
	background: #d20000;
	color: #fff;
}
.left_cont{
	margin-top: 30px;
}
.cont_top{
	background-color: #252525;
    height: 60px;
    line-height: 60px;
}
.cont_top span{
	color: #fff;
    float: left;
    font-size: 15px;
    height: 36px;
    padding: 0 20px;
}
.left_cont .cont{
	background-color: #f5f8e7;
	line-height: 30px;
	padding: 15px;
	color: #333;
}
.right{
	width: 900px;
	float:right;
	margin-bottom: 50px;
}
.right_top{
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 12px;
	background: #252525;
	padding: 0 10px;
	margin-bottom: 10px;
}
.right_top span{
	display: block;
	float: left;
	font-size: 18px;
	font-weight: bold;
}
.right_top a{
	color: #fff;
}
.content{
	font-size: 14px;
	line-height: 25px;
	padding: 0 20px;
}

.list  ul li a {
    font-size: 13px;
    font-weight: bold;
    height: 43px;
    line-height: 43px;
    padding-left: 25px;
    color: #211517;
}
.list  ul li a:hover{
	color: #e60210;
}
.list ul li > div:nth-of-type(1) {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #000;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 12px;
}
.list ul li > div:nth-of-type(2) {
    height: 85px;
    line-height: 22px;
    overflow: hidden;
    padding: 5px;
    font-size: 12px;
}
.photo ul{
	margin-top: 20px;
}
.photo li{
	width: 280px;
	float: left;
	margin: 10px;
}
.photo li img{
	width: 280px;
	height: 200px;
}
.photo li span{
	display: block;
	text-align: center;
	line-height: 30px;
}
.photo .pimg{
	width: 280px;
	height: 200px;
	overflow: hidden;
}
.photo .pimg img {
    transition: all 0.2s linear 200ms;
}
.photo .pimg img:hover {
    overflow: hidden;
    transform: scale(1.2);
}
.show_top {
	margin-bottom: 10px;
}
.show_top h1{
	font-size: 16px;
    letter-spacing: 1px;
    margin-top: 12px;
    text-align: center;
}
.show_top p{
	border-bottom: 1px dashed #ccc;
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
}
.show_top p span{
	margin-right: 20px;
}
.prepage{
	margin: 30px 0 30px 20px;
	line-height: 25px;
}

.banner{
	height: 624px;
	background: url(../images/banner.jpg) no-repeat center;
}

.whatleft{
	width: 600px;
	margin-top: 20px;
}
.whatleft span{
	display: block;
	font-size: 22px;
	color: #252525;
	font-weight: bold;
	margin-bottom: 20px;
}
.whatleft p{
	font-size: 13px;
	color: #252525;
	line-height: 28px;
	text-indent: 2em;
}
.whatright{
	margin-top: 60px;
}

.jx{
	height: 656px;
	background: url(../images/jx.jpg) no-repeat center;
	margin-top: 45px;
}
.jxcontent{
	float: right;
	width: 580px;
	margin-right: 40px;
	color: #fff;
}
.jxtit span.tit{
	display: block;
	font-size: 22px;
	font-weight: bold;
	padding-top: 90px;
}
.jxtit p{
	float: right;
	margin-top: 1px;
}
.jxtit p i{
	display: block;
	float: left;
	width: 78px;
	height: 1px;
	background: #fff;
	margin-top: 15px;
}
.jxtit p span{
	display: block;
	float: left;
	font-size: 23px;
	margin-left: 10px;
}
.jxinfo {
	margin-top: 10px;
}
.jxinfo p{
	font-size: 13px;
	line-height: 30px;
	text-indent: 2em;
}

.rongyu{
	height: 600px;
	background: #e6e6e6;
}
.rongyutit{
	font-size: 22px;
	color: #252525;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
}

.rongyumenu{
	text-align: center;
	margin-top: 25px;
}
.rongyumenu ul{
	display: inline-block;
}
.rongyumenu ul li{
	float: left;
	margin: 0 13px;
}
.rongyumenu ul li a{
	display: block;
	width: 140px;
	height: 41px;
	text-align: center;
	line-height: 41px;
	border: 1px solid #252525;
	color: #231815;
	font-size: 16px;
	border-radius: 20px;
}
.rongyumenu ul li a:hover{
	border: 1px solid #fff;
	background: #fff;
}

.rongyu .picMarquee-left{position:relative;margin-top: 40px;}
.rongyu .picMarquee-left .hd{ overflow:hidden;}
.rongyu .picMarquee-left .hd .prev,.rongyu .picMarquee-left .hd .next{ display:block;width:27px; height:50px;cursor:pointer;position: absolute;}
.rongyu .picMarquee-left .hd .prev{background: url(../images/j3.jpg) no-repeat 0 0;left: -50px;top: 100px;}
.rongyu .picMarquee-left .hd .next{background: url(../images/j3.jpg) no-repeat -27px 0;right: -50px;top: 100px;}
.rongyu .picMarquee-left .bd{overflow: hidden;}
.rongyu .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.rongyu .picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden;}
.rongyu .picMarquee-left .bd ul li img{width: 377px;height: 282px;}

.developtit{
	font-size: 22px;
	color: #252525;
	font-weight: bold;
	padding-top: 40px;
}
.nian{
	height: 445px;
	background: url(../images/de.jpg) no-repeat left center;
}
.nian p{
	font-size: 22px;
	color: #231815;
	position: relative;
	line-height: 80px;
}
.nian p span{
	font-size: 16px;
	color: #231815;
	display: block;
	position: absolute;
}
.nian{
	padding-top: 5px;
	margin-top: 30px;
}
.nian p{
	left: 250px;
}
.nian p:first-child span{
	left: -75px;
}
.nian p:first-child+p span{
	left: -152px;
}
.nian p:first-child+p+p span{
	left: -210px;
}
.nian p:first-child+p+p+p span{
	left: -130px;
}
.nian p:first-child+p+p+p+p span{
	left: -80px;
}

.adv{
	height: 677px;
	background: url(../images/adv.jpg) no-repeat center;
	margin-top: 30px;
	color: #fff;
}
.advtit{
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	padding-top: 60px;
	margin-bottom: 40px;
}
.advinfo p{
	line-height: 29px;
	text-indent: 2em;
}
.advinfo span{
	font-size: 18px;
	font-weight: bold;
}

.texing{
	height: 616px;
	background: url(../images/texing.jpg) no-repeat center;
}
.texingtit{
	font-size: 22px;
	color: #252525;
	font-weight: bold;
	padding-top: 80px;
	padding-left: 40px;
	margin-bottom: 80px;
}
.texinginfo{
	width: 530px;
	margin-left: 40px;
}
.texinginfo span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #087039;
}
.texinginfo p{
	color: #252525;
	line-height: 35px;
	margin-bottom: 40px;
	margin-top: 10px;
}