@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
/**大事件
html{filter: grayscale(100%);-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);}
**/
.Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: transparent;user-select: none;transition: all .4s ease;}

.Header-wrapper .contain{width: 100%;padding: 0 100px;}

.Header-logo{float: left;height: 100px;display: flex;align-items: center;position: relative;z-index: 999;width: 160px;transition: height .4s ease;}
.Header-logo img{height: auto;max-width: 100%;position: absolute;transition: all .4s ease;}
.Header-logo img.s{opacity: 1;}
.Header-logo img.h{opacity: 0;}

.Header-lang{float: right;position: relative;z-index: 999;}
.Header-lang-menu{display: flex;align-items: center;height: 100px;transition: height .4s ease;}
.Header-lang-menu span{display: block;padding-right: 20px;background: url('../images/common/arrD.svg') no-repeat right center /12px auto;line-height: 22px;font-size: 16px;color: #363636;}
.Header-lang.active .Header-lang-menu span{color: #2470bc;background-image: url('../images/common/arrU.svg');}
/* 多个语言 */
.Header-lang-more{display: none;z-index: 9;width: 140px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;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: 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: #2470bc;}
.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-line{width: 1px;height: 100px;display: block;float: right;position: relative;margin: 0 40px 0 32px;position: relative;z-index: 999;transition: height .4s ease;}
.Header-line::after{height: 20px;width: 1px;content: "";position: absolute;left: 0;top: 50%;margin-top: -10px;background: #afafaf;}

.Header-search{float: right;}
.Header-search-click{width: 40px;height: 100px;cursor: pointer;background: url('../images/common/search.svg') no-repeat center /26px auto;position: relative;z-index: 999;transition: height .4s ease;}
.Header-search-click.active{background: url('../images/common/close.svg') no-repeat center/18px auto !important;}
.Header-search-item{display: none;position: absolute;width: 100%;height: 100px;align-items: center;transition: height .4s ease;top: 0;left: 0;background: #fff;z-index: 99;text-align: right;}
.Header-search-item .contain{padding: 0 294px 0 0 !important;}
.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: 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{width: auto;text-align: center;font-size: 0;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar ul{display: inline-block;margin-right: 160px;}
.Header-navbar li{display: inline-block;}
.Header-menu{position: relative;padding: 0 32px;height: 100px;display: flex;align-items: center;font-size: 17px;font-weight: 500;color: #363636;transition: all .4s ease;}
.Header-navbar li:first-child .Header-menu{padding-left: 0;}
.Header-navbar li:last-child .Header-menu{padding-right: 0;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #2470bc;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;border-top: 1px solid #ebe8e8;background: #f6f6f6;left: 0;width: 100%;font-size: 0;padding: 30px 0;}
.Header-drop a{display: inline-block;margin: 0 18px;vertical-align: middle;font-size: 14px;color: #636363;transition: color .4s ease;font-weight: 500;}
.Header-drop a.active, .Header-drop a:hover{color: #2470bc;}
.Header-drop a:first-child{margin-left: 0;}
.Header-drop a:last-child{margin-right: 0;}
.Header-drop.Header-product a{margin: 0;padding: 0 56px;position: relative;height: 72px;line-height: 72px;}
.Header-drop.Header-product a::after{content: "";position: absolute;width: 1px;height: 100%;background: #e0e0e0;top: 0;right: 0;}
.Header-drop.Header-product a:last-child::after{display: none;}
.Header-drop.Header-product a img{max-height: 100%;}

/* ----- */
body.whiteHeader .Header-logo img.s{opacity: 0;}
body.whiteHeader .Header-logo img.h{opacity: 1;}
body.whiteHeader .Header-menu{color: #fff;}
body.whiteHeader .Header-search-click{background-image: url('../images/common/searchW.svg');}
body.whiteHeader .Header-line::after {background: rgba(255, 255, 255, 0.4);}
body.whiteHeader .Header-lang-menu span{color: #fff;background-image: url('../images/common/arrDW.svg');}
/* ----- */
body.Mouse .Header-wrapper{background: #fff;box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);}
body.Mouse .Header-logo img.s{opacity: 1;}
body.Mouse .Header-logo img.h{opacity: 0;}
body.Mouse .Header-menu{color: #363636;}
body.Mouse .Header-search-click{background-image: url('../images/common/search.svg');}
body.Mouse .Header-line::after{background: #afafaf;}
body.Mouse .Header-lang-menu span{color: #363636;background-image: url('../images/common/arrD.svg');}
/* ----- */
body.onSearch .Header-wrapper{background: #fff;box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);}
body.onSearch .Header-logo img.s{opacity: 1;}
body.onSearch .Header-logo img.h{opacity: 0;}
body.onSearch .Header-search-click{background-image: url('../images/common/search.svg');}
body.onSearch .Header-line::after{background: #afafaf;}
body.onSearch .Header-lang-menu span{color: #363636;background-image: url('../images/common/arrD.svg');}
/* ----- */
body.noLucency .Header-wrapper{background: #fff;box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);}
body.noLucency .Header-logo img.s{opacity: 1;}
body.noLucency .Header-logo img.h{opacity: 0;}
body.noLucency .Header-menu{color: #363636;}
body.noLucency .Header-search-click{background-image: url('../images/common/search.svg');}
body.noLucency .Header-line::after{background: #afafaf;}
body.noLucency .Header-lang-menu span{color: #363636;background-image: url('../images/common/arrD.svg');}
/* ----- */
body.noLucency .Header-logo, body.noLucency .Header-menu, body.noLucency .Header-line, body.noLucency .Header-search-click,
body.noLucency .Header-lang-menu, body.noLucency .Header-search-item{height: 80px;}
/* ----- */
body.mustHeader .Header-wrapper{background: #fff;box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);}
body.mustHeader .Container-wrapper{margin-top: 100px;}
/* ----- */

.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: #636363;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #636363;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: #f3f6f9;position: relative;z-index: 9;padding: 32px 0 62px;}
.Footer-items{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 28px;padding: 36px 0 44px;border-top: 1px solid #e5e7eb;align-items: center;}
.Footer-navbar{width: 701px;overflow: hidden;user-select: none;}
.Footer-navbar ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.Footer-navbar li{width: auto;}
.Footer-menu{font-size: 18px;color: #636467;display: block;line-height: 1;}
.Footer-drop{width: 100%;margin-top: 28px;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 15px;color: #85878f;line-height: 1;padding: 10px 0;transition: all .4s ease;}
.Footer-drop a:hover{color: #2470bc;}
.Footer-logo{width: 160px;margin-right: 100px;}
.Footer-logo img{width: 100%;object-fit: cover;}
.Footer-copyright{width: 100%;font-size: 0;position: relative;}
.Footer-copyright p{width: 100%;}
.Footer-copyright p span{display: inline-block;vertical-align: middle;font-size: 13px;color: #85878f;line-height: 18px;position: relative;transition: all .4s ease;}
.Footer-copyright p span{margin-right: 17px;}
.Footer-copyright p span:last-child{margin-right: 0;}

.FooterCode{width: 100%;font-size: 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.FooterCode-link a{display: inline-block;padding: 0 12px;vertical-align: middle;font-size: 13px;color: #85878f;height: 26px;line-height: 26px;position: relative;transition: all .4s ease;}
.FooterCode-link a:first-child{padding-left: 0;}
.FooterCode-link a:last-child{padding-right: 0;}
.FooterCode-link a:first-child::after{content: "";position: absolute;width: 3px;height: 3px;border-radius: 50%;background: #85878f;right: -1px;top: 50%;margin-top: -1px;}
.FooterCode-link a:hover{color: #2470bc;}
.FooterCode-info a, .FooterCode-info span{display: inline-block;vertical-align: middle;position: relative;}
.FooterCode-info span{font-size: 15px;color: #85878f;margin-right: 12px;height: 26px;line-height: 26px;}
.FooterCode-info a{width: 32px;text-align: center;margin: 0 5px;}
.FooterCode-info a>img{width: 26px;}
.FooterCode-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 40px;left: 50%;margin-left: -76px;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-info 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 !important;border-radius: 6px;right: 40px;bottom: 60px;width: 44px;height: 44px;position: fixed;cursor: pointer;z-index: 9999; background: #2470bc url('../images/common/top.svg') no-repeat center/22px auto;}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;}
.contain-1600, .contain-1400, .contain{margin: 0 auto;}
.contain-1600{width: 1600px;}
.contain-1400{width: 1400px;}
.contain{width: 1200px;}
.toNone{display: none !important;}

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

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain-1600, .contain-1400{width: 1200px;}
    .contain{width: 1080px;}
    .backTop {right: 30px;bottom: 40px;}
    .Header-wrapper .contain {padding: 0 80px;}
    .Header-menu {padding: 0 26px;}
    .Footer-copyright p span {margin-right: 11px;font-size: 12px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

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

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain-1600, .contain-1400{width: 960px;}
    .contain{width: 880px;}
    .Header-wrapper .contain {padding: 0 60px;}
    .Header-line {margin: 0 30px 0 20px;}
    .Header-menu {padding: 0 18px;}
    .Header-search-item .contain {padding: 0 224px 0 0 !important;}
    .Footer-navbar {width: 450px;}
    .Footer-logo {width: 160px;margin-right: 20px;}
    @keyframes HeaderSearch{0%{width: 0;}100%{width: 420px;}}
    .Footer-copyright{text-align: center;}
}

@media all and (max-width:1151px) {
    /* 1024 */
    .Header-wrapper{background: #fff;}
    body.whiteHeader .Header-logo img.s{opacity: 1;}
    body.whiteHeader .Header-logo img.h{opacity: 0;}
    body.whiteHeader .Header-menu{color: #363636;}
    body.whiteHeader .Header-search-click{background-image: url('../images/common/search.svg');}
    body.whiteHeader .Header-line::after {background: #afafaf;}
    body.whiteHeader .Header-lang-menu span{color: #363636;background-image: url('../images/common/arrD.svg');}
    .Header-wrapper .contain{padding: 0 4%;}
    .Header-menu {padding: 0 16px;}
    .Container-wrapper{margin-top: 100px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .contain-1600, .contain-1400, .contain{width: 92%;}
    body.mustHeader .Container-wrapper {margin-top: 60px;}
    .Container-wrapper{margin-top: 60px;}
    .Header-wrapper .contain {padding: 0;}
    .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, .Header-line{height: 60px;}
    .Header-line {margin: 0 14px 0 6px;}
    .Header-line::after {height: 16px;margin-top: -8px;}
    .Header-logo{margin-left: 4%;}
    .Header-logo img{max-height: 30px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-lang{margin-right: 14px;}
    .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% !important;}
    .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: #2470bc;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 16px 0;text-align: left;}
    .Header-drop a {height: 34px;line-height: 34px;text-align: left;padding: 0 4%;width: 33.3333%;margin: 0;}
    .Header-drop.Header-product a{width: auto;padding: 0 16px;text-align: center;}
    .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: #2470bc 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;}

    .Footer-wrapper{padding: 30px 0 32px;}
    .Footer-wrapper .contain{width: 100%;}
    .FooterCode{padding: 0 4%;}
    .Footer-items {margin-top: 14px;padding: 18px 0 24px;}
    .Footer-navbar{width: 100%;}
    .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: 0;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;}
    .Footer-logo{width: 100%;margin: 20px 0 0;text-align: center;}
    .Footer-logo img{max-width: 126px;}
    .Footer-copyright{padding: 0 4%;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .backTop {right: 8px;bottom: 20px;width: 40px;height: 40px;background-size: 20px auto;}
}