﻿/*===================== 重置样式 START =====================*/
@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,p,dl,dd,dt,th,td,select,ul,ol,li,form,input,textarea,fieldset,legend,img{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-weight: 300;}
li{list-style: none;}
a{text-decoration: none;background: transparent;outline: none;color:#000; height:100%;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
a:hover, .tran{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.wot{white-space:nowrap;overflow:hidden;text-overflow:ellipsis; line-height:36px; background:url(../images/f.png) no-repeat right; }
.upp{text-transform:uppercase;}

table{ border-collapse: collapse; border-spacing: 0;}
input,textarea{ -webkit-user-modify: read-write-plaintext-only;outline-style: none;border:none;font-size:14px;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #000; } 
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #000; } 
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#000; }
html::-webkit-scrollbar{width:5px;height:5px;background-color:#fff;} 
html::-webkit-scrollbar-track{border-radius:0;background-color:#fff;}
html::-webkit-scrollbar-thumb{border-radius:50px;width:5px;height:5px;background-color:#f58500;}
textarea{resize:none; overflow: auto;}
input{padding-top: 0; padding-bottom: 0;};
select,input{vertical-align:middle; }
select,input,textarea{font-size:14px;margin:0;}
.clear{zoom:1;}
.clear li a img{
	width: 100%;
}
.dd li a img{
	width: 100%;
	height: 207px;
}
.clear:after{ content:""; display:block; height:0; visibility:hidden; clear:both;}
.clear::before, .clear::after { content: "";display: table; } 
.clear::after{clear: both;}
.fl{float: left;}
.fr{float: right;}
html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: transparent;}
body{font-family: \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";font-size:16px;color:#333;background-color: #fff;}
.error3{display: none !important;}
html,body{max-width:1920px;margin:0 auto;}
.inner{width:1300px;margin:0 auto;}
/*===================== 重置样式 END =====================*/

/*===================== 公用样式 START =====================*/
.header{
	position: relative;
	z-index:99; 
	background-color: rgba(255,255,255,0.6);
	position: fixed; 
	width: 100%;
}
.headda{
	width: 34%;
	height: 130px;
	float: left;
	background-size: 100%;
	position: relative;
	display: inline-block;
}
.headda:before{
	content: "";
	position: absolute;
	background-image: linear-gradient(to right, #7873e7 , #289bfd);
	border-right:15px #ffb939 solid;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #2a91f9;
	border-bottom: none;
	z-index: -1;
	-webkit-transform:perspective(2.4em)scale(1,3) rotateX(5deg);
	-webkit-transform-origin:bottom left;     
}  
.header .inner{height:130px;position: relative;width:100%;margin:0 auto;z-index: 9999;}
.header .logo img{float: right; margin-right: 30%;}
.header .nav{float: left;width:57%;}
.header .nav ul{ }
.header .nav ul li{float: left;width:12.5%;height:130px;line-height:130px;text-align: center;}
.header .nav ul li a{position: relative;z-index:1;font-size:16px; display:block; color:#000;}
.header .nav ul li i{
	position: absolute;
	width:100%;
	height:0;

	 background-image: linear-gradient(#1098fe, #5364e6);
	background-size: 15px;
	left:0;
	top: 0;
	z-index:-1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	}
.header .nav ul li a:hover i, .header .nav ul li a.active i{height:100%;}
.header .nav ul li a:hover, .header .nav ul li a.active{color:#FFFFFF;}
.header .call{
	margin-top:30px;
	height:70px;
	width: 20%;
	}

.header .call p{float: left;font-size:16px;}
.header .call h3{
	font-size:2vw;
	font-family: impact;
    color: #84d040;
    float: left;
	}

.header .product_son{display: none;position: absolute;text-align: center;font-size:0;left:0;top:100px;width:100%;padding:20px 0;height:auto;background-color:rgba(0,0,0,0.75);z-index:999;}
.header .product_son .item{display: inline-block;width:8%;margin:1%;text-align: center;}
.header .product_son .item p{font-size:16px;color:#fff;height:40px;line-height:40px;position: relative;z-index:1;}
.header .product_son .item p i{position: absolute;height:0;width:100%;z-index:-1;background-color:#c41515;left:0;top:0;}
.header .product_son .item:hover i{height:100%;}

.banner{}
/*.index_box{margin-top:-100px;}*/
.banner .swiper-button-next, .banner .swiper-button-prev{width:59px;height:59px;}
.swiper-pagination-bullet-active{background-color:#f58500 !important;border-color:#f58500 !important;}

.pub_button{position: relative;z-index:1;}
.pub_button .pb_bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color:#2da1fc;-webkit-transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transform-origin: left 100%;-webkit-transform-origin: left 100%;transform: scaleY(0);-webkit-transform: scaleY(0);visibility: hidden\9;z-index: -1;}
.pub_button:hover .pb_bg, .pub_button.active .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}




.pub_title{width:543px;background:url(../images/title_bg.png) center top no-repeat;margin:0 auto;padding-top:20px;text-align: center;}
.pub_title strong{font-size:48px;color:#214eac;display: inline-block;height:64px;line-height:64px;vertical-align: middle;}
.pub_title span{color:#000;}
.pub_title p{font-size:22px;color:#666666;}
.pub_title p i{display: inline-block;vertical-align: middle;width:50px;height:1px;background-color:#c91c2a;margin:0 10px;}
/*===================== 公用样式 END =====================*/

/*===================== 首页 START =====================*/
.w100{
	width: 100%;
	display: table;
}
.section_one{overflow: hidden;}
.section_one .pub_title{margin:50px auto;}
#scroll_one{height:350px;width:100%;position:relative;overflow: hidden;margin: 0px auto;padding:20px 0;}
#scroll_one ul{width:100000px;position:absolute;left:0;}
.mingzi{
	width: 205px; 
	height: 38px; 
	line-height: 38px; 
	margin: 0px auto;
	position:relative; margin-top:-140px;
	z-index:9999999;
	border-radius: 10px; 
	background-color: #2ca1fc;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.mingzi h2{color: #FFFFFF;font-weight: 500;font-size: 16px;}
#scroll_one ul li{float: left;width:220px;height:250px;text-align: center;margin-right:20px;}
.oox{
	width:200px;
	height:200px;
	border-radius: 245px;
	margin: 0px auto;
	border: 6px solid #CCCCCC;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#scroll_one ul li img{display: inline-block;width:390px;height:288px;}
#scroll_one ul li strong{font-weight:100;display:block;color:#fff;}

#top_scroll {
	height:700px;
	overflow: hidden;
	max-width:100%;
	margin:0px auto 0;
	}
#top_scroll ul li{
	float: left;
	width:24%;
	margin:0.5%;
	background-color: #fff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	border-bottom:#dcdcdc 1px solid;
}
#top_scroll ul li:hover{
	background-color: #2da1fc;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#top_scroll ul li .img, 
#scroll_two ul li .img, 
.section_five .item 
.img{
	overflow: hidden;
	}
#top_scroll ul li img, 
#scroll_two ul li .img img, 
.section_five .item img{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	}
#top_scroll ul li:hover img, 
#scroll_two ul li:hover img, 
.section_five .item:hover img{
	-webkit-transform:scale(1.2, 1.2);
	-moz-transform:scale(1.2, 1.2);
	-o-transform:scale(1.2, 1.2);
	-ms-transform:scale(1.2, 1.2);
	transform:scale(1.2, 1.2);
	}
#top_scroll ul li img{ margin:0 auto; width: 100%;}
#top_scroll ul li h3{color:#000;font-size:16px;padding:10px 0 10px 0px; text-align:left;}
#top_scroll ul li .call{height:20px;font-size: 18px;line-height:20px;color:#f58500;font-family: impact;padding-left:40px;padding-bottom:10px;border-bottom:1px solid #ddd; }
#top_scroll ul li .call i{display: inline-block;vertical-align:top;width:20px;height:20px;margin-right:10px;background:url(../images/dianhua2.png) center/100% no-repeat;}
#top_scroll ul li:hover{
	}
#top_scroll ul li:hover h3{color:#fff;}
#top_scroll ul li:hover i{background-image:url(../images/dianhua.png);}
#top_scroll ul li:hover .call{color:#fff;border-color:#1c48a6;}
#top_scroll ul li:hover .bk{border: 1px solid #FFFFFF; color: #FFFFFF;}

.bianse{
	-webkit-text-fill-color: #cc0001;
    -webkit-text-stroke: 1px #FFFFFF;
    text-shadow: 0px 0px 0px 2px #FFFFFF;
    color: #cc0001;
}
#scroll_one ul li:hover .bk{border: 1px solid #FFFFFF; color: #FFFFFF;}
#scroll_one ul li:hover .xpp{color: #FFFFFF;}
.x33{padding-top: 40px;}
.chakan{width: 120px; height: 45px; background-color: #f58500; text-align: center;position: relative;position: absolute; bottom: 0; left: 0;}
.chakan:after{
	content: "";
	position: absolute;
	top: 21px;
	right: -116px;
	width: 116px;
	height: 1px;
	border-bottom: 1px solid #c6c6c6;
}
.chakan a{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 45px;
}
.section_five .muma{
	position: relative;
    width: 1200px;
    margin: 0px auto 0;
}
.section_five .sc666.swiper-container{
	    padding: 20px 0;
}
.section_five .ss666.swiper-slide {
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 20px #ccc;
    width: 540px;
    height: 395px;
    border-radius: 8px;
    border: 5px solid #fff;
}
.x33 p{font-size: 16px; line-height: 35px;}
.bk{position: absolute;width: 85px; text-align: center;height: 25px;border-radius: 30px; font-size: 12px;line-height: 25px;border: 1px solid #000000; bottom: 8%;right: 8%; color: #000000;}
.xpp{position: absolute; font-size: 16px; color: #000000;bottom: 8%;left: 8%;}
.section_two{height:1026px;overflow: hidden;background:url(../images/bg1.jpg) center no-repeat;margin-top:40px;}
.section_two .img1{margin:102px auto 0;}
.section_two .info{width:580px;}
.section_two .title{margin-top:177px;width:455px;height:70px;background:url(../images/a2.png) center top no-repeat;font-weight:bold;font-size:48px;color:#fff;padding-top:30px;}
.section_two .info strong{display: block;font-size:22px;color:#fff;font-weight:100;}
.section_two .info strong i{display: inline-block;width:50px;height:1px;background-color: #fff;margin-right:12px;vertical-align: middle;}
.section_two .info .text{font-size:16px;color:#fff;line-height:30px;padding:20px 0;}
.section_two .info .more{width:130px;height:38px;border:1px solid #fff;line-height:38px;text-align: center;font-size:16px;color:#fff;float: right;border-radius:100px;}

.al_one{margin:50px 0;background:url(../images/a2.jpg) right top no-repeat;}
.al_one .img_box{width:32%;height:650px;background:url(../images/c1.jpg) center center no-repeat;background-size:cover;}
.al_one .info{width:67%;}
.al_one .title{background:url(../images/title_logo.png) left center no-repeat;padding-left:70px;margin-top:30px;}
.al_one .title strong{color:#214eac;font-size:46px;}
.al_one .title strong i{display: inline-block;background-color:#ffba00;width:6px;height:6px;border-radius:50%;vertical-align: middle;margin:0 10px;}
.al_one .title strong span{color:#333333;font-size:36px;}
.al_one .title p{font-family:\5FAE\x8F6F\6B63\9ED1\4F53,"Microsoft JhengHei";font-size:14px;color:#8f8f8f;letter-spacing:1px;}
#scroll_two{height:352px;width:100%;position:relative;overflow: hidden;margin:60px auto 0;}
#scroll_two ul{width:100000px;position:absolute;left:0;}
#scroll_two ul li{float: left;width:400px;text-align: center;margin-right:12px;}
#scroll_two ul li h3{color:#000;margin-top:10px;height:40px;line-height:40px;}
.al_one .info .tac{text-align: center;padding-top:30px;}
.al_one .info .tac span, .al_one .info .tac a{display: inline-block;border-radius:120px;width:246px;height:50px;line-height:50px;vertical-align: middle;background-color: #ccc;}
.al_one .info .tac span{background:#c91c2a url(../images/call1.png) 20px center no-repeat;font-family: impact;font-size:26px;color:#fff;text-indent:1em;}
.al_one .info .tac a{background-color: #333;color:#fff;}

.section_three{height:1197px;background:url(../images/bg2.jpg) center no-repeat;overflow: hidden;position: relative;}
.section_three .img1{position: absolute;left:50px;top:0;}
.section_three .img2{margin-top:326px;}
.section_three .item_box{padding-top:100px;}
.section_three .item{float: left;width:300px;text-align: center;color:#fff;}
.section_three .item img{margin:0 auto;}
.section_three .item strong{font-size:22px;display: block;margin:14px 0;}
.section_three .item p{font-size:16px;line-height:26px;width:210px;margin:0 auto;}

.section_four{overflow: hidden;}
.section_four .pub_title{margin:50px auto;}
.section_four .item{float: left;width:408px;margin-right:38px;background-color: #f4f4f4;}
.section_four .img{position: relative;}
.section_four .img .date{position: absolute;z-index:88;left:0;top:0;text-align: center;color:#fff;width:86px;height:78px;background-color: #db1122;}
.section_four .img .date strong{display: block;font-size:40px;}
.section_four .img .date span{font-size:14px;}
.section_four .item .info{padding:20px 12px;}
.section_four .item h3{font-size:18px;color:#252525;}
.section_four .item p{font-size:14px;margin-top:12px;color:#8e8e8e;line-height:22px;height:44px;overflow: hidden;}
.section_four .item:hover h3{color:#88c650;}
/*===================== 首页 END =====================*/

/* ========================= 内页 START ========================= */
.daohangt{width: 100%;}
.daohang{
	width: 90%;
	float: right;
	height: 20px;
	font-size: 18px;
	font-weight: bold; 
	line-height: 20px; 
	color: #FFFFFF; 
}
.daohangd{
	height: 20px;
	font-size: 18px;
	font-weight: bold; 
	line-height: 20px; 
	color: #FFFFFF; 
	width: 90%;
	float: right;
}
.daohangt ul{
	width: 90%;
	float: right;
	display: table;
}
.daohangt ul li{
	float: left; 
	width: 50%; 
	text-align: left; 
	margin-top: 13px;
}
.daohangt ul li a{
	color: #FFFFFF; 
	font-size: 16px;
}
.sso{
	width: 90%;
	float: right;
}
.sso p{color: #FFFFFF; font-size: 16px;  margin-top: 13px;}
.erweima img{width: 115px; height: 115px;}

/* ===================== 产品列表页 ===================== */
#list{margin:30px 0;}
#list .auto, #news_article, #article, .position_now .auto{width:1300px;margin:0 auto;}
.w1300{width: 1300px; margin: 0px auto;}
@media(max-width:1300px ){
	.w1300{width:1200px;margin: 0px auto;}
}
@media(max-width:1505px ){
	#list .auto, #news_article, #article, .position_now .auto{width:1200px;}
}
.showlist {width:100%;/* float:left; */}
/*.showlist div *{width:100%;}*/
.showlist li{width:98%;margin:0 auto 20px;overflow: hidden;position: relative;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.showlist .wrap_box{float:left;}
.showlist .button{width:60%;color:#fff;margin:0px auto;padding:0px;}
#showdata {display:none;}
#loaddata {text-align:center;}
.showlist li .img{overflow: hidden;}
.zhsh_one li img{
	width: 100%;
}
.zhsh_one li .img{  height: 300px;}
.zhsh_one li img, .zhsh_three li img, .zhsh_four li img{}
.zhsh_one li .line{position: absolute;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.zhsh_one li .l1{left:0;top:0;width:0;height:3px;background-color:#ff0000;}
.zhsh_one li .l2{right:0;top:0;width:3px;height:0;background-color:#ff0000;}
.zhsh_one li .l3{right:0;bottom:0;width:0;height:3px;background-color:#ff0000;}
.zhsh_one li .l4{left:0;bottom:0;width:3px;height:0;background-color:#ff0000;}
.zhsh_one li:hover .l1, .zhsh_one li:hover .l3{width:100%;}
.zhsh_one li:hover .l2, .zhsh_one li:hover .l4{height:100%;}
.zhsh_one li:hover img, .zhsh_three .showlist li:hover img, .zhsh_four li:hover img{transform:translateZ(0) scale(1.12);}
.zhsh_one li p, .zhsh_two .showlist li p{position: relative;z-index:1;font-size:16px;line-height:40px;height:40px;display:block; text-align: center;color:#555;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.zhsh_one li p i, .zhsh_two .showlist li i{position: absolute;left:0;bottom:0;width:100%;height:0;background-color:#ff0000;z-index:-1;-webkit-transition: .5s height;-o-transition: .5s height;-ms-transition: .5s height;-moz-transition: .5s height;transition: .5s height;}
.zhsh_one li:hover i, .zhsh_two .showlist li:hover i{height:100%;}
.zhsh_one li:hover p, .zhsh_two .showlist li:hover p{color:#fff;}
.zhsh_one li span{display: none;}

.zhsh_two .showlist li img{
	width: 100%;
}
.zhsh_two .showlist li .img{position: relative; height: 366px; overflow: hidden;}
.zhsh_two .showlist li .shadow_box{background:rgba(28,73,166,0.5) url(../images/jia.png) center center no-repeat;width:100%;height:100%;position: absolute;left:0;top:-100%;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.zhsh_two .showlist li:hover .shadow_box{top:0;}

.zhsh_three .showlist li .shadow_box, .zhsh_three .showlist li .line, .zhsh_three .showlist i{display: none;}
.zhsh_three .showlist li{width:94%;padding-bottom:20px;border-radius:6px;overflow:hidden;background-color:#f9f9f9;}
.zhsh_three .showlist li p{text-align: left;font-size:16px;line-height:30px;padding:20px;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.zhsh_three .showlist li:hover p{color:#f58500;}
.zhsh_three .showlist li em{font-style:normal;float: right;width:10px;height:3px;background-color:#f58500;margin-right:20px;;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.zhsh_three .showlist li:hover em{width:30px;}
.zhsh_three .showlist li:hover{box-shadow: 0px 18px 25px rgba(0, 0, 0, 0.08);background-color: #fff;}

.zhsh_four .auto{width:1200px !important;}
.zhsh_four .showlist li{width:100%;position: relative;overflow: hidden;background-color: #F2F2F2;margin-bottom:0;}
.zhsh_four .showlist li .img{float: left;width:50%;overflow: hidden;position: relative;}
.zhsh_four .showlist li .info{width:50%;float: left;}
.zhsh_four .showlist li.odd .img{float: right;}
.zhsh_four .showlist li.odd .info{float: left;}
.zhsh_four .showlist li .pad{padding:20% 20px 0;}
.zhsh_four .showlist li h6{font-size:20px;color:#333;line-height:24px;height:48px;}
.zhsh_four .showlist li .time{font-size:14px;font-family:"SimHei";color:#f58500;margin:14px 0;}
.zhsh_four .showlist li p{color:#555;line-height:26px;font-size:16px;height:78px;}
.zhsh_four .showlist li .move_box{position: absolute;width:40px;height:40px;background-color:#f58500;right:-10px;bottom:-10px;}
.zhsh_four .showlist li.odd .move_box{width:30px;height:30px;top:-10px;left:-10px;}
.zhsh_four .showlist li:hover .move_box{right:0;bottom:0;}
.zhsh_four .showlist li.odd:hover .move_box{top:0;left:0;}
.zhsh_four .showlist li .move_box:after{content:'';position: absolute;top:5px;left:5px;width:6px;height:1px;background-color: #fff;}
.zhsh_four .showlist li .move_box:before{content:'';position: absolute;height:6px;width:1px;top:5px;left:5px;background-color: #fff;}
.zhsh_four .showlist li.odd .move_box:after{bottom:5px;right:5px;width:6px;height:1px;top:auto;left:auto;}
.zhsh_four .showlist li.odd .move_box:before{height:6px;width:1px;bottom:5px;right:5px;top:auto;left:auto;}

/* 产品内页图 */
.product_article .img1{display: none;}
.product_article .title{overflow: hidden;padding:10px 0 0px;}
.product_article .title h1{text-align: center;font-size:22px;color:#333;}
.product_article .title .time{display: block;height:30px;line-height:30px;text-align: center;margin:14px 0 0;font-size:14px;color:#999;}
.product_article .title .time img{display: inline-block;height:18px;margin-top:-2px;margin-right:10px;}
.product_article .title .share{text-align: center;height:24px;line-height:24px;margin-top:10px;}
.product_article .title .share span{display: inline-block;vertical-align: top;}
.product_article .title .bdsharebuttonbox{display: inline-block !important;vertical-align: top;}
/* 产品内页图 */

/* ===================== 产品列表页 ===================== */

/* ===================== 产品 详情页 ===================== */
.img_big_box{width:55%;float: left;}
.img_big_box .img_box{height:400px;border:1px solid #f1f1f1;border-radius:5px;position: relative;border-bottom:none;}
.img_big_box .img_box img{max-width:99%;max-height:99%;border-radius:5px;position: absolute;left:0;top:0;right:0;bottom:0;margin:auto;}
.img_big_box .small_box{border:1px solid #f1f1f1;border-radius:5px;text-align: center;}
.img_big_box .small_box img{max-height:80px;display: inline-block;margin:10px 5px;border:1px solid #fff;}
.img_big_box .small_box img.active{border-color:#f58500;}
.info_big_box{width:42%;float: right;height:502px;}
.info_big_box h1{color:#444;line-height:36px;font-weight: bold;font-size:26px;margin-top:60px;}
.info_big_box .info_1{margin:30px 0 0;}
.info_big_box .info_1 .dh{color:#555;margin-bottom:10px;height:40px;line-height:40px;cursor:help;font-family:impact;font-size:26px;margin-bottom:10px;letter-spacing:2px;}
.info_big_box .info_1 .dh img{display: inline-block;vertical-align: middle;width:30px;margin-right:12px;}
.info_big_box .info_1 .dh span{font-size:18px;display: inline-block;vertical-align: middle;color:#555;letter-spacing:0px;}
.info_big_box .info_2{padding:10px;}
.info_big_box .share{height:24px;line-height:24px;margin:20px 0;}
.info_big_box .share span{font-size:16px;color:#555;}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{margin:0 6px 0 0 !important;}
/*.info_big_box .info_2 .ewm{margin-right:20px;}
.info_big_box .info_2 img{width:130px;border:1px solid #f2f2f2;padding:2px;}
.info_big_box .info_2 strong{display: block;font-size:14px;height:30px;line-height:30px;color:#333;text-align: center;}
.info_big_box .info_2 .but a{margin-top:26px;width:160px;height:36px;line-height:36px;text-align: center;position: relative;z-index:1;border:1px solid #f2f2f2;color:#666;}
.info_big_box .info_2 .but a.a1:hover, .info_big_box .info_2 .but a.a2:hover{color:#fff;}*/
.info_big_box .info_3 span{display: inline-block;padding:8px 0;line-height:24px;color:#555;cursor:help;font-size:12px;}
.info_big_box .info_3 span img{display: inline-block;height:20px;margin-bottom:3px;margin-right:6px;}

.xgcp_title{padding:10px;background-color:#fafafa; margin:30px 0 0;}
.xgcp_title h3{color:#f58500;border-left:2px solid #f58500;padding-left:20px;height:30px;line-height:30px;font-weight: bold;font-size: 20px;}

.article_content{font-size:16px;line-height:30px;color:#333;padding-top:0px;}
.article_content1{font-size:16px;line-height:30px;color:#333;padding-top:0px;}
.article_box{padding-top:30px;}
.article_box img, .article_content img{display: inline; max-width:1000px;}
.article_box p, .article_content p{margin-bottom:14px;}

#xgcp ul li{float: left;text-align: center;width:23%;margin:1%;}
#xgcp ul li strong{display: block;height:36px;color:#333;font-size:16px;font-weight:100;line-height:36px;text-align: center;}
#xgcp ul li:hover strong{color:#fff;}
#xgcp ul li:hover .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}

.pagenum{border-top:1px solid #DCDCDC;margin-top:30px;text-align: center;font-family:\5FAE\x8F6F\6B63\9ED1\4F53,"Microsoft JhengHei";}

.pagenum span{font-size:16px;color:#f58500;}

/* ===================== 产品 详情页 ===================== */

/* ===================== 内页 Banner 图 ===================== */
#nyba{height:600px;position: relative;overflow:hidden;background: url(../images/banner4.jpg) top center no-repeat;background-attachment: fixed;}
.box_box{width:500px;padding:30px 0 20px;background-color:rgba(255,255,255,0.75);border-radius:6px;position: absolute;top:50%;margin-top:-63px;left:50%;margin-left:-250px;text-align: center;}
.box_box h3{font-size:36px;font-weight:500;color:#676262;height:36px;line-height:36px;}
.box_box h3 i{display: inline-block;width:40px;height:1px;vertical-align: middle;background-color:#676262;margin:0 20px;}
.box_box p{font-size:20px;color:#f58500;font-weight:bold;line-height:40px;opacity:0.5}
/* ===================== 内页 Banner 图 ===================== */

/* ===================== 面包屑导航 ===================== */
.position_now{font-size:14px;background-color: #f1f1f1;}
.position_now .auto{height:80px;}
.position_now a{display: inline-block;color:#707070;}
.position_now .fl{color: #707070;line-height:80px;}
.position_now .fl img{height:20px;margin-top:-4px;display: inline-block;margin-right:8px;}
.position_now .fr{font-family: impact;color:#ff0000;font-size:0;}
.position_now .fr img{height:26px;float: left;margin:28px 10px 0 0;}
.position_now .fr strong{font-weight:100;font-size:22px;display: block;float: left;line-height:80px;}
.position_now .fr a{display: inline-block;width:100px;padding:0 5px;height:80px;color:#333;font-size:16px;text-align: center;line-height:80px;overflow: hidden;position: relative;z-index:1;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.position_now .fr a i{width:100%;height:0%;background-color:#f58500;position: absolute;left:0;top:0;z-index:-1;-webkit-transition:.5s height;-o-transition:.5s height;-ms-transition:.5s height;-moz-transition:.5s height;transition:.5s height;}
.position_now .fr a:hover i, .position_now .fr a.active i{height:100%;}
.position_now .fr a:hover, .position_now .fr a.active{color:#fff;}
/* ===================== 面包屑导航 ===================== */

/* ===================== 新闻页面 ===================== */

/* 新闻样式 1 */
.news_one .auto{width:100% !important;}
.news_one .news_box li{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_one .news_box li .pub_button{padding:20px; width:1200px; margin:0px auto;}
.news_one .news_box li .time{width:80px;height:80px;background-color:#2da1fc;text-align: center;float: right;font-family:"SimHei";}
.news_one .news_box li .time em{font-weight:bold;font-size:30px;color:#fff;padding:14px 0 0;display: block;}
.news_one .news_box li .time span{font-size:16px;color:#fff;display: block;}
.news_one .news_box li .img{width:29%;overflow: hidden;float: left;margin-right:20px; height: 250px;}
.news_one .news_box li .info{width:60%;float: left;}
.news_one .news_box li .info h3{height:40px;line-height:40px;margin:50px 0 30px;font-size:20px;color:#333;}
.news_one .news_box li .info p{font-size:16px;color:#555;line-height:30px;}
.news_one .news_box li .info em{font-style:normal;display: block;margin-top:30px;color:#777;padding-right:20px;font-family: "SimHei";}
.news_one .news_box li:nth-of-type(2n){background-color:#f9f9f9;}
.news_one .news_box li a{width:1200px;margin:0 auto;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_one .news_box li:hover img{-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-o-transform:scale(1, 1);-ms-transform:scale(1, 1);transform:scale(1, 1);}
.news_one .news_box li:hover h3, .news_one .news_box li:hover p, .news_one .news_box li:hover em{color:#fff;}
.news_one .news_box li:hover a{transform:translateX(20px);-webkit-transform:translateX(20px);}
.news_one .news_box li:hover .time{background-color: #f9f9f9;}
.news_one .news_box li:hover .time em, .news_one .news_box li:hover .time span{color:#2da1fc;}

.news_article{padding:30px 0;}
.news_article .left{width:100%;}
.news_article .left h1.title{font-size:22px;text-align: center;}
.news_article .left .time{display: block;text-align: center;padding:20px 0 20px;color:#777;font-family:\5FAE\x8F6F\6B63\9ED1\4F53,"Microsoft JhengHei";}
.news_article .left .time img{display: inline-block;height:20px;margin:-3px 10px 0 0;}
.news_share{text-align: center;height:24px;line-height:24px;border-bottom: 1px solid #D2D2D2;padding-bottom:10px;}
.news_share span{display: inline-block;vertical-align: top;}
.news_share .bdsharebuttonbox{display: inline-block !important;vertical-align: top;}
.news_article .article_content p{margin-bottom:14px;}
.news_article .right{width:20%;}
.news_article .right .title{border-bottom:2px solid #f58500;height:40px;line-height:40px;padding:0 4px;margin-bottom:20px;}
.news_article .right .title h2{font-weight:bold;font-size:20px;color:#333;}
.news_article .right .title a{font-size:14px;float: right;color:#f58500;}
.news_article .right .item{border-bottom:1px solid #f9f9f9;margin-bottom:15px;}
.news_article .right .item .img{overflow: hidden;}
.news_article .right .item img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_article .right .item:hover img{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);}
.news_article .right .item h3{font-size:18px;color:#333;line-height:50px;}
.news_article .right .item:hover h3{color:#f58500;}

.page_list{text-align: center;}
.page_list b{font-size:0;}
.page_list b a, .page_list b font{display: inline-block;font-weight:100;color:#999;font-size:16px;margin-right:10px;border:1px solid #e5e9ef;width:40px;height:40px;line-height:40px;border-radius:6px;text-align: center;}
.page_list b font{background-color:#f58500;color:#fff;border-color:#f58500;}
.page_list_span1, .page_list_span2{display: none;}
/* 新闻样式 1 */

/* ===================== 新闻页面 ===================== */

/* ===================== 产品页 左侧 导航 ===================== */
#list .left_side{width:280px;}
#list .left_side .box_one, #list .left_side .box_two{width:260px; padding:10px 10px; background-image: linear-gradient(to right, #7873e7 , #289bfd);}
#list .left_side .box_one .title{text-align: center;margin-bottom:20px;}
#list .left_side .box_one .title h3{color:#fff;font-weight:bold;font-size:30px;margin:20px 0 10px 0;}
#list .left_side .box_one .title p{color:#fff;font-size:16px;}
#list .left_side .box_one ul li{line-height:50px;background-color:#fff;margin-bottom:5px;text-align:left;}
#list .left_side .box_one ul li a{color:#333;padding-left:20px;position: relative;z-index:1;white-space:nowrap; overflow:hidden; text-overflow: ellipsis; display:block;}
#list .left_side .box_one ul li a:hover, #list .left_side .box_one ul li a.active{color:#fff;}
#list .left_side .box_one ul li a i{background-color:#ff0000;}
#list .left_side .box_one ul li .son_nav{border-top:1px solid #f58500;}
.box_one ul li .son_nav a{background:none;height:40px;line-height:40px;}
 .box_two{margin-top:10px;padding:20px 10px;}
 .box_two p{font-size:16px;color:#fff;line-height:30px;}
 .box_two strong{color:#fff;font-size:30px;display: block;margin-bottom:10px;font-family:impact;font-weight:100;}
 .box_two .more{height:36px;line-height:36px;background-color:#fff;margin-top:10px;width:200px;color:#333;text-align: center; display:block;}
#list .left_side .box_two .more i{background-color:#f8a245;}
#list .left_side .box_two .more:hover{color:#fff;}
#list .right_side.fr{width:1000px;}
@media(max-width:1505px ){#list .right_side.fr{width:900px;}}
/* ===================== 产品页 左侧 导航 ===================== */

/* ===================== 全局搜索框 ===================== */
.form_box {display: none;border:1px solid #f1f1f1;border-radius: 5px;margin-bottom: 20px;}
.form_box .sf{margin:0 auto;text-align: center;font-size:0;}
.form_box .an {display: inline-block;border: 1px solid #f1f1f1;background-color: #fff;color: #333;height: 40px;border-radius: 8px;margin: 10px 5px;font-size: 16px;line-height:40px;padding: 0px 15px;outline:none;}
.form_box .an{vertical-align: bottom;}
.form_box .an:hover{border-color:#f58500;}
.form_box .inp{height:38px;vertical-align: bottom;}
.form_box .submit{width:80px;cursor:pointer;}
/* ===================== 全局搜索框 ===================== */

/* ===================== 在线留言 ===================== */
.form_box_box{width:1200px;margin:40px auto;padding:60px 0;box-shadow: 0px 20px 80px rgba(76, 76, 76, 0.1);}
ul.fs{width:1000px;margin:0 auto;}
ul.fs input, ul.fs textarea{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transition: 0.8s;-o-transition: 0.8s;-ms-transition: 0.8s;-moz-transition: 0.8s;transition: 0.8s;}
ul.fs .box1 li{float: left;width:320px;margin-right:20px;}
ul.fs .box1 li:nth-of-type(3){margin:0;}
ul.fs .box1 li input{border:1px solid #e1e7ee;width:100%;height:50px;padding:10px;color:#999;}
ul.fs li input:hover{border-color:#f58500;}
ul.fs .box1 li input::-webkit-input-placeholder, ul.fs li.textarea textarea::-webkit-input-placeholder, ul.fs li.yzm input::-webkit-input-placeholder{color: #999;}   
ul.fs .box1 li input:-moz-placeholder, ul.fs li.textarea textarea:-moz-placeholder, ul.fs li.yzm input:-moz-placeholder{color: #999;}    
ul.fs .box1 li input:-ms-input-placeholder, ul.fs li.textarea textarea:-ms-input-placeholder, ul.fs li.yzm input:-ms-input-placeholder{color: #999;}
ul.fs li.textarea textarea{width:100%;height:150px;border:1px solid #e1e7ee;padding:10px;margin:20px 0;color:#999;}
ul.fs li.textarea textarea:hover{border-color:#f58500;}
ul.fs li.radio{text-align: center;}
ul.fs li.radio label{margin:0 10px;}
ul.fs li.yzm{text-align: center;margin:20px 0;}
ul.fs li.yzm img{display: inline-block;height:20px;}
ul.fs li.yzm input{border-bottom:1px solid #e1e7ee;width:200px;height:50px;padding:10px;color:#999;}
ul.fs li.yzm input:hover{border-color:#f58500;}
ul.fs li.submit input{height:50px;margin:0 auto;display: block;cursor:pointer;width:200px;border-radius:50px;background-color:#f58500;font-size:16px;color:#fff;}
/* ===================== 在线留言 ===================== */

/* ===================== 联系我们 地图 ===================== */
#allmap{height:500px;margin-top:30px;border:1px solid #ccc;}
#allmap img{max-width:none !important;}
#allmapp{height:170px;margin-top:30px;border:1px solid #ccc;}
#allmapp img{max-width:none !important;}
/* ===================== 联系我们 地图 ===================== */

/* ===================== 回到顶部 ===================== */
.go_top{display: none;background:url(../images/top.png) center center/50% no-repeat;width:40px;height:40px;cursor:pointer;text-align: center;background-color:#f58500;border-radius:10%;position: fixed;right:6px;bottom:100px;z-index:99999999999;}
/* ===================== 回到顶部 ===================== */
.w90{
	width: 96%;
	margin: 0px auto;
	display: table;
}
.firstRow img {display: inline-block;}
/* ================================ 内页 END ================================ */

/*===================== 响应式代码 START =====================*/
@media( max-width:1900px ){
	.footer .a_list{margin:0 45px;}
}
@media( max-width:1645px ){
	.footer .auto{width:1200px;}
	.footer .a_list{margin:0 50px;width:340px;}
	.footer .a_list a{width:50%;}
	.footer .contac{width:250px;}	
	.footer .ewm{width:110px;}
}
@media( max-width:1390px ){
	.header .logo img{
	}
	.header .nav{float: left;width:60%;}
	.inner{width:1200px;}
	.section_two .img1{max-width:80%;margin-top:160px;}
	.section_three .img1{width:500px;}
	.section_four .item{width:390px;margin-right:15px;}
}
/*===================== 响应式代码 END =====================*/
.xxp{
	margin-top: 5%;
}
.xxp p{
	line-height: 30px;
	font-size: 14px;
}
.xxl p{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
}

.slideTxtBox{padding-top: 80px;padding-bottom: 20px;}
.slideTxtBox .hd{width: 55.5%; float: right; margin-top: -25px;}
.slideTxtBox .hd ul{}
.slideTxtBox .hd ul li{cursor:pointer;height: 135px; margin-top: 25px;}
.slideTxtBox .hd ul li.on{height: 135px; margin-top: 25px;background:#f58500;color: #FFFFFF;}
.slideTxtBox .bd{width: 42%; float: left;}
.slideTxtBox .bd ul{zoom:1;  }
.slideTxtBox .bd li{width: 100%;}
.slideTxtBox .bd ul li:hover{background:#f58500;}
.slideTxtBox .bd ul li:hover p{background:#f58500;color: #FFFFFF;}



.swwq1{
	padding-top: 30px;
	padding-bottom: 30px;
}
.swwq1 ul li{
	position: relative;
	float: left;
	width: 11.5%;
	margin: 0.5%;
	overflow: hidden;
}
.swwq1 ul li:hover i{
	bottom: 0px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.swwq1 ul li i{
	position: absolute;
	bottom: -41px;
	left: 0;
	width: 100%;
	height: 41px;
	background-color: #f58500;
	z-index: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.swwq1 ul li .wxx1{
	width: 100%;
	height: 112px;
	overflow: hidden;
}
.wxx1 img{
	width: 100%;
}
.wxx2{
	display: table; 
	width: 100%;
	height: 41px;
	position: relative;
}
.wxx2 p{
	font-size: 16px; 
	text-align: center; 
	width: 100%; 
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 41px;
	z-index: 2;
	color: #FFFFFF;
}
.box22{
	width: 100%; 
	height: auto; 
	background-color: rgba(0,0,0,0.5); 
	position: absolute; 
	top: 130px;
	left: 0;
	display: none;
}
.borf{
	position: relative;
	height: 190px;

	display: table;
}
.huaxinbt{
	font-size: 89.72px; 
	font-family: impact; 
	color: #eeeeee; 
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}
.huaxinnr{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	font-size: 56px; 
	font-weight: bold;
	color: #000000; 
	text-align: center;
}

.sww{
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #5b5b5b;
	margin-top: 10px;
}
.wadsa{
	background: url(../images/bannernei.jpg) center;
	background-size: cover;
	width: 100%;
	height: 880px;
}
.chakangegduo{
	width: 496px; 
	border-radius: 50px; 
	border: 1px solid #FFFFFF;
	height: 46px; 
	margin: 0px auto;
	background-color: #1b9bfc;
}
.chakangegduoz{
	width: 157px; 
	height: 46px; 
	float: left; 
	text-align: center; 
	border-radius: 50px; 
	background-color: #ffffff;
}
.chakangegduoy{
	float: left;
}
.p1s{
	font-size: 20.64px; 
	color: #FFFFFF; 
	line-height: 46px;
	float: left; 
	margin-left: 20px;
}
.p2s{
	font-size: 27.28px; 
	font-family: impact;
	line-height: 46px;
	float: left; 
	color: #FFFFFF;
}
.wa{
	font-weight: bold;
	font-size: 55.26px;
	text-align: center;
	padding-top: 83px;
	padding-bottom: 22px;
	color:#000;
	background:#000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.psw2{
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 60px;
	font-weight: bold;
	color: #ff0b07;
}


.jj{
}
.psw1{
	float: left; 
	width: 310px; 
	height: 50px; 
	text-align: center; 
	line-height: 50px; 
	font-weight: bold;
	font-size: 40px; 
	color: #FFFFFF;
	background: url(../images/huad.jpg) center;
	background-size: cover;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.abouut{
	padding-top: 42px;
	padding-bottom: 23px;
}
.abouut p{
	line-height: 30px;
	font-size: 16px;
	color: #000000;
}
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
.yinying{
	width: 650px; 
	display: table;
	margin: 0px auto;
	height: 5px;
	background-color: #d5d5d5;
	border-radius: 100%;
	-o-border-radius:100%;
	-ms-border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	box-shadow: 0px 0px 10px 10px #d5d5d5; 
}
.huaxinz{
	float: left;
	width: 30%;
	height: 627px;
	background: url(../images/hua.jpg) center;
	background-size: cover;
}
.huaxiny{
	float: left;
	width: 62%;
	height: 627px;
	margin-left: 2%;
	
}
.huaxinz0{
	width: 100%;
	display: table;
	margin-top: 45%;
}
.huaxinza{
	width: 320px;
	height: 70px;
	margin: 0px auto;
	border: 1px solid #FFFFFF;
}
.huaxinzb{
	margin-top: 15px;
	margin-left: 20px;
	width: 320px;
	height: 70px;
	background: url(../images/bei.jpg) center;
	background-size: cover;
}
.huaxinzb a{
	color: #FFFFFF;
	font-size: 29.33px;
	text-align: center;
	line-height: 70px;
}
.huaxinnz{
    width: 100%;
    font-size: 56px;
    font-weight: bold;
    color: #0a0a0a;
    text-align: left;
}
.s9q{
	width: 100%;
	display: table;
}
.s9q ul li{
	width: 32.33%;
	height: 465px;
	margin: 0.5%;
	float: left;
}
.s9q ul li .s8q{
	width: 100%;
	height: 100%;
}
.s8q .s7q{
	width: 100%;
	height: 60%;
	overflow: hidden;
}
.s7q img{
	width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.s6q{
	padding-top: 28px;
	height: 120px;
	border-bottom: 1px solid #CCCCCC;
}
.s6q h3{
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	overflow: hidden;
	width: 98%;
	margin: 0px auto;
	text-align: left;
}
.s6q p{
	width: 98%;
	margin: 0px auto;
	padding-top: 15px;
	font-size: 15px;
	line-height:24px;
	color: #656565;
	overflow: hidden;
}
.s5q p{
	width: 98%;
	margin: 0px auto;
	padding-top: 30px;
	font-size: 14px;
	color: #656565;
	overflow: hidden;
}
.s9q ul li:hover h3{
	color: #2da1fc;
}
.s9q ul li:hover img{
	transform: scale(1.2);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.s9q ul li:hover p{
	color: #2da1fc;
}
.w90 ul li:hover .oox{
	border: 6px solid #ff0b07;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.w90 ul li:hover .mingzi{
	background-color: #ff0b07;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.chakangegduoz:hover{
	background-color: #ff0b07;
	color: #FFFFFF;
}
.chakangegduoz:hover a{
	color: #FFFFFF;
}
.daohangt ul li:hover a{
	font-weight: bold;
	color: #f58500;
}
@media(max-width:1200px ){
	.swiper-button-prev,
	.swiper-button-next{
		display: none;
	}
}


.fenye {
	text-align:center;
	color:#666;
	font-size:14px;
	line-height:30px;
	padding:20px 0;
}
.fenye .rows {
	color:#666;
	font-size:13px;
	padding:0 10px;
}
.fenye .current {
	display: inline-block;
	color:#cc0000;
	font-size:14px;
	padding:0 5px;
}
.fenye .num, .fenye .next {
	display:inline-block;
	margin:0 3px;
	padding:0 10px;
	border:1px solid #ddd;
	color:#666;
	font-size:14px;
	height:28px;
	line-height:27px;
	border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
	background-color:#cc0000;
	color:#fff;
	border:1px solid #cc0000;
}



.zhe{
	width:100%; height:535px; background:url(../images/zhe.png) no-repeat bottom; position:relative; margin-top:-137px; z-index:9999999;}
	
	
/*优势*/
.edge{clear: both;font-size: 18px;line-height: 24px;font-family:"Microsoft Yahei";padding:0px 0 0;position: relative;color: #333;}
.edgetil{height:138px;font-size:34px;line-height:70px;color: #333;background:url(../images/edge_ico1.gif) no-repeat 0 0;padding:0 0 0 95px;margin: 0 auto;width:677px;font-weight: normal;white-space: nowrap;}
.edgetil p{height:70px;}
.edgetil p b{display: block;font-size:58px;color: #060;float: left;padding: 0 4px 0 0;}
.edgetil em{display: block;font-family: Times New Roman;font-size:20px;opacity: 0.6;line-height: 21px;letter-spacing: 1px;}
.edge1{background:url(../images/edgebg1.jpg) no-repeat center 0;height: 900px;}
.edge2{background:url(../images/edgebg2.jpg) no-repeat center 0;height: 916px;font-size: 22px;line-height: 30px;color: #fff;}
.edge3{background:url(../images/edgebg3.jpg) no-repeat center 0;height: 900px;line-height: 30px;color: #333;}
.edge4{background:url(../images/edgebg4.jpg) no-repeat center 0;height: 900px;}
.edge1_c{background:url(../images/edgecbg.png) no-repeat center 0;margin-top: 46px;padding: 68px 0 0;}
.edge_t{height:212px;font-size: 30px;color: #060;line-height:38px;position: relative;text-align: center;}
.edge_t p{display: block;padding: 14px 0 0;}
.edge_t em,.case_t h2 em{display: block;background:url(../images/edge_ico2.png) no-repeat center 0;height: 93px;line-height: 90px;color: #fff;font-size: 66px;font-family: Times New Roman;text-align: center;}
.edge_t span{display: block;color: #333;font-family: "宋体";font-size: 48px;line-height: 55px;font-weight: bold;}
.edge1 h3 b{font-family: Arial;font-size: 120px;color: #ff0000;line-height:112px;}
.edge1 h3 b i{font-size: 56px;}
.edge1 .edge_t,.edge2 .edge_t,.edge1 .edge_t span,.edge2 .edge_t span{color: #fff;}
.edge1 .edge_t em{background: none;}
.edge2 .edge_t{text-align: left;height: 273px;}
.edge2 .edge_t em{background:url(../images/edge_ico1.png) no-repeat center 0;width: 93px;float: left;}
.edge2 .edge_t p{clear: both;}
.edge1_w{height: 366px;}
.edge1_p{margin-top: -42px;height: 440px;text-align: center;font-size: 16px;line-height: 24px;color: #333;}
.edge1_p dl{float: left;width:300px; margin-right:17px; margin-left:17px;}
.edge1_p dt{width: 300px;height: 300px;-webkit-transition:all .5s linear;-webkit-transition:all .5s linear;}
.edge1_p dl:hover dt{opacity:1;visibility:visible;-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.edge1_p dd{padding: 0 45px;}
.edge1_p dd h4{height: 66px;line-height: 58px;font-size: 28px;color: #000; font-weight:bold;}
.edge2_c{height: 495px;}
.edge2_c dl{height: 146px;}
.edge2_c dt{width: 112px;float: left;}
.edge2_c dl:nth-child(2) dt{padding: 7px 0 0;}
.edge2_c dl:nth-child(3) dt{padding: 18px 0 0;}
.edge2_c dd{float: left;width: 580px;}
.edge2_c dd h4{font-size: 30px;height: 41px;line-height: 40px;font-family: "宋体";color: #fff000;}
.edge2_c dd h4 span{padding: 0 0 0 38px;background:url(../images/ico03.png) no-repeat 5px center;}
.edge2_c dd li em{color: #fff000;}
.edge_pho h4{font-family: "宋体";font-size: 34px;line-height:46px;}
.edge_pho p b{float: left;line-height: 46px;}
.edge_pho p em{color:#fff;font-family: Arial;font-size: 24px;padding:0 6px 0 3px;}
.edge_pho p span a,.edge4_w span a{width: 180px;line-height: 46px;border-radius: 23px;color: #fff;float: left;text-align: center; background: #ffc000;background-image: -webkit-gradient(linear, top left, bottom right, from(#ffc000), to(#ff7300));background-image: -webkit-linear-gradient(top, #ffc000, #ff7300);
    background-image: -moz-linear-gradient(top, #ffc000, #ff7300);
    background-image: -o-linear-gradient(top, #ffc000, #ff7300);
    background-image: -ms-linear-gradient(top, #ffc000, #ff7300);
    background-image: linear-gradient(top, #ffc000, #ff7300);}


.content{
    width: 1340px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
}


.spanImgal{
    display: block;
    overflow: hidden;


    height: 320px;
    margin: 0 auto;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



/*底部*/
.footer{
  width: 100%;


}
.ksdh{
  width: 220px;
  height: 320px;
  border-left:1px #2f2f2f solid;
  margin-left: 20px;
}
.ksdh span{
  display: block;
  height: 40px;
  font-size: 16px;
  color: #fff;
  padding-left: 50px;
  margin-top: 20px;
  line-height: 40px;
  margin-left: -20px;
}
.fta{
  background: url(../images/fta.png) left center no-repeat; 
}
.ftb{
  background: url(../images/ftb.png) left center no-repeat; 
}
.ksdh ul{
  margin-left: 30px;
  margin-top: 10px;
  overflow: hidden;
  height: 250px;
}
.ksdh ul li{
  line-height: 26px;
}
.ksdh ul li a{
  font-size: 14px;
  color: #868686;
}
.ksdh ul li:hover a{
  text-decoration: underline;
}
.dbewm{
  margin-left: 80px;
  margin-top: 50px;
}
.dbewm span{
  display: block;
  text-align: center;
  font-size: 15px;
  color: #b6b6b6;
  line-height: 50px;
}
.dbtel{
  text-align: right;

}
.dbtel span{
  font-size: 32px;
  color: #fff;
   padding-right:10px;
  font-family: "Arial";
}
.dbtel p{
  display: block;


  padding-right:13px;
  line-height: 35px;
  font-size: 15px;
  color: #b7b7b7;
  margin-top: 10px;

}
.dbtel  a{
  margin-top: 0px;
  display: block;
}
.dbtel a img{
  animation: ball .6s infinite alternate;
}
.f_b{
  width: 100%;
  height: 60px;
  border-top: 1px #2c2c2c solid;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  color: #afafaf;
}
.f_b span{
  color: #afafaf;
}
.f_b a{
  color: #afafaf;
}


.baseDiv {
    width: 1350px;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
}




.footerer{
	width: 100%;  height: 655px; background:url(../images/footer.jpg) no-repeat center;
	}
	
.footerer_b{
	width:1300px; height:270px; margin:0px auto;}
.footerer_bl{
	width:730px; height:170px; float:left;  margin-top:50px; font-size:55px; font-weight:bold; float:left;}
.footerer_br{
	width:420px; height:170px; float:right;  margin-top:50px; }
	.footerer_br sapn{
		width:145px; height:145px; line-height:50px;
		float:left;}
	.footerer_br p{
		width:250px;line-height:30px;
		color:#FFF;
		font-size:18px;
		padding-top:30px;
		float:right;}
.footerer_bl h4{
 font-size:55px; font-weight:bold; color:#FFF;}
 .footerer_bl p{
 font-size:17px; color:#FFF; font-weight:lighter; line-height:40px;}