@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; }
*,:after,:before{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body{margin:0; padding:0;  font:12px Arial,"microsoft yahei";  min-width: 1200px; color:#333; background:#fff; position: relative;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0; }
ul,li,ol{list-style:none;}
a{text-decoration:none; color:#333;cursor: pointer;}
a:hover{text-decoration:none; color: #eb5506;}
input,textarea,select,button{font-family:Arial,"microsoft yahei";}
input:focus,textarea:focus,select:focus,button:focus{ outline:none;}
::-moz-selection {background:#aaa;color:#FFF;}
::selection {background: #aaa;color: #FFF;}
img{border:0;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -moz-user-select: -moz-none;
	  -khtml-user-select: none;
	  -webkit-user-select: none;
	  -o-user-select: none;
	  user-select: none;
}
.clear {zoom: 1;clear:both; }
.clear:after {content: ''; display: block; clear: both; }
table{width: 100%; border-collapse:collapse;}
table tr,table td{max-width: 100%; border: solid 1px #eee; }
.fl{float:left;}
.fr{float:right;}
.left{display: flex;flex-wrap: wrap;}
.right{display: flex;justify-content: flex-end;}
.between{display: flex;justify-content: space-between;}
.around{display: flex;justify-content: space-around;}
.center{display: flex;flex-direction: column;align-items: center;}
.centerT{display: flex;justify-content: center;align-items: center;}
.cut{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.cutTwo{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.cutThree{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.scrollbar::-webkit-scrollbar{ width:6px; background:#f4f4f4;border-radius: 5px; }
.scrollbar::-webkit-scrollbar-button{ display:none;}
.scrollbar::-webkit-scrollbar-track{ display:none;}
.scrollbar::-webkit-scrollbar-track-piece{ display:none;}
.scrollbar::-webkit-scrollbar-thumb{ background:#eb5506;border-radius: 5px;}
.scrollbar::-webkit-scrollbar-corner{display:none;}
.scrollbar::-webkit-resizer{display:none;}


.wrap{width: 81.25%;margin:  auto;min-width: 1200px; position: relative; z-index: 2;}
.c1440{ width: 1440px; margin: auto; position: relative; z-index: 2;}
.c1200{ width: 1200px; margin: auto; position: relative;  z-index: 2;}
@media (max-width: 1560px){
    .c1440{ width: 1200px;}
}
@media (max-width: 1480px){
    .wrap{ width: 1200px;}
}





/* header*/
.header{width: 100%;  padding:22px 0; position: fixed;top: 0;left: 0;z-index: 99;transition: all 0.6s ease; box-sizing: border-box; background-color: rgba(255,255,255,1);  box-shadow: 0 0 20px rgba(0,0,0,0.05) ;-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.05);-moz-box-shadow: 0 0 20px rgba(0,0,0,0.05); }
.header .wrap{transition: all 0.6s ease;}
.header .logo a{ display: inline-block; height: 56px; width: 186px; background: url(../images/logo.png) no-repeat; background-size: 186px 56px !important; margin: 0 0;}
.header .info{ width: calc(100% - 300px);}
/* headerNav*/
.header .headerNav{ width: 100% ;  text-align: right;margin: 0 0 0 0;}
.headerNav .nLi{display: inline-block; vertical-align: middle; position: relative; margin-right:  6%;}
.headerNav .nLi:last-child{ margin-right: 80px;}
.headerNav .nLi .le{font-weight: normal; height: 56px;}
.headerNav .nLi .le a{display: block;line-height: 30px; padding: 13px 0; font-size: 18px;color: #333;transition: all 0.6s ease; box-sizing: border-box; text-transform: uppercase;}
.headerNav .nLi:hover h3 a,.headerNav .nLi#on h3 a{  color: #eb5506; }
/* .headerNav .nLi:hover .sub{ display: block;} */
.headerNav .nLi .sub{display: none;position: absolute;top:56px; width: 200px; left: 50%;  transform: translateX(-50%);  z-index: 3;  box-shadow: 0 0 10px rgba(0,0,0,0.05);-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.05);-moz-box-shadow: 0 0 10px rgba(0,0,0,0.05); box-sizing: border-box;}
.headerNav .nLi .sub.sub1{}
.headerNav .nLi .sub.sub1 ul{ position: relative; width: 100%;  overflow: hidden; background-color: rgba(255, 255, 255, 0.98);}
.headerNav .nLi .sub.sub1 li{border-bottom: 1px solid #eee; box-sizing: border-box;}
.headerNav .nLi .sub.sub1 li:last-child{border-bottom: 0;}
.headerNav .nLi .sub.sub1 li a{ display:block;text-align: center;font-size: 14px;color: #666;padding: 12px 10px;box-sizing: border-box;text-transform: uppercase;}
.headerNav .nLi .sub.sub1 li a:hover,.headerNav .nLi .sub.sub1 li.on a{color: #fff;background-color:#eb5506;}

.header .retrieve{ display: inline-block; color: #fff;  font-size: 26px; line-height: 40px; width: 40px; border-radius: 50%; background-color: #eb5506; margin: 8px 0; cursor: pointer; text-align: center; transition: all 0.8s ease;}
.header .retrieve:hover{ background-color: #333;}


.headerSearch{width: 100%;background-color: #fff;padding: 0 0 ;border-top: 1px solid #eee; position: absolute; top: 100px; left: 0; display: none; box-shadow: 0 10px 10px rgba(0,0,0,0.05);-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.05);-moz-box-shadow: 0 10px 10px rgba(0,0,0,0.05); box-sizing: border-box;}
.headerSearch .c1440{ padding: 50px 0; position: relative; box-sizing: border-box;}
.headerSearch .icon-guanbi{ position: absolute; top: 60px; right: 0; color: #333;font-size: 26px;transition: all 0.6s ease; cursor: pointer; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; color: #fff; text-align: center; background-color: #333; transition: all 0.8s ease;}
.headerSearch .icon-guanbi:hover{ background-color: #eb5506;}
.headerSearch .searchBox{width:80%; margin: auto; }
.headerSearch .searchBox form{width: 100%;height: 62px;background-color: #fff;overflow: hidden;border: solid 1px #ddd; box-sizing: border-box;}
.headerSearch .searchBox form .catid{ width: 150px; position: relative;}
.headerSearch .searchBox form .catid select{ width: 150px; border: 0; line-height: 60px; font-size: 16px; padding: 0 15px; appearance:none;-moz-appearance:none;  -webkit-appearance:none; position: relative; cursor: pointer; box-sizing: border-box;}
.headerSearch .searchBox form .catid .iconfont{ position: absolute; top: 50%; margin-top: -10px; right: 10px; line-height: 20px; width: 20px; text-align: center; color: #aaa; transform: rotate(-90deg); z-index: 2;}
.headerSearch .searchBox form .inputBox{width: calc(100% - 210px); height: 60px;float: left;font-size: 16px;border: none;color: #333333;padding:0 20px;box-sizing: border-box;border-left: solid 1px #ddd; }
.headerSearch .searchBox form .btn{border:none;background-color: rgba(0,0,0,0);font-size: 32px;color: #333;width: 60px; height: 60px;line-height: 60px;text-align: center;float: right;cursor: pointer;transition: all 0.6s ease;}
.headerSearch .searchBox form .btn:hover{color: #eb5506 ;}
.headerSearch .searchBox .searchList{ margin-bottom: 30px;}
.headerSearch .searchBox .searchList .tit{ font-size: 20px; color: #333;}
.headerSearch .searchBox .searchList ul{ margin-top: 15px;}
.headerSearch .searchBox .searchList ul li{ margin-right: 10px;}
.headerSearch .searchBox .searchList ul li:last-child{ margin-right: 0;}
.headerSearch .searchBox .searchList ul li a{display: inline-block; line-height: 40px; padding: 0 15px; background-color: rgba(235,85,6,0.1); color: #eb5506; font-size: 16px; transition: all 0.8s ease; box-sizing: border-box; text-transform: uppercase;}
.headerSearch .searchBox .searchList ul li a:hover{ background-color: #eb5506; color: #fff;}
.is-fixed{ padding: 15px 0;}
.is-fixed .headerSearch{ top: 86px;}

/* indexBanner */
.indexBanner{ width: 100%; min-width: 1200px; position: relative; margin:100px auto 0; overflow: hidden; z-index: 1;}
.indexBanner .swiper-slide{ width: 100%; position: relative;}
.indexBanner .swiper-slide img{ width: 100%; display: block;}
.indexBanner .swiper-pagination{bottom: 30px !important;  width: 140px !important;left: 50% !important;margin-left: -70px;  height: 36px; background-color: rgba(0,0,0,0.5); border-radius: 18px; padding: 13px 0;box-sizing: border-box; }
.indexBanner .swiper-pagination-bullet{width: 10px;height: 10px;cursor: pointer; margin: 0 6px !important; background-color: #fff; opacity: 0.4;}
.indexBanner .swiper-pagination-bullet-active{ opacity: 1;}

/* indexTitle */
.indexTitle{ width: 100%; text-align: center; }
.indexTitle .tit{font-size: 38px; color: #333;}
.indexTitle .txt{ font-size: 16px; color: #999; margin-top: 10px;}
.indexTitle.l{ text-align: left;}
.indexTitle.w .tit{ color: #fff;}
.indexTitle.w .txt{ color: rgba(255, 255, 255, 0.7);}

.indexMore{ width: 160px; text-align: center; margin:40px auto  0;}
.indexMore a{ display: inline-block; line-height: 48px; width: 100%;font-size: 16px; color: #fff; background-color: #eb5506; transition:all 0.8s ease;}
.indexMore a:hover{ border-radius: 24px;}

/* indexProduct */
.indexProduct{ width: 100%; padding: 100px 0; position: relative; overflow: hidden; background: url(../images/productBg.png) center right no-repeat; background-size: auto 100%;}
.indexProduct ul{ width: 100%; margin-top: 50px; position: relative;}
.indexProduct ul li{ width: 31%; margin: 0 3.5% 3.5% 0; position: relative;}
.indexProduct ul li:nth-child(3n){ margin-right: 0;}
.indexProduct ul li .img{ width: 100%; position: relative; overflow: hidden;}
.indexProduct ul li .img img{ width: 100%; display: block; transition: all 0.8s ease;}
.indexProduct ul li .tit{ padding: 20px 50px 20px 0; position: relative; line-height: 30px; width: 100%;border-bottom: solid 1px #ddd; transition: all 0.8s ease;}
.indexProduct ul li .tit p{ font-size: 18px; color: #333; transition: all 0.8s ease;}
.indexProduct ul li .tit span{ position: absolute; right: 0; top: 20px;font-size: 26px; color: #666; transform: rotate(-180deg); transition: all 0.8s ease;}
.indexProduct ul li:hover img{ transform: scale(1.1);}
.indexProduct ul li:hover .tit{ background-color: #eb5506; border-color: #eb5506;padding: 20px 60px 20px 25px;}
.indexProduct ul li:hover .tit p,.indexProduct ul li:hover .tit span{ color: #fff;}
.indexProduct ul li:hover .tit span{ right: 15px;}


/* indexCase */
.indexCase{ width: 100%; padding: 100px 0 ; background: url(../images/caseBg.jpg) center no-repeat fixed; background-size: cover;  min-width: 1200px; position: relative; overflow: hidden; }
.indexCase .caseBox{ margin: 60px auto 20px; width: 100%;}
.indexCase .caseBox .swiper-slide{ position: relative; overflow: hidden; text-align: center;}
.indexCase .caseBox .swiper-slide .img{ width: 100%;  position: relative; overflow: hidden; position: relative; z-index: 1; background-color: #000;}
.indexCase .caseBox .swiper-slide .img img{ width: 100%; display: block; opacity: 0.6; position: relative; z-index: 1; transition: all 0.8s ease;}
.indexCase .caseBox .swiper-slide .img::after{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; z-index: 2;   background: linear-gradient(0,rgba(235,85,6,0.4) 0,rgba(235,85,6,0)); display: none;}
.indexCase .caseBox .swiper-slide .tit{  font-size: 20px; color: #fff; position: absolute;bottom: 30px; left: 0; width: 100%; text-align: center; z-index: 2; display: none;}
.indexCase .caseBox .swiper-slide.swiper-slide-active img{ opacity: 1;}
.indexCase .caseBox .swiper-slide.swiper-slide-active .img::after{ display: block;}
.indexCase .caseBox .swiper-slide.swiper-slide-active .tit{ display: block;}
.indexCase .swiper-button-prev,.indexCase  .swiper-button-next{ width: 56px; height: 56px; line-height: 54px; border: solid 1px #fff; font-size: 24px; color: #fff; border-radius: 50%;  background-color: rgba(255, 255, 255, 0);  transition: all 0.8s ease;}
.indexCase .swiper-button-prev::after,.indexCase .swiper-button-next::after{display: none;}
.indexCase .swiper-button-prev{ left: 18%;}
.indexCase .swiper-button-next{ right: 18%; transform: rotate(180deg);}
.indexCase .swiper-button-prev:hover,.indexCase  .swiper-button-next:hover{ background-color: #eb5506; border-color: #eb5506; }

@media (max-width: 1560px){
    .indexCase .swiper-button-prev{ left: 17%;}
    .indexCase .swiper-button-next{ right: 17%; }
}

/* indexAbout */
.indexAbout{ width: 100%; position: relative; margin-top: 100px; overflow: hidden; padding: 100px 0;}
.indexAbout::after{ content: ''; width: 62.5%; height: calc(100% - 100px); position: absolute; left: 0; top: 0; background: #ddd url(../images/aboutBg.png) bottom -150px left -200px no-repeat; background-size: 60% auto; z-index: 0; opacity: 0.4;}
.indexAbout::before{ content: ''; width: 58%; height: 30%; position: absolute; right: 0; bottom:  0; background: #eb5506; z-index: 1;}
.indexAbout .c1440{ position: relative; z-index: 3;}
.indexAbout .info{ width: 36%;margin-top: 5%;}
.indexAbout .info .text{ font-size: 18px; margin-top: 6%; line-height: 38px; color: #333;}
.indexAbout .img{ width: 56%;}
.indexAbout .img img{ width: 100%; display: block;}
.indexAbout .indexMore{margin: 8% 0 0;}
@media (max-width: 1560px){
    .indexAbout .info .text{ font-size: 16px; line-height: 36px;}
}


/* indexNews */
.indexNews{ width: 100%; position: relative; overflow: hidden; padding: 100px 0;}
.indexNews .newsNav{ position: absolute; width: 260px; right: 0; top: 0;}
.indexNews .newsNav .swiper-slide{ position: relative; text-align: right; padding: 5px 0; line-height: 30px;}
.indexNews .newsNav .swiper-slide a{ font-size: 22px; color: #333;}
.indexNews .newsNav .swiper-slide.swiper-slide-thumb-active a{ color: #eb5506; font-weight: bold;}
.indexNews .newsBox{ width: 100%; margin-top: 40px; position: relative;}
.indexNews .newsBox .swiper-slide{ position: relative;}
.indexNews .newsBox .swiper-slide .box{ width: 100%;}
.indexNews .newsBox .swiper-slide .fst{ width: 39.5%; position: relative;}
.indexNews .newsBox .swiper-slide .fst .img{ width: 100%; position: relative; overflow: hidden;}
.indexNews .newsBox .swiper-slide .fst .img img{ width: 100%; display: block; transition: all 0.8s ease; position: relative; z-index: 1;}
.indexNews .newsBox .swiper-slide .fst .img .time{ position: absolute; top: 0; left: 0; text-align: center; z-index: 2; padding: 10px  20px; background-color: #eb5506; font-size: 20px; color: #fff;}
.indexNews .newsBox .swiper-slide .fst .img .time span{ display: inline-block; font-size: 18px; margin-top: 5px;}
.indexNews .newsBox .swiper-slide .fst .tit{ font-size: 20px; margin-top: 15px; color: #333; line-height: 30px; transition: all 0.8s ease;}
.indexNews .newsBox .swiper-slide .fst .txt{ font-size: 16px; color: #999; line-height: 30px; margin-top: 10px; transition: all 0.8s ease;}
.indexNews .newsBox .swiper-slide .fst:hover img{ transform: scale(1.1);}
.indexNews .newsBox .swiper-slide .fst:hover .tit{ color: #eb5506;}
.indexNews .newsBox .swiper-slide .fst:hover .txt{ color: #333;}
.indexNews .newsBox .swiper-slide ul{ width: 56%;}
.indexNews .newsBox .swiper-slide ul li{ width: 100%; border-bottom: solid 1px #eee;transition: all 0.8s ease;}
.indexNews .newsBox .swiper-slide ul li a{ display: inline-block; position: relative; padding:25px 130px 25px 0; }
.indexNews .newsBox .swiper-slide ul li .time{ position: absolute; right: 0; top: 25px; font-size: 16px; color: #666; line-height: 36px;}
.indexNews .newsBox .swiper-slide ul li .tit{ font-size: 20px; color: #333; line-height: 30px; transition: all 0.8s ease;}
.indexNews .newsBox .swiper-slide ul li .txt{ font-size: 16px; color: #999; line-height: 30px; margin-top: 10px; transition: all 0.8s ease;}
.indexNews .newsBox .swiper-slide ul li:hover{ border-color: #eb5506;}
.indexNews .newsBox .swiper-slide ul li:hover .tit,.indexNews .newsBox .swiper-slide ul li:hover .time{ color: #eb5506;}
.indexNews .newsBox .swiper-slide ul li:hover .txt{ color: #333;}

@media (max-width: 1560px){
.indexNews .newsBox .swiper-slide .fst .tit{ font-size: 18px; margin-top: 15px; line-height: 30px; }
.indexNews .newsBox .swiper-slide .fst .txt{ font-size: 14px;  line-height: 26px; margin-top: 10px;}
.indexNews .newsBox .swiper-slide ul li a{ padding: 20px 130px 20px 0;}
.indexNews .newsBox .swiper-slide ul li .tit{ font-size: 18px; line-height: 30px; }
.indexNews .newsBox .swiper-slide ul li .txt{ font-size: 14px;  line-height: 26px; margin-top: 10px;}
}

/* indexContact */
.indexContact{ width: 100%; position: relative; overflow: hidden; padding: 60px 0; background: url(../images/contactBg.jpg) center no-repeat; background-size: cover;}
.indexContact .title{ font-size: 30px; color: #fff;}
.indexContact .text{ font-size: 20px; color: #fff; margin-top: 15px;}
.indexContact .form{ margin-top: 40px; position: relative;}
.indexContact .form form{ width: 100%; position: relative;}
.indexContact .form form .row{ width: 21%; margin-right: 1%; position: relative;}
.indexContact .form form .row1{ margin-right: 0; width: 12%;}
.indexContact .form form label{display: block;position: relative; }
.indexContact .form form label span{font-size: 16px;color: #999;position: absolute; line-height: 20px; top: 20px; left: 20px;}
.indexContact .form form .row .txt{border: 0;font-size: 16px;color: #333;width: 100%;line-height: 20px;padding:20px 20px;background-color: #fff;}

.indexContact .form form .row input.ipt{  display: inline-block; width: 100%; padding: 20px 120px 20px 20px; border: 0; line-height: 20px;   background-color: #fff; overflow: hidden; font-size: 16px; color: #333;}
.indexContact .form form .row input.int:focus{  display: inline-block; width: 100%; padding: 20px 120px 20px 20px; border: 0; line-height: 20px;   background-color: #fff; overflow: hidden; font-size: 16px; color: #333;}
.indexContact .form form .row #code{ position: absolute; width: 100px; height: 100%; position: absolute; top: 0; right: 0;}

.indexContact .form form .btn{width: 100%;height: 60px;cursor: pointer;background-color: rgba(235,85,6,0.6);transition: all 0.6s ease;color: #fff;font-size: 16px; font-weight: bold; margin: 0 ; text-align: center; border: 0; }
.indexContact .form form .btn:hover{background-color: #eb5506; }



/* footer */
.footer{ width: 100%;  background: #222;  overflow: hidden; position: relative;}
.footer .box{padding: 70px 0; }
.footer .box .fInfo{ width: 300px; }
.footer .box .fInfo .img{ position: relative;}
.footer .box .fInfo .img img{ height: 60px; display: block;}
.footer .box .fInfo .tit{ font-size: 24px; color: #fff; margin: 20px  0 15px;}
.footer .box .fInfo .txt{ font-size: 16px; line-height: 28px; color: rgba(255, 255, 255, 0.4);}
.footer .box .fNav{ position: relative; margin-top: 20px;}
.footer .box .fNav .ttit{ font-size: 24px; color: #fff;}
.footer .box .fNav ul{ width: 100%; margin-top: 10px;}
.footer .box .fNav ul li{ padding: 7px 0;}
.footer .box .fNav ul li a{ display: inline-block; position: relative; padding-left: 15px; font-size: 16px; color:rgba(255, 255, 255, 0.8);}
.footer .box .fNav ul li a::after{ content: ''; position: absolute; left: 0; top: 50%; width: 6px; height: 1px; background-color: rgba(255, 255, 255, 0.8);}
.footer .box .fNav ul li a:hover{ color: #fff;  text-decoration: underline;}
.footer .box .fCont{ position: relative; margin-top: 20px;}
.footer .box .fCont .ttit{ font-size: 24px; margin-bottom: 10px; color: #fff;}
.footer .box .fCont .d{ padding: 7px 0 7px 25px; font-size: 16px; line-height: 20px; color:rgba(255, 255, 255, 0.8); position: relative;}
.footer .box .fCont .d span{ position: absolute; left: 0; top: 7px; font-size: 18px; color:rgba(255, 255, 255, 0.5);}
.footer .box .fRwm{ width: 150px; text-align: center; margin-top: 25px;}
.footer .box .fRwm img{ width: 100%; display: block;}
.footer .box .fRwm p{ margin-top: 10px; font-size: 14px; color: rgba(255, 255, 255, 0.3);}
.footer .copy{ padding: 15px 0; border-top: solid 1px rgba(255, 255, 255, 0.1); }
.footer .copy p{ text-align: center; font-size: 14px; color: rgba(255, 255, 255, 0.3);}
.footer .copy p a{ display: inline-block; font-size: 14px; color: rgba(255, 255, 255, 0.3);}
.footer .copy p a:hover{ color: #fff;}


/* pageBanner */
.pageBanner{ width: 100%; position: relative;margin-top: 100px; overflow: hidden; min-width: 1200px;}
.pageBanner .bg{ width: 100%; position: relative; z-index: 1; background-color: #000;}
.pageBanner .bg img{ width: 100%; display: block;}
.pageBanner .info{ position: absolute; top: 50%; left: 50%; z-index: 3; text-align: center; transform: translate(-50%,-50%);}
.pageBanner .info .tit{ font-size: 46px; color: #fff;}
.pageBanner .info .txt{ font-size: 18px; color: #fff; margin-top: 30px;}

/* pageTitle */
.pageTitle{ width: 100%; text-align: center; position: relative; padding-bottom: 25px;  z-index: 3;}
.pageTitle::after{ content: ''; position: absolute; bottom: 0; left: 50%; width: 60px; height: 2px; background-color: #eb5506; margin-left: -30px;}
.pageTitle .tit{ font-size: 38px; color: #333; position: relative; z-index: 2;}
.pageTitle .txt{ font-size: 16px; color: #999; margin-top: 10px; position: relative; z-index: 2;}
.pageTitle .sn{ font-size: 16px; margin-bottom: 10px; color: #999;  position: relative; z-index: 2;}
.pageTitle .num{ font-size: 70px; font-weight: bold; color: #eb5506; position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: 0;}
.pageTitle.l{ text-align: left;}
.pageTitle.l::after{ left: 0; margin-left: 0;}
.pageTitle.w::after{  background-color: rgba(255, 255, 255, 0.3);}
.pageTitle.w .sn{ color: rgba(255, 255, 255, 0.7);}
.pageTitle.w .tit{ color: #fff;}
.pageTitle.w .txt{ color: rgba(255, 255, 255, 0.7);}
.pageTitle.w .num{ color: #fff;}

/* pageNav */
.pageNav{ width: 100%;  background-color: #f4f8fb; position: relative;}
.pageNav ul{text-align: center; width: 100%; padding: 25px 0;}
.pageNav ul li{ margin: 6px 0.5%; width: 18.6%;  background-color: rgba(235,85,6,0.1); transition: all 0.8s ease; display: inline-block;}

.pageNav ul li a{ color: #333; font-size: 18px;display: block; width: 100%; padding: 15px 15px;}
.pageNav ul li.on a,.pageNav ul li:hover a{ color: #fff; background-color: #eb5506; }

.proNav{ width: 100%;  background-color: #f4f8fb; position: relative;}
.proNav ul{ width: 100%; text-align: center; padding: 25px 0;}
.proNav ul li{ margin: 6px 0.5%; width: 18.6%; background-color: rgba(235,85,6,0.1); transition: all 0.8s ease; display: inline-block; }
.proNav ul li a{ color: #333; font-size: 18px;display: block; width: 100%; padding: 15px 15px;}
.proNav ul li.on a,.proNav ul li:hover a{ color: #fff; background-color: #eb5506; }
@media (max-width: 1560px){
    .proNav ul li a{ font-size: 16px; }
}

/* pageAbout */
.pageAbout{ width: 100%; padding: 100px 0; position: relative; overflow: hidden; background: url(../images/about/aboutBg.png) left 7% top 100px no-repeat; background-size: 36% auto;}
.pageAbout .text{ font-size: 18px; color: #333; line-height: 46px; margin-top: 40px;}
.pageAbout .text img,.pageAbout .text video{ max-width: 100%; height: auto !important;}

/* pageContent */
.pageContent{ width: 100%; padding: 100px 0; position: relative; overflow: hidden; }
.pageContent .text{ font-size: 18px; color: #333; line-height: 46px; }
.pageContent .text img,.pageContent .text video{ max-width: 100%; height: auto !important;}

/* pageAdvantage01 */
.pageAdvantage01{ position: relative; width: 100%; overflow: hidden; background-size: 52% 100% !important;}
.pageAdvantage01 .info{ width: 48%; position: relative; z-index: 3;  background: #eb5506; padding: 100px 70px 21% 0; overflow: hidden;}
.pageAdvantage01 .info::after{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:  url(../images/icon_logo.png) left bottom -150px no-repeat;background-size:80% auto; opacity: 0.1;}
.pageAdvantage01 .text{ font-size: 18px; color: #fff; line-height: 46px; margin-top: 40px; position: relative; z-index: 2;}
.pageAdvantage01 .text img,.pageAdvantage01 .text video{ max-width: 100%; height: auto !important;}


/* pageAdvantage02 */
.pageAdvantage02{ position: relative; width: 100%; overflow: hidden;background: url(../images/about/adv02bg.png) center bottom no-repeat; background-size: 100% auto; padding-bottom: 100px; margin-top: 100px;}
.pageAdvantage02 .img{display: inline-block; vertical-align: bottom; width: 48%; position: relative;z-index: 2; background-size: cover !important;}
.pageAdvantage02 .img img{ width: 100%; display: block;}
.pageAdvantage02 .info{  display: inline-block; padding: 60px 0 60px 60px; width: calc(52% - 10px); vertical-align: bottom; position: relative;}
.pageAdvantage02 .info::after{ content: ''; position: absolute; bottom: 0; right: -50%; width: 160%; height: 100%; background-color: #fef6f2; z-index: 1;}
.pageAdvantage02 .text{ font-size: 18px; color: #333; line-height: 46px; margin-top: 40px; position: relative; z-index: 2;}
.pageAdvantage02 .text img,.pageAdvantage02 .text video{ max-width: 100%; height: auto !important;}


/* pageAdvantage03 */
.pageAdvantage03{ width: 100%; position: relative; overflow: hidden; background: url(../images/about/adv03bg.jpg) center no-repeat  fixed;  background-size: cover;}
.pageAdvantage03 .info{ background-color: #fff; position: relative; margin: 420px  0 40px; padding: 50px 80px;}
.pageAdvantage03 .info::after{ content: ''; position: absolute; left: 460px; top: 50px; width: 1px; height: calc(100% - 100px); background-color: #eee;}
.pageAdvantage03 .info .pageTitle{ width: 380px; padding:0 80px 25px 140px  ;}
.pageAdvantage03 .info .pageTitle.l::after{ left: 140px; margin-left: 0;}
.pageAdvantage03 .info .pageTitle .num{ left: 0; right: auto;}
.pageAdvantage03 .text{ font-size: 18px; width: calc(100% - 380px); padding-left: 80px; color: #333; line-height: 46px;  position: relative; z-index: 2;}
.pageAdvantage03 .text img,.pageAdvantage01 .text video{ max-width: 100%; height: auto !important;}



/* pageAdvantage04 */
.pageAdvantage04{ position: relative; width: 100%; overflow: hidden;background: url(../images/about/adv02bg.png) center bottom no-repeat; background-size: 100% auto; padding-bottom: 100px; margin-top: 100px;}
.pageAdvantage04 .img{display: inline-block; vertical-align: bottom; width: 48%; position: relative;z-index: 2; background-size: cover !important;}
.pageAdvantage04 .img img{ width: 100%; display: block;}
.pageAdvantage04 .info{  display: inline-block; padding: 60px 60px 60px 0; width: calc(52% - 10px); vertical-align: bottom; position: relative;}
.pageAdvantage04 .info::after{ content: ''; position: absolute; bottom: 0; left: -50%; width: 160%; height: 100%; background-color: #fef6f2; z-index: 1;}
.pageAdvantage04 .text{ font-size: 18px; color: #333; line-height: 46px; margin-top: 40px; position: relative; z-index: 2;}
.pageAdvantage04 .text img,.pageAdvantage04 .text video{ max-width: 100%; height: auto !important;}




/* pageAdvantage05 */
.pageAdvantage05{ width: 100%; position: relative; padding: 100px 0; overflow: hidden; background: url(../images/about/adv05bg.jpg) center no-repeat  ;  background-size: cover;}
.pageAdvantage05 .logoicon{ width: 80px; margin: 0 auto 30px;}
.pageAdvantage05 .logoicon img{width: 100%; opacity: 0.3;}
.pageAdvantage05 .pageTitle{ margin: 60px 0;}
.pageAdvantage05 .pageTitle .num{font-size: 220px; opacity: 0.16; right: 50%;  width: 260px; text-align: center; margin-right: -130px; color: #eb5506;}
.pageAdvantage05 .text{ font-size: 18px; color: #fff; text-align: center; line-height: 46px; margin-top: 40px; position: relative; z-index: 2;}
.pageAdvantage05 .text img,.pageAdvantage01 .text video{ max-width: 100%; height: auto !important;}


@media (max-width: 1560px){
    .pageAbout .text{ font-size: 16px; line-height: 40px;}
    .pageAdvantage01 .text{ font-size: 16px;  line-height: 40px;}
    .pageAdvantage02 .text{ font-size: 16px;  line-height: 40px;}
    .pageAdvantage03 .text{ font-size: 16px;  line-height: 40px;}
    .pageAdvantage04 .text{ font-size: 16px;  line-height: 40px;}
    .pageAdvantage05 .text{ font-size: 16px;  line-height: 40px;}
}
    

/* pageContact */
.pageContact{ width: 100%; position: relative; z-index: 2; padding-bottom:100px ;}
.pageContact::after{ content: ''; position: absolute; bottom: 0; left: 0; height: calc(100% - 140px); width: 100%; background: #f4f8fb url(../images/about/adv02bg.png) center no-repeat; background-size: 100% auto; z-index: 0;}
.pageContact .box{ width: 100%; margin-top: -140px; position: relative; z-index: 2; background-color: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.05);-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.05);-moz-box-shadow: 0 0 20px rgba(0,0,0,0.05);}
.pageContact  .pageTitle{ margin-bottom: 40px;}
.pageContact .form{ padding: 40px; width: 58%;}
.pageContact .form form{ width: 100%; }
.pageContact .form form .item{ margin-bottom: 3%; width: 100%;}
.pageContact .form form .item3{ margin-bottom: 0; margin-top: 4%;}
.pageContact .form form .item p{ width: 48.5%; position: relative;}
.pageContact .form form .item p:first-child{ margin-right: 3%;}
.pageContact .form form label{display: block;position: relative; }
.pageContact .form form label span{font-size: 16px;color: #666;position: absolute; line-height: 20px; top: 20px; left: 20px;}
.pageContact .form form .item1 .txt{border: 0;font-size: 16px;color: #333;width: 100%;line-height: 20px;padding:20px 20px; background-color: rgba(235,85,6,0.05);}
.pageContact .form form .item3 input.ipt{  display: inline-block; width: 100%; padding: 20px 120px 20px 20px; border: 0; line-height: 20px;   background-color: rgba(235,85,6,0.05); overflow: hidden; font-size: 16px; color: #333;}
.pageContact .form form .item3 input.int:focus{  display: inline-block; width: 100%; padding: 20px 120px 20px 20px; border: 0; line-height: 20px;   background-color: rgba(235,85,6,0.05); overflow: hidden; font-size: 16px; color: #333;}
.pageContact .form form .item3 #code{ position: absolute; width: 100px; height: 100%; position: absolute; top: 0; right: 0; }
.pageContact .form form textarea{ height: 120px;resize: none; padding:14px 20px; width: 100%;font-size: 16px;color: #666;line-height: 18px;border: none;background-color: rgba(235,85,6,0.05);  border: 0;}
.pageContact .form form .btn{width: 100%;height: 60px;cursor: pointer;background-color: #eb5506;transition: all 0.6s ease;border:0;color: #fff;font-size: 18px;margin: 0  ; text-align: center; }
.pageContact .form form .btn:hover{background-color: #eb5506; color: #fff; }
.pageContact .info{ padding: 40px; width: 42%;  border-left: solid 1px #eee;}
.pageContact .info .tel{ width: 100%; line-height: 40px; color: #eb5506;margin-bottom: 30px;}
.pageContact .info .tel span{ display: inline-block; vertical-align: middle; margin: -2px 5px 0 0; font-size: 46px; }
.pageContact .info .tel p{ display: inline-block; vertical-align: middle; font-size: 36px;  font-weight: bold;}
.pageContact .info .d{ padding: 15px 0 15px 35px; font-size: 18px; line-height: 24px; color:#333; position: relative;}
.pageContact .info .d span{ position: absolute; left: 0; top: 15px; font-size: 26px; color:#eb5506;}

/* pageMap */
.pageMap{ width: 100%;  min-width: 1200px; margin: auto; position: relative; overflow: hidden;}
.pageMap .map{width: 100%; height: 620px; position: relative; z-index: 1;}

.tdt-label.tdt-zoom-animated{  width: 360px; height: 100px; position: relative; padding:0; background: #eb5506 !important; border: 0 !important; box-sizing: border-box;}
.tdt-label.tdt-zoom-animated::after{ content: ''; width: 0; height: 0; top: auto; position: absolute; left: 50%; right: 0; bottom: -15px; margin-left: -10px; border-top: 10px solid #eb5506; border-right: 10px solid transparent; border-left: 10px solid transparent; box-sizing: border-box;}
.pageMap .mapBox{ width: 100%;padding:10px 20px ; text-align: center; position: relative; overflow: hidden;box-sizing: border-box;}
.pageMap .mapBox .tit{width: 100%; margin-top: 5px; font-size: 18px; color: #fff;}
.pageMap .mapBox .txt{ width: 100%; font-size: 16px; margin-top: 10px; line-height: 26px; color: rgba(255, 255, 255, 0.6); white-space:pre-wrap; }

/* pageNews */
.pageNews{ width: 100%; padding: 100px 0; position: relative; overflow: hidden;}
.pageNews li{ width: 31%; margin: 0 3.5% 3.5% 0; position: relative; overflow: hidden;}
.pageNews li:nth-child(3n){ margin-right: 0;}
.pageNews li .img{ width: 100%; position: relative; overflow: hidden;}
.pageNews li .img img{ width: 100%; display: block; transition: all 0.8s ease; position: relative; z-index: 1;}
.pageNews li .img .time{ position: absolute; top: 0; left: 0; text-align: center; z-index: 2; padding: 10px  20px; background-color: #eb5506; font-size: 20px; color: #fff;}
.pageNews li .img .time span{ display: inline-block; font-size: 18px; margin-top: 5px;}
.pageNews li .tit{ font-size: 20px; margin-top: 15px; color: #333; line-height: 30px; transition: all 0.8s ease;}
.pageNews li .tit b{ color: #eb5506;}
.pageNews li .txt{ font-size: 16px; color: #999; line-height: 30px; margin-top: 10px; transition: all 0.8s ease;}
.pageNews li:hover img{ transform: scale(1.1);}
.pageNews li:hover .tit{ color: #eb5506;}
.pageNews li:hover .txt{ color: #333;}


/* pageCrumbs */
.pageCrumbs{ width: 100%; padding: 30px 0; position: relative; margin:100px auto 0; background-color: #f4f8fb;}
.pageCrumbs .crumbs{ width: calc(100% - 200px); padding: 7px 0; line-height: 30px;}
.pageCrumbs .crumbs span,.pageCrumbs .crumbs a,.pageCrumbs .crumbs p{ font-size: 16px; line-height: 30px; color: #999; display: inline-block;}
.pageCrumbs .crumbs p{ font-size: 24px;}
.pageCrumbs .crumbs span{ margin:  0 3px;}
.pageCrumbs .crumbs span:last-child{ display: none;}
.pageCrumbs .crumbs a:hover,.pageCrumbs .crumbs a:last-child{ color: #eb5506;}
.pageCrumbs .back{ width: 140px; position: relative; overflow: hidden;}
.pageCrumbs .back a{  width: 100%; border: solid 2px #eb5506; line-height: 40px; position: relative; overflow: hidden; transition: all 0.8s ease; color: #eb5506; }
.pageCrumbs .back a::after{ content: ''; position: absolute; right: -105%; top: 0; width: 100%; height: 100%; background-color: #eb5506; z-index: 0;transition: all 0.8s ease; }
.pageCrumbs .back a p{ position: relative; z-index: 2; margin-left: 10px; font-size: 16px; }
.pageCrumbs .back a span{ font-size: 22px; position: relative; z-index: 2; display: inline-block;   }
.pageCrumbs .back a:hover::after{ right: 0;}
.pageCrumbs .back a:hover{ border-color: #eb5506; color: #fff;}


/* pageNewsD */
.pageNewsD{ width: 100%; position: relative; overflow: hidden; padding: 100px 0;}
.pageNewsD .tit{ font-size: 32px; color: #333; text-align: center; font-weight: bold;}
.pageNewsD .info{ width: 100%; padding: 20px 0; border-bottom: dashed 1px #ddd; text-align: center;}
.pageNewsD .info span{ display: inline-block; margin: 0 20px; font-size: 16px; color: #999;}
.pageNewsD .text{ width: 100%; overflow: hidden; font-size: 18px; line-height: 42px; color: #333; padding: 40px 0; border-bottom: dashed 1px #ddd;}
.pageNewsD .text img,.pageNewsD .text video{ max-width: 100%; height: auto !important; }
.Plink{ width: 100%; padding-top: 30px; }
.Plink a{ display: inline-block; max-width: 48%; width: auto; font-size: 18px; line-height: 36px; color: #333;}
.Plink a:hover{ color: #eb5506;}


/* pageProduct */
.pageProduct{ width: 100%; padding: 100px 0; position: relative; overflow: hidden; }
.pageProduct ul{ width: 100%;  position: relative;}
.pageProduct ul li{ width: 31%; margin: 0 3.5% 3.5% 0; position: relative;}
.pageProduct ul li:nth-child(3n){ margin-right: 0;}
.pageProduct ul li .img{ width: 100%; position: relative; overflow: hidden;}
.pageProduct ul li .img img{ width: 100%; display: block; transition: all 0.8s ease;}
.pageProduct ul li .tit{ padding: 20px 50px 20px 0; position: relative; line-height: 30px; width: 100%;border-bottom: solid 1px #ddd; transition: all 0.8s ease;}
.pageProduct ul li .tit p{ font-size: 18px; color: #333; transition: all 0.8s ease;}
.pageProduct ul li .tit p b{ color: #eb5506; transition: all 0.8s ease;}
.pageProduct ul li .tit span{ position: absolute; right: 0; top: 20px;font-size: 26px; color: #666; transform: rotate(-180deg); transition: all 0.8s ease;}
.pageProduct ul li:hover img{ transform: scale(1.1);}
.pageProduct ul li:hover .tit{ background-color: #eb5506; border-color: #eb5506;padding: 20px 60px 20px 25px;}
.pageProduct ul li:hover .tit p,.pageProduct ul li:hover .tit p b,.pageProduct ul li:hover .tit span{ color: #fff;}
.pageProduct ul li:hover .tit span{ right: 15px;}


/* pageProductD */
.pageProductD{ width: 100%; padding: 100px 0; position: relative; overflow: hidden; }
.pageProductD .box{ width: 100%; position: relative;}
.pageProductD .box { width: 45%; overflow: hidden; position: relative;}
.pageProductD .box .imgBox .swiper-slide{ position: relative;}
.pageProductD .box .imgBox .swiper-slide img{ width: 100%; display: block;}

.pageProductD .swiper-pagination{bottom: 20px !important;  padding: 0 0;box-sizing: border-box; }
.pageProductD .swiper-pagination-bullet{width: 10px;height: 10px;cursor: pointer; margin: 0 6px !important; background-color: #eb5506; opacity: 0.6;}
.pageProductD .swiper-pagination-bullet-active{ opacity: 1;}

.pageProductD .info{ width: 50%;}
.pageProductD .info .tit{ font-size: 32px; padding: 25px 0;border-bottom: solid 1px #eee;}
.pageProductD .info .text{ font-size: 18px; color: #333; margin-top: 30px; line-height: 46px;}
.pageProductD .info .text img{  display: none;}



/* pageCase */
.pageCase{ width: 100%; padding: 100px 0; position: relative; overflow: hidden; }
.pageCase ul{ width: 100%;  position: relative;}
.pageCase ul li{ width: 31%; margin: 0 3.5% 3.5% 0; background-color: #f4f8fb; text-align: center; position: relative; transition: all 0.8s ease;}
.pageCase ul li:nth-child(3n){ margin-right: 0;}
.pageCase ul li .img{ width: 100%; position: relative; overflow: hidden;}
.pageCase ul li .img img{ width: 100%; display: block; transition: all 0.8s ease;}
.pageCase ul li .tit{ width: 100%; padding: 20px 10px; font-size: 18px; color: #333; transition: all 0.8s ease;}
.pageCase ul li .tit b{ color: #eb5506; transition: all 0.8s ease;}
.pageCase ul li:hover{ background-color: rgba(235,85,6,0.9);}
.pageCase ul li:hover img{ transform: scale(1.1);}
.pageCase ul li:hover .tit,.pageCase ul li:hover .tit b{ color: #fff;}

/* pageCaseD */
.pageCaseD{ width: 100%; position: relative; overflow: hidden; padding: 100px 0;}
.pageCaseD .tit{ font-size: 32px; color: #333; text-align: center; font-weight: bold;}
.pageCaseD .info{ width: 100%; padding: 30px 0; text-align: center;}
.pageCaseD .info span{ display: inline-block; margin: 0 20px; font-size: 16px; color: #999;}
.pageCaseD .box{ width: 100%; overflow: hidden;padding: 40px ; background-color: #f4f8fb; border: solid 1px #eee;}
.pageCaseD .box .t{ font-size: 22px; color: #333; font-weight: bold;  margin-bottom: 10px;}
.pageCaseD .text{ width: 100%;  font-size: 18px; line-height: 42px; color: #333;  overflow: hidden;}
.pageCaseD .text img,.pageCaseD .text video{ max-width: 100%; height: auto !important; }
.pageCaseD .caseBox{ width: 100%; position: relative; overflow: hidden;}
.pageCaseD .caseBox .swiper-slide{ position: relative; overflow: hidden; }
.pageCaseD .caseBox .swiper-slide .img{ width: 100%;  position: relative; overflow: hidden; position: relative; z-index: 1; background-color: #000;}
.pageCaseD .caseBox .swiper-slide .img img{ width: 100%; display: block; opacity:1; position: relative; z-index: 1; transition: all 0.8s ease;}
/* .pageCaseD .caseBox .swiper-slide .img::after{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; z-index: 2;   background: linear-gradient(0,rgba(235,85,6,0.4) 0,rgba(235,85,6,0)); } */
.pageCaseD .caseBox .swiper-slide .t{  font-size: 20px; color: #fff; position: absolute;bottom: 0; padding: 20px 30px; left: 0; width: 100%;  z-index: 2; background-color: rgba(235,85,6,0.6); line-height: 30px;height: 70px;}
.pageCaseD .swiper-button-prev,.pageCaseD  .swiper-button-next{ width: 56px; height: 56px; line-height: 54px; border: 0; font-size: 30px; color: #eb5506; border-radius: 50%;  background-color: rgba(255, 255, 255, 0.8); margin-top: -40px; transition: all 0.8s ease;}
.pageCaseD .swiper-button-prev::after,.pageCaseD .swiper-button-next::after{display: none;}
.pageCaseD .swiper-button-prev{ left: 40px;}
.pageCaseD .swiper-button-next{ right: 40px; transform: rotate(180deg);}
.pageCaseD .swiper-button-prev:hover,.pageCaseD  .swiper-button-next:hover{ background-color: #eb5506; color: #fff; }

.pageCaseD .swiper-pagination{bottom: 27px !important;  width: auto !important;left: auto !important; right: 30px; padding: 0 0;box-sizing: border-box; }
.pageCaseD .swiper-pagination-bullet{width: 10px;height: 10px;cursor: pointer; margin: 0 6px !important; background-color: #fff; opacity: 0.6;}
.pageCaseD .swiper-pagination-bullet-active{ opacity: 1;}


/*pages*/
.pages{ padding: 60px 0 0 0; width: 100%;  font-size:14px; text-align: center; height: auto; }
.pages a { display:inline-block; height:32px; line-height:32px; background:#333; color: #fff; text-align:center;  padding:0 12px; margin:0 5px;}
.pages a:hover { background:#eb5506;  text-decoration:none }
.pages span { display:inline-block;  height:32px; line-height:32px; background:#eb5506; color:#fff; text-align:center; padding:0 12px; margin:0 5px; }

