@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{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.1);}
.Header-contain{width: 90%;margin: 0 auto;position: relative}

.Header-logo{float: left;height: 124px;display: flex;align-items: center;position: relative;z-index: 999;transition: all .4s ease}
.Header-logo img{height: auto;}

.Header-lang{float: right;position: relative;z-index: 999;margin-left: 14px;}
.Header-lang-menu{display: flex;align-items: center;height: 124px;color: #777;transition: all .4s ease;}
.Header-lang-menu svg{width: 20px;}
.Header-lang-menu span{display: block;line-height: 22px;font-size: 14px;font-family: Arial;margin-left: 4px;}
.Header-lang.active .Header-lang-menu{color: #8bb549;}
/* 多个语言 */
.Header-lang-more{display: none;z-index: 9;width: 160px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top: 124px;left: 50%;margin-left: -80px;}
.Header-lang-more:before{content: "";display: block;width: 0px;height: 0px;border-style: solid;border-width: 0 8px 8px;border-color: transparent transparent #efefef transparent;position: absolute;top: -8px;left: 50%;margin: 0 0 0 -8px;}
.Header-lang-more a{display: block;font-size: 16px;color: #666;text-align: center;padding: 10px 0;}
.Header-lang-more a span{display: inline-block;}
.Header-lang-more a:hover {color: #fff;background: #8bb549;}
.Header-lang.active .Header-lang-more{display: block;animation: langInUp .4s ease-out;}
@keyframes langInUp{0% {transform: translateY(20px);opacity: 0.5;}100% {transform: translateY(0);opacity: 1;}}

.Header-search{float: right;}
.Header-search-click{width: 40px;height: 124px;cursor: pointer;background: url('../images/common/search.svg') no-repeat center /26px auto;position: relative;z-index: 999;}
.Header-search-click.active{background: url('../images/common/close.svg') no-repeat center/20px auto;}
.Header-search-item{display: none;position: absolute;width: 100%;height: 124px;line-height: 124px;top: 0;left: 0;background: #fff;z-index: 99;text-align: right;}
.Header-search-item .contain{padding-right: 148px;}
.Header-search-item.active{display: block;}
.Header-search-item input, .Header-search-item button{display: inline-block;vertical-align: middle;}
.Header-search-item input[type="text"]{width: 0px;height: 40px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);font-size: 16px;color: #747474;}
.Header-search-item.active input[type="text"]{animation: HeaderSearch 0.8s ease both;}
@keyframes HeaderSearch{0%{width: 0;}100%{width: 520px;}}
.Header-search-item button{width: 50px;height: 40px;background: url('../images/common/search.svg') no-repeat center /26px auto;cursor: pointer;margin-right: 0;}

.Header-navbar{float: right;margin-right: 50px;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{float: left;margin: 0 25px;position: relative;z-index: 9;}
.Header-navbar li:last-child{margin-right: 0;}
.Header-navbar li:first-child{margin-left: 0;}
.Header-menu{position: relative;height: 124px;display: flex;align-items: center;font-size: 18px;color: #666;transition: all .4s ease;}
.Header-menu::before{content: "";width: 100%;left: 0;opacity: 0;height: 4px;position: absolute;top: 0;background: #8bb549;transition: all .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #8bb549}
.Header-navbar li.active .Header-menu{font-weight: bold}
.Header-navbar li.active .Header-menu::before{opacity: 1;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: rgba(147,189,81,.95);top: 124px;left: 50%;width: 200px;margin-left: -100px}
.Header-drop a{display: block;width: 100%;height: 54px;line-height: 54px;font-size: 16px;color: #fff;text-align: center;transition: all .4s ease;}
.Header-drop a.active, .Header-drop a:hover{background: #8bb549;color: #fff;}
.Header-drop a:hover{background: #fff;color: #8bb549;font-weight: bold}

.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: #777;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #777;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{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.active span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.active span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@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);}
}
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-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);}
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent;}
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}

/* Header-icon */
.Header-icon{height:124px;display:flex;align-items:center;justify-content:center;float:right;transition: all .4s ease}
.Header-icon a{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#93bd51}
.Header-icon:hover .Header-core{opacity: 1;transform: translateY(0);visibility: visible}

/* 底部 */
.Footer-wrapper{width:100%;background:#f6f6f6;position:relative;z-index:9}
.Footer-items{width:100%;padding:50px 0 60px}
.Footer-info{width:16%;float: left}
.Footer-info img{max-width: 100%}
.Footer-info h6{font-size:16px;color:#555;margin-top:16px;line-height:1}
.Footer-info p{font-size:18px;color:#888;margin-top:10px;font-family:Arial;line-height:1}
.Footer-navbar{width:70%;overflow:hidden;user-select:none;float: right}
.Footer-navbar ul{display:flex;justify-content:space-between;margin-right:50px}
.Footer-navbar li{max-width:16.667%;width:auto}
.Footer-menu{font-size:18px;color:#555;font-weight:700;display:block}
.Footer-drop{width:100%;margin-top:12px}
body.PC .Footer-drop{display:block!important}
.Footer-drop a{display:block;font-size:15px;color:#969da6;line-height:1;padding:7px 0;transition:all .4s ease}
.Footer-drop a:hover{color:#81ae39}
.Footer-copyright{width:100%}
.Footer-copyright .contain{border-top:1px solid #e0e0e0;padding:34px 0}
.Footer-copyright h6,.Footer-copyright p{color:#888;line-height:18px}
.Footer-copyright h6{font-size:15px;float:left}
.Footer-copyright p{font-size:15px;float:right}
.Footer-code{float: right}
.Footer-code .qr-code{width:106px;height:106px;background:#fff;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.Footer-code .qr-code img{width: 100%;height: 100%;object-fit: cover}
.FooterCode{width:100%;font-size:0;margin-top:32px}
.FooterCode a{display:inline-block;vertical-align:middle;position:relative}
.FooterCode a{width:32px;text-align:center;margin:0 5px}
.FooterCode a>img{width:22px}
.FooterCode-img{display:none;width:152px;height:152px;padding:6px;position:absolute;bottom:36px;left:50%;margin-left:-76px;background:#fff;border-radius:4px}
.FooterCode-img::after{content:"";display:block;width:0;height:0;border:8px solid transparent;border-top-color:#fff;position:absolute;bottom:-16px;left:50%;margin-left:-8px}
.FooterCode-img img{width:100%;height:100%;object-fit:cover}
.FooterCode a:hover .FooterCode-img{display:block;animation:FooterCode .6s ease-in-out both}
@keyframes FooterCode{0%{transform:translateY(-14px)}100%{transform:translateY(0)}}
/* 置顶 */
.backTop {display: none;right: 40px;bottom: 60px;width: 44px;height: 44px;position: fixed;cursor: pointer;z-index: 9999; background: #8bb549 url('../images/common/top.svg') no-repeat center/22px auto;}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top: 124px}
.contain{margin: 0 auto;width: 1500px}
.contain-1400{width: 1400px;margin:0 auto}

/* Header-core */
.Header-core-main{background:rgba(147,189,81,.93);display:flex;padding:34px;border-radius:10px;overflow:hidden;align-items:center}
.Header-core{position:absolute;width:560px;height:276px;top:100px;right:-6px;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .4s ease;z-index:9999999}
.Header-core-main:after{content:"";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid rgba(147,189,81,.93);position:absolute;right:75px;top:-10px}
.Header-core-l{width:56%;height:205px;padding:7px;background:#fff}
.Header-core-l img{width:100%;height:100%;object-fit:cover}
.Header-core ul{width:44%;color:#fff;padding-left:50px}
.Header-core li{font-size:18px;position:relative;padding-left:16px;line-height:1}
.Header-core li:after{content:'';width:6px;height:6px;position:absolute;border-radius:50%;left:0;background:#fff;top:7px}
.Header-core li+li{margin-top:30px}



/* Header-sm */
.sm .Header-logo,.sm .Header-menu,.sm .Header-icon, .sm .Header-lang-menu{height: 80px}
.sm .Header-drop,.sm .Header-core{top: 80px}







/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain,.contain-1400{width: 1200px;}
    .backTop {right: 30px;bottom: 40px;}
    .Footer-info{width: 20%}
    .Footer-drop a{font-size: 14px}
    .Footer-info h6{font-size: 15px;margin-top: 10px}
    .Footer-copyright .contain{padding: 20px 0}
    .Header-menu{font-size: 16px}
    .Footer-navbar{width:66%}
    .Footer-navbar li{max-width:unset}
    .Footer-navbar ul{margin-right:30px}
}

@media all and (max-width:1439px) {
    /* 1360 */
    .Header-navbar li {margin: 0 18px;}
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain,.contain-1400{width: 960px;}
    .Header-navbar li{margin: 0 10px}
    .Footer-items .contain{display: flex;flex-wrap: wrap;justify-content: center}
    .Footer-navbar{width: 100%;margin-top: 40px}
    .Footer-info{width: 30%}
    .Header-navbar {margin-right: 30px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
    .Header-contain {width: 92%;}
    .Header-menu {font-size: 14px;}
    .Header-navbar {margin-right: 20px;}
    .Header-navbar li {margin: 0 8px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .contain,.contain-1400{width: 92%;}
    .Container-wrapper{margin-top: 60px;}
    .Header-wrapper .contain{width: 100%;}
    .Header-wrapper::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;}
    .Header-logo, .Header-search-click, .Header-lang-menu{height: 60px;}
    .Header-logo{margin-left: 4%;}
    .Header-logo img{max-height: 44px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-lang{margin: 0 12px 0 4px;}
    .Header-lang-more{width: 120px;margin-left: -60px;top: 60px;}
    .Header-lang-more a{padding: 6px 0;}
    .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 li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;}
    .Header-navbar.active li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 44px;padding: 0 4%;font-size: 16px;}
    .Header-menu::before{display: none;}
    .Header-arrow{display: block;width: 44px;height: 44px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/common/arrD.svg') no-repeat center /18px auto;}
    .Header-arrow.active{transform: rotate(180deg);}
    .Header-navbar li:hover .Header-menu{color: #747474;}
    .Header-navbar li.active .Header-menu{color: #8bb549;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;}
    .Header-drop a {height: 34px;line-height: 34px;text-align: left;padding: 0 4%;}
    .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;}
    .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: #8bb549 url('../images/common/searchW.svg') no-repeat center /26px auto !important;z-index: 2;}
    .Header-search-click.active {background-image: url('../images/common/close.svg') !important;}
    .Header-search-click {background-image: url('../images/common/search.svg') !important;}
    .Header-icon{height: 60px;margin-right: 8px}
    .Header-icon a{width: 32px;height: 32px}
    .Header-icon a img{width: 20px}
    .Header-core{top: 60px;right: 57px}
    .Header-core-main{padding: 20px}
    .Header-core ul{padding-left: 30px}
    .Header-core li{font-size: 16px;padding-left: 14px}
    .Header-core li:after{top: 5px}
    .Header-contain{width: 100%}
    .Footer-info{width: 40%}

    .Footer-items{padding: 32px 0 36px;}
    .Footer-navbar ul{flex-wrap:wrap}
    .Footer-items .contain {width: 100%;}
    .Footer-navbar{width: 100%;margin-top: 20px}
    .Footer-navbar li{width: 100% !important;}
    .Footer-menu {height: 40px;line-height: 40px;padding: 0 4%;position: relative;font-size: 16px}
    .Footer-menu::after{content: "";width: 44px;height: 40px;position: absolute;z-index: 9;right: 4%;top: 0;background: url('../images/common/arrD.svg') no-repeat center /18px auto;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop a{padding: 7px 4%;}
    .Footer-drop{display: none;margin-top: 0;}
    .FooterCode {text-align: center;margin-top: 28px;}
    .Footer-copyright .contain{padding: 15px 0}
    .Footer-copyright p,.Footer-copyright h6{font-size: 14px}
    .Footer-code .qr-code{width: 90px;height: 90px}
    .Footer-info img{max-width: 150px}
    .Footer-info h6{font-size: 14px}
    .Footer-info p{font-size: 16px}

}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .backTop {right: 8px;bottom: 20px;width: 40px;height: 40px;background-size: 20px auto;}
    .Footer-info{width: 65%}
    .Footer-copyright p,.Footer-copyright h6{width: 100%;text-align: center}
    .Footer-copyright p{margin-top: 8px}
    .Header-core{width: 92%;right: 4%;height: auto}
    .Header-core-l{height: 120px}
    .Header-core li{font-size: 14px}
    .Header-core li+li{margin-top: 20px}
    .Header-core ul{padding-left: 20px}
    .Header-core-main:after{right: 98px}
}