@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-wrapper .contain{width: calc(100% - 240px);}
.Header-logo{float: left;width: 166px;height: 88px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{max-width: 100%;}

.Header-login{display: flex;justify-content: space-between;align-items: center;height: 88px;position: relative;z-index: 999;float: right;}
.Header-login a{font-size: 15px;color: #0e305e;font-weight: 700;width: 72px;margin-left: 4px;transition: all .4s ease;height: 42px;border-radius: 21px;border: 2px solid #0e305e;display: flex;align-items: center;justify-content: center;}
.Header-login a:first-child{margin-left: 0;border: none;}
.Header-login a:hover{color: #125e32;}
.Header-login a:last-child{border-color: #125e32;}

.Header-lang{float: right;margin-right: 12px;position: relative;z-index: 999;}
.Header-lang-menu{display: flex;align-items: center;height: 88px;}
.Header-lang-menu span{display: block;padding-left: 26px;background: url('../images/common/lang.svg') no-repeat left center /22px auto;line-height: 22px;font-size: 15px;color: #0e305e;font-weight: 700;transition: all .4s ease;}
.Header-lang.active .Header-lang-menu span{color: #125e32;background-image: url('../images/common/langH.svg');}
/* 多个语言 */
.Header-lang-more{display: none;z-index: 9;width: 140px;box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top: 88px;left: 50%;margin-left: -70px;}
.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: flex;font-size: 15px;color: #0e305e;font-weight: 700;align-items: center;justify-content: center;height: 42px;transition: all .4s ease;}
.Header-lang-more a span{display: inline-block;}
.Header-lang-more a:hover {color: #fff;background: #125e32;}
.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-navbar{position: absolute;width: 100%;text-align: center;left: 0;top: 0;}
.Header-navbar ul{display: inline-block;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{float: left;margin: 0 16px;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: 88px;display: flex;align-items: center;font-size: 15px;color: #0e305e;font-weight: 700;padding: 0 20px;transition: color .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #125e32;}

.Header-arrow{display: block;width: 14px;height: 16px;position: absolute;z-index: 9;cursor: pointer;right: 0;top: 50%;margin-top: -7px;background: url('../images/common/arrDC.svg') no-repeat center /100% auto;}
.Header-arrow.active{transform: rotate(180deg);}
.Header-drop{display: none;position: absolute;background: #fff;box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);top: 88px;left: 50%;width: 248px;margin-left: -108px;}
.Header-drop a{display: flex;width: 100%;height: 46px;align-items: center;justify-content: center;font-size: 15px;color: #0e305e;font-weight: 700;transition: all .4s ease;}
.Header-drop a.active, .Header-drop a:hover{background: #125e32;color: #fff;}

.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: #0e305e;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #0e305e;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);}
}

/* 底部 */
.Footer-wrapper{width: 100%;background: #16273f;position: relative;z-index: 9;}
.Footer-items{width: 100%;padding: 60px 0 40px;}
.Footer-items .contain{display: flex;flex-wrap: wrap;justify-content: space-between;}
.Footer-other{width: 300px;}
.Footer-other-logo{width: 100%;}
.Footer-other-logo img{width: 166px;}
/* .Footer-other-contact{width: 100%;margin-top: 36px;} */
.Footer-other-contact a{display: flex;width: 112px;height: 46px;border-radius: 21px;font-size: 15px;background: #fff;color: #125e32;transition: all .4s ease;font-weight: 700;align-items: center;justify-content: center;}
.Footer-other-contact a:hover{background: #125e32;color: #fff;}
.Footer-other-address{width: 100%;margin-top: 6px;font-size: 15px;line-height: 24px;color: #99aabe;}
.FooterCode{width: 100%;margin-top: 26px;display: flex;}
.FooterCode a{width: 36px;height: 36px;border-radius: 50%;background: #233956;position: relative;margin-right: 12px;display: flex;align-items: center;justify-content: center;transition: all .4s ease;}
.FooterCode a:last-child{margin-right: 0;}
.FooterCode a>img{max-height: 18px;max-width: 18px;}
.FooterCode a:hover{background-color: #125e32;}
.FooterCode-img{display: none;width: 136px;height: 136px;padding: 6px;position: absolute;bottom: 46px;left: 50%;margin-left: -68px;background: #fff;border-radius: 4px;}
.FooterCode-img::after{content: "";display: block;width: 0px;height: 0px;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(-12px);}100%{transform: translateY(0);}}
.Footer-navbar{width: 720px;overflow: hidden;user-select: none;}
.Footer-navbar ul{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 24px;}
.Footer-navbar li{width: auto;}
.Footer-menu{font-size: 18px;color: #fff;display: block;transition: all .4s ease;}
.Footer-menu:hover{color: #125e32;}
.Footer-drop{width: 100%;margin-top: 12px;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 14px;color: #99aabe;line-height: 1;padding: 6px 0;transition: all .4s ease;}
.Footer-drop a:hover{color: #fff;}
.Footer-other-contact{width: 100%;margin-top: 6px;font-size: 16px;line-height: 24px;color: #99aabe;}
.Footer-copyright{width: 100%;border-top: 1px solid #223249;padding: 36px 0 40px;}
.Footer-copyright .contain{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.Footer-copyright-info{width: auto;display: flex;flex-wrap: wrap;justify-content: flex-start;}
.Footer-copyright-info span, .Footer-copyright-info a{transition: all .4s ease;font-size: 13px;color: #99aabe;line-height: 20px;}
.Footer-copyright-info a:hover{color: #fff;}
.Footer-copyright-info .text{display: flex;}
.Footer-copyright-info .text span{margin-right: 10px;}
.Footer-copyright-info .text span:last-child{margin-right: 0;}
.Footer-copyright-info .link{margin-left: 48px;display: flex;}
.Footer-copyright-info .link a{margin-right: 26px;}
.Footer-copyright-info .link a:last-child{margin-right: 0;}
.Footer-lang{position: relative;z-index: 999;}
.Footer-lang-menu{display: flex;align-items: center;height: 40px;}
.Footer-lang-menu span{display: block;padding-left: 26px;padding-right: 18px;background: url('../images/common/langG.svg') no-repeat left center /20px auto;line-height: 22px;font-size: 14px;color: #99aabe;font-weight: 700;transition: all .4s ease;}
.Footer-lang-menu span::after{content: "";position: absolute;width: 12px;height: 12px;top: 50%;margin-top: -6px;right: 0;background: url('../images/common/arrDCG.svg') no-repeat center/100% auto;}
.Footer-lang:hover .Footer-lang-menu span{color: #fff;background-image: url('../images/common/langW.svg');}
.Footer-lang:hover .Footer-lang-menu span::after{background-image: url('../images/common/arrDCW.svg');transform: rotate(180deg);}
/* 多个语言 */
.Footer-lang-more{display: none;z-index: 9;width: 110px;background: #fff;position: absolute;bottom: 40px;left: 50%;margin-left: -55px;}
.Footer-lang-more:before{content: "";border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #fff;width: 0;height: 0;position: absolute;bottom: -6px;left: 50%;margin-left: -6px;}
.Footer-lang-more a{display: flex;font-size: 14px;color: #0e305e;align-items: center;justify-content: center;height: 38px;transition: all .4s ease;}
.Footer-lang-more a span{display: inline-block;}
.Footer-lang-more a:hover {color: #fff;background: #125e32;}
.Footer-lang:hover .Footer-lang-more{display: block;animation: langInDown .4s ease-out;}
@keyframes langInDown{0% {transform: translateY(-12px);opacity: 0.5;}100% {transform: translateY(0);opacity: 1;}}

/* 置顶 */
/* .backTop {display: none;right: 40px;bottom: 60px;width: 44px;height: 44px;border-radius: 4px;position: fixed;cursor: pointer;z-index: 9999; background: #125e32 url('../images/common/top.svg') no-repeat center/22px auto;}
@media all and (max-width:1599px) {.backTop {right: 30px;bottom: 40px;}}
@media all and (max-width:640px) {.backTop {right: 8px;bottom: 20px;width: 40px;height: 40px;background-size: 20px auto;}} */

/* 悬浮右侧 */
.Suspend{display: none;position: fixed;z-index: 999991;top: 50%;margin-top: -132px;right: 2px;user-select: none;}
.backTop{width: 56px;height: 56px;margin-top: 12px;line-height: 1;font-size: 20px;color: #888;border-radius: 50%;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);background: #125e32 url('../images/common/top.svg') no-repeat center/22px auto;;display: flex;align-items: center;justify-content: center;cursor: pointer;transition: background .4s, color .4s;}
/* .backTop i{font-size: inherit;}
.backTop:hover{background: #125e32;color: #fff;} */
.Suspend-top{width: 56px;border-radius: 56px;background: #fff;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);}
.Suspend-scheme{width: 100%;display: block;padding-top: 4px;position: relative;}
.Suspend-scheme::after{display: none; content: "";position: absolute;width: calc(100% - 14px);left: 0;right: 0;margin: 0 auto;bottom: 0;background: #f0f0f0;height: 1px;}
.Suspend-scheme .ico{cursor: pointer;width: 48px;height: 48px;margin: 0 auto;position: relative;}
.Suspend-scheme .ico p{width: 48px;height: 48px;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: #125e32;position: relative;z-index: 10;}
.Suspend-scheme .ico p img{width: 22px;}
.Suspend-scheme .ico::before, .Suspend-scheme .ico::after{content: '';position: absolute;left: 50%;top: 50%;width: 100%;height: 100%;border-radius: 100%;background-color: rgba(18, 94, 50, 0.4);transform: translate(-50%, -50%) scale(1);opacity: 1;}
.Suspend-scheme .ico::before{animation: SuspendRun 2s infinite linear 1s;}
.Suspend-scheme .ico::after{animation: SuspendRun 2s infinite linear;}
@keyframes SuspendRun {form{transform: translate(-50%, -50%) scale(1);opacity: 1;}to{transform: translate(-50%, -50%) scale(1.5);opacity: 0;}}
.Suspend-scheme .title{width: 100%;font-size: 13px;color: #666;text-align: center;padding: 12px 4px 10px;line-height: 18px;transition: color .4s ease;}
.Suspend-scheme:hover .title{color: #125e32;}
.Suspend-consult{width: 100%;position: relative;}
.Suspend-consult-menu{width: 100%;padding: 18px 0;text-align: center;cursor: pointer;}
.Suspend-consult-menu i{font-size: 22px;color: #125e32;line-height: 1;}
.Suspend-consult-menu p{font-size: 14px;color: #666;line-height: 18px;margin-top: 6px;transition: color .4s ease;}
.Suspend-consult:hover .Suspend-consult-menu p{color: #125e32;}
.Suspend-consult-code{opacity: 0;visibility: hidden;pointer-events: none;transform: translateX(24px);transition: all .8s ease;width: 190px;position: absolute;right: 100%;top: 50%;padding-right: 10px;margin-top: -120px;z-index: -1;}
.Suspend-consult-code-wrap{width: 100%;height: 248px;padding-top: 30px;border-radius: 14px;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);background: linear-gradient(to bottom,#ffa5a1,#fff 30%);position: relative;}
.Suspend-consult-code-wrap::before{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;border: 2px solid #fff;border-radius: 14px;}
.Suspend-consult-code-wrap::after{content: "";position: absolute;right: -6px;top: 50%;margin-top: -8px;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-left: 6px solid #fff;width: 0;height: 0;}
.Suspend-consult-code .close{display: none;position: absolute;z-index: 5;width: 16px;height: 16px;line-height: 1;right: 14px;top: 12px;font-size: 12px;color: #fff;align-items: center;justify-content: center;cursor: pointer;}
.Suspend-consult-code .close i{font-size: inherit;}
.Suspend-consult-code .hint{position: relative;z-index: 4;font-size: 14px;color: #666;text-align: center;}
.Suspend-consult-code .code{position: relative;z-index: 4;width: 100px;height: 100px;border: 2px solid #125e32;margin: 12px auto 0;border-radius: 10px;overflow: hidden;}
.Suspend-consult-code .code img{width: 100%;height: 100%;}
.Suspend-consult-code .tel{position: relative;z-index: 4;font-size: 14px;color: #666;text-align: center;margin-top: 14px;}
.Suspend-consult-code .phone{position: relative;z-index: 4;font-family:'fmontR';text-align: center;margin-top: 4px;}
.Suspend-consult-code .phone a{font-size: 18px;color: #333;line-height: 1;transition: color .4s ease;}
.Suspend-consult-code .phone a:hover{color: #125e32;}
/* .Suspend-consult-code .btn{position: relative;z-index: 4;width: 128px;height: 42px;line-height: 1;border-radius: 21px;display: flex;align-items: center;justify-content: center;background: #125e32;color: #fff;margin: 12px auto 0;}
.Suspend-consult-code .btn i{font-size: 22px;margin-right: 6px;transition: transform .4s ease;}
.Suspend-consult-code .btn span{font-size: 14px;}
.Suspend-consult-code .btn:hover i{animation: SuspendIcon .8s ease-in-out both;} */
@keyframes SuspendIcon{0%{transform: scale(1);}30%{transform: scale(.8);}50%{transform: scale(1);}70%{transform: scale(.9);}100%{transform: scale(1);}}
.Suspend.on .Suspend-consult-code{opacity: 1;visibility: visible;pointer-events: auto;transform: translateX(0);}
.Suspend.on .Suspend-consult-code .close{display: flex;}
.Suspend.active .Suspend-consult-code{opacity: 1;visibility: visible;pointer-events: auto;transform: translateX(0);}


/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top: 88px;}
.contain{width: 1280px;margin: 0 auto;}

.Subscription-wrapper{width: 100%;height: 230px;overflow: hidden;position: relative;display: flex;align-items: center;}
.Subscription-img{width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;}
.Subscription-wrapper .contain{position: relative;z-index: 4;justify-content: space-between;align-items: center;}
.Subscription-info{color: #fff;font-weight: 700;}
.Subscription-info p{position: relative;padding: 0 14px 0 24px;}
.Subscription-info p::before{content: "";position: absolute;width: 10px;height: 10px;border-radius: 50%;background: #fff;left: 0;top: 50%;margin-top: -5px;}
.Subscription-from{width: auto;align-items: center;}
.Subscription-select{color: #fff;user-select: none;}
.Subscription-select p{position: relative;margin-left: 22px;padding-left: 20px;cursor: pointer;}
.Subscription-select p:first-child{margin-left: 0;}
.Subscription-select p::before,.Subscription-select p::after{position: absolute;top: 50%;content: "";transition: all .4s ease;border-radius: 50%;}
.Subscription-select p::before{width: 10px;height: 10px;margin-top: -5px;border: 1px solid #fff;left: 0;}
.Subscription-select p::after{width: 4px;height: 4px;margin-top: -2px;left: 3px;background: #fff;opacity: 0;}
.Subscription-select p.active::after{opacity: 1;}
.Subscription-input{margin-left: 28px;position: relative;width: 266px;}
.Subscription-input input{width: 100%;height: 42px;border-radius: 21px;border: 2px solid #fff;background: transparent;font-size: 15px;font-weight: 700;color: #fff;padding: 0 114px 0 14px;}
.Subscription-input button{width: 104px;height: 42px;border-radius: 21px;background: #fff;cursor: pointer;position: absolute;right: 0;top: 0;transition: all .4s ease;font-size: 15px;font-weight: 700;color: #125e32;}
.Subscription-other{width: 100%;text-align: center;color: #fff;}
.Subscription-other .name{font-weight: 700;line-height: 1.1;}
.Subscription-other .text{line-height: 1.1;margin: 12px 0 16px;}
.Subscription-other .link{width: 100%;}
.Subscription-other .link a{display: flex;padding-bottom: 1px;align-items: center;justify-content: center;width: 124px;height: 42px;border: 2px solid #fff;margin: 0 auto;border-radius: 21px;transition: all .4s ease;}
.Subscription-other .link a:hover{background: #fff;color: #125e32;}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain{width: 1080px;}
    .Header-wrapper .contain {width: calc(100% - 140px);}
    .Header-navbar li {margin: 0 14px;}
    .Footer-navbar {width: 640px;}
    .Footer-items {padding: 80px 0 70px;}
    .Footer-copyright {padding: 30px 0 36px;}
    .Subscription-wrapper {height: 180px;}
    .Subscription-info{font-size: 22px;}
    .Subscription-info p::before {width: 8px;height: 8px;margin-top: -4px;}
    .Subscription-select p {margin-left: 16px;}
    .Subscription-info p {padding: 0 12px 0 20px;}
    .Subscription-other .text {margin: 10px 0 14px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain{width: 880px;}
    .Header-wrapper .contain {width: 92%;}
    .Header-navbar li {margin: 0 6px;}
    .Header-navbar li a{padding: 0 12px;}
    .Header-login a {width: 60px;height: 34px;border-radius: 17px;}
    /* .Footer-other-contact {margin-top: 26px;} */
    .Footer-other-address {margin-top: 6px;}
    .Footer-other-contact a {width: 104px;height: 38px;border-radius: 19px;}
    .Footer-items {padding: 68px 0 60px;}
    .Footer-navbar {width: 560px;}
    .Footer-copyright {padding: 24px 0 28px;}
    .Footer-copyright-info .link {margin-left: 24px;}
    .Footer-copyright-info .link a {margin-right: 12px;}
    .Subscription-info, .Subscription-from{width: 100%;justify-content: center;}
    .Subscription-from{margin-top: 16px;}
    .Subscription-info p:first-child{padding-left: 0;}
    .Subscription-info p:first-child:before{display: none;}
}

@media all and (max-width:1151px) {
    /* 1024 */
    .Header-navbar li {margin: 0;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .contain{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-lang-menu, .Header-login{height: 60px;}
    .Header-login a{width: auto;height: auto;border-radius: 0;border: none;margin-left: 8px;}
    .Header-logo{margin-left: 4%;width: 130px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-lang, .Header-login{margin-right: 12px;}
    .Header-lang-more{width: 120px;margin-left: -60px;top: 60px;}
    .Header-lang-more a{height: 36px;}
    .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%;}
    .Header-arrow{width: 44px;height: 44px;background-image: url('../images/common/arrD.svg');background-size: 18px auto;top: 0;margin-top: 0;}
    .Header-navbar li:hover .Header-menu{color: #0e305e;}
    .Header-navbar li.active .Header-menu{color: #125e32;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;box-shadow: none;background: #f7f7f7;}
    .Header-drop a {height: 36px;line-height: 36px;justify-content: flex-start;padding: 0 4%;}

    .Suspend .backTop{display: none !important;}

    .Footer-items{padding: 36px 0 28px;}
    .Footer-items .contain {width: 100%;}
    .Footer-other{width: 100%;text-align: center;}
    .Footer-other-contact a {width: 96px;height: 32px;border-radius: 16px;margin: 0 auto;}
    .Footer-other-contact {padding: 0 4%;}
    .Footer-other-address {margin-top: 6px;}
    .FooterCode {justify-content: center;margin-top: 16px;}
    .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{display: none; content: "";width: 44px;height: 40px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/common/arrDW.svg') no-repeat center /18px auto;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop a{padding: 6px 4%;}
    .Footer-drop{display: none;margin-top: 0;}
    .Footer-copyright {padding: 20px 0 24px;}
    .Footer-lang{display: none;}
    .Footer-copyright-info .text{flex-wrap: wrap;width: 100%;}
    .Footer-copyright-info .text span{display: block;text-align: center;margin: 0;width: 100%;}
    .Footer-copyright-info .link{margin: 8px 0 0;width: 100%;justify-content: center;}

}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .Subscription-wrapper {height: 160px;}
    .Subscription-info {font-size: 14px;}
    .Subscription-info p::before {width: 4px;height: 4px;margin-top: -2px;}
    .Subscription-info p {padding: 0 6px 0 10px;}
    .Subscription-input {width: 270px;margin: 10px auto 0;}
    .Subscription-input button {width: 100px;height: 36px;border-radius: 18px;}
    .Subscription-input input {height: 36px;border-radius: 18px;padding: 0 112px 0 12px;}
    .Subscription-from {margin-top: 10px;}
    .Subscription-other .text {font-size: 13px;}
    .Subscription-other .link a {width: 114px;height: 38px;border-radius: 19px;}
}