/* @font-face {
  font-family:'Poppins';
  src: url('fonts/Poppins/Poppins-LightItalic.otf');
  font-weight:100;
  font-display: swap;
}
@font-face {
  font-family:'Poppins';
  src: url('fonts/Poppins/Poppins-Regular.otf');
  font-weight:normal;
  font-display: swap;
}
@font-face {
  font-family:'Poppins';
  src: url('fonts/Poppins/Poppins-Medium.otf');
  font-weight:500;
  font-display: swap;
}
@font-face {
  font-family:'Poppins'font-family:'Poppins';
  src: url('fonts/Poppins/Poppins-SemiBold.otf');
  font-weight:600;
  font-display: swap;
} */
@font-face {
  font-family:'hm';
  src: url('fonts/HarmonyOS/Regular.woff');
  font-weight:normal;
  font-display: swap;
}

@font-face {
  font-family:'SourceHanSans';
  src: url('fonts/SourceHanSans/SourceHanSansCN-Normal.otf');
  font-weight:100;
  font-display: swap;
}
@font-face {
  font-family:'SourceHanSans';
  src: url('fonts/SourceHanSans/SourceHanSansCN-Regular.otf');
  font-weight:normal;
  font-display: swap;
}
@font-face {
  font-family:'SourceHanSans';
  src: url('fonts/SourceHanSans/SourceHanSansCN-Medium.otf');
  font-weight:500;
  font-display: swap;
}
@font-face {
  font-family:'SourceHanSans';
  src: url('fonts/SourceHanSans/SourceHanSansCN-Bold.otf');
  font-weight:600;
  font-display: swap;
}

body{font-family:'SourceHanSans'; font-weight:normal; --hover-color:#23ac38;--white:#fff; --black:#333; --grey:#666; --grey2:#999; --rgb-white:255,255,255;--rgb-black:0,0,0; font-size: var(--font-size16);--rgb-hover:230,0,18; --radius: .1rem;}
a:hover{color:var(--hover-color); }



/* 头部 */
header{ position:fixed; left:0; top:0; width:100%; z-index:999; background:#f8f8f8;}
header .logo a{ padding:.12rem 0; display:block;}
header .logo img{ width:1.8rem;}
header .logo-black{ opacity:1;}
header .logo-white{position:absolute;left:0;top:.1rem; opacity:0;}
header .search-top{ margin-left:.1rem; border:solid 1px #e6e6e6; border-radius:1rem;}
header .search-top input{ border:none; background:transparent; width:1.8rem; height:.4rem; padding:0 .45rem 0 .2rem; font-size:.14rem; font-weight:400;}
header .search-top input::-webkit-input-placeholder{color:#999;}
header .search-top input:-moz-placeholder{ color:#999;}
header .search-top input::-moz-placeholder{color:#999;}
header .search-top input:-ms-input-placeholder{ color:#999;}
header .search-top .but{width:.45rem; height:.4rem;text-align:center;cursor:pointer;background-image:url(../images/search-icon1.svg); background-repeat:no-repeat; background-position:30% center; background-size:.18rem; position:absolute; right:0;top:0;}
header .user-io{ margin-left:.15rem;}
header .user-io .icon{ display:block; width:.3rem; height:.3rem;background-image:url(../images/user.png); background-repeat:no-repeat; background-position:center; background-size:.22rem; cursor:pointer;}
header .iox{font-size:var(--font-size18); position:relative; margin-right:.2rem; font-weight:100;}
header .iox:last-child{ margin-right:0;}
header .iox .icon{width:.3rem;height:.3rem;display:block; background-repeat:no-repeat; background-position:center; background-size:.4rem; position: relative; z-index:3;}
header .iox i{ display:-webkit-flex; display:flex; align-items:center; justify-content:center; position:absolute; right:-.1rem; top:0; font-style:normal; font-size:var(--font-size12); width:.2rem; height:.2rem; background:#64aa44; border-radius:1rem; z-index: 10; color: #fff;}
header .caid-box{ position:absolute; left:50%; top:100%; width:max-content; padding-top:.15rem; transform:translateX(-50%); visibility:hidden; opacity:0; transition:.3s;}
header .caid-box .ul{background-color:#fff;border-radius:.1rem; box-shadow:0 0 .2rem rgba(0,0,0,.2);overflow: hidden;}
header .caid-box .ul li{ margin-bottom:.1rem;}
header .caid-box .ul li a{display:-webkit-flex;display:flex;align-items:center;font-size:var(--font-size16);color:#333333; padding:.07rem .15rem;}
header .caid-box .ul li i{display:block; width:.3rem; position:relative; background:transparent; right:auto;}
header .caid-box .ul li span{display:block; width:calc(100% - .3rem); font-weight:400;}
header .caid-box .ul li img{ display:block; margin:0; width:.22rem; filter:invert(100%); -webkit-filter:invert(100%); }
header .caid-box .ul li a:hover,
header .caid-box .ul li.on a{ background:#64aa44;}
header .caid-box .ul li a:hover img,
header .caid-box .ul li.on img{filter:invert(0);-webkit-filter:invert(0);}
header .caid-box .ul li a:hover span,
header .caid-box .ul li.on span{ color:#fff;}
header .caid-box .ul li:last-child{ margin-bottom:0;}
header .iox:hover .caid-box{ visibility:inherit; opacity:1;}
header .use-icon .icon{ background-image:url(../images/use-icon1.png);}
header .email-icon{margin-right.1rem}
header .email-icon .icon{background-image:url(../images/use-icon2.png);filter: grayscale(100%) brightness(0); }
header .version{ height:100%; margin-left:.1rem;}
header .version .icon{ display:block; width:.3rem; height:.3rem;background-image:url(../images/version.png); background-repeat:no-repeat; background-position:center; background-size:.25rem;}
header .version .vers-io{ cursor:pointer;}
header .version .vers-io::after{ content:''; display:block; width:.12rem; height:.12rem; background-image:url(../images/arrows.svg); background-size:contain; background-repeat:no-repeat; background-position:center; margin-left:.1rem;}
header .version dl{ display:none; position:absolute; left:50%; top:100%; width:160%; background:#fff; text-align:center; font-size:var(--font-size16); margin-left:-80%; padding:.05rem; box-shadow:0 .1rem .1rem rgba(0,0,0,0.1); border-radius:0 0 .05rem .05rem;}
header .version dl dd{ margin:.05rem 0;}
header .version:hover dl{ display:block;}
header .nav-box{height:100%;}
header .nav-box .ul{height:100%;}
header .nav-box li{font-size:var(--font-size20); margin:0 .1rem;}
header .nav-box li>span{ position:relative; z-index:5;}
header .nav-box li>span>a{padding:.1rem .25rem;display:-webkit-flex;display:flex;align-items:center;justify-content:center;height:100%;}
header .nav-box li>span i{ position:absolute; bottom:0; display:-webkit-flex; display:flex; align-items:center; justify-content:space-between; width:100%; height:2px; background:#64aa44; opacity:0;}
header .nav-box li>span i::after,
header .nav-box li>span i::before{ content:''; display:block; width:0.06rem; height:0.06rem; border-radius:1rem; overflow:hidden; border:solid 0.02rem #23ac38; background:#fff;}
header .nav-box li .sub{position:absolute; left:0; width:100%; padding:.3rem 0; background:#fff; display:none;}
header .nav-box li dl dt{ font-size:var(--font-size16); padding:0 .3rem; position:relative;}
header .nav-box li dl dt a{font-weight:400; display:block; padding:.1rem .3rem;}
header .nav-box li dl dt::after{ position:absolute; right:0; top:50%; content:''; display:block; width:1px; height:1em; background:#ccc; margin-top:-0.5em;}
header .nav-box li dl dt:last-child::after{ display:none;}
header .nav-box li.aon>span>a{color:#23ac38;}
header .nav-box li.aon>span i,
header .nav-box li:hover>span i{ opacity:1;}
header .nav-box li:hover>.sub{ display:block;}
header .nav-box li.web-show{ display:none;}
header .lxwm{margin-left:.3rem; font-size:var(--font-size20);}
header .lxwm.on a{ color:#64aa44;}

@media (max-width:1024px) {
header .nav-box{position:absolute;left:-100%; top:100%; background:#fff; width:3rem; border-radius:0 0 0 5px; padding:.1rem .2rem; height:calc(100vh - .8rem);}
header .nav-box .ul{ height:100%; align-items:flex-start; align-content:flex-start;}
header .nav-box li{width:100%; margin:0; transform:translateX(50px); opacity:0; transition: 0.5s 0.1s;}
header .nav-box li>span{ display:-webkit-flex; display:flex; justify-content:flex-start; align-items:center; padding:.1rem 0; overflow: inherit; position:relative; font-size:var(--font-size22);}
header .nav-box li .sub .auto_1600{ padding:0;}
header .nav-box li>span a{ display:block; padding:0;line-height:2; color:#333; width:calc(100% - .5rem);}
header .nav-box li .wap-op{position:absolute;top:50%; right:0; width:.4rem; height:.4rem; margin-top:-.2rem; background-image: url(../images/arrows.svg); background-size:14px; background-position:center; background-repeat:no-repeat; transform:rotate(-90deg); transition:all .5s;filter:brightness(0); -webkit-filter:brightness(0);}
header .lxwm{ display:none;}
header .nav-box li .sub{ position:inherit; width:100%; justify-content:flex-start; padding:.1rem .2rem; background:rgba(0,0,0,0.03);}
header .nav-box li .sub dl{ margin-left:0;}
header .nav-box li .sub dt{padding:0;text-align:left; width:100%; font-size:var(--font-size18);}
header .nav-box li .sub dl dt::after{ display:none;}
header .nav-box li .sub dt a{ padding:.1rem 0; color:#333;line-height:1.5;}
header .nav-box li.web-show{ display:block;}
header .nav-box li span.on .wap-op{ transform:rotate(0);}
header .nav-box li>span i{ height:1px;}
header .nav-box li:hover .sub{ display:none;}
header .nav-box li:hover>span a{ border-color:#ccc;}

.menu-show header .nav-box{left:auto;right: 0;}
.menu-show header .nav-box li{ transform: translateX(0);opacity: 1;}
}
@media (max-width:768px) {
header .search-top input{ font-size:12px; width:2.5rem;}
}
@media (max-width:640px) {
header .search-top input{ height:.45rem; line-height:.45rem; font-size:13px; width:2rem;}
header .nav-box{ width:55%;}
header .nav-box li>span{ font-size:var(--font-size24);}
header .nav-box li .sub dt{ font-size:var(--font-size20);}
header .logo img{ width:1.5rem;}
}




/* Banner003223 */
.Banner003223{ z-index:5;}
.Banner003223 .controls-page{left:50%;bottom:.7rem;position:absolute;z-index:10;text-align:left;max-width:1600px;transform:translateX(-50%);}
.Banner003223 .controls-page span{width:1.5rem;height:auto;color:#fff;display:block;opacity:1;background:none;border-radius:0; font-weight:600; position:relative; margin:0 5px!important; text-align:center;}
.Banner003223 .controls-page span em{ margin-bottom:10px; display:block; font-style:normal; line-height:1;}
.Banner003223 .controls-page span i{display:block;width:100%;height:10px;border-top:solid 1px #fff;position:relative; opacity:.5;}
.Banner003223 .controls-page span i::before,
.Banner003223 .controls-page span i::after{ content:''; display:block; width:1px; height:10px; background:#fff; position:absolute; top:0; transform:skew(-30deg);}
.Banner003223 .controls-page span i::before{left:-3px;}
.Banner003223 .controls-page span i::after{top:auto;bottom:10px;right:-3px;}
.Banner003223 .controls-page span:first-child i{border-top:solid 1px transparent;border-bottom:solid 1px #fff;}
.Banner003223 .controls-page span:first-child i::before{top:auto;bottom:0;opacity:0;}
.Banner003223 .controls-page span:first-child i::after{top:auto;bottom:0;}
.Banner003223 .controls-page span:first-child em{ margin-bottom:0;}
.Banner003223 .controls-page span:last-child i::after{ display:none;}
.Banner003223 .controls-page span:nth-child(2) em{ margin-bottom:10px;}
.Banner003223 .controls-page span:nth-child(3){ margin-bottom:10px!important;}
.Banner003223 .controls-page span:nth-child(4){ margin-bottom:20px!important;}
.Banner003223 .controls-page span:nth-child(5){ margin-bottom:30px!important;}
.Banner003223 .controls-page span:nth-child(6){ margin-bottom:40px!important;}
.Banner003223 .controls-page span:nth-child(7){ margin-bottom:50px!important;}
.Banner003223 .controls-page span.swiper-pagination-bullet-active i{ opacity:1;}

.Banner003223 .text{position:absolute;top:0;left:0;width:100%;height:100%; color:#fff;}
.Banner003223 .text .auto_1600{ height:100%;}
.Banner003223 .text a{ color:#fff;}
.Banner003223 .text .des{ line-height:1.5;font-size:var(--font-size70); text-shadow:0px 5px 10px rgba(0,0,0,0.5);font-family:'SourceHanSansCN-Normal';}
.Banner003223 .text .center{ width:100%;}
.Banner003223 .text .but{ position:relative; margin-top:.6rem; margin-left:.15rem;}
.Banner003223 .text .but a{ position:relative; line-height:3; display:-webkit-flex; display:flex; align-items:center; color:#fff; font-size:var(--font-size22); font-weight:600; padding:0 .3rem; z-index:5;}
.Banner003223 .text .but a::after{ margin-left:.1rem; content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/arrows2.png); background-repeat:no-repeat; background-position:center; background-size:contain;}
.Banner003223 .text .but::after{ position:absolute; top:0; left:0; width:100%; height:100%; content:''; display:block; background:#64aa44; transform:skew(-20deg);}


@media (min-width:1025px) {
.Banner003223 img.wap{ display:none;}
}
@media (max-width:1024px) {
.Banner003223 img.pc{ display:none;}
.Banner003223 .text .des{ font-size:var(--font-size55);}
.Banner003223 .text .but{ margin-top:.3rem;}
.Banner003223 .controls-page{ max-width:96%; bottom:.3rem;}
.Banner003223 .controls-page span{ width:1.3rem;}
}
@media (max-width:640px) {
.Banner003223 img.wap{ height:40vh; object-fit:cover;}
.Banner003223 .text .des{ font-size:var(--font-size32);}
.Banner003223 .controls-page span{ width:1rem;}
}



/* 首页 */
.index-tit{margin-bottom:.5rem;}
.index-tit .tit-box{ font-size:var(--font-size60); font-weight:600; color:#000; line-height:1.5; background-image: url(../images/title-line.png); background-repeat:no-repeat; background-position:right bottom; background-size:2.9rem; padding-right:2.89rem;}
.index-tit .tit-box .tit{ border-bottom:solid 1px #77b45b;}
.index-tit .more a{ position:relative; line-height:3.5; display:-webkit-flex; display:flex; align-items:center; color:#0f110f; font-size:var(--font-size16); font-weight:600; padding:0 .3rem; z-index:5;}
.index-tit .more a::after{ margin-left:.2rem; content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/arrows3.png); background-repeat:no-repeat; background-position:center; background-size:contain;}
.index-tit .more::after{ position:absolute; top:0; left:0; width:100%; height:100%; content:''; display:block; transform:skew(-20deg); border:solid .01rem rgba(15,17,15,0.2);}
.index-tit .more.on a,
.index-tit .more:hover a{ color:#fff;}
.index-tit .more.on a::after,
.index-tit .more:hover a::after{background-image:url(../images/arrows2.png);}
.index-tit .more.on::after,
.index-tit .more:hover::after{ background:#64aa44; border-color:#64aa44;}

.index-one{ overflow:hidden; padding-bottom:1.5rem;}
.index-one .index-des{ padding:.9rem 0; text-align:center;}
.index-one .index-des .tit{ font-size:var(--font-size40); font-weight:600; color:#000;}
.index-one .index-des .des{ font-weight:100; color:#555555;}
.index-one .switch-box{ width:calc(100% + 13.555vw);}
.index-one .switch-box .swiper{ width:100%;}
.index-one .switch-box .item .pic{ margin-bottom:.7rem;}
.index-one .switch-box .item .pic::after{content:'';display:block;width:0;height:0;position:absolute;bottom:-1px;right:-1px;
width:1.12rem;height:.9rem;background:#fff;clip-path:polygon(0 100%, 100% 0, 100% 100%);}
.index-one .switch-box .item .pic figure{ padding-bottom:57.7777777%; display:block; background-repeat:no-repeat; background-position:center; background-size:cover;}
.index-one .switch-box .item .pic .line{ width:calc(100% - 1.1rem); height:.85rem; border:solid 2px #23ac38; position:absolute; right:.5rem; bottom:-.3rem; z-index:3; transform:skew(-50deg); border-top:none; border-left:none;}
.index-one .switch-box .item .text{ color:#555555;}
.index-one .switch-box .item .des{ margin:.1rem 0 .5rem;}
.index-one .switch-box .item .tit{ color:#000; font-size:var(--font-size24); font-weight:600;}
.index-one .switch-box .item .more{ line-height:1.2;font-weight:600; color:#000; position:relative;}
.index-one .switch-box .item .more::after{ margin-left:.1rem; content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/arrows3.png); background-repeat:no-repeat; background-position:center; background-size:.14rem;}
.index-one .switch-box .item .line::after{ content:''; display:block; width:.12rem; height:.12rem; border:solid .02rem #23ac38; transform:skew(50deg); background:#fff; border-radius:100%; position:absolute; bottom:-.06rem; left:-.1rem;}
.index-one .switch-box .item:hover .tit{ color:#418823; font-weight:600;}
.index-one .switch-box .item:hover .more{ color:#418823;}
.index-one .switch-box .item:hover .more::after{background-image:url(../images/arrows4.png);}
.index-one .swiper-but{ position:inherit; left:0; right:0; width:.6rem; height:.6rem; margin:0; border:solid 1px #cccccc;transform:skew(-20deg);}
.index-one .swiper-but::after{font-size:var(--font-size18);color:#000;font-weight:bold;transform:skew(20deg);}
.index-one .swiper-but:hover{ background:#64aa44; border-color:#64aa44;}
.index-one .swiper-but:hover::after{ color:#fff;}
.index-one .swiper-button-next{ margin-left:.1rem;}

.index-two{ background:#f5f8fb; padding:1.35rem 0;}
.index-two li{ width:30.5555555%; margin-left:4.14%; margin-bottom:2%;}
.index-two li:nth-child(3n+1){ margin-left:0;}
.index-two li .pic{overflow: hidden;}
.index-two li .pic::after{content:'';display:block;width:0;height:0;position:absolute;bottom:-1px;right:-1px;
width:1.12rem;height:.9rem;background:#f5f8fb;clip-path:polygon(0 100%, 100% 0, 100% 100%);}
.index-two li .pic figure{ padding-bottom:57.7777777%; display:block; background-repeat:no-repeat; background-position:center; background-size:cover;}
.index-two li .text{ width:85%;}
.index-two li .text .tit{ font-size:var(--font-size20); color:#0f110f; font-weight:500; margin:.35rem 0 .3rem; word-wrap:break-word;  height:5em; line-height:1.5;}
.index-two li .text .tiem{ font-size:var(--font-size18);}
.index-two li:hover .text .tit{ color:#64aa44;}

.index-three{ padding:1.35rem 0 1.1rem;}
.index-three li{ width:23%; margin-left:2.666%; margin-bottom:2.666%;}
.index-three li .pic{overflow:hidden; background:#f5f8fb;}
.index-three li .pic figure{ padding-bottom:48.33333%; display:block; background-repeat:no-repeat; background-position:center; background-size:contain;}
.index-three li .more{ position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(255,255,255,0.9); opacity:0; transition:all .5s;}
.index-three li .more::before{left:0; top:0; content:''; display:block; width:100%; height:100%; position:absolute; background-repeat:no-repeat; background-size:contain; background-image:url(../images/line-bg1.png);}
.index-three li .more .but{ padding:.3rem .1rem 0; color:#64aa44;line-height:1.2;font-weight:600;display:-webkit-flex;display:flex;align-items:center; z-index:5;}
.index-three li .more .but::after{margin-left:.2rem;content:'';display:block;width:.14rem;height:.14rem;background-image:url(../images/arrows4.png); background-repeat:no-repeat; background-position:center; background-size:contain;}
.index-three li .more .but span{ display:block; border-bottom:solid .02rem #64aa44;}
.index-three li .tit{ margin-top:.2rem; font-size:var(--font-size20); text-align:center; font-weight:500;}
.index-three li:nth-child(4n+1){ margin-left:0;}
.index-three li:hover .more{ opacity:1;}

.index-four{ background-image: url(../images/index-support-bg.jpg); background-repeat:no-repeat; background-size:cover; background-position:center; padding:1.45rem 0;}
.index-four .list{ position: relative;}
.index-four li{ width:29%; text-align:center; margin-left:6.45%;}
.index-four li .icon{ margin-bottom:.3rem;}
.index-four li .icon img{ width:1.33rem; height:1.33rem; object-fit:contain;}
.index-four li .icon span{ display:block; border:solid 1px #ededed; border-radius:100%; position:relative;}
.index-four li .icon span::after{ position:absolute; right:-.06rem; top:50%; margin-top:-.06rem; content:''; display:block; width:.12rem; height:.12rem; background:#ededed; border-radius:100%;}
.index-four li .text{ font-size:var(--font-size18); color:#555555;}
.index-four li .text .tit{ margin-bottom:.2rem; font-size:var(--font-size24); color:#0f110f;}
.index-four li:nth-child(3n+1){ margin-left:0;}

.index-four .item{ text-align:center;}
.index-four .item .icon{ margin-bottom:.3rem;}
.index-four .item .icon img{ width:1.33rem; height:1.33rem; object-fit:contain;}
.index-four .item .icon span{ display:block; border:solid 1px #ededed; border-radius:100%; position:relative;}
.index-four .item .icon span::after{ position:absolute; right:-.06rem; top:50%; margin-top:-.06rem; content:''; display:block; width:.12rem; height:.12rem; background:#ededed; border-radius:100%;}
.index-four .item .text{ font-size:var(--font-size18); color:#555555;}
.index-four .item .text .tit{ margin-bottom:.2rem; font-size:var(--font-size24); color:#0f110f;}
.index-four .swiper-but{ position:inherit; left:0; right:0; width:.6rem; height:.6rem; margin:0; border:solid 1px #cccccc;transform:skew(-20deg);}
.index-four .swiper-but::after{font-size:var(--font-size18);color:#000;font-weight:bold;transform:skew(20deg);}
.index-four .swiper-but:hover{ background:#64aa44; border-color:#64aa44;}
.index-four .swiper-but:hover::after{ color:#fff;}
.index-four .swiper-button-next{ margin-left:.1rem;}

.index-five{overflow:hidden;}
.index-five .let-box{ width:60%; padding:.5rem 0;}
.index-five .let-box .des{ margin-bottom:.4rem; font-size:var(--font-size18); line-height:1.7;}
.index-five .let-box .des p{margin:0;}
.index-five .let-box .content{ width:85%;}
.index-five .let-box .num{ margin-bottom:.1rem;}
.index-five .let-box .num .cer{ line-height:.8; font-size:var(--font-size60); color:#64aa44; font-weight:600;}
.index-five .let-box .num span{ color:#0f110f;}
.index-five .but{ margin-top:.5rem;}
.index-five .but .more{ margin-left:.1rem;}
.index-five .but .more a{position:relative;line-height:3.5;display:-webkit-flex;display:flex;align-items:center;color:#fff;font-size:var(--font-size16);font-weight:600;padding:0 .3rem;z-index:5;}
.index-five .but .more a::after{ margin-left:.2rem; content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/arrows2.png); background-repeat:no-repeat; background-position:center; background-size:contain;}
.index-five .but .more::after{ position:absolute; top:0; left:0; width:100%; height:100%; content:''; display:block; transform:skew(-20deg); background:#64aa44;}
.index-five .rig-box{ width:40%;}
.index-five .rig-box .map-img{ width:45vw; min-height:100%;}
.index-five .item{position:absolute; color:#fff;}
.index-five .item .pot{width:.25rem; height:.25rem; display:-webkit-flex; display:flex; align-items:center; justify-content:center;}
.index-five .item .pot i{position:absolute; left:50%; top:50%; display:block; width:.08rem; height:.08rem; background:#64aa44; border-radius:100%; overflow: hidden; margin-left:-.04rem; margin-top:-.04rem; z-index:5;}
.index-five .item .pot::after{ content:''; display:block; width:100%; height:100%; background:url(../images/pot.png); background-repeat:no-repeat; background-position:center; background-size:cover; animation:blink 2s infinite;}
.index-five .item .text{ position:absolute; bottom:.35rem; left:50%; transform:translateX(-50%); display:none;}
.index-five .item .text .pic{border:solid 1px #fff; box-shadow:0 0 .1rem rgba(0,0,0,0.4); display:-webkit-flex; display:flex; justify-content:center;}
.index-five .item .text .pic::after{content:'';display:block;position:absolute;bottom:-.09rem;width:.19rem;height:.1rem; background-image:url(../images/arrows5.png); background-size:contain; background-repeat:no-repeat; background-position:center;}
.index-five .item .text .pic figure{width:1.8rem;height:1.2rem;background-size:cover; background-repeat:no-repeat; background-position:center;}
.index-five .item .text .tit{ position:absolute; left:0; top:0; padding:.15rem .1rem;}
.index-five .item:nth-child(2){ top:38%; left:32.7%;}
.index-five .item:nth-child(3){ top:42.8%; left:36%;}
.index-five .item:nth-child(4){ top:47.8%; left:36.4%;}
.index-five .item:nth-child(5){ top:48.8%; left:32.8%;}
.index-five .item:nth-child(6){ top:49.7%; left:28.2%;}
.index-five .item:nth-child(7){ top:47%; left:17%;}
.index-five .item:hover{ z-index:5;}
.index-five .item:hover .text{ display:block;}
@keyframes blink {
  0% { opacity:1;}
  50% { opacity:0;}
  100% { opacity:1;}
}


@media (max-width:1024px) {
.index-tit .tit-box{ font-size:var(--font-size45); line-height:1.6;}
.index-one{ padding-bottom:1rem;}
.index-one .index-des .tit{ font-size:var(--font-size32);}
.index-one .switch-box .item .pic{ margin-bottom:.5rem;}
.index-one .switch-box .item .pic .line{ width:calc(100% - 1rem); height:.7rem; bottom:-.25rem; right:.43rem;}
.index-one .switch-box .item .des{ margin:.1rem 0 .35rem;}
.index-one .switch-box .item .tit{ font-size:var(--font-size22);}
.index-two{ padding:1rem 0;}
.index-two li{ width:32%; margin-left:2%;}
.index-two li .text .tit{ height:4.5em; margin:.2rem 0;}
.index-three{ padding:1rem 0;}
.index-three li .tit{ font-size:var(--font-size18);}
.index-four{ padding:1rem 0;}
.index-four li{ width:31%; margin-left:3.5%;}
}

@media (max-width:640px) {
.index-tit .tit-box{ line-height:1.8; font-size:var(--font-size32); padding-right:1.7rem; background-size:1.9rem;}
.index-tit .more a{ padding:0 .2rem;}
.index-one .switch-box{ width:100%; font-size:var(--font-size20);}
.index-two li{ width:100%; margin-left:0; margin-bottom:4%;}
.index-two li .pic::after{ width:.7rem; height:.6rem;}
.index-two li .text{ width:100%;}
.index-two li .text .tit{ height:auto; font-size:var(--font-size24);}
.index-two li .text .tiem{ font-size:var(--font-size22);}

.index-three li:nth-child(4n+1),
.index-three li{ width:49%; margin-left:0; margin-right:2%; margin-bottom:4%;}
.index-three li:nth-child(2n){ margin-left:0; margin-right:0;}
.index-three li .tit{ font-size:var(--font-size22);}
.index-four li{ width:100%; margin-bottom:5%;}
.index-four li .text{ font-size:var(--font-size22);}
.index-four li .text .tit{ font-size:var(--font-size28);}
.index-five .let-box{ width:100%; font-size:var(--font-size20);}
.index-five .let-box .content{ width:100%;}
.index-five .let-box .des{ font-size:var(--font-size22);}
.index-five .rig-box{ width:100%;}
.index-five .rig-box .map-img{ width:100%;}
}




/* 底部 */
footer{ background:#0f110f; padding:.35rem 0 .2rem;}
.footer-one{ padding:0 0 .3rem; border-bottom:solid 1px rgba(255,255,255,0.1);}
.footer-one .fet-logo{ width:1.82rem;}
.footer-one .share .name{ margin-right:.35rem; font-size:var(--font-size18); color:#64aa44;}
.footer-one .share .icon{ cursor:pointer; background:rgba(255,255,255,0.2); border-radius:100%; display:block;}
.footer-one .share .icon img{ width:.5rem; height:.5rem; object-fit:contain;}
.footer-one .share li{ margin-right:.25rem;}
.footer-one .share li:hover .icon{ background:#64aa44;}
.footer-one .share li:last-child{ margin-right:0;}
.footer-two{ padding:.25rem 0 .2rem;}
.footer-two .text{ width:25%; color:rgba(255,255,255,0.6); font-weight:100;}
.footer-two .text .item{ margin-bottom:.1rem;}
.footer-two .text .tel{ margin-bottom:.2rem;}
.footer-two .text .name{ font-size:var(--font-size18);}
.footer-two .text a{ color:rgba(255,255,255,0.6);}
.footer-two .text .icon{ margin-right:.1rem; width:.18rem;}
.footer-two .text .icon img{ width:100%;}
.footer-two .text .des{ width:calc(100% - .2rem);}
.footer-two .text .tel .txt{ font-size:var(--font-size32); color:#64aa44; font-weight:600;}
.footer-two .text .wtd100{ width:100%;}
.footer-two .footer-menu{ width:65%;}
.footer-two .footer-menu dt{ margin-bottom:.2rem; font-size:var(--font-size18); font-weight:600; color:#fff;}
.footer-two .footer-menu dd{ margin:.1rem 0;}
.footer-two .footer-menu dd a{ color:#999999;}
.footer-two .footer-menu dd a:hover{ color:var(--hover-color);}
.footer-three{ font-size:var(--font-size15); border-top:solid 1px rgba(255,255,255,0.1); padding:.2rem 0 0; color:rgba(255,255,255,0.4); font-weight: 100;}
.footer-three em{ font-style:normal; margin:0 .1rem;}
.footer-three a{ color:rgba(255,255,255,0.4);}
footer a:hover{ color:var(--hover-color);}

@media (max-width:1024px) {
.footer-two .text .tel .txt{ font-size:var(--font-size32);}
.footer-two .footer-menu{ width:70%;}
}

@media (max-width:640px) {
footer{ font-size:var(--font-size22);}
.footer-two .text .name{ font-size:var(--font-size22);}
.footer-two .text{ width:100%;}
.footer-two .footer-menu{ width:100%; display:none;}
.footer-three{ flex-wrap:wrap; justify-content:center; text-align:center; font-size:var(--font-size20);}
.footer-three .copyright{ width:100%;}
.footer-one .share .name{ margin-right:.2rem;}
.footer-one .fet-logo{ width:1.5rem;}
}


/* 内页 */
.inside-ban .text{ font-weight:100; color:#fff; font-size:var(--font-size70); position:absolute; left:0; top:0; width:100%; height:100%;}
@media (min-width:1025px) {
.inside-ban img.wap{ display:none;}
}
@media (max-width:1024px) {
.inside-ban img.pc{ display:none;}
.inside-ban .text{ font-size:var(--font-size55);}
}
@media (max-width:640px) {
.inside-ban img.wap{ height:40vh; object-fit:cover;}
.inside-ban .text{ font-size:var(--font-size32);}
}


/* 当前位置 */
.current-box{ border-bottom:solid 1px rgba(0,0,0,0.1); background-color:#fff; position:sticky; top:0.9rem; z-index:9;}
.current-box i{ font-style:normal; display:inline-block; margin:0 .1rem;}
.current-box .rig-box{padding:.25rem 0;}
.current-box .rig-box a{ color:#666;}
.current-box .rig-box a:hover{ color:#64aa44;}
.current-box li{ margin-right:.4rem; margin-bottom:-1px;}
.current-box li a{ position:relative; display:block; padding:.25rem 0; border-bottom:solid 0.02rem transparent;}
.current-box li a::before,
.current-box li a::after{ position:absolute; bottom:-.03rem; content:''; display:block; width:.05rem; height:.05rem; border:solid .02rem #64aa44; background:#fff; border-radius:100%; opacity:0;}
.current-box li a::before{ left:0;}
.current-box li a::after{ right:0;}
.current-box li:last-child{ margin-right:0;}
.current-box li.active a::before,
.current-box li.active a::after,
.current-box li:hover a::before,
.current-box li:hover a::after{ opacity:1;}
.current-box li.active a,
.current-box li:hover a{ color:#64aa44; border-color:#64aa44;}
@media (max-width:1024px) {
.current-box li{ margin-right:.3rem; margin-bottom:-1px;}
}
@media (max-width:640px) {
    .current-box {top:0.79rem;}
.current-box li{ margin-right:.12rem; font-size:var(--font-size20);}
.current-box li a{ padding:.15rem 0;}
.current-box .rig-box{ display:none;}
}


/*  */
.channel-bg{ background-image:url(../images/channel-bg.png); background-repeat:no-repeat; background-position:top center;}
.channel-one{ padding:1rem 0 .8rem; text-align:center;}
.channel-one .title{ font-size:var(--font-size40); font-weight:600; color:#0f110f;}
.channel-one .Introd{ margin:.25rem auto .35rem; font-size:var(--font-size18); max-width:9.6rem; line-height:1.8;}
.channel-one .center{ margin-bottom:.9rem;}
.channel-one .center img{ max-width: 8.4rem;}
.channel-one .list{ text-align:left;}
.channel-one .list li{ width:31.25%; margin-right:3.12%;}
.channel-one .list li:nth-child(3n){ margin-right:0;}
.channel-one .list li .pic{ margin-bottom:.7rem;}
.channel-one .list li .pic::after{content:'';display:block;width:0;height:0;position:absolute;bottom:-1px;right:-1px; width:1.12rem;height:.9rem;background:#fff;clip-path:polygon(0 100%, 100% 0, 100% 100%);}
.channel-one .list li .pic figure{ padding-bottom:57.7777777%; display:block; background-repeat:no-repeat; background-position:center; background-size:cover;}
.channel-one .list li .pic .line{ width:calc(100% - 1.1rem); height:.85rem; border:solid 2px #23ac38; position:absolute; right:.5rem; bottom:-.3rem; z-index:3; transform:skew(-50deg); border-top:none; border-left:none;}
.channel-one .list li .text{ color:#555555;}
.channel-one .list li .des{ margin-top:.2rem; font-size:var(--font-size18); font-weight:100; line-height:1.7;}
.channel-one .list li .des p{ margin:0;}
.channel-one .list li .tit{ color:#000; font-size:var(--font-size24); font-weight:600;}
.channel-one .list li .more{ line-height:1.2;font-weight:600; color:#000; position:relative;}
.channel-one .list li .more::after{ margin-left:.1rem; content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/arrows3.png); background-repeat:no-repeat; background-position:center; background-size:.14rem;}
.channel-one .list li .line::after{ content:''; display:block; width:.12rem; height:.12rem; border:solid .02rem #23ac38; transform:skew(50deg); background:#fff; border-radius:100%; position:absolute; bottom:-.06rem; left:-.1rem;}
.channel-one .list li:hover .tit{ color:#418823; font-weight:600;}
.channel-one .list li:hover .more{ color:#418823;}
.channel-one .list li:hover .more::after{background-image:url(../images/arrows4.png);}

/* 内页标题 */
.inside-tit{margin-bottom:.5rem;}
.inside-tit .iox{ padding-left:1.3rem;}
.inside-tit .tit-box{ font-size:var(--font-size58); font-weight:600; color:#000; line-height:1.5; background-image: url(../images/title-line2.png); background-repeat:no-repeat; background-position:right bottom; background-size:1.48rem; padding-right:1.48rem;}
.inside-tit .tit-box .tit{ border-bottom:solid 1px #77b45b;}
.inside-tit .more a{ position:relative; line-height:3.5; display:-webkit-flex; display:flex; align-items:center; color:#0f110f; font-size:var(--font-size16); font-weight:600; padding:0 .3rem; z-index:5;}
.inside-tit .more a::after{ margin-left:.2rem; content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/arrows3.png); background-repeat:no-repeat; background-position:center; background-size:contain;}
.inside-tit .more::after{ position:absolute; top:0; left:0; width:100%; height:100%; content:''; display:block; transform:skew(-20deg); border:solid .02rem rgba(15,17,15,0.2);}
.inside-tit .more.on a,
.inside-tit .more:hover a{ color:#fff;}
.inside-tit .more.on a::after,
.inside-tit .more:hover a::after{background-image:url(../images/arrows2.png);}
.inside-tit .more.on::after,
.inside-tit .more:hover::after{ background:#64aa44; border-color:#64aa44;}

.channel-two{ padding:.8rem 0 1.7rem; text-align:left; background:#f5f8fb;}
.channel-two .Introd{ padding:0 .5rem;}
.channel-two .Introd .text{ width:45%;}
.channel-two .Introd .text p{ margin:0;}
.channel-two .Introd .pic{ padding-right:.7rem; width:43.5%; text-align:right;}
.channel-two .list{ padding-top:1rem;}
.channel-two .list li{ margin-bottom:1.3rem; direction:rtl;}
.channel-two .list li:last-child{ margin-bottom:0;}
.channel-two .list li .pic{ width:50%;}
.channel-two .list li .pic::after{content:'';display:block;width:0;height:0;position:absolute;bottom:-1px;right:-1px;
width:1.12rem;height:.9rem;background:#f5f8fb;clip-path:polygon(0 100%, 100% 0, 100% 100%);}
.channel-two .list li .pic figure{ padding-bottom:57.7777777%; display:block; background-repeat:no-repeat; background-position:center; background-size:cover;}
.channel-two .list li .pic .line{ width:calc(100% - 1.1rem); height:.85rem; border:solid 2px #23ac38; position:absolute; right:.5rem; bottom:-.3rem; z-index:3; transform:skew(-50deg); border-top:none; border-left:none;}
.channel-two .list li .line::after{ content:''; display:block; width:.12rem; height:.12rem; border:solid .02rem #23ac38; transform:skew(50deg); background:#fff; border-radius:100%; position:absolute; bottom:-.06rem; left:-.1rem;}
.channel-two .list li .text{ font-size:var(--font-size18); direction:ltr; width:50%; padding-right:.75rem; color:#555555;}
.channel-two .list li .text .tit{ margin:.2rem 0 .1rem; font-size:var(--font-size30); color:#64aa44;}
.channel-two .list li .text .des{ overflow:auto; height:18em; line-height:1.5; padding-right:.2rem; font-weight: lighter;}
.channel-two .list li .text .des::-webkit-scrollbar{width:4px;background-color: #eee}
.channel-two .list li .text .des::-webkit-scrollbar-thumb{border:solid 1px #70bb4a; width:3px; border-radius:4px; background-color:#70bb4a;}
.channel-two .list li .text .des::-webkit-scrollbar-corner{background-color:#eee}
.channel-two .list li .text .des p{margin:0;}
.channel-two .list li:nth-child(2n){ direction:ltr;}
.channel-two .list li:nth-child(2n) .text{ padding-right:0; padding-left:.75rem;}

.channel-three{ padding:1.1rem 0;}
.channel-three .list li{ width:31.25%; margin-right:3.1%; margin-bottom:1%; background:#f5f8fb;}
.channel-three .list li a{ padding:.35rem .4rem;}
.channel-three .list li .icon{ border:solid 1px #e8eaed; border-radius:100%; position:relative; width:1rem; height:1rem;}
.channel-three .list li .icon img{ width:0.6rem; height:0.6rem; object-fit:contain;}
.channel-three .list li .icon::after{ position:absolute; right:-.06rem; top:50%; margin-top:-.06rem; content:''; display:block; width:.12rem; height:.12rem; background:#ededed; border-radius:100%;}
.channel-three .list li:nth-child(3n){ margin-right:0;}
.channel-three .list li .text{ width:calc(100% - 1rem); padding-left:.35rem;}
.channel-three .list li .text .tit{ font-size:var(--font-size24); color:#0f110f; font-weight:600;}
.channel-three .list li .arrows{ margin-top:.2rem;}
.channel-three .list li .arrows span{ display:block; width:.16rem; height:.16rem; background-image:url(../images/arrows3.png);background-repeat:no-repeat; background-position:center; background-size:cover;}
.channel-three .list li:hover .tit{ color:#64aa44;}
.channel-three .list li:hover .arrows span{ background-image:url(../images/arrows4.png);}

@media (max-width:1024px) {
.inside-tit .tit-box{ font-size:var(--font-size40); line-height:1.6; background-size:1.35rem; padding-right:1.35rem;}
.inside-tit .iox{ padding-left:0;}
.channel-two .list li .text .des{ height:15em;}
.channel-three .list li a{ padding:.2rem;}
.channel-three .list li .text{ padding-left:.2rem;}
.channel-three .list li .text .tit{ font-size:var(--font-size20);}
.channel-one .title{ font-size:var(--font-size32); }
}
@media (max-width:768px) {
.channel-one .center img{ max-width:100%;}
}
@media (max-width:640px) {
.channel-one .list li{ width:100%; margin-right:0; margin-bottom:3%;}
.channel-one .list li .des{ font-size:var(--font-size22);}
.channel-one .list li .tit{ font-size:var(--font-size30);}
.channel-one .Introd{ font-size:var(--font-size22);}
.channel-two .Introd .text{ margin-bottom:.3rem; width:100%; font-size:var(--font-size24);}
.channel-two .Introd .pic{ padding-right:0; width:100%;}
.channel-two .list li{ margin-bottom:.5rem;}
.channel-two .list li .pic{ width:100%; margin-bottom:.4rem;}
.channel-two .list li:nth-child(2n) .text,
.channel-two .list li .text{ width:100%; padding:0; font-size:var(--font-size24);}
.channel-two .list li .text .des{ padding-right:.2rem; height:14.5em;}
.channel-three .list li{ width:100%; margin-right:0; margin-bottom:.3rem;}
.channel-three .list li .text .tit{ font-size:var(--font-size24);}
}



/*  */
.patch-one{ padding:1.2rem 0;}
.patch-one .item{ direction:rtl;}
.patch-one .item .pic{ width:50%;}
.patch-one .item .pic figure{ padding-bottom:55.7%;background-repeat:no-repeat; background-position:center; background-size:cover;}
.patch-one .item .text{ font-size:var(--font-size18); color:#555555; direction:ltr; width:43%;}
.patch-one .item .text .tit{ margin-bottom:.25rem; font-size:var(--font-size30); color:#64aa44;}
.patch-one .item .text p{margin:0;}
.patch-two{ padding:1rem 0; background-image:url(../images/Patch-details-bg.jpg); background-repeat:no-repeat; background-position:top center;}
.patch-two .inside-tit{ margin-bottom:.3rem;}
.patch-two .introd{ font-size:var(--font-size24); text-align:center; font-weight:100;}
.patch-two .list{ margin-top:.55rem;}
.patch-two .list .item{ background:#fff; width:48.611111%; padding:.4rem; padding-right:.4rem;}
.patch-two .list .item .icon{ position:absolute; right:0; bottom:0; width:3.03rem; height:3.03rem;}
.patch-two .list .item .tit{ margin-bottom:.15rem; font-size:var(--font-size24); font-weight:600; color:#0f110f;}
.patch-two .list .item .ovahi{ padding-right:.2rem; height:4.5rem; overflow:auto; position: relative; z-index:5;}
.patch-two .list .item .ovahi::-webkit-scrollbar{width:0.04rem;background-color: #eee}
.patch-two .list .item .ovahi::-webkit-scrollbar-thumb{ border:solid 1px #70bb4a; width:0.03rem; border-radius:0.04rem; background-color:#70bb4a;}
.patch-two .list .item .ovahi::-webkit-scrollbar-corner{background-color:#eee}
.patch-two .list .item .editor .line{ position:relative; font-size:var(--font-size18); color:#555555; padding-bottom:.3rem; margin-bottom:.3rem; border-bottom:solid 0.02rem #64aa44;}
.patch-two .list .item .editor .line::after{ position:absolute; right:0; bottom:-.06rem; content:''; display:block; width:.12rem; height:.12rem; border:solid 2px #64aa44; background:#fff; border-radius:100%;}
.patch-two .list .item .editor .ul{ padding-right:.4rem;}
.patch-two .list .item .editor .ul li{ position:relative; padding-left:.2rem; font-size:var(--font-size18); margin-bottom:.15rem;}
.patch-two .list .item .editor .ul li::before{ position:absolute; left:0; top:.82em; content:''; display:block; width:.05rem; height:.05rem; background:#64aa44; margin-top:-.025rem;}
.patch-two .list .item .editor .ul li:last-child{ margin-bottom:0;}
.patch-two .tishi-des{ padding:.35rem 0; border-bottom:solid 1px rgba(15,17,15,0.1);}
.patch-two .tishi-des .name{ font-size:var(--font-size40); color:#0f110f; font-weight:600;}
.patch-two .tishi-des .wenzi{ font-size:var(--font-size18); width:50%;text-align:right;}
.patch-three{ padding:1rem 0 1.2rem;}
.patch-three .inside-tit{ margin-bottom:.3rem;}
.patch-three .introd{ font-size:var(--font-size24); text-align:center; font-weight:100;}
.patch-three .cut-tab{ margin-top:.3rem;}
.patch-three .tab-menu{ border-bottom:solid 1px #e5e5e5;}
.patch-three .tab-menu .item{ position:relative; display:block; padding:.25rem 0; border-bottom:solid 0.02rem transparent; font-size:var(--font-size18); font-weight:500; color:#333333;}
.patch-three .tab-menu .item::before,
.patch-three .tab-menu .item::after{ position:absolute; bottom:-.03rem; content:''; display:block; width:.05rem; height:.05rem; border:solid .02rem #64aa44; background:#fff; border-radius:100%; opacity:0;}
.patch-three .tab-menu .item::before{ left:0;}
.patch-three .tab-menu .item::after{ right:0;}
.patch-three .tab-menu .item.on::before,
.patch-three .tab-menu .item.on::after,
.patch-three .tab-menu .item:hover::before,
.patch-three .tab-menu .item:hover::after{ opacity:1;}
.patch-three .tab-menu .item.on,
.patch-three .tab-menu .item:hover{ color:#64aa44; border-color:#64aa44;}
.patch-three .tab-content{ padding:.6rem 0;}
.patch-three .cut-tab .tab-shell{ display:none;}
.patch-three .tab-menu .item{ cursor:pointer;}
.patch-three .tab-content .item{ background:#f5f8fb;}
.patch-three .tab-content .item .pic{ width:41.6667%;}
.patch-three .tab-content .item .text{ font-size:var(--font-size18); line-height:1.6; padding:0 .7rem; width:58%;}
.patch-three .tab-content .item .text .tit{ font-weight:500; margin-bottom:.2rem; font-size:var(--font-size24); color:#64aa44;}
.patch-three .tab-content .item .text p{margin:0 auto;}
.patch-four{ background:#f5f8fb; padding:1rem 0;}
.patch-four .editor{ font-size:var(--font-size18); color:#555555; line-height:1.8;}
.patch-four .editor strong{ margin-bottom:.1rem; display:inline-block; font-size:var(--font-size24); color:#64aa44;}
.patch-four .editor p{margin:0 auto; display:block; min-height:1em;}
.patch-four .editor .ul{ padding-right:.4rem;}
.patch-four .editor .ul li{ position:relative; padding-left:.2rem; font-size:var(--font-size18); margin-bottom:.1rem;}
.patch-four .editor .ul li::before{ position:absolute; left:0; top:.82em; content:''; display:block; width:.05rem; height:.05rem; background:#64aa44; margin-top:-.025rem;}
.patch-four .editor .ul li:last-child{ margin-bottom:0;}
.patch-five{ padding:1.2rem 0;}
.patch-five .inside-tit{ margin-bottom:.7rem;}
.patch-five .switc-one{ padding:.3rem; margin-bottom:.1rem; background:#f5f8fb;}
.patch-five .switc-one .pic{ background:#fff; width:39.131%;}
.patch-five .switc-one .pic img{ width:5.4rem; height:2.9rem; object-fit:contain;}
.patch-five .switc-one .text{ color:#555555; padding:0 .6rem; width:60%; line-height:1.5;}
.patch-five .switc-one .text .tit{ margin-bottom:.2rem; font-size:var(--font-size24); color:#0f110f; font-weight:600;}
.patch-five .switc-one .text .des{ margin-bottom:.15rem; min-height:5em; font-weight:lighter;}
.patch-five .switc-one .item .more{ line-height:1.2;font-weight:600; color:#64aa44; position:relative;}
.patch-five .switc-one .item .more::after{ margin-left:.1rem; content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/arrows4.png); background-repeat:no-repeat; background-position:center; background-size:.14rem;}
.patch-five .switc-two .swiper{ padding:.2rem .02rem;}
.patch-five .switc-two .pic{ position:relative; cursor:pointer; background:#f5f8fb; border:solid 1px #f5f8fb;}
.patch-five .switc-two .pic::before{ position:absolute; top:-.07rem; left:50%; content:''; display:block; width:.15rem; height:.07rem; background-image:url(../images/arrows6.png); background-repeat:no-repeat; background-size:contain; background-position:center; transform:translateX(-50%); opacity:0;}
.patch-five .switc-two .swiper-slide-thumb-active .pic{ background:#fff; border-color:#64aa44;}
.patch-five .switc-two .swiper-slide-thumb-active .pic::before{ opacity:1;}
.patch-six{ background:#f5f8fb; padding:1.2rem 0;}
.patch-six .item .pic{overflow: hidden; position:relative;}
.patch-six .item .pic::after{content:'';display:block;width:0;height:0;position:absolute;bottom:-1px;right:-1px; width:.75rem;height:.5rem;background:#f5f8fb;clip-path:polygon(0 100%, 100% 0, 100% 100%);}
.patch-six.back-white .item .pic::after{ background:#fff;}
.patch-six .item .pic figure{ padding-bottom:57.7777777%; display:block; background-repeat:no-repeat; background-position:center; background-size:cover;}
.patch-six .item .pic i.icon{ position:absolute; left:50%; top:50%; display:block; width:.43rem; height:.43rem; background-image: url(../images/play-icon.png); background-repeat:no-repeat;background-position:center; background-size:cover; margin-left:-.22rem; margin-top:-.22rem; opacity:0;}
.patch-six .item .text{ padding:.3rem .4rem .05rem 0; font-size:var(--font-size18); color:#555555;}
.patch-six .item .text .tit{ font-size:var(--font-size20); margin-bottom:.4rem; color:#0f110f; font-weight:500; min-height:3em;}
.patch-six .item .more{ font-size:var(--font-size16); line-height:1.2;font-weight:600; color:#0f110f; position:relative;}
.patch-six .item .more::after{ margin-left:.1rem; content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/arrows3.png); background-repeat:no-repeat; background-position:center; background-size:.14rem;}
.patch-six .item:hover .more{ color:#64aa44;}
.patch-six .item:hover .more::after{ background-image:url(../images/arrows4.png);}
.patch-six .m-video .item .pic i.icon{ opacity:1;}
.patch-six .aniu-but{ margin-top:.6rem;}
.patch-six .aniu-but .but{ position:relative;}
.patch-six .aniu-but .but a{ position:relative; line-height:2.5; display:-webkit-flex; display:flex; align-items:center; color:#fff; font-size:var(--font-size16); font-weight:600; padding:.1rem .4rem; z-index:5;}
.patch-six .aniu-but .but a::after{ margin-left:.2rem; content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/arrows2.png); background-repeat:no-repeat; background-position:center; background-size:contain;}
.patch-six .aniu-but .but::after{ position:absolute; top:0; left:0; width:100%; height:100%; content:''; display:block; background:#64aa44; transform:skew(-20deg);}
.patch-six .swiper-but{ top:43%; width:.6rem; height:.6rem; margin:0; background:#fff; border:solid 1px #cccccc;transform:skew(-20deg);}
.patch-six .swiper-but::after{font-size:var(--font-size18);color:#000;font-weight:bold;transform:skew(20deg);}
.patch-six .swiper-but:hover{ background:#64aa44; border-color:#64aa44;}
.patch-six .swiper-but:hover::after{ color:#fff;}
@media (min-width:1660px) {
.patch-six .swiper-button-prev{ left:-1.4rem;}
.patch-six .swiper-button-next{ right:-1.4rem;}
}
@media (max-width:1600px) {
.patch-six .swiper-button-prev{ left:-.4rem;}
.patch-six .swiper-button-next{ right:-.4rem;}
}
@media (max-width:1440px) {
.patch-six .swiper-button-prev{left:.3rem;}
.patch-six .swiper-button-next{right:.3rem;}
}
@media (max-width:1024px) {
.patch-six .item:hover .pic i.icon{ opacity:1;}
}
@media (max-width:640px) {
.patch-one{ padding:0.8rem 0;}
.patch-one .item{ flex-wrap: wrap-reverse;}
.patch-one .item .text{ margin-bottom:.2rem; width:100%; font-size:var(--font-size22);}
.patch-one .item .pic{ width:100%;}
.patch-two .list .item{ width:100%; margin-bottom:.2rem;}
.patch-two .list .item .tit{ font-size:var(--font-size24);}
.patch-two .list .item .editor .line{ font-size:var(--font-size22);}
.patch-two .list .item .editor .ul li{ font-size:var(--font-size20); margin-bottom:.1rem;}
.patch-two .tishi-des .wenzi{ width:100%; font-size:var(--font-size24); text-align: left;}
.patch-three .tab-content .item .pic{ width:100%;}
.patch-three .tab-content .item .text{ line-height:1.8; font-size:var(--font-size22); width:100%; padding:.2rem;}
.patch-three .tab-menu{ align-items:flex-start;}
.patch-three .tab-menu .item{ width:32%; font-size:var(--font-size22);}
.patch-four .editor{font-size:var(--font-size22);}
.patch-four .editor .ul li{font-size:var(--font-size22);}
.patch-five .switc-one .pic{ width:100%;}
.patch-five .switc-one .text{ font-size:var(--font-size22); padding:.2rem; width:100%;}
.patch-five .switc-one .text .tit{ font-size:var(--font-size26);}
.patch-six .swiper-but{ top:25%;}
}



/*分页（如重新编写，请删除或者直接替换掉样式）*/
.Page001951{ margin-top:.6rem;}
.Pages{text-align: center;font-size:.18rem;}
.Pages>span:not(.p_page){display: none;}
.Pages a{width:0.5rem;line-height:0.5rem;height:0.5rem;display:block;transition: 0.3s;color:#0f110f; position:relative;}
.Pages a::before{ content:''; display:block; width:100%; height:100%; position:absolute; top:0; left:0; border:solid 1px #cccccc; transform:skew(-18deg); z-index:-1;}
.Pages .p_page{display:-webkit-flex;display:flex;align-items:center;justify-content:center;}
.Pages .p_page.a_first,
.Pages .p_page.a_end{display:none;}
.Pages .p_page>a{font-size:0;display:-webkit-flex;display:flex;align-items:center;justify-content:center;}
.Pages .p_page .num{display:flex;align-items:center;justify-content:center;font-style:normal; margin:0 .1rem;}
.Pages .p_page .num a{margin: 0 0.09rem;}
.Pages a:hover::before,
.Pages .p_page .num a.a_cur::before{ background:#64aa44; border-color:#64aa44;}
.Pages a.a_prev,
.Pages a.a_next{ display:-webkit-flex; display:flex; align-items:center; justify-content:center;}
.Pages a.a_prev::after,
.Pages a.a_next::after{content:'';display:block;font-size:.14rem;font-weight:bold;color:#333;font-family:swiper-icons;text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}
.Pages a.a_prev::after{content:'prev'}
.Pages a.a_next::after{content:'next'}
.Pages a:hover,
.Pages a.a_cur{ color:var(--white);}
.Pages a.a_prev:hover::after,
.Pages a.a_next:hover::after{ color:var(--white);}


/* 二级菜单 */
.inside-menu{ margin-bottom:.6rem; font-weight:600;}
.inside-menu .item{ min-width:2rem; margin:0 .2rem; position:relative;}
.inside-menu .item a{ position:relative; display:-webkit-flex; display:flex; justify-content:center; align-items:center; color:#0f110f; font-weight:600; padding:.18rem .2rem; z-index:5; cursor:pointer;}
.inside-menu .item::after{ position:absolute; top:0; left:0; width:100%; height:100%; content:''; display:block; background:#fff; border:solid 0.01rem #dadada; transform:skew(-30deg);}
.inside-menu .item:hover a,
.inside-menu .item.active a{ color:#fff;}
.inside-menu .item:hover::after,
.inside-menu .item.active::after{ background:#64aa44; border-color:#64aa44;}
@media (max-width:640px) {
.inside-menu .item{ margin:.05rem;}
}



/* 常见问题 */
.faq-box{ padding:1.2rem 0;}
.faq-box .list li{ background:#f5f8fb; margin-bottom:.2rem; padding:0 .35rem;}
.faq-box .list li .tit-box{ cursor:pointer; padding-right:.4rem;}
.faq-box .list li .tit-box::after{ position:absolute; right:0; content:''; display:block; width:.35rem; height:.35rem; background-image:url(../images/arrows7.svg); background-repeat:no-repeat; background-position:center; background-size:50%; transition:all .5s;}
.faq-box .list li .tit{ padding:.25rem 0; font-size:var(--font-size20); font-weight:600; color:#0f110f; width:calc(100% - .7rem);}
.faq-box .list li .io{ width:.4rem; height:.4rem; background:#64aa44; color:#fff; font-weight:600; margin-right:.2rem; border-radius:100%;}
.faq-box .list li .center{ font-size:var(--font-size18); font-weight:100; padding:.3rem .2rem .3rem .5rem;  display:none; border-top:solid 1px rgba(65,136,35,0.1); line-height:1.5; position:relative;}
.faq-box .list li .center::after{ content:''; display:block; width:.1rem; height:.1rem; border:solid 1px #c8cbcd; background:#fff; border-radius:100%; position:absolute; right:0; top:0; margin-top:-.05rem; margin-left:-.05rem;}
.faq-box .list li .tit-box.active::after{ transform:rotate(-180deg);}
@media (max-width:640px) {
.faq-box{ padding:.8rem 0;}
.faq-box .list li .center{ font-size:var(--font-size20);}
}



/*  */
.pro-des{ padding-bottom:.8rem;}
.pro-des li{ text-align:left; margin-bottom:1.3rem; direction:rtl;}
.pro-des li:last-child{ margin-bottom:0;}
.pro-des li .pic{ width:50%;}
.pro-des li .pic::after{content:'';display:block;width:0;height:0;position:absolute;bottom:-1px;right:-1px;
width:1.12rem;height:.9rem;background:#f5f8fb;clip-path:polygon(0 100%, 100% 0, 100% 100%);}
.pro-des li .pic figure{ padding-bottom:57.7777777%; display:block; background-repeat:no-repeat; background-position:center; background-size:cover;}
.pro-des li .pic .play{ position:absolute; left:50%; top:50%; display:block; width:.5rem; height:.5rem; background-image: url(../images/play.svg); background-repeat:no-repeat;background-position:center; background-size:contain; margin-left:-.3rem; margin-top:-.3rem; z-index:5; cursor:pointer;}
.pro-des li .pic .line{ width:calc(100% - 1.1rem); height:.85rem; border:solid 2px #23ac38; position:absolute; right:.5rem; bottom:-.3rem; z-index:3; transform:skew(-50deg); border-top:none; border-left:none;}
.pro-des li .line::after{ content:''; display:block; width:.12rem; height:.12rem; border:solid .02rem #23ac38; transform:skew(50deg); background:#fff; border-radius:100%; position:absolute; bottom:-.06rem; left:-.1rem;}
.pro-des li .text{ font-size:var(--font-size18); direction:ltr; width:50%; padding-right:.75rem; color:#555555;}
.pro-des li .text .tit{ margin:.2rem 0 .1rem; font-size:var(--font-size30); color:#64aa44;}
.pro-des li .text .des{ overflow:auto; height:15em; padding-right:.2rem;}
.pro-des li .text .des::-webkit-scrollbar{width:.04rem;background-color: #eee}
.pro-des li .text .des::-webkit-scrollbar-thumb{border:solid 1px #70bb4a; width:.03rem; border-radius:.04rem; background-color:#70bb4a;}
.pro-des li .text .des::-webkit-scrollbar-corner{background-color:#eee}
.pro-des li .text .des p{margin:0;}
.pro-des li .more{ font-size:var(--font-size16); line-height:1.2;font-weight:600; color:#0f110f; position:relative;}
.pro-des li .more::after{ margin-left:.1rem; content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/arrows3.png); background-repeat:no-repeat; background-position:center; background-size:.14rem;}
.pro-des li:nth-child(2n){ direction:ltr;}
.pro-des li:nth-child(2n) .text{ padding-right:0; padding-left:.75rem;}
.pro-des li .more:hover{ color:#418823;}
.pro-des li .more:hover::after{background-image:url(../images/arrows4.png);}

.pro-key{ background:#f5f8fb; padding:1.1rem 0;}
.back-white{ background:#fff;}
.pro-key .list-box li{ padding:.2rem 0; color:#555555; border-bottom:dashed 1px #d1dbe2;}
.pro-key .list-box li .tit{ font-size:var(--font-size18); color:#0f110f; background-image:url(../images/pro-icon1.png); background-repeat:no-repeat; background-position:left center; padding-left:.35rem; background-size:.22rem; margin-bottom:.1rem;}
.pro-key .list-box li .des{ padding-left:.35rem;}
@media (max-width:640px) {
.pro-key .list-box li .tit{ font-size:var(--font-size24);}
.pro-key .list-box li .des{ font-size:var(--font-size20);}
.pro-des li .pic{ width:100%; margin-bottom:.4rem;}
.pro-des li .text{ width:100%; padding-right:0; font-size:var(--font-size20);}
.pro-des li:nth-child(2n) .text{ padding-left:0;}
}


/* 02_Product-feature */
.pro-feature{ padding:1.2rem 0;}
.pro-feature .list{ margin-top:.7rem;}
.pro-feature .list li{ margin-bottom:.5rem;}
.pro-feature .list li a{ display:-webkit-flex; display:flex; align-items:flex-start; flex-wrap:wrap; justify-content:space-between;}
.pro-feature .list li .pic{ width:31%; position:relative;}
.pro-feature .list li .pic figure{ padding-bottom:51%; background-repeat:no-repeat; background-position:center; background-size:cover;}
.pro-feature .list li .pic::after{content:'';display:block;width:0;height:0;position:absolute;bottom:-1px;right:-1px; width:.74rem;height:.52rem;background:#fff;clip-path:polygon(0 100%, 100% 0, 100% 100%);}
.pro-feature .list li .pic i.icon{ position:absolute; left:50%; top:50%; display:block; width:.43rem; height:.43rem; background-image: url(../images/play-icon.png); background-repeat:no-repeat;background-position:center; background-size:cover; margin-left:-.22rem; margin-top:-.22rem;}
.pro-feature .list li .text{ font-size:var(--font-size18); color:#555; width:65%; border-bottom:solid 1px #e5e5e5;}
.pro-feature .list li .text .des{ min-height:6em;}
.pro-feature .list li .text .tit{ margin-bottom:.15rem; font-size:var(--font-size24); color:#0f110f; font-weight:600;}
.pro-feature .list li .text .more{ margin:.15rem 0; font-size:var(--font-size16); line-height:1.2;font-weight:600; color:#0f110f; position:relative;}
.pro-feature .list li .text .more span{ border-bottom:solid 2px transparent;}
.pro-feature .list li .text .more::after{ margin-left:.1rem; content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/arrows3.png); background-repeat:no-repeat; background-position:center; background-size:.14rem;}
.pro-feature .list li:last-child{ margin-bottom:0;}
.pro-feature .list li:hover .text .tit{ color:#64aa44;}
.pro-feature .list li:hover .text .more{ color:#64aa44;}
.pro-feature .list li:hover .text .more::after{background-image:url(../images/arrows4.png);}
.pro-feature .list li:hover .text .more span{ border-color:#64aa44;}

@media (max-width:640px) {
.pro-feature .list li{ margin-bottom:.3rem;}
.pro-feature .list li .pic{ width:100%; margin-bottom:.3rem;}
.pro-feature .list li .text{ width:100%; font-size:var(--font-size22);}
.pro-feature .list li .text .tit{ font-size:var(--font-size26);}
.pro-feature .list li .text .more{ font-size:var(--font-size22);}
}



/* 详情 */
.location{ padding:.35rem 0;}
.location a{ color:#666;}
.location i{ display:inline-block; margin:0 .1rem;}
.location a:hover{ color:#0f110f;}
.ProInfo-box{ padding-bottom:1.1rem;}
.ProInfo-box .editor{ color:#555555; font-size:var(--font-size18); padding:.3rem 0 0; border-top:solid 1px #e7e7e7;}
.ProInfo-box .editor strong{ color:#0f110f;}
.ProInfo-box .editor .pot li{ margin-bottom:.2rem; position: relative; padding-left:1em;}
.ProInfo-box .editor .pot li:last-child{ margin-bottom:0;}
.ProInfo-box .editor .pot li::before{ position:absolute; left:0; top:.6em; content:''; display:block; width:.05rem; height:.05rem; background:#64aa44;}
.ProInfo-box .left-box{ width:68%;}
.ProInfo-box .left-box .title{ font-size:var(--font-size40); font-weight:600; color:#0f110f; padding-bottom:.3rem;}
.ProInfo-box .right-box{ width:26.5%; padding:.4rem; background:#f5f8fb;}
.ProInfo-box .right-box .title{ line-height:1; font-size:var(--font-size32); font-weight:600; color:#0f110f; padding-bottom:.25rem; border-bottom:solid 1px #e7e7e7;}
.ProInfo-box .right-box li a{ display:block; padding:.25rem 0; border-bottom:solid 1px #e7e7e7; color:#555555;}
.ProInfo-box .right-box li .tit{ margin-bottom:.2rem; font-size:var(--font-size20); color:#0f110f; font-weight: 600;}
.ProInfo-box .right-box li .other{ line-height:1.2;}
.ProInfo-box .right-box li .siz{ font-size:var(--font-size20);}
.ProInfo-box .right-box li .ioc{ width:.2rem; height:.2rem; background-image:url(../images/dow.png); background-repeat:no-repeat; background-position:center; background-size:.14rem;}
.ProInfo-box .right-box li:last-child a{ border-bottom:none; padding-bottom:0;}
.ProInfo-box .right-box li:hover .tit{ color:#64aa44;}
@media (max-width:640px) {
.location{ font-size:var(--font-size20);}
.ProInfo-box .left-box{ width:100%;}
.ProInfo-box .editor{ font-size:var(--font-size22);}
.ProInfo-box .right-box{ margin-top:.35rem; width:100%;}
.ProInfo-box .right-box li .tit{ font-size:var(--font-size24);}
.ProInfo-box .right-box li .siz{ font-size:var(--font-size22);}
.ProInfo-box .right-box li .ioc{ width:.3rem; height:.3rem; background-size:.18rem;}
}


/* describe */
.describe{ padding-top:.5rem; line-height:1.5;}
.describe p{ margin:0;}



/* 03_Case-list */
.case-box{ padding:.6rem 0 1.2rem;}
.case-box .list li{ width:30.5555555%; margin-right:4.1222%; margin-bottom:3%;}
.case-box .list li:nth-child(3n){ margin-right:0;}
.case-box .list li .pic{ margin-bottom:.25rem; position:relative;}
.case-box .list li .pic figure{ padding-bottom:59.1%; background-repeat:no-repeat; background-position:center; background-size:cover;}
.case-box .list li .pic::after{content:'';display:block;width:0;height:0;position:absolute;bottom:-1px;right:-1px; width:.74rem;height:.52rem;background:#fff;clip-path:polygon(0 100%, 100% 0, 100% 100%);}
.case-box .list li .tit{ padding-right:.5rem; font-size:var(--font-size20); color:#0f110f;}
.case-box .list .pic i.icon{ position:absolute; left:50%; top:50%; display:block; width:.5rem; height:.5rem; background-image: url(../images/play-icon1.png); background-repeat:no-repeat;background-position:center; background-size:cover; margin-left:-.22rem; margin-top:-.22rem;}
.case-box .Page001951{ margin-top:.3rem;}
@media (max-width:640px) {
.case-box .list .ul{ justify-content:space-between;}
.case-box .list li{ width:48.5%; margin-right:0; margin-bottom:3%;}
.case-box .list li:nth-child(2n){ margin-right:0;}
}



/* 03_Case-info */
.case-info{ padding-bottom:1rem;}
.case-info .title-box{border-bottom:solid .01rem rgba(15,17,15,0.2); padding-bottom:.35rem;}
.case-info .title-box .title{ margin-bottom:.1rem; font-size:var(--font-size40); color:#0f110f; font-weight:600;}
.case-info .title-box .desc{ font-size:var(--font-size18); color:#555555;}
.case-info .editor{ padding:.3rem 0 0; font-size:var(--font-size18); color:#555555; line-height:1.8;}
.case-info .editor strong{ font-size:var(--font-size24); color:#64aa44;}
.case-info .editor p{margin:0;}
.case-info .turn-box{ padding:.4rem 0; border-top:solid 1px rgba(15,17,15,0.1);}
.case-info .turn-box dd{ margin:.1rem 0;}
.case-info .turn-box dd a{ font-size:var(--font-size18); color:#555555;}
.case-info .turn-box dd a:hover{ color:#64aa44;}
.case-info .return .but{ position:relative;}
.case-info .return .but a{ text-transform:uppercase; position:relative; line-height:2.5; display:-webkit-flex; display:flex; align-items:center; color:#0f110f; font-size:var(--font-size16); font-weight:600; padding:.1rem .3rem; z-index:5;}
.case-info .return .but a::after{ margin-left:.1rem; content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/return.svg); background-repeat:no-repeat; background-position:center; background-size:contain;}
.case-info .return .but::after{ position:absolute; top:0; left:0; width:100%; height:100%; content:''; display:block; background:transparent; transform:skew(-20deg); border:solid 1px #cccccc;}
.case-info .return .but:hover::after{ background:#64aa44; border-color:#64aa44;}
.case-info .return .but:hover a{ color:#fff;}
.case-info .return .but:hover a::after{ background-image:url(../images/return2.svg);}
.case-info .introd-editor{ margin-top:.75rem; padding:.5rem 1rem .65rem; background:#f5f8fb; line-height:1.8;}
.case-info .introd-editor .wtiox{ padding:0 1.3rem;}
.case-info .introd-editor .ioh{ position:absolute; left:0; top:.3rem; font-family:'hm'; line-height:.5; height:.2rem; font-size:2rem; color:#64aa44;}
.case-info .introd-editor .ioh:last-child{ top:auto; left:auto; right:0; bottom:0; transform:scaleX(-1);}
.case-info .introd-editor .cont-ixo{ text-align:center;}
.case-info .introd-editor .cont-ixo .des{ font-size:var(--font-size18); margin-bottom:.35rem;}
.case-info .introd-editor .cont-ixo .tit{ margin-bottom:.2rem; font-size:var(--font-size24); color:#0f1a0f; font-weight:600;}
.case-info .introd-editor .cont-ixo .itol{ text-align:left;}
.case-info .introd-editor .cont-ixo .itol::before{ margin-top:.14rem; background:rgba(15,17,15,0.1); content:''; display:block; width:1rem; height:1px;}
.case-info .introd-editor .cont-ixo .ixl{ margin-left:.15rem;}
@media (max-width:640px) {
.case-info .turn-box dl{ display:block; margin-bottom:.25rem;}
.case-info .title-box .title{ font-size:var(--font-size32);}
.case-info .introd-editor{ padding:.4rem .3rem;}
.case-info .introd-editor .wtiox{ padding:0 .6rem;}
.case-info .introd-editor .ioh{ font-size:1rem;}
.case-info .introd-editor .cont-ixo .itol::before{ width:3em;}
}


/* 03_Case-study */
.Study-box{ padding:1.2rem 0;}
.Study-box .introd{ line-height:1.7; font-size:var(--font-size18); padding:0 1.1rem; text-align:center; margin-bottom:.45rem;}
.Study-box .list li{ width:18.1%; margin-right:2.333333%; margin-bottom:2.333333%; background:#f5f8fb; border:solid 1px #f5f8fb; position:relative;}
.Study-box .list li a{color:#555555;}
.Study-box .list li .text{ font-weight:100; position:absolute; left:100%; top:0; z-index:5; width:max-content; max-width:5.5rem; display:none; line-height:1.7;}
.Study-box .list li .text .center-bg{ background:#f5f8fb; padding:.35rem;}
.Study-box .list li .text .tit{ margin-bottom:.1rem; font-size:var(--font-size24); color:#0f110f; font-weight:600;}
.Study-box .list li .pic figure{ padding-bottom:50%; background-repeat:no-repeat; background-position:center; background-size:80%;}
.Study-box .list li::after{ content:''; display:block; width:.1rem; height:.14rem; background-image:url(../images/arrows8.svg); background-repeat:no-repeat; background-position:center; background-size:contain; position:absolute; right:-.1rem; top:50%; margin-top:-.07rem; display:none;}
.Study-box .list li .more{margin-top:.2rem;font-size:var(--font-size16); line-height:1.2;font-weight:600; color:#64aa44; position:relative;}
.Study-box .list li .more span{ border-bottom:solid 2px #64aa44;}
.Study-box .list li .more::after{ margin-left:.1rem; content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/arrows4.png); background-repeat:no-repeat; background-position:center; background-size:.14rem;}
.Study-box .Page001951{ margin-top:.3rem;}

@media (min-width:769px){
.Study-box .list li:nth-child(5n){ margin-right:0;}
.Study-box .list li:nth-child(5n) .text,
.Study-box .list li:nth-child(5n+4) .text{left:auto; right:100%;}
.Study-box .list li:nth-child(5n)::after,
.Study-box .list li:nth-child(5n+4)::after{ transform:rotate(180deg);}
.Study-box .list li:hover::after{ display:block;}
.Study-box .list li:hover{ border-color:#64aa44;}
.Study-box .list li:hover .text{ display:block; padding-left:.35rem;}
.Study-box .list li:hover:nth-child(5n) .text,
.Study-box .list li:hover:nth-child(5n+4) .text{ padding-right:.35rem; padding-left:0;}
.Study-box .list li:hover:nth-child(5n)::after,
.Study-box .list li:hover:nth-child(5n+4)::after{ left:-.1rem; right:auto;}
}
@media screen and (min-width:641px) and (max-width:768px){
.Study-box .introd{ padding:0 .2rem; font-size:var(--font-size22);}
.Study-box .list li{ width:23%; margin-right:2%; margin-bottom:2%; font-size:var(--font-size22);}
.Study-box .list li .text{ width:max-content; max-width:5.9rem;}
.Study-box .list li .more{ font-size:var(--font-size18);}
.Study-box .list li:hover .text{ display:block; padding-left:.35rem;}
.Study-box .list li:nth-child(4n){ margin-right:0;}
.Study-box .list li:nth-child(4n) .text,
.Study-box .list li:nth-child(4n+3) .text{left:auto; right:100%;}
.Study-box .list li:nth-child(4n)::after,
.Study-box .list li:nth-child(4n+3)::after{ transform:rotate(180deg);}
.Study-box .list li:hover:nth-child(4n) .text,
.Study-box .list li:hover:nth-child(4n+3) .text{ padding-right:.35rem; padding-left:0;}
.Study-box .list li:hover::after{ display:block;}
.Study-box .list li:hover{ border-color:#64aa44;}
.Study-box .list li:hover:nth-child(4n)::after,
.Study-box .list li:hover:nth-child(4n+3)::after{ left:-.1rem; right:auto;}
}
@media (max-width:1024px){
.Study-box .list li .text{ width:max-content; max-width:4.7rem;}
}
@media (max-width:768px){
.Study-box .list li .text{ width:max-content; max-width:5.8rem;}
}
@media (max-width:640px) {
.Study-box .introd{ padding:0 .2rem; font-size:var(--font-size20);}
.Study-box .list li{ width:49%; margin-right:2%; margin-bottom:2%; font-size:var(--font-size22);}
.Study-box .list li .more{ font-size:var(--font-size18);}
.Study-box .list li .text{ left:0; top:100%; max-width:calc(100vw - 10%); padding:.1rem 0 0!important;}
.Study-box .list li::after{top:auto; left:50%; bottom:-.12rem; transform:rotate(90deg);}
.Study-box .list li:hover .text{ display:block; padding:.1rem 0 0!important;}
.Study-box .list li:nth-child(2n){ margin-right:0;}
.Study-box .list li:nth-child(2n) .text{left:auto; right:0!important;}
.Study-box .list li:hover::after{ display:block;}
.Study-box .list li:hover{ border-color:#64aa44;}
}


/* 04_support */
.support-box{ padding:1.2rem 0;}
.support-box .inside-tit{ margin-bottom:.3rem;}
.support-box .introd{ font-size:.175rem; text-align:center; font-weight:100;}
.support-box .pro-des{ margin-top:.7rem; padding-bottom:.4rem;}
.support-box .pro-des li .more{margin-top:.2rem; font-size:var(--font-size16);line-height:1.2;font-weight:600; color:#0f110f; position:relative;}
.support-box .pro-des li .pic::after{ background:#fff;}
.support-box .pro-des li .more::after{ margin-left:.1rem; content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/arrows3.png); background-repeat:no-repeat; background-position:center; background-size:.14rem;}
@media (max-width:640px) {
.support-box .introd{ font-size:.20rem;}
.support-box .pro-des li .more{ font-size:var(--font-size18);}
}

/* 弹框 */
.up-box{ position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4); z-index:1000; display:none;}
.up-box .close{ position:absolute; top:.2rem; right:.2rem; width:.25rem; height:.25rem; background-image:url(../images/close.png); background-repeat:no-repeat; background-position:center; background-size:contain; cursor:pointer;}
.up-box .center{ width:100%; height:100%;}
.up-box .center .bg-bakc{ position:relative; background:#fff; width:100%; max-width:10.5rem; padding:.6rem;}
@media (max-width:640px) {
.up-box{ padding:0 2%;}
.up-box .center .bg-bakc{ max-width:90%;}
.up-box .close{ width:.3rem; height:.3rem;}
}


/* 04_support-center */
.support-center{ padding:1rem 0;}
.support-list .list-menu{ width:26.5%; background:#f5f8fb; padding:.4rem;}
.support-list .list-menu .item{ margin-bottom:.4rem;}
.support-list .list-menu .item .onx{ font-size:var(--font-size24); color:#0f110f; font-weight:600; border-bottom:solid 1px #23ac38; padding-bottom:.15rem; margin-bottom:.2rem;}
.support-list .list-menu .item:last-child{ margin-bottom:.3rem;}
.support-list .list-menu dd{ margin:.15rem 0; font-size:var(--font-size18); font-weight:400; color:#555555; cursor:pointer;}
.support-list .list-menu dd i{ margin-top:.35em; display:block; margin-right:.2rem; width:.16rem; height:.16rem; border:solid 1px #c0c0c0; background-repeat:no-repeat; background-position:center; background-size:contain;}
.support-list .list-menu dd span{ width:calc(100% - .4rem);}
.support-list .list-menu dd.on i{ border-color:#64aa44; background-image:url(../images/tick.svg);}
.support-list .list-menu dd.on span{ color:#64aa44;}
.support-list .list-menu .search-cp{margin-bottom:.2rem;border:solid 1px #e6e6e6; border-radius:.05rem; overflow:hidden; position: relative;}
.support-list .list-menu .search-cp input{line-height:3;font-size:.14rem; width:100%; border:none; padding:0 .3rem; padding-right:.7rem;}
.support-list .list-menu .search-cp .but{position:absolute;right:.1rem;top:0; width:.5rem; height:100%; background-image: url(../images/search-icon.svg); background-repeat:no-repeat; background-position:center; background-size:.18rem; cursor:pointer;}
.support-list .list-con{ width:70.2%;}
.support-list .list-con .tishi{ margin-bottom:.2rem; padding:.13rem .2rem; background:#f5f8fb; font-weight:100;}
.support-list .list-con .tishi span{ color:#64aa44;}
.support-list .list li{ padding:.2rem 0; border-bottom:solid 1px #23ac38;}
.support-list .list li .tit{ font-size:var(--font-size22); color:#0f110f; font-weight:600;}
.support-list .list li .tit i{ font-style:normal;}
.support-list .list li a{ color:#555555;}
.support-list .list li .des{ font-weight:100; margin:.15rem 0 .2rem; font-size:var(--font-size18); color:#555555;}
.support-list .list li .others .ica{ font-weight:100; margin-right:.3rem;font-size:.14rem;}
.support-list .list li .others .ica span{ color:#0f110f;}
.support-list .list li .others .ica:last-child{ margin-right:0;}

.nologin-up .center{ text-align:center;}
.nologin-up .tit{ margin-bottom:.4rem; font-size:var(--font-size20); color:#0f110f;}
.nologin-up .aniu .but{ position:relative; margin-left:.15rem;}
.nologin-up .aniu .but span{ position:relative; line-height:3; display:-webkit-flex; display:flex; align-items:center; color:#fff; justify-content:center; font-weight:600; padding:.02rem .2rem; z-index:5; min-width:1.2rem;}
.nologin-up .aniu .but::after{ position:absolute; top:0; left:0; width:100%; height:100%; content:''; display:block; background:#64aa44; transform:skew(-20deg);}
.nologin-up .aniu .but::after{ background:#cccccc;}
.nologin-up .aniu .but.on::after{background:#64aa44;}

@media (max-width:1440px) {
.support-list .list li .others .ica{ margin-right:.2rem;}
}
@media (max-width:640px) {
.support-list .list-menu{ width:100%;}
.support-list .list-con{ margin-top:.4rem; width:100%;}
.support-list .list-menu .search-cp input{ font-size:var(--font-size20);}
.support-list .list-menu dd{ font-size:var(--font-size22);}
.support-list .list-menu dd i{ width:.2rem; height:.2rem; margin-top:.3em;}
.support-list .list-con .tishi{ font-size:var(--font-size20);}
.support-list .list li .des{ font-size:var(--font-size20);}
.support-list .list li .others{ font-size:var(--font-size18);}
.nologin-up .tit{ font-size:var(--font-size22);}
.nologin-up .aniu .but{ font-size:var(--font-size20);}
.nologin-up .aniu .but span{ min-width:1.5rem;}
}


.SupportInfo{ padding-bottom:1.1rem;user-select: text;}
.SupportInfo .editor{ color:#555555;}
.SupportInfo .editor strong{ color:#0f110f;}
.SupportInfo .editor .pot li{ margin-bottom:.2rem; position: relative; padding-left:1em;}
.SupportInfo .editor .pot li:last-child{ margin-bottom:0;}
.SupportInfo .editor .pot li::before{ position:absolute; left:0; top:.6em; content:''; display:block; width:.05rem; height:.05rem; background:#64aa44;}
.SupportInfo .editor .line{line-height:1.5;/*font-weight:400;*/border-top:solid 0.01rem #64aa44;padding:.15rem 0;}
.SupportInfo .editor .line table td{ border:solid 1px #555555; padding:10px; font-size:16px;}
.SupportInfo .editor .line .tit{ font-size:var(--font-size16); font-weight:600; color:#0f110f;}
.SupportInfo .editor .line .des{ color:#555555;}
.SupportInfo .editor .line .des p{margin:0;}
.SupportInfo .editor .line strong{ font-weight:bold;}
.SupportInfo .editor .line-on{ border-bottom:none;}
.SupportInfo .editor .line .ul{ padding-right:.4rem;}
.SupportInfo .editor .line .ul li{ position:relative; padding-left:.2rem; font-size:var(--font-size18); margin-bottom:.1rem;}
.SupportInfo .editor .line .ul li::before{ position:absolute; left:0; top:.9em; content:''; display:block; width:.05rem; height:.05rem; background:#64aa44; margin-top:-.025rem; border-radius:1rem;}
.SupportInfo .editor .line .ul li:last-child{ margin-bottom:0;}

.SupportInfo .left-box{ width:68%;}
.SupportInfo .left-box .others-ol{ padding-bottom:.15rem;}
.SupportInfo .left-box .others .ica{ font-size:var(--font-size15); margin:.02rem 0; font-weight:100; margin-right:.15rem;}
.SupportInfo .left-box .others .ica span{ color:#0f110f;}
.SupportInfo .left-box .others .ica:last-child{ margin-right:0;}
.SupportInfo .left-box .others-ol .more{ position:relative;}
.SupportInfo .left-box .others-ol .more a{ text-transform:uppercase; position:relative; line-height:2.5; display:-webkit-flex; display:flex; align-items:center; color:#0f110f; font-size:var(--font-size16); font-weight:600; padding:.1rem .3rem; z-index:5;}
.SupportInfo .left-box .others-ol .more a::after{ margin-left:.1rem; content:''; display:block; width:.13rem; height:.13rem; background-image:url(../images/arrows3.png); background-repeat:no-repeat; background-position:center; background-size:contain;}
.SupportInfo .left-box .others-ol .more::after{ position:absolute; top:0; left:0; width:100%; height:100%; content:''; display:block; background:transparent; transform:skew(-20deg); border:solid 1px #cccccc;}
.SupportInfo .left-box .others-ol .more:hover::after{ background:#64aa44; border-color:#64aa44;}
.SupportInfo .left-box .others-ol .more:hover a{ color:#fff;}
.SupportInfo .left-box .others-ol .more:hover a::after{ background-image:url(../images/arrows2.png);}
.SupportInfo .left-box .title{ font-size:var(--font-size36); font-weight:600; color:#0f110f; padding-bottom:.1rem;}
.SupportInfo .right-box{ width:26.5%; padding:.4rem; background:#f5f8fb;}
.SupportInfo .right-box .title{ line-height:1; font-size:var(--font-size28); font-weight:600; color:#0f110f; padding-bottom:.25rem; border-bottom:solid 1px #e7e7e7;}
.SupportInfo .right-box li a{ display:block; padding:.25rem 0; border-bottom:solid 1px #e7e7e7; color:#555555;}
.SupportInfo .right-box li .tit{ margin-bottom:.2rem; font-size:var(--font-size18); color:#0f110f; font-weight: 600;}
.SupportInfo .right-box li .other{ line-height:1.2;}
.SupportInfo .right-box li .siz{ font-size:var(--font-size16);}
.SupportInfo .right-box li .ioc{ width:.2rem; height:.2rem; background-image:url(../images/dow.png); background-repeat:no-repeat; background-position:center; background-size:.14rem;}
.SupportInfo .right-box li:last-child a{ border-bottom:none; padding-bottom:0;}
.SupportInfo .right-box li:hover .tit{ color:#64aa44;}
@media (max-width:640px) {
.location{ font-size:var(--font-size20);}
.SupportInfo .left-box{ width:100%;}
.SupportInfo .editor{ font-size:var(--font-size22);}
.SupportInfo .right-box{ margin-top:.35rem; width:100%;}
.SupportInfo .right-box li .tit{ font-size:var(--font-size24);}
.SupportInfo .right-box li .siz{ font-size:var(--font-size22);}
.SupportInfo .right-box li .ioc{ width:.3rem; height:.3rem; background-size:.18rem;}
.SupportInfo .left-box .others{ width:100%; margin-bottom:.2rem;}
.SupportInfo .left-box .others .ica{font-size:var(--font-size22);}
.SupportInfo .left-box .others-ol .more{ margin-left:.15rem;}
.SupportInfo .left-box .others-ol .more a{ font-size:var(--font-size18);}
.SupportInfo .editor .line .ul li{font-size:var(--font-size22);}
.SupportInfo .editor .line .ul li::before{ width:4px; height:4px;}
}



/*  */
.cupport-case{ padding:1rem 0;}
.cupport-case .form-shell{ width:9rem; margin:0 auto; max-width:96%;}
.cupport-case .form-shell .title{ margin-bottom:.35rem; font-size:var(--font-size40); color:#000000; font-weight:600;text-align:center;}
.cupport-case .item{ margin-bottom:.2rem;}
.cupport-case .item .name{ margin-bottom:.1rem; color:#0f110f; font-size:var(--font-size18);}
.cupport-case .item .name i{ font-style: normal; color:#ff0000;}
.cupport-case .item .inp-box{ width:100%; border:solid 1px #e6e6e6;}
.cupport-case .item .inp-box input{ border:none; padding:0 0.15rem; width:100%; line-height:0.55rem; font-size:var(--font-size18);}
.cupport-case .item .select-box{ width:100%; border:solid 1px #e6e6e6;}
.cupport-case .item .select-box select{width:100%;border:none;height:0.55rem;appearance:none;-moz-appearance:none;-webkit-appearance:none;background-repeat:no-repeat;background-position:98% center;background-color:transparent;padding-right:.4rem;padding-left:.15rem; background-image:url(../images/arrows7.svg); background-size:.12rem; font-size:var(--font-size18);}
.cupport-case .item .select-box select::-ms-expand{display:none;}
.cupport-case .item .area-box{ width:100%; border:solid 1px #e6e6e6; padding:.1rem 0.15rem;}
.cupport-case .item .area-box textarea{width:100%; resize:none; display:block; border:none;margin:0;padding:0; font-size:var(--font-size18); min-height:7em; padding-right:.1rem;}
.cupport-case .item .area-box textarea::-webkit-scrollbar{width:.04rem;background-color: #eee}
.cupport-case .item .area-box textarea::-webkit-scrollbar-thumb{border:solid 1px #64aa44; width:.03rem; border-radius:.04rem; background-color:#64aa44;}
.cupport-case .item .area-box textarea::-webkit-scrollbar-corner{background-color:#eee}
.cupport-case .item .upload-box{width:100%;}
.cupport-case .item .upload-box>input{border:none;padding:0 0.15rem;width:calc(100% - 1.2rem);line-height:0.55rem;font-size:var(--font-size18); background:none;border:solid 1px #e6e6e6;}
.cupport-case .item .upload-box .aniu{position:relative;width:1.2rem;text-align:center;background:#64aa44;color:#fff; font-weight:600;}
.cupport-case .item .upload-box .aniu input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer;}
.cupport-case .but-box{ margin-top:.4rem;}
.cupport-case .but-box .but{ position:relative; margin:0 .12rem; cursor:pointer;}
.cupport-case .but-box .but span{text-transform:uppercase; position:relative; line-height:2.5; display:-webkit-flex; display:flex; align-items:center; color:#fff;font-size:var(--font-size16); font-weight:600; padding:.1rem .3rem; z-index:5; min-width:1.6rem; display:block; text-align:center;}
.cupport-case .but-box .but.on::after{ background:#64aa44;}
.cupport-case .but-box .but::after{ position:absolute; top:0; left:0; width:100%; height:100%; content:''; display:block; background:transparent; transform:skew(-20deg); background:#cccccc;}
@media (max-width:640px) {
.cupport-case .form-shell .title{ font-size:var(--font-size28);}
}



/*  */
.company-box{ padding:1rem 0;}
.company-box .editor{ font-size:var(--font-size18); line-height:1.8;}
.company-box .editor p{margin:0 auto;}
.company-overview .content .ul{ margin:.5rem 0;}
.company-overview .content li{ margin-right:1.4rem;}
.company-overview .content li:last-child{ margin-right:0;}
.company-overview .content .num{ margin-bottom:.1rem;}
.company-overview .content .num .cer{ line-height:.8; font-size:var(--font-size60); color:#64aa44; font-weight:600;}
.company-overview .content .num span{ color:#0f110f;}
.company-overview .video-shell .pic{margin-bottom:.8rem;}
.company-overview .video-shell .pic::after{content:'';display:block;width:0;height:0;position:absolute;bottom:-1px;right:-1px;
width:1.5rem;height:1.1rem;background:#fff;clip-path:polygon(0 100%, 100% 0, 100% 100%);}
.company-overview .video-shell .pic figure{ padding-bottom:57.7777777%; display:block; background-repeat:no-repeat; background-position:center; background-size:cover;}
.company-overview .video-shell .play{ position:absolute; left:50%; top:50%; display:block; width:.6rem; height:.6rem; background-image: url(../images/play.svg); background-repeat:no-repeat;background-position:center; background-size:cover; margin-left:-.3rem; margin-top:-.3rem; z-index:5; cursor:pointer;}

.company-culture{ padding-bottom:1.2rem;}
.company-culture li{ width:23.61111%; margin-right:1.852%; }
.company-culture li:last-child{ margin-right:0;}
.company-culture li .pic{ background:#64aa44;}
.company-culture li .pic figure{ padding-bottom:4.2rem; background-repeat:no-repeat; background-position:center; background-size:cover; transition:.3s;}
.company-culture li .des{ display:none;}
.company-culture li .text{ position:absolute; left:0; bottom:0; width:100%; z-index:5; padding:.35rem; color:#fff;}
.company-culture li .text .icon{ margin-bottom:.2rem;}
.company-culture li .text .icon img{ width:.56rem; height:.56rem; object-fit:contain;}
.company-culture li .text .tit{ margin-bottom:.1rem; font-size:var(--font-size24); font-weight:600;}
.company-culture li::after{ content:''; display:block; position:absolute; left:0; bottom:0; height:40%; width:100%; z-index:2; background-image: linear-gradient(to top,rgba(0,0,0,1),transparent); opacity:.6; transition:.3s;}
.company-culture li:hover::after{ opacity:0;}
.company-culture li:hover .pic figure{ opacity:.1;}
.company-culture li:hover .des{ display:block;}

.company-milestones{ padding:1.2rem 0 0; background-image:url(../images/);}
.company-milestones .inside-tit{ margin-bottom:.8rem;}
.company-milestones .switch-one{ margin-bottom:2rem; width:100%; padding:0 1rem; padding-left:1.15rem;}
.company-milestones .switch-one .ears{ font-size:1.2rem; color:#64aa44; font-weight:600;}
.company-milestones .switch-one .ears .wxt{transform:translateX(0.95em);}
.company-milestones .switch-one .des{ font-size:var(--font-size18); background:rgba(248,248,248,0.9); padding:.2rem 1.2rem; line-height:1.8; max-width:8rem; padding-left:1.5rem; min-height:17em;}
.company-milestones .swiper-but{ top:45%; width:.6rem; height:.6rem; margin:0; border:solid 1px #cccccc;transform:skew(-20deg);}
.company-milestones .swiper-but::after{font-size:var(--font-size18);color:#000;font-weight:bold;transform:skew(20deg);}
.company-milestones .swiper-but:hover{background:#64aa44;border-color:#64aa44;}
.company-milestones .swiper-but:hover::after{color:#fff;}
.company-milestones .swiper-button-next{margin-left:.1rem;}
.company-milestones .switch-two{width:100%; background:rgba(255,255,255,.8); border-radius:.5rem .5rem 0 0; }
.company-milestones .switch-two .iow{ padding:.2rem 0; text-align:center; cursor:pointer;}
.company-milestones .switch-two .iow .txt{ margin-top:.1rem; width:100%; font-size:var(--font-size18); color:#0f110f;}
.company-milestones .switch-two .iow .pot{ display:-webkit-flex; display:flex; align-items:center; justify-content:center; align-items:center; width:.21rem; height:.21rem; border:solid 1px #555555; border-radius:1rem;}
.company-milestones .switch-two .iow .pot::after{ width:.05rem; height:.05rem; background:#555; border-radius:1rem; content:''; display:block;}
.company-milestones .switch-two .swiper-slide-thumb-active .iow .pot{ border-color:#64aa44;}
.company-milestones .switch-two .swiper-slide-thumb-active .iow .pot::after{ background:#64aa44;}
.company-milestones .switch-two .swiper-slide-thumb-active .iow .txt{ color:#64aa44;}

.company-patents{ padding-top:1.2rem;}
.company-patents .inside-tit{ margin-bottom:.6rem;}
.company-patents .switch-shell .swiper-slide{ height:auto; background:#f5f8fb; padding:.6rem .3rem .3rem;}
.company-patents .switch-shell .item .pic{ padding-bottom:.4rem;}
.company-patents .switch-shell .item .pot{ display:-webkit-flex; display:flex; justify-content:space-between; position:absolute; top:0; left:0; width:100%; padding:.05rem;}
.company-patents .switch-shell .item .pot::before,
.company-patents .switch-shell .item .pot::after{ width:.06rem; height:.06rem; content:''; display:block; background-image:url(../images/pot2.png); background-repeat:no-repeat; background-position:center; background-size:cover;}
.company-patents .switch-shell .item .pot:last-child{ top:auto; bottom:0;}
.company-patents .switch-shell .item .iowbg{ background-image:url(../images/patents-bg1.png); padding:.15rem; background-repeat:no-repeat; background-position:center; background-size:100% 100%; box-shadow:0 .2rem .15rem rgba(0,0,0,.1);}
.company-patents .switch-shell .item .bgbox{ width:2rem; margin:0 auto;}
.company-patents .switch-shell .item .bgbox figure{ padding-bottom:141%; background-repeat:no-repeat; background-position:center; background-size:cover;}
.company-patents .switch-shell .item .des{ line-height:1.6; font-weight:400; font-size:var(--font-size18); text-align:center;}
.company-patents .switch-shell .swiper-but{ top:40%; width:.6rem; height:.6rem; margin:0; background:#fff; border:solid 1px #cccccc;transform:skew(-20deg);}
.company-patents .switch-shell .swiper-but::after{font-size:var(--font-size18);color:#000;font-weight:bold;transform:skew(20deg);}
.company-patents .switch-shell .swiper-but:hover{ background:#64aa44; border-color:#64aa44;}
.company-patents .switch-shell .swiper-but:hover::after{ color:#fff;}
.company-patents .switch-shell .switch-iow{ display:none;}
@media (min-width:1660px) {
.company-patents .switch-shell .swiper-button-prev{left:-1.4rem;}
.company-patents .switch-shell .swiper-button-next{right:-1.4rem;}
}
@media (min-width:1600px) {
.company-patents .switch-shell .swiper-button-prev{left:-1rem;}
.company-patents .switch-shell .swiper-button-next{right:-1rem;}
}
@media (max-width:1600px) {
.company-patents .switch-shell .swiper-button-prev{left:-.2rem;}
.company-patents .switch-shell .swiper-button-next{right:-.2rem;}
}
@media (max-width:1440px) {
.company-patents .switch-shell .swiper-button-prev{left:.3rem;}
.company-patents .switch-shell .swiper-button-next{right:.3rem;}
}
@media (max-width:1024px) {
.company-milestones .switch-one{ padding:0 1rem;}
.company-milestones .switch-one .des{ max-width:calc(100% - 3.3rem);}
}
@media (max-width:768px) {
.inside-menu .item{ font-size:var(--font-size20);}
.company-box .editor{ font-size:var(--font-size20);}
.company-milestones .switch-one .des{ font-size:var(--font-size22);}
.company-milestones .switch-two .iow .txt{ font-size:var(--font-size22);}
.company-culture li .text{ font-size:var(--font-size20); padding:.2rem;}
.company-patents .switch-shell .item .des{ font-size:var(--font-size20);}
}
@media (max-width:640px) {
.company-box .editor{ font-size:var(--font-size22);}
.company-overview .content li{ margin-right:.35rem;}
.company-overview .video-shell .pic::after{ width:1rem; height:.7rem;}
.company-culture li{ width:50%; margin-right:0;}
.company-milestones .switch-one{ margin-bottom:1rem;}
.company-milestones .switch-one .ears{ width:100%; justify-content:center; font-size:.6rem;}
.company-milestones .switch-one .ears .wxt{ transform:translateX(0);}
.company-milestones .switch-one .des{ width:100%; max-width:100%; padding:.35rem; min-height:5em;}
}



/*  */
.news-box{ padding:1.2rem 0;}
.news-box .news-swiper{ background:#f5f8fb; margin-bottom:.8rem;}
.news-box .news-swiper .pic{ width:50%; overflow:hidden;}
.news-box .news-swiper .pic figure{ padding-bottom:59%; background-repeat:no-repeat; background-position:center; background-size:cover;}
.news-box .news-swiper .text{ line-height:1.7; width:50%; padding:.6rem; color:#555555;}
.news-box .news-swiper .text .tit{ font-size:var(--font-size24); color:#333; font-weight:600;}
.news-box .news-swiper .text .des{ font-size:var(--font-size18); margin:.25rem 0;}
.news-box .news-swiper .text .tiem{ padding-top:.45rem;}
.news-box .news-swiper .swiper-but{ top:auto; bottom:.6rem; left:auto; width:.6rem; height:.6rem; margin:0; border:solid 1px #cccccc;transform:skew(-20deg);}
.news-box .news-swiper .swiper-but::after{font-size:var(--font-size18);color:#000;font-weight:bold;transform:skew(20deg);}
.news-box .news-swiper .swiper-but:hover{ background:#64aa44; border-color:#64aa44;}
.news-box .news-swiper .swiper-but:hover::after{ color:#fff;}
.news-box .news-swiper .swiper-button-prev{ right:1.4rem;}
.news-box .news-swiper .swiper-button-next{ right:.65rem;}
.news-box .news-swiper a:hover .tit{ color:#64aa44;}
.news-box .list-box li{ width:30.555555%; margin-right:4.15%; margin-bottom:.5rem;}
.news-box .list-box li .pic{ margin-bottom:.35rem; position:relative; overflow:hidden;}
.news-box .list-box li .pic::after{content:'';display:block;width:0;height:0;position:absolute;bottom:-1px;right:-1px;
width:.75rem;height:.5rem;background:#fff;clip-path:polygon(0 100%, 100% 0, 100% 100%);}
.news-box .list-box li .pic figure{ padding-bottom:59.1%; display:block; background-repeat:no-repeat; background-position:center; background-size:cover;}
.news-box .list-box li .text{ padding-right:.7rem;}
.news-box .list-box li .tit{height:4.5em; line-height:1.5; margin-bottom:1em; font-size:var(--font-size20); color:#333; font-weight:500;}
.news-box .list-box li .tiem{ font-size:var(--font-size18); color:#555555;}
.news-box .list-box li:nth-child(3n){ margin-right:0;}
.news-box .list-box li:hover .tit{ color:#64aa44;}
.news-box .Page001951{ margin-top:.3rem;}
@media (max-width:1024px) {
.news-box .news-swiper .text{ padding:.3rem;}
.news-box .news-swiper .swiper-but{ bottom:.3rem;}
}
@media (max-width:640px) {
.news-box{ padding:.8rem 0;}
.news-box .news-swiper .pic{ width:100%;}
.news-box .news-swiper .text{ width:100%;}
.news-box .list-box li:nth-child(3n),
.news-box .list-box li{ width:49%; margin-right:2%;}
.news-box .list-box li:nth-child(2n){ margin-right:0;}
}




/*  */
.news-info .title{ line-height:1.4; font-size:var(--font-size40); font-weight:600; color:#0f110f;}
.news-info .other-text{ border-bottom:solid 1px rgba(0,0,0,.1); padding:.3rem 0;}
.news-info .other-text .wxi{ font-size:var(--font-size18); color:#555555; margin-right:.6rem; padding-left:.3rem; background-repeat:no-repeat; background-position:left center;}
.news-info .other-text .wxi:last-child{ margin-right:0;}
.news-info .other-text .icon-tiem{ background-image:url(../images/tiem.svg); background-size:.15rem;}
.news-info .other-text .icon-over{ background-image:url(../images/over.svg); background-size:.18rem;}
.news-info .other-text .icon-author{ background-image:url(../images/author.svg); background-size:.15rem;}
.news-info .editor{ font-size:var(--font-size18); padding:.1rem 0 .3rem; line-height:2; color:#555555; font-weight:400;}
.news-info .turn-box{ padding:.4rem 0; border-top:solid 1px rgba(15,17,15,0.1);}
.news-info .turn-box dd{ margin:.1rem 0;}
.news-info .turn-box dd a{ font-size:var(--font-size18); color:#555555;}
.news-info .turn-box dd a:hover{ color:#64aa44;}
.news-info .return .but{ position:relative;}
.news-info .return .but a{ text-transform:uppercase; position:relative; line-height:2.5; display:-webkit-flex; display:flex; align-items:center; color:#0f110f; font-size:var(--font-size16); font-weight:600; padding:.1rem .3rem; z-index:5;}
.news-info .return .but a::after{ margin-left:.1rem; content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/return.svg); background-repeat:no-repeat; background-position:center; background-size:contain;}
.news-info .return .but::after{ position:absolute; top:0; left:0; width:100%; height:100%; content:''; display:block; background:transparent; transform:skew(-20deg); border:solid 1px #cccccc;}
.news-info .return .but:hover::after{ background:#64aa44; border-color:#64aa44;}
.news-info .return .but:hover a{ color:#fff;}
.news-info .return .but:hover a::after{ background-image:url(../images/return2.svg);}
.news-push{ padding:.6rem 0;}
.news-push .title{ margin-bottom:.5rem; text-align:center; font-size:var(--font-size40);}
.news-push .item .pic{ margin-bottom:.25rem; position:relative;}
.news-push .item .pic figure{ padding-bottom:59.1%; background-repeat:no-repeat; background-position:center; background-size:cover;}
.news-push .item .pic::after{content:'';display:block;width:0;height:0;position:absolute;bottom:-1px;right:-1px; width:.74rem;height:.52rem;background:#fff;clip-path:polygon(0 100%, 100% 0, 100% 100%);}
.news-push .item .tit{ padding-right:.55rem; font-size:var(--font-size20); font-weight:500; color:#0f110f;}
.news-push .item .tiem{ margin-top:.4rem; color:#555555; font-size:var(--font-size18);}
.news-push a:hover .item .tit{ color:#64aa44;}
.news-push .swiper-but{ background:#fff; width:.6rem; height:.6rem; transform:skew(-20deg); box-shadow:0 0 .15rem rgba(0,0,0,.1);}
.news-push .swiper-but::after{font-size:var(--font-size18);color:#000;font-weight:bold;transform:skew(20deg);}
.news-push .swiper-but:hover{ background:#64aa44;}
.news-push .swiper-but:hover::after{ color:#fff;}
.news-push .swiper-button-prev{left:.2rem;}
.news-push .swiper-button-next{right:.2rem;}
@media (max-width:640px) {
.news-info .title{ font-size:var(--font-size26);}
.news-info .other-text .wxi{ margin-right:.2rem;}
.news-info .editor{ font-size:var(--font-size20);}
.news-info .turn-box dd a{ font-size:var(--font-size20);}
}





/*  */
.leadership-box{ padding:1.2rem 0;}
.leadership-box .item{ width:48%; background:#f5f8fb; padding-bottom:.3rem; margin-bottom:.8rem; cursor:pointer;}
.leadership-box .item .pic{ width:37.617%; transform:translateY(-.3rem);}
.leadership-box .item .pic img{display:none;}
.leadership-box .item .pic figure{ padding-bottom:98.85%; background-repeat:no-repeat; background-position:center; background-size:cover;}
.leadership-box .item .text{ width:62%; padding:.35rem .4rem 0;}
.leadership-box .item .text .tit-one{ margin-bottom:.15rem; font-size:.24rem; color:#0f1a0f; font-weight:600;}
.leadership-box .item .text .tit-two{ display:none;}
.leadership-box .item .text .des{margin-bottom:.3rem; font-weight:400;}
.leadership-box .item .text .des p{margin:0;}
.leadership-box .item .text .more{padding-top:.25rem;font-size:var(--font-size16);line-height:1.2;font-weight:600;color:#0f110f; position:relative; border-top:solid 1px rgba(15,17,15,0.1);}
.leadership-box .item .text .more::after{ margin-left:.1rem; content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/arrows3.png); background-repeat:no-repeat; background-position:center; background-size:.14rem;}
.leadership-box .item:hover .more{ color:#64aa44;}
@media (max-width:640px) {
.leadership-box .item{ font-size:var(--font-size20); width:100%; margin-bottom:.6rem;}
.leadership-box .item:last-child{ margin-bottom:0;}
.leadership-box .item .text .more{ font-size:var(--font-size18);}
}

/*  */
.leader-up .center .bg-bakc{ padding:.5rem .6rem .4rem;}
.leader-up .pic{ width:28%;}
.leader-up .text{ width:72%; padding-left:.5rem;}
.leader-up .text .tit{ color:#0f110f; font-size:var(--font-size24); font-weight:600;}
.leader-up .text .des{padding-top:.25rem; line-height:1.7; margin-top:.25rem; border-top:solid 1px rgba(15,17,15,0.1);}
.leader-up .text .des p{margin:0;}
@media (max-width:640px) {
.leader-up .center .bg-bakc{ padding:.4rem .3rem;}
.leader-up .pic{ width:60%;}
.leader-up .text{ margin-top:.3rem; width:100%; padding-left:0; font-size:var(--font-size20);}
.leader-up .text .des{ max-height:20em; overflow:auto; padding-right:.2rem;}
}




/* careers-box */
.careers-box{ padding:1.2rem 0;}
.careers-box .title{ margin-bottom:.5rem; font-size:var(--font-size40); font-weight:600; text-align:center; color:#0f110f;}
.careers-one li{ background:#f5f8fb; margin-bottom:.4rem;}
.careers-one li .pic{ width:36.11111%; overflow:hidden;}
.careers-one li .pic img{ height:100%; width:100%; object-fit:cover; transition:.3s;}
.careers-one li .text{ width:63.8888%; padding:.6rem;}
.careers-one li .text .tit{ margin-bottom:1em; font-size:var(--font-size24); font-weight:600; color:#0f110f;}
.careers-one li .text .des{ line-height:1.8; font-size:var(--font-size18); color:#555555;}
.careers-one li .text .des p{margin:.5em 0;}
.careers-one li:last-child{ margin-bottom:0;}

.careers-two{ padding-top:1.2rem;}
.careers-two .screen-box{ margin-bottom:.4rem;}
.careers-two .dow-list{ width:68%;}
.careers-two .dow-list select{margin-right:1.3333%; background-color:#e6e6e6; width:24%; border:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;background-repeat:no-repeat;background-position:92% center;background-image:url(../images/arrows7.svg); background-size:.12rem; color:#555555; padding:0 .4rem 0 .2rem; cursor:pointer;color:#555555;}
.careers-two .dow-list select::-ms-expand{display:none;}
.careers-two .dow-list select:last-child{ margin-right:0;}
.careers-two .search-hse{ width:31%; position:relative;}
.careers-two .search-hse input{ border:solid 1px #e6e6e6; line-height:2.7; font-size:var(--font-size14); padding:.1rem .2rem; width:100%; padding-right:.5rem;}
.careers-two .search-hse input::-webkit-input-placeholder{color:#999999;}
.careers-two .search-hse input:-moz-placeholder{ color:#999;}
.careers-two .search-hse input::-moz-placeholder{color:#999;}
.careers-two .search-hse input:-ms-input-placeholder{ color:#999;}
.careers-two .search-hse .but{ position:absolute; right:0; top:0; background-image:url(../images/search-icon2.svg); width:.5rem; height:100%; background-repeat:no-repeat; background-position:.1rem center; cursor:pointer; background-size:.18rem;}
.careers-two .list-box .item{ margin-bottom:.2rem; background:#f5f8fb;}
.careers-two .list-box .item .tit-box{ padding:.3rem .4rem; border-top:solid .02rem #f5f8fb; cursor:pointer;}
.careers-two .list-box .item .tit-box .tit{ font-size:var(--font-size24); font-weight:500; color:#0f110f; width:calc(100% - 6em);}
.careers-two .list-box .item .tit-box .arrow{ width:6em; font-size:var(--font-size17);}
.careers-two .list-box .item .tit-box .arrow::after{content:'';display:block;background-image:url(../images/arrows9.svg);width:.15rem; height:.15rem; margin-left:.1rem; background-repeat:no-repeat; background-position:center; background-size:.12rem; transition:.3s;}
.careers-two .list-box .item .tit-box .wtd100{ width:100%;}
.careers-two .list-box .item .tit-box .other{ margin-top:.1rem;}
.careers-two .list-box .item .editor{font-size:var(--font-size18); color:#555555; font-weight:400; line-height:2; display:block; padding:0 .4rem .2rem; display:none;}
.careers-two .list-box .item .editor p:first-child{ margin-top:0;}
.careers-two .list-box .item .editor strong{ color:#0f1a0f;}
.careers-two .list-box .item.active .tit-box{ border-color:rgba(100,170,68,0.8);}
.careers-two .list-box .item.active .tit-box .arrow::after{ transform:rotate(-180deg);}
.careers-two .list-box .item .more{margin-top:.2rem;}
.careers-two .list-box .item .but{position:relative; margin-left:.15rem;}
.careers-two .list-box .item .but a{position:relative; line-height:3;display:-webkit-flex; display:flex; align-items:center; color:#fff; font-size:var(--font-size18);font-weight:400; padding:0 .3rem; z-index:5;}
.careers-two .list-box .item .but::after{position:absolute; top:0; left:0;width:100%; height:100%; content:''; display:block; background:#64aa44; transform:skew(-20deg);}


@media (max-width:640px) {
.careers-box{ padding-top:.7rem;}
.careers-box .title{ font-size:var(--font-size28); margin-bottom:.3rem;}
.careers-one li .pic{ width:100%;}
.careers-one li .text{ width:100%; padding:.3rem;}
.careers-one li .text .tit{ font-size:var(--font-size26);}
.careers-one li .text .des{ font-size:var(--font-size20);}
.careers-two{ padding-top:.7rem;}
.careers-two .dow-list{ width:100%; justify-content:space-between;}
.careers-two .dow-list select{ width:49%; margin:1% 0; line-height:3.3; font-size:var(--font-size20);}
.careers-two .dow-list select:nth-child(2n){ margin-right:0;}
.careers-two .search-hse{ margin-top:.2rem; width:100%;}
.careers-two .search-hse input{ font-size:var(--font-size20); padding-right:.7rem;}
.careers-two .search-hse .but{ width:.7rem; background-size:.22rem; background-position:center;}
.careers-two .list-box .item .tit-box{ padding:.2rem;}
.careers-two .list-box .item .tit-box .other{ width:auto; font-size:var(--font-size20);}
.careers-two .list-box .item .editor{ font-size:var(--font-size20); padding:0 .2rem .2rem;}
}


/*  */
.careers-team .title{ margin-bottom:.2rem;}
.careers-team .Introd{ margin-bottom:.5rem; text-align:center; font-size:var(--font-size18); color:#555555;}
.careers-team .list li{ width:31.25%; margin-bottom:3%; margin-right:3.111111%;}
.careers-team .list li:nth-child(3n){ margin-right:0;}
.careers-team .list li .text .tit{ margin-bottom:.1rem; font-size:var(--font-size20); font-weight:500; color:#0f110f;}
.careers-team .list li .text .tiem{ color:#555555;}
.careers-team .list li .pic{margin-bottom:.3rem;}
.careers-team .list li .pic::after{content:'';display:block;width:0;height:0;position:absolute;bottom:-1px;right:-1px;
width:.74rem;height:0.5rem;background:#fff;clip-path:polygon(0 100%, 100% 0, 100% 100%); z-index:5;}
.careers-team .list li .pic figure{ padding-bottom:57.7777777%; display:block; background-repeat:no-repeat; background-position:center; background-size:cover;}
.careers-team .list li .play{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.2) url(../images/play.svg); background-repeat:no-repeat;background-position:center; background-size:.5rem; z-index:3;}
.careers-team .Page001951{ margin-top:.3rem;}
@media (max-width:640px) {
.careers-team .list li{ width:49%; margin-right:0; margin-bottom:4%;}
.careers-team .list .ul{ justify-content:space-between;}
}


/*  */
.Contact-box{ padding:.8rem 0 1.2rem;}
.Offices-one .inside-tit{ margin-bottom:.2rem;}
.Offices-one .lanmu-tab{ border-bottom:solid 1px rgba(15,17,15,0.1);}
.Offices-one .lanmu-tab .swiper{ width:100%; text-align:center; margin-bottom:-1px;}
.Offices-one .lanmu-tab .io{cursor:pointer;font-size:var(--font-size18);font-weight:600;}
.Offices-one .lanmu-tab .io span{ display:inline-block;padding:.2rem 0;border-bottom:solid 1px transparent;color:#0f110f;}
.Offices-one .lanmu-tab .swiper-slide-thumb-active .io span{ color:#64aa44; border-bottom-color:#64aa44;}
.Offices-one .lanmu-con{ padding:.5rem 0; border-bottom:solid 1px rgba(15,17,15,0.1);}
.Offices-one .lanmu-con .editor .tit{ font-size:var(--font-size24); font-weight:600; color:#0f110f; margin-bottom:.25rem;}
.Offices-one .lanmu-con .editor dd{ font-size:var(--font-size18); margin-bottom:.25rem;}
.Offices-one .lanmu-con .editor dd .ixwa{ margin-bottom:.05rem; font-weight:600; color:#555555;}
.Offices-one .lanmu-con .editor dd .ixwa i{ display:block; width:.3rem;}
.Offices-one .lanmu-con .editor dd .ixwa i img{ display:block;}
.Offices-one .lanmu-con .editor dd .wzi{ padding-left:.3rem;}
.Offices-one .lanmu-con .editor dd:last-child{ margin-bottom:0;}

/*  */
.contact-forem{ padding-top:.7rem;}
.contact-forem .title{ text-align:center; font-size:var(--font-size40); font-weight:600; color:#0f110f;}
.contact-forem .Introd{ text-align:center; margin:.15rem auto .35rem; font-size:var(--font-size18); line-height:1.8;}
.contact-forem .item{ width:49%; margin-bottom:2%;}
.contact-forem .item .name{ font-size:var(--font-size18); color:#0f110f; margin-bottom:.1rem;}
.contact-forem .item .name i{ margin-left:.1rem; font-style:normal; color:#ff0000;}
.contact-forem .item .input-ol{ border:solid 1px rgba(15,17,15,0.1);}
.contact-forem .item .input-ol input{ border:none; width:100%; padding:.125rem .2rem; margin:0; font-size:var(--font-size18); font-weight:400;}
.contact-forem .item .input-ol input::-webkit-input-placeholder{color:#999999;}
.contact-forem .item .input-ol input:-moz-placeholder{ color:#999;}
.contact-forem .item .input-ol input::-moz-placeholder{color:#999;}
.contact-forem .item .input-ol input:-ms-input-placeholder{ color:#999;}
.contact-forem .aniu{ margin-top:.35rem;}
.contact-forem .aniu .but{ cursor:pointer; line-height:3.2; background:#64aa44; color:#fff; min-width:1.2rem; text-align:center; font-weight:600;}
@media (max-width:640px) {
.contact-forem .Introd{ font-size:var(--font-size22);}
.contact-forem .item{ width:100%;}
.contact-forem .item .name{ font-size:var(--font-size22);}
.contact-forem .item .input-ol input{ font-size:var(--font-size20);}
.Offices-one .lanmu-tab{ justify-content:space-between;}
.Offices-one .lanmu-tab .io{text-align:center; font-size:var(--font-size22);}
.Offices-one .lanmu-con .editor dd{ font-size:var(--font-size20);}
.Offices-one .lanmu-con .editor dd .ixwa i{ width:.4rem;}
.Offices-one .lanmu-con .editor dd .wzi{ padding-left:.4rem;}
.contact-forem .aniu .but{ font-size:var(--font-size20); min-width:1.4rem;}
}



/*  */
.tel-suspend{ position:fixed; top:50%; right:0.5rem; z-index:100;}
.tel-suspend .icon{ background-color:#fff; width:.5rem; height:.5rem; background-image:url(../images/tel-icon.png); background-repeat:no-repeat; background-position:center; background-size:.22rem; border-radius:1rem; overflow:hidden; box-shadow:0 0 .1rem rgba(0,0,0,.2); cursor:pointer;}
.tel-suspend .text{position:absolute;top:50%;right:100%;width:max-content;padding-right:.2rem;display:none;transform:translateY(-50%);}
.tel-suspend .text .bg-color{background:#fff;box-shadow:0 0 .1rem rgba(0,0,0,.2);padding:.15rem .25rem;border-radius:.08rem; position:relative;}
.tel-suspend .text .bg-color::after{content:'';display:block;width:0;height:0;position:absolute;top:50%;right:-.05rem;margin-top:-.03rem; width:.12rem; height:.12rem;background:#fff;clip-path:polygon(0 100%,100% 0,100% 100%);transform:rotate(-45deg);box-shadow:0 0 .1rem rgba(0,0,0,1);}
.tel-suspend .text .tit{color:#555555; background-image:url(../images/tel-icon.png); background-repeat:no-repeat; background-position:left center; background-size:.16rem; padding-left:.3rem;}
.tel-suspend .text .wxz{ padding-left:.3rem; font-size:var(--font-size18); color:#040000;}
.tel-suspend:hover .text{ display:block;}
@media (max-width:640px) {
.tel-suspend{ right:.2rem;}
}


/* 登录 */
.logoIn-bg header{ background:transparent; border-bottom:solid .01rem rgba(255,255,255,.2);}
.logoIn-bg header .logo-black{ opacity:0;}
.logoIn-bg header .logo-white{position:absolute;left:0;top:.15rem; opacity:1;}
.logoIn-bg header .nav-box li>span>a{ color:#fff;}
.logoIn-bg header .user-io .icon,
.logoIn-bg header .search-top .but,
.logoIn-bg header .version .vers-io::after,
.logoIn-bg header .version .icon{ filter:brightness(200%); -webkit-filter:brightness(200%);}
.logoIn-bg header .lxwm a{ color:#fff;}
.logoIn-bg header .search-top input{ color:#fff; font-weight:100;}
.logoIn-bg header .search-top input::-webkit-input-placeholder{color:#fff;}
.logoIn-bg header .search-top input:-moz-placeholder{color:#fff;}
.logoIn-bg header .search-top input::-moz-placeholder{color:#fff;}
.logoIn-bg header .search-top input:-ms-input-placeholder{ color:#fff;}
.logoIn-bg header .open-menu i{ background:#fff;}
.logoIn-bg header.header-black{ background:#f8f8f8;}
.logoIn-bg header.header-black .search-top input{ color:#0f110f;}
.logoIn-bg header.header-black .search-top input::-webkit-input-placeholder{color:#999;}
.logoIn-bg header.header-black .search-top input:-moz-placeholder{color:#999;}
.logoIn-bg header.header-black .search-top input::-moz-placeholder{color:#999;}
.logoIn-bg header.header-black .search-top input:-ms-input-placeholder{ color:#999;}
.logoIn-bg header.header-black .logo-black{opacity:1;}
.logoIn-bg header.header-black .logo-white{opacity:0;}
.logoIn-bg header.header-black .user-io .icon,
.logoIn-bg header.header-black .search-top .but,
.logoIn-bg header.header-black .version .vers-io::after,
.logoIn-bg header.header-black .version .icon{ filter:brightness(100%);-webkit-filter:brightness(100%);}
.logoIn-bg header.header-black .nav-box li>span>a{ color:#0f110f;}
.logoIn-bg header.header-black .lxwm a{ color:#0f110f;}

.logoIn-box{ color:#fff; background-image:url(../images/logo-in-bg.jpg); background-repeat:no-repeat; background-position:top center; background-size:cover;}
.logoIn-box .title{ margin-bottom:.45rem; text-align:center; font-size:var(--font-size40); font-weight:600;}
.logoIn-box .center{ padding:1.2rem 0;}
.logoIn-box .auto{ min-height:100%; width:100%;}
.logoIn-box .form-box .item{margin-bottom:.3rem;}
.logoIn-box .form-box .item .name{width:1.4rem; text-align:right; margin-right:.15rem; font-size:var(--font-size18);}
.logoIn-box .form-box .item .input-box{width:6.2rem; position:relative;}
.logoIn-box .form-box .item .relative{ position:relative; width:100%;}
.logoIn-box .form-box .item .input-box input{ line-height:3.2; width:100%; border:none; padding:0 .2rem; margin:0;}
.logoIn-box .form-box .item .input-box .eye{ position:absolute; right:0; top:0; width:.4rem; height:100%; background-image:url(../images/eye_two.png); background-repeat:no-repeat; background-position:center; background-size:.25rem; cursor:pointer;}
.logoIn-box .form-box .item .input-box .eye.on{background-image:url(../images/eye_one.png);}
.logoIn-box .form-box .item .aniu-box{width:6.2rem;}
.logoIn-box .form-box .item .aniu-box .but{ display:block; text-align:center; background:#64aa44; color:#fff; line-height:3.2; font-weight:600; border-radius:.05rem; cursor:pointer;}
.logoIn-box .form-box .item .aniu-box .txt{ margin-top:.3rem; font-size:var(--font-size20);}
.logoIn-box .form-box .item .aniu-box .txt a{ color:#64aa44;}
.logoIn-box .form-box .item .aniu-box .txt a:hover{ color:#fff;}
.logoIn-box .form-box .item:last-child{ margin-bottom:0;}
.logoIn-box .form-box .item.ountgo{ margin-top:.7rem;}

/* 注册 */
.register-bg{ color:#fff; background-image:url(../images/register-bg.jpg); background-repeat:no-repeat; background-position:top center; background-size:cover;}
.register-bg .form-box .item{margin-bottom:.3rem;}
.register-bg .form-box .item.send-slw{ position:relative;}
.register-bg .form-box .item .name{width:2.4rem; text-align:right; margin-right:.15rem; font-size:var(--font-size18); line-height:2.84em;}
.register-bg .form-box .item .name i {font-style:normal; margin-left:0.5em; color:#f00;}
.register-bg .form-box .item.ountgo{ margin-top:0;}
.register-bg .form-box .item .iolw{ color:#fff; font-size:var(--font-size18); margin-bottom:.5rem;}
.register-bg .form-box .item .iolw i {font-style:normal; color:#f00;}
.register-bg .form-box .item .iolw a{ color:#64aa44;}
.register-bg .form-box .item .iolw .check{display:block; width:.2rem; height:.2rem; border:solid 1px #fff; background-color:rgba(255,255,255,.7); margin-right:.1rem; cursor:pointer; background-repeat:no-repeat; background-position:center .03rem; background-size:contain;}
.register-bg .form-box .item .iolw .check.on{ background-image:url(../images/tick.svg);}
.register-bg .form-box .item .aniu-box{ margin-bottom:.25rem;}
.register-bg .form-box .item .aniu-box .but{ width:42%; margin-right:8%;}
.register-bg .form-box .item .aniu-box .but:last-child{ margin-right:0;}
.register-bg .form-box .item .aniu-box .but.on{ background:#fff; color:#0f110f;}
.register-bg .form-box .item .aniu-box a{ font-size:var(--font-size20); color:#64aa44;}
.register-bg .form-box .item .aniu-box .tishi{ font-size:var(--font-size20);}
.register-bg .form-box .item .aniu-box .tishi a{ border-bottom:solid 0.02rem #64aa44;}
.register-bg .form-box .item .send{ position:absolute; right:0; height:3.2em; padding:0 1em; background:#64aa44; display:-webkit-flex; display:flex; align-items:center; justify-content:center; cursor:pointer;}
.register-bg .form-box .tips {color:rgba(255,255,255,0.5); font-size:0.14rem; line-height:1.75em; margin-top:0.5em;}
@media (max-width:1024px){
.logoIn-bg header .nav-box li>span>a{ color:#0f110f;}
.logoIn-bg header.header-black .open-menu i{ background:#333;}
}
@media (max-width:640px){
.logoIn-box .center{ width:90%;}
.logoIn-box .form-box .item .name{ margin-bottom:.1rem; font-size:var(--font-size22); width:100%; justify-content:flex-start;}
.logoIn-box .form-box .item .input-box{ width:100%;}
.logoIn-box .form-box .item .input-box input{ font-size:var(--font-size20);}
.logoIn-box .form-box .item .aniu-box{ width:100%;}
.logoIn-box .form-box .item .aniu-box .but{ font-size:var(--font-size20);}
.logoIn-box .form-box .item.ountgo{ margin-top:.3rem;}
.register-bg .form-box .item .iolw{ font-size:var(--font-size22);}
.register-bg .form-box .item .iolw .check{ width:.25rem; height:.25rem;}
.register-bg .form-box .item .aniu-box{ font-size:var(--font-size22);}
.register-bg .form-box .item .aniu-box a{ font-size:var(--font-size22);}
}



/*  */
.top_member{background-image:url(../images/top_member.jpg); background-repeat:no-repeat; background-position:top center; background-size:cover;}
.top_member .logo-black{opacity:0;}
.top_member .logo-white{opacity:1;}
.top_member .logo a{ padding:.12rem 0;}
.top_member .rig-con .iox{ color:#fff; font-size:var(--font-size18); position:relative; margin-right:.2rem; font-weight:100;}
.top_member .rig-con .iox:last-child{ margin-right:0;}
.top_member .rig-con .iox .icon{width:.42rem;height:.42rem;border:solid 1px #fff;border-radius:1rem;display:block; background-repeat:no-repeat; background-position:center; background-size:.4rem; position: relative; z-index:3;}
.top_member .rig-con .iox i{ display:-webkit-flex; display:flex; align-items:center; justify-content:center; position:absolute; right:-.1rem; top:0; font-style:normal; font-size:var(--font-size12); width:.2rem; height:.2rem; background:#64aa44; border-radius:1rem;}
.top_member .rig-con .caid-box{ position:absolute; left:50%; top:100%; width:max-content; padding-top:.15rem; transform:translateX(-50%); visibility:hidden; opacity:0; transition:.3s;}
.top_member .rig-con .ul{background-color:#fff;border-radius:.1rem; box-shadow:0 0 .2rem rgba(0,0,0,.2);overflow: hidden;}
.top_member .rig-con .ul li{ margin-bottom:.1rem;}
.top_member .rig-con .ul li a{display:-webkit-flex;display:flex;align-items:center;font-size:var(--font-size16);color:#333333; padding:.07rem .15rem;}
.top_member .rig-con .ul li i{display:block; width:.3rem; position:relative; background:transparent; right:auto;}
.top_member .rig-con .ul li span{display:block; width:calc(100% - .3rem); font-weight:400;}
.top_member .rig-con .ul li img{ display:block; margin:0; width:.22rem; filter:invert(100%); -webkit-filter:invert(100%); }
.top_member .rig-con .ul li a:hover,
.top_member .rig-con .ul li.on a{ background:#64aa44;}
.top_member .rig-con .ul li a:hover img,
.top_member .rig-con .ul li.on img{filter:invert(0);-webkit-filter:invert(0);}
.top_member .rig-con .ul li a:hover span,
.top_member .rig-con .ul li.on span{ color:#fff;}
.top_member .rig-con .ul li:last-child{ margin-bottom:0;}
.top_member .rig-con .iox:hover .caid-box{ visibility:inherit; opacity:1;}
.top_member .rig-con .use-icon .icon{ margin-right:.1rem; background-image:url(../images/use-icon1.png);}
.top_member .rig-con .email-icon{ display:none;}
.top_member .rig-con .email-icon .icon{background-image:url(../images/use-icon2.png);}

.top_member .rig-con .search_member{ position:relative;transition: 0.5s ease-in-out; width:.42rem;}
.top_member .rig-con .search_member .icon{background-image:url(../images/use-icon3.png); cursor:pointer;}
.top_member .rig-con .search_member .search-box{position:absolute;right:0;top:0;height:0.42rem;border:1px solid transparent;border-radius: 0.2rem;visibility:hidden;opacity:0;width:0; z-index:5; transition: 0.5s ease-in-out;}
.top_member .rig-con .search_member .search-box .text{flex:1;background:none;border:0;color:var(--white);padding:0 1em;height:0.42rem;line-height:0.42rem; color:#fff; font-size:var(--font-size14);}
.top_member .rig-con .search_member .search-box input::-webkit-input-placeholder{color:#fff;}
.top_member .rig-con .search_member .search-box input:-moz-placeholder{color:#fff;}
.top_member .rig-con .search_member .search-box input::-moz-placeholder{color:#fff;}
.top_member .rig-con .search_member .search-box input:-ms-input-placeholder{ color:#fff;}
.top_member .rig-con .search_member .search-box .btn{width:0.42rem;height:0.42rem;cursor:pointer;}
.top_member .rig-con .search_member.on-show{ width:3rem; opacity:1; transition: 0.5s ease-in-out;}
.top_member .rig-con .search_member.on-show .search-box{width:3rem;visibility:inherit;border-color:rgba(255,255,255,.5); opacity:1;}
.top_member .rig-con .search_member.on-show .icon{ border:none;}
.top_member .open-menu{ margin-left:0;}
.top_member .open-menu i{ background:#fff;}
@media (max-width:640px){
.top_member .rig-con .search_member .search-box .text{ font-size:var(--font-size18);}
.top_member .rig-con .search_member.on-show,
.top_member .rig-con .search_member.on-show .search-box{ width:2.7rem; border-color:#0f110f;}
.top_member .rig-con .search_member.on-show{ width:auto;}
.top_member .rig-con .search_member.on-show .icon{ border:solid 1px #fff;}
.top_member .rig-con .search_member .search-box{ top:120%; width:2.7rem; background:#fff; border-color:#0f110f; height:0.52rem; line-height:0.52rem; border-radius:1rem;}
.top_member .rig-con .search_member .search-box .text{ width:100%; color:#0f110f; height:0.52rem; line-height:0.52rem;}
.top_member .rig-con .search_member .search-box .btn{ height:0.52rem; line-height:0.52rem;}
.top_member .rig-con .search_member .search-box input::-webkit-input-placeholder{color:#0f110f;}
.top_member .rig-con .search_member .search-box input:-moz-placeholder{color:#0f110f;}
.top_member .rig-con .search_member .search-box input::-moz-placeholder{color:#0f110f;}
.top_member .rig-con .search_member .search-box input:-ms-input-placeholder{ color:#0f110f;}
.top_member .rig-con .iox i{ width:.22rem; height:.22rem; right:-.11rem;}
}



/*  */
.member-box{ padding:.55rem 0 1rem;}
.member-box .left-box{background:#f5f9fc; width:3.3rem; padding:0 .2rem .2rem; border-radius:.1rem; overflow:hidden;}
.member-box .left-box .use-tu{padding:.3rem 0; text-align:center; font-size:var(--font-size24); color:#0f110f; border-bottom:dashed 1px #b4c0ca;}
.member-box .left-box .use-tu .tit{ margin-top:.1rem; line-height:1.2;font-weight: bold; color: #ddac0c;}
.member-box .left-box .use-tu .pic .iug{ width:.79rem; height:.79rem; border-radius:100%; overflow:hidden;}
.member-box .left-box .use-tu .pic .iug img{width:.79rem; height:.79rem; object-fit:cover;}
.member-box .left-box .use-tu .txt{font-size:var(--font-size18);padding-top:.2rem}
.member-box .left-box .use-tu .txt p{padding:.05rem; margin:0; text-align:left;}
.member-box .left-box .use-tu .txt p span:first-child{  flex-shrink: 0; margin-right:.1rem; }
.member-box .left-box .list{padding:.3rem 0;}
.member-box .left-box li{ margin-bottom:.1rem; border-radius:.05rem; overflow:hidden;}
.member-box .left-box li a{display:-webkit-flex; display:flex; align-items:center; font-size:var(--font-size18); color:#333333; padding:.07rem .15rem;}
.member-box .left-box li i{display:block; width:.3rem;}
.member-box .left-box li span{display:block; width:calc(100% - .3rem);}
.member-box .left-box li img{ display:block; margin:0; width:.22rem; filter:invert(100%); -webkit-filter:invert(100%); }
.member-box .left-box li a:hover,
.member-box .left-box li.on a{ background:#64aa44;}
.member-box .left-box li a:hover img,
.member-box .left-box li.on img{filter:invert(0);-webkit-filter:invert(0);}
.member-box .left-box li a:hover span,
.member-box .left-box li.on span{ color:#fff;}
.member-box .left-box li:last-child{ margin-bottom:0;}

.member-box .right-box{ width:71.528%; max-width:calc(94% - 3.3rem);}
.member-box .right-box .tab-iowx{ border-bottom:solid 1px rgba(15,17,15,0.1);}
.member-box .right-box .tab-iowx li{margin-right:.2rem; margin-bottom:-1px; font-size:var(--font-size18);}
.member-box .right-box .tab-iowx li a{position:relative;display:block;padding:0 .1rem .08rem; border-bottom:solid 0.02rem transparent; min-width:.8rem; text-align:center;}
.member-box .right-box .tab-iowx li a::before,
.member-box .right-box .tab-iowx li a::after{ position:absolute; bottom:-.03rem; content:''; display:block; width:.05rem; height:.05rem; border:solid .02rem #64aa44; background:#fff; border-radius:100%; opacity:0;}
.member-box .right-box .tab-iowx li a::before{ left:0;}
.member-box .right-box .tab-iowx li a::after{ right:0;}
.member-box .right-box .tab-iowx li:last-child{ margin-right:0;}
.member-box .right-box .tab-iowx li.active a::before,
.member-box .right-box .tab-iowx li.active a::after,
.member-box .right-box .tab-iowx li:hover a::before,
.member-box .right-box .tab-iowx li:hover a::after{ opacity:1;}
.member-box .right-box .tab-iowx li.active a,
.member-box .right-box .tab-iowx li:hover a{ color:#64aa44; border-color:#64aa44;}
.member-box .right-box .Page001951{ margin-top:.3rem;}

@media (max-width:1440px){
.member-box .right-box .tab-iowx li{margin-right:.1rem;}
.member-box .right-box .tab-iowx li a{padding:0 .05rem .08rem;}
}
@media (max-width:640px){
.member-box .left-box{ position:fixed; right:.1rem; top:1rem; background:#fff; z-index:8; width:4rem; box-shadow:0 0 .1rem rgba(0,0,0,.2); display:none;}
.menu-show .member-box .left-box{ display:block;}
.member-box .left-box li a{ font-size:var(--font-size20);}
.member-box .right-box{ width:100%; max-width:100%;}
.member-box .right-box .tab-iowx li{ margin-right:.1rem; font-size:var(--font-size19);}
.member-box .right-box .tab-iowx li a{ padding:0 0 .08rem;}
}


/*  */
.member-solution{ padding-top:.5rem;}
.member-solution li{ width:30.5%; margin-right:4.25%; border-bottom:solid 1px #64aa44; margin-bottom:.5rem;}
.member-solution li a{ position:relative;}
.member-solution li a::after{ content:''; display:block; position:absolute; right:0; bottom:-.035rem; width:.07rem; height:.07rem; border:solid .02rem #64aa44; background:#fff; border-radius:100%;}
.member-solution li:nth-child(3n){ margin-right:0;}
.member-solution li .pic{position:relative;}
.member-solution li .pic figure{padding-bottom:57%; background-repeat:no-repeat; background-position:center; background-size:cover;}
.member-solution li .pic::after{content:'';display:block;width:0;height:0;position:absolute;bottom:-1px;right:-1px; width:.6rem;height:.5rem;background:#fff;clip-path:polygon(0 100%, 100% 0, 100% 100%);}
.member-solution li .text{ padding:.15rem 0 .2rem; font-weight:lighter; color:#555;}
.member-solution li .text .tit{margin-bottom:.1rem; font-size:var(--font-size18); font-weight:600; color:#0f110f; padding:0;}
.member-solution li .text .more{margin-top:.15rem;position:relative; line-height:1.2;}
.member-solution li .text .more span{position:relative; display:-webkit-flex; display:flex; align-items:center; color:#0f110f; font-size:var(--font-size16); font-weight:600; z-index:5;}
.member-solution li .text .more span::after{ margin-left:.2rem; content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/arrows3.png); background-repeat:no-repeat; background-position:center; background-size:contain;}
.member-solution li:hover .text .tit{ color:#64aa44;}
.member-solution li:hover .text .more span{ color:#64aa44;}
.member-solution li:hover .text .more span::after{background-image:url(../images/arrows4.png);}
@media (max-width:640px){
.member-solution .ul{ justify-content:space-between;}
.member-solution li{ width:48%; margin-right:0; margin-bottom:4%;}
.member-solution li .text .dot3{ -webkit-line-clamp:2;}
.member-solution li .text .tit{ font-size:var(--font-size20);}
}



/*  */
.member-cases{ padding:.5rem 0 .3rem;}
.member-cases li{ margin-bottom:.5rem;}
.member-cases li a{ display:-webkit-flex; display:flex; flex-wrap:wrap; justify-content:space-between;}
.member-cases li .pic{ width:26.3777%; position:relative;}
.member-cases li .pic figure{ padding-bottom:63%; background-repeat:no-repeat; background-position:center; background-size:cover;}
.member-cases li .pic::after{content:'';display:block;width:0;height:0;position:absolute;bottom:-1px;right:-1px; width:.52rem;height:.52rem;background:#fff;clip-path:polygon(0 100%, 100% 0, 100% 100%);}
.member-cases li .pic i.icon{ position:absolute; left:50%; top:50%; display:block; width:.43rem; height:.43rem; background-image: url(../images/play-icon.png); background-repeat:no-repeat;background-position:center; background-size:cover; margin-left:-.22rem; margin-top:-.22rem;}
.member-cases li .text{ color:#555; width:69%; border-bottom:solid 1px #64aa44; position:relative;}
.member-cases li .text .des{ min-height:3.5em; font-weight: lighter;}
.member-cases li .text .tit{ font-size:var(--font-size18); margin-bottom:.15rem; color:#0f110f; font-weight:600;}
.member-cases li .text .more{ margin-top:.3rem; line-height:1.2;font-weight:600; color:#0f110f; position:relative;}
.member-cases li .text .more::after{ margin-left:.1rem; content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/arrows3.png); background-repeat:no-repeat; background-position:center; background-size:.14rem;}
.member-cases li .text::after{ content:''; display:block; position:absolute; right:0; bottom:-.035rem; width:.07rem; height:.07rem; border:solid .02rem #64aa44; background:#fff; border-radius:100%;}
.member-cases li:last-child{ margin-bottom:0;}
.member-cases li:hover .text .tit{ color:#64aa44;}
.member-cases li:hover .text .more{ color:#64aa44;}
.member-cases li:hover .text .more::after{background-image:url(../images/arrows4.png);}
@media (max-width:768px){
.member-cases li .text .more{ margin:.2rem 0;}
}
@media (max-width:640px){
.member-cases .ul{ justify-content:space-between;}
.member-cases li{ width:48%; margin-right:0; margin-bottom:4%;}
.member-cases li .pic{ width:100%;}
.member-cases li .pic::after{ width:.6rem; height:.5rem;}
.member-cases li .pic figure{ padding-bottom:57%;}
.member-cases li .text{ font-size:var(--font-size18); padding-top:.15rem; width:100%;}
.member-cases li .text .des{ min-height:3em;}
.member-cases li .text .tit{ font-size:var(--font-size20); margin-bottom:.1rem;}
}



/*  */
.member-download{ padding:.2rem 0 .3rem;}
.member-download li{ border-bottom:dashed 1px #d1dbe2;}
.member-download li a{ font-size:var(--font-size18); display:-webkit-flex; display:flex; align-items:center; justify-content:space-between; padding:.15rem 0;}
.member-download li .tit{ background-repeat:no-repeat; background-size:.22rem; background-position:left center; padding-left:.3rem; color:#333333; width:calc(100% - 3.5rem);}
.member-download li .tit.pdf{ background-image:url(../images/dow3.png);}
.member-download li .size{ width:1.2rem; text-align:center; color:#999999; font-weight:lighter;}
.member-download li .dow{ width:.15rem; height:.15rem; background-image:url(../images/dow2.png); background-repeat:no-repeat; background-position:center; background-size:contain;}
.member-download li a:hover .tit{ color:#64aa44;}
@media (max-width:768px){
.member-download li .tit{ width:calc(100% - 2rem);}
}
@media (max-width:640px){
.member-download li .tit{ font-size:var(--font-size20);}
.member-download li a{ font-size:var(--font-size20);}
}



/*  */
.member-order{ padding:.2rem 0 .3rem;}
.member-order li{ border-bottom:dashed 1px #d1dbe2;}
.member-order li .txt{ font-size:var(--font-size18); width:100%; padding:.15rem 0;}
.member-order li .txt .tit{ width:calc(100% - 8em); background-image:url(../images/order-icon1.png); background-repeat:no-repeat; background-size:.17rem; background-position:left center; padding-left:.3rem;}
.member-order li .txt .tiem{ width:7em; text-align:right; color:#999999; line-height:1.6;}
.member-order li .num{color:#999999;line-height:1.6;padding-left: .3rem;padding-bottom: .1rem;}
@media (max-width:640px){
.member-order li .txt .tit{ width:calc(100% - 9em);}
.member-order li .txt .tit{ font-size:var(--font-size20);}
}


/*  */
.member-answers{ padding:.2rem 0 .3rem;}
.member-answers li{ border-bottom:dashed 1px #d1dbe2;}
.member-answers li a{ display:block; padding:.25rem 0;}
.member-answers li .txt{ width:100%; padding:0; margin-bottom:.05rem;}
.member-answers li .txt .tit{font-size:var(--font-size18); width:calc(100% - 8em); background-image:url(../images/order-icon.png); background-repeat:no-repeat; background-size:.17rem; background-position:left center; padding-left:.3rem;}
.member-answers li .txt .tiem{ width:7em; text-align:right; color:#999999; line-height:1.6;}
.member-answers li .num{ color:#555555; line-height:1.6em; padding-left: .3rem;}
.member-answers li .introd{ padding-left:.3rem; color:#555555;}
@media (max-width:640px){
.member-answers li .txt .tit{ width:calc(100% - 9em);}
.member-answers li .txt .tit{ font-size:var(--font-size20);}
}



/*  */
.green-bg{ background:rgba(76,175,80,.1); padding:0 .3rem .3rem; border-radius:.08rem;}
.answers-info{ padding:.45rem 0;}
.answers-info .other-dl{ font-size:var(--font-size18); color:#555555;}
.answers-info .other-dl dd{ font-weight:400; margin-right:1rem;}
.answers-info .other-dl dd .name{ display:inline-block; margin-right:.15rem; font-weight:500;}
.answers-info .other-dl dd:last-child{ margin-right:0;}
.answers-info .other-oix2{ margin-top:.45rem; padding-top:.3rem;}
.answers-info .but{ font-weight:600; color:#333333; display:-webkit-flex; display:flex; align-items:center; border:solid 1px rgba(15,17,15,0.2); justify-content:center; min-width:1.7rem; line-height:3; text-align:center; border-radius:.08rem; margin-right:.25rem;}
.answers-info .but:hover{ color:#fff; border-color:#64aa44; background:#64aa44;}
.answers-info .return{ font-weight:600; color:#333333; display:-webkit-flex; display:flex; align-items:center; border:solid 1px rgba(15,17,15,0.2); justify-content:center; min-width:1.7rem; line-height:3; text-align:center; border-radius:.08rem;}
.answers-info .return::after{content:''; display:block; width:.18rem; height:.18rem; background-image:url(../images/return.svg); background-repeat:no-repeat; background-position:center; background-size:contain; margin-left:.15rem;}
.answers-info .return:hover{ color:#fff; border-color:#64aa44; background:#64aa44;}
.answers-info .return:hover::after{filter:invert(100%);}
.answers-info .tit-box{ margin-bottom:.25rem;}
.answers-info .tit-small{ font-weight:400; font-size:var(--font-size16); color:#999999;}
.answers-info .tit-big1{ color:#0f1a0f; font-size:var(--font-size30); font-weight:600;}
.answers-info .tit-big2{ color:#0f1a0f; font-size:var(--font-size20); font-weight:600;}
.answers-info .editor{ padding-bottom:.2rem; margin-top:.25rem; line-height:2; font-size:var(--font-size18);}
.answers-info .dow-list{ padding-top:.25rem; border-top:dashed 1px rgba(15,17,15,0.1);}
.answers-info .dow-list li a{ font-size:var(--font-size18); display:-webkit-flex; display:flex; align-items:center; justify-content:space-between; padding:.1rem 0;}
.answers-info .dow-list li .tit{ background-repeat:no-repeat; background-size:.22rem; background-position:left center; padding-left:.3rem; color:#333333; width:calc(100% - 3.5rem);}
.answers-info .dow-list li .tit.pdf{ background-image:url(../images/url-icon.png);}
.answers-info .dow-list li .tit.doc{ background-image:url(../images/doc.png);}
.answers-info .dow-list li .size{ width:1.2rem; text-align:center; color:#999999; font-weight:lighter;}
.answers-info .dow-list li .dow{ width:.15rem; height:.15rem; background-image:url(../images/dow2.png); background-repeat:no-repeat; background-position:center; background-size:contain;}
.answers-info .dow-list li a:hover .tit{ color:#64aa44;}
@media (max-width:768px){
.answers-info .dow-list li .tit{ width:calc(100% - 2rem);}
}
@media (max-width:640px){
.answers-info .dow-list li .tit{ font-size:var(--font-size20);}
.answers-info .other-oix{ flex-wrap:wrap;}
.answers-info dl{ width:100%; margin-bottom:.1rem; line-height:2; font-size:var(--font-size20);}
.answers-info dl dd{ margin-right:.2rem;}
.answers-info .return{ font-size:var(--font-size20);}
.answers-info .tit-small{ font-size:var(--font-size20);}
.answers-info .editor{ font-size:var(--font-size22);}
}


/*  */
.answers-explain{ background:#dee7ed; padding:0 .3rem; border-radius:.08rem;}
.answers-explain .other-oix2{font-size:var(--font-size18); padding:.4rem 0 .3rem; border-bottom:dashed 1px rgba(15,17,15,0.1);}
.answers-explain .other-oix2 table{ width:80%;}
.answers-explain .other-oix2 table td{ margin:0; padding:.05rem 0; font-size:var(--font-size18);font-weight:400;}
.answers-explain .other-oix2 table td.wtd{ width:2.2rem;}
.answers-explain .other-oix2 table td .name{ padding-right:.2rem; display:block; width:100%; text-align:right; font-weight:500;}
.answers-explain .other-oix2 .ul{ display:-webkit-flex; display:flex; flex-wrap:wrap;}
.answers-explain .other-oix2 .ul li{ min-width:35%; margin-right:2%;padding:.05rem 0; font-size:var(--font-size18);font-weight:400;}
.answers-explain .other-oix2 .ul li .name{ font-weight:500;}
.answers-explain .editor{ color:#3c3c3c; padding-bottom:.2rem; margin-top:.25rem; line-height:2; font-size:var(--font-size18);}
.answers-explain .editor h3{ margin:0; font-size:var(--font-size30);}
.answers-explain .editor h4{ margin:0; font-size:var(--font-size20);}
.answers-explain .editor p{ margin:0;}
.answers-explain .dow-list{ padding:.35rem 0; border-top:dashed 1px rgba(15,17,15,0.1);}
.answers-explain .dow-list li a{ font-size:var(--font-size18); display:-webkit-flex; display:flex; align-items:center; justify-content:space-between; padding:.1rem 0;}
.answers-explain .dow-list li .tit{ background-repeat:no-repeat; background-size:.17rem; background-position:left center; padding-left:.3rem; color:#333333; width:calc(100% - 3.5rem);}
.answers-explain .dow-list li .tit.pdf{ background-image:url(../images/pdf.png);}
.answers-explain .dow-list li .tit.doc{ background-image:url(../images/doc.png);}
.answers-explain .dow-list li .size{ width:1.2rem; text-align:center; color:#999999; font-weight:lighter;}
.answers-explain .dow-list li .dow{ width:.15rem; height:.15rem; background-image:url(../images/dow2.png); background-repeat:no-repeat; background-position:center; background-size:contain;}
.answers-explain .dow-list li a:hover .tit{ color:#64aa44;}
.ission-box{ margin-top:.3rem; font-size:var(--font-size18); font-weight:400;}
.ission-box.green-bg{ margin-bottom:.3rem;}
.ission-box .tit{ padding:.25rem 0; border-bottom:dashed 1px rgba(15,17,15,0.1);}
.ission-box .cont{ padding:.25rem 0;}
.ission-box .cont p{margin:.1rem 0;}
.ission-box .dow-list{ padding-top:.25rem; border-top:dashed 1px rgba(15,17,15,0.1);}
.ission-box .dow-list li{ border-bottom:dashed 1px rgba(15,17,15,0.1); margin-bottom:.2rem;}
.ission-box .dow-list li a{ font-size:var(--font-size18); display:-webkit-flex; display:flex; align-items:center; justify-content:space-between; padding:.2rem 0;}
.ission-box .dow-list li .tit{padding:0; background-repeat:no-repeat; background-size:.22rem; background-position:left center; padding-left:.3rem; color:#333333; width:calc(100% - 3.5rem); border-bottom:none;}
.ission-box .dow-list li .tit.pdf{ background-image:url(../images/url-icon.png);}
.ission-box .dow-list li .tit.doc{ background-image:url(../images/doc.png);}
.ission-box .dow-list li .size{ width:1.2rem; text-align:center; color:#999999; font-weight:lighter;}
.ission-box .dow-list li .dow{ width:.15rem; height:.15rem; background-image:url(../images/dow2.png); background-repeat:no-repeat; background-position:center; background-size:contain;}
.ission-box .dow-list li a:hover .tit{ color:#64aa44;}

@media (max-width:640px){
.answers-info .but{ font-size:var(--font-size20);}
.answers-explain .other-oix2{ font-size:var(--font-size20);}
.answers-explain .other-oix2 table tr{ display:-webkit-flex; display:flex; flex-wrap:wrap;}
.answers-explain .other-oix2 table td.wtd,
.answers-explain .other-oix2 table tr td{ display:block; width:auto; font-size:var(--font-size20);}
.answers-explain .editor{ font-size:var(--font-size20);}
.ission-box{ font-size:var(--font-size20);}
}


/*  */
.probe-up .close{ display:-webkit-flex; display:flex; width:auto; background:none; text-transform: uppercase; font-size:var(--font-size20); line-height:1.4;}
.probe-up .close::after{ content:''; display:block; width:.4rem; background-image: url(../images/close1.png); background-repeat:no-repeat; background-position:center;}
.probe-up .tit{ margin-bottom:.2rem; font-size:var(--font-size40); font-weight:600; color:#333333;}
.probe-up .form .name{ margin-bottom:.15rem; font-size:var(--font-size20); color:#333333;}
.probe-up .form .area{ border:solid 1px #e6e6e6; padding:.15rem;}
.probe-up .form .area textarea{ min-height:13em; margin:0; padding:0; display:block; width:100%; resize: none; border:none;}
.probe-up .form .upload-box{width:100%; margin-top:.4rem;}
.probe-up .form .upload-box>input{border:none;padding:0 0.15rem;width:calc(100% - 1.2rem);line-height:0.55rem;font-size:var(--font-size18); background:none;border:solid 1px #e6e6e6;}
.probe-up .form .upload-box .aniu{position:relative;width:1.2rem;text-align:center;background:#64aa44;color:#fff; font-weight:600; margin:0;}
.probe-up .form .upload-box .aniu input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer;}
.probe-up .form .aniu{ margin-top:.4rem;}
.probe-up .form .aniu .but{ margin-right:.35rem; position:relative; border:solid 1px rgba(15,17,15,0.2); border-radius:.08rem;}
.probe-up .form .aniu .but span{ position:relative; line-height:2.8; display:-webkit-flex; display:flex; align-items:center; color:#fff; justify-content:center; font-weight:600; padding:.02rem .2rem; z-index:5; min-width:1.7rem; color:#0f110f; cursor: pointer;}
.probe-up .form .aniu .but.on{ background:#64aa44; border-color:#64aa44;}
.probe-up .form .aniu .but.on span{ color:#fff;}
.probe-up .form .aniu .but:last-child{ margin-right:0;}




/*  */
.personal-use{ padding:.4rem 0;}
.personal-use .use-otux{ margin-bottom:.35rem;}
.personal-use .use-otux .pic{width:1.4rem;height:1.4rem;background:rgba(0,0,0,.06);border-radius:100%;padding:0.06rem;overflow: hidden;}
.personal-use .use-otux .pic .img{display:block; width:100%; height:100%; border-radius:100%; overflow:hidden;}
.personal-use .use-otux .pic .img img{margin:0; width:100%; height:100%; object-fit:cover;}
.personal-use .use-otux .name{ margin-left:.3rem; font-size:var(--font-size24); color:#333333;}
.personal-use .use-otux .editor-icon{ margin-left:.1rem; width:.3rem; height:.3rem; background-image: url(../images/editor-icon.svg); background-repeat:no-repeat; background-position:center; background-position:center; cursor:pointer; position:relative;}
.personal-use .use-otux .editor-icon input{ position:absolute; left:0; top:0; width:100%; height:100%; opacity:0; cursor:pointer;}
.personal-use .use-form-box .item{ margin-bottom:.3rem;}
.personal-use .use-form-box .item .name{ font-size:var(--font-size20); color:#333333; margin-bottom:.1rem;}
.personal-use .use-form-box .item .wtd100{ width:100%;}
.personal-use .use-form-box .item .input-shell{ padding:.1rem .2rem; margin:0; width:70%; border:solid 1px rgba(15,17,15,0.1); border-radius:.05rem; overflow: hidden;}
.personal-use .use-form-box .item .input-shell input{font-size:var(--font-size18); width:100%; border:none; margin:0; padding:0; color:#555555;}
.personal-use .use-form-box .item .area-shell{ padding:.15rem .2rem; margin:0; width:70%; border:solid 1px rgba(15,17,15,0.2); border-radius:.05rem; overflow: hidden;}
.personal-use .use-form-box .item .area-shell textarea{font-size:var(--font-size18); width:100%; display:block; border:none; margin:0; padding:0; resize: none;}
.personal-use .use-form-box .item .iuow{ min-width:1.5rem; background:#dcdcdc; padding:.12rem .2rem; font-size:var(--font-size16); margin-left:.3rem; border-radius:.05rem; overflow: hidden; cursor:pointer;}
.personal-use .use-form-box .item .eye-icon{position:absolute;right:10px;top:50%;transform: translateY(-50%);cursor:pointer; display:block;}
.personal-use .use-form-box .item .eye-icon i{display:block;width:.25rem;height:.2rem;background-position:center; background-repeat:no-repeat; background-size:contain; opacity:.5;}
.personal-use .use-form-box .item .icon-eye-open{ background-image:url(../images/eye.svg);}
.personal-use .use-form-box .item .icon-eye-close{ background-image:url(../images/eye-close.svg);}
.personal-use .aniu{ margin-top:.4rem;}
.personal-use .aniu .but{ margin-right:.35rem; position:relative; border:solid 1px rgba(15,17,15,0.2); border-radius:.08rem;}
.personal-use .aniu .but span{ position:relative; line-height:2.8; display:-webkit-flex; display:flex; align-items:center; color:#fff; justify-content:center; font-weight:600; padding:.02rem .2rem; z-index:5; min-width:1.7rem; color:#0f110f; cursor: pointer;}
.personal-use .aniu .but.on{ background:#64aa44; border-color:#64aa44;}
.personal-use .aniu .but.on span{ color:#fff;}
.personal-use .aniu .but:last-child{ margin-right:0;}


/*  */
.modify-up .close{ display:-webkit-flex; display:flex; width:auto; background:none; text-transform: uppercase; font-size:var(--font-size20); line-height:1.4;}
.modify-up .close::after{ content:''; display:block; width:.4rem; background-image: url(../images/close1.png); background-repeat:no-repeat; background-position:center;}
.modify-up .tit{ margin-bottom:.2rem; font-size:var(--font-size40); font-weight:600; color:#333333; text-transform: uppercase;}
.modify-up .form .name{ margin-bottom:.15rem; font-size:var(--font-size20); color:#333333;}
.modify-up .form .item{ margin-bottom:.2rem;}
.modify-up .form .item .input-shell{ border:solid 1px #e6e6e6; padding:.12rem .2rem;}
.modify-up .form .item .input-shell input{ margin:0; padding:0; display:block; width:100%; resize: none; border:none;}
.modify-up .form .item .code-shell input{border:solid 1px #e6e6e6; margin:0; padding:.12rem .2rem; display:block; width:60%; resize:none;}
.modify-up .form .item .code-shell .yanz{ width:38%; background:#64aa44; color:#fff; cursor:pointer; border-radius:.08rem; overflow: hidden;}
.modify-up .form .aniu{ margin-top:.4rem;}
.modify-up .form .aniu .but{ margin-right:.35rem; position:relative; border:solid 1px rgba(15,17,15,0.2); border-radius:.08rem;}
.modify-up .form .aniu .but span{ position:relative; line-height:2.8; display:-webkit-flex; display:flex; align-items:center; color:#fff; justify-content:center; font-weight:600; padding:.02rem .2rem; z-index:5; min-width:1.7rem; color:#0f110f; cursor: pointer;}
.modify-up .form .aniu .but.on{ background:#64aa44; border-color:#64aa44;}
.modify-up .form .aniu .but.on span{ color:#fff;}
.modify-up .form .aniu .but:last-child{ margin-right:0;}
@media (max-width:640px){
.modify-up .close{ line-height:1.7;}
.modify-up .form .name{ font-size:var(--font-size22);}
.modify-up .form .item .input-shell input{ font-size:var(--font-size20);}
.modify-up .form .item .code-shell input{ font-size:var(--font-size20);}
.modify-up .form .item .code-shell .yanz{ text-align:center;}
.personal-use .use-form-box .item .input-shell input{ font-size:var(--font-size20);}
.personal-use .use-form-box .item .area-shell textarea{ min-height:5em; font-size:var(--font-size20);}
}



/*  */
.increase-box{ padding:.4rem 0;}
.increase-box .add-but{ margin-bottom:.3rem; font-size:.18rem;}
.increase-box .add-but .but{border:solid 1px rgba(15,17,15,0.2); padding:.1rem .3rem; border-radius:.08rem; overflow:hidden; cursor: pointer; color:#555555;}
.increase-box .add-but i{ display:block; width:.29rem; height:.29rem; background-image: url(../images/add.png); border:solid 1px rgba(15,17,15,0.2); background-position:center; background-repeat:no-repeat; background-size:contain; border-radius:100%; margin-left:.15rem;}
.increase-box .list-box .item{ width:49%; margin-bottom:2%; border:solid 1px rgba(15,17,15,0.1); padding:.3rem; border-radius:.08rem;}
.increase-box .list-box .pic{width:1.15rem;height:1.15rem;background:rgba(0,0,0,.06);border-radius:100%;padding:0.06rem;overflow: hidden;}
.increase-box .list-box .pic .img{display:block; width:100%; height:100%; border-radius:100%; overflow:hidden;}
.increase-box .list-box .pic .img img{margin:0; width:100%; height:100%; object-fit:cover;}
.increase-box .list-box .text{ padding-left:.2rem;}
.increase-box .list-box .text li .name-small{ font-size:var(--font-size14); color:#999999;}
.increase-box .list-box .text li .big-name{ color:#333333; font-size:var(--font-size20);}
.increase-box .list-box .aniu{ margin-top:.4rem;}
.increase-box .list-box .aniu .but{ margin-right:.3rem; position:relative; border:solid 1px rgba(15,17,15,0.2); border-radius:.08rem;}
.increase-box .list-box .aniu .but span{ position:relative; line-height:2.8; display:-webkit-flex; display:flex; align-items:center; color:#fff; justify-content:center; font-weight:600; padding:.02rem .2rem; z-index:5; min-width:1.7rem; color:#0f110f; cursor: pointer;}
.increase-box .list-box .aniu .but.on{ background:#64aa44; border-color:#64aa44;}
.increase-box .list-box .aniu .but.on span{ color:#fff;}
.increase-box .list-box .aniu .but:last-child{ margin-right:0;}

/*  */
.account-form{ padding:.4rem 0 0; max-width:7.2rem;}
.account-form .item{ margin-bottom:.3rem;}
.account-form .item .name{ margin-bottom:.1rem; font-size:var(--font-size20); color:#333333;}
.account-form .item .input-shell{ border:solid 1px #e6e6e6; padding:.12rem .2rem;}
.account-form .item .input-shell input{ margin:0; padding:0; display:block; width:100%; resize: none; border:none;}
.account-form .aniu{ margin-top:.6rem;}
.account-form .aniu .but{ margin-right:.35rem; position:relative; border:solid 1px rgba(15,17,15,0.2); border-radius:.08rem;}
.account-form .aniu .but span{ position:relative; line-height:2.8; display:-webkit-flex; display:flex; align-items:center; color:#fff; justify-content:center; font-weight:600; padding:.02rem .2rem; z-index:5; min-width:1.7rem; color:#0f110f; cursor: pointer;}
.account-form .aniu .but.on{ background:#64aa44; border-color:#64aa44;}
.account-form .aniu .but.on span{ color:#fff;}
.account-form .aniu .but:last-child{ margin-right:0;}



/*  */
.security-up{ background-color:rgba(0,0,0,0.8);}
.security-up .tit{ margin-bottom:.1rem; font-size:var(--font-size48); text-align:center;}
.security-up .introd{ text-align:center; font-size:var(--font-size24);}
.security-up .center .bg-bakc{ max-width:8rem; margin:0 auto; padding:1rem;}
.security-up .aniu{ margin-top:.4rem;}
.security-up .aniu .but{ width:45%; position:relative; border:solid 1px rgba(15,17,15,0.2); border-radius:.08rem;}
.security-up .aniu .but span{ position:relative; line-height:3; display:-webkit-flex; display:flex; align-items:center; color:#fff; justify-content:center; font-weight:600; padding:.02rem .2rem; z-index:5; min-width:1.7rem; color:#0f110f; cursor: pointer;}
.security-up .aniu .but.on{ background:#64aa44; border-color:#64aa44;}
.security-up .aniu .but.on span{ color:#fff;}
.security-up .aniu .but:last-child{ margin-right:0;}
@media (max-width:640px){
.security-up .center .bg-bakc{ padding:.5rem;}
}




/*  */
.search-result{ padding:1rem 0;}
.search-result .result-txt{ margin:.25rem 0; color:#36424a;}
.search-result .result-txt span{ color:#6eb050;}
.search-result .search-uiw{ background:#f5f8fb;}
.search-result .search-uiw .input-eio{ width:calc(100% - 2.6rem); background-image:url(../images/search-icon.svg); background-repeat:no-repeat; background-position:.6rem center; padding-left:1rem;}
.search-result .search-uiw .input-eio input{ background:none; width:100%; height:100%; border:none; padding:0; margin:0;}
.search-result .search-uiw .eur{ background:#64aa44; width:2.6rem; text-align:center; font-size:var(--font-size20); color:#fff; line-height:3; cursor:pointer;}
.search-result .result-sla{ border-bottom:solid 1px rgba(15,17,15,0.1);}
.search-result .result-sla .item{ padding:.2rem 0; font-size:var(--font-size20); color:#0f110f; margin-right:.8rem; border-bottom:solid 1px transparent; margin-bottom:-1px; cursor:pointer;}
.search-result .result-sla .item:hover,
.search-result .result-sla .item.active{ color:#64aa44; border-color:#64aa44;}
.search-result .result-sla .item:last-child{ margin-right:0;}

.list-result li{ padding:.1rem 0;}
.list-result li a{ color:#0f110f; padding:.25rem 0; display:block; border-bottom:solid 1px rgba(15,17,15,0.1);}
.list-result li a .des{ margin:.15rem 0;}
.list-result li .others .iox{ margin-right:.3rem;}
.list-result li .others .iox span{ color:#0f1a0f;}
.list-result li .others .iox em{ color:#555555; font-style:normal;}
.list-result li .others .iox:last-child{ margin-right:0;}
.list-result li .tit{ font-size:var(--font-size24); color:#0f110f; font-weight:600;}
.list-result li .des{ color:#555; max-width:60%;}
.list-result li a:hover .tit{ color:#64aa44;}

@media (max-width:640px){
.search-result .result-sla .item{ margin-right:.2rem;}
.list-result li{ font-size:var(--font-size20);}
.list-result li .des{ width:100%; max-width:100%;}
.search-result .result-txt{ font-size:var(--font-size20);}
.search-result .search-uiw .eur{ width:7em; padding:0; text-align:center;}
.search-result .search-uiw .input-eio{ padding-left:.75rem; background-position:.3rem; width:calc(100% - 1rem);}
.search-result .search-uiw .input-eio input{ font-size:var(--font-size20);}
}




/* 弹框样式 */
#tanchuang{ color:#0f110f;}
#tanchuang .close{ background-image:url(../images/close.png); background-repeat:no-repeat; background-position:center; background-size:.22rem; cursor:pointer;}
#tanchuang .aniu{ padding-bottom:.2rem;}
#tanchuang .aniu .but{ position:relative; margin-left:.15rem; cursor:pointer;}
#tanchuang .aniu .but span{ position:relative; line-height:2.5; display:-webkit-flex; display:flex; align-items:center; color:#fff; justify-content:center; font-weight:600; padding:.02rem .2rem; z-index:5; min-width:1.2rem;}
#tanchuang .aniu .but::after{ position:absolute; top:0; left:0; width:100%; height:100%; content:''; display:block; background:#64aa44; transform:skew(-20deg);}
#tanchuang .aniu .but::after{ background:#64aa44;}
/*code*/
.overscroll{height:100%;overflow:auto;width:100%;display: block; padding-right:.2rem;}
.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:#666;}
.overscroll::-webkit-scrollbar-track{border-radius:10px;background:#fff;}
.code-block{background:#f5f6f7;border-radius:10px;overflow:hidden;font-family: monospace;font-size: 14px;border:1px solid #ccc;}
.code-block .code-head{display:flex;justify-content:space-between;padding:10px 30px;background:#222;margin-bottom:1em;display:none;}
.code-block .code-lang{flex:1 1 auto;overflow:hidden;color:#fff;}
.code-body pre code{padding:10px 0;}
.code-head .preCopy{flex:0 0 auto;transform:none;color:#b1b1b1;font-size:12px;cursor:pointer;}
.code-head .preCopy.on{color:#0ec854;}
.code-body{display:flex;align-items: flex-start;padding-right: 30px;}
.code-body .cod-lines{flex:0 0 auto;width:30px;color:#666;font-size:14px;line-height:1.8;text-align:right;margin-right:1em;padding:10px 0;}
.code-body pre{flex:1 1 auto;overflow:hidden;padding:0;font-size:14px;line-height:1.8;background:none;margin:0;white-space: pre;}
.code-body .overscroll::-webkit-scrollbar-track{background: #f8f8f8;}
/*20251110*/
.leadership-box .item .text .more::after {
    display: none;
}
.current-box li{cursor:pointer;}
.SupportInfo.max1000 {
    max-width: 1000px;
    margin: auto;
}

.SupportInfo.max1000 .left-box {
    width: 100%;
}
.SupportInfo .editor .line .des *{white-space:normal !important;text-wrap-mode:unset !important;}
.news-info {
    max-width: 1000px;
    margin: auto;
}
.index-three li .pic{background:none;}
.index-three li .pic figure{padding-bottom:59%;}

ol li{ list-style: unset!important;}
.careers-one li ol li{ margin-bottom:0}

.player-dimensions{ height:90vh!important;}

.logoIn-box .form-box .send-slw .input-box{ flex:1; width:auto; }
.logoIn-box .form-box .send{ margin-left: .1rem;}
.logoIn-box .form-box .send span{ padding: 0 .14rem;background: #64aa44;color: #fff; cursor: pointer; line-height: 3.2; display: block;}