/** reset **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{border:medium none;margin: 0;padding: 0;font-size: 100%;}
body,button, input, select, textarea{font-size: 12px;font-family:'微软雅黑', PingFang, sans-serif;}
h1, h2, h3, h4, h5, h6{font-weight: normal;}
input,button,img{border: none;background: none;}
input[type="text"],
input[type="password"],button{outline: none;-webkit-appearance:none;}
input,textarea{outline: none;}
em,i{font-style:normal;}
ul, ol{list-style: none;}
a{text-decoration: none;
	color:#333;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    text-decoration: none;
}
img{border:0px;  outline-width:0px;  vertical-align:top;max-width: 100%;}
.clearfix { *zoom: 1; } 
.clearfix:before, .clearfix:after {  display: block; line-height: 0; content: ""; } 
.clearfix:after { clear: both; } 
.fl { float:left;}
.fr { float:right;}
.hide { display:none !important;}
.show {display: block !important;}
* {box-sizing: border-box;}
button {cursor: pointer;}

/*********************公共样式*********************/
html{scroll-padding-top: 60px;}
html,body{width: 100%;height: 100%;}
/* flex布局 */
.flex-item{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-center{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-middle{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-box{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-betw{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
/* 版心 */
.w{width: 1200px;margin: 0 auto;}
.title{text-align: center;margin-bottom: 30px;position: relative;}
.title .tit1{font-size: 36px;color: #666;}
.title .tit2{font-size: 14px;color: #999;margin: 8px 0;}
.title span{display: inline-block;width: 30px;height: 2px;background: #ffc001;}
@media only screen and (max-width: 1366px) {
	.title{margin-bottom: 20px;}
}
@media only screen and (max-width: 1220px) {
    .w{width: 920px;}
	.title .tit1{font-size: 30px;}
}
@media only screen and (max-width: 992px) {
    .w{width: 720px;}
}
@media only screen and (max-width: 767px){
	.w{width: 100%;}
	.title{margin-bottom: 10px;}
	.title .tit1{font-size: 26px;}
}

/*header*/
.header{width: 100%;height: 90px;background:#fff;line-height: 90px;position: fixed;top: 0;left: 0;z-index: 99;transition: all .4s;}
.header .headerMain{height: 100%;position: relative;}
.header .logo{display: block;height: 100%;}
.header .logo a{height: 100%;}
.header .nav{height: 100%;}
.header .navItem li{float: left;position: relative;padding: 0 20px;}
.header .navItem li.active{background: #ffc001;}
.header .navItem li.active a{color: #fff;}
.header .navItem li a{display:block;width: 100%;text-align:center;color: #2b2b2b; font-size: 18px;transition: all .4s;}
.headerSp{height: 90px;}
@media only screen and (max-width: 1440px){
	.header{height: 80px;line-height: 80px;}
	.headerSp{height: 80px;}
}
@media only screen and (max-width: 1220px){
	.header{height: 60px;line-height: 60px;}
	.header .logo{width: 200px;}
	.header .navItem li{padding: 0 15px;}
	.header .navItem li a{font-size: 16px;}
	.headerSp{height: 60px;}
}
@media only screen and (max-width: 992px) {
	.header{height: 56px;line-height: 56px;border-bottom: 1px solid transparent;border-bottom: 2px solid #ffc001;}
	.header .logo{width: 200px;}
	.header .logo img{max-height: 100%;}
	.header .navItem{display:none;width: 100%;padding: 0 5%;height: 100%;background: #fff;position: fixed;top: 56px;right: 0;}
	.header .navItem a{color: #4d4d4d;display: block;border-bottom: 1px solid #efefef;margin-right: 0;}
	.header .navItem a:last-child{margin-right: 0;}
	.header .navItem li{width: 100%;margin: 0;}
	.header .navItem li a{color: #333;text-align: left;height: 56px;position: relative;margin: 0;color: #ffc001;}
	.header .navItem li a em{transition:all .4s;width: 50px;height: 100%;position: absolute;top: 0;right: 0;background: url(../img/down_arrow.png) no-repeat;background-position:80% center;background-size: 25%;z-index: 99;}
	.header .navItem li a em.active{transform: rotate3d(1,0,0,180deg);}
	.headerSp{height: 56px;width: 100%;}
	.menuBtn {position: absolute;width: 24px;height: 24px;right: 10px;top: 50%;margin-top: -12px;}
	.menuBtn span{display: block;width: 100%;height: 2px;background: #ffc001;position: absolute;left: 0;top: 50%;margin-top: -1px;-webkit-transition: .4s;transition: .4s;border-radius: 2px;}
	.menuBtn .line1{-webkit-transform: translateY(-8px);transform: translateY(-8px);}
	.menuBtn .line3{-webkit-transform: translateY(8px);transform: translateY(8px);}
	.menuBtn.menuOn .line1{-webkit-transform: translateY(0) rotate(-45deg);transform: translateY(0) rotate(-45deg);-webkit-transition: .4s;transition: .4s;}
	.menuBtn.menuOn .line2{opacity: 0;-webkit-transition: .4s;transition: .4s;}
	.menuBtn.menuOn .line3{-webkit-transform: translateY(0) rotate(45deg);transform: translateY(0) rotate(45deg);-webkit-transition: .4s;transition: .4s;}
}
@media only screen and (max-width: 767px){
	.header{height: 48px;line-height: 48px;}
	.header .logo{width: 170px;}
	.header .navItem{top: 48px;}
	.header .navItem li a{height: 48px;}
	.headerSp{height: 48px;width: 100%;}
}

/***********************首页***********************/
/*banner*/
.banner{width: 100%;}
.banner .swiper-wrapper,.banner .swiper-slide{height: 100%;}
.banner .swiper-slide .img{width: 100%;height: 100%;overflow: hidden;}
.banner .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;}
.swiper-container .swiper-button-next:focus,.swiper-container .swiper-button-prev:focus{outline: 0;}
.bannerP,.bannerN{width: 70px;height: 70px;margin-top: -35px;border-radius: 10px;}
.bannerP{left: 40px;background: rgba(0,0,0,0.2) url(../img/banner_l.png) no-repeat center center/100%;}
.bannerN{right: 40px;background: rgba(0,0,0,0.2) url(../img/banner_r.png) no-repeat center center/100%;}
@media only screen and (max-width: 1220px){
	.bannerP, .bannerN{width: 40px;height: 50px;}
	.bannerP{left: 20px;}
	.bannerN{right: 20px;}
}
@media only screen and (max-width: 767px){
	.bannerP, .bannerN{width: 30px;height: 40px;}
	.bannerP{left: 10px;}
	.bannerN{right: 10px;}
}

/* 行业优势 */
.hyysMain {width: 100%;}
.hyysData{width: 1420px;margin: 0 auto;}
.hyysData ul li{width: 25%;float: left;padding: 50px 0;position: relative;text-align: center;}
.hyysData ul li::before{content: '';display: block;width: 1px;height: 76px;background: #ddd;position: absolute;right:0;top:50%;margin-top: -38px;}
.hyysData ul li:last-child::before{display: none;}
.hyysData ul li h4{font-size: 50px;color: #ffc001;}
.hyysData ul li p{font-size: 16px;color: #999;margin-top: 10px;}
@media only screen and (max-width: 1440px){
	.hyysData{width: 1200px;}
}
@media only screen and (max-width: 1366px){
	.hyysData ul li{padding: 35px 0;}
	.hyysData ul li h4{font-size: 44px;}
	.hyysData ul li p{margin-top: 5px;}
}
@media screen and (max-width: 1220px) {
    .hyysData{width: 920px;}
	.hyysData ul li{padding: 32px 0;}
	.hyysData ul li::before{height: 60px;margin-top: -30px;}
	.hyysData ul li h4{font-size: 34px;}
}
@media screen and (max-width: 992px) {
    .hyysData{width: 720px;}
	.hyysData ul li{padding: 26px 0;}
	.hyysData ul li::before{height: 50px;margin-top: -25px;}
	.hyysData ul li h4{font-size: 30px;}
	.hyysData ul li p{margin-top: 3px;font-size: 14px;}
}
@media only screen and (max-width: 767px){
	.hyysData{width: 100%;}
	.hyysData ul{padding: 10px 0;}
	.hyysData ul li{padding: 10px 0;width: 50%;}
	.hyysData ul li:nth-child(2):before{display: none;}
	.hyysData ul li h4{font-size: 26px;}
}


/* 产品中心 */
.productWrap{background: #f8f8f8;}
.productMain{padding: 60px 0 80px;}
.proList ul{margin: 0 -25px;}
.proList ul li{float: left;width: 25%;padding: 0 25px;}
.proList ul li .proBox{display: block;background: #fdfdfd;box-shadow: 0 0 10px 1px #ccc;overflow: hidden;border-top-left-radius:131px;border-top-right-radius: 131px;border-bottom-left-radius: 131px;border-bottom-right-radius: 131px;}
.proList ul li .proBox .img{border-radius: 50%;overflow: hidden;display: block;}
.proList ul li .proBox .img img{width: 100%;height: 100%;}
.proList ul li .proBox .proInfo{padding: 0 30px 50px;text-align: center;}
.proList ul li .proBox .proInfo .tit{font-size: 18px;color: #555;text-align: center;margin: 20px 0;display: inline-block;transition: all .4s;}
.proList ul li .proBox .proInfo .tit:hover{color: #ffc001;}
.proList ul li .proBox .proInfo p{font-size: 14px;color: #999;text-align: center;line-height: 1.8;height: 80px;letter-spacing: 1px;}
.proList ul li .proBox .proInfo .btn{margin-top: 15px;display: inline-block;font-size: 16px;color: #eb4d05;text-align: center;cursor: pointer;}
.proList ul li .proBox .proInfo .btn:hover{color: #ffc001;}
@media only screen and (max-width: 1366px){
	.productMain{padding: 40px 0 60px;}
}
@media only screen and (max-width: 1250px){
	.proList ul{margin: 0 -10px;}
	.proList ul li{padding: 0 10px;}
	.proList ul li .proBox{border-top-left-radius:142px;border-top-right-radius:142px;width: 90%;margin: 0 auto;}
}
@media only screen and (max-width: 1220px){
	.proList ul{margin: 0 -15px;}
	.proList ul li{padding: 0 15px;}
	.proList ul li .proBox{width: 100%;}
	.proList ul li .proBox .proInfo{padding: 0 12px 40px;}
	.proList ul li .proBox .proInfo .tit{margin: 15px 0;}
	.proList ul li .proBox .proInfo p{letter-spacing: 0;}
	.proList ul li .proBox .proInfo .btn{margin-top: 10px;font-size: 14px;}
}
@media only screen and (max-width: 992px){
	.productMain{padding: 30px 0 40px;}
	.proList ul li .proBox .proInfo{padding: 0 8px 30px;}
	.proList ul li .proBox .proInfo .tit{margin: 10px 0;font-size: 16px;}
	.proList ul li .proBox .proInfo p{line-height: 1.5;}
	.proList ul li .proBox .proInfo .btn{margin-top: 15px;}
}
@media only screen and (max-width: 767px){
	.productMain{padding: 20px 0 30px;}
	.proList ul{margin: 0;}
	.proList ul li{width: 50%;padding: 10px;}
	.proList ul li .proBox .proInfo p{height: 85px;}
}

/* 关于我们 */
.aboutWrap{padding:60px 0 80px;}
.aboutT{margin: 40px 0 30px;}
.aboutT .aboutTL{width: 560px;padding: 9px 0;}
.aboutT .aboutTL p{font-size: 16px;color: #666;line-height: 2;text-indent: 2rem;}
.aboutT .aboutTR{width: calc(100% - 590px);padding:20px;background: #fff;box-shadow: 0 0 15px 1px #ddd;}
.aboutT .aboutTR video{width: 100%;}
.aboutBItem{float: left;height: 490px;} 
.aboutBItem .img{height: 100%;padding: 20px;box-shadow: 0 0 15px 1px #ddd;}
.aboutBItem .img img{height: 100%;width: 100%;object-fit: cover;} 
.aboutBL{width: 40%;padding-right: 30px;}
.aboutBM .img{height: 230px;}
.aboutBM .img:last-child{margin-top: 30px;}
.aboutBM,.aboutBR{width: 30%;}
.aboutBR{padding-left: 30px;}
@media only screen and (max-width: 1366px){
	.aboutT{margin: 30px 0;}
	.aboutWrap{padding: 40px 0 60px;}
}

@media only screen and (max-width: 1220px){
	.aboutBItem{height: 400px;}
	.aboutT{margin: 0 0 20px;}
	.aboutT .aboutTL,.aboutT .aboutTR{width: 100%;}
	.aboutT .aboutTR,.aboutBItem .img{padding: 10px;}
	.aboutT .aboutTL{padding: 0 0 10px;}
	.aboutBL{padding-right: 20px;width: 65%;}
	.aboutBM{width: 35%;}
	.aboutBM .img{height: 190px;}
	.aboutBM .img:last-child{margin-top: 20px;}
	.aboutBR{padding-left: 20px;display: none;}
}
@media only screen and (max-width: 992px){
	.aboutWrap{padding: 30px 0 40px;}
	.aboutT .aboutTL p{line-height: 1.8;}
	.aboutBItem{height: 320px;}
	.aboutBM .img{height: 150px;}
}
@media only screen and (max-width: 767px){
	.aboutWrap{padding: 20px 10px 30px;}
	.aboutT{margin: 0 0 10px;}
	.aboutT .aboutTL p{line-height: 1.6;}
	.aboutBL{width: 100%;padding: 0;}
	.aboutBItem{height: 240px;}
	.aboutBM{display: none;}	
}

/* 服务优势 */
.fwWrap{background:#f8f8f8;padding:60px 0 80px;}
.fwBox{position: relative;text-align: center;padding-bottom: 30px;margin-top: 50px;}
.fwBox .imgBox{width: 455px;height: 455px;border-radius: 50%;border: 1px solid #f8ba5f;padding: 70px;display: inline-block;}
.fwBox .imgBox .img{width: 100%;height: 100%;border-radius: 50%;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.fwBox .imgBox .img img{width: 100%;height: 100%;object-fit: cover;}
.fwBox ul li{position: absolute;}
.fwBox ul li:nth-child(1),.fwBox ul li:nth-child(6){top: -2px;}
.fwBox ul li:nth-child(2),.fwBox ul li:nth-child(5){top: 179px;}
.fwBox ul li:nth-child(3),.fwBox ul li:nth-child(4){top: 360px;}
.fwBox ul li:nth-child(1),.fwBox ul li:nth-child(3){left: 98px;}
.fwBox ul li:nth-child(6),.fwBox ul li:nth-child(4){right: 98px;}
.fwBox ul li:nth-child(2){left: 6px;}
.fwBox ul li:nth-child(5){right: 6px;}
.fwBox ul li.txtL{text-align: left;}
.fwBox ul li.txtR{text-align: right;}
.fwBox ul li.txtL h3{margin-right: 20px;}
.fwBox ul li.txtR h3{margin-left: 20px;}
.fwBox ul li.txtL h3,.fwBox ul li.txtL .info{float: left;}
.fwBox ul li.txtR h3,.fwBox ul li.txtR .info{float: right;}
.fwBox ul li .info{width: 300px;}
.fwBox ul li h3{width: 96px;height: 96px;line-height:96px;font-size:36px;color:#fff;text-align:center;border-radius: 50%;background: #feb107;}
.fwBox ul li h4{font-size: 22px;color: #444;}
.fwBox ul li p{font-size: 14px;color: #999;margin-top: 10px;line-height: 1.6;}
@media only screen and (max-width: 1366px){
	.fwWrap{padding: 40px 0 60px;}
}
@media only screen and (max-width: 1220px){
	.fwBox{margin-top: 30px;padding-bottom: 40px;}
	.fwBox .imgBox{width: 260px;height: 260px;padding: 50px;}
	.fwBox ul li .info{width: 295px;}
	.fwBox ul li h4{font-size: 18px;}
	.fwBox ul li p{margin-top: 6px;line-height: 1.4;}
	.fwBox ul li h3{width: 60px;height: 60px;line-height: 60px;font-size: 26px;}
	.fwBox ul li.txtR h3{margin-left: 15px;}
	.fwBox ul li.txtL h3{margin-right: 15px;}
	.fwBox ul li:nth-child(1), .fwBox ul li:nth-child(3){left: 40px;}
	.fwBox ul li:nth-child(6), .fwBox ul li:nth-child(4){right: 40px;}
	.fwBox ul li:nth-child(2), .fwBox ul li:nth-child(5){top: 90px;}
	.fwBox ul li:nth-child(3), .fwBox ul li:nth-child(4){top: 210px;}
	.fwBox ul li:nth-child(1), .fwBox ul li:nth-child(6){top: -15px;}
	.fwBox ul li:nth-child(2){left: -2px;}
	.fwBox ul li:nth-child(5){right: -2px;}
}
@media only screen and (max-width: 992px){
	.fwWrap{padding: 30px 0 40px;}
	.fwBox{margin-top: 0;padding: 0;}
	.fwBox .imgBox{display: none;}
	.fwBox ul li{position: static;margin: 20px 0;}
	.fwBox ul li .info{width: calc(100% - 90px);}
	.fwBox ul li h3{width: 70px;height: 70px;line-height: 70px;}
	.fwBox ul li.txtR{text-align: left;}
	.fwBox ul li.txtR h3, .fwBox ul li.txtR .info{float: left;}
	.fwBox ul li.txtR h3{margin-right: 15px;margin-left: 0;}
}
@media only screen and (max-width: 767px){
	.fwWrap{padding: 20px 10px 10px;}
	.fwBox ul li .info{width: calc(100% - 80px);}
	.fwBox ul li h3{width: 60px;height: 60px;line-height: 60px;}
	.fwBox ul li h4{font-size: 16px;}
}

/* 企业荣誉 */
.honorWrap{padding:60px 0 80px;}
.honorSwiper{width: 100%;overflow: hidden;}
.honorSwiper ul li{width: 33.33%;padding: 10px;}
.honorSwiper ul li a{display: block;width: 100%;cursor: default;padding: 15px;box-shadow: 0 0 10px 1px #ccc;}
.honorSwiper ul li a .img{width: 100%;height: 235px;}
.honorSwiper .img img{height: 100%;width: 100%;}
@media only screen and (max-width: 1366px){
	.honorWrap{padding: 40px 0 60px;}
}
@media only screen and (max-width: 1220px){
	.honorSwiper ul li a{padding: 10px;}
	.honorSwiper ul li a .img{height: 170px;}
}
@media only screen and (max-width: 992px){
	.honorWrap{padding: 30px 0 40px;}
	.honorSwiper ul li{width: 50%;}
	.honorSwiper ul li a .img{height: 220px;}
}
@media only screen and (max-width: 767px){
	.honorWrap{padding: 20px 10px 30px;}
	.honorSwiper ul li{width: 100%;}
	.honorSwiper ul li a .img{height: 220px;}
}

/*底部*/
.footer{width: 100%;background: #f8f8f8;padding: 80px 0 0;}
.footer .footerT .ewm{width: 380px;}
.footer .footerT .ewm h4 {color: #ffc001;font-size: 30px;font-weight: bold;}
.footer .footerT .ewm h4:before {content: "";display: inline-block;width: 50px;height: 50px;background: url(../img/contact.png) no-repeat;vertical-align: middle;background-size: 100% 100%;margin: 6px 10px 10px 0;}
.footer .footerT .ewm p{color: #666;font-size: 16px;line-height: 38px;}
.footer .footerT .ewm .ewmBox{margin-top: 40px;}
.footer .footerT .ewm .img{display: inline-block;margin-right: 20px;}
.footer .footerT .ewm .img img{width: 140px;height: 140px;}
.footer .footerT .ewm .img p{text-align: center;font-size: 14px;line-height: 30px;}
.footer .footerT .map{width: 750px;height:390px;box-shadow: 0 0 10px 1px #ccc;}
#allmap{width: 100%;height: 100%;}
.footer .footerB{width: 100%;background: #121212;padding: 40px 0;margin-top: 80px;text-align: center;}
.footer .footerB *{font-size: 16px;color: #8A8A8A;}
.footer .footerB p{margin: 10px 0;}
@media only screen and (max-width: 1366px){
	.footer{padding: 60px 0 0;}
	.footer .footerB{margin-top: 60px;padding: 25px 0;}
	.footer .footerB *{font-size: 14px;}
	.footer .footerB p{margin: 5px 0;}
}
@media only screen and (max-width: 1220px){
	.footer .footerT .ewm{width: 360px;}
	.footer .footerT .map{width: 550px;height: 340px;}
	.footer .footerT .ewm h4{font-size: 26px;}
	.footer .footerT .ewm p{font-size: 14px;line-height: 30px;}
	.footer .footerT .ewm .ewmBox{margin-top: 25px;}
	.footer .footerT .ewm .img img{width: 130px;height: 130px;}
}
@media only screen and (max-width: 992px){
	.footer{padding: 30px 0 0;}
	.footer .footerB{margin-top: 40px;}
	.footer .footerT .ewm{width: 320px;}
	.footer .footerT .map{width: 380px;}
}
@media only screen and (max-width: 767px){
	.footer{padding: 20px 0 0;}
	.footer .footerT{padding: 0 10px;}
	.footer .footerT .ewm,.footer .footerT .map{width: 100%;}
	.footer .footerT .ewm h4{font-size: 22px;}
	.footer .footerT .ewm h4:before{width: 40px;height: 40px;}
	.footer .footerT .ewm .ewmBox{margin-top: 10px;}
	.footer .footerT .ewm .img{margin-right: 10px;}
	.footer .footerT .map{margin-top: 20px;height: 300px;}
}