﻿@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);transition: all .4s ease;}
.Header-wrapper .contain{width: 100%;padding: 0 45px;}

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

.Header-navbar{position: absolute;width: 100%;font-size: 0;top: 0;left: 0;text-align: center;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar ul{display: inline-block;}
.Header-navbar li{float: left;position: relative;z-index: 9;}
.Header-menu{position: relative;padding: 0 44px;height: 80px;display: flex;align-items: center;font-size: 16px;color: #333;transition: color .4s ease, height .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #059fff !important;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: rgba(255, 255, 255, 0.95);left: 50%;width: 220px;margin-left: -110px;box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);border-radius: 0px;}
.Header-drop::after{content: "";position: absolute;width: 100%;height: 100%;left: 0;bottom: 0;background: url('../images/dropbg.png') no-repeat right bottom/auto 100%;}
/* .Header-drop.toShow{visibility: visible;opacity: 1;transform: translateY(0);pointer-events: auto;} */
.Header-drop::before{display: none !important;content: "\f034d";position: absolute;font-family: "iconfont";z-index: 2;font-size: 30px;line-height: 0.4;color: rgba(255, 255, 255, 0.95);text-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);left: 0;top: -12px;width: 100%;text-align: center;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.Header-drop a{display: block;width: 100%;height: 58px;line-height: 58px;font-size: 16px;color: #666;text-align: center;transition: all .4s ease;position: relative;z-index: 3;}
.Header-drop a.active, .Header-drop a:hover{background: #059fff;color: #fff;}
.Header-drop-mix.Header-drop{width: 760px;margin-left: -380px;padding: 32px;background-image: none;}
.Header-drop-mix.Header-drop::after{right: auto;left: 0;background-image: url('../images/dropbgl.png');background-position: left bottom;opacity: 0.4;}
.Header-drop-menu{width: calc(100% - 300px);float: left;padding-right: 32px;overflow: hidden;position: relative;z-index: 3;}
.Header-drop-menu a:nth-child(2n+1){float: left;}
.Header-drop-menu a:nth-child(2n){float: right;}
.Header-drop-menu a{width: calc(50% - 16px);height: 48px;line-height: normal;display: flex;align-items: center;position: relative;border-bottom: 1px solid #e7e9ec;}
.Header-drop-menu a:nth-child(-n+2){align-items: flex-start;height: 36px;}
.Header-drop-menu a::after{content: "";position: absolute;width: 10px;height: 100%;top: 0;right: 0;background: url('../images/arrrb.svg') no-repeat center/16px auto;opacity: 0;transition: all .4s ease;}
.Header-drop-menu a:nth-child(-n+2)::after{background-position: center top 3px;}
.Header-drop-menu a::before{content: "";position: absolute;width: 0;left: 0;bottom: -1px;height: 1px;background: #059fff;transition: all .4s ease;}
.Header-drop-menu a.active, .Header-drop-menu a:hover{background: transparent;color: #059fff;}
.Header-drop-menu a.active::after, .Header-drop-menu a:hover::after{opacity: 1;}
.Header-drop-menu a.active::before, .Header-drop-menu a:hover:before{width: 100%;}
.Header-drop-img{width: 300px;float: right;position: relative;z-index: 3;}
.Header-drop-img img{width: 100%;object-fit: cover;}

.Header-lang{float: right;height: 80px;display: flex;align-items: center;flex-wrap: wrap;position: relative;z-index: 999;transition: height .4s ease;}
.Header-lang a{width: 56px;margin-left: 8px;height: 28px;border-radius: 15px;font-size: 16px;color: #333;display: flex;align-items: center;justify-content: center;border: 1px solid transparent;transition: all .4s ease;}
.Header-lang a:first-child{margin-left: 0;}
.Header-lang a.active{border: 1px solid #333;}
.Header-lang a:hover{border: 1px solid #059fff !important;color: #059fff !important;}

.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: #333;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #333;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);}
}

/* 透明 */
body.NoGap .Container-wrapper{margin-top: 0;}
body.Lucency .Header-wrapper{background: transparent;box-shadow: none;}
body.Lucency .Header-logo img.s{opacity: 0;}
body.Lucency .Header-logo img.h{opacity: 1;}
body.Lucency .Header-menu{color: #fff;}
body.Lucency .Header-menu, body.Lucency .Header-logo, body.Lucency .Header-lang{height: 92px;}
body.Lucency .Header-lang a{color: #fff;}
body.Lucency  .Header-lang a.active {border: 1px solid #fff;}

/* 底部 */
.Footer-wrapper{width: 100%;background: #04192f url('../images/fbg.jpg') no-repeat center bottom;position: relative;z-index: 9;}
.Footer-items{width: 100%;padding: 90px 0 70px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.Footer-navbar{width: 1040px;overflow: hidden;user-select: none;}
.Footer-navbar ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.Footer-navbar li{width: auto;}
.Footer-menu{font-size: 24px;color: #fff;font-weight: 700;display: block;}
.Footer-drop{width: 100%;margin-top: 20px;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 14px;color: #75818d;line-height: 1;padding: 8px 0;transition: all .4s ease;}
.Footer-drop a:hover{color: #48b68c;}
.FooterCode{width: 179px;font-size: 0;float: right;text-align: center;}
.FooterCode img{max-width: 100%;object-fit: cover;}
.Footer-copyright{width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.1);padding: 48px 0;font-size: 0;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.Footer-copyright-info{display: flex;align-items: center;flex-wrap: wrap;}
.Footer-copyright-info h6, .Footer-copyright-info a, .Footer-copyright-link a{font-size: 15px;color: #75818d;transition: all .4s ease;}
.Footer-copyright-info a:hover, .Footer-copyright-link a:hover{color: #48b68c;}
.Footer-copyright-info a{margin-left: 16px;}
.Footer-copyright-wrap{display: flex;align-items: center;flex-wrap: wrap;}
.Footer-copyright-link{display: flex;flex-wrap: wrap;}
.Footer-copyright-link a{padding-left: 26px;background-repeat: no-repeat;background-position: left center;margin-left: 20px;line-height: 22px;}
.Footer-copyright-link a:first-child{background-image: url('../images/fic1.png');margin-left: 0;}
.Footer-copyright-link a:last-child{background-image: url('../images/fic2.png');}
.Footer-icon{margin-left: 20px;}
.Footer-icon a{width: 26px;margin-left: 5px;position: relative;}
.Footer-icon a:first-child{margin-left: 0;}
.Footer-icon-img{display: none;width: 150px;height: 150px;position: absolute;bottom: 28px;left: 50%;margin-left: -75px;background: #fff;}
.Footer-icon-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;}
.Footer-icon-img img{width: 100%;object-fit: cover;}
.Footer-icon a:hover .Footer-icon-img{display: block;animation: FooterIcon .6s ease-in-out both;}
@keyframes FooterIcon{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}

/* 置顶 */
.backTop {display: none;right: 40px;bottom: 60px;width: 44px;height: 44px;border-radius: 4px;position: fixed;cursor: pointer;z-index: 55; background: #059fff url('../images/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;}}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;}
.contain{width: 1520px;margin: 0 auto;}
.contain-padding{width: 100%;padding: 0 110px;}





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

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain{width: 1200px;}
    .contain-padding {padding: 0 80px;}
    .Header-menu {padding: 0 32px;}
    .Footer-items {padding: 70px 0 60px;}
    .Footer-menu {font-size: 22px;}
    .Footer-navbar {width: 890px;}
    .Footer-copyright {padding: 40px 0;}
    .Footer-copyright-info h6, .Footer-copyright-info a, .Footer-copyright-link a {font-size: 14px;}
    .Footer-copyright-info a {margin-left: 14px;}
    .Footer-copyright-link a, .Footer-icon{margin-left: 16px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
    .Header-menu {padding: 0 28px;}
    .Footer-navbar {width: 800px;}
    .Footer-copyright-info{width: 100%;justify-content: center;}
    .Footer-copyright-wrap{width: 100%;justify-content: center;margin-top: 8px;}
}

@media all and (max-width:1359px) {
    /* 1280 */
    .Header-menu {padding: 0 24px;}
    .Footer-navbar {width: 760px;}
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .Header-wrapper .contain {padding: 0 4%;}
    .Header-menu {padding: 0 20px;}
    .Header-drop {width: 180px;margin-left: -90px;}
    .Header-drop a {height: 50px;line-height: 50px;}
    .Header-drop-mix.Header-drop {width: 660px;margin-left: -330px;padding: 24px;}
    .Header-drop-img {width: 260px;}
    .Header-drop-menu {width: calc(100% - 260px);padding-right: 24px;}
    .Header-drop-menu a {width: calc(50% - 12px);height: 42px;line-height: normal;}
    .Header-drop-menu a:nth-child(-n+2) {height: 34px;}
    .Footer-navbar {width: 700px;}
    .Footer-items {padding: 60px 0 50px;}
    .Footer-menu {font-size: 20px;}
    .Footer-drop {margin-top: 14px;}
    .Footer-copyright {padding: 32px 0;}
    .contain{width: 960px;}
    .contain-padding {padding: 0 4%;}
}

@media all and (max-width:1151px) {
    /* 1024 */
    .Header-menu {padding: 0 12px;}
    .Header-drop-mix.Header-drop {width: 600px;margin-left: -300px;}
    .Footer-navbar {width: 640px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    body.NoGap .Container-wrapper{margin-top: 0px;}
    body.Lucency .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);}
    body.Lucency .Header-logo img.s{opacity: 1;}
    body.Lucency .Header-logo img.h{opacity: 0;}
    body.Lucency .Header-menu{color: #333;}
    body.Lucency .Header-logo, body.Lucency .Header-lang{height: 60px;}
    body.Lucency .Header-menu{height: 50px;}
    body.Lucency .Header-lang a{color: #333;}
    body.Lucency  .Header-lang a.active {border: 1px solid #333;}

    .contain{width: 92%;}
    .Container-wrapper{margin-top: 0px;}
    .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{height: 60px;}
    .Header-logo{margin-left: 4%;}
    .Header-lang{height: 60px;margin-right: 4px;}
    .Header-lang a {width: 40px;margin-left: 2px;height: 24px;border-radius: 12px;font-size: 14px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 60px);top: 60px;left: 0;padding: 22px 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: 50px;padding: 0 4%;}
    .Header-arrow{display: block;width: 50px;height: 50px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/arrd.svg') no-repeat center /18px auto;}
    .Header-arrow.active{transform: rotate(180deg);}
    .Header-navbar li:hover .Header-menu{color: #333 !important;}
    .Header-navbar li.active .Header-menu{color: #059fff !important;}
    .Header-drop {visibility: visible;opacity: 1;pointer-events: auto;box-shadow: none;;transform: translateY(0);display: none;transition: none;position: relative;top: 0;left: 0 !important;width: 100%;margin-left: 0 !important;overflow: hidden;padding: 10px 0;background: #f6f6f6;border-radius: 0px;}
    .Header-drop::before{display: none;}
    .Header-drop::after{display: none;}
    .Header-drop a {height: 36px;line-height: 36px;text-align: left;padding: 0 4%;font-size: 16px;}
    .Header-drop-menu{width: 100%;padding-right: 0;}
    .Header-drop-img{display: none;}
    .Header-drop-mix.Header-drop{padding: 10px 4%;width: 100%;}
    .Header-drop-menu a{width: 45%;padding: 0;border-bottom: none;height: 36px !important;line-height: normal !important;align-items: center !important;}
    .Header-drop-menu a::after{opacity: 1;background-position: center !important;}
    .Header-drop-menu a::before{display: none;}

    .Footer-wrapper .contain-padding{padding: 0;}
    .Footer-items{padding: 32px 0 36px;}
    .Footer-navbar{width: 100%;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-menu {height: 40px;font-size: 16px;line-height: 40px;padding: 0 4%;position: relative;}
    .Footer-menu::after{content: "";width: 44px;height: 40px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/arrdw.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: 24px;width: 100%;}
    .Footer-copyright {padding: 24px 4%;}
    .Footer-copyright-info h6, .Footer-copyright-info a, .Footer-copyright-link a {font-size: 13px;}
    .Footer-copyright-info{justify-content: left;}
    .Footer-copyright-info h6{width: 100%;margin-bottom: 4px;}
    .Footer-copyright-info a:first-of-type{margin-left: 0;}
    .Footer-copyright-link a{width: 100%;margin-top: 6px;margin-left: 0;}
    .Footer-copyright-wrap{justify-content: left;}
    .Footer-icon{margin-left: 0;padding-left: 26px;margin-top: 10px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}