@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #fff;user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.08);transition: all .4s ease;}
.Header::after{content: "";width: 100%;height: 1px;position: absolute;background: #e4ebf1;left: 0;bottom: 0;transition: all .4s ease;}
.Header .contain{width: 100%;padding: 0 max(28px,0.4rem);}
.Header-logo,.Header-lang-menu,.Header-search-click,.Header-search-item,.Header-menu,.Header-zixun{height: max(70px,0.8rem);}
.Header-zixun{float: right;align-items: center;position: relative;z-index: 9999;margin-left: max(15px,0.3rem);}
.Header-zixun-btn{background: #008838;color: #fff; width: max(190px,1.25rem);height: max(30px,0.36rem);border: 1px solid #008838;user-select: none;cursor: pointer;border-radius: 40px;}
.Header-zixun-btn .icon{width: max(12px,0.16rem);margin-right: max(6px,0.1rem);}
.Header-zixun-btn .title{font-weight: 700;}
.Header-logo{float: left;width: 55px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{max-width: 100%;}
.Header-logo img.s{display: none;}
.Header-lang{float: right;position: relative;z-index: 999;margin-right: max(16px,0.3rem);}
.Header-lang-menu{display: flex;align-items: center;color: #666;transition: color .4s ease;line-height: 1;}
.Header-lang-menu span{font-size: max(14px,0.16rem);font-family: Arial;font-weight: 700;}
.Header-lang-menu i{font-size: max(19px,0.22rem);margin-right: 8px;}
.Header-lang.active .Header-lang-menu{color: #008838;}
/* 多个语言 Header-lang-more添加class="hasIcon" 就会启用图标 */
.Header-lang-more{width: max(100px,1.2rem);margin-left: min(-50px,-0.6rem);border-top:max(3px,0.04rem) solid #008838;display: none;z-index: 9;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.08);background: #fff;position: absolute;top:calc(100% - max(3px,0.04rem));left: 50%;border-radius:max(3px,0.05rem) max(3px,0.05rem) 0 0;transition: top .4s ease;}
.Header-lang-more:before{content: "";display: block;width: 0px;height: 0px;border-style: solid;border-width: 0 6px 6px;border-color: transparent transparent #008838 transparent;position: absolute;top: -0.1rem;left: 50%;margin: 0 0 0 -6px;}
.Header-lang-more a{display: flex;font-size: max(14px,0.15rem);color: #666;justify-content: center;padding: max(6px,0.1rem) 0;transition: all .4s ease;}
.Header-lang-more.hasIcon a{justify-content: flex-start;padding: max(6px,0.1rem) 0 max(6px,0.1rem) max(20px,0.26rem);}
.Header-lang-more.hasIcon a span{background-repeat: no-repeat;background-position: left center;padding-left: max(30px,0.36rem);background-size: max(24px,0.3rem) auto;}
.Header-lang-more.hasIcon a.cn span{background-image: url('../images/common/nicon-cn.svg');}
.Header-lang-more.hasIcon a.tw span{background-image: url('../images/common/nicon-tw.svg');}
.Header-lang-more.hasIcon a.en span{background-image: url('../images/common/nicon-en.svg');}
.Header-lang-more.hasIcon a.en2 span{background-image: url('../images/common/nicon-mg.svg');}
.Header-lang-more.hasIcon a.de span{background-image: url('../images/common/nicon-de.svg');}
.Header-lang-more.hasIcon a.br span{background-image: url('../images/common/nicon-br.svg');}
.Header-lang-more.hasIcon a.es span{background-image: url('../images/common/nicon-es.svg');}
.Header-lang-more.hasIcon a.fr span{background-image: url('../images/common/nicon-fr.svg');}
.Header-lang-more.hasIcon a.jp span{background-image: url('../images/common/nicon-jp.svg');}
.Header-lang-more.hasIcon a.ru span{background-image: url('../images/common/nicon-ru.svg');}
.Header-lang-more.hasIcon a.ita span{background-image: url('../images/common/nicon-ita.svg');}
.Header-lang-more.hasIcon a.kr span{background-image: url('../images/common/nicon-kr.svg');}
.Header-lang-more a:hover{color: #fff;background: #008838;}
.Header-lang.active .Header-lang-more{display: block;animation: langInUp .4s ease-out;}
@keyframes langInUp{0%{transform: translateY(max(10px,0.16rem));opacity: 0.5;}100%{transform: translateY(0);opacity: 1;}}
body.bodySearch .Header-lang{visibility: hidden;opacity: 0;}
.Header-search{float: right;}
.Header-search-click{width: max(36px,0.4rem);color: #666;font-size: max(19px,0.2rem);line-height: 1;cursor: pointer;z-index: 999;transition: color .4s ease;display: flex;align-items: center;justify-content: center;position: relative;}
.Header-search-click::after, .Header-search-item button::after{}
.Header-search-click.active::after{}
.Header-search-click:hover{color: #008838 !important;}
.Header-search-item{display: none;position: absolute;width: 100%;align-items: center;top: 0;left: 0;z-index: 99;text-align: right;}
.Header-search-item .contain{padding-right: max(150px,2.5rem);}
.Header-search-item.active{display: flex;}
.Header-search-item input, .Header-search-item button{display: inline-block;vertical-align: middle;}
.Header-search-item input[type="text"]{width: 0px;height: max(36px,0.4rem);border-bottom: 1px solid #e4ebf1;font-size: max(14px,0.16rem);color: #333;background: transparent;}
.Header-search-item.active input[type="text"]{animation: HeaderSearch 0.8s ease both;}
@keyframes HeaderSearch{0%{width: 0;}100%{width: max(360px,4rem);}}
.Header-search-item button{width: max(44px,0.5rem);height: max(36px,0.4rem);font-size: max(18px,0.2rem);color: #666;background: transparent;cursor: pointer;margin-right: 0;}
body.bodySearch .Header-navbar{visibility: hidden;opacity: 0;}
.Header-navbar{position: absolute;width: 100%;top: 0;left: 0;margin-right: max(16px,0.4rem);visibility: visible;opacity: 1;display: flex;justify-content: center;flex-wrap: wrap;}
@media all and (min-width:1100px){body.PC .Header-navbar{display: flex !important}}
.Header-navbar>ul>li{float: left;position: relative;z-index: 9;}
.Header-menu{font-weight: 700; font-size: 15px;position: relative;display: flex;align-items: center;color: #666;padding: 0 max(14px,0.28rem);font-family: "fom";transition: color .4s ease;}
.Header-navbar>ul>li:hover .Header-menu, .Header-navbar>ul>li.active .Header-menu{color: #008838;}
/* -- */
.Header-navbar-line{display: none;position: absolute;width: 0;left: 0;height: 2px;bottom: 0;background: #008838;z-index: 4;pointer-events: none;}
@media all and (max-width:1100px) {.Header-navbar-line{display: none !important;}}
/* -- */
.Header-arrow{display: none;}
.Header-drop{width: max(168px,1.8rem);margin-left: min(-84px,-0.9rem);padding: max(8px,0.16rem) 0px;box-shadow: 0px 4px 6px 0 rgba(0, 0, 0, 0.08);position: absolute;left: 50%;top: 100%;z-index: 100;background-color: rgba(255, 255, 255, 1);transition: all 0.3s ease-out;transform: rotateX(-90deg);transform-origin: 0 0;opacity: 0;visibility: hidden;}
.Header-navbar>ul>li.on .Header-drop{visibility: visible;opacity: 1;transform: rotateX(0);}
.Header-drop-menu{display: flex;width: 100%;position: relative;}
.Header-drop-menu>a{font-size: max(14px,0.15rem);line-height: max(22px,0.24rem);padding: max(6px,0.08rem) 4px;font-family: "fom";display: flex;width: 100%;height: auto;text-align: center;color: #666;align-items: center;justify-content: center;transition: color .4s ease;}
.Header-drop-menu.active, .Header-drop-menu>a:hover{color: #008838;}
/* -- */
/* .Header-navbar>ul>li.Header-solution .Header-drop{visibility: visible;opacity: 1;transform: rotateX(0);} */
.Header-navbar>ul>li.Header-solution{position: static;}
.Header-navbar>ul>li.Header-solution .Header-drop{width: max(800px,11.5rem);margin-left: min(400px,-5.75rem);padding: 0;}
.Header-solution-wrap{width: 100%;display: flex;}
.Header-solution-data{width: calc(100% - max(340px,4.8rem));padding: max(24px,0.6rem) max(30px,0.8rem) max(16px,0.3rem);background: #fff;}
.Header-solution-data .title{font-size: max(15px,0.16rem);color: #008838;font-family: "fom";border-bottom: 1px solid #d6e7ee;padding-bottom: max(12px,0.22rem);margin-bottom: max(8px,0.16rem);}
.Header-solution-data .lists{width: 100%;}
.Header-solution-data .lists .ul{margin-left: min(-16px,-0.36rem);display: flex;flex-wrap: wrap;}
.Header-solution-data .lists .li{width: calc(50% - max(16px,0.36rem));margin-left: max(16px,0.36rem);}
.Header-solution-data .lists .li a{display: block;padding: max(4px,0.08rem) 0 max(4px,0.08rem) max(14px,0.26rem);font-size: 14px;color: #666;font-family: "fom";position: relative;transition: color .4s ease;}
.Header-solution-data .lists .li a::before{content: "";position: absolute;width: 5px;height: 5px;background: #008838;border-radius: 50%;left: 0;top: calc(max(4px,0.08rem) + 6px);}
.Header-solution-data .lists .li a:hover{color: #008838;}
.Header-solution-imgs{width: max(340px,4.8rem);padding: max(24px,0.5rem) max(28px,0.54rem);background: #e5f6f6;}
.Header-solution-imgs a{display: block;width: 100%;}
.Header-solution-imgs a .img{width: 100%;overflow: hidden;}
.Header-solution-imgs a .img img{width: 100%;transition: all .6s ease;height: 210px;}
.Header-solution-imgs a .text{font-size: 14px;color: #666;margin-top: max(12px,0.2rem);transition: color .4s ease;}
.Header-solution-imgs a:hover .img img{transform: scale(1.04);}
.Header-solution-imgs a:hover .text{color: #000;}
/* -- */
/* .Header-navbar>ul>li.Header-product .Header-drop{visibility: visible;opacity: 1;transform: rotateX(0);} */
.Header-navbar>ul>li.Header-product{position: static;}
.Header-navbar>ul>li.Header-product .Header-drop{width: 14.4rem;margin-left: -7.2rem;padding: 0;}
.Header-product-wrap{width: 100%;display: flex;flex-wrap: wrap;padding: max(24px,0.6rem) max(30px,0.8rem) max(16px,0.3rem);background: #fff;align-items: flex-start;justify-content: space-between;}
.Header-product-wrap .item:nth-child(1){width: 540px;}
.Header-product-wrap .item:nth-child(2){width: 420px;}
.Header-product-wrap .item:nth-child(3){width: 180px;}
.Header-product-data{width: 100%;}
.Header-product-data .title{font-size: max(15px,0.16rem);color: #008838;font-family: "fom";border-bottom: 1px solid #d6e7ee;padding-bottom: max(12px,0.22rem);margin-bottom: max(8px,0.16rem);}
.Header-product-data .lists{width: 100%;}
.Header-product-data .lists .ul{margin-left: min(-16px,-0.36rem);display: flex;flex-wrap: wrap;}
.Header-product-data .lists .li{width: calc(50% - max(16px,0.36rem));margin-left: max(16px,0.36rem);}
.Header-product-data .lists .li a{display: block;padding: max(4px,0.08rem) 0 max(4px,0.08rem) max(14px,0.26rem);font-size: 14px;color: #666;font-family: "fom";position: relative;transition: color .4s ease;}
.Header-product-data .lists .li a::before{content: "";position: absolute;width: 5px;height: 5px;background: #008838;border-radius: 50%;left: 0;top: calc(max(4px,0.08rem) + 6px);}
.Header-product-data .lists .li a:hover{color: #008838;}
.Header-product-wrap .item:last-child .Header-product-data .lists .li{width: calc(100% - max(16px,0.36rem));}
/* 如果需要透明：页面body添加class="Lucency noGap"，样式修改 */
@media all and (min-width:1100px){
    .Lucency .Header-logo img.s{opacity: 1;}.Lucency .Header-logo img.h{opacity: 0;}
    .Lucency .Header{background: transparent;box-shadow: none;}
    .Lucency .Header::after{background: rgba(255, 255, 255, 0.1);}
    .Lucency .Header-menu{color: #fff;}
    .Lucency .Header-lang-menu{color: #fff;}
    .Lucency .Header-search-click{color: #fff;}
    .Lucency .Header-zixun-btn{border-color: rgba(255, 255, 255, .5);background: transparent;}
    .bodyMouse .Header-zixun-btn,.bodySearch .Header-zixun-btn{border-color: #008838;background: #008838;}
    .bodyMouse .Header, .bodySearch .Header{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.08);}
    .bodyMouse .Header-menu, .bodySearch .Header-menu{color: #666;}
    .bodyMouse .Header::after, .bodySearch .Header::after{background: #e4ebf1;}
    .bodyMouse .Header-logo img.s, .bodySearch .Header-logo img.s{opacity: 0;}
    .bodyMouse .Header-logo img.h, .bodySearch .Header-logo img.h{opacity: 1;}
    .bodyMouse .Header-lang-menu, .bodySearch .Header-lang-menu{color: #666;}
    .bodyMouse .Header-search-click, .bodySearch .Header-search-click{color: #666;}
    .noGap .Header-logo img{position: absolute;transition: opacity .4s ease;top: 0;bottom: 0;margin: auto 0;}
    .noGap .Container{margin-top: 0;}
    .noGap .Header-logo img.s{display: block;}
}
.Header-navclick{display: none;width: 24px;height: 60px;cursor: pointer;float: right;user-select: none;align-items: center;}
.Header-navclick span{width: 100%;height: 2px;background: #666;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #666;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -7px;}
.Header-navclick span:after{top: 7px;}
.Header-navclick.active span{animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.active span:before{animation: buttonAnimationBefore 0.3s ease forwards;}
.Header-navclick.active span:after{animation: buttonAnimationAfter 0.3s ease forwards;}
@keyframes buttonAnimationBefore{
    0%{-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50%{-moz-transform: translateY(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100%{-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@keyframes buttonAnimationAfter{
    0%{-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50%{-moz-transform: translateY(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100%{-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@keyframes buttonAnimation{
    0%{background: transparent;}
    50%{background: rgba(255,255,255,0);}
    100%{background: rgba(255,255,255,0);}
}
/* 底部 */
.FooterWaves{width: 100%;height: max(36px,1.3rem);position: relative;margin-bottom: -6px;z-index: 10;background: #fff;}
.FooterWaves .parallax>use{animation: FooterWavesRun 5s cubic-bezier(.55,.5,.45,.5) infinite;}
.FooterWaves .parallax>use:nth-child(1){animation-delay: -1s;animation-duration: 5s;}
.FooterWaves .parallax>use:nth-child(2){animation-delay: -2s;animation-duration: 5s;}
.FooterWaves .parallax>use:nth-child(3){animation-delay: -3s;animation-duration: 5s;}
.FooterWaves .parallax>use:nth-child(4){animation-delay: -4s;animation-duration: 5s;}
@keyframes FooterWavesRun{0%{transform: translate3d(-90px,0,0);}100%{transform: translate3d(85px,0,0);}}
/* -- */
.Footer{width: 100%;background: #e5f6f6;position: relative;z-index: 9;padding-top: max(30px,0.6rem);}
.Footer .contain{width: 100%;padding: 0 max(28px,1.5rem);}
.Footer-items{width: 100%;padding-bottom: max(20px,0.3rem);}
.Footer-items .contain{align-items: flex-start;justify-content: space-between;}
.Footer-more{width: max(220px,2.6rem);}
.Footer-logo{width: 80px;}
.Footer-info{width: 100%;font-size: 12px;color: #666;line-height: 24px;margin-top: max(12px,0.2rem);}
.Footer-info h6{font-size: max(16px,0.2rem);color: #008838;font-family: "fmm";}
.Footer-code{width: 100%;text-align: center;margin-top: max(12px,0.2rem);}
.Footer-code .item{width: max(80px,1rem);margin-right: max(10px,0.2rem);}
.Footer-code .item:last-child{margin-right: 0;}
.Footer-code .img{width: 100%;height: max(80px,1rem);}
.Footer-code .img img{height: 100%;width: 100%;}
.Footer-code .text{font-size: 12px;color: #666;margin-top: max(4px,0.1rem);}
.Footer-navbar{width: 65%;user-select: none;}
.Footer-navbar>ul{justify-content: space-between;}
.Footer-navbar>ul>li{width: auto;position: relative;}
.Footer-menu{font-size: max(14px,0.16rem);color: #333;display: flex;}
.Footer-arrow{display: none;}
.Footer-drop{width: 100%;margin-top: max(10px,0.18rem);}
@media all and (min-width:1100px){body.PC .Footer-drop{display: block !important}}
.Footer-drop-menu{display: flex;position: relative;width: 100%;}
.Footer-drop-menu>a{font-size: max(14px,0.14rem);padding: max(3px,0.06rem) 0;color: #666;display: flex;line-height: 1.24;transition: all .4s ease;}
.Footer-drop-menu>a:hover{color: #008838;}
.Footer-friend{width: 100%;}
.Footer-friend .contain{display: flex;align-items: flex-start;padding: max(14px,0.2rem) max(28px,1.5rem);border-top: 1px solid #c6dbe3;}
.Footer-friend-hint, .Footer-friend-link a{color: #666;line-height: 20px;font-size: 12px;}
.Footer-friend-link{flex: 1;}
.Footer-friend-link a{transition: all .4s ease;margin-right: max(12px,0.2rem);}
.Footer-friend-link a:last-of-type{margin-right: 0;}
.Footer-friend-link a:hover{color: #000;}
.Footer-copyright{width: 100%;padding: max(18px,0.24rem) 0;background: #008838;}
.Footer-copyright .contain{justify-content: space-between;align-items: center;}
.Footer-copyright .info{color: rgba(255, 255, 255, 0.4);line-height: 18px;font-size: 12px;}
.Footer-copyright .info p{margin-left: max(10px,0.16rem);}
.Footer-copyright .info p:first-child{margin-left: 0;}
.Footer-copyright .info a{transition: all .4s ease;position: relative;}
.Footer-copyright .info.link p{margin: 0;}
.Footer-copyright .info.link a{display: flex;align-items: center;}
.Footer-copyright .info.link a::before{content: "";width: 1px;height: 12px;background: rgba(255, 255, 255, 0.4);margin: 0 6px;}
.Footer-copyright .info.link p:first-child a::before{display: none;}
.Footer-copyright .info a:hover{color: #fff;}
/* 置顶 */
.backTop{display: none;right: max(8px,0.4rem);bottom: max(20px,0.6rem);width: max(34px,0.5rem);height: max(34px,0.5rem);line-height: max(34px,0.5rem);background: #008838;font-size: max(15px,0.2rem);color: #fff;text-align: center;border-radius: 50%;position: fixed;cursor: pointer;z-index: 9999;}
.backTop::after{}
.backTop.on{display: block;}
/* 横竖屏 */
.popOrient{display:none;position:fixed;width:100%;height:100%;top:0;left:0;flex-direction: column;align-items: center;justify-content: center;background: #000;z-index:9999999999999999;color:#696969;font-size:16px;text-align:center;}
.popOrient svg{height:60px;margin-bottom:12px;}
body.landscape .popOrient{display:flex}
/* 视频弹窗 */
.popVideo{display: none;align-items: center;justify-content: center;position: fixed;z-index: 999999;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;}
.popVideo-items{max-width: 1000px;position: relative;opacity: 0;}
.popVideo-video{width: 100%;display: flex;justify-content: center;}
.popVideo-video video{max-height: 82vh;}
.popVideo-video iframe{width: 1000px;height: 600px;}
.popVideo-close{width: 40px;height: 40px;right: -40px;top: -40px;line-height: 40px;opacity: 0.7;text-align: center;position: absolute;z-index: 3;font-size: 22px;color: #fff;cursor: pointer;transition: all .6s ease;}
.popVideo-close:hover{opacity: 1;}
.popVideo.active{display: flex;}
.popVideo.active .popVideo-items{animation: popVideRun 1s ease both .4s;}
@keyframes popVideRun{0%{opacity: 0;transform: translateY(-200px);}100%{opacity: 1;transform: translateY(0);}}
@media all and (max-width:1000px){.popVideo-items{width: 92%;}.popVideo-close{right: -8px;font-size: 16px;}.popVideo-video iframe{width: 100%;height: 220px;}}
/* 简历弹窗 */
.onResume{display: none;z-index: 999999;justify-content: center;align-items: center;background-color: rgba(0, 0, 0, .5);position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;user-select: none;padding: 0 4%;}
.onResume-contain{background-color: #fff;border-radius: 5px;padding: 45px;width: 530px;position: relative;opacity: 0;}
.onResume.active{display: flex;}
.onResume.active .onResume-contain{animation: onResumeRun .6s ease both;}
@keyframes onResumeRun{0%{opacity: 0;}100%{opacity: 1;}}
.onResume-close{position: absolute;top: 12px;right: 12px;font-size: 18px;transition: all .4s ease;color: #008838;}
.onResume-close i{font-size: inherit;}
.onResume-close:hover{color: #008838;}
.onResume-title{font-size: 20px;color: #333;}
.onResume-form{width: 100%;margin-top: 12px;}
.onResume-name{width:100%;height:45px;}
.onResume-name input, .onResume-wrap .onResume-hint{height: 100%;box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08) inset;border: 1px solid #e6e6f1;padding: 0 16px;}
.onResume-name input{width: 100%;border-radius: 5px;}
.onResume-wrap{position: relative;width: 100%;height: 45px;border-radius: 5px;overflow: hidden;margin-top:8px;}
.onResume-wrap .onResume-hint{width: 66%;border-radius: 5px 0 0 5px;}
.onResume-wrap .btn{width: 34%;height: 100%;background-color: #008838;position: relative;}
.onResume-wrap .btn .onResume-upload{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #fff;cursor: pointer;}
.onResume-button{width: 100%;display: flex;justify-content: center;margin-top: 20px;}
.onResume-button button{width: 100%;height: 45px;background-color: #008838;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 16px;cursor: pointer;border-radius: 5px;}
@media all and (max-width: 1000px){
    .onResume-contain{padding:24px 16px;width: 100%;}
    .onResume-title{font-size: 18px;}
    .onResume-name, .onResume-wrap{height: 40px;}
    .onResume-button{margin-top: 12px;}
    .onResume-button button{height: 40px;font-size: 14px;}
    .onResume-close{top: 10px;right: 10px;font-size: 16px;}
    .onResume-wrap .btn .onResume-upload{font-size: 14px;}
    .onResume-name input, .onResume-wrap .onResume-hint{padding: 0 14px;}
}
/* 快速表单 */
.isEnter, .isCode{width: 100%;position: relative;user-select: none;}
.isEnter label{color: #999;position: absolute;display: flex;align-items: center;top: 0;left: 0;pointer-events: none;z-index: 2;}
.isEnter label em{color: #008838;margin-right: 4px;font-style: normal;}
.isEnter label, .isEnter input, .isEnter textarea{height: 44px;padding: 0 12px;font-size: 14px;}
.isEnter input, .isEnter textarea{border-radius: 0px;color: #333;border: 1px solid #eee;width: 100%;transition: border .4s ease;}
.isEnter textarea{padding: 10px 12px;height: 80px;display: block;}
.isEnter input:focus, .isEnter textarea:focus{border-color: #008838;}
.isCode{display: flex;}
.isCode .isEnter{width: 500px;}
.isCode .auth{cursor: pointer;margin-left: 12px;background: #f1f1f1;}
.isCode .auth img{width: 100%;height: 100%;max-width: none;}
.isEnter.on label{display: none;}
/* -- */
.isSelect{width: 100%;position: relative;user-select: none;}
.isSelect label{color: #999;position: absolute;display: flex;align-items: center;top: 0;left: 0;pointer-events: none;z-index: 2;}
.isSelect label em{color: #008838;margin-right: 4px;font-style: normal;}
.customSelect-name, .customSelect input, .isSelect .beginSelect select, .customSelect-drop{border-radius: 0px;color: #333;border: 1px solid #eee;width: 100%;transition: border .4s ease;}
.customSelect-name, .customSelect input, .isSelect .beginSelect select, .customSelect-drop>div, .isSelect label{height: 44px;padding: 0 12px;font-size: 14px;}
.isSelect .beginSelect select:focus, .customSelect-name.noRadius{border-color: #008838;}
.isSelect .beginSelect select{cursor: pointer;}
.isSelect.on label{display: none;}
/* == */
.isButton{width: 100%;display: flex;justify-content: center;}
.isButton button{width: 160px;height: 44px;font-size: 18px;margin-left: 12px;background: #008838;color: #fff;cursor: pointer;transition: all .4s ease;}
.isButton button:first-child{margin-left: 0;}
.isButton button:hover{box-shadow: 0 4px 12px 0 rgba(102, 140, 218, 0.4);}
.isButton button.reset{background: #999;}
.isButton button.reset:hover{box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);}
/* == */
.isAgree{display: flex;flex-wrap: wrap;align-items: center;width: 100%;position: relative;user-select: none;}
.isAgree input{width: 16px;height: 16px;margin-right: 10px;position: relative;display: block;font-style: normal;border: 1px solid #dedede;transition: border .4s ease;cursor: pointer;}
.isAgree input::after{font-size: 20px;left: 1px;bottom: -1px;color: #008838;content: "\e63c";position: absolute;font-family: "icon";line-height: 1;opacity: 0;transition: all .4s ease;}
.isAgree input:hover{border-color: #008838;}
.isAgree input:checked{border-color: #008838;}
.isAgree input:checked::after{border-color: #008838;opacity: 1;}
.isAgree .text{align-items: center;color: #666;font-size: 14px;}
.isAgree .text a{color: #008838;}
/* == */
.customSelect, .isSelect .beginSelect{position: relative;width: 100%;user-select: none;}
.isSelect .beginSelect input{opacity: 0;visibility: hidden;position: absolute;top: 0;left: 0;font-size: 0;}
/* == */
.customSelect.noEvent{pointer-events: none;opacity: 0.5;}
.customSelect-name{display: flex;align-items: center;position: relative;cursor: pointer;}
.customSelect-name::after{content: "\e727";position: absolute;font-family: "icon";font-size: 14px;height: 100%;display: flex;align-items: center;justify-content: center;line-height: 1;right: 14px;top: 0;transform: rotateX(180deg);}
.customSelect-drop{max-height: 160px;background: #fff;display: none;position: absolute;z-index: 10;top: calc(100% + 4px);box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);overflow-x: hidden;overflow-y: auto;left: 0;}
.customSelect-drop>div{height: 40px;font-size: 14px;color: #666;position: relative;display: flex;align-items: center;width: 100%;transition: all .4s ease;cursor: pointer;}
.customSelect-drop>div::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #eee;}
.customSelect-drop>div:last-child::after{display: none;}
.customSelect-drop>div:hover, .customSelect-drop>div.active{color: #008838;}
.customSelect-drop::-webkit-scrollbar{width: 2px;height: 4px;}
.customSelect-drop::-webkit-scrollbar-thumb{background: #ccc;}
.customSelect-drop::-webkit-scrollbar-track{background: #fff;}
.customSelect-null{display: none;}
.customSelect-name.noRadius::after{transform: rotate(0);}
.customSelect input{display: none;position: absolute;padding-right: 60px;width: 100%;height: 100%;z-index: 2;bottom: 0;left: 0;background: transparent;}
.customSelect.hasInput input{display: block;}
.customSelect.hasInput .customSelect-name{font-size: 0;border: none;background: transparent;}
/* -- */
.customSelect-drop .son .drop{display: none;}
.customSelect-drop .son .menu{width: 100%;height: 100%;display: flex;align-items: center;}
/* 中间+共用部分 */
.Container{width: 100%;margin-top: max(70px,0.8rem);}
.contain{width: 14.4rem;margin: 0 auto;}
:root{--wid:14.4rem;--widDb: calc((100vw - var(--wid))/2);}
/* 公共样式 */
.indBtn{overflow: hidden;position: relative;border-radius: 25px;}
.indBtn a,.indBtn .indBtn-a{user-select: none;cursor: pointer; display: flex;align-items: center;justify-content: center;font-size: 14px;line-height: 1;color: #666;height: 50px;border-radius: 25px;padding: 0 44px;position: relative;transition: color .4s ease .4s;}
.indBtn a span, .indBtn a i,.indBtn .indBtn-a span,.indBtn .indBtn-a i{position: relative;z-index: 2;transform: translate3d(0,0,10px);}
.indBtn a i,.indBtn .indBtn-a i{font-size: 19px;margin: -2px 0 0 12px;}
.indBtn a::before,.indBtn a::after,.indBtn .indBtn-a::before,.indBtn .indBtn-a::after{content: "";position: absolute;width: 100%;height: 100%;left: 0;top: 0;border: 1px solid #eee;border-radius: 25px;transition: border .4s ease;}
.indBtn:hover a,.indBtn:hover .indBtn-a{color: #fff;transition: color .4s ease .2s;}
.indBtn:hover a::before, .indBtn:hover a::after,.indBtn:hover .indBtn-a::before,.indBtn:hover .indBtn-a::after{border-color: #008838;transition: border .4s ease .6s;}
.indBtn::after{content: "";position: absolute;width: 400px;height: 90px;left: -92%;bottom: -68px;background: url("../images/btn.svg") repeat-x left bottom/auto 100%;transition: bottom 1s ease, left 1s ease;pointer-events: none;}
.indBtn:hover::after{bottom: -36%;left: 0;transition: bottom 1s ease .2s, left 1s ease;}


.indgy-list{width: 100%;}
.indgy-list li{flex: 1;text-align: center;transition: all .4s ease;padding: 0.4rem 0.12rem;}
.indgy-list li .ico{width: 1.34rem;background-repeat: no-repeat;margin: 0 auto;background-size: 100% auto;}
.indgy-list li .ico img {border-radius: 10px;}
.indgy-list li:hover{box-shadow: 0 2px 0.3rem 0 rgba(0,165,168,0.1);}

/* 公告弹窗 */
.SwNotice{display: none;align-items: center;justify-content: center;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9999999;background: rgba(0, 0, 0, .5);}
.SwNotice-contain{width: max(300px,4.5rem);background: #fff;border-radius: max(5px,0.1rem);padding: max(20px,0.4rem) max(16px,0.38rem);position: relative;}
.SwNotice-info{width: 100%;}
.SwNotice-info .title{font-size: max(16px,0.24rem);letter-spacing: max(4px,0.1rem);color: #008838;font-weight: 700;line-height: 1.14;margin-bottom: max(12px,0.24rem);text-align: center;}
.SwNotice-info .text, .SwNotice-info .other{font-size: max(14px,0.16rem);color: #666;line-height: max(22px,0.28rem);}
.SwNotice-info .other{text-align: right;margin-top: max(12px,0.24rem);}
.SwNotice-close{width: max(24px,0.3rem);height: max(24px,0.3rem);border-radius: 50%;position: absolute;right: min(-24px,-0.3rem);top: min(-24px,-0.3rem);background: #008838;color: #fff;font-size: max(12px,0.14rem);line-height: 1;cursor: pointer;user-select: none;transition: transform .4s ease;}
.SwNotice-close:hover{transform: rotate(90deg);}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
    .Header-solution-data {padding: max(24px,0.54rem) max(30px,0.6rem) max(16px,0.3rem);}
    .Header-solution-imgs a .img img{height: 190px;}
    .Header-product-wrap{padding: max(24px,0.54rem) max(30px,0.6rem) max(16px,0.3rem);}
    .Header-product-wrap .item:nth-child(1){width: 520px;}
    .Header-product-wrap .item:nth-child(2){width: 400px;}
    .Header-product-wrap .item:nth-child(3){width: 180px;}
}
@media all and (max-width:1590px){
    /* 1440 × (700)  */
    .Header-navbar>ul>li.Header-solution .Header-drop {width: max(800px,12rem);margin-left: min(400px,-6rem);}
    .Header-solution-imgs a .img img{height: 170px;}
    .Header-product-wrap .item:nth-child(1){width: 468px;}
    .Header-product-wrap .item:nth-child(2){width: 354px;}
    .Header-product-wrap .item:nth-child(3){width: 144px;}
    .indBtn, .indBtn a::before, .indBtn a::after,.indBtn .indBtn-a::before,.indBtn .indBtn-a::after{border-radius: 22px;}
    .indBtn a ,.indBtn .indBtn-a{height: 44px;border-radius: 22px;padding: 0 30px;}
    .indBtn::after {left: -102%;bottom: -66px;}
    .Footer-navbar{width: 70%;}
}
@media all and (max-width:1430px){
    /* 1360 */
    .Header-navbar>ul>li.Header-solution .Header-drop {width: max(800px,12.6rem);margin-left: min(400px,-6.3rem);}
    .Footer-navbar {width: 75%;}
    .Header-solution-imgs a .img img{height: 160px;}
    .Header-menu {padding: 0 max(14px,0.24rem);}
    .Header-product-wrap .item:nth-child(1){width: 460px;}
    .Header-product-wrap .item:nth-child(2){width: 350px;}
    .Header-product-wrap .item:nth-child(3){width: 138px;}
}
@media all and (max-width:1350px){
    /* 1280 */
    .Header-solution-imgs {padding: max(20px,0.4rem) max(24px,0.44rem);}
    .Header-solution-data {padding: max(20px,0.48rem) max(24px,0.5rem) max(16px,0.3rem);}
    .Header-menu {padding: 0 max(12px,0.2rem);}
    .Header-product-wrap {padding: max(20px,0.48rem) max(24px,0.5rem) max(16px,0.3rem);}
    .Header-product-data .lists .ul {margin-left: min(-16px,-0.24rem);}
    .Header-product-data .lists .li {width: calc(50% - max(16px,0.3rem));margin-left: max(16px,0.24rem);}
    .Header-product-data .lists .li a {padding-left: max(14px,0.20rem);font-size: 13px;}
    .Header-product-wrap .item:nth-child(1){width: 430px;}
    .Header-product-wrap .item:nth-child(2){width: 320px;}
    .Header-product-wrap .item:nth-child(3){width: 128px;}
    .indBtn, .indBtn a::before, .indBtn a::after,.indBtn .indBtn-::before,.indBtn .indBtn-a::after{border-radius: 20px;}
    .indBtn a ,.indBtn .indBtn-a{height: 40px;border-radius: 20px;padding: 0 24px;}
    .indBtn::after {left: -116%;}
}
@media all and (max-width:1270px){
    /* 1152 × (700) */
    .Header-navbar>ul>li.Header-solution .Header-drop {width: max(800px,13.6rem);margin-left: min(400px,-6.8rem);}
    .Header-menu {padding: 0 max(8px,0.16rem);}
    .Footer-logo {width: 190px;}
    .Footer-more{width: 202px;}
    .Footer-navbar {width: 75%;}
    .Footer-drop-menu>a{font-size: 12px;}
    .Header-product-wrap .item:nth-child(1){width: 420px;}
    .Header-product-wrap .item:nth-child(2){width: 320px;}
    .Header-product-wrap .item:nth-child(3){width: 128px;}
}
/* ------------------------平板端（开始改变头部底部）-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
    .indgy-list{width: 100%;}
    .indgy-list ul{margin: -14px 0 0 -20px;}
    .indgy-list li{width: calc(50% - 20px);margin: 20px 0 0 20px;flex: none;}
    .indgy-list li .ico{width: 60px;height: 60px;}
    .indgy-list li .title{margin-top: 8px;}
    
    
    .indBtn, .indBtn a::before, .indBtn a::after,.indBtn .indBtn-a::before,.indBtn .indBtn-a::after{border-radius: 18px;}
    .indBtn a ,.indBtn .indBtn-a{height: 36px;border-radius: 18px;padding: 0 20px;font-size: 13px;}
    .indBtn a i ,.indBtn .indBtn-a i{font-size: 17px;margin: -2px 0 0 9px;}
    .indBtn::after {left: -140%;}
    body.bodySearch .Header-navbar{visibility: visible;opacity: 1;}
    body.bodySearch .Header-lang {visibility: visible;opacity: 1;}
    .contain{width: 92%;}
    :root{--wid1600:92%;--wid1400:92%;--wid:92%;}
    .Container{margin-top: 60px;}
    .Header .contain{padding: 0;}
    .Header::after{opacity: 1;}
    .Header-logo, .Header-search-click, .Header-lang-menu,.Header-zixun{height: 60px;}
    .Header-logo{margin-left: 4%;width: 120px;}
    .Header-zixun{margin:0 20px 0 0;}
    .Header-zixun-btn{border: unset;width: auto;height: auto;background: transparent;}
    .Header-zixun-btn .title{display: none;}
    .Header-zixun-btn .icon{margin-right: 0;width: 18px;}
    .Header-zixun-btn .icon img{width: 100%;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-lang{margin-right: 14px;}
    .Header-lang-menu i{margin-right: 0;}
    .Header-lang-menu span{display: none;}
    .Header-lang.active .Header-lang-menu{color: #666;}
    .Header-lang-more:before{top: -7px;}
    .Header-search{margin-right: 12px;}
    .Header-search-click:hover{color: #666 !important;}
    .Header-search-item{display: none;width: 100%;line-height: normal;height: 45px;top: 60px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding: 0;background: #fff;}
    .Header-search-item .contain{padding-right: 0;}
    .Header-search-item input[type="text"]{width: 100%;height: 44px;padding: 0 50px 0 4%;border-bottom: none;}
    .Header-search-item.active input[type="text"]{animation: none;}
    .Header-search-item button{position: absolute;right: 0;top: 0;width: 44px;height: 46px;top: -1px;background: #008838;z-index: 2;color: #fff;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 60px);top: 60px;left: 0;padding: 20px 0;background: #fff;}
    .Header-navbar>ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch}
    .Header-navbar>ul>li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;}
    .Header-navbar.active>ul>li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 44px;padding: 0 4%;}
    .Header-arrow{display: block;width: 44px;height: 44px;line-height: 44px;transform: rotate(180deg);font-size: 15px;font-style: normal;color: #666;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;}
    .Header-arrow::after{content: "+"; font-family: "icon";}
    .Header-arrow.active{transform: rotate(0);}
    .Header-navbar>ul>li:hover .Header-menu{color: #666;}
    .Header-navbar>ul>li.active .Header-menu{color: #008838;}
    .Header-drop{display: none;position: relative;top: 0;left: 0;width: 100% !important;margin-left: 0 !important;overflow: hidden;padding: 8px 0;border-radius: 0;border: none;background: #f9f9f9;backdrop-filter: inherit;box-shadow: none;transform:none;transition: none;opacity: 1;visibility: visible;}
    .Header-drop-menu>a{justify-content: flex-start;padding: 4px 4%;font-size: 13px;}
    .Header-solution-imgs{display: none;}
    .Header-solution-data{width: 100%;padding: 16px 4%;background: #f9f9f9;}
    .Header-solution-data .lists .ul {margin-left: 0;}
    .Header-solution-data .lists .li {width: 100%;margin-left: 0;}
    .Header-solution-data .title {font-size: 14px;padding-bottom: 12px;margin-bottom: 8px;}
    .Header-solution-data .lists .li a {font-size: 13px;}
    .Header-solution-data .lists .li a::before{width: 4px;height: 4px;}
    .Header-product-wrap{width: 100%;padding: 16px 4%;background: #f9f9f9;}
    .Header-product-wrap .item{width: 100% !important;margin-top: 12px;}
    .Header-product-wrap .item:first-child{margin-top: 0;}
    .Header-product-data .lists .ul {margin-left: 0;}
    .Header-product-data .lists .li {width: 100%;margin-left: 0;}
    .Header-product-data .title {font-size: 14px;padding-bottom: 12px;margin-bottom: 8px;}
    .Header-product-data .lists .li a {font-size: 13px;}
    .Header-product-data .lists .li a::before{width: 4px;height: 4px;}
    .Footer .contain{padding: 0;width: 92%;}
    .Footer-more{width: 100%;text-align: center;}
    .Footer-logo{width: 100%;}
    .Footer-logo img{width: 180px;}
    .Footer-code{justify-content: center;}
    .Footer-navbar{width: 100%;display: none;}
    .Footer-navbar>ul>li{width: 100% !important;}
    .Footer-menu{height: 40px;align-items: center;position: relative;}
    .Footer-arrow{display: block;width: 44px;height: 40px;line-height: 40px;transform: rotate(180deg);font-size: 15px;font-style: normal;color: #666;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;}
    .Footer-arrow::after{content: "\e727";font-family: "icon";}
    .Footer-arrow.active{transform: rotate(0);}
    .Footer-drop{display: none;margin-top: 0;}
    .Footer-drop-menu>a{padding: 7px 0;width: 100%;}
    .Footer-friend{display: none;}
    .Footer-copyright .info.text{display: block;text-align: center;}
    .Footer-copyright .info.text p{display: inline;}
    .Footer-copyright .info.link{width: 100%;margin-top: 6px;justify-content: center;}
}
/* --------------------图片-iPad-调整---------------------- */
@media all and (min-width: 720px) and (max-width: 1100px){}

@media (max-width: 767px) {
	.Header-logo{width: 40px;}
	.Footer-logo img{width: 80px;}
}
