/* @font-face{font-family:'HarmonyOS_Sans_SC_Bold';src:url(../css/Fonts/HarmonyOS_Sans_SC_Bold.ttf);display:swap;}
@font-face{font-family:'HarmonyOS_Sans_SC_Light';src:url(../css/Fonts/HarmonyOS_Sans_SC_Light.ttf);display:swap;}
@font-face{font-family:'HarmonyOS_Sans_SC_Medium';src:url(../css/Fonts/HarmonyOS_Sans_SC_Medium.ttf);display:swap;}
@font-face{font-family:'HarmonyOS_Sans_SC_Regular';src:url(../css/Fonts/HarmonyOS_Sans_SC_Regular.ttf);display:swap;}
*/
*{outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth;}
.font-r{font-family:"HarmonyOS_Sans_SC_Regular";}
.font-l{font-family:"HarmonyOS_Sans_SC_Light";}
.font-m{font-family:"HarmonyOS_Sans_SC_Medium";}
.font-b{font-family:"HarmonyOS_Sans_SC_Bold";}
html{font-size:100px;font-size:5.2vw;}
body{padding:0;margin:0 auto;color:#000;background-color:#fff;/* font-family:'HarmonyOS_Sans_SC_Regular',sans-serif;*/
 font-family:'HarmonyOS_Sans_SC_Regular';-webkit-text-size-adjust:none;-webkit-tap-highlight:rgba(0,0,0,0);
 /* -webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;user-select:none; */
 font-size:16px;line-height:1.6;}
ul,ol,li{list-style:none;list-style-type:none;}
table{border-collapse:collapse;border-spacing:0}
table td{border-collapse:collapse;font-size:14px;}
img{border:none;max-width:100%;vertical-align:middle;}
a,a:link,a:visited{text-decoration:none;color:inherit;}
.clear{clear:both;height:0px;overflow:hidden;zoom:0;}
.fl{float:left;}
.fr{float:right;}
.clearfix{zoom:1;}
.overscroll{height:100%;overflow:auto;width:100%;}
.overscroll::-webkit-scrollbar{width:4px;height:4px;}
.overscroll::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.1);background:#0089ff;}
.overscroll::-webkit-scrollbar-track{border-radius:10px;background:#f5f5f5;}
.gradient-text{background-image:linear-gradient(45deg,#0cb2ba,#1bcdaa);background-clip:text;-webkit-background-clip:text;color:transparent;}
/*IE/7/6*/
.clearfix:after{content:'';display:block;height:0;clear:both;}
.dot{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.dot2,.dot3,.dot4{display:-webkit-box;display:box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;}
.dot2{-webkit-line-clamp:2;}
.dot3{-webkit-line-clamp:3;}
.dot4{-webkit-line-clamp:4;}
input,select{transition:background-color 66666s;}
[class*='flex']{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;align-items:center;}
[class*='-jl']{justify-content:flex-start;}
[class*='-jc']{justify-content:center;}
[class*='-jr']{justify-content:flex-end;}
[class*='-at']{align-items:flex-start;}
[class*='-ac']{align-items:center;}
[class*='-ab']{align-items:flex-end;}
.pop{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999;align-items:center;justify-content:center;visibility:hidden;}
.pop .popmsk{position:absolute;left:0;top:0;width:100%;z-index:10;height:100%;background:#000;opacity:0.5;}
.pop .popbox{position:relative;z-index:20;background:#fff;padding:0.5rem;border-radius:0.3rem;width:915px;max-width:90%;flex:0 0 auto;top:50px;opacity:0;}
.pop .popbox .tit{text-align:center;line-height:1.1;margin-bottom:0.4rem;}
/* 视频 */
.pop .box_video{padding:50px;width:1050px;max-width:90%;border-radius:10px;position:relative;top:50px;opacity:0;z-index:5;}
.act.pop .box_video{top:0;opacity:1;transition:.3s;}
.pop .popbox1{align-items:center;justify-content:center;width:100%;height:100%;position:relative;z-index:5;}
.pop .msk{width:100%;height:100%;position:absolute;z-index:-1;background:rgba(0,0,0,0.5);backdrop-filter:blur(5px);}
.pop .box_video .close{position:absolute;right:10px;top:10px;width:30px;text-align:center;line-height:30px;cursor:pointer;z-index:50;}
.pop .box_video .close .iconfont{font-size:22px;color:#fff;}
.videobox video{width:100%;}
.baseForm .line{margin-bottom:0.15rem;}
.baseForm .line .li{flex:0 0 auto;width:49%;}
.baseForm .input{width:100%;height:0.5rem;padding:0 1.2em;font-size:inherit;font-family:inherit;background:#f6f8fa;border-radius:6px;border:none;outline:none;min-height:40px;color:#666;}
.baseForm .textarea{width:100%;border:none;outline:none;font-size:inherit;font-family:inherit;padding:0.5em 1.2em;background:#f6f8fa;border-radius:6px;line-height:1.5;resize:none;height:1.2rem;min-height:7em;}
.baseBtns{margin-top:0.3rem;}
.baseBtns .btn{flex:0 0 auto;margin:0 0.1rem;line-height:0.6rem;padding:0 1.5em;text-align:center;min-width:1.5rem;background:#f6f8fa;color:#999;cursor:pointer;border-radius:0.6rem;position:relative;z-index:2;overflow:hidden;}
.baseBtns .btn.ok{background:#b6004f;color:#fff;}
.baseBtns .btn:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#000;z-index:-1;opacity:0;transition:.3s;}
.baseBtns .btn:hover:before{opacity:0.1;}
.pop.act{visibility:visible;}
.pop.act .popbox{top:0;opacity:1;transition:.3s;}
.f14{font-size:14px;}
.f16{font-size:0.16rem;}
.f18{font-size:0.18rem;}
.f20{font-size:0.2rem;}
.f22{font-size:0.22rem;}
.f24{font-size:0.24rem;}
.f26{font-size:0.26rem;}
.f28{font-size:0.28rem;}
.f30{font-size:0.3rem;}
.f32{font-size:0.32rem;}
.f34{font-size:0.34rem;}
.f36{font-size:0.36rem;}
.f38{font-size:0.38rem;}
.f40{font-size:0.4rem;}
.f42{font-size:0.42rem;}
.f48{font-size:0.48rem;}
.f52{font-size:0.52rem;}
.f60{font-size:0.6rem;}
.iconfont{font-size:inherit !important;}
.hovimg{overflow:hidden;}
.hovimg img{display:block;width:100%;transition:.8s;transform:scale(1);}
.hovimg .pic{display:block;width:100%;transition:.8s;transform:scale(1);background-position:center;background-repeat:no-repeat;background-size:cover;}
.item:hover .hovimg img,.hovimg:hover img,.item:hover .hovimg .pic,.hovimg:hover .pic{transform:scale(1.05);}
.header{position:fixed;z-index:1055;color:#fff;left:0;top:0;width:100%;transition:.3s;}
.header:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:#fff;opacity:0.1;pointer-events:none;}
.inner{width:100%;margin:0 auto;/* padding:0 8.33%;*/
 max-width:1600px;}
.auto1440{width:100%;max-width:1440px;margin:0 auto;}
.logo{flex:0 0 auto;margin-right:0.4rem;font-size:0;line-height:80px;height:80px;}
.logo img{max-height:60%;display:inline-block;vertical-align:middle;max-width:160px;}
.logo .x2{display:none;}
.nav li{flex:0 0 auto;padding:0 0.3rem;}
.nav li .pa{display:block;line-height:80px;transition:.16s;}
.nav li.act .pa,.nav li:hover .pa{color:#b6004f;}
.fixsub{position:fixed;left:0;top:70px;width:100%;background:#fff;color:#1b1f24;padding:0.3rem 0;visibility:hidden;opacity:0;border-top:1px solid #e0e2e4;}
.fixsub .li{padding:10px 0;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;}
.fixsub .li .ll{flex:0 0 auto;margin-right:0.4rem;line-height:1;padding:5px 0;}
.fixsub .li .lr{flex:1 1 auto;overflow:hidden;justify-content:flex-start;flex-wrap:wrap;}
.fixsub .li dd{line-height:1.125;padding:5px 0;margin-right:0.3rem;flex:0 0 auto;}
.fixsub .li dd a{display:block;transition:.16s;}
.fixsub a:hover{color:#b6004f;text-decoration:underline;}
.nav li:not(:nth-of-type(4)){position:relative;}
.nav li:not(:nth-of-type(4)) .fixsub{position:absolute;padding:.1rem 0;}
.sub_navs{padding:0 .1rem;}
.sub_navs .sub_nav{display:block;text-align:center;margin:.10rem 0;}
.nav li:hover .fixsub{top:80px;visibility:visible;opacity:1;transition:.3s;}
.lang{flex:0 0 auto;position:relative;}
.lang .btn{cursor:pointer;height:2.5em;background:#b6004f;padding:0 1.1em;border-radius:2.5em;line-height:1;color:#fff;}
.lang .btn .iconfont{font-size:0.8em !important;margin-left:5px;}
.drop{position:absolute;left:50%;min-width:100%;top:150%;padding-top:10px;transform:translate(-50%);text-align:center;z-index:50;visibility:hidden;opacity:0;}
.drop .dropin{position:relative;background:#f6f8fa;color:#333;border-radius:0.1rem;padding:0.1rem;font-size:14px;box-shadow:0 0 20px rgba(0,0,0,0.1);}
.drop .dropin:before{content:"";position:absolute;left:50%;bottom:100%;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #f6f8fa;margin-left:-6px;}
.drop a{display:block;line-height:2;}
.lang:hover .drop{transition:.3s;visibility:visible;opacity:1;top:100%;}
.header:hover,.header.white{background:#f6f8fa;border-color:#e0e2e4;color:#1b1f24;}
.header.white{box-shadow:0 0 20px rgba(0,0,0,0.16);}
.header:hover .logo .x1,.header.white .logo .x1{display:none;}
.header:hover .logo .x2,.header.white .logo .x2{display:inline-block;}
.indexBan{position:relative;z-index:10;
  perspective:200vw;
}
.indexBan .mimg{display:block;width:100%;min-height:400px;object-fit:cover;}
.indexBan .icons{position:absolute;width:45.45%;height:100%;right:47%;z-index:5;top:10%;transform-style:preserve-3d;transform-origin:right center;transform:scale(0.9) rotateY(0deg);}
.indexBan .icons .i{position:absolute;opacity:0.3;transition:.3s;cursor:default;}
.indexBan .icons .i:hover{transform:scale(1.1);}
.index_banner{
  position: relative;
}
.index_banner .swiper-pagination{
  bottom: .15rem;
  width: 100%;
}
.index_banner .swiper-pagination .swiper-pagination-bullet{
  width: .16rem;
  height: .16rem;
  background-color: rgba(255,255,255, .2);
  opacity: 1;
  margin: 0 .05rem;
}
.index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #b6004f;
}
.index_banner .index_video {
  width: 100%;
  height: 100%;
  position: relative;
}

.index_video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_banner .swiper-slide {
  height: auto;
}

.index_banner .index_item {
  display: block;
  height: 100%;
  width: 100%;
} 
.index_banner .index_item>img{
  height: 100%;
  object-fit: cover; 
}
.index_banner .index_item .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: right;
  color: #fff;
}


/* .indexBan .icons .i1{width:12%;top:70%;left:51%;animation:flush2 ease-in-out 3s infinite;}
.indexBan .icons .i2{top:65%;width:8.7%;left:72%;animation:flush ease-in-out 3s infinite;animation-delay:.1s;}
.indexBan .icons .i3{width:13.57%;top:36%;left:35%;animation:flush2 ease-in-out 3s infinite;animation-delay:.2s;}
.indexBan .icons .i4{width:13.14%;top:41%;left:72%;animation:flush ease-in-out 3s infinite;animation-delay:.1s;}
.indexBan .icons .i5{width:23.28%;top:0;left:68%;animation:flush ease-in-out 3s infinite;animation-delay:.2s;}
.indexBan .icons .i6{width:15.86%;top:46.5%;left:50%;animation:flush ease-in-out 3s infinite;animation-delay:.2s;}
.indexBan .icons .i7{width:12.43%;top:22%;left:62%;animation:flush ease-in-out 3s infinite;animation-delay:.3s;}
.indexBan .icons .i8{width:12%;top:59%;right:0;animation:flush2 ease-in-out 3s infinite;animation-delay:.2s;}
.indexBan .icons .i9{width:11.71%;top:32.5%;left:83%;animation:flush2 ease-in-out 3s infinite;animation-delay:.1s;}
.indexBan .icons .i10{width:10%;top:57%;left:33%;animation:flush2 ease-in-out 3s infinite;animation-delay:.3s;}
*/
/* @keyframes flush{0%,100%{opacity:0.2;}
50%{opacity:1;}
}
@keyframes flush2{0%,100%{opacity:0.1;}
50%{opacity:0.3;}
}
*/
.indexBan .icons .i1{width:12%;top:82%;left:67%;}
.indexBan .icons .i2{top:46%;width:8.7%;left:55%;}
.indexBan .icons .i3{width:13.57%;top:64%;left:72%;}
.indexBan .icons .i4{width:13.14%;top:25%;left:77%;}
.indexBan .icons .i5{width:24.28%;top:0;left:78%;}
.indexBan .icons .i6{width:15.86%;top:57.5%;left:61%;}
.indexBan .icons .i7{width:12.43%;top:38%;left:70%;}
.indexBan .icons .i8{width:12%;top:74%;right:0;}
.indexBan .icons .i9{width:11.71%;top:43.5%;left:90%;}
.indexBan .icons .i10{width:10%;top:70%;left:54%;}
.indexBan .icons .i.active{animation:flush ease-in-out 3s infinite;}
@keyframes flush{0%,100%{opacity:0.3;}
50%{opacity:1;}
}
.indexBan .txt{position:absolute;left:0;top:0;width:100%;height:100%;text-align:right;color:#fff;}
.indexBan .txt .t1{line-height:1;border-bottom:6px solid #b6004f;display:inline-block;margin-bottom:0.1rem;}
.indexBan .txt .t2{line-height:1;margin-bottom:0.1rem;}
.indexBan .txt .p{letter-spacing:0.12rem;}
.application{padding-top:1.4rem;}
.title{text-align:center;margin-bottom:0.7rem;}
.title .tit{line-height:1.2;margin-bottom:0.1rem;font-weight:normal;}
.title .tp{color:#999;}
.application .item{flex:1 1 auto;/* flex:1 1 16.66%;*/
 transition:.3s;padding-bottom:31.5%;position:relative;/* overflow:hidden;background-position:center;background-repeat:no-repeat;background-size:cover;*/
 align-items:flex-end;z-index:5;color:#fff;text-align:center;cursor:pointer;}
.application .item .txt{flex:0 0 auto;padding:0.4rem 0.2rem;position:absolute;left:50%;bottom:0;transform:translate(-50%,0);width:100%;z-index:10;}
.application .item .it{line-height:1.2;}
.application .item .ip{margin-top:0.1rem;max-height:0;overflow:hidden;transition:.3s;line-height:1.875;}
.application .item .img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:101%;height:100%;transition:.3s;overflow:hidden;}
.application .item .img img{display:block;width:100%;height:100%;object-fit:cover;}
@media (min-width:768px){.application .item:first-child .img{transform-origin:left center;left:0;transform:translate(0,-50%);}
.application .item:first-child .txt{left:0;transform:translate(0);}
.application .item:last-child .img{transform-origin:right center;left:auto;right:0;transform:translate(0,-50%);}
.application .item:last-child .txt{left:auto;right:0;transform:translate(0);}
.application .item:hover .img{width:143.75%;height:112.9%;z-index:5;transition:.3s;border-radius:.3rem;}
.application .item:hover .txt{width:143.75%;}
.application .item:hover{z-index:20;}
}
/* .application .item:hover{flex:1 1 31.25%;}
*/
.application .item:hover .ip{max-height:7.5em;transition-delay:.3s;}
.application .item:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:30%;z-index:-1;background:linear-gradient(0deg,rgba(0,0,0,0.8),transparent);}
.application .item:hover:after{height:50%;background:linear-gradient(0deg,#b6004f,transparent);}
.advantage{padding:1.4rem 0 1.7rem;background:url(../images/bg1.jpg) no-repeat center;background-size:cover;}
.advantage .items{display:grid;grid-gap:10px;grid-template-columns:1fr 1.4fr 1.4fr 1fr;grid-template-rows:1fr 1fr;}
.advantage .item:nth-child(5n+1){grid-row-start:1;grid-row-end:3;border-radius:0.2rem 0 0 0.2rem;}
.advantage .item:nth-child(5n+2){.advantage .item:nth-child(5n+2);grid-column-start:2;grid-column-end:4;}
.advantage .item:nth-child(5n+3),.advantage .item:nth-child(5n+4){grid-row-start:2;}
.advantage .item:nth-child(5n+5){grid-row-start:1;grid-row-end:3;border-radius:0 0.2rem 0.2rem 0;}
.advantage .item{padding:0.5rem 0.5rem 0.9rem;color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;z-index:5;overflow:hidden;}
.advantage .item:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(150deg,#b6004f,transparent 60%);z-index:-1;opacity:0;transition:0.16s;}
.advantage .item:hover:before{opacity:1;}
.advantage .item .ico{font-size:0;height:55px;line-height:55px;margin-bottom:0.2rem;}
.advantage .item .ico img{max-height:100%;}
.advantage .item .ico img{animation:topbot 3s infinite;-webkit-animation:topbot 3s infinite;}
@keyframes topbot{0%{transform:translate(0,-10px);-webkit-transform:translate(0,-10px);-moz-transform:translate(0,-10px);-ms-transform:translate(0,-10px);-o-transform:translate(0,-10px);}
50%{transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);}
100%{transform:translate(0,-10px);-webkit-transform:translate(0,-10px);-moz-transform:translate(0,-10px);-ms-transform:translate(0,-10px);-o-transform:translate(0,-10px);}
}
.advantage .item .it{line-height:1.2;margin-bottom:0.1rem;}
.advantage .item .ip{line-height:1.67;max-width:21em;}
.footer{padding-top:1.4rem;background:#1b1f24;color:rgba(255,255,255,0.5);position:relative;}
.footer .fbtn{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);background:#fff;z-index:10;padding:0.1rem;border-radius:0.9rem;}
.footer .fbtn .btn{background:#b6004f;height:0.6rem;color:#fff;padding-right:6px;border-radius:0.6rem;cursor:pointer;}
.footer .fbtn .btn .p{flex:0 0 auto;padding:0 0.3rem;}
.footer .fbtn .btn .ico{flex:0 0 auto;width:0.48rem;height:0.48rem;background:rgba(0,0,0,0.3);border-radius:50%;}
.ftp{padding-bottom:1rem;}
.ftp .flogo{flex:0 0 auto;transform:translate(0,-40%);}
.fnavs{flex:1 1 auto;overflow:hidden;padding:0 0.8rem;}
.fnavs dl{flex:0 1 auto;padding:0 0.2rem;}
.fnavs dl dt{line-height:1;color:#fff;margin-bottom:0.2rem;}
.fnavs dl dd{margin-bottom:0.2rem;}
.footer a:hover{color:#fff;}
.fcnt{flex:0 0 auto;width:325px;}
.fcnt .tb{margin-bottom:0.24rem;}
.fcnt .tb .i{flex:0 0 auto;padding:0 1em;line-height:2.25;border-radius:3em;background:rgba(255,255,255,0.04);margin-right:8px;cursor:pointer;color:#fff;transition:.3s;}
.fcnt .tb .i.on,.fcnt .tb .i:hover{background:#b6004f;}
.fcnt .tgs .p{line-height:1.875;}
.fcnt .codes{margin-top:0.3rem;justify-content:flex-start;}
.fcnt .codes .i{text-align:center;flex:0 0 auto;width:94px;margin-right:12px;line-height:1;}
.fcnt .codes .i .img{background:#fff;padding:5px;border-radius:0.1rem;margin-bottom:0.1rem;}
.fbot{border-top:1px solid rgba(255,255,255,0.1);padding:0.2rem 0;flex-wrap:wrap;}
.copy{flex:0 0 auto;max-width:100%;padding:5px 0;padding-right:0.3rem;}
.flinks{flex:0 0 auto;padding:5px 0;}
.flinks a{padding:0 5px;}
@media(max-width:1600px){.inner,.auto1440{padding:0 30px;}
}
@media(max-width:1440px){body{font-size:14px;}
.f16{font-size:14px;}
.f18{font-size:16px;}
/* .inner{padding:0 5%;}
*/
}
@media(max-width:1280px){}
@media(max-width:1024px){html{font-size:86px;}
.inner,.auto1440{padding:0 15px;}
.f20{font-size:0.18rem;}
.f22{font-size:0.18rem;}
.f24{font-size:0.2rem;}
.f26{font-size:0.2rem;}
.f28{font-size:0.2rem;}
.f30{font-size:0.22rem;}
.f32{font-size:0.22rem;}
.f34{font-size:0.24rem;}
.f36{font-size:0.24rem;}
.f38{font-size:0.26rem;}
.f40{font-size:0.26rem;}
.f42{font-size:0.26rem;}
.f48{font-size:0.26rem;}
.f52{font-size:0.4rem;}
.f60{font-size:0.42rem;}
.header{background:#f6f8fa;border-color:#e0e2e4;color:#1b1f24;box-shadow:0 0 20px rgba(0,0,0,0.16);}
.header .inner{padding:0 30px;}
.header .logo .x1{display:none;}
.header .logo .x2{display:inline-block;}
.nav{position:fixed;right:0;top:60px;bottom:100%;background:#f6f8fa;width:100%;font-size:16px;overflow:hidden;transition:.3s ease-in-out;}
.logo{height:60px;line-height:60px;}
.nav ul{display:block;}
.nav li{padding:0;}
.nav li .pa{line-height:50px;padding:0 30px;position:relative;border-bottom:1px solid #ededed;}
.nav li.haschild .pa:after{content:'\e65c';font-family:'iconfont';position:absolute;right:10px;top:50%;line-height:30px;width:30px;text-align:center;margin-top:-15px;transition:.3s;}
.nav li.haschild.act .pa:after{transform:rotate(90deg);}
.fixsub{position:relative;top:0 !important;visibility:visible;opacity:1;max-height:0;overflow:hidden;padding:0;border:none;transition:.3s;}
.act .fixsub{max-height:400px;}
.fixsub .li{display:block;padding:10px 0 0;}
.fixsub .li .ll{margin-right:0;padding:0;margin-bottom:10px;}
.fixsub .inner{padding:10px 30px;border-bottom:1px solid #ededed;}
.nav li:not(:nth-of-type(4)) .fixsub{position:relative;}
.sub_navs{display:flex;flex-wrap:wrap;padding:0 30px;}
.sub_navs .sub_nav{margin-right:.2rem;}
.lang .btn{font-size:12px;}
.openMenu{flex:0 0 auto;padding:15px;margin-left:20px;position:relative;}
.openMenu i{position:absolute;left:0;top:50%;width:100%;background:#b6004f;height:1px;}
.openMenu i:before,.openMenu i:after{content:"";position:absolute;left:0;width:100%;height:100%;background:#b6004f;transition:.3s;}
.openMenu i:before{top:8px;}
.openMenu i:after{top:-8px;}
.showMenu .nav{bottom:0;}
.showMenu .openMenu i{background:transparent;}
.showMenu .openMenu i:before{top:0;transform:rotate(45deg);}
.showMenu .openMenu i:after{top:0;transform:rotate(-45deg);}
.advantage .items{display:block;}
.advantage .item{border-radius:0.2rem !important;margin-bottom:10px;}
.footer{padding-top:60px;}
.fnavs{display:none;}
.ftp{display:block;text-align:center;padding-bottom:30px;}
.ftp .flogo{transform:none;}
.ftp .flogo img{height:40px;}
.fcnt{width:auto;display:inline-block;margin-top:30px;}
.fcnt .tb{justify-content:center;}
.fcnt .codes{justify-content:center;}
.fbot{display:block;text-align:center;}
.nav li:not(:nth-of-type(4)) .fixsub{padding: 0;}
}
@media(max-width:768px){.f16{font-size:14px;}
.f18{font-size:16px;}
.f20{font-size:16px;}
.f22{font-size:18px;}
.f24{font-size:18px;}
.f28{font-size:20px;}
.f30{font-size:20px;}
.f32{font-size:22px;}
.f36{font-size:22px;}
.f40{font-size:24px;}
.f48{font-size:24px;}
.f52{font-size:24px;}
.f60{font-size:28px;}
.overscroll::-webkit-scrollbar{width:3px;height:3px;}
.application{padding-top:50px;}
.title{margin-bottom:40px;}
.application .items{flex-wrap:wrap;}
.application .item{flex:0 0 auto !important;width:50%;height:auto;padding-bottom:50%;}
.application .item .txt{position:absolute;/* left:0;*/
 bottom:0;width:100%;z-index:5;padding:0.4rem 0.15rem;}
.application .item .ip{font-size:12px;max-height:none !important;margin-top:5px;}
.advantage{padding:50px 0;}
.advantage .item .ico{height:34px;line-height:34px;}
.indexBan .txt .t1{border-width:2px;}
.indexBan .txt .p{letter-spacing:0;}
.footer .fbtn .btn .p{padding:0 10px;font-size:12px;}
.footer .fbtn .btn{padding:0 6px;height:40px;}
.footer .fbtn .btn .ico{width:33px;height:33px;}
.footer .fbtn{padding:3px;}
.baseForm .line.flex{display:block;margin-bottom:0;}
.baseForm .line .li{width:auto;margin-bottom:10px;}
.baseForm .line{margin-bottom:10px;}
.baseBtns .btn{line-height:3;min-width:8em;}
.pop .popbox{padding:40px 30px;}
}
@media(max-width:540px){}
/* 栏目页 */
.text_center{text-align:center;}
.color_fff{color:#fff;}
.base_banner{position:relative;}
.base_banner .imgbox{padding-bottom:33.6%;position:relative;}
.base_banner img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.base_banner .text_box{position:absolute;left:50%;top:50%;width:100%;transform:translate(-50%,-50%);}
.base_banner .cn_desc{margin-top:.2rem;}
.locat_box{position:relative;}
.locat_box::before{content:'';display:block;position:absolute;left:0;right:0;bottom:0;height:1px;background-color:#e5e5e5;}
.locat{display:flex;justify-content:space-between;align-items:center;}
.locs{display:flex;align-items:center;padding-right:15px;}
.locs .loc{padding:.4rem 0;position:relative;color:#999999;margin-right:.7rem;}
.locs .loc:hover,.locs .loc.cur{color:#1b1f24;}
.locs .loc:hover::before,.locs .loc.cur::before{content:'';display:block;position:absolute;bottom:0;left:0;right:0;height:.05rem;background-color:#b6004f;}
.locat .right{display:flex;align-items:center;color:#999;}
.locat .right a,.locat .right span{padding:.4rem 0;}
.locat .right span{color:#b6004f;}
.profile01{position:relative;}
.bg_relative{position:absolute;top:0;left:0;width:100%;height:100%;}
.bg_relative img{width:100%;height:100%;object-fit:cover;}
.base_padding{padding:1.2rem 0;}
.profile_box{display:flex;position:relative;z-index:2;width:65%;}
.profile_box .left{flex:1;}
.profile_box .right{width:1.5rem;min-width:1.5rem;padding-top:.98rem;margin-left:1rem;}
.profile_box .profile_tit{color:#1b1f24;line-height:1;}
.profile_box .editor{color:#555;line-height:1.875;margin-top:.5rem;}
.move_nums .move_num{margin-bottom:.4rem;}
.move_nums .move_tit{color:#555;}
.move_nums .move_box{color:#b6004f;padding-right:.26rem;position:relative;display:inline-block;margin-top:.1rem;}
.move_nums .move_sz{line-height:1;}
.move_nums .move_t{position:absolute;top:0;line-height:.6;right:0;}
.move_nums .move_b{position:absolute;bottom:0;line-height:1;right:0;}
.news01{background-color:#fafbfc;}
.new_box .new_tit{color:#1b1f24;}
.news_swiper{margin-top:.75rem;}
.news_swiper .swiper-slide{height:auto;}
.news_swiper .news_item{border-radius:.2rem;overflow:hidden;display:flex;height:100%;flex-direction:column;}
.news_swiper .imgbox{padding-bottom:67.5%;position:relative;overflow:hidden;}
.news_swiper .imgbox img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transition:all .5s;}
.news_swiper .text_box{padding:.45rem;background-color:#fff;flex:1;}
.news_swiper .tit{color:#1b1f24;}
.news_swiper .desc{color:#999999;line-height:1.5;margin-top:.1rem;}
.news_swiper .time{color:#b6004f;margin-top:.3rem;}
.news_swiper .news_item:hover img{transform:scale(1.1);}
.news_swiper .news_item:hover .tit{color:#b6004f;}
.news01 .news_list{padding-bottom:.78rem;}
.news_list{display:flex;flex-wrap:wrap;}
.news_list .item{width:32%;margin-top:2%;background-color:#fff;border-radius:.2rem;padding:.45rem;}
.news_list .item:not(:nth-child(3n+1)){margin-left:2%;}
.news_list .month{color:#b6004f;}
.news_list .year{color:#b6004f;margin-top:.05rem;}
.news_list .tit{color:#1b1f24;line-height:1.28;margin-top:.4rem;}
.news_list .desc{color:#999999;margin-top:.2rem;line-height:1.5;}
.news_list .item:hover{background-color:#b6004f;}
.news_list .item:hover .tit,.news_list .item:hover .year,.news_list .item:hover .month,.news_list .item:hover .desc{color:#fff;}
.Pages{text-align:center;}
.Pages .p_page{display:flex;justify-content:center;}
.Pages .p_page a{width:.5rem;text-align:center;line-height:.46rem;position:relative;display:inline-block;font-style:initial;margin:0 .05rem;color:#0d0c2a;background-color:#f6f8fa;border-radius:50%;}
.Pages .p_page .num a{background-color:#f6f8fa;border:2px solid transparent;}
.Pages .p_page a.a_cur{background-color:#fff;border-color:#b6004f;color:#ca111a;}
.Pages .p_page .num a:hover{background-color:#b6004f;}
.Pages .p_page .num a:hover{background-color:#fff;border-color:#b6004f;color:#ca111a;}
.Pages a.a_prev{background-position:center;background-repeat:no-repeat;background-size:.13rem;background-image:url(../images/page_left.png);background-color:#fefefe;border:2px solid #f6f8fa;}
.Pages a.a_next{background-position:center;background-repeat:no-repeat;background-size:.13rem;background-image:url(../images/page_right.png);background-color:#fefefe;border:2px solid #f6f8fa;}
.Pages a.a_prev:hover{background-image:url(../images/page_left_active.png);background-color:#b6004f;}
.Pages a.a_next:hover{background-image:url(../images/page_right_active.png);background-color:#b6004f;}
@media(max-width:768px){.Pages .p_page a{width:.35rem;line-height:.31rem;}
}
.hbox1{padding-bottom:.8rem;}
.hbox1 .hbox1_top{display:flex;background-color:#f6f8fa;padding:1.2rem 0 .5rem;}
.hbox1_top .ctitle{text-align:center;}
.other1{display:flex;align-items:center;justify-content:center;color:#999999;margin-top:.25rem;}
.other1 .source,.other1 .time{margin:0 .25rem;}
.hbox1 .editor{padding:.5rem 0;line-height:1.5;}
.hbox1 .editor p{color:#999999;}
.new_go .new_goit{display:flex;}
.new_go{position:relative;padding:.5rem 1.25rem .5rem 0;border-top:1px solid #ccc;}
.new_go .new_goit{display:flex;}
.new_go .new_goit:not(:first-child){margin-top:.1rem;}
.new_go .new_goit a{color:#666666;display:inline-block;}
.goback span{color:#b6004f;}
.new_go .new_goit a:hover{color:#b6004f;}
.goback{text-align:center;background-image:url(../images/page_right_red.png);background-repeat:no-repeat;background-position:center right;padding-right:30px;display:inline-block;border-bottom:1px solid #b6004f;}
.new_go .goback{position:absolute;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);right:0;}
.contact01{background-color:#f6f8fa;}
.contact01 .ctitle{color:#1b1f24;text-align:center;line-height:1.2;}
.contact01 .office_list{margin-top:.7rem;}
.office_list{display:flex;flex-wrap:wrap;}
.office_list .item{padding:.5rem;border-radius:.15rem;background-image:url(../images/office_bg.png);background-repeat:no-repeat;background-size:cover;background-position:center;width:24.025%;margin-bottom:1.3%;border:2px solid transparent;transition:all .3s;}
.office_list .item:hover{background-image:url(../images/office_bg_active.png);border-color:#b6004f;}
.office_list .item:not(:nth-child(4n+1)){margin-left:1.3%;}
.office_list .tit{color:#1b1f24;line-height:1.2;padding:.25rem 0;border-bottom:1px solid #e3e4e4;position:relative;}
.office_list .tit::before{content:'';display:block;position:absolute;bottom:-1px;height:2px;background-color:#b6004f;left:0;bottom:0;width:.55rem;}
.office_list .its{margin-top:15px;}
.its .it{margin-top:.3rem;}
.its .it_tit{color:#999999;line-height:1.2;}
.its .it_desc{color:#1b1f24;line-height:1.33;margin-top:.05rem;}
.contact02{background-image:linear-gradient(#eaeff4,#ffffff 30%);}
.contact02 .ctitle{text-align:center;color:#1f1717;}
.contact02 .form1{max-width:1020px;margin:.7rem auto 0;}
.form_list{display:flex;flex-wrap:wrap;}
.form_list .form_item.w50{width:49%;}
.form_list .form_item.w100{width:100%;}
.form_list .form_item.margin_left{margin-left:2%;}
.form_list .form_item{background-color:#f6f8fa;padding:.25rem;margin-bottom:2%;border-radius:.06rem;}
.form_list .input input,.form_list .input textarea{color:#999999;border:none;resize:none;background-color:transparent;width:100%;height:100%;}
.form_list .form_item.area textarea{height:.9rem;}
.form1 .form_btns{margin-top:.3rem;}
.form_btns{display:flex;justify-content:center;}
.form_btns .form_btn{width:1.5rem;height:.6rem;line-height:.6rem;text-align:center;border-radius:.3rem;margin:0 .1rem;cursor:pointer;}
.form_btns .form_btn.success{background-color:#b6004f;color:#fff;}
.form_btns .form_btn.cancel{background-color:#f6f8fa;color:#999999;}
.join01 .ctitle{text-align:center;color:#1b1f24;}
.join01 .join_list{margin-top:.8rem;}
.join_list{display:flex;flex-wrap:wrap;margin-bottom:.6rem;position:relative;}
.join_list .item{width:100%;margin-bottom:.15rem;}
/* .join_list .item:not(:nth-child(2n+1)){margin-left:2%;}
*/
.join_list .join_top{padding:.6rem .8rem .6rem .4rem;position:relative;border:1px solid #e4e4e4;}
.join_list .join_top::before{content:'';display:block;position:absolute;right:.45rem;width:.4rem;height:.4rem;background-image:url(../images/page_right_active.png);background-repeat:no-repeat;background-size:.13rem;background-color:#b6004f;border-radius:50%;background-position:center;top:50%;transform:translate(0,-50%);}
.join_list .ctit{margin-top:.15rem;color:#999999;}
.join_list .join_hover{/* position:absolute;top:0;bottom:.15rem;width:49%;*/
 width:100%;transition:all .5s;background-color:#fff;z-index:2;/* border:1px solid #b6004f;*/
 border:1px solid #e4e4e4;opacity:0;height:0;overflow:hidden;}
/* .join_list .item:nth-child(2n+1) .join_hover{left:0;}
.join_list .item:nth-child(2n) .join_hover{right:0;}
*/
.join_list .join_hover .join_top{border:none;padding:.4rem 0 .3rem;}
.join_list .join_hover .join_top::before{background-image:url(../images/join_btn1.png);background-color:#f6f8fa;background-size:.09rem;}
.join_editors .editor_tit{color:#1b1f24;padding-top:.4rem;}
.join_editors{border-top:1px solid #e4e4e4;}
.join_editors .editor{color:#1b1f24;margin-top:.25rem;line-height:1.875;}
.join_other {padding-top: 0.4rem;}
.join_other .pt{color:#1b1f24;line-height:1.5;margin-bottom:.15rem;}
.join_btn{background-color:#b6004f;padding:.08rem .08rem .08rem .3rem;display:flex;align-items:center;margin-top:.5rem;width:fit-content;border-radius:.3rem;}
.join_btn span{color:#fff;}
.join_btn i{width:.48rem;height:.48rem;background-color:#7f0037;border-radius:50%;margin-left:.5rem;background-image:url(../images/join_btn.png);background-repeat:no-repeat;background-position:center;}
.join_list .item:hover .join_hover{padding:0 .4rem .4rem .4rem;opacity:1;overflow:unset;height:auto;}
.join_list .join_hover .join_top{display:none;}
.join_list .item:hover .join_top::before{background-image:url(../images/join_btn1.png);background-color:#f6f8fa;background-size:.09rem;}
.search1{margin:0 auto;width:100%;max-width:840px;display:flex;align-items:center;border:1px solid #e5e5e5;border-radius:.3rem;padding:.05rem;}
.search1 .input{flex:1;padding:0 .25rem;}
.search1 .input input{width:100%;border:none;background-color:transparent;}
.search1 .input_btn{background-color:#b6004f;border-radius:.25rem;padding:.12rem .35rem;color:#fff;cursor: pointer;}
.filters_box{padding:.6rem 0;width: fit-content;margin: 0 auto;}
.filters_box .item{display:flex;margin-bottom:.2rem;}
.filters_box .item_tit{color:#1b1f24;white-space:nowrap;padding:.1rem .3rem .1rem 0;position:relative;}
.filters_box .item_tit::before{content:'';display:block;position:absolute;right:0;top:.2rem;/* top:50%;transform:translate(0,-50%);*/
 height:.15rem;width:1px;background-color:#e5e5e5;}
.filters{display:flex;flex-wrap:wrap;padding-left:.2rem;}
.filters .fil{color:#1b1f24;margin-right:.12rem;padding:.1rem .22rem;border-radius:.25rem;cursor:pointer;}
.filters .fil.cur{background-color:#b6004f;color:#fff;}
.case_list{display:flex;flex-wrap:wrap;}
.case_list .item{width:27.33%;margin-bottom:.4rem;}
.case_list .item:not(:nth-child(3n+1)){margin-left:9%;}
.case_list .imgbox{overflow:hidden;padding-bottom:69%;position:relative;}
.case_list .imgbox img{width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;transition:all .5s;}
.case_list .text_box{padding:.25rem 0;position:relative;}
.case_list .tit{color:#1b1f24;padding-right:.2rem;position:relative;}
.case_list .item:hover img{transform:scale(1.1);}
.case_list .item:hover .text_box::before{width:100%;}
.case_list .item:hover .tit::before{content:'';display:block;position:absolute;right:.1rem;background-image:url(../images/page_right_red.png);width:.13rem;height:.09rem;background-size:contain;top:50%;transform:translate(0,-50%);}
.case_list .item .text_box::before{content:'';display:block;position:absolute;left:0;bottom:0;width:0;height:2px;transition:all .5s;background-color:#b6004f;}
.header_top{padding-top:80px;}
.header .x3{display:none;}
.header_blue .logo .x3{display:inline-block !important;}
.header_blue .logo .x1,.header_blue .logo .x2{display:none !important;}
.header_blue .nav li.act .pa,.header_blue .nav li:hover .pa{color:#0089ff;}
.header_blue .header:hover,.header_blue .header.white,.header_blue .header{/* background:#f6f8fa;*/
 border-color:#e0e2e4;color:#1b1f24;}
.header_blue .lang .btn{background:#0089ff;}
.header_red .logo .x2{display:inline-block !important;}
.header_red .logo .x1,.header_red .logo .x3{display:none !important;}
.header_red .header:hover,.header_red .header.white,.header_red .header{/* background:#f6f8fa;*/
 border-color:#e0e2e4;color:#1b1f24;}
.grapp_box{background-color:#f7f8fa;position:sticky;top:80px;z-index:2;}
.grapps{display:flex;align-items:center;}
.grapps .grapp{padding:.2rem 0;position:relative;margin-right:.7rem;color:#999999;cursor:pointer;}
.grapps .grapp::before{content:'';display:block;background-color:#0089ff;height:4px;width:0;transition:all .5s;position:absolute;bottom:0;left:0;right:0;bottom:0;}
.grapps .grapp.cur,.grapps .grapp:hover{color:#1b1f24;}
.grapps .grapp.cur::before,.grapps .grapp:hover::before{width:100%;}
.wisdom01{background-repeat:no-repeat;background-size:cover;padding-bottom:2rem;}
.wisdom01 .ctitle{text-align:center;color:#1b1f24;}
.wisdom01 .desc{color:#999999;margin-top:.15rem;line-height:1.5;text-align:center;}
.wisdom01_btn{display:flex;align-items:center;padding:.07rem;background-image:linear-gradient(to right,#0087ff,#00f0ff);border-radius:.3rem;margin:.5rem auto 0;width:fit-content;cursor:pointer;}
.wisdom01_btn span{color:#fff;margin:0 .3rem;}
.wisdom01_btn i{width:.48rem;height:.48rem;border-radius:50%;background-color:#66e9ff;position:relative;}
.wisdom01_btn i::before{content:'';display:block;position:absolute;width:0;height:0;border:10px solid transparent;border-right:13px solid #faf9f7;border-left:0;top:50%;z-index:1;left:55%;transform:translate(-50%,-50%) rotate(180deg);}
.wisdom02{background-repeat:no-repeat;background-size:cover;}
.wisdom02 .ctitle{color:#1b1f24;}
.lable1{display:flex;align-items:center;margin-top:.4rem;justify-content:center;margin-bottom:.4rem;}
.lable1 .lable{color:#999999;padding:.2rem 0;position:relative;margin:0 .6rem;cursor:pointer;}
.lable1 .lable.cur{color:#0089ff;}
.lable1 .lable.cur::before{width:100%;}
.lable1 .lable::before{content:'';display:block;background-color:#0089ff;height:4px;width:0;transition:all .5s;position:absolute;bottom:0;left:50%;transform:translate(-50%,0);}
.wisdom03_small .item{color:#999999;padding:.2rem 0;position:relative;cursor:pointer;text-align:center;}
.wisdom03_small .swiper-slide-thumb-active .item{color:#0089ff;}
.wisdom03_small .swiper-slide-thumb-active .item:before{width:100%;}
.wisdom03_small .item:before{content:'';display:block;background-color:#0089ff;height:4px;width:0;transition:all .5s;position:absolute;bottom:0;left:50%;transform:translate(-50%,0);}
.wisdom03_small{margin-top:.3rem;}
.wisdom03_big{margin-top:.4rem;}
.meeting1{display:flex;align-items:center;}
.meeting1 .left{width:62.5%;}
.meeting1 .left .imgbox{border-radius:.1rem;overflow:hidden;}
.meeting1 .right{width:37.5%;padding-left:.6rem;}
.meeting1 .icon img{height:.45rem;}
.meeting1 .tit{margin-top:.45rem;}
.meeting1 .desc{color:#1b1f24;line-height:1.875;padding-left:.35rem;border-left:1px solid #0087ff;padding-bottom:.4rem;margin-top:.3rem;}
.meeting{display:flex;/* align-items:center;*/
 padding:.05rem;background-color:#fff;border-radius:.05rem;overflow:hidden;}
.meeting .left{width:50%;padding:0 .8rem 0 .5rem;}
.mets .icon{display:none;}
.mets .icon img{height:.5rem;}
.mets .tit{color:#1b1f24;line-height:1.25;font-size:.18rem;}
.mets .desc{color:#1b1f24;line-height:1.5;margin-top:.3rem;display:none;}
.mets .met{padding:.4rem 0;position:relative;cursor:pointer;}
.mets .met:not(:first-child){border-top:1px solid #e5e5e5;}
.mets .i{width:.48rem;height:.48rem;position:absolute;right:0;top:.25rem;background-color:#f6f8fa;border-radius:50%;}
.mets .i::before{content:'';display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:50%;height:2px;background-color:#999999;}
.mets .i::after{content:'';display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:2px;height:50%;background-color:#999999;}
.mets .met.cur .tit{font-size:.28rem;margin-top:.2rem;}
.mets .met.cur .icon{display:block;}
.mets .met.cur .desc{display:block;}
.mets .met.cur .i{top:.4rem;background-image:linear-gradient(to bottom right,#008fff,#00ebff);}
.mets .met.cur .i::before{background-color:#fff;}
.mets .met.cur .i::after{display:none;}
.wisdom03 .ctitle{color:#1b1f24;}
.wisdom04{background-repeat:no-repeat;background-size:cover;background-position:center;}
.wisdom04 .wisdom04_box{margin-top:.6rem;}
.wisdom04_box{display:flex;height:6.2rem;}
.wisdom04_box .wisdom04_big{width:83%;}
.wisdom04_big .swiper-container{height:100%;}
.wisdom04_big .meeting2{height:100%;}
.wisdom04_box .wisdom04_small{width:17%;}
.wisdom04_small .swiper-container{height:100%;}
.wisdom04_small .swiper-slide{padding-left:.1rem;}
.wisdom04_small .item{background-color:#fff;width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;border-radius:.1rem;overflow:hidden;padding:0 .1rem;cursor:pointer;}
.wisdom04_small .swiper-slide::before{content:'';display:block;position:absolute;right:0;top:0;bottom:0;width:0;background-image:linear-gradient(to right,#008dff,#00e9ff);border-radius:0 .1rem .1rem 0;}
.wisdom04_small .item::before{content:'';display:block;position:absolute;right:0;width:4px;background-color:#fff;top:50%;transform:translate(0,-50%);height:0;}
.wisdom04_small .swiper-slide-thumb-active .item::before{height:.4rem;}
.wisdom04_small .swiper-slide-thumb-active .item{background-color:transparent;color:#fff;font-size:.28rem;}
.wisdom04_small .swiper-slide-thumb-active::before{width:100%;}
.meeting2{display:flex;align-items:center;background-color:#fff;padding:.08rem;border-radius:.1rem;overflow:hidden;}
.meeting2 .meeting2_item:not(:first-child){margin-top:.45rem;}
.meeting2 .left{width:41.6%;padding:0 .45rem 0 .5rem;}
.meeting2 .cpt{color:#0089ff;position:relative;display:inline-block;padding-left:.15rem;}
.meeting2 .cpt::before{content:'';display:block;position:absolute;left:0;top:50%;transform:translate(0,-50%);background-color:#0089ff;height:100%;width:4px;}
.meeting2 .right{width:58.4%;height:100%;}
.meeting2 .right .imgbox{width:100%;height:100%;border-radius:.1rem;overflow:hidden;}
.meeting2 .right img{width:100%;height:100%;object-fit:cover;}
.meeting2 .editor{color:#1b1f24;line-height:1.875;padding-top:.15rem;overflow-y:auto;max-height:2.3rem;padding-right:.1rem;}
.meeting2 .editor li{padding-left:.1rem;position:relative;}
.meeting2 .editor li::before{content:'';display:block;width:.04rem;height:.04rem;background-color:#0089ff;border-radius:50%;position:absolute;left:0;top:.1rem;}
.wisdom05 .wisdom05_swiper{margin-top:.6rem;}
.wisdom05_swiper .swiper-slide{padding:1%;height:auto;}
.wisdom05_swiper .item{display:flex;flex-direction:column;height:100%;}
.wisdom05_swiper .item_top{width:95%;margin:0 auto;padding:.3rem 0;border-radius:.3rem .3rem 0 0;background-image:linear-gradient(var(--color),var(--color1) );}
.wisdom05_swiper .tit{line-height:1.2;color:#fff;}
.wisdom05_swiper .desc{margin-top:.05rem;color:#fff;}
.wisdom05_swiper .meeting3{background-color:#ffffff;border-radius:.1rem;position:relative;overflow:hidden;padding:.4rem .3rem;box-shadow:0 0 .15rem rgba(0,0,0,.04);flex:1;}
.wisdom05_swiper .meeting3::before{content:'';display:block;width:100%;height:1rem;background-color:var(--color);filter:blur(.5rem);position:absolute;top:-.8rem;left:50%;transform:translate(-50%,0);}
.wisdom05_swiper .meeting3::after{content:'';display:block;width:2.2rem;height:2.2rem;border-radius:50%;border:.8rem solid var(--color3);filter:blur(.2rem);opacity:.2;position:absolute;left:50%;transform:translate(-50%,0);bottom:-1.8rem;}
.meeting3 .meet_tit{color:#1b1f24;padding:.1rem .25rem;display:inline-block;background-image:linear-gradient(to right,var(--color1),transparent );border-radius:.3rem;}
.lable2{display:flex;flex-wrap:wrap;padding:.3rem 0 .15rem;}
.lable2 .lable{padding-left:.25rem;position:relative;color:#1b1f24;width:48%;}
.lable2 .lable:not(:nth-child(2n+1)){margin-left:4%;}
.lable2 .lable{margin-bottom:.15rem;}
.lable2 .lable::before{content:'';display:block;position:absolute;left:0;top:.06rem;border-radius:50%;width:.15rem;height:.15rem;background-image:linear-gradient(var(--color),var(--color1));}
.lable2 .lable::after{content:'';display:block;position:absolute;top:.1rem;border-top:1px solid #fff;border-right:1px solid #fff;left:.03rem;width:.07rem;height:.04rem;transform:rotate(135deg);z-index:2;}
.wisdom06{background-repeat:no-repeat;background-size:cover;}
.wisdom06 .ctitle{color:#1b1f24;}
.wisdom06 .wisdom06_swiper{margin-top:.6rem;}
.wisdom06_swiper .swiper-slide{padding:1%;}
.wisdom06_swiper .item{background-color:#fff;border-radius:.2rem;padding:.6rem .3rem;}
.wisdom06_swiper .icon{height:1.36rem;width:1.36rem;border-radius:50%;margin:0 auto;position:relative;background-color:#f6f8fa;border:2px solid #edeff2;}
.wisdom06_swiper .icon img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-height:60%;max-width:90%;}
.wisdom06_swiper .tit{color:#1b1f24;margin-top:.4rem;text-align:center;}
.wisdom06_swiper .item:hover{background-image:linear-gradient(to right,#008cff,#00ecff);}
.wisdom06_swiper .item:hover .tit{color:#fff;}
.wisdom07_box{background-repeat:no-repeat;background-size:cover;display:flex;padding:.6rem;align-items:center;border-radius:.1rem;overflow:hidden;}
.wisdom07_box .left{width:35%;padding-right:2%;}
.wisdom07_box .right{width:65%;}
.wisdom07_box .tit{color:#1b1f24;line-height:1.5;}
.wisdom07_box .editor{color:#1b1f24;line-height:1.875;margin-top:.35rem;}
.wisdom08{background-color:#f6f8fa;}
.wisdom08 .wisdom08_swiper{margin-top:.8rem;}
.wisdom08_swiper .icon{position:relative;}
.wisdom08_swiper .swiper-slide{height:auto;}
.wisdom08_swiper .item{background-color:#fff;border-radius:.15rem;padding:.4rem;height:100%;display:block;}
.wisdom08_swiper .icon img{height:.6rem;}
.wisdom08_swiper .tit{color:#1b1f24;margin-top:.3rem;}
.wisdom08_swiper .desc{color:#999999;line-height:1.5;margin-top:.15rem;}
.base_swiper{position:relative;}
.base_swiper .swiper_btn{position:absolute;top:50%;transform:translate(0,-50%);}
.base_swiper .swiper_btn.prev{left:-1rem;}
.base_swiper .swiper_btn.next{right:-1rem;}
.swiper_btns .swiper_btn{width:.6rem;height:.6rem;border-radius:50%;background-repeat:no-repeat;background-position:center;background-size:.13rem;background-color:#fff;cursor:pointer;z-index:90;}
.swiper_btns .swiper_btn.grey{background-color:#f6f8fa;}
.swiper_btns .swiper_btn:hover{background-color:#b6004f;}
.swiper_btns .swiper_btn.prev{background-image:url(../images/page_left.png);}
.swiper_btns .swiper_btn.prev:hover{background-image:url(../images/page_left_active.png);}
.swiper_btns .swiper_btn.next{background-image:url(../images/page_right.png);}
.swiper_btns .swiper_btn.next:hover{background-image:url(../images/page_right_active.png);}
.brand01 .ctitle{color:#1b1f24;line-height:1.5;}
.brand01 .search1{margin-top:.6rem;}
.brand01 .brand_list{margin-top:.8rem;}
/* .brand_list .swiper-slide{padding:1%;}
*/
.brand_list{display:flex;flex-wrap:wrap;}
.brand_list .item{width:18.96%;border-radius:.1rem;overflow:hidden;position:relative;display:block;}
.brand_list .item:not(:nth-child(5n+1)){margin-left:1.3%;}
.brand_list .item .imgbox{padding-bottom:57%;position:relative;}
.brand_list .item .imgbox img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-height:90%;max-width:90%;}
.brand_list .item:hover{box-shadow:0 0 .15rem rgba(0,0,0,.1);}
.brand_list .item1{border-radius:.1rem;overflow:hidden;position:relative;padding-bottom:64%;background-color:#f6f8fa;display:block;}
.brand_list .item1 .imgbox{padding-bottom:24%;position:absolute;top:50%;transform:translate(0,-50%);width:100%;transition:all .5s;}
.brand_list .item1 .imgbox img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-height:90%;max-width:90%;}
.brand_list .item1:hover{box-shadow:0 0 .15rem rgba(0,0,0,.1);}
/* .brand01_swiper .item1 .text_box{position:absolute;bottom:-2rem;left:0;right:0;padding:.1rem .05rem;background-color:#b6004f;text-align:center;color:#fff;transition:all .5s;}
*/
/* .brand01_swiper .item1:hover .text_box{bottom:0;}
*/
/* .brand01_swiper .item1:hover .imgbox{top:40%;}
*/
.proinfo01{background-color:#1b1f24;position:sticky;top:80px;z-index:10;}
.proinfo01_box{display:flex;justify-content:space-between;align-items:center;}
.proinfo01_box .ctitle{color:#fff;padding:.25rem 0;}
.downbtn{line-height:.8rem;background-color:#b6004f;padding:0 .5rem;display:none;}
.downbtn span{color:#fff;}
.prolocat{border-bottom:1px solid #e5e5e5;}
.prolocat_box{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;}
.prolocat .left{color:#999999;}
.prolocat .left span{color:#b6004f;}
.prolocat .left a,.prolocat .left span{display:inline-block;padding-top:.3rem;padding-bottom:.3rem;}
.proinfo02{padding:1.2rem 0 .45rem;}
.proinfo02_box{display:flex;}
.proinfo02_box .left{width:55%;margin-right:5%;}
.proinfo02_box .left .imgbox{padding-bottom:40.5%;position:relative;}
.proinfo02_box .left .imgbox img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-height:100%;}
.proinfo02_box .right{width:40%;}
.proinfo02_box .tit{color:#1b1f24;line-height:1.2;}
.proinfo02_box .ctit{color:#1b1f24;line-height:1.875;padding:.15rem 0 .2rem;position:relative;}
.proinfo02_box .ctit::before{content:'';display:block;position:absolute;bottom:0;width:100%;background-color:#e5e5e5;height:1px;}
.proinfo02_box .ctit::after{content:'';display:block;width:.06rem;height:.06rem;background-color:#b6004f;position:absolute;left:0;bottom:0;}
.proinfo02_box .desc{color:#555;line-height:1.875;margin-top:.4rem;}



.proinfo03{padding:.5rem 0 1.4rem;}
.proinfo03_box .ctitle{color:#ffffff;display:inline-block;padding:.15rem .4rem .2rem;border-radius:.1rem;background-color:#1b1f24;}
.proinfo03_main{margin-top:-.1rem;background-color:#f6f8fa;display:flex;flex-wrap:wrap;padding:.75rem .55rem;position:relative;z-index:2;border-radius:.1rem;}
.proinfo03_main .left{width:1.5rem;}
.proinfo03_main .right{flex:1;margin-left:.3rem;}
.proinfo03_main .proinfo03_item:not(:first-child){margin-top:.45rem;}
.proinfo03_main .proinfo03_item:not(:first-child) .editor a {
  text-decoration: unset !important;
  color: #555;
}
.proinfo03_main .cpt{text-align:center;color:#1b1f24;}
.proinfo03_main .editor{background-color:#ffffff;border-radius:.1rem;padding:.8rem;line-height:1.875;margin-top:.45rem;color:#999;}
/* .proinfo03_main .editor ul li{position:relative;padding-left:.3rem;margin-bottom:.15rem;}
.proinfo03_main .editor ul li::before{content:'';display:block;width:.1rem;height:.1rem;border-radius:50%;border:5px solid #dddede;position:absolute;left:0;top:.05rem;}
*/
.proinfo03_main .editor ul{margin-left:1em;}
.proinfo03_main .editor ul li,.proinfo03_main .editor ul{list-style-type:disc;}
.proinfo03_main .editor p{color:#555;}
.proinfo03_main .lable3{padding-top:1.2rem;position:sticky;top:160px;}
.lable3 .lable{color:#999999;margin-top:.35rem;cursor:pointer;}
.lable3 .lable span{display:inline-block;padding:.03rem 0;position:relative;}
.lable3 .lable.cur span::before{content:'';display:block;position:absolute;left:0;bottom:0;height:2px;right:0;background-color:#b6004f;}
.lable3 .lable.cur span{color:#1b1f24;}
.protype01{background-color:#f6f8fa;}
.protype01_top{display:flex;justify-content:space-between;align-items:center;}
.protype01_top .right{flex:1;padding-left:.15rem;display:flex;justify-content:flex-end;}
.protype01_top .search2{max-width:400px;width:100%;}
.protype01 .search1{margin-top:.25rem;}
.search2{display:flex;align-items:center;background-color:#fff;border-radius:.1rem;padding:0 .25rem;}
.search2 .input{padding:.15rem .25rem .15rem 0;border:none;flex:1;}
.search2 .input input{width:100%;border:none;}
.search2 .input_btn{background-image:url(../images/protype_icon01.png);background-repeat:no-repeat;width:.2rem;height:.2rem;background-size:contain;cursor:pointer;}
.protype01 .protypelist{margin-top:.8rem;}
.protypelist{display:flex;flex-wrap:wrap;}
.protypelist .item{width:19.52%;border:1px solid #e5e5e5;display:block;transition:all .5s;padding-bottom:19.4%;position:relative;margin-bottom:0.6%;}
.protypelist .item:not(:nth-child(5n+1)){margin-left:0.6%;}
.protypelist .imgbox{padding-bottom:41%;position:absolute;left:50%;top:50%;width:100%;transform:translate(-50%,-50%);transition:all .5s;}
.protypelist .imgbox img{position:absolute;left:50%;top:50%;max-height:95%;max-width:80%;transform:translate(-50%,-50%);}
.protypelist .text_box{position:absolute;bottom:0;left:0;right:0;padding:.25rem .3rem;}
.protypelist .tit{display:flex;align-items:center;width:100%;justify-content:space-between;}
.protypelist .desc{color:#1b1f24;line-height:1.875;margin-top:.15rem;display:none;}
.protypelist .tit i{width:.4rem;height:.4rem;background-image:url(../images/page_right_active.png);background-repeat:no-repeat;background-size:.13rem;background-color:#b6004f;border-radius:50%;background-position:center;display:none;}
.protypelist .item:hover{transform:scale(1.28);background-color:#fff;border-color:#b6004f;z-index:2;}
.protypelist .item:hover .desc{display:-webkit-box;line-height:1.3;}
.protypelist .item:hover .tit i{display:block;}
.protypelist .item:hover .imgbox{top:30%;}
.related_box{position:relative;overflow:hidden;}
.related01{display:flex;flex-wrap:wrap;}
.related01 .related_l{width:3.8rem;position:relative;padding-top:1.2rem;padding-right:.5rem;}
.related01 .related_l::before{content:'';display:block;position:absolute;right:0;top:0;bottom:0;background-color:#f6f8fa;width:300%;}
.related01 .related_r{flex:1;padding:1.2rem 0 1.2rem 1rem;}
.relative{position:relative;z-index:2;}
.hbox2{background-color:#f6f8fa;padding:.5rem;}
.hbox2 .imgbox{text-align:center;}
.hbox2 .imgbox img{height:.5rem;}
.hbox2 .editor{color:#999999;line-height:1.5;margin-top:.65rem;}
.list1{display:flex;flex-wrap:wrap;margin-top:.35rem;}
.list1 .item{width:49%;padding:1rem .35rem .35rem;border:1px solid #e5e5e5;margin-bottom:2%;position:relative;}
.list1 .item:not(:nth-child(2n+1)){margin-left:2%;}
.list1 .imgbox{padding-bottom:41%;position:relative;}
.list1 .imgbox img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-height:95%;max-width:100%;}
.list1 .text_box{margin-top:.5rem;}
.list1 .tit{color:#1b1f24;line-height:1.3;}
.list1 .ctit{color:#999999;line-height:1.5;margin-top:.15rem;}
.list1 .item::before{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;border:2px solid #b6004f;pointer-events:none;opacity:0;}
.list1 .item:hover::before{opacity:1;}
.list1 .item:hover .tit,.list1 .item:hover .ctit{color:#b6004f;}
.related01 .filter1{margin-top:.25rem;}
.filter1 .fcpt1{padding-top:.25rem;padding-bottom:.25rem;padding-right:.2rem;color:#1b1f24;position:relative;cursor:pointer;}
.filter1 .fcpt1 i{width:.15rem;height:.15rem;position:absolute;right:0;top:50%;transform:translate(0,-50%);font-size:0;display:block;font-style:inherit;transform-origin:50% 50%;}
.filter1 .fcpt1 i::before{content:'';display:block;width:.18rem;height:2px;background-color:#000000;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.filter1 .fcpt1 i::after{content:'';display:block;width:.18rem;height:2px;background-color:#000000;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(90deg);}
.filter2 .fcpt2{padding-left:.3rem;position:relative;cursor:pointer;}
.filter2 .filter2_item{padding:.15rem 0;}
.filter2 .fcpt2::before{content:'';display:block;width:16px;height:16px;border:2px solid #dedede;background-color:#fff;position:absolute;border-radius:50%;left:0;top:.015rem;}
.filter3{padding-left:.3rem;padding-top:.15rem;padding-bottom:.15rem;}
.filter3 .filter3_item{color:#999999;padding:.1rem 0;cursor:pointer;line-height:1.5;}
.filter3 .filter3_item.cur{color:#b6004f;}
.filter2 .fcpt2.cur::before{border:5px solid #b6004f;width:10px;height:10px;}
.filter2,.filter3{display:none;}
.filter2.cur,.filter3.cur{display:block;}
.filter1 .fcpt1.cur i::after{display:none;}
.list1_other{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;}
.list1_other .goback{margin:.6rem 0;}
.hbox4{background-color:#f6f8fa;padding:.5rem;}
.hbox4 .imgbox{text-align:center;}
.hbox4 .editor{line-height:1.875;margin-top:.4rem;color:#999999;/* height:0px;overflow:hidden;*/
 transition:all .8s;/* opacity:0;*/
}
/* .hbox4:hover .editor{height:auto;opacity:1;}
*/
.single .ctitle{color:#1b1f24;}
.single .editor{margin-top:.5rem;line-height:1.875;color:#999;}
.sitemap .ctitle{color:#1b1f24;}
.sitemap .sites{margin-top:.5rem;}
.sites{display:flex;flex-wrap:wrap;}
.sites .sit{width:25%;padding:0 2%;margin-bottom:2%;}
.sites .sit_cpt{color:#1b1f24;}
.sites .sit_item{color:#1e1e1e;margin-top:0.2rem;}
.sites .sit_item:hover{color:#b6004f;}

.price {
  display: flex;
  padding: .15rem 0;
  align-items: center;
}

.price .price_tit {
  font-size: .18rem;
  color: rgb(182, 0, 79);
  font-weight: bold;
}

.price .nums {
  font-size: .24rem;
  margin-left: .15rem;
}

@media(max-width:1600px){.base_swiper .swiper_btn.prev{left:-10px;}
.base_swiper .swiper_btn.next{right:-10px;}
}
@media(max-width:1440px){.base_padding{padding:.8rem 0;}
.locs .loc,.locat .right a,.locat .right span{padding:.25rem 0;}
.news_swiper{margin-top:.45rem;}
.hbox1 .hbox1_top{padding:.8rem 0 .4rem;}
.grapps .grapp{margin-right:.3rem;}
}
@media(max-width:1024px){.locs .loc{margin-right:.4rem;}
.grapps .grapp{margin-right:.2rem;}
.meeting2 .left{padding:0 .25rem 0 .2rem;}
.meeting2 .meeting2_item:not(:first-child){margin-top:.25rem;}
.lable1 .lable{margin:0 .3rem;}
.header_top{padding-top:60px;}
.grapp_box{top:60px;}
.proinfo01{top:60px;}
.prolocat .left a,.prolocat .left span{display:inline-block;padding-top:.1rem;padding-bottom:.1rem;}
.proinfo01_box .ctitle{padding:.15rem 0;}
.downbtn{line-height:.6rem;padding:0 .35rem;}
.related01 .related_r{padding:.4rem 0 1.2rem .4rem;}
.related01 .related_l{padding-top:.4rem;}
.list1 .item{padding:.4rem .35rem .35rem;}
}
@media(max-width:768px){.profile_box{flex-wrap:wrap;width:100%;}
.profile_box .left{flex:unset;width:71%;}
.profile_box .right{width:100%;margin-left:0;padding-top:.4rem;}
.base_padding{padding:.5rem 0;}
.move_nums{display:flex;}
.move_nums .move_num{margin-right:.2rem;text-align:center;}
.locs .loc{margin-right:.2rem;}
.locat{flex-wrap:wrap;}
.locat .left{width:100%;}
.locs .loc,.locat .right a,.locat .right span{padding:.1rem 0;}
.base_banner .imgbox{padding-bottom:3rem;}
.news_list .item{width:49%;}
.news_list .item:not(:nth-child(3n+1)){margin-left:0;}
.news_list .item:not(:nth-child(2n+1)){margin-left:2%;}
.news01 .news_list{padding-bottom:.35rem;}
.office_list .item{width:49%;margin-bottom:2%;padding:.35rem;}
.office_list .item:not(:nth-child(4n+1)){margin-left:0;}
.office_list .item:not(:nth-child(2n+1)){margin-left:2%;}
.filters_box{padding:.4rem 0 .2rem;}
.filters_box .item_tit{padding:.1rem .2rem .1rem 0;}
.filters .fil{padding:.05rem .15rem;}
.filters_box .item{flex-wrap:wrap;}
.filters{padding-left:0;width:100%;}
.filters_box .item_tit::before{display:none;}
.lable1{margin-top:.2rem;margin-bottom:.2rem;}
.wisdom01_btn{margin:.2rem auto 0;}
.meeting1 .right{padding-left:.3rem;}
.grapps .grapp{margin-right:.15rem;}
.lable1 .lable{margin:0 .15rem;}
.swiper_btns .swiper_btn{width:.4rem;height:.4rem;}
.wisdom06 .wisdom06_swiper{margin-top:.25rem;}
.brand01 .search1{margin-top:.25rem;}
.brand01 .brand_list{margin-top:.25rem;}
.proinfo03_main{padding:.3rem;}
.proinfo03_main .editor{padding:.35rem;}
.proinfo01_box{flex-wrap:wrap;padding:.1rem 0;}
.downbtn{line-height:.4rem;padding:0 .2rem;}
.proinfo01_box .right{margin-top:.1rem;}
.list1_other .goback{margin:.1rem 0 .5rem;}
.sites .sit{width:50%;margin-bottom:.25rem;}
.sites .sit_item{margin-top:0.1rem;}
.sitemap .sites{margin-top:.2rem;}
.single .editor{margin-top:.2rem;}
.brand_list .item{width:32.33%;}
.brand_list .item:not(:nth-child(5n+1)){margin-left:0;}
.brand_list .item:not(:nth-child(3n+1)){margin-left:1.5%;}
.search1 .input_btn {
  padding: .05rem .15rem;
}
}
@media(max-width:540px){.base_padding{padding:.35rem 0;}
.profile_box .left{width:100%;}
.profile_box .editor{margin-top:.2rem;}
.profile01 .bg_relative{opacity:.5;}
.move_nums .move_box{padding-right:.2rem;}
.news_list .item{width:100%;}
.news_list .item:not(:nth-child(2n+1)){margin-left:0;}
.news_swiper .text_box,.news_list .item{padding:.25rem;}
.news_list .tit{margin-top:.2rem;}
.news_swiper .time{margin-top:.15rem;}
.news_swiper{margin-top:.25rem;}
.new_go{padding:.3rem 0;}
.new_go .goback{position:static;margin-top:.2rem;}
.hbox1{padding-bottom:.4rem;}
.hbox1 .editor{padding:.2rem 0;}
.hbox1 .hbox1_top{padding:.3rem 0;}
.other1 .source,.other1 .time{margin:0 .1rem;}
.hbox1_top .ctitle{font-size:20px;}
.other1{margin-top:.1rem;}
.contact01 .office_list{margin-top:.3rem;}
.office_list .item{width:100%;padding:.2rem;}
.office_list .item:not(:nth-child(2n+1)){margin-left:0;}
.office_list .tit{padding:0 0 .25rem;}
.its .it{margin-top:.2rem;}
.contact02 .form1{margin:.3rem auto 0;}
.form_list .form_item{padding:.15rem;margin-bottom:.15rem;}
.form_list .form_item.w50{width:100%;}
.form_list .form_item.margin_left{margin-left:0;}
.form_btns .form_btn{width:1rem;height:.4rem;line-height:.4rem;}
.form1 .form_btns{margin-top:.15rem;}
.locs .loc{margin-right:.1rem;font-size:14px;}
.join01 .join_list{margin-top:.3rem;}
.join_list .join_top{padding:.15rem .5rem .15rem .15rem;}
/* .join_list .item{width:100%;}
.join_list .item:not(:nth-child(2n+1)){margin-left:0;}
*/
.join_list .join_top::before{right:.1rem;width:.4rem;height:.4rem;}
.join_list .join_hover{position:relative;top:unset;left:unset;right:unset;width:100%;bottom:unset;padding:0 .15rem .15rem .15rem;}
.join_list .join_hover .join_top{display:none;}
.join_editors .editor_tit{padding-top:.2rem;}
.join_list .item:hover .join_top::before{background-image:url(../images/join_btn1.png);background-color:#f6f8fa;background-size:.09rem;}
.join_btn{margin-top:.25rem;}
.join_btn i{width:.35rem;height:.35rem;background-size:.2rem;margin-left:.25rem;}
.join_list{margin-bottom:.3rem;}
.case_list .text_box{padding:.1rem 0;}
.case_list .item{width:49%;margin-bottom:.2rem;}
.case_list .item:not(:nth-child(3n+1)){margin-left:0;}
.case_list .item:not(:nth-child(2n+1)){margin-left:2%;}
.grapps{overflow-x:auto;}
.grapps .grapp{white-space:nowrap;}
.wisdom01_btn{padding:.02rem;}
.wisdom01_btn span{margin:0 .1rem;}
.wisdom01_btn i{width:.3rem;height:.3rem;}
.wisdom01_btn i::before{transform:translate(-50%,-50%) rotate(180deg) scale(.6);}
.meeting{flex-wrap:wrap;}
.meeting .left{width:100%;padding:.15rem;}
.mets .met{padding:.2rem 0;}
.mets .i{width:.3rem;height:.3rem;top:.15rem;}
.mets .icon img{height:0.4rem;}
.meeting1{flex-wrap:wrap;}
.meeting1 .left{width:100%;}
.meeting1 .right{width:100%;padding:.2rem .1rem .1rem;}
.meeting1 .tit{margin-top:.15rem;}
.meeting1 .desc{margin-top:.15rem;padding-left:.25rem;padding-bottom:.2rem;}
.wisdom04 .wisdom04_box{margin-top:.2rem;}
.wisdom04_box{height:auto;flex-wrap:wrap;}
.wisdom04_box .wisdom04_big{width:100%;}
.wisdom04_box .wisdom04_small{width:100%;}
.meeting2{flex-wrap:wrap;}
.meeting2 .left{width:100%;padding:.15rem;}
.meeting2 .right{width:100%;}
.wisdom05 .wisdom05_swiper{margin-top:.25rem;}
.lable2{padding:.1rem 0 .05rem;}
.meeting3 .meet_tit{padding:.05rem .15rem;}
.wisdom05_swiper .meeting3{padding:.15rem;overflow-y:auto;max-height:3rem;}
.wisdom05_swiper .item_top{padding:.15rem 0;width:100%;}
.wisdom06_swiper .icon{width:.76rem;height:.76rem;}
.wisdom06_swiper .item{padding:.3rem;}
.wisdom06_swiper .tit{margin-top:.2rem;}
.wisdom07_box{padding:.15rem;flex-wrap:wrap;}
.wisdom07_box .left{width:100%;padding:.15rem;}
.wisdom07_box .right{width:100%;}
.wisdom08 .wisdom08_swiper{margin-top:.2rem;}
.wisdom08_swiper .item{padding:.3rem .3rem;}
.wisdom08_swiper .tit{margin-top:.15rem;}
.brand_list .item .imgbox{padding-bottom:42%;}
.protypelist .item{width:49%;margin-bottom:2%;padding-bottom:53%;}
.protypelist .item:not(:nth-child(5n+1)){margin-left:0;}
.protypelist .item:not(:nth-child(2n+1)){margin-left:2%;}
.protypelist .text_box{padding:.1rem;}
.protypelist .item:hover{transform:scale(1);}
.protypelist .tit i{width:.25rem;height:.25rem;}
.protype01 .protypelist{margin-top:.25rem;}
.protype01_top{flex-wrap:wrap;}
.protype01_top .left{width:100%;}
.protype01_top .right{width:100%;padding:.25rem 0 0;}
.search2{padding:0 .15rem;}
.prolocat .left{display:none;}
.prolocat_box{padding:.1rem 0 0;}
.proinfo02_box{flex-wrap:wrap;}
.proinfo02_box .left{width:100%;margin:0;}
.proinfo02_box .right{width:100%;margin-top:.25rem;}
.proinfo02_box .desc{margin-top:.2rem;}
.proinfo03{padding:.3rem 0;}
.proinfo03_box .ctitle{padding:.15rem .1rem .25rem;}
.proinfo03_main{flex-wrap:wrap;padding:.15rem;}
.proinfo03_main .left{width:100%;}
.proinfo03_main .lable3{padding-top:0;}
.lable3{display:flex;align-items:center;}
.lable3 .lable{margin-top:0;margin-right:.15rem;}
.proinfo03_main .right{flex:unset;width:100%;margin-left:0;margin-top:.2rem;}
.proinfo03_main .editor{padding:.15rem;margin-top:.2rem;}
.proinfo03_main .editor ul li::before{width:.05rem;height:.05rem;border-width:3px;top:.08rem;}
.proinfo03_main .editor ul li{padding-left:.2rem;}
.related01 .related_l::before{right:50%;transform:translate(50%,0);}
.filter1 .fcpt1{padding-top:.15rem;padding-bottom:.15rem;}
.related01 .related_l{width:100%;padding-right:0;}
.related01 .related_r{padding:.2rem 0;}
.hbox1{padding:.15rem;}
.hbox1 .editor{margin-top:.1rem;}
.list1 .item{padding:.15rem;}

.indexBan .mimg,
.index_banner .index_item>img{
  height: 400px;
}
}
