body {
  /* font: 16px PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;  */
  font-size: 18px;
  font-family: Montserrat;
}
body *{transition: 0.6s;}
.phone {
  display: none;
}

.container {
  max-width: 1500px;
  width: 92%;
  margin: 0 auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1;
}

.footer,
.header {
  flex: 0;
}

a:hover {
  text-decoration: none;
  color: #240f6c;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}

@-webkit-keyframes fromBottomFade {
  from {
    -webkit-transform: translateY(20%);
    opacity: 0;
  }
}

@keyframes fromBottomFade {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
}

@keyframes transformring1 {
  0% { left: 0px; }
  50% {left: 20px; top: 5px;}
  100% {left: 0px; }
}
@keyframes transformring2 {
  0% { left: 20px; }
  50% { left: 0px;  top: 5px;}
  100% { left: 20px; }
}

@font-face {
  font-family: Ranybold;
  src: url(../fonts/Rany/Rany-Bold.otf);
}
@font-face {
  font-family: RanyMedium;
  src: url(../fonts/Rany/Rany.otf);
}
@font-face {
  font-family: Pingfang;
  src: url(../fonts/pingfang/PINGFANG.TTC);
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat/Montserrat-Light-6.otf);
}

.Pingfang{
  font-family: Pingfang;
}
.Pingfang-bold{
  font-family: Pingfang-bold;
}
.Montserrat{
  font-family: Montserrat;
}
.RanyMedium{
  font-family: RanyMedium;
}
.sourceHan{
  font-family: sourceHan;
}
.sourceHan-bold{
  font-family: sourceHan-bold;
}
.sourceHan-light{
  font-family: sourceHan-light;
}
.poppins{
  font-family: poppins;
}
.container1{width: 92%;margin: auto;max-width: 1450px;}
.container{width: 92%;margin: auto;max-width: 1300px;}
.image{font-size: 0;line-height: 0;}
/* 导航 */
.pc-nav {  width: 100%;height: 100px;  position: fixed;  top: 0;  left: 0;  z-index: 999; transition: 0.6s;background:#ffffff;box-shadow:0px 0px 2px 2px#f2f2f2;
}

.pc-nav .container{}

.pc-nav .logo-box{ display: flex;  align-items: center;  justify-content: space-between; transition: 0.6s;float: left;height: 100px;}
.pc-nav .logo-box .logo {align-items: center;}
.pc-nav .logo-box .logo img {  max-width: 100%;max-height: 100%;}


.pc-nav .nav{float: right;width: calc(100% - 340px);}
.pc-nav .nav .menu {display: flex; align-content: center;justify-content: flex-end;}
.pc-nav .nav .menu li { display: flex; align-items: center; justify-content: center;  position: relative;float: left;margin-left:10px; height: 100px;}
.pc-nav .nav .menu li a {padding:5px 10px; font-size: 18px; color:#000000;opacity: 1; white-space: nowrap;height: 40px;line-height: 40px;transition:0.6s;}
.pc-nav .nav .menu li a.nv{white-space: nowrap;position: relative;}
.pc-nav .nav .menu li a.nv:hover{line-height: 60px;}
/*.pc-nav .nav .menu li a.nv:hover{background:#000000;color:#ffffff;}*/
/*.pc-nav .nav .menu li.cur a.nv{background:#000000;color:#ffffff;}*/
.pc-nav .nav .menu .menu-son{display:none; background:#ffffff;position: absolute;  top: 80px;  left: calc(50% - 80px);  z-index: 100;   width: 160px;  font-size: 14px;  animation: fromBottomFade 0.6s ease both;  -webkit-animation: fromBottomFade 0.6s ease both;align:center; }

.pc-nav .nav .menu .menu-son a {width:calc(100% - 20px);display:block;border-bottom:1px solid #dcdcdc;  overflow: hidden;  color: #222;  font-size: 14px;   text-align: center;float:left;text-align:center;}
.pc-nav .nav .menu .menu-son a:hover { font-weight: bold;}
.pc-nav .nav .menu li.cur::after{width:100%;}
.pc-nav .nav .menu li:hover .menu-son {  display: block;}


.headerauto{height: 100px;}


/* 内页导航 */
.inset{padding: calc(2vw + 20px) 0px;}
.inset img{max-width: 100%;}
.sidenav{line-height: 32px;overflow:hidden;}
.sidenav1{background:#ffffff;margin-bottom:30px;}
.sidenav .left{line-height: 80px;float:left; font-size:16px;}
.sidenav .right{float:right;}
.sidenav ul li{float:left; overflow: hidden;background: #ffffff;overflow: hidden;margin-bottom: 1px;position: relative;transition: 0.3s;line-height: 80px; margin-left:40px;}
.sidenav ul li a {color: #333333;  font-size:18px;margin: auto; display: block; position: relative;transition: 0.3s; }
.sidenav ul li.cur a{color: #6ab3e8; }


.inset_left{width: 270px;background: #f8f8f8;border-radius: 25px;padding: 25px 0px;float:left;}

.inset_left ul li{ overflow: hidden;line-height:30px; overflow: hidden;margin-bottom: 1px;position: relative;transition: 0.3s;padding-left: 30px;width: 230px; line-height: 3; }
.inset_left ul li a {color: #000000;  font-size:16px;margin: auto; display: block; position: relative;transition: 0.3s;}
.inset_left ul li a i{float: right;}
.inset_left .nav-first a{font-size:26px ;color:#000000;}
.inset_left .nav-second{overflow: hidden;width: 100%;}
.inset_left .nav-second a{font-size:18px; width: 90%;float: left;}

.inset_left .nav-third{padding-left: 20px;display: none;}

.inset_left .nav-second.cur .nav-third{height: auto;opacity: 1;display: block;}
.inset_left ul li.top_title{font-size: 26px;}
.inset_left ul li.top_title p{margin: auto;}
.inset_left ul li a.active{color: #6ab3e8;   }
.inset_left ul li a:hover{color: #6ab3e8;  }
.inset_left .nav-third.cur a{color: #6ab3e8;}

.inset_left ul .nvli.cur a{color: #6ab3e8;}

.inset_right{width: calc(100% - 300px);float: right; background: #ffffff;overflow: hidden;}
.inset_right1{width: 100%;background: #ffffff;overflow: hidden;}
.inset_right img{max-width: 100%;}
.inset_right1 img{max-width: 100%;}

.orientation {  margin-top: 30px;  line-height: 30px;}


.tit{position: relative;width: 100%;line-height: 1;text-align: center;}
.tit .cattit{font-size:calc(1vw + 20px) ;color:#000;}
.tit .catdes{font-size:calc(0.3vw + 14px);padding-top: 20px;color:#666;}


.abouttit{position: relative;width: 100%;line-height: 1;text-align: center;padding-bottom: calc(2vw + 20px);}
.abouttit .catname{font-size:calc(1.8vw + 20px) ;}
.abouttit2{position: relative;width: 100%;line-height: 1;text-align: left;}


.catelist{width: 100%;overflow: hidden;margin-bottom:calc(20px + 2vw) ;}
.catelist ul{display: flex;justify-content: space-between;flex-wrap: wrap;height: 150px;align-items: center;}
.catelist ul li{width: 23%;margin-right: 2.66%;background: #ffffff;height: 140px;border-radius: 70px;box-shadow: 0px 0px 3px 0px #e8e8e8;}
.catelist ul li:nth-child(4n){margin-right: 0;}
.catelist ul li a{display: flex;align-items: center;justify-content: center;height: 140px;width: 100%;}
.catelist ul li p{color:#00a0e9;font-size: 22px;margin-left: 25px;}
.catelist ul li.cur{background: #00a0e9;}
.catelist ul li.cur img{filter: brightness(100);}
.catelist ul li.cur p{color:#ffffff}
.catelist ul li:hover{background: #00a0e9;}
.catelist ul li:hover img{filter: brightness(100);}
.catelist ul li:hover p{color:#ffffff}


/* 内页banner */
.index-banner{overflow: hidden;font-size:0;line-height:0;padding-bottom:2px; }
.index-banner img{
  width:100%;
  height:auto;
  min-height:100%;
  transition:1s linear 2s;
  transform:scale(1.1,1.1) rotate(0.1deg);
  }
  .index-banner .swiper-slide-active img,.swiper-slide-duplicate-active img{
  transition:6s linear;
  transform:scale(1,1) rotate(0.1deg);
  }	
.swiper-button-next{outline:none;color:#ffffff;}
.swiper-button-prev{outline:none;color:#ffffff;}

.inside-banner {}
.inside-banner .swiper-slide { position: relative;}
.inside-banner .swiper-slide .banner-title {  position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%); }
.inside-banner .swiper-slide .banner-title .cn{ font-size: 34px;   color: #fff;margin-bottom: 10px;}
.inside-banner .swiper-slide .banner-title .en{ font-size: 20px;   color: #fff;font-weight: lighter;}

.iAdlist{width: 100%;padding: calc(20px + 2vw) 0px 0px;}
.iAdlist ul{padding: calc(20px + 1vw) 0px;}
.iAdlist ul li{width: 100%;display: flex;justify-content: center;}
.iAdlist ul li img{max-width: 100%;}




.iSolution{width: 100%;padding: calc(20px + 2vw) 0px;overflow: hidden;background: rgba(255,255,255,0.3);}
.iSolution .iSolution_con{width: 100%;padding-top:calc(1vw + 30px) ;overflow: hidden;position: relative;}
.iSolution .iSolution_con li{width: calc(50% - 6px);float: left; overflow: hidden;position: relative;margin-bottom: 12px;}
.iSolution .iSolution_con li:nth-child(2n){float: right;}
.iSolution .iSolution_con .image{font-size: 0;line-height: 0;overflow:hidden;}
.iSolution .iSolution_con .image img{width: 100%;height: 100%;overflow:hidden;transition:0.6s;}
.iSolution .iSolution_con .title{font-size: calc(0.1vw + 16px);color:#ffffff;background:rgba(0,0,0,0.6);position: absolute;left: 0;bottom: -60px;line-height: 60px; width:100%;text-align: center;transition:0.6s;}
.iSolution .iSolution_con li:hover .title{bottom:0px;}
.iSolution .iSolution_con li:hover img{transform:scale(1.1,1.1);}


.iPartner_con{overflow:hidden;margin:40px auto 60px;}
.iPartner_con li .image{border:0px solid #dcdcdc;width:calc(100% - 2px);height:130px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.iPartner_con li .image img{max-width:100%;max-height:100%;transform:0.6s;}
.iPartner_con li:hover img{transform:scale(1.1,1.1);}

.iContact{overflow: hidden;margin-bottom: 20px;}
.iContact .container{/*background: #c12621;*/overflow: hidden;}
.iContact .left{width: calc(55% - 110px); padding: 25px 55px; /*background: #9b211d;*/float: left;}
.iContact .left .title{font-size: calc(20px + 1vw);color:#333333;margin-bottom: 25px;}
.iMessage{ width: 100%;height: 100%;z-index: 1000;}
.iMessage ul{display: flex;align-items: center; justify-content: space-between;flex-wrap: wrap;}
.iMessage ul li{width:100%;overflow:hidden;}
.iMessage ul li input{width: calc(100% - 2px);height:50px;line-height:50px;border:none;outline: none; border-radius:2px;color:#333333;background: rgba(255,255,255,0);opacity: 1;border: 1px solid #dedede;margin-bottom:10px;text-indent:15px;}
.iMessage ul li input::placeholder{color: #666666; }
.iMessage ul li input::-webkit-input-placeholder { /* Chrome, Opera, Safari */
  color: #666666;
}
 
.iMessage ul li input:-moz-placeholder { /* Firefox 18- */
  color: #666666;
  opacity: 1; /* 修复老版本Firefox的不透明度问题 */
}
 
.iMessage ul li input::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
  opacity: 1; /* 修复Firefox的不透明度问题 */
}
 
.iMessage ul li input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666666;
}
.iMessage ul li textarea{width: calc(100% - 2px); float:left;height:100px;line-height:50px;outline: none;border-radius:2px;color:#666666; background: rgba(255,255,255,0);opacity: 1;border: 1px solid #dedede;margin-bottom:10px;text-indent:15px;}
.iMessage ul li textarea::placeholder{color: #666666; }
.iMessage ul li:last-child{border-bottom: 0px solid #cd6664;}
.iMessage .submit{width: 150px;margin: auto;display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: none;
  border-radius: 5px;
  text-indent: 0;
  color: #666666;
  background: rgba(255,255,255,0);
  border:1px solid #dedede;
  cursor: pointer;
}
.iMessage .submit:hover{background:#c12621;color:#ffffff;}

.iContact .right{width: calc(45% - 70px);padding: 35px 35px;float: right;line-height: 1.8;}
/*.iContact .right *{color:#ffffff;}*/
.iContact .right ul li .title{font-size: calc(16px + 0.2vw);margin-bottom: 15px;}
.iContact .right ul li:nth-child(odd){margin-bottom: 50px;}


.nyContact{overflow: hidden;margin-bottom: 20px;}
.nyContact .container{overflow: hidden;}
.nyContact .left{width: calc(55% - 110px); padding: 35px 55px;float: right;}
.nyContact .left .title{font-size: calc(20px + 1vw);color:#333333;margin-bottom: 25px;}
.nyContact .right{width: calc(45% - 70px);padding: 55px 35px;float: left;line-height: 2;}
.nyContact .right ul li .title{font-size:calc(16px + 0.3vw);margin-bottom: 5px;}
.nyContact .right ul li:nth-child(odd){margin-bottom: 40px;}


.aboutpage{width:100%;overflow:hidden;}
.aboutpage .left{width:350px;float:left;}
.aboutpage .left .catname{font-size: calc(1.4vw + 20px);
  color: #000;margin-bottom:20px;font-weight:bold}
.aboutpage .left .lc{font-size: calc(0.3vw + 19px);line-height:1.5;}
.aboutpage .right{width:calc(100% - 400px);float:right;}

/*招才纳贤 */
.recruitpage1{display: flex;justify-content: space-between;}
.recruitpage1 .details{background:#f8f8f8;width: calc(48% - 80px) ;padding: 60px 40px;border-radius: 15px;}
.recruitpage1 .details .title{font-size:calc(1vw + 10px);margin-bottom: 12px;}
.recruitpage1 .details .line{width: 35px;height: 5px;background: #6ab3e8;margin:30px 0;border-radius: 2px;}
.recruitpage1 .details .content{font-size: calc(0.5vw + 8px);line-height: 2;}

.recruitpage2{width: 100%;}
.recruitpage2 .list{margin-bottom:15px;width: 100%;overflow: hidden;border-radius: 30px;border:1px solid #eeeeee;}
.recruitpage2 .list .list2{background: #ffffff;width: 100%;border-radius: 30px;overflow: hidden;}
.recruitpage2 .list div{float: left;min-height:1px;}
.recruitpage2 .list .p1{width: 30%;text-align: center;line-height: 60px;color:#000000;font-size: calc(0.5vw + 8px);cursor:pointer;}
.recruitpage2 .list .p2{width: 10%;text-align: center;line-height: 60px;color:#000000;font-size: calc(0.5vw + 8px);cursor:pointer;}
.recruitpage2 .list .p3{width: 20%;text-align: center;line-height: 60px;color:#000000;font-size: calc(0.5vw + 8px);cursor:pointer;}
.recruitpage2 .list .p4{width: 30%;text-align: center;line-height: 60px;color:#000000;font-size: calc(0.5vw + 8px);cursor:pointer;}
.recruitpage2 .list .p5{width: 10%;text-align: center;line-height: 60px;color:#000000;font-size: calc(0.5vw + 8px);cursor:pointer;}
.recruitpage2 .list .p6{width: calc(100% - 4.8vw - 4px);overflow: hidden;padding: calc(2.4vw + 2px);background: rgba(248,248,248,0.6);display: none;}
.recruitpage2 .list1{background: #3f3f3f;}
.recruitpage2 .list1 .p1{color:#ffffff}
.recruitpage2 .list1 .p2{color:#ffffff}
.recruitpage2 .list1 .p3{color:#ffffff}
.recruitpage2 .list1 .p4{color:#ffffff}
.recruitpage2 .list1 .p5{color:#ffffff}

.recruitpage2 .list .p6 .details1{width: 47%;line-height: 2;font-size: calc(0.3vw + 10px);margin-right: 3%;}
.recruitpage2 .list .p6 .details1 .title{font-size: calc(0.6vw + 8px);color:#000000;width: 100%;overflow: hidden;line-height: 2;margin-bottom: 20px;}
.recruitpage2 .list .p7{width: 100%;margin-top: 20px;}
.recruitpage2 .list .p6:hover{}

.articlepage1 img{max-width: 100%;margin-top: 60px;}
.articlepage2{background: #f8f8f8;margin-top: 60px;width: 100%;overflow: hidden;}
.articlepage2 .left{float: left;width: 63%;}
.articlepage2 .left ul li{display:none;}
.articlepage2 .left ul li:first-child{display:block;}
.articlepage2 .left img{max-width: 100%;max-height:100%;}
.articlepage2 .right{float: right;width: 37%;height: 100%;}
.articlepage2 .right .details{width: calc(100% - 130px);text-align: left;margin: 40px auto;}
.articlepage2 .right .details .abouttit{text-align: left;}
.articlepage2 .right ul{height: 160px;}
.articlepage2 ul li .title{font-size: calc(0.3vw + 12px);line-height:30px;width: calc(100% - 20px);padding-left: 20px;background: url(../images/icon-jt4.png)no-repeat left center;}
.articlepage2 ul li .title:hover{color:#6ab3e8;background: url(../images/icon-jt3.png)no-repeat left center;}
.articlepage2 .articlemore a{display: block;margin: auto;line-height: 58px;font-size: 18px;color: #666666;}


.articlepage3{background: #f8f8f8;margin-top: 60px;width: 100%;overflow: hidden;}
.articlepage3 .left{float: right;width: 63%;}
.articlepage3 .left img{max-width: 100%;}
.articlepage3 .right{float: left;width: 37%;height: 100%;}
.articlepage3 .right .details{width: calc(100% - 130px);text-align: left;margin: 40px auto;}
.articlepage3 .right .details .abouttit{text-align: left;}
.articlepage3 ul{height: 240px;}
.articlepage3 ul li .title{font-size: calc(0.3vw + 12px);line-height:30px;width: calc(100% - 20px);padding-left: 20px;background: url(../images/icon-jt4.png)no-repeat left center;}
.articlepage3 ul li .title:hover{color:#6ab3e8;background: url(../images/icon-jt3.png)no-repeat left center;}
.articlepage3 .articlemore a{display: block;margin: auto;line-height: 58px;font-size: 18px;color: #666666;}



.articlepage4 .articlemore{width:248px;height: 58px;display: block;border: 1px solid #b5b5b5;margin: auto;border-radius: 29px;} 
.articlepage4 .articlemore a{display: block;margin: auto;text-align: center;line-height: 58px;font-size: 18px;color: #666666;}
.articlepage4 .articlemore:hover{background: #6ab3e8;border: 1px solid #6ab3e8;}
.articlepage4 .articlemore:hover a{color:#ffffff;}

.productpage .iSolution { padding: 0;}
.productpage .cate-description{width: calc(100% - 100px);padding: 50px; overflow: hidden;background: #f8f8f8;border-radius: 25px;display: flex;align-items: center;justify-content: space-between;}
.productpage .cate-description .image{float: left;margin-right: 60px;width:220px;}
.productpage .cate-description .details{width: calc(100% - 250px);float: right;}
.productpage .cate-description .details .title{font-size: calc(1.2vw + 16px);margin-bottom: 20px;}
.productpage .cate-description .details .summary{line-height: 2;font-size: calc(0.4vw + 10px);}


.picture{ /*display: flex; */}
.picture .description{line-height:2;margin-bottom:25px}
.picture .detail {  display: flex;  flex-wrap: wrap;}
.picture .detail li {  flex: 0 1 calc(94% / 4);  border-radius: 3px;  margin-right: 2%;border-radius: 20px; margin-bottom: 25px;background: #ffffff;box-shadow: 0px 0px 5px 1px #e8e8e8;}
.picture .detail li:nth-child(4n) {  margin-right: 0;}
.picture .detail li a{width:calc(100% - 40px);margin: auto;padding:20px 0px;display: block;}
.picture .detail li .image{ overflow: hidden;border-radius: 10px; display: flex;align-items: center;justify-content: center;  aspect-ratio: 1;}
.picture .detail li .image img{max-width: 100%;max-height: 100%;}
.picture .detail li img{transition: 0.6s;}
.picture .detail li img:hover{transform: scale(1.1,1.1);}
.picture .detail li .title { font-size: 16px;line-height: 30px;color: #000; position: relative;text-align: center;margin-bottom: 10px;}
.picture .detail li .des { font-size: 16px;line-height: 25px; color: #999; position: relative;text-align: center;height: 50px;}
.picture .detail li:hover img {  transform: scale(1.1, 1.1);}
.picture .detail li:hover p{color:#2458a4;}
.picture .detail li:hover p::after{background: #2458a4;}



.picture1{ display: flex; }
.picture1 .detail {  display: flex;  flex-wrap: wrap;}
.picture1 .detail li {  flex: 0 1 calc(91% / 7);  border-radius: 3px;  overflow: hidden;  margin-right: 1.5%;margin-bottom: 25px;}
.picture1 .detail li:nth-child(7n) {  margin-right: 0;}
.picture1 .detail li .image{ overflow: hidden;border-radius: 10px; display: flex;align-items: center;justify-content: center;}
.picture1 .detail li .image img{max-width: 100%;max-height: 100%;transition: 0.6s;}
.picture1 .detail li .image img:hover{transform: scale(1.1,1.1);}
.picture1 .detail li .title {  text-align: center;font-size: 16px;line-height: 25px;height: 50px; color: #000;  margin: 20px 0 0;position: relative;}



/* .picture .detail li p::after{position: absolute;content:"";width: 30px;height: 8px;border-radius: 4px; background: #000000;left: calc(50% - 15px);bottom: 0;} */



.contact .lxfs{width: 100%;display: flex;justify-content: space-between;margin-top: 38px;}
.contact .tel{background: #ffffff;line-height:60px;padding: 50px 0px;text-align: center;width: 35%;float: left;display: flex;justify-content: center;border-radius: 20px;box-shadow: 0px 0px 10px 5px #ebeaea;}
.contact .title{font-size: 20px;margin-right: 15px;color: #333333;}
.contact .con{font-size: 26px;color: #333333;}
.contact .add{background: #ffffff;line-height:60px;padding: 50px 0px;text-align: center;width: 63%;float: right;display: flex;justify-content: center;border-radius: 20px;box-shadow: 0px 0px 10px 5px #ebeaea;}
.contact .qrcode{background: #ffffff;width: 100%;margin-top: 38px;box-shadow: 0px 0px 10px 5px #ebeaea;padding: 50px 0px ;border-radius: 20px;}
.contact .qrcode ul{display: flex;align-items: center;justify-content: center;width: 100%;}
.contact .qrcode ul li{margin: 0px 30px;}
.contact .qrcode ul li .image{font-size: 0;line-height: 0;}
.contact .qrcode ul li img{border-radius: 15px;}
.contact .qrcode ul li p{text-align: center;margin-top: 15px;}
.cxptpage ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.cxptpage ul li{width:48%;float:left;margin-bottom:20px;}
.cxptpage ul li a{width:90%;margin:20px 5%;padding:30px 0px; display:block;}
.cxptpage ul li:nth-child(7n+1){background:#20499b;}
.cxptpage ul li:nth-child(7n+2){background:#5987e3;}
.cxptpage ul li:nth-child(7n+3){background:#3171f1;}
.cxptpage ul li:nth-child(7n+4){background:#374fb6;}
.cxptpage ul li:nth-child(7n+5){background:#37acd8;}
.cxptpage ul li:nth-child(7n+6){background:#20499b;}
.cxptpage ul li:nth-child(7n+7){background:#5987e3;}
.cxptpage ul li a p{color:#ffffff;font-size:36px;line-height:50px;height:100px;margin-bottom:80px;}
.cxptpage ul li a .more{border:1px solid #ffffff;line-height:35px;padding:5px 10px;border-radius:22px;width:140px;color:#fff;font-size:16px;text-align:center;transition:0.3s;}
.cxptpage ul li a .more:hover{background:#ffffff;color:#20499b;}



.scnl .details li {margin-bottom: calc(25px + 2vw);width:100%;overflow:hidden;display: flex;align-items:center;justify-content: space-between;}
.scnl .details li .image{width:46%; font-size: 0;font-weight: 0;overflow: hidden;display: flex;}
.scnl .details li .image img{width:100%;transition: 0.6s;border-radius: 5px;overflow: hidden;}
.scnl .details li .detail{width: 52%;float: right;line-height: 2;}
.scnl .details li .title {width: 100%; font-size: calc(24px + 0.9vw);color: #333333;line-height:1.8;margin-bottom: 20px;}
.scnl .details li .con{margin-bottom: 5px; color:#808080;font-size: 18px;line-height: 2;}
.scnl .details li .date { font-size: 12px;line-height: 2;color: #b3b3b3;}
.scnl .details li:nth-child(2n){ flex-direction: row-reverse;}

.article .details{width: 100%;overflow: hidden;}
.article .details li {margin-bottom: 25px; position:relative;width: 23%;float: left;margin-right: 2%;overflow: hidden;}
.article .details li:nth-child(4n){margin-right: 0;}
.article .details li a .image{border:0px solid #dcdcdc;font-size: 0;font-weight: 0;display: flex;align-items: center;justify-content: center;height:130px;border-radius:width:100%;overflow: hidden;}
.article .details li a .image img{transition: 0.6s;border-radius: 5px;overflow: hidden;width: 100%;}
.article .details li a .detail{width:calc(100% - 0px);background: #f9f9f9;}
.article .details li a .title {height: 80px; width: 100%; font-size: 16px;color: #333333;line-height:22px;text-align:center;
display:flex;align-items: center;justify-content: center;
}
.article .details li a .des{line-height: 30px;height: 60px; color:#000000;position: relative;padding-top: 20px;}
.article .details li a .des::after{content: "";position: absolute;left: 0;top:0; height: 7px;width: 45px;border-radius: 3px;background: #c82623;}
.article .details li a .time { font-size: 16px;color: #b3b3b3;}
.article .details li a:hover .image img{transform: scale(1.1,1.1);}

.xwlb .details li {border-bottom: 1px dashed #6ab3e8;margin-bottom: 18px; }
.xwlb .details li .detail {  display: flex;justify-content: space-between; align-items: center;  padding-bottom: 18px;  font-size: 16px;  overflow: hidden;}
.xwlb .details li a .title {width: 100%; font-size: 18px;color: #333333;line-height: 35px;}
.xwlb .details li a .date { font-size: 18px;white-space: nowrap;flex: 0 0 120px;text-align: right;}
.xwlb .details li a:hover .title {  color: #6ab3e8;}
.xwlb .details li a:hover .date {  color: #6ab3e8;}

.denglu-please{width:280px;height:60px;line-height:60px;text-align:center;border:1px solid rgba(106,179,232,1);margin:60px auto;display:block;border-radius:30px;}

.articleshow{}
.articleshow img{max-width: 100%;}
.articleshow .info{margin-bottom:calc(20px + 2vw);}
.articleshow .title{font-size: 26px; line-height: 40px;margin-bottom:25px ;color: #000;}
.articleshow .date{width: 100%;overflow: hidden;font-size: 16px; color:#bbbbbb;}
.articleshow .date p{float: left;margin-right: 14px;}
.articleshow .image{display: flex;justify-content: center;}
.article_show1{display: flex;justify-content: space-between;}
.article_show1 .image{margin-right: 40px;}
.article_show1 .editor{width: calc(100% - 200px);}
.productshow{}
.content-part-one{overflow: hidden;margin: auto;}
.content-part-one .fl{width: 570px;float: left;font-size: 0;line-height: 0;}
.content-part-one .fl .image{margin-bottom: 20px;}
.content-part-one .fl img{}
.content-part-one .fl .images .img{width: calc(32% - 2px);margin-right: 2%;border: 1px solid #dcdcdc;}
.content-part-one .fl .images img{max-width: 100%;}
.imgdet{
  position: relative;
  height: 570px;
  width: 1204px; 
  z-index: -1;
  
}
.imgdet .imglist{
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 84px;
  /* height: 460px; */
  height: 100%;
  overflow: hidden;
}
.imgdet .imglist ul{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
}
.imgdet .imglist ul li{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  margin-bottom: 10px;
}
.imgdet .imglist ul li:last-of-type{
  margin-bottom: 0;
}
.imgdet .imglist ul .active{
  border: 2px solid #f00;
}
.imgdet .imglist ul li img{
  width: 100%;
  height: 100%;
}
.imgdet .imgpart{
  vertical-align: top;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 570px;
  height: 570px;
  border-radius: 20px;
  /*overflow: hidden;*/
  border: 1px solid #dcdcdc;
}
.imgdet .imgpart .pic{
  position: relative;
  width: 100%;
  height: 100%;

}
.imgdet .imgpart .pic .magnify{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 280px;
  cursor: move;
  background-color: rgba(179,179,179, 0.3);
  opacity: .3;
  filter:alpha(opacity=30);
}
.imgdet .imgpart .pic img{
  width: 100%;
  height: 100%;
}

.imgdet .imgpart .bigpic{
  display: none;
  position: absolute;
  top: -1px;
  right: -576px;
  width: 570px;
  height: 570px;
  z-index: 333;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.imgdet .imgpart .bigpic>img{
  position: absolute;
  top: 0;
  left: 0;
  width: 1140px;
  height: 1140px;
}

.content-part-one .fl:hover .imgdet{
    z-index: 100;
}




.content-part-one .fr{width: calc(100% - 600px);float: right;height: 570px;border-radius: 20px; box-shadow: 0px 0px 5px 5px #f9f9f9;margin: 5px;}
.content-part-one .fr .title{font-size: calc(1vw + 14px) ;line-height:2;margin: 20px auto;border-bottom: 1px solid #e8e8e8;}
.content-part-one .fr .fr-con{min-height: 260px;}
.content-part-one .fr .message{width: 180px; height: 50px;background: #6ab3e8;color:#ffffff;text-align: center;line-height: 50px;border-radius: 25px;}
.content-part-one .fr .summary{font-size: 18px;line-height: 1.8;margin-bottom: 30px;}
.content-part-one .fr .summary *{font-size: 18px;}

.content-part-two{width: 100%;overflow: hidden;background: #f8f8f8;border-radius: 15px;margin: 40px auto;}
.content-part-two .part-two-tt{ background: #6ab3e8;overflow: hidden;color:#ffffff;font-size: 20px;height: 70px;line-height: 70px; text-indent: 28px;border-radius: 15px;}
.content-part-two .part-two-con{width: calc(100% - 120px);margin:60px auto;padding:0px 60px;line-height:1.8;position:relative;overflow:hidden;}
.content-part-two .part-two-con::after{content:"";position:absolute;left:calc(50% - 20px);top:0;width:2px;height:100px; background:linear-gradient(to bottom,rgba(108,180,230,0),rgba(108,180,230,1),rgba(108,180,230,0)); }
.content-part-two .part-two-con p{width:calc(50% - 40px);padding:5px 20px; position:relative;float:left;}
.content-part-two .part-two-con p:nth-child(even){float:right;}
.content-part-two .part-two-con p::after{content:"";position:absolute;left:5px;top:17px;width:8px;height:8px;border-radius:4px;background:#6ab3e8;}
.content-part-three{width: 100%;overflow: hidden;}
.content-part-three .part-three-tt{ overflow: hidden;font-size: 26px;color:#000000;}
.content-part-three .part-three-con{margin:40px auto;}
.content-part-three .part-three-con ul{display: flex;justify-content: space-between;}
.content-part-three .part-three-con ul li{float: left;width: 32%;border-radius: 15px;background: #f8f8f8;}
.content-part-three .part-three-con ul li .title1{background: #6ab3e8;color:#ffffff;width: calc(100% - 60px);padding: 25px 30px; border-radius: 15px 15px 0px 0px;display: flex;align-items: center;justify-content: space-between;}
.content-part-three .part-three-con ul li .title2{width: calc(100% - 60px);padding: 25px 30px;display: flex;align-items: center;}
.content-part-three .part-three-con ul li .title2 img{margin-right: 15px;}
.content-part-three .part-three-con ul li img{max-width: 100%;}

.content-part-four{width: 100%;overflow: hidden;}
.content-part-four .part-four-tt{ overflow: hidden;font-size: 26px;color:#000000;}
.content-part-four .part-four-con{width: 100%;margin: 40px auto;}
.content-part-four .part-four-con .detail li { width: 19%;float:left; border-radius: 3px;  overflow: hidden;  margin-right: 1%;margin-bottom: 25px;background: #f8f8f8;}
.content-part-four .part-four-con .detail li:nth-child(5n) {  margin-right: 0;}
.content-part-four .part-four-con .detail li a{width:calc(100% - 20px);margin: auto;padding: 10px 0px;display: block;}
.content-part-four .part-four-con .detail li .image{ overflow: hidden;border-radius: 10px; display: flex;align-items: center;justify-content: center;/*background: #f8f8f8;*/ }
.content-part-four .part-four-con .detail li .image img{max-width: 100%;max-height: 100%;}
.content-part-four .part-four-con .detail li img{transition: 0.6s;}
.content-part-four .part-four-con .detail li img:hover{transform: scale(1.1,1.1);}
.content-part-four .part-four-con .detail li .title { font-size: 16px;line-height: 25px;height: 50px; color: #000;  margin: 20px 0 0;position: relative;}


.contact_li{width: 100%;overflow: hidden;display: flex;justify-content: space-between;align-items: center;}
.contact_li li{display: flex;justify-content: center;align-items: center;}
.contact_li li .pic{margin-right: 30px;}
.contact_li li .tt{font-size: 22px;line-height: 1;margin-bottom: 12px;}
.contact_li li .con{font-size: 16px;font-weight: lighter;line-height: 1;}
.contact_li li:nth-child(3n+2){width: 32%; border-left: 1px solid #e9e9e9;border-right: 1px solid #e9e9e9;}
#allmap{width: 100%;height: 600px;}



/* 底部 */
.footer {background: #f8f8f8; }
.footer_Wave{position: relative;	z-index: 50;width: 100%;overflow: hidden; height: 100px;}
.footerWave{position:absolute;width:100%;bottom:0;left:0;height:100px;}
.footerWave>svg{display:block;width:100%;height:100%;}
.footerWave .wave-g>use{ animation: move-forever 12s linear infinite;}
.footerWave .wave-g>use:nth-child(1) {animation-delay: -2s;opacity:.5;}
.footerWave .wave-g>use:nth-child(2){ animation-delay: -2s;animation-duration: 5s;opacity:.7;}
.footerWave .wave-g>use:nth-child(3){ animation-delay: -4s;animation-duration: 3s;}
@keyframes move-forever{
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}



.footer-top { background: linear-gradient(to right,#164fe4,#2994f6);width: 100%;overflow: hidden;}
.footer-top .container{display: flex;justify-content: space-between;align-items: center;}
.footer-top .logo{float: left;}
.footer-top .con{line-height: 34px;font-size: 16px;color: #666666;float: right;}
.footer-top .con .conn{float: left;margin-left: 17px;}
.footer-top .con select{width: 180px;height: 40px;line-height: 40px;background: rgba(255, 255, 255, 0);color:#ffffff; border: 1px solid #61b1ff;border-radius: 4px;padding-left: 20px;overflow:hidden;}
.footer-top .con option{color:#000000;width:100%;overflow:hidden;}


.footer-menu{padding: 35px 0px; border-bottom: 1px solid #e8e8e8;}
.footer-menu .container{display: flex;justify-content: space-between;}
.footer-menu .footer-lxfs{
  line-height: 2;
}
.footer-menu .footer-lxfs ul li .title{ 
  color:#999999;
}
.footer-menu .footer_nav{width: 50%;}
.footer-menu .footer_nav ul{display: flex;justify-content: space-between; }
.footer-menu .footer_nav ul li{line-height: 35px;float: left;}
.footer-menu .footer_nav ul li a{font-size: 14px;color: #000000;display: block;}
.footer-menu .footer_nav ul li a.nv{font-size: 16px;color: #000000;}
/*.footer-menu ul li a:hover{color:#80a0ec;}*/





.footer-copyright {color: rgba(0,0,0,0.5);font-size: 16px;}
.footer-copyright .container{border-top:1px solid #dcdcdc;padding: 20px 0px;}
.footer-copyright *{color: rgba(0,0,0,0.5)}

#goprolist{position: fixed;bottom: 505px;right:2%;border:1px solid #f8f8f8;border-radius:26px;overflow:hidden;}
#goprolist .image{display: flex;justify-content: center;align-items: center;}
#goprolist .image img{max-width:100%;max-height:100%;}


#goTopBtn{position: fixed;bottom: 165px;right:2%;border:1px solid #f8f8f8;}
#goTopBtn .image{width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;}
#goTopBtn .image img{max-width:100%;max-height:100%;}

.mypage {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0px 15px;
  margin:0px 3px;
}
.mypage li.active {
  background: #3c7cd6;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}

.back_bg {

  position: fixed;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  left: 0;

  top: 0;

  z-index: 150;

  display: none;

}

.tan_login {

  width: 500px;

  position: fixed;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  background: #fff;

  border-radius: 5px;

  display: none;

  z-index: 200;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);

}

.tan_login .mt {

  padding: 18px 20px;

  overflow: hidden;

  border-bottom: 1px solid #e8e8e8;

}

.tan_login .mt span {

  float: left;

  font-size: 18px;

  color: #333;

  font-weight: bold;

}

.tan_login .mt i {

  float: right;

  cursor: pointer;

}

.tan_login .mc {

  padding: 20px 40px;

  overflow: hidden;

}

.tan_login .mc .detail {

  display: none;

}

.tan_login .mc .detail:first-child {

  display: block;

}

.tan_login .mc .detail2,

.tan_login .mc .detail3 {

  margin-bottom: 15px;

}

.tan_login .mc .text {

  margin-bottom: 16px;

  position: relative;

}

.tan_login .mc .text input[type="text"],

.tan_login .mc .text input[type="password"] {

  width: 100%;

  height: 40px;

  line-height: 40px;

  border: 1px solid #dcdfe6;

  padding-left: 30px;

  padding-right: 15px;

  border-radius: 5px;

  box-sizing: border-box;

}

.tan_login .mc .text i {

  position: absolute;

  top: 12px;

  left: 8px;

}

.tan_login .mc .text span {

  color: red;

  font-size: 12px;

  position: relative;

  top: 5px;

}

.tan_login .mc .text input:focus {

  border: 1px solid #2480b2;

}

.tan_login .mc .text input[type="text"].code {

  width: 296px;

}

.tan_login .mc .text .code_img {

  float: right;

  height: 38px;

  border: 1px solid #dcdfe6;

  border-radius: 5px;

  cursor: pointer;

  width: 100px;

}

.tan_login .mc .text .code_get {

  float: right;

  width: 103.5px;

  height: 38px;

  line-height: 38px;

  text-align: center;

  border: 1px solid #dcdfe6;

  border-radius: 5px;

  cursor: pointer;

}

.tan_login .mc .submit_login {

  width: 100%;

  height: 40px;

  background: #40a1de;

  border: none;

  color: #fff;

  font-size: 16px;

  cursor: pointer;

  margin-bottom: 20px;

}

.tan_login .mc .line {

  height: 100%;

  border-top: 2px solid #ddd;

}

.tan_login .mc .tab {

  height: 38px;

  line-height: 38px;

  border: 1px solid #40a1de;

  text-align: center;

  color: #40a1de;

  font-size: 16px;

  margin-top: 20px;

  cursor: pointer;

}

.tan_login .mc .tab:hover {

  background: #e6f4fd;

}

.tan_login .mc .fg {

  float: right;

  color: #40a1de;

  cursor: pointer;

  margin-top: 10px;

}



/* 会员中心 */

.uWrapper {

  display: flex;

  flex-direction: column;

  min-height: 100vh;

}

.uHeader {

  background-color: #fff;

}

.uHeader .uInfo {

  width: 100%;

  position: fixed;

  top: 0;

  left: 0;

  display: flex;

  align-items: center;

  justify-content: flex-end;

  background: #edf0f5;

  height: 90px;

  padding-right: 110px;

  box-sizing: border-box;

  z-index: 999;

}

.uHeader .uInfo .home{

  margin-right: 15px;

}

.uHeader .uInfo .name {

  color: #6ab3e8;

  margin-right: 15px;

}

.uHeader .uInfo .login-out {

  color: #999999;

}

.uMenu {

  position: fixed;

  width: 260px;

  height: 100vh;

  background: #6ab3e8;

  display: flex;

  flex-direction: column;

  align-items: center;

  padding: 30px 20px 20px 20px;

  box-sizing: border-box;

  z-index: 1000;

  overflow-y: scroll;

}

.uMenu::-webkit-scrollbar {

  display: none;

}

.uMenu ul {

  width: 100%;

  margin: 38px 0 0;

}

.uMenu ul li {

  margin: 0 0 30px 0;

}

.uMenu ul a {

  color: #6ab3e8;

  font-size: 18px;

  padding: 12px 0;

  background: #fff;

  border-radius: 5px;

  display: flex;

  align-items: center;

  padding-left: 30px;

}

.uMenu ul a .fa {

  margin: 0 10px 0 0;

}

.uMenu ul dl {

  margin: 10px 0 0 0;

}

.uMenu ul dd a {

  color: #fff;

  background: unset;

  border-radius: unset;

  padding-left: 55px;

}



.uMian {

  margin: 90px 0 0;

  flex: 1;

  background: #edf0f5;

  position: relative;

  /* top: 90px; */

  top: 0;

  z-index: 900;

  width: 100%;

  box-sizing: border-box;

}

.uBody {

  background: #fff;

  border-radius: 10px;

  margin: 0 85px 40px 340px;

  padding: 45px 40px;

  box-sizing: border-box;

  min-height: calc(100vh - 90px - 40px);

}

.uBody .mt label {

  color: #1f1f1f;

  font-size: 30px;

}

.uBody .mt p {

  margin: 25px 0 0;

  color: #666666;

  font-size: 18px;

}

.uBody .mc {

  margin: 50px 0 0;

}

.uBody .user-form {

  display: flex;

  flex-direction: column;

  flex-wrap: wrap;

}

.uBody .user-form .layui-form-item{

  display: flex;

  flex-direction: column;

}

.uBody .user-form .layui-form-item .layui-form-label{

  float: unset;

  padding-left: 0;

  text-align: left;

  width: auto;

  font-size: 16px;

  font-weight: bold;

}

.uBody .user-form .layui-form-item .layui-form-radio>i{

  font-size: 16px;

}

.uBody .user-form .layui-form-item .layui-input-block{

  margin-left: 0;

}

.uBody .user-form .layui-form-item .layui-input-block .add-line{

  margin-bottom: 10px;

}

.uBody .user-form .layui-form-item .tip{

  line-height: 1.6;

}

.uBody .user-form .layui-form-item {

  flex: 0 0 49%;

}

.uBody .user-form .layui-form-item.flex-100{

  flex: 0 0 98%;

}

.uBody .user-form .layui-form-item .select-city{

  display: flex;

  /* justify-content: space-between; */

}

.uBody .user-form .layui-form-item .select-city .layui-input-inline{

  width: auto !important;

}

.uBody .user-form .layui-form-item .select-city>.layui-input-inline:last-of-type{

  margin-right: 0;

}

.uBody .user-form .layui-form-item .table{

  display: flex;

  margin: 0 0 10px 0;

}

.uBody .user-form .layui-form-item .table-item{

  margin-right: 10px;

}

.uBody .user-form .layui-form-item .table>.table-item:last-of-type{

  margin-right: 0;

}

.uBody .user-form label span {

  color: red;

  margin-right: 4px;

}

.uWelcome{

  margin: 160px 0 0;

  display: flex;

  flex-direction: column;

  align-items: center;

}

.uWelcome .title{

  font-size: 20px;

  margin: 20px 0 0;

  color: #6ab3e8;

}

.uWelcome .company{

  font-size: 20px;

  margin: 10px 0 0;

  color: #6ab3e8;

}

.uWelcome .action{

  display: flex;

  align-items: center;

  margin: 70px 0 0;

  background: #6ab3e8;

  color: #fff;

  padding: 40px 116px;

  font-size: 30px;

  border-radius: 100px;

}

.uWelcome .action .fa-long-arrow-left{

  margin: 0 40px 0 0;

  font-size: 50px;

}

