@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: #2477f3;}
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:#2477f3;border-radius: 5px;}
.scrollbar::-webkit-scrollbar-corner{display:none;}
.scrollbar::-webkit-resizer{display:none;}

@font-face {font-family:'Avignon'; src: url('../fonts/Avignon-Bold-Regular.ttf');} 


.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:25px 0; position: fixed;top: 0;left: 0;z-index: 99;transition: all 0.6s ease;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{ height: 50px;}
.header .logo a{ display: block; height: 100%;  margin: 0 0;}
.header .logo img{ height: 100%;}
.header .info{ width: calc(100% - 200px); position: relative; }
/* headerNav*/
.header .headerNav{ width: calc(100% - 280px);  text-align: right;margin: 0 0 0 0; }
.headerNav .nLi{display: inline-block; vertical-align: middle; position: relative; margin-right:  5%;}
.headerNav .nLi .le{font-weight: normal; height: 50px;}
.headerNav .nLi .le a{display: block;line-height: 30px; padding: 10px 0; font-size: 18px;color: #333;transition: all 0.6s ease;  text-transform: uppercase;}
.headerNav .nLi:hover h3 a,.headerNav .nLi#on h3 a{  color: #2477f3; }
/* .headerNav .nLi:hover .sub{ display: block;} */
.headerNav .nLi .sub{display: none;position: absolute;top:50px; left: 50%;  transform: translateX(-50%);  z-index: 99;  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); }
.headerNav .nLi .sub.sub1{ width: 200px; }
.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; }
.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: 10px 5px;text-transform: uppercase;}
.headerNav .nLi .sub.sub1 li a:hover,.headerNav .nLi .sub.sub1 li a.on{color: #fff;background-color:#2477f3;}
.header .tel{ width: 200px; font-size: 26px; line-height: 30px; margin: 10px 30px 10px 0; color: #2477f3;}
.header .tel span{ display: inline-block; font-size: 30px; margin-right: 3px;}
.header .retrieve{ display: inline-block; color: #333;  font-size: 32px; line-height: 30px;  border-radius: 50%; margin: 10px 0; cursor: pointer; text-align: center; transition: all 0.8s ease;}
.header .retrieve:hover{ color: #2477f3;}


.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);  z-index: 1;}
.headerSearch .wrap{ padding: 30px 0; position: relative; }
.headerSearch .gbSearch{ position: absolute; top: 60px; right: 10%; color: #333;font-size: 22px;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 .gbSearch:hover{ background-color: #2477f3;}
.headerSearch .searchBox{width:80%; margin: auto; }
.headerSearch .searchBox form{width: 100%;height: 62px;background-color: #fff;overflow: hidden;border: solid 1px #ddd; }
.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; }
.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;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: #2477f3;}
.headerSearch .searchBox .searchList{ margin-bottom: 30px;}
.headerSearch .searchBox .searchList .tit{ font-size: 18px; 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(36,119,243,0.05); color: #333; font-size: 14px; transition: all 0.8s ease;  text-transform: uppercase;}
.headerSearch .searchBox .searchList ul li a:hover{ background-color: #2477f3; color: #fff;}
.is-fixed{ padding: 15px 0;}
.is-fixed .headerSearch{ top: 80px;}

/* 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: 20px !important;   }
.indexBanner .swiper-pagination-bullet{width: 16px;height: 16px;cursor: pointer; margin: 0 10px !important; background-color: #fff; opacity: 0.4;}
.indexBanner .swiper-pagination-bullet-active{ opacity: 1;}

/* indexSearch */
.indexSearch{ width: 100%; padding: 20px 0; position: relative; overflow: hidden; background-color: #fff;}
.indexSearch .box{ width: calc(100% - 350px); line-height: 24px; padding: 10px 0;}
.indexSearch .box p{ font-size: 16px; color: #333;}
.indexSearch .box a{ font-size: 16px; color: #999; margin-left: 2%;}
.indexSearch .box a:hover{ color: #2477f3;}
.indexSearch .searchBox{ width: 300px;}
.indexSearch .searchBox form{ width: 100%;}
.indexSearch .searchBox form .inputBox{width: 240px; height: 44px;float: left;font-size: 14px;border: none;color: #333333;padding:0 15px;border: solid 1px #2477f3; border-right: 0;}
.indexSearch .searchBox form .btn{border:none;background-color: #2477f3;font-size: 28px;color: #fff;width: 60px; height: 44px;line-height: 44px;text-align: center;float: right;cursor: pointer;transition: all 0.6s ease;}
.indexSearch .searchBox form .btn:hover{ background-color: #f35a24;}

/* indexTitle */
.indexTitle{ width: 100%; text-align: center; position: relative;}
.indexTitle .tit{ font-size: 46px; font-weight: bold; color: #333; position: relative; z-index: 2;}
.indexTitle .txt{ font-size: 16px; color: #999; margin-top: 10px; position: relative; z-index: 2;}
.indexTitle .en{font-size: 16px; color: #999; margin-top: 10px; position: relative; z-index: 2; text-transform: uppercase;}
.indexTitle .ben{ font-size: 120px;font-family:'Avignon'; color: rgba(0,0,0,0.05); bottom: 40px; left: 0; z-index: 0; text-transform: uppercase; position: absolute; line-height: 100px;}
.indexTitle.w .tit,.indexTitle.w .txt,.indexTitle.w .en{ color: #fff;}
.indexTitle.l{ text-align: left;}


/* indexProduct */
.indexProduct{ width: 100%; padding: 80px 0; position: relative; overflow: hidden; background: url(../images/productBg.jpg) center no-repeat; background-size: cover;}
.indexProduct .proNav{ float: left; width: 340px; background-color: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.05);-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);-moz-box-shadow: 0 0 15px rgba(0,0,0,0.05); position: relative; overflow: hidden; }
.indexProduct .proNav::after{ content: ''; position: absolute; bottom: 0; left: 0; width: 4px;  height: 100%; background-color: #2477f3;  }
.indexProduct .proNav .info{ width: 100%; padding:28px 30px; background-color: #2477f3; color: #fff; position: relative;}
.indexProduct .proNav .info .indexTitle .tit{ font-size: 40px;}
.indexProduct .proNav .info .iconfont{ display: inline-block; position: absolute; top: 35px; font-size: 50px; right: 30px;}
.indexProduct .proNav ul{ width: 100%; }
.indexProduct .proNav ul li{ width: 100%; border-bottom: solid 1px #eee; position: relative; overflow: hidden;}
.indexProduct .proNav ul li::after{ content: ''; position: absolute; bottom: 0; left: -105%; width: 100%;  height: 1px; background-color: #2477f3; transition: all 0.8s ease; }
.indexProduct .proNav ul li a{ display: block; font-size: 18px; color: #666; padding: 24px 30px 24px 26px; position: relative; transition: all 0.8s ease;}
.indexProduct .proNav ul li span{ position: absolute; right: 30px; font-size: 22px; color: #aaa; top: 50%; line-height: 20px; margin-top: -10px; transition: all 0.8s ease;}
.indexProduct .proNav ul li:hover a,.indexProduct .proNav ul li:hover span{ color: #2477f3;}
.indexProduct .proNav ul li:hover::after{ left: 0;}
.indexProduct .proNav ul li:hover span{ right: 20px;}

.indexProduct .box{ width: calc(100% - 380px); margin-left: 40px; position: relative;  }
.indexProduct .proBox{ width: 100%; position: relative;  overflow: hidden;}
.indexProduct .proBox ul{ width: 100%; height: 866px;}
.indexProduct .proBox ul li{ width: 32%; margin:  0 2% 1.5% 0; text-align: center; position: relative; }
.indexProduct .proBox ul li:nth-child(3n){ margin-right: 0;}
/* .indexProduct .proBox ul li:nth-child(n+4){ margin-bottom: 0;} */
.indexProduct .proBox ul li a{ display: block; background-color: #fff; padding: 0 0 20px 0;}
.indexProduct .proBox ul li .img{ padding:0 0; width: 100%;}
.indexProduct .proBox ul li .img img{ width: 100%; display: block;}
.indexProduct .proBox ul li .tit{ font-size: 20px; margin-top:20px; color: #333; transition: all 0.8s ease;}
.indexProduct .proBox ul li .more{ width: 160px; line-height: 44px; border-radius: 0 20px 0 20px; background-color: #eee; margin: 20px auto 0; position: relative; overflow: hidden; color: #333; transition: all 0.8s ease; display: none;}
.indexProduct .proBox ul li .more p{ position: relative; font-size: 16px; margin-right: 5px; z-index: 2;}
.indexProduct .proBox ul li .more span{ position: relative; font-size: 18px; z-index: 2;}
.indexProduct .proBox ul li:hover .tit{ color: #2477f3;}
.indexProduct .proBox ul li .more:hover{ color: #fff; border-radius: 20px; background-color: #2477f3;}
@media (max-width: 1560px){
.indexProduct .proBox ul{ height: 770px;}
}

/* indexCustomizable */
.indexCustomizable{ width: 100%; padding: 80px 0; position: relative; overflow: hidden; background: url(../images/customizableBg.jpg) center no-repeat; background-size: cover;}
.indexCustomizable .box{ width: 100%; margin-top: 60px; background: url(../images/customizableLine.png) center no-repeat; background-size: auto 66px; position: relative;}
.indexCustomizable .box ul{position: relative; width: 100%;  height: 300px;}
.indexCustomizable .box ul li{ width: calc(12.5% - 30px); margin: 0 15px; position: relative; height: 100%; text-align: center;cursor: pointer;}
.indexCustomizable .box ul li .icon{ position: absolute; left: 50%; margin-left: -12px; width: 24px; height: 24px; border-radius: 50%; border: solid 3px #fff; background-color: #2477f3; transition: all 0.8s ease;}
.indexCustomizable .box ul li:nth-child(2n-1) .icon{ top: 168px;}
.indexCustomizable .box ul li:nth-child(2n) .icon{ top: 114px;}
.indexCustomizable .box ul li .num{ font-size: 24px ; position: absolute; width: 30px; left: 50%; margin-left: -15px;  color: #fff; font-weight: bold; transition: all 0.8s ease;}
.indexCustomizable .box ul li:nth-child(2n-1) .num{ top: 208px;}
.indexCustomizable .box ul li:nth-child(2n) .num{ top: 75px;}
.indexCustomizable .box ul li .text{ text-align: center; width: 100%; border-radius: 5px; background-color: rgba(255,255,255,0.4);    backdrop-filter: blur(3px);position: absolute; left: 0; height: 120px; transition: all 0.8s ease;}
.indexCustomizable .box ul li .text::after{content: '';width: 0;height: 0;top: auto;position: absolute;left: 50%;right: 0;margin-left: -12px;border-right: 12px solid transparent;border-left: 12px solid transparent;box-sizing: border-box; backdrop-filter: blur(3px); transition: all 0.8s ease;}
.indexCustomizable .box ul li .text .txt{ position: absolute; left: 0; width: 100%; top: 50%; padding: 0 20px; transform: translateY(-50%); font-size: 16px; color: #fff; font-weight: bold; line-height: 28px;}
.indexCustomizable .box ul li:nth-child(2n-1) .text{ top: 0;}
.indexCustomizable .box ul li:nth-child(2n-1) .text::after{bottom: -12px; border-top: 12px solid rgba(255,255,255,0.4);}
.indexCustomizable .box ul li:nth-child(2n) .text{ bottom: 0;}
.indexCustomizable .box ul li:nth-child(2n) .text::after{top: -12px;border-bottom: 12px solid rgba(255,255,255,0.4);}
.indexCustomizable .box ul li:hover .num{ color: #2477f3;}
.indexCustomizable .box ul li:hover .text{ background-color: #2477f3;}
.indexCustomizable .box ul li:nth-child(2n-1):hover .text::after{ border-top: 12px solid #2477f3;}
.indexCustomizable .box ul li:nth-child(2n):hover .text::after{ border-bottom: 12px solid #2477f3;}

.indexCustomizable .more{ width: 100%; margin-top: 60px; text-align: center;}
.indexCustomizable .more a{ width: 200px; line-height: 60px; border-radius: 0 20px 0 20px; margin:0 15px  ; position: relative; overflow: hidden; color: #fff; transition: all 0.8s ease;}
.indexCustomizable .more a:nth-child(1){ background-color: #2477f3;}
.indexCustomizable .more a:nth-child(2){ background-color: #f35a24;}
.indexCustomizable .more a p{ position: relative; font-weight: bold; font-size: 18px; margin-right: 5px; z-index: 2;}
.indexCustomizable .more a span{ position: relative; font-size: 20px; margin-top: -1px; z-index: 2;}
.indexCustomizable .more a:hover{ border-radius: 20px;}


/* indexAbout */
.indexAbout{ width: 100%; padding: 120px 0 80px 0; position: relative; overflow: hidden; background: url(../images/aboutBg.jpg) center no-repeat; background-size: cover;}
.indexAbout::after{ content: ''; position: absolute; right: 0; top: 120px; width: 50%; height: calc(100% - 200px); z-index: 0; background: url(../images/aboutImg.jpg) center no-repeat;}
.indexAbout .box{ width: 80%; position: relative; z-index: 2;}
.indexAbout .info{ width: 100%; margin-top: 60px; background-color: #fff;padding: 50px 100px 50px 80px; box-shadow: 0 0 15px rgba(0,0,0,0.05);-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);-moz-box-shadow: 0 0 15px rgba(0,0,0,0.05); overflow: hidden; position: relative;}
.indexAbout .info::after{ content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../images/logoIcon.png) right -20% top 210px no-repeat; background-size: auto 110%; opacity: 0.04;}
.indexAbout .info .text{ width: 100%; font-size: 18px; line-height: 40px; position: relative; padding-top: 60px; z-index: 2;}
.indexAbout .info .text img{display: none;}
.indexAbout .info .text::after{content: ''; position: absolute; top: 0; left: 0; width: 47px; height: 36px; background: url(../images/icon/icon_yh.png) center no-repeat; background-size: cover;}
.indexAbout .info .more{ width: 100%; margin-top: 40px; position: relative; z-index: 2;}
.indexAbout .info .more a{display: inline-block; position: relative;}
.indexAbout .info .more .icon{ width: 90px; height: 50px; border-radius: 0 20px 0 20px; overflow: hidden; background: #f35a24; transition: all 0.8s ease;}
.indexAbout .info .more .icon span{ color: #fff; font-size: 46px; line-height: 50px; transform: rotate(125deg); color: #fff; }
.indexAbout .info .more p{ font-size: 24px; color: #333; position: relative; padding:10px 0 10px 80px; margin-left: 10px; line-height: 30px; transition: all 0.8s ease;}
.indexAbout .info .more p::after{ content: ''; position: absolute; top: 50%; left: 0; width: 70px; background-color: #ddd; height: 1px; transition: all 0.8s ease;}
.indexAbout .info .more a:hover .icon{ background-color: #2477f3;}
.indexAbout .info .more a:hover p{ color: #2477f3;padding-left: 100px;}
.indexAbout .info .more a:hover p::after{ background-color: #2477f3; width: 90px;}

/* indexAdvantages */
.indexAdvantages{ width: 100%; padding: 60px 0; position: relative; overflow: hidden; background-color: #fff;}
.indexAdvantages ul{ width: 100%; text-align: center;}
.indexAdvantages ul li{ padding: 0 80px; border-right: solid 1px #eee;position: relative;}
.indexAdvantages ul li:last-child{ border-right: 0;}
.indexAdvantages ul li .num{ position: relative; display: inline-block;}
.indexAdvantages ul li .num .counter{display: inline-block; font-size: 60px; font-weight: bold; color: #333;}
.indexAdvantages ul li:nth-child(1) .num .counter{ width: 70px;}
.indexAdvantages ul li:nth-child(2) .num .counter{ width: 135px;}
.indexAdvantages ul li:nth-child(3) .num .counter{ width: 70px;}
.indexAdvantages ul li:nth-child(4) .num .counter{ width: 105px;}
.indexAdvantages ul li .num sub{  font-size: 26px; color: #333; font-weight: bold; margin-left: 10px;}
.indexAdvantages ul li .num .iconfont{ display: inline-block; position: absolute; right: -40px; top: 10px; width: 30px; height: 30px; text-align: center; line-height: 30px; border-radius: 50%; background-color: #f35a24; color: #fff; font-size: 20px;}
.indexAdvantages ul li .tit{ font-size: 18px; color: #999; margin-top: 15px;}


/* indexCase */
.indexCase{ width: 100%; padding: 80px 0 80px 0;/* margin-top: -200px; */ position: relative; z-index: 1;  background: url(../images/caseBg.jpg) center no-repeat; background-size: cover;}
.indexCase ul{ width: 100%; margin-top: 40px;}
.indexCase ul li{ width: 16%; margin: 0 0.8% 0.8% 0; padding: 10px; background-color: #fff; position: relative; overflow: hidden; transition: all 0.8s ease;}
.indexCase ul li:nth-child(6n){ margin-right: 0;}
.indexCase ul li img{ width: 100%; display: block;}
.indexCase ul li:hover{  box-shadow: 0 0 15px rgba(0,0,0,0.05);-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);-moz-box-shadow: 0 0 15px rgba(0,0,0,0.05); }


/* indexShop */
.indexShop{ width: 100%; padding: 80px 0 0 0; position: relative; z-index: 1;  background: url(../images/shopBg.jpg) center no-repeat; background-size: cover;}
.indexShop .bixBox{ width: 100%; margin: 40px auto 0; position: relative;}
.indexShop .bixBox::after{content: ''; position: absolute; left: 0; top: 0; width: 60%; height: 100%; background:#fff url(../images/shopBg.png) left bottom no-repeat; background-size: auto 90%;}
.indexShop .box{ width: 100%; padding: 50px 50px 50px 0; position: relative; z-index: 2;}
.indexShop .box::after{content: ''; width: 40%; position: absolute; right: 0; height: 100%; top: 0; background-color: #ffff;}
.indexShop .shopBox{ width: 100%; overflow: hidden;position: relative; z-index: 2;}
.indexShop .shopBox .swiper-slide{ text-align: center; padding: 1px;}
.indexShop .shopBox .swiper-slide .img{ width: 100%; position: relative; overflow: hidden;}
.indexShop .shopBox .swiper-slide .img img{ width: 100%; display: block; transition: all 0.8s ease;}
.indexShop .shopBox .swiper-slide .tit{ font-size: 18px; color: #333; padding: 10px 15px; line-height: 30px; border: solid 1px #ddd; border-top: 0; transition: all 0.8s ease;}
.indexShop .shopBox .swiper-slide:hover img{transform: scale(1.05); }
.indexShop .shopBox .swiper-slide:hover .tit{ background-color: #2477f3; border-color: #2477f3; color: #fff;}
.indexShop .bt{ width: 50px; height: 100px; position: absolute; right: -50px; bottom: 0;border-left: solid 1px #eee;}
.indexShop .bt .swiper-button-next,.indexShop .bt .swiper-button-prev{ width: 50px;height: 50px; line-height: 50px; background-color: #fff; font-size: 24px; color: #666; position: relative;left: 0; right: 0; transition: all 0.8s ease; float: left; top: 0;  margin: 0;}
.indexShop .bt .swiper-button-disabled{opacity: 0.9;}
.indexShop .bt .swiper-button-next::after,.indexShop .bt .swiper-button-prev::after{display: none;}
.indexShop .bt .swiper-button-next{ transform: rotate(180deg);}
.indexShop .bt .swiper-button-prev{ border-top: solid 1px #eee;}
.indexShop .bt .swiper-button-next:hover,.indexShop .bt .swiper-button-prev:hover{ background-color: #f35a24;border-color: #f35a24; color: #fff;}

/* indexNews */
.indexNews{ width: 100%; padding: 80px 0 ; position: relative; overflow: hidden;  background: url(../images/newsBg.jpg) center no-repeat; background-size: cover;}
.indexNews .box{ width: 100%; margin-top: 40px; position: relative;}
.indexNews .more{ width: 160px; position: absolute; right: 0; top: 50%; margin-top: -25px; z-index: 3;}
.indexNews .more a{line-height: 50px; border-radius: 0 20px 0 20px; background-color: #2477f3; margin: 20px auto 0; position: relative; overflow: hidden; color: #fff; transition: all 0.8s ease;}
.indexNews .more p{ position: relative; font-size: 16px; margin-right: 5px; z-index: 2;}
.indexNews .more span{ position: relative; font-size: 18px; z-index: 2;}
.indexNews .more:hover a{ color: #fff; border-radius: 20px; background-color: #f35a24;}

.indexNews .fst{ width: 43%; border-radius: 0 30px 0 30px;  position: relative; overflow: hidden; background-color: #fff;  box-shadow: 0 0 15px rgba(0,0,0,0.05);-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);-moz-box-shadow: 0 0 15px rgba(0,0,0,0.05); }
.indexNews .fst a{display: block; height: 100%; }
.indexNews .fst .img{ width: 100%; position: relative; overflow: hidden;}
.indexNews .fst .img img{ width: 100%; display: block; transition: all 0.8s ease;}
.indexNews .fst .info{ width: 100%; padding: 30px;}
.indexNews .fst .info .time{ font-size: 18px; color: #333; transition: all 0.8s ease;}
.indexNews .fst .info .tit{ font-size: 18px; color: #333; margin-top: 10px;}
.indexNews .fst .info .txt{ font-size: 16px; color: #999; margin-top: 15px;}
.indexNews .fst:hover img{ transform: scale(1.05);}
.indexNews .fst:hover .tit{ color: #2477f3;}
.indexNews .list{ width: 54%; margin-left: 3%;}
.indexNews .list .u1{ width: 100%;}
.indexNews .list .u1 li{ width: 48.5%;}
.indexNews .list .u1 li:nth-child(1){ margin-right: 3%;}
.indexNews .list .u1 li .img{ width: 100%; position: relative; overflow: hidden;}
.indexNews .list .u1 li .img img{ width: 100%; display: block; transition: all 0.8s ease;}
.indexNews .list .u1 li .img .time{ position: absolute; top: 0; left: 0; padding: 10px; background-color: #f35a24; color: #fff; text-align: center;}
.indexNews .list .u1 li .img .time span{ font-size: 16px;}
.indexNews .list .u1 li .img .time p{ font-size: 16px; margin-top: 5px;}
.indexNews .list .u1 li .tit{ font-size: 18px; color: #333;  padding: 15px 0;}
.indexNews .list .u1 li:hover img{ transform: scale(1.05);}
.indexNews .list .u1 li:hover .tit{ color: #2477f3;}
.indexNews .list .u2{ width: 100%;margin-top: 20px; border-top: solid 1px #ddd;}
.indexNews .list .u2 li{ width: 100%; border-bottom: solid 1px #ddd;}
.indexNews .list .u2 li a{ display: block; padding: 20px 120px 20px 0; line-height: 30px; position: relative;}
.indexNews .list .u2 li p{ font-size: 18px; color: #333; transition: all 0.8s ease;}
.indexNews .list .u2 li span{ display: inline-block; font-size: 16px; color: #999; position: absolute; right: 0; top: 50%; margin-top: -15px; transition: all 0.8s ease;}
.indexNews .list .u2 li:hover p{ color: #2477f3;}
.indexNews .list .u2 li:hover span{ color: #333;}

/* 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: 25%; margin-right: 1%; position: relative;}
.indexContact .form form .row1{ margin-right: 0; width: 22%;}
.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 .btn{width: 100%;height: 60px;cursor: pointer;background-color: #f35a24;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: #2477f3; }

/* footer */
.footer{ width: 100%; position: relative; overflow: hidden; background-color: #000;}
.footer .box{padding: 60px 0 30px; width: 100%;}
.footer .fCon{ width: 700px;}
.footer .fCon ul{width: 400px;}
.footer .fCon ul li{ width: 100%;margin-bottom: 20px; position: relative; padding-left: 30px; line-height: 28px;}
.footer .fCon ul li .iconfont{ position: absolute; left: 0; top: 0; font-size: 26px;color: rgba(255, 255, 255, 0.6); }
.footer .fCon ul li .t{ font-size: 16px; color: rgba(255, 255, 255, 0.6);}
.footer .fCon ul li .d{font-size: 16px; color: rgba(255, 255, 255, 0.6); margin-top: 5px;}
.footer .fRwm{ width: 270px; margin-right: 30px; text-align: center;}
.footer .fRwm .item{ width: 120px;}
.footer .fRwm .item:first-child{ margin-right: 30px;}
.footer .fRwm .img{ width: 100%;}
.footer .fRwm .img img{ width: 100%; display: block;}
.footer .fRwm .tit{ font-size: 12px; color: rgba(255, 255, 255, 0.6); line-height: 20px; margin-top: 10px;}
.footer .fNav{width: calc(100% - 700px); margin-top: 20px;}
.footer .fNav .flogo{width: 100%; height: 50px;}
.footer .fNav .flogo a img{ height: 100%; }
.footer .fNav ul{ width: 100%; margin-top: 35px;}
.footer .fNav li{ margin:0 40px 20px 0;}
.footer .fNav li:last-child{ margin-right: 0;}
/* .footer .fNav li:nth-child(3n){ margin-right: 0;} */
.footer .fNav li a{ font-size: 18px;  color: rgba(255, 255, 255, 0.6);}
.footer .fNav li a:hover{color: #f35a24;}
.footer .copy{width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.2);padding: 20px 0;font-size: 14px;color:  rgba(255, 255, 255, 0.4);text-align: center;}
.footer .copy a{color: rgba(255, 255, 255, 0.4);}
.footer .copy a:hover{color: #f35a24;}

/* pageBanner */
.pageBanner{ width: 100%; position: relative; height: 420px; overflow: hidden; margin-top: 100px; background-size: cover !important; z-index: 1; }
.pageBanner::after{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.2);}
.pageBanner .info{ position: absolute; width: 100%; top: 50%; transform: translateY(-50%); left: 0; text-align: center;z-index: 2;}
.pageBanner .info .tit{ font-size: 56px; font-weight: bold; color: #fff;}
.pageBanner .info .txt{ font-size: 18px; color: #fff; margin-top: 20px;}

/* pageCrumb */
.pageCrumb{width: 100%; position: relative; padding: 30px 0; overflow: hidden; margin-top: 100px; background-size: cover !important; z-index: 1; background-color: #f6f8fb;}

.pageCrumb .crumb{ width: calc(100% - 360px); position: relative; line-height: 26px; padding: 5px 0 5px 27px; font-size: 16px;}
.pageCrumb .crumb i{ font-size: 24px; position: absolute; left: 0; top: 5px;}
.pageCrumb .crumb span{ color: #333; margin: 0 5px;}
.pageCrumb .crumb a{  color: #333;}
.pageCrumb .crumb a:hover,.pageCrumb .crumb a:last-child{ color: #2477f3;}
.pageCrumb .more{ width: 240px;}
.pageCrumb .more a{ width: 110px; line-height: 36px; border-radius: 18px;  font-size: 14px; color: #fff; position: relative;background-color: #2477f3; transition: all 0.8s ease;}
.pageCrumb .more a span{ font-size: 20px; margin-right: 5px;}
.pageCrumb .more a:first-child{ margin-right: 20px; background-color: #f35a24;}
.pageCrumb .more a:hover{ background-color: #333;}


/* pageAbout */
.pageAbout{ width: 100%; position: relative; overflow: hidden; background-color: #fff;}
.pageAbout::after{ content: ''; width: 30%; right: 0; top: 0; height: 100%; position: absolute; background: url(../images/about/aboutImg.jpg) center no-repeat; background-size: cover;}
.pageAbout .box{ padding: 80px 60px 80px 0; width: 70%; }
.pageAbout .box .text{ width: 100%; font-size: 18px;  line-height: 42px; color: #333; margin-top: 40px; overflow: hidden;}
.pageAbout .box .text img{ display: none;}
.pageAbout .adv{ width: 100%; margin-top: 40px; text-align: center;}
.pageAbout .adv li{ padding: 0 0; position: relative; text-align: center;}
.pageAbout .adv li:last-child{ border-right: 0;}
.pageAbout .adv li .num{ position: relative; display: inline-block;}
.pageAbout .adv li .num .counter{display: inline-block; font-size: 60px; font-weight: bold; color: #333;}
.pageAbout .adv li:nth-child(1) .num .counter{ width: 70px;}
.pageAbout .adv li:nth-child(2) .num .counter{ width: 135px;}
.pageAbout .adv li:nth-child(3) .num .counter{ width: 70px;}
.pageAbout .adv li:nth-child(4) .num .counter{ width: 105px;}
.pageAbout .adv li .num sub{  font-size: 26px; color: #333; font-weight: bold; margin-left: 10px;}
.pageAbout .adv li .num .iconfont{ display: inline-block; position: absolute; right: -40px; top: 10px; width: 30px; height: 30px; text-align: center; line-height: 30px; border-radius: 50%; background-color: #f35a24; color: #fff; font-size: 20px;}
.pageAbout .adv li .tit{ font-size: 18px; color: #999; margin-top: 15px;}

/* pageContent */
.pageContent{ width: 100%; position: relative; overflow: hidden; background-color: #fff;}
.pageContent .text{ width: 100%; font-size: 18px;  line-height: 42px; color: #333;  overflow: hidden;}
.pageContent .text img{ max-width: 100%; height: auto;}

/* pageHonor */
.pageHonor{ width: 100%; padding: 80px 0 ; position: relative;  z-index: 2; background: url(../images/about/honorBg.jpg) center no-repeat; background-size: cover;}
.pageHonor .honorBox{ width: 100%; overflow: hidden;margin: 40px auto 0;}
.pageHonor .honorBox .swiper-slide{ width: 100%; position: relative; text-align: center;}
.pageHonor .honorBox .swiper-slide .img{ width: 100%; padding: 20px; background-color: #fff;}
.pageHonor .honorBox .swiper-slide .img img{ width: 100%; display: block;}
.pageHonor .honorBox .swiper-slide .tit{ font-size: 18px; color: #fff; padding: 10px 15px; line-height: 30px; background-color: #333; transition: all 0.8s ease;}
.pageHonor .honorBox .swiper-slide:hover .tit{ background-color: #2477f3;}
.pageHonor .honorBox .swiper-pagination{bottom: 0 !important; position: relative; margin-top: 30px;   }
.pageHonor .honorBox .swiper-pagination-bullet{width: 12px;height: 12px;cursor: pointer; margin: 0 5px !important; background-color: #f35a24; opacity: 1; transition: all 0.8s ease; border-radius: 6px;}
.pageHonor .honorBox .swiper-pagination-bullet-active{ width: 60px;}


/* pageShop */
.pageShop{ width: 100%; padding: 80px 0 ; position: relative; z-index: 1;  background:#f6f8fb ; overflow: hidden;}
.pageShop .shopBox{ width: 100%; overflow: hidden;position: relative;margin-top: 50px; z-index: 2;}
.pageShop .shopBox .swiper-slide{ text-align: center; padding: 1px;}
.pageShop .shopBox .swiper-slide .img{ width: 100%; position: relative; overflow: hidden;}
.pageShop .shopBox .swiper-slide .img img{ width: 100%; display: block; transition: all 0.8s ease;}
.pageShop .shopBox .swiper-slide .tit{ font-size: 18px; color: #333; padding: 15px 15px; line-height: 30px; border: solid 1px #ddd; border-top: 0; transition: all 0.8s ease;}
.pageShop .shopBox .swiper-slide:hover img{transform: scale(1.05); }
.pageShop .shopBox .swiper-slide:hover .tit{ background-color: #2477f3; border-color: #2477f3; color: #fff;}
.pageShop .bt{ width: 100px; height: 50px; position: absolute; right: 0; top: 30px;}
.pageShop .bt .swiper-button-next,.pageShop .bt .swiper-button-prev{ width: 50px;height: 50px; line-height: 50px; background-color: #2477f3; font-size: 24px; color: #fff; position: relative;left: 0; right: 0; transition: all 0.8s ease; float: left; top: 0;  margin: 0;}
.pageShop .bt .swiper-button-disabled{opacity: 0.4;}
.pageShop .bt .swiper-button-next::after,.pageShop .bt .swiper-button-prev::after{display: none;}
.pageShop .bt .swiper-button-next{ transform: rotate(180deg);}
.pageShop .bt .swiper-button-prev{ border-left: solid 1px #fff;}
.pageShop .bt .swiper-button-next:hover,.pageShop .bt .swiper-button-prev:hover{ background-color: #f35a24; color: #fff;}

/* pageContact */
.pageContact{ width: 100%; padding: 80px 0; position: relative; overflow: hidden; background: url(../images/contact/contactBg.png) left 40px bottom no-repeat; }
.pageContact .info{ width: 48%;}
.pageContact .info .indexTitle{ padding-bottom: 40px;}
.pageContact .info .indexTitle::after{ content: ''; position: absolute; bottom: 0; left: 0; width:60px ; height: 4px; background-color: #f35a24;}
.pageContact .info .rwm{ width: 180px; margin-top: 40px; text-align: center;}
.pageContact .info .rwm .img{ width: 100%; border: solid 1px #eee;}
.pageContact .info .rwm .img img{ width: 100%; display: block;}
.pageContact .info .rwm .tit{ font-size: 16px; color: #333; line-height: 26px; margin-top: 10px;}
.pageContact .form{ width: 48%;}
.pageContact .form form{width: 100%;margin: 0 auto 0;}
.pageContact .form form label{display: block;position: relative;}
.pageContact .form form label span{font-size: 16px;line-height:30px;color: #333;position: absolute; top: 15px; left: 20px;display: inline-block;}
.pageContact .form form .row{width: 48%;float: left;background-color: #f1f5f7;margin-bottom: 20px;border-radius: 5px;margin-right: 4%;}
.pageContact .form form .row:nth-child(2n){margin-right: 0;}
.pageContact .form form .txt.w1{width: 100%;font-size: 16px;color: #333;line-height: 20px;padding:20px 20px; background-color: #f6f8fa; border: none;box-sizing: border-box;}
.pageContact .form .row1{width: 100%;background-color: #f6f8fa;float: left;margin-bottom: 20px;border-radius: 5px;}
.pageContact .form form .txt.w2{width: 100%;font-size: 16px;color: #333;line-height: 20px;height:176px;resize: none;padding:20px 20px;background-color: #f6f8fa;border: none;box-sizing: border-box;}
.pageContact .form form .btn{width: 100%;display:block;height: 60px;line-height:60px;cursor: pointer;background-color: #2477f3;border: none;color: #fff;font-size: 18px;text-align: center;border-radius: 5px;margin: 0 auto;transition: all 0.6s ease;}
.pageContact .form form .btn:hover{background-color: #f35a24;}


/* pageMap */
.pageMap{ width: 100%; position: relative; overflow: hidden; background-color: #f6f8fb;}
.pageMap #map{position: absolute; top: 0; right: 0; width: 50%; height: 100%; z-index: 3;}
.pageMap .box{ width: 50%; padding: 100px 0;}
.pageMap .box .indexTitle{ padding-bottom: 40px;}
.pageMap .box .indexTitle::after{ content: ''; position: absolute; bottom: 0; left: 0; width:60px ; height: 4px; background-color: #f35a24;}
.pageMap .box ul{width: 100%; margin-top: 20px;}
.pageMap .box ul li{ width: 100%;margin-top: 20px; position: relative; padding-left: 30px; line-height: 28px;}
.pageMap .box ul li .iconfont{ position: absolute; left: 0; top: 0; font-size: 26px;color: #f35a24; }
.pageMap .box ul li .t{ font-size: 16px; color: #333;}
.pageMap .box ul li .d{font-size: 16px; color: #333; margin-top: 5px;}
.pageMap .box ul li .d p{ margin-top: 5px;}
.pageMap .box ul li .d span{ font-size: 26px; color: #2477f3; font-weight: bold;}


/* pageCase */
.pageCase{ width: 100%;   padding: 80px 0;background-color: #f6f8fb; position: relative; overflow: hidden;}
.pageCase ul{ width: 100%; }
.pageCase ul li{ width: 19.2%; margin: 0 1% 1% 0; position: relative; padding: 10px; background-color: #fff; transition: all 0.8s ease; box-shadow: 0 0 15px rgba(0,0,0,0.05);-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);-moz-box-shadow: 0 0 15px rgba(0,0,0,0.05);}
.pageCase ul li:nth-child(5n){ margin-right: 0;}
.pageCase ul li img{ width: 100%; display: block; position: relative; z-index: 1;}
.pageCase ul li p{ position: absolute; top: 50%; left: 0; line-height: 30px; transform: translateY(-50%); width: 100%; padding: 0 20px; z-index: 2;text-align: center; font-size: 24px; color: #fff; font-weight: bold; opacity: 0;}
.pageCase ul li:hover{ background-color: #2477f3; }
.pageCase ul li:hover img{ opacity: 0.2;}
.pageCase ul li:hover p{ opacity: 1;}

/* pageNews */
.pageNews{ width: 100%;   padding: 80px 0; position: relative; overflow: hidden;}
.pageNews ul{ width: 100%; }
.pageNews ul li{ width: 32%; margin: 0 2% 2% 0; border-bottom: solid 1px #eee; position: relative; overflow: hidden; transition: all 0.8s ease;}
.pageNews ul li a{ display: block; height: 100%; width: 100%;}
.pageNews ul li:nth-child(3n){ margin-right: 0;}
.pageNews ul li .img{ width: 100%; position: relative; overflow: hidden;}
.pageNews ul li .img img{ width: 100%; display: block;transition: all 0.8s ease;}
.pageNews ul li .info{ width: 100%; padding: 20px 0; transition: all 0.8s ease;}
.pageNews ul li .info .time{ font-size: 16px; color: #999; transition: all 0.8s ease;}
.pageNews ul li .info .tit{ font-size: 22px; color: #333; margin-top: 15px; transition: all 0.8s ease; }
.pageNews ul li .info .tit b{ color: #f35a24;}
.pageNews ul li .info .txt{ font-size: 18px; color: #666; line-height: 30px; margin-top: 15px; transition: all 0.8s ease;}
.pageNews ul li:hover{ border-color: #2477f3;}
.pageNews ul li:hover img{ transform: scale(1.1);}
.pageNews ul li:hover .tit{ color: #2477f3;}
.pageNews ul li:hover .time,.pageNews ul li:hover .txt{ color: #333;}

/* pageNewsD */
.pageNewsD{ width: 100%; position: relative; overflow: hidden; padding: 100px 0;}
.pageNewsD .tit{ font-size: 32px; color: #333; text-align: center;font-family:'HarmonyOSM';}
.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;}
.pageNewsD .text img{ max-width: 100%; height: auto !important; display: inline-block;}
.Plink{ width: 100%; padding-top: 30px; border-top: dashed 1px #ddd;}
.Plink a{ display: inline-block; max-width: 48%; width: auto; font-size: 18px; color: #333;}
.Plink a:hover{ color: #2477f3;}

/* pageScreen */
.pageScreen{ width: 100%; position: relative;  margin-top: -100px; z-index: 3; overflow: hidden;}
.pageScreen::after{ content: ''; position: absolute; left: 0; bottom: 0; z-index: 0; width: 100%; background-color: #f6f8fb; height: calc(100% - 100px);}
.pageScreen .box{ width: 100%; padding: 0; background-color: #fff; position: relative; z-index: 2; 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);}
.pageScreen .top{ width: 100%; padding:27px 40px; background-color: rgba(36,119,243,0.05); border-bottom: solid 1px #eee;}
.pageScreen .top .hot{ width: calc(100% - 350px); line-height: 24px; padding: 10px 0;}
.pageScreen .top .hot p{ font-size: 16px; color: #2477f3; font-weight: bold;}
.pageScreen .top .hot a{ font-size: 16px; color: #2477f3; margin-left: 2%;}
.pageScreen .top .hot a:hover{ color: #f35a24;}
.pageScreen .top form{ width: 300px;}
.pageScreen .top form .inputBox{width: 240px; height: 44px;float: left;font-size: 14px;border: none;color: #333333;padding:0 15px;border: solid 1px #2477f3; border-right: 0; background-color: rgba(36,119,243,0); }
.pageScreen .top form .btn{border:none;background-color: #2477f3;font-size: 28px;color: #fff;width: 60px; height: 44px;line-height: 44px;text-align: center;float: right;cursor: pointer;transition: all 0.6s ease;}
.pageScreen .top form .btn:hover{ background-color: #f35a24;}
.pageScreen .info{ width: 100%; padding:20px 40px 40px;} 
.pageScreen .info dl{ width: 100%; border-bottom: solid 1px #eee; padding: 15px 0; line-height: 26px;}
.pageScreen .info dl dt{  width: 80px; text-align: left; color: #333; font-weight: bold;  font-size: 16px; margin: 3px 0;}
.pageScreen .info dl dd{  width: calc(100% - 80px);}
.pageScreen .info dl dd a{ display: inline-block; padding: 0 10px; font-size: 16px;  color: #666; border-radius: 5px; margin: 3px 5px 3px 0;}
.pageScreen .info dl dd a.on,.pageScreen .info dl dd a:hover{ color: #fff; background-color: #2477f3;}



/* pageProduct */
.pageProduct{ width: 100%;padding:40px 0 80px 0; background-color: #f6f8fb; position: relative; overflow: hidden;}
.pageProduct ul{ width: 100%;}
.pageProduct ul li{ width: 23.5%; margin: 0 2% 2% 0; position: relative; overflow: hidden;background-color: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.05) ;-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);-moz-box-shadow: 0 0 15px rgba(0,0,0,0.05);}
.pageProduct ul li:nth-child(4n){ margin-right: 0;}
.pageProduct ul li a{ display: block; width: 100%; height: 100%;}
.pageProduct ul li .img{ width: 100%; padding: 0; position: relative; overflow: hidden;}
.pageProduct ul li .img img{ width: 100%; display: block; transition: all 0.8s ease;}
.pageProduct ul li .tit{ width: 100%; padding: 25px; text-align: center; font-size: 18px; color: #333; transition: all 0.8s ease;}
.pageProduct ul li .tit b{ color: #f35a24;}
.pageProduct ul li:hover img{ transform: scale(1.05);}
.pageProduct ul li:hover .tit{ color: #2477f3;}

/* pageProductD */
.pageProductD{ width: 100%; padding: 60px 0; background-color: #fff; /* background: url(../images/productBg.jpg) center no-repeat fixed; */ background-size: cover; position: relative; overflow: hidden;}

.pageProductD .box{ width: 100%;}
.pageProductD .imgBox{ width: 40%; overflow: hidden;}
.pageProductD .bigImg{ width: 100%; position: relative; overflow: hidden;}
.pageProductD .bigImg .swiper-slide{ position: relative;}
.pageProductD .bigImg .swiper-slide a{display: block; padding: 0; border: solid 1px #eee;}
.pageProductD .bigImg .swiper-slide img{ width: 100%; display: block; }

.pageProductD .smImgBox{ position: relative; width: 100%; overflow: hidden; margin: 10px 0 0; padding: 0 30px;}
.pageProductD .smImg{ width: 100%; position: relative; overflow: hidden;}
.pageProductD .smImg .swiper-slide{ position: relative;}
.pageProductD .smImg .swiper-slide a{display: block; padding: 0; border: solid 1px #eee;}
.pageProductD .smImg .swiper-slide img{ width: 100%; display: block; }
.pageProductD .smImg .swiper-slide.swiper-slide-thumb-active a{ border-color: #f35a24;}
.pageProductD .smImgBox .swiper-button-next,.pageProductD .smImgBox .swiper-button-prev{ width: 20px;height: 100%; line-height: 100%; background-color: rgba(36,119,243,0.2); font-size: 24px; color: #333; top: 0;  margin: 0; text-align: center;}
.pageProductD .smImgBox .swiper-button-disabled{opacity: 0.3;}
.pageProductD .smImgBox .swiper-button-next::after,.pageProductD .smImgBox .swiper-button-prev::after{display: none;}
.pageProductD .smImgBox .swiper-button-next{right: 0; }
.pageProductD .smImgBox .swiper-button-prev{ left: 0; border-top: solid 1px #eee; transform: rotate(180deg);}
.pageProductD .smImgBox .swiper-button-next:hover,.pageProductD .smImgBox .swiper-button-prev:hover{ background-color: #f35a24;border-color: #f35a24; color: #fff;}
.pageProductD .box .info{ width: 54%;  margin-left: 6%;}
.pageProductD .box .info .tit{ font-size: 32px; color: #333; padding: 20px 0; border-bottom: solid 1px #eee;}
.pageProductD .box .info .cs{ width: 100%; margin-top: 20px;}
.pageProductD .box .info .cs .item{ width: 100%; min-height: 26px; margin-top: 10px; position: relative; padding-left: 50px; line-height: 26px;}
.pageProductD .box .info .cs .item p{ font-size: 16px; color: #333; position: absolute; left: 0; top: 3px;}
.pageProductD .box .info .cs .item span{display: inline-block; font-size: 14px; color: #fff; padding: 0 12px; margin: 3px 10px  3px 0; background-color: #f35a24; border-radius: 8px;}
.pageProductD .box .info .text{ font-size: 16px; color: #666; margin-top: 20px; line-height: 34px; position: relative; overflow: hidden;}
.pageProductD .box .info .text img{ display: none;}

/* productPresent */
.productPresent{ width: 100%; padding: 60px 0; background-color: #f6f8fb; position: relative; overflow: hidden;}
.productPresent .tit{ text-align: center; font-size: 36px; color: #333;}
.productPresent .text{ font-size: 16px; margin-top: 40px; color: #333; width: 100%; line-height: 40px; padding: 40px; 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);}
.productPresent .text img,.productPresent .text video{ max-width: 100%; height: auto !important;}



@media (max-width: 1560px){
.indexTitle .tit{ font-size: 36px;  }
/* indexProduct */
.indexProduct .proNav{ width: 300px;}
.indexProduct .proNav .info{ padding:25px 30px;}
.indexProduct .proNav .info .iconfont{  top: 20px; font-size: 50px; right: 30px;}
.indexProduct .proNav ul li a{ font-size: 16px; padding: 21px 30px 21px 26px; }

.indexProduct .box{ width: calc(100% - 320px); margin-left: 20px; position: relative;  }
.indexProduct .proBox ul li .tit{ font-size: 18px; margin-top:24px; }
.indexProduct .proBox ul li .img{ padding:0 12px; width: 100%;}
.indexProduct .proBox ul li .more{ width: 140px; line-height: 40px; border-radius: 0 20px 0 20px;  margin: 20px auto 0; }
.indexProduct .proBox ul li .more p{ font-size: 14px;}
.indexProduct .proBox ul li .more span{ font-size: 16px;}
/* indexCustomizable */
.indexCustomizable .box{  background: url(../images/customizableLine.png) center no-repeat; background-size: auto 56px; }
.indexCustomizable .box ul{ height:280px;}
.indexCustomizable .box ul li .text .txt{ font-size: 16px; line-height: 24px;}
.indexCustomizable .box ul li:nth-child(2n-1) .icon{ top: 156px;}
.indexCustomizable .box ul li:nth-child(2n) .icon{ top: 108px;}
.indexCustomizable .box ul li:nth-child(2n-1) .num{ top: 195px;}
.indexCustomizable .box ul li:nth-child(2n) .num{ top: 65px;}


}

#boxer{-webkit-transition: none;-moz-transition: none;-ms-transition: none;-o-transition: none;transition: none; margin-top: -100px;}
#boxer-overlay{background:#000; height:100%; left:0; position: fixed; top:0; width:100%; z-index: 99999;}
#boxer{background:#fff; box-shadow: 0 0 20px rgba(0,0,0,0.2); padding:10px; position: absolute; z-index: 99999;}
#boxer .boxer-close{background:rgba(0, 0, 0, 0.67) url(../images/icon/iconBox.png) no-repeat 0 0px; cursor:pointer; display:block; height:50px; position:fixed; right:10px; top:10px; width:50px;text-indent:-99999px; z-index:106;}
#boxer .boxer-close:hover{ background:#2477f3 url(../images/icon/iconBox.png) no-repeat 0px 0px;}
#boxer .boxer-arrow{background:rgba(0, 0, 0, 0.67) url(../images/icon/iconBox.png) no-repeat -50px 0; cursor:pointer; display:block; height:50px; margin:0 auto; position: absolute; text-indent:-99999px; top:50px; width:50px;}
#boxer .boxer-arrow.previous{left:0px;}
#boxer .boxer-arrow.previous:hover{background:#2477f3 url(../images/icon/iconBox.png) no-repeat -50px 0; left:0px;}
#boxer .boxer-arrow.next{background-position:-100px 0px; right:0px;}
#boxer .boxer-arrow.next:hover{background:#2477f3 url(../images/icon/iconBox.png) no-repeat -100px 0px;  right:0px;}
#boxer .boxer-position{color:#999; font-size:12px; margin:0; padding:10px 0 6px;}
#boxer .boxer-caption p{margin:0;padding:0; font-size:16px;}
#boxer .boxer-caption.gallery p{padding: 0; text-align:center; line-height:50px;}
#boxer.loading .boxer-container{background: #fff url(../images/icon/loading.gif) no-repeat center;}



/*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:#2477f3;  text-decoration:none }
.pages span { display:inline-block;  height:32px; line-height:32px; background:#2477f3; color:#fff; text-align:center; padding:0 12px; margin:0 5px; }

