@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 999999;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: 100%;padding: 0 80px;}

.Header-logo{float: left;height: 84px;display: flex;align-items: center;position: relative;z-index: 9999;}
.Header-logo img{height: auto;}
.Header-logo img.Header-logo-b{display: block;}
.Header-logo img.Header-logo-w{display: none;}

.Header-lang{float: right;position: relative;}
.Header-lang-menu{display: flex;align-items: center;height: 84px;}
.Header-lang-menu span{display: block;padding-right: 23px;color: #555;background: url('../images/common/lang.svg') no-repeat right center /20px auto;height: 20px;font-size: 16px;font-weight: 700;font-family:'circe';}
.Header-lang.active .Header-lang-menu span{background-image: url('../images/common/langHover.svg');color: #eeca25;}
/* 多个语言 */
.Header-lang-more{display: none;z-index: 4;width: 160px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top: 84px;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: #eeca25;}
.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;margin-left: 12px;}
.Header-search-click{width: 40px;height: 84px;cursor: pointer;background: url('../images/common/search.svg') no-repeat center /26px auto;position: relative;z-index: 9999;}
.Header-search-click:hover{background-image: url('../images/common/searchHover.svg');}
.Header-search-click.active{background: url('../images/common/close.svg') no-repeat center/18px auto;}
.Header-search-click.active:hover{background-image: url('../images/common/closeHover.svg');}
.Header-search-item{display: none;position: absolute;width: 100%;height: 84px;line-height: 84px;top: 0;left: 0;background: #fff;z-index: 999;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: #555;font-weight: 700;}
.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-search-item button:hover{background-image: url('../images/common/searchHover.svg');}

.Header-navbar{float: right;margin-right: 52px;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{float: left;margin: 0 26px;position: relative;z-index: 2;}
.Header-navbar li:last-child{margin-right: 0;}
.Header-navbar li:first-child{margin-left: 0;}
.Header-menu{position: relative;height: 84px;padding-top: 4px;display: flex;align-items: center;font-size: 16px;color: #555;font-weight: 700;font-family:'circe';transition: all .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #eeca25;}

.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: #555;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #555;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: #fff;position: relative;z-index: 4;}
.Footer-logo{width: 100%;padding-top: 80px;}
.Footer-logo a{width: auto;}
.Footer-item{width: 100%;padding: 32px 0 60px;}
.Footer-navbar{width: 968px;float: left;overflow: hidden;user-select: none;}
.Footer-navbar li{float: left;width: 28%;}
.Footer-navbar li:last-child{width: 44%;}
.Footer-menu{font-size: 16px;color: #555;font-family:'kb';font-weight: 700;display: block;height: 36px;}
.Footer-drop{width: 100%;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a, .Footer-drop p{display: block;font-size: 16px;color: #777;line-height: 30px;transition: all .4s ease;}
.Footer-drop p{user-select: text;}
.Footer-drop a:hover{color: #eeca25;}
.Footer-code{width: 122px;float: right;text-align: center;}
.Footer-code img{max-width: 100%;}
.Footer-copyright{width: 100%;background: #3a3a3a;padding: 24px 0;}
.Footer-copyright h6, .Footer-copyright p{color: #aeaeae;line-height: 22px;}
.Footer-copyright h6{font-size: 16px;float: left;}
.Footer-copyright p{font-size: 0;float: right;}
.Footer-copyright p a{display: inline-block;vertical-align: middle;margin: 0 14px;opacity: 0.6;transition: all .4s ease;width: 20px;}
.Footer-copyright p a:last-child{margin-right: 0;}
.Footer-copyright p a:hover{opacity: 1;}

body.onSearch .Header-lang{display: none;}
body.onSearch .Header-navbar ul{display: none;}

body.noDistance .Container-wrapper{margin-top: 0;}
body.noDistance .Header-wrapper{box-shadow: none;background: transparent;}

body.lucency .Header-logo img.Header-logo-b{display: none;}
body.lucency .Header-logo img.Header-logo-w{display: block;}
body.lucency .Header-menu{color: #fff;}
body.lucency .Header-lang-menu span{color: #fff;background-image: url('../images/common/langWhite.svg');}
body.lucency .Header-search-click{background-image: url('../images/common/searchWhite.svg');}
body.lucency .Header-search-click:hover{background-image: url('../images/common/searchHover.svg');}
body.lucency .Header-search-item{background: transparent;}
body.lucency .Header-search-item input[type="text"]{background: transparent;border-bottom: 1px solid rgba(255, 255, 255, 0.6);color: #fff;}
body.lucency .Header-search-click.active{background-image: url('../images/common/closeWhite.svg');}
body.lucency .Header-search-click.active:hover{background-image: url('../images/common/closeHover.svg');}
body.lucency .Header-search-item button{background-image: url('../images/common/searchWhite.svg');}
body.lucency .Header-search-item button:hover{background-image: url('../images/common/searchHover.svg');}
body.lucency input::-webkit-input-placeholder{color: #fff;}
body.lucency input:-moz-placeholder{color: #fff;}
body.lucency input::-moz-placeholder{color: #fff;}
body.lucency input:-ms-input-placeholder{color: #fff;}

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






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

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain{width: 1100px;}
    .Header-wrapper .contain{padding: 0 60px;}
    .Header-search-item .contain{padding-right: 132px;}
    .Footer-logo{padding-top: 68px;}
}

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

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

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain{width: 900px;}
    .Header-navbar li {margin: 0 20px;}
    .Header-navbar{margin-right: 40px;}
    .Footer-navbar{width: 740px;}
    .Footer-drop a, .Footer-drop p{line-height: 26px;}
    @keyframes HeaderSearch{0%{width: 0;}100%{width: 420px;}}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .contain{width: 92%;}

    body.onSearch .Header-lang{display: block;}
    body.onSearch .Header-navbar ul{display: block;}

    body.noDistance .Header-wrapper{box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);background: #fff;}

    body.lucency .Header-logo img.Header-logo-b{display: block;}
    body.lucency .Header-logo img.Header-logo-w{display: none;}
    body.lucency .Header-menu{color: #555;}
    body.lucency .Header-lang-menu span{color: #555;background-image: url('../images/common/lang.svg');}
    body.lucency .Header-search-click{background-image: url('../images/common/search.svg');}
    body.lucency .Header-search-click:hover{background-image: url('../images/common/search.svg');}
    body.lucency .Header-search-item{background: #fff;}
    body.lucency .Header-search-item input[type="text"]{background: #fff;border-bottom: none;color: #555;}
    body.lucency .Header-search-click.active{background-image: url('../images/common/close.svg');}
    body.lucency .Header-search-click.active:hover{background-image: url('../images/common/close.svg');}
    body.lucency .Header-search-item button{background-image: url('../images/common/search.svg');}
    body.lucency .Header-search-item button:hover{background-image: url('../images/common/search.svg');}
    body.lucency input::-webkit-input-placeholder{color: #555;}
    body.lucency input:-moz-placeholder{color: #555;}
    body.lucency input::-moz-placeholder{color: #555;}
    body.lucency input:-ms-input-placeholder{color: #555;}

    .Container-wrapper{margin-top: 60px;}
    .Header-wrapper .contain {padding: 0;width: 92%;}
    .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: 28px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-search{margin: 0 6px;}
    .Header-lang-more{width: 140px;margin-left: -70px;top: 60px;}
    .Header-lang-more a{padding: 6px 0;}
    .Header-lang-menu span{padding-right: 26px;}
    .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: 60px;padding: 0 4%;}
    .Header-navbar li:hover .Header-menu{color: #555;}
    .Header-navbar li.active .Header-menu{color: #eeca25;}
    .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: #eeca25 url('../images/common/searchWhite.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-logo {padding-top: 40px;}
    .Footer-item{padding: 24px 0 32px;}
    .Footer-item .contain {width: 100%;}
    .Footer-navbar{width: 100%;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-menu {height: 34px;line-height: 34px;padding: 0 4%;position: relative;}
    .Footer-menu::after{content: "";width: 44px;height: 34px;position: absolute;z-index: 2;right: 0;top: 0;background: url('../images/common/arrowDown.svg') no-repeat center /16px auto;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop a, .Footer-drop p{padding: 0 4%;}
    .Footer-drop{display: none;}
    .Footer-code{width: 100%;text-align: center;margin-top: 20px;}
    .Footer-copyright h6{width: 100%;margin-bottom: 8px;}
    .Footer-copyright {padding: 20px 0;}
    .Footer-copyright p a{margin: 0 8px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}