@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"; color:#333; background-color:#fff;min-width: 1200px;}
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: #0a69c8;}
input,textarea,select,button{font-family:Arial,"Microsoft YaHei"; font-size:12px;}
input:focus,textarea:focus,select:focus,button:focus{ outline:none;}
::-moz-selection {background:#aaa;color:#FFF;}
::selection {background: #aaa;color: #FFF;}
img{border:0}
.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;}
@font-face {font-family:'Avignon'; src: url('../fonts/Avignon-Bold.ttf');}
@font-face {font-family:'avanti'; src: url('../fonts/avanti-2.ttf');}
.scrollbar::-webkit-scrollbar{ width:6px; background:#f4f4f4;}
.scrollbar::-webkit-scrollbar-button{ display:none;}
.scrollbar::-webkit-scrollbar-track{ display:none;}
.scrollbar::-webkit-scrollbar-track-piece{ display:none;}
.scrollbar::-webkit-scrollbar-thumb{ background:#0a69c8; }
.scrollbar::-webkit-scrollbar-corner{display:none;}
.scrollbar::-webkit-resizer{display:none;}


.iconT{display: flex;align-items: center;text-align: center;justify-content: center;}

.c1200{width: 1200px; margin:0 auto;}
.c1440{ width: 1440px; margin: auto; position: relative; }
.wrap{width: 75%; margin:0 auto;min-width: 1200px;}
.wrap1{width: 94%; margin:0 auto;min-width: 1200px;}
@media (max-width: 1480px){
    .c1440{ width: 1200px;}
}



/* header */
.header{width: 100%;position: fixed;top: 0;left: 0; height: 100px; padding: 20px 0; z-index: 99;border-bottom: 1px solid rgba(255, 255, 255, 0.1); transition: all 0.6s ease;}
.header .logo{display: block; width: 200px; height: 54px; margin: 3px 0 ; background: url(../images/logo01.png) center no-repeat; background-size: 200px 54px !important; transition: all 0.6s ease;}
.header .box{ width: calc(100% - 260px);}
.header .navBox{ width: calc(100% - 250px); }
.header .navBox .nLi{display: inline-block;position: relative;margin-right: 2%;}
.header .navBox .nLi:last-child{ margin-right: 5%;}
.header .navBox .nLi h3 {padding: 10px 0;transition: all 0.6s ease;}
.header .navBox .nLi h3 a{display:block; line-height:40px;font-size:16px; border-top-left-radius: 10px;  border-bottom-right-radius: 10px;  padding: 0 20px; color:#fff;font-weight: normal;}
.header .navBox .nLi:hover h3 a,.header .navBox .nLi#on h3 a{color: #0a69c8; background-color: #fff;}
.header .navBox .nLi .sub{display:none;position:absolute;top:60px;transform: translateX(-50%);left: 50%;width: 170px;background-color:#fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1); border-radius: 5px; overflow: hidden;}
.header .navBox .nLi .sub a{display:block;text-align: center;font-size: 14px;color: #333;padding:10px 10px;transition: all 0.6s ease;}
.header .navBox .nLi .sub a:hover,.header .navBox .nLi .sub a.on{ background-color: #0a69c8; color: #fff;}

.header .headerTel{ position: relative; height: 60px; padding:10px 0 ;transition: all 0.6s ease;}
.header .headerTel .iconT{ font-size: 26px; text-align: center; line-height: 40px; width: 40px; height: 40px; border-radius: 50%; background-color: #fff; color: #0a69c8;}
.header .headerTel span{display: inline-block; font-family:'Avignon'; line-height: 40px; margin:-7px 0 0 15px; font-size: 32px; color: #fff; }
.header1{background-color: #fff;    background-color: rgba(255, 255, 255,0.6);box-shadow: 0 0 20px rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1); border-bottom: rgba(255,255,255,0);border-bottom: none;}
.header1 .logo{  background: url(../images/logo02.png) center no-repeat; background-size: 200px 54px !important;}
.header1 .navBox .nLi h3 a{color:#333; }
.header1 .navBox .nLi:hover h3 a,.header1 .navBox .nLi#on h3 a{color: #fff; background-color: #0a69c8;}
.header1 .headerTel .iconT{color: #fff; background-color: #0a69c8;}
.header1 .headerTel span{ color: #0a69c8;}
.is-fixed{background-color: #fff; padding: 10px 0; box-shadow: 0 0 20px rgba(0,0,0,0.1); height: 80px; -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1); border-bottom: rgba(255,255,255,0);border-bottom: none;}
.is-fixed .logo{ background: url(../images/logo02.png) center no-repeat; background-size: 200px 54px !important; }
.is-fixed .headerTel .iconT{color: #fff; background-color: #0a69c8;}
.is-fixed .headerTel span{ color: #0a69c8;}
.is-fixed .navBox .nLi h3{}
.is-fixed .navBox .nLi h3 a{color:#333;}
.is-fixed .navBox .nLi:hover h3 a,.is-fixed .navBox .nLi#on h3 a{color: #fff; background-color: #0a69c8;}
.is-fixed .navBox .nLi .sub{top:60px;}


@media (max-width: 1560px) {
    .header .navBox .nLi{margin-right: 1%;}
}


/*indexBanner*/
.indexBanner{width: 100%;position: relative;height: 100vh;background: #000;overflow: hidden;}
.indexBanner .swiper-slide{height:100vh; overflow: hidden; background-size: cover !important;position: relative;}
.indexBanner .swiper-slide a{ display: block; width: 100%; height: 100%; background-size: cover !important;}
.indexBanner .swiper-pagination{bottom: 30px !important;  }
.indexBanner .swiper-pagination-bullet{width: 14px;height: 14px;cursor: pointer; margin: 0 6px !important; background-color: #e1600f; opacity: 0.4;}
.indexBanner .swiper-pagination-bullet-active{ opacity: 1;}

/* indexTitle */
.indexTitle{ }
.indexTitle h6{	font-size: 40px;line-height: 40px;color: #333333;}
.indexTitle .p{	font-family: Avignon;font-size: 24px;position: relative;color: #ddd;text-transform: uppercase;}
.indexTitle .en{font-size: 24px; color: #999; margin-top: 10px; font-weight: bold; position: relative; z-index: 2; text-transform: uppercase; color: #fff;}
.indexTitle.w h6{ color: #fff;}
.indexTitle.w .p{ color: rgba(255, 255, 255,0.7);}

/* indexSearch */
.indexSearch{ width: 100%; padding: 30px 50px; position: relative; overflow: hidden; box-shadow: 0 0 20px rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1); 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: #0a69c8;}
.indexSearch .searchBox{ width: 280px; position: relative;}
.indexSearch .searchBox form{ width: 100%; position: relative;overflow: hidden;}
.indexSearch .searchBox form .inputBox{width: 100%; height: 44px;font-size: 14px;border: none;color: #333333;padding:0 50px 0 20px; border-radius: 22px; background-color: rgba(10, 105, 200, 0.1); position: relative;z-index: 1;}
.indexSearch .searchBox form .btn{border:none;color: #0a69c8;font-size: 28px;width: 44px; height: 44px;line-height: 44px;text-align: center;cursor: pointer;transition: all 0.6s ease; position: absolute;right: 0; top: 0; z-index: 2;border-radius: 22px; background-color: rgba(0,0,0,0);}
.indexSearch .searchBox form .btn:hover{ color: #e1600f;}


/* indexProduct */
.indexProduct{width: 100%;padding:60px 0 80px 0; background: url(../images/productBg.jpg) center no-repeat; background-size: cover; overflow: hidden;position: relative;}
.indexProduct .proBigBox{ width: 100%; margin-top: 60px;  position: relative; overflow: hidden;}
.indexProduct .prosNav{ 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 .prosNav::after{ content: ''; position: absolute; bottom: 0; left: 0; width: 4px;  height: 100%; background-color: #0a69c8;  }
.indexProduct .prosNav .info{ width: 100%; padding:28px 30px; background-color: #0a69c8; color: #fff; position: relative;}
.indexProduct .prosNav .info .indexTitle .tit{ font-size: 40px;}
.indexProduct .prosNav .info .iconfont{ display: inline-block; position: absolute; top: 35px; font-size: 50px; right: 30px;}
.indexProduct .prosNav ul{ width: 100%; }
.indexProduct .prosNav ul li{ width: 100%; border-bottom: solid 1px #eee; position: relative; overflow: hidden;}
.indexProduct .prosNav ul li::after{ content: ''; position: absolute; bottom: 0; left: -105%; width: 100%;  height: 1px; background-color: #0a69c8; transition: all 0.8s ease; }
.indexProduct .prosNav ul li a{ display: block; font-size: 18px; color: #666; padding: 22px 30px 22px 26px; position: relative; transition: all 0.8s ease;}
.indexProduct .prosNav 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 .prosNav ul li:last-child{ border-bottom: 0;}
.indexProduct .prosNav ul li:last-child::after{}
.indexProduct .prosNav ul li:hover a,.indexProduct .prosNav ul li:hover span{ color: #0a69c8;}
.indexProduct .prosNav ul li:hover::after{ left: 0;}
.indexProduct .prosNav ul li:hover span{ right: 20px;}

.indexProduct .box{ width: calc(100% - 380px); margin-left: 40px; position: relative;  }
.indexProduct .proBox{ width: 100%; position: relative; }
.indexProduct .proBox ul{ width: 100%; float: left; height: 970px;}
.indexProduct .proBox ul li{ width: 32%; float: left; margin:  0 2% 2% 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 ; width: 100%;}
.indexProduct .proBox ul li .img img{ width: 100%; display: block;}
.indexProduct .proBox ul li .tit{ font-size: 18px; margin-top:20px; color: #333; transition: all 0.8s ease;}
.indexProduct .proBox ul li .more{ width: 160px; line-height: 44px; border-radius: 20px 0 20px 0 ; background-color: #eee; margin: 20px auto 0; position: relative; overflow: hidden; color: #333; transition: all 0.8s ease;}
.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: #0a69c8;}
.indexProduct .proBox ul li .more:hover{ color: #fff; border-radius: 20px; background-color: #0a69c8;}
@media (max-width: 1480px){
    .indexProduct .prosNav ul li a{padding: 16px 30px 16px 26px;font-size: 16px;}
    .indexProduct .proBox ul{ width: 100%; float: left; height: 810px;}
}

/* indexContact */
.indexContact{width: 100%;padding: 100px 0; height: 320px; background: url(../images/contactBg.jpg) center no-repeat; background-size: cover; overflow: hidden;position: relative;}
.indexContact .title{ width: 50%; color: #fff; line-height: 56px;}
.indexContact .title .tit{ font-size: 36px; font-weight: bold;}
.indexContact .title .txt{ font-size: 30px;}
.indexContact .text{ width: 40%; position: relative; padding-left: 60px; color: #fff; margin-left: 10%;}
.indexContact .text .tit{ font-size: 18px; }
.indexContact .text .dh{ font-size: 28px;  font-family:'Avignon'; }
.indexContact .text .iconfont{ font-size: 48px; color: #fff; position: absolute; left: 0; top: 50%; line-height: 40px; margin-top: -20px;}

/* indexAbout */
.indexAbout{width: 100%;padding: 120px 0; background: url(../images/aboutBg.jpg) center no-repeat; background-size: cover; overflow: hidden;position: relative;}
.indexAbout .indexTitle .p{	padding-bottom: 20px;}
.indexAbout .indexTitle .p::after{content: '';width: 30px;height: 2px;background-color: #0a69c8;position: absolute;bottom: 0;left: 0;}
.indexAbout .entit{ width: 46%; position: absolute; z-index: 0; right: 0; top: 40px; font-size: 180px; color: #333; opacity: 0.01; text-transform: uppercase;  font-family:'Avignon'; line-height: 80px;}
.indexAbout .info{ width: 48%; position: relative; z-index: 1;}
.indexAbout .info .text{margin: 30px 0 200px 0;   font-size: 18px; color: #333; line-height: 40px; position: relative;}
.indexAbout .info .text .a{ font-size: 20px; color: #0a69c8;}
.indexAbout .img{ width: 46%; position: absolute; right: 0; top: 120px; z-index: 3; background: url(../images/aboutImg.jpg) center no-repeat; background-size: cover; height: calc(100% - 240px);}
.indexAbout .adv{ position: absolute; left: 0; bottom: 0; width: 100%; z-index: 2; }
.indexAbout .adv::after{ content: ''; position: absolute; left: 0; top: 0; width: 64%; height: 100%; background: #0a69c8 url(../images/advBg.png) bottom center no-repeat; }
.indexAbout .adv ul{ position: relative;  padding: 80px 0; z-index: 2; width: 52%;}
.indexAbout .adv ul li{ width: 25%; text-align: center; color: #fff;}
.indexAbout .adv ul li .num span{ font-size: 48px; font-weight: bold;}
.indexAbout .adv ul li .num sub{ font-size: 30px; margin-left: 5px;}
.indexAbout .adv ul li .tit{ font-size: 16px; margin-top: 10px;}

/* indexHonor */
.indexHonor{width: 100%;padding: 80px 0; background: url(../images/honorBg.jpg) center no-repeat; background-size: cover; overflow: hidden;position: relative;}
.indexHonor .top{ width: 100%; position: relative;}
.indexHonor .more{ width: 160px; position: absolute; right: 0; top: 50%; margin-top: -25px; z-index: 3;}
.indexHonor .more a{line-height: 50px; border-radius: 20px 0 20px 0 ; background-color: #0a69c8;  position: relative; overflow: hidden; color: #fff; transition: all 0.8s ease;}
.indexHonor .more p{ position: relative; font-size: 16px; margin-right: 5px; z-index: 2;}
.indexHonor .more span{ position: relative; font-size: 18px; z-index: 2;}
.indexHonor .more:hover a{ color: #fff; border-radius: 20px; background-color: #e1600f;}
.indexHonor .box{ width: 100%; margin-top: 40px; position: relative;}
.indexHonor .honorBox{ width: 100%;}
.indexHonor .honorBox .swiper-slide{ background-color: #fff;}
.indexHonor .honorBox .swiper-slide a{ display: block; border: solid 3px #ddd;}
.indexHonor .honorBox .swiper-slide img{ width: 100%; display: block;}
.indexHonor .swiper-pagination{bottom: 0 !important;  position: relative; margin-top: 40px; }
.indexHonor .swiper-pagination-bullet{width: 14px;height: 14px;cursor: pointer; margin: 0 6px !important; background-color: #0a69c8; opacity: 0.4;}
.indexHonor .swiper-pagination-bullet-active{ opacity: 1;}
.indexHonor .swiper-button-next,.indexHonor  .swiper-button-prev{ width: 50px;height: 50px; line-height: 46px; background-color: rgba(255, 255, 255, 0); font-size: 24px; border: solid 2px #0a69c8; color: #0a69c8; text-align: center; transition: all 0.8s ease;  margin-top: -60px; border-radius: 50%;}
.indexHonor .swiper-button-next::after,.indexHonor  .swiper-button-prev::after{ display: none;}
.indexHonor .swiper-button-prev{ left: -80px; transform: rotate(-180deg);}
.indexHonor .swiper-button-next{ right: -80px;}
.indexHonor .swiper-button-next:hover,.indexHonor  .swiper-button-prev:hover{ background-color: #0a69c8; color: #fff;}

/* indexCase */
.indexCase{width: 100%;padding: 80px 0; background:#fff url(../images/caseBg.jpg) bottom center no-repeat; background-size: cover; overflow: hidden;position: relative;}
.indexCase .top{ width: 100%; position: relative;}
.indexCase .more{ width: 160px; position: absolute; right: 0; top: 50%; margin-top: -25px; z-index: 3;}
.indexCase .more a{line-height: 50px; border-radius: 20px 0 20px 0 ; background-color: #0a69c8;  position: relative; overflow: hidden; color: #fff; transition: all 0.8s ease;}
.indexCase .more p{ position: relative; font-size: 16px; margin-right: 5px; z-index: 2;}
.indexCase .more span{ position: relative; font-size: 18px; z-index: 2;}
.indexCase .more:hover a{ color: #fff; border-radius: 20px; background-color: #e1600f;}
.indexCase .box{ width: 100%; margin-top: 40px; position: relative; background-color: #fff; padding: 30px; 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);}
.indexCase .caseBox{ width: 100%; position: relative;}
.indexCase .caseBox .swiper-slide{ position: relative;}
.indexCase .caseBox .swiper-slide .imgBox{width: 100%;overflow: hidden;position: relative;transition: all 0.6s ease;}
.indexCase .caseBox .swiper-slide .after{width: 200%;height:100%;position: absolute;top: -200%;left: -200%;margin: auto;z-index:2;transform: rotate(-15deg);opacity: 0.8;transition: all 0.6s ease;}
.indexCase .caseBox .swiper-slide .imgBox .img1{width: 100%;display: inline-block; position: relative; z-index: 1;}
.indexCase .caseBox .swiper-slide .imgBox .img2{width: 40%;position: absolute;bottom: 7%;right: -100%;overflow: hidden;transition: all 0.6s ease; z-index: 3; filter: grayscale(100%) brightness(500%);     }
.indexCase .caseBox .swiper-slide .info{ padding: 20px; border: solid 1px #eee; border-top: 0; }
.indexCase .caseBox .swiper-slide .tit{font-size: 18px;line-height: 30px;color: #333333;overflow: hidden;transition: all 0.6s ease;}
.indexCase .caseBox .swiper-slide .txt{font-size: 16px;line-height: 30px;color: #999999;overflow: hidden;}
.indexCase .caseBox .swiper-slide .txt span{margin:0 6px;}
.indexCase .caseBox .swiper-slide .txt span:last-child{ display: none;}
.indexCase .caseBox .swiper-slide:hover{  }
.indexCase .caseBox .swiper-slide:hover .imgBox{ }
.indexCase .caseBox .swiper-slide:hover .imgBox .after{top: 40%;left: 0;}
.indexCase .caseBox .swiper-slide:hover .imgBox .img2{right: 5%;}
.indexCase .caseBox .swiper-slide:hover .tit{ color: #0a69c8;}
.indexCase .arrowBox{display: inline-block; width: 100%; height: 50px; position: relative; margin-top: 40px;}
.indexCase .arrowBox::before{content: ''; position: absolute; right: 0; top: 50%; width: 100px; height: 4px; background-color: #eee; margin-top: -2px;}
.indexCase .arrowBox .an{ width: 180px; height: 50px; position: absolute; right: 100px; top: 0;background-color: #fff;}
.indexCase .swiper-button-next,.indexCase  .swiper-button-prev{ width: 50px;height: 50px; line-height: 46px; background-color: rgba(255, 255, 255, 0); font-size: 24px; border: solid 2px #0a69c8; color: #0a69c8; text-align: center; transition: all 0.8s ease; top: 0; border-radius: 50%; margin-top: 0;}
.indexCase .swiper-button-next::after,.indexCase  .swiper-button-prev::after{ display: none;}
.indexCase .swiper-button-prev{ left: 30px; transform: rotate(-180deg);}
.indexCase .swiper-button-next{ right: 30px;}
.indexCase .swiper-button-next:hover,.indexCase  .swiper-button-prev:hover{ background-color: #0a69c8; color: #fff;}
.indexCase .swiper-scrollbar{ width: calc(100% - 280px);height: 4px; border-radius: 0; margin-top: 23px;}
.indexCase .swiper-scrollbar .swiper-scrollbar-drag{ background-color: #0a69c8;}


/* indexNews */
.indexNews{width: 100%;padding: 80px 0; background:url(../images/newsBg.jpg) bottom center no-repeat; background-size: cover; overflow: hidden;position: relative;}
.indexNews .top{ width: 100%; 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: 20px 0 20px 0 ; background-color: #0a69c8;  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: #e1600f;}
.indexNews .box{ width: 100%; margin-top: 40px; position: relative;}
.indexNews ul{ width: 100%;}
.indexNews ul li{ width: 48%;margin: 0 3% 3% 0;}
.indexNews ul li:nth-child(2n){ margin-right: 0;}
.indexNews ul.u1 li .img{  width: 30%; overflow: hidden;}
.indexNews ul.u1 li .img img{ width: 100%; display: block; transition: all 0.6s ease;}
.indexNews ul.u1 li .cont{ width: 70%; padding-left: 20px; color: #fff;}
.indexNews ul.u1 li .cont .tit{ font-size: 20px; margin-top: 5px;}
.indexNews ul.u1 li .cont .txt{ font-size: 16px; margin-top: 10px; opacity: 0.9; line-height: 30px;}
.indexNews ul.u1 li .cont .time{ font-size: 16px; margin-top: 15px;}
.indexNews ul.u1 li:hover img{transform: scale(1.1);}
.indexNews ul.u2{ margin-top: 1%;}
.indexNews ul.u2 li a{width: 100%; padding:20px 0; background-color: #fff; transition: all 0.6s ease;}
.indexNews ul.u2 li .time{ width: 120px; text-align: center;border-right: solid  1px #eee;}
.indexNews ul.u2 li .time p{ font-size: 36px;line-height: 30px; color: #333; font-family:'Avignon'; transition: all 0.6s ease;}
.indexNews ul.u2 li .time span{ font-size: 16px; display: inline-block; color: #999; margin-top: 10px; transition: all 0.6s ease;}
.indexNews ul.u2 li .cont{ width: calc(100% - 120px); padding: 0 30px ;}
.indexNews ul.u2 li .cont .tit{ font-size: 18px; margin-top: 5px; color: #333; transition: all 0.6s ease;}
.indexNews ul.u2 li .cont .txt{ font-size: 16px; color: #999; margin-top: 10px; transition: all 0.6s ease;}
.indexNews ul.u2 li:hover a{ background-color: #0a69c8;}
.indexNews ul.u2 li:hover .time p,.indexNews ul.u2 li:hover .time span,.indexNews ul.u2 li:hover .cont .tit,.indexNews ul.u2 li:hover .cont .txt{ color: #fff;}


/* indexPartner */
.indexPartner{width: 100%;padding: 80px 0; background:url(../images/partnerBg.png) top 150px center no-repeat; background-size: 100% auto; overflow: hidden;position: relative;}
.indexPartner .indexTitle{ text-align: center;}
.indexPartner ul{ width: 100%; margin-top: 40px;}
.indexPartner 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;   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);}
.indexPartner ul li:nth-child(6n){ margin-right: 0;}
.indexPartner ul li img{ width: 100%; display: block;}

/*footer*/
.footer{width: 100%;background: url(../images/footerBg.jpg) center no-repeat; background-size: cover; position: relative; overflow: hidden;}
.footer .adv{ width: 100%; padding: 40px 0; margin-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.footer .adv li{ position: relative; padding-left: 90px;}
.footer .adv li .iconfont{ width: 70px; height: 70px; text-align: center; line-height: 66px; border-radius: 50%; border: solid 2px rgba(255, 255, 255, 0.3); font-size: 48px; color: #fff; position: absolute; left: 0; top: 50%; margin-top: -35px;}
.footer .adv li .tit{ font-size: 18px; color: #fff;}
.footer .adv li .txt{font-size: 14px; margin-top: 5px; line-height: 22px; color: rgba(255, 255, 255,0.8);}
.footer .flogo{display: block;}
.footer .flogo img{display: block;height: 54px;}
.footer .box{ padding:40px 0 50px 0; width: 100%;}
.footer .cont{ max-width: 470px;}
.footer .cont .phone{position: relative;font-size: 14px;color: #fff;padding-left: 40px;margin: 0 0 20px;}
.footer .cont .phone p{font-family:Avignon;font-size: 30px;line-height: 28px;color: #fff;}
.footer .cont .phone .icon-dianhua{color: #fff;font-size: 36px;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.footer .cont .address{position: relative;font-size: 16px;color: #fff;padding-left: 28px; line-height: 26px;}
.footer .cont .address .icon-dizhi{color: #fff;font-size: 22px;position: absolute;top: 0px;left: 0;}
.footer .info{ width: 320px;}
.footer .info .item{}
.footer .info .item .title{position: relative;font-size: 16px;color: #fff;padding-left: 28px;margin-bottom: 20px;}
.footer .info .item .title .iconfont{color: #fff;font-size: 22px;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.footer .info .item .tit{font-size: 16px;color: #eee;margin-bottom: 10px;}
.footer .info .item .tit a{color: #eee;}
.footer .info .item .tit a:hover{color: #e1600f;}
.footer .info .item .tit.tel{}
.footer .imgBox{width: 270px; margin-top: -30px;}
.footer .imgBox .card{width: 120px;}
.footer .imgBox .card img{width: 120px;height: 120px;display: block;border: 1px solid #eee;}
.footer .imgBox .card p{font-size: 14px;color: #fff;text-align: center;margin-top: 10px;}
.footer .copyRight{width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.1);padding: 15px 0;font-size: 14px;color: rgba(255, 255, 255,0.5);text-align: center;}
.footer .copyRight a{color: rgba(255, 255, 255,0.5);}
.footer .copyRight a:hover{color: #fff;text-decoration: underline;}

/* popupBox */
.popupBox{position: fixed; width: 500px; height: 210px; top: 50%; left: 50%; padding: 40px; transform: translate(-50%,-50%); z-index: 99999999; display: none; background-color: #0a69c8;color: #fff; overflow: hidden;  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); box-shadow:0 0 10px rgba(0,0,0,0.1);}
.popupBox .left{  width: 320px;  text-align: left;}
.popupBox .left .sgm{ font-size: 22px; line-height: 38px}
.popupBox .left .sgm p{ font-weight: bold; font-size: 24px;}
.popupBox .left .tel{ font-size: 42px; margin: 15px 0 5px;}
.popupBox .left .sgs{ font-size: 12px; margin-top: 10px;}
.popupBox .right{ width: 162px;}
.popupBox .right img{ width: 162px; height: 162px;}
.popupBox .right a{ margin-top: 16px; width: 162px; height: 38px; line-height: 38px; background-color: #fff; display: block; text-align: center; font-size: 16px; color: #0a69c8;}
.popupBox .kq{ font-size: 30px; color: #fff; position: absolute; top: 10px; right: 10px;}

/* customer */
.customer{width: 70px;position:fixed;right:0; top:50%; margin-top: -177px; z-index:99;}
.customer dl{width: 100%;height: 70px;position: relative; z-index: 2; margin-bottom: 1px;}
.customer dl dt{width: 70px;height: 70px;  padding: 7px 0; color:#FFFFFF;background-color: #21282e;cursor: pointer;position: relative; z-index: 5;transition: all 0.6s ease; text-align: center; }
.customer dl dt i{ display: inline-block; font-size:32px;}
.customer dl dt p{ font-size: 12px; margin-top: 3px;}
.customer dl:hover dt{background-color: #0a69c8;}
.customer dl.icon1 dd{width: 150px;background-color:rgba(0, 0, 0, 0.8);padding: 10px 0;position: absolute; top: 0;right:-150px;z-index: 1;transition: all 0.6s ease; }
.customer dl.icon1 dd a{display: block; color: #fff; width: 120px; margin: 10px auto; padding-left: 45px;border-radius: 17px;text-align: left; line-height: 34px; border: solid 1px #fff; background: url(../images/fdqq.gif) center left 15px no-repeat;}
.customer dl.icon1 dd a:hover{ background-color: #0a69c8; border-color: #0a69c8; color: #fff;}
.customer dl.icon2 dd{width: 150px; height: 150px;position: absolute; top: 0; right: -300px; z-index: 1; transition: all 0.6s ease; }
.customer dl.icon2 dd img{ width: 100%; display: block;  border: solid 1px #eee;}
.customer dl.icon3 dd{width: 200px;height: 70px;padding: 10px 15px; color: #fff;font-size: 14px; line-height: 24px;background-color:rgba(0, 0, 0, 0.8); position: absolute; top: 0;right: -300px; z-index: 1; transition: all 0.5s ease;}
.customer dl.icon5 .iconfont{transform: rotate(-90deg);}
.customer dl:hover dd{right: 70px;}

/*demandBox*/
.popup{width: 100%;height: 100vh;background-color: rgba(0,0,0,0.8);position: fixed;top: 0;left: 0;z-index: 999;display: none;}
.demandBox{width: 360px;padding:30px 0 40px;border-radius: 10px;background: #FFFFFF;position: fixed;top: 50%;left: 50%;margin:-200px 0 0 -180px;z-index: 1000;display: none;}
.demandBox .title{color: #0a69c8;font-size: 20px;font-weight: bold;text-align: center;margin: 0 0 30px;}
.demandBox .demand{width: 300px;margin: 0 auto;}
.demandBox .demand form{width: 100%;}
.demandBox .demand form label{display: block;position: relative;}
.demandBox .demand form label p{font-size: 16px;line-height:30px;color: #333;position: absolute; top: 8px; left: 0;display: inline-block;}
.demandBox .demand form .row{width: 100%;margin: 0 0 10px;border: 1px solid #dddddd;padding: 0 10px;border-radius: 3px;}
.demandBox .demand form .txt.w1{width: 100%;font-size: 16px;color: #333;line-height: 20px;padding:12px 0;background-color: rgba(0,0,0,0);border: none;}
.demandBox .demand form .row1{width: 100%;border: 1px solid #dddddd;padding: 0 10px;border-radius: 3px;}
.demandBox .demand form .txt.w2{ width: 100%;font-size: 16px;color: #333;height: 80px;line-height:20px;resize: none;padding:12px 0;background-color: rgba(0,0,0,0);border: none;}
.demandBox .demand form .button{width: 100%;margin:20px 0 0;}
.demandBox .demand form .button .btn{width:130px;display:block;height: 40px;line-height:40px;cursor: pointer;float: left;border-radius: 3px;background-color: #0a69c8;border: none;color: #fff;font-size: 16px;transition: all 0.6s ease;}
.demandBox .demand form .button .btn:hover{background-color: #333;}
.demandBox .demand form .button .sClose{width:130px;height: 40px;line-height:40px;cursor: pointer;text-align: center;float: right;border-radius: 3px;background-color: #333;color: #fff;font-size: 16px;transition: all 0.6s ease;}
.demandBox .demand form .button .sClose:hover{background-color: #0a69c8;}

/*RightFd*/
.RightFd{ width: 310px; height: 100px; right: 0; bottom: 0; position: fixed; z-index: 9998; }
.RightFd .FdCont{ width: 210px; height: 36px; padding: 0 20px 0 15px; margin: 32px 0; background: url(../images/suncher_fd3.png) center center no-repeat;  position:relative; white-space: nowrap; }
.RightFd .FdCont .bd .tempWrap{ width:175px !important;}
.RightFd .FdCont .bd ul{ overflow:hidden; zoom:1; }
.RightFd .FdCont .bd ul li{  float:left; height:36px; margin-right: 10px;  line-height:36px;  text-align:left; _display:inline; width:auto !important;  }
.RightFd .FdCont .bd ul li a{ display: block; color: #fff; font-size: 14px; }
.RightFd .right a{ display: block; width: 100px; height: 100px;   background: url(../images/suncher_fd2.png) center center no-repeat; }


/* pageBanner */
.pageBanner{width: 100%; position: relative; z-index: 0; height: 420px;}
.pageBanner .title{font-size: 40px;color: #ffffff;text-align: center; top: 50%; position: absolute; left: 50%; transform: translateX(-50%); }

/* pageNav */
.pageNav{  background-color: #f7f8fa;  position: relative; z-index: 2; }
.pageNav .box{ width: 100%; background-color: #fff; transform: translateY(-50%);padding:35px 20px ;  position: relative; display: inline-flex; text-align: center; 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);}
.pageNav ul{position: relative; display: inline-block; width: auto; z-index: 2;  margin: auto;  text-align: left;}
.pageNav ul li{ display: inline-block; vertical-align: top; font-size: 18px;margin: 5px 30px;}
.pageNav ul li a{ color: #333;}
.pageNav ul li:hover a,.pageNav ul li.on a{ color: #0a69c8;}


/* pageContent */
.pageContent{ width: 100%; padding: 60px 0; background-color:#f7f8fa ;}
.pageContent .box{ width: 100%; padding: 40px;  font-size: 16px; line-height: 32px;}
.pageContent .box img{ max-width: 100%;}


/* pageAbout */
.pageAbout{width: 100%;background:#f7f8fa url(../images/about/about_bg.jpg) top center no-repeat;padding-bottom: 80px;}
.pageAbout ul{width: 100%;background-color: #fff;position: relative;top: -90px;z-index: 2;padding: 40px 0;display: flex;align-items: flex-start;justify-content: space-around;}
.pageAbout ul li{position: relative;text-align: center;}
.pageAbout ul li:nth-child(2n){width: 1px;height: 48px;background-color:rgba(0, 0, 0,0.06);margin-top: 22px;}
.pageAbout ul li .counter{color: #333;font-size: 60px;line-height: 40px;font-family:"Avignon";}
.pageAbout ul li sup{color: #333;font-size: 40px;line-height: 40px;font-family:"Avignon";}
.pageAbout ul li .tit{font-size: 16px;color: #999;margin-top: 16px;}
.pageAbout .contBox{width: 100%;display: flex;align-items: flex-end;}
.pageAbout .img{width: 47%;overflow: hidden;}
.pageAbout .img img{display: block;width: 100%;}
.pageAbout .cont{width: 53%;background-color: #fff;padding:5% 0 5% 4%;position: relative;z-index: 1;}
.pageAbout .cont::after{content: '';width: 100%;height: 100%;background-color: #fff;position: absolute;top: 0;right: -80%;z-index: -1;}
.pageAbout .cont .title{font-size: 36px;color: #333333;}
.pageAbout .cont .tit{font-family: Avignon;font-size: 24px;color: #ddd;line-height: 24px;text-transform: uppercase;margin-bottom: 5%;}
.pageAbout .cont .txt{font-size: 16px;line-height: 38px;color: #333333;}
.pageAbout .cont .txt img{ max-width: 100%;}
@media (max-width:1680px){
    .pageAbout .cont{padding:3% 0 3% 3%;}
    .pageAbout .cont .tit{margin-bottom: 3%;}
    .pageAbout .cont .txt{line-height: 34px;}
}
@media (max-width:1600px){
    .pageAbout .cont{padding:4% 0 4% 3%;}
    .pageAbout .cont .tit{margin-bottom: 3%;}
    .pageAbout .cont .txt{font-size: 14px;}
}

/* pageQualifications */
.pageQualifications{width: 100%;background:#f7f8fa url(../images/about/qualifications_bg.jpg)  center no-repeat fixed;padding: 80px 0 0;}
.pageQualifications .title{font-size: 36px;color: #fff;text-align: center;}
.pageQualifications .tit{font-family: Avignon;font-size: 24px;color: #fff;line-height: 24px;text-transform: uppercase;text-align: center;}
.pageQualifications .box{width: 100%;margin-top: 60px;background-color: #fff;padding: 3% 4%;}
.pageQualifications .swiper-container {width: 100%;height: auto;}
.pageQualifications .swiper-container .swiper-wrapper{height: auto !important;}
.pageQualifications .swiper-slide{height: auto !important;padding: 0 30px;}
.pageQualifications .swiper-slide a{display: block;background-color: #fafafa;padding: 5%;border: solid 1px rgba(0, 0, 0, 0.1);}
.pageQualifications .swiper-slide a img{display: block;width: 100%;}
.pageQualifications .swiper-slide:hover a{border-color: #0a69c8;}
.pageQualifications .arrowBox{width: 100%;  position: relative; margin: 30px auto 0;}
.pageQualifications .swiper-button-next,.pageQualifications  .swiper-button-prev{ width: 40px;height: 40px; line-height: 36px; background-color: rgba(255, 255, 255, 0); font-size: 20px; border: solid 2px #0a69c8; color: #0a69c8; text-align: center; transition: all 0.8s ease; top: 0; border-radius: 50%; margin-top: 0; position: relative !important;}
.pageQualifications .swiper-button-next::after,.pageQualifications  .swiper-button-prev::after{ display: none;}
.pageQualifications .swiper-button-prev{  transform: rotate(-180deg);}
.pageQualifications .swiper-button-next{ }
.pageQualifications .swiper-button-next:hover,.pageQualifications  .swiper-button-prev:hover{ background-color: #0a69c8; color: #fff;}
.pageQualifications .swiper-pagination{bottom: 0 !important;  position: relative; margin:0 20px; }
.pageQualifications .swiper-pagination-bullet{width: 14px;height: 14px;cursor: pointer; margin: 0 6px !important; background-color: #0a69c8; opacity: 0.4;}
.pageQualifications .swiper-pagination-bullet-active{ opacity: 1;}

/* pageService */
.pageService{width: 100%;background-color:#f7f8fa;padding: 80px 0;overflow: hidden;}
.pageService .title{font-size: 36px;color: #333;text-align: center;}
.pageService .tit{font-family: Avignon;font-size: 24px;color: #ddd;line-height: 24px;text-transform: uppercase;text-align: center;}
.pageService .box{position: relative;margin-top: 60px;}
.pageService .img{width: 50%;overflow: hidden;}
.pageService .img img{display: block;width: 100%;}
.pageService ul{position: absolute;top: 0;right: 0;height: 100%;width: 50%;background-color: #fff;text-align: center;}
.pageService ul::after{content: '';width: 30px;height: 3px;background-color: #e1600f;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 1;}
.pageService ul::before{content: '';width: 3px;height: 30px;background-color: #e1600f;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 1;}
.pageService ul li{width: 50%;height: 50%; position: absolute; padding: 9% 3% ; }
.pageService ul li:nth-child(1){ top: 0; left: 0;}
.pageService ul li:nth-child(2){ top: 0; right: 0;}
.pageService ul li:nth-child(3){ bottom: 0; left: 0;}
.pageService ul li:nth-child(4){ bottom: 0; right: 0;}
.pageService ul li:nth-child(-n+2){border-bottom: 1px solid #f7f8fa;}
.pageService ul li:nth-child(2n){border-left: 1px solid #f7f8fa;}
.pageService ul li .title1{position: relative;}
.pageService ul li .num{font-family: avanti;font-size: 72px;line-height:40px;color: #f4f4f4;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.pageService ul li .tit1{font-size: 20px;line-height: 40px;font-weight: normal;color: #333333;position: relative;z-index: 1;}
.pageService ul li .txt{font-size: 16px;line-height: 32px;color: #999;margin-top: 3%;}
@media (max-width:1680px){
    .pageService ul li{padding: 6% 3% ;}
}
@media (max-width:1600px){
    .pageService ul li{padding: 5% 3% ;}
    .pageService ul li .txt{ font-size: 14px; line-height: 28px;}
}

/* indexShow */
.indexShow{width: 100%;background-color: #f7f8fa;overflow: hidden;}
.indexShow .title{font-size: 36px;color: #333;text-align: center;}
.indexShow .tit{font-family: Avignon;font-size: 24px;color: #ddd;line-height: 24px;text-transform: uppercase;text-align: center;}
.indexShow .box{width: 100%;background-color: #fff;margin-top: 40px;padding: 50px 0 80px;}
.indexShow .box ul{width: 100%;display: table;text-align: left;}
.indexShow .box ul li{display: inline-block;vertical-align: top;width: 32%;margin-right: 2%;margin-bottom: 2%;overflow: hidden;}
.indexShow .box ul li img{width: 100%;display: block;}
.indexShow .box ul li:nth-child(3n){margin-right: 0;}


/* proNav */
.proNav{ width: 100%; padding-top: 60px;}
.proNav table{ width: 100%; border: 0;}
.proNav table tr{ width: 100%; border: 0; border-bottom: solid 1px #eee;}
.proNav table th{  width: 70px; padding: 13px 10px 13px 0  ; line-height: 34px;  vertical-align: top; text-align: left; font-size: 18px; color: #0a69c8; border: 0; font-weight: normal;}
.proNav table td{ border: 0; padding: 10px;}
.proNav table td a{ display: inline-block; font-size: 16px; line-height: 34px; background-color: rgba(10, 105, 200, 0.05); padding: 0 10px; margin: 3px 3px 3px 0 ; border-radius: 3px;}
.proNav table td a.on,.proNav table td a:hover{ background-color: #0a69c8; color: #fff;}
.proNav table tr:last-child th{  border-bottom-color: #0a69c8;}


/* pageProduct */
.pageProduct{width: 100%;background-color: #fff;padding: 60px 0 80px;  }
.pageProduct ul{width: 100%;display: table;text-align: left;}
.pageProduct ul li{display: inline-block;vertical-align: top;width: 24.25%;background-color: #eee;margin-right: 1%;margin-bottom: 1%;position: relative;cursor: pointer;}
.pageProduct ul li a{ position: relative; display: inline-block;}
.pageProduct ul li a::after{content: '';width: 100%;height: 100%;background-color: rgba(10, 105, 200, 0.54);position: absolute;top: 0;left: 0;opacity: 0;transition: all 0.6s ease;}
.pageProduct ul li:nth-of-type(4n){margin-right: 0;}
.pageProduct ul li .img{overflow: hidden;width: 100%;}
.pageProduct ul li .img img{display:block;width: 100%;transition: all 0.6s ease;}
.pageProduct ul li .cont{width: 100%;padding: 4% 6% 40px;text-align: center;position: relative;z-index: 2;transition: all 0.6s ease;}
.pageProduct ul li .cont .tit{font-size: 20px;color: #273039;margin-bottom: 12px;transition: all 0.6s ease; overflow: hidden;text-overflow: ellipsis;  white-space: nowrap;}
.pageProduct ul li .cont .txt{font-size: 16px;line-height:26px;color: #999999;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: all 0.6s ease;}
.pageProduct ul li .iconfont{width: 45px;height: 45px;border: solid 1px #ffffff;border-radius: 50%;color: #fff;font-size: 20px;text-align: center;line-height: 45px;position: absolute;top: 0;left: 50%;transform: translateX(-50%);z-index: 2;opacity: 0;transition: all 0.6s ease;}
.pageProduct ul li:hover a::after{opacity: 1;}
.pageProduct ul li:hover .iconfont{opacity: 1;top: 30%;}
.pageProduct ul li:hover .iconfont:hover{background-color: #fff;color: #0a69c8;}
.pageProduct ul li:hover .cont{transform: translateY(-30px);}
.pageProduct ul li:hover .cont .tit{color:#fff;}
.pageProduct ul li:hover .cont .txt{color:#fff;}

/* pageProductD */
.pageProductD{width: 100%;background-color: #f7f8fa;padding: 30px 0 80px;}
.position{width: 100%;margin-bottom: 20px;}
.position .dw{width: 80%;float: left;font-size: 16px;line-height: 24px;color: #333333;position: relative;padding-left: 26px;margin-top: 6px;}
.position .dw a{color: #333333;}
.position .dw a:hover,.position .dw a.on{color: #0a69c8;}
.position .dw .iconfont{color: #333;font-size: 24px;position: absolute;left: 0;top: 0;}
.position .back{display: block;float: right;width: 120px;height: 36px;background-color: #0a69c8;border-radius: 18px;line-height: 36px;text-align: center;font-size: 16px;color: #ffffff;transition: all 0.6s ease;}
.position .back:hover{background-color: #e1600f;}
.pageProductD .productD{width: 100%;background-color: #fff;padding: 4.5%;overflow: hidden;}
.pageProductD .productD .detailImg {width: 500px;position: relative;overflow: hidden;float: left;}
.pageProductD .productD .detailImg .bigImg {width: 100%;}
.pageProductD .productD .detailImg .bigImg li{width: 100%;overflow: hidden;}
.pageProductD .productD .detailImg .bigImg li img{width: 100%;display: block;}
.pageProductD .productD .detailImg .smallScroll{width:100%; margin-top:12px;position: relative;}
.pageProductD .productD .detailImg .smallScroll .smallImg{float: left;overflow: hidden;width: 436px;margin: 0 12px;}
.pageProductD .productD .detailImg .smallScroll .smallImg ul li{float:left;width: 100px;overflow:hidden;margin-right: 12px;background-color: #000;}
.pageProductD .productD .detailImg .smallScroll .smallImg ul li img{width:100%;cursor:pointer;display: block;}
.pageProductD .productD .detailImg .smallScroll .smallImg ul li.on img{opacity: 0.7;}
.pageProductD .productD .detailImg .smallScroll .iconfont{width: 20px;height: 100px;float: left;background-color: #e8e8e8;text-align: center;color: #0a69c8;font-size: 20px;transition: all 0.6s ease;}
.pageProductD .productD .detailImg .smallScroll .sPrev{transform: rotate(180deg);}
.pageProductD .productD .detailImg .smallScroll .sNext:hover,.pageProductD .productD .detailImg .smallScroll .sPrev:hover{background-color: #0a69c8; color: #fff;}
.pageProductD .productD .detailCont{width: 56%;float: right;}
.pageProductD .productD .detailCont .tit{font-size: 30px;line-height: 40px;color: #333333;margin-bottom: 3%;}
.pageProductD .productD .detailCont .txt{  margin-bottom: 3%; font-size: 16px; color: #333; width: 100%; padding-bottom: 2%; }
.pageProductD .productD .detailCont .txt span{ display: inline-block; font-size: 14px; border-radius: 3px; line-height: 24px; padding: 0 5px; background-color: #e1600f; color: #fff; margin:  0 0 5px   5px;}
.pageProductD .productD .detailCont .text{font-size: 16px;line-height: 26px;color: #333; border-top: dashed 1px #ddd;}
.pageProductD .productD .detailCont .text img{ max-width: 100%;}
.pageProductD .box{width: 100%;margin-top: 30px;}
.pageProductD .box .recommend{width: 20%;float: left;background-color: #fff;padding-bottom: 10px;position: sticky;top: 100px;}
.pageProductD .box .recommend .title{color: #fff; background-color: #0a69c8; font-size: 20px;padding: 15px 5%; line-height: 30px; border-bottom: 1px solid #eee;}
.pageProductD .box .recommend ul{width: 100%;}
.pageProductD .box .recommend ul li{width: 100%;padding: 5%;border-bottom: 1px solid #eee;}
.pageProductD .box .recommend ul li:last-child{border-bottom: none;}
.pageProductD .box .recommend ul li .img{width: 100%;overflow: hidden;}
.pageProductD .box .recommend ul li .img img{width: 100%;display: block;transition: all 0.6s ease;}
.pageProductD .box .recommend ul li .tit{color: #333;font-size: 16px;text-align: center;margin-top: 2%;transition: all 0.6s ease;}
.pageProductD .box .recommend ul li:hover .img img{transform: scale(1.1);}
.pageProductD .box .recommend ul li:hover .tit{color: #0a69c8;}
.pageProductD .box .detailBox{width: 78%;background-color: #fff;padding:40px;float: right;}
.pageProductD .box .detailBox .tit1{font-size: 24px;line-height: 30px;color: #0a69c8;border-bottom: 1px solid #eee;padding-bottom: 14px;margin-bottom: 14px;}
.pageProductD .box .detailBox .txt{font-size: 14px;color: #333333;}
.pageProductD .box .detailBox .txt img{ max-width: 100%;}
@media(max-width:1680px){
    .pageProductD .productD .detailCont{width: 50%;}
}
@media(max-width:1600px){
    .pageProductD .productD .detailCont{width: 48%;}
}

/* pageCase */
.pageCase{width: 100%;background-color: #f7f8fa;padding: 30px 0 60px;overflow: hidden;}
.pageCase ul{width: 100%;display: table;text-align: left;}
.pageCase ul li{display: inline-block;vertical-align: top;width: 32%;margin-right: 2%;margin-bottom: 2%;position: relative;transition: all 0.6s ease;}
.pageCase ul li:nth-child(3n){margin-right: 0;}
.pageCase ul li a{ display: inline-block; position: relative; background-color: #fff; }
.pageCase ul li .imgBox{width: 100%;overflow: hidden;position: relative;transition: all 0.6s ease; transform: scale(0.9,0.85);}
.pageCase ul li .after{width: 200%;height:100%;position: absolute;top: -200%;left: -200%;margin: auto;z-index:2;transform: rotate(-15deg);opacity: 0.8;transition: all 0.6s ease;}
.pageCase ul li .imgBox .img1{width: 100%;display: inline-block; position: relative; z-index: 1;}
.pageCase ul li .imgBox .img2{width: 40%;position: absolute;bottom: 7%;right: -100%;overflow: hidden;transition: all 0.6s ease; z-index: 3; filter: grayscale(100%) brightness(500%);     }
.pageCase ul li .tit{font-size: 24px;line-height: 30px;color: #333333;text-align: center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;transition: all 0.6s ease;margin:4% 0 2%;}
.pageCase ul li .txt{font-size: 18px;line-height: 26px;color: #999999;text-align: center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; margin-bottom: 4%;}
.pageCase ul li .txt span{margin:0 10px;}
.pageCase ul li .txt span:last-child{ display: none;}
.pageCase ul li:hover{  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}
.pageCase ul li:hover .imgBox{ transform: scale(1);}
.pageCase ul li:hover .imgBox .after{top: 40%;left: 0;}
.pageCase ul li:hover .imgBox .img2{right: 5%;}


/* pageNews */
.pageNews{width: 100%;background-color: #f7f8fa;padding: 30px 0 60px;overflow: hidden;}
.pageNews ul{width: 100%;display: table;text-align: left;}
.pageNews ul li{display: inline-block;vertical-align: top;width: 32%;height:450px;margin: 0 2% 2% 0;position: relative;cursor: pointer;box-shadow: 0 0 20px rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);transition: all 0.6s ease;}
.pageNews ul li:nth-of-type(3n){margin-right: 0;}
.pageNews ul li .img{width: 100%;height:56%;overflow: hidden;}
.pageNews ul li .img img{width: 100%;height:100%;transition: all 0.6s ease;display: block;}
.pageNews ul li .cont{width: 100%;height:44%;padding: 5% 5% 0;position: absolute;bottom: 0;left: 0;overflow: hidden;background-color: #fff;transition: all 0.6s ease;}
.pageNews ul li .cont h6{color: #333; width: 100%; display: inline-block; font-size: 18px;line-height: 26px;font-weight: normal;overflow: hidden;text-overflow: ellipsis;  white-space: nowrap;}
.pageNews ul li .cont .time{color: #666;font-size: 16px;line-height: 20px;margin: 14px 0 18px;}
.pageNews ul li .cont .text{width: 100%;color: #999;font-size: 16px;line-height: 30px;margin-bottom: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.pageNews ul li:hover .img img{transform:scale(1.1);}
.pageNews ul li:hover .cont{height: 54%; padding: 10% 5% 5% 5%;}
.pageNews ul li:hover .cont h6{color: #0a69c8;}

/* pageNewsD */
.pageNewsD{width: 100%;padding:30px 0 60px;background-color: #f7f8fa;}
.pageNewsD .cont{width: 76%;background-color: #fff;padding: 3%;float: left;overflow: hidden;}
.pageNewsD .cont .title{font-size: 26px;line-height: 38px;color: #333333;text-align: center;font-weight: bold;}
.pageNewsD .cont .time{font-size: 16px;color: #999;text-align: center;padding: 20px 0;margin-bottom:30px;border-bottom: 1px dashed #e5e5e5;}
.pageNewsD .cont .time span{margin: 0 10px;}
.pageNewsD .cont .keywords{font-size: 16px;color: #999;text-align: center;padding: 20px 0;margin-bottom:30px;border-bottom: 1px dashed #e5e5e5;}
.pageNewsD .cont .keywords span{margin: 0 10px;}
.pageNewsD .cont .keywords span:last-child{ display: none;}
.pageNewsD .cont .text{font-size: 16px;line-height: 30px;color: #333333;}
.pageNewsD .cont .text img{max-width: 100%;}
.pageNewsD .cont .link{width: 100%;border-top: 1px dashed #e5e5e5;padding-top: 30px;margin-top: 40px;}
.pageNewsD .cont .link a{display: inline-block;font-size: 16px;line-height: 26px;color: #333333;max-width: 49%;transition: all 0.6s ease;}
.pageNewsD .cont .link a:hover{color: #0a69c8;text-decoration: underline;}
.pageNewsD .right{float: right;background-color: #fff;padding:2%;width: 20%;position: sticky;top: 100px;}
.pageNewsD .right .title{color: #333;font-size: 20px;font-weight: bold;margin-bottom: 5%;}
.pageNewsD .right ul{width: 100%;}
.pageNewsD .right ul li{padding: 5% 0;border-top: 1px solid #eee;}
.pageNewsD .right ul li .img{width: 100%;overflow: hidden;}
.pageNewsD .right ul li .img img{display: block;width: 100%;transition: all 0.6s ease;}
.pageNewsD .right ul li .tit{color: #333;font-size: 16px;margin-top: 2%; width: 100%; overflow: hidden;text-overflow: ellipsis;  white-space: nowrap;}
.pageNewsD .right ul li:hover .img img{transform: scale(1.1);}
.pageNewsD .right ul li:hover .tit{color: #0a69c8;}

/* pageContact */
.pageContact{width: 100%;background-color: #fff;height: 100vh;position: relative;overflow: hidden;}
.map{width: 100%;height: 100vh; position: relative; z-index: 1;}
.map #map{width: 100%;height: 100vh;}
.pageContact .cont{position: absolute;left:12.5%;top: 0;bottom: 0;margin: auto;width: 350px;height: 600px;background-color: rgba(255, 255, 255,0.9);padding: 36px 30px 0;box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); z-index: 3;}
.pageContact .cont .img{width: 100%;border-bottom:solid 1px #eee;padding-bottom: 20px;margin-bottom: 30px; text-align: center;}
.pageContact .cont .img img{width: 180px;height: 180px;display: block;border: solid 1px #eee;margin: 0 auto;}
.pageContact .cont .img p{ font-size: 14px; margin-top: 5px;}
.pageContact .cont .tit{margin: 0 0 4px;font-size: 16px;line-height:24px;font-weight: bold;color: #0a69c8;position: relative;padding-left: 30px;}
.pageContact .cont .tit span{color: #e1600f;font-size: 24px;display:block;position: absolute;top: -1px;left: 0;}
.pageContact .cont .txt{margin: 0 0 24px;font-size: 16px;line-height:26px;font-weight: bold;color: #333333;}
@media (max-width: 1440px) {
    .pageContact .box .cont{left: 8%;}
}
@media (max-width: 1400px) {
    .pageContact .box .cont{left: 6.5%;}
}
@media (max-width: 1366px) {
    .pageContact .box .cont{left: 5.5%;}
}
@media (max-width: 1280px) {
    .pageContact .box .cont{left: 2.5%;}
}
@media (max-width: 1200px) {
    .pageContact .box .cont{left: 0;}
}

/* pageForm */
.pageForm{width: 100%;background-color: #f7f8fa;padding: 60px 0;}
.pageForm .formBox{width: 100%;overflow: hidden;background-color: #fff;padding: 5% 6%;}
.pageForm .formBox .title{font-size: 30px;color: #333;text-align: center;}
.pageForm .formBox form{width: 100%;margin: 40px auto 0;}
.pageForm .formBox form label{display: block;position: relative;}
.pageForm .formBox form label p{font-size: 16px;line-height:30px;color: #333;position: absolute; top: 13px; left: 30px;display: block;}
.pageForm .formBox form label p span{color: #e1600f;}
.pageForm .formBox form .row{width: 49%;float: left;background-color: #f1f5f7;margin-bottom: 30px;border-radius: 30px;margin-right: 2%;}
.pageForm .formBox form .row:nth-child(2n){margin-right: 0;}
.pageForm .formBox form .txt.w1{width: 100%;font-size: 16px;color: #333;line-height: 20px;padding:18px 30px;background-color: rgba(0,0,0,0);border: none;}
.pageForm .formBox .row1{width: 100%;background-color: #f1f5f7;float: left;margin-bottom: 50px;border-radius: 14px;}
.pageForm .formBox form .txt.w2{width: 100%;font-size: 16px;color: #333;line-height: 20px;height:176px;resize: none;padding:18px 30px;background-color: rgba(0,0,0,0);border: none;}
.pageForm .formBox form .btn{width: 220px;display:block;height: 48px;line-height:48px;cursor: pointer;background-color: #0a69c8;border: none;color: #fff;font-size: 18px;text-align: center;border-radius: 24px;margin: 0 auto;transition: all 0.6s ease;}
.pageForm .formBox form .btn:hover{background-color: #e1600f;}


#boxer{-webkit-transition: none;-moz-transition: none;-ms-transition: none;-o-transition: none;transition: none;}
#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/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:#0a69c8 url(../images/iconBox.png) no-repeat 0px 0px;}
#boxer .boxer-arrow{background:rgba(0, 0, 0, 0.67) url(../images/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:#0a69c8 url(../images/iconBox.png) no-repeat -50px 0; left:0px;}
#boxer .boxer-arrow.next{background-position:-100px 0px; right:0px;}
#boxer .boxer-arrow.next:hover{background:#0a69c8 url(../images/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/loading.gif) no-repeat center;}




/* fenye */
.pages{ margin-top:40px ;font-size:14px; text-align: center;}
.pages a { display:inline-block; height:30px; line-height:30px; background:#fff; border:1px solid #ddd; text-align:center; color:#333; padding:0 12px; margin:0 2px;}
.pages a:hover { background:#0a69c8;  border:1px solid #0a69c8; color:#fff; text-decoration:none }
.pages span { display:inline-block; height:32px; line-height:32px; background:#0a69c8; color:#fff; text-align:center; padding:0 12px; margin:0 2px;}
