@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 999999;top: 0;left: 0;background-color: rgba(0, 0, 0, 0.5); user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);transition: transform .4s;}
.Header-wrapper1{width: 100%;position: fixed;z-index: 999999;top: 0;left: 0;background-color:#FFF; user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);transition: transform .4s;}
.Header-logo{float: left;height: 80px;display: flex;align-items: center;position: relative;z-index: 9999;}
.Header-logo img{height:auto;}

.Header-lang{float: right;position: relative;}
.Header-lang-menu{display: flex;align-items: center;height: 80px;}
.Header-lang-menu span{display: block;padding-left: 28px;background: url('../images/lang.svg') no-repeat left center /20px auto;line-height: 22px;font-size: 16px;color: #777;font-family: Arial;}

.Header-lang-menu2{display: flex;align-items: center;height: 80px;}
.Header-lang-menu2 span{display: block;padding-left: 28px;background: url('../images/erweima.svg') no-repeat left center /20px auto;line-height: 22px;font-size: 16px;color: #777;font-family: Arial;}

.Header-lang.active .Header-lang-menu span{color: #00a0e9;}
/* 多个语言 */
.Header-lang-more{display: none;z-index: 4;width: 210px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top: 100px;left: 50%;margin-left: -100px;}
.Header-lang-more:before{content: "";display: block;width: 0px;height: 0px;border: 10px solid transparent;border-bottom-color: #efefef;position: absolute;top: -20px;left: 50%;margin-left: -10px;}
.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: #00a0e9;}
.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{float: right;height: 80px;display: flex;align-items: center;justify-content: center;padding: 0 0px 0 10px;}
.Header-line span{width: 1px;height: 16px;display: block;background: #d5d5d5;}
.Header-line.Header-line-site{padding: 0 24px 0 14px;}

.Header-login{display: block;height: 100px;float: right;background: url('../images/login.png') no-repeat center;width: 40px;}

.Header-search{float: right;}
.Header-search-click{width: 40px;height: 100px;cursor: pointer;background: url('../images/search.svg') no-repeat center /26px auto;position: relative;z-index: 9999;}
.Header-search-click.active{background: url('../images/close.svg') no-repeat center/20px auto;}
.Header-search-item{display: none;position: absolute;width: 100%;height: 100px;line-height: 100px;top: 0;left: 0;background: #fff;z-index: 999;text-align: right;}
.Header-search-item .contain{padding-right: 60px;}
.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: #666;}
.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/search.svg') no-repeat center /26px auto;cursor: pointer;margin-right: 0;}

.Header-navbar{float: right;margin-right: 40px;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{float: left;margin: 0 20px;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: 80px;display: flex;align-items: center;font-size: 18px;color: #fff;transition: all .4s ease;}
.Header-menu1{position: relative;height: 80px;display: flex;align-items: center;font-size: 18px;color: #0e0e0e;transition: all .4s ease;}
.Header-menu::before{content: "";width: 0%;right: 0;opacity: 0;height: 3px;position: absolute;bottom: 0;background: #00a0e9;transition: all .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #00a0e9;}
.Header-navbar li.active .Header-menu::before, .Header-navbar li:hover .Header-menu::before{opacity: 1;right: auto;left: 0;width: 100%;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: #fff;top: 100px;left: 50%;width: 220px;margin-left: -110px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #00a0e9;}
.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: rgba(255, 255, 255, 0.1);}

.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: #666;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #666;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-color: #8d8d8d;}
.Footer-items{width: 100%;padding: 68px 0 62px;display: flex;justify-content: space-between;}
.Footer-cont{width:30%;float: left;}
.Footer-cont-logo{width: 100%;}
.Footer-cont-logo img{height:auto;}
.Footer-cont-link{width: 100%;margin-top: 24px;}
.Footer-cont-link a{display: inline-block; font-size: 16px;color: #fff;margin-top: 16px;}
.Footer-cont-link a:first-child{margin-top: 0;}
.Footer-cont-icon{width: 100%;margin-top: 24px;font-size: 0;}
.Footer-cont-icon a{display: inline-block;width: 42px;height: 42px;line-height: 42px;text-align: center;position: relative;border-radius: 50%;border: 1px solid #e6ecf1;margin-right: 24px;position: relative;transition: all .4s ease;}
.Footer-cont-icon a:last-child{margin-right: 0;}
.Footer-cont-icon-code{display: none;width: 160px;height: 160px;padding: 2px;position: absolute;bottom: 54px;left: 50%;margin-left: -80px;background: #004190;}
.Footer-cont-icon-code::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #004190;position: absolute;bottom: -16px;left: 50%;margin-left: -8px;}
.Footer-cont-icon-code img{width: 100%;height: 100%;object-fit: cover;}
.Footer-cont-icon a:hover{border: 1px solid #004190;}
.Footer-cont-icon a:hover .Footer-cont-icon-code{display: block;animation: FooterIcon .6s ease-in-out both;}
@keyframes FooterIcon{0%{transform: translateY(-16px);}100%{transform: translateY(0);}}
.Footer-navbar{width: 66%;float: right;}
.Footer-navbar ul{display: flex;width: 100%;justify-content: space-between;flex-wrap: wrap;}
.Footer-navbar li{width: auto;}
.Footer-menu{font-size: 18px;color: #fff; font-weight:bold;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop{width: 100%;margin-top: 18px;}
.Footer-drop a{display: block;font-size: 16px;color: #fff;padding: 7px 0;transition: all .4s ease;}
.Footer-drop a:hover{color:#ec870e;}
.Footer-copyright{width: 100%;background: #004190;padding: 24px 0;}
.Footer-copyright h6{font-size: 14px;color: #fff;line-height: 28px;float: left;}
.Footer-copyright-link{float: right;font-size: 0;}
.Footer-copyright-link a{display: inline-block;font-size: 14px;color: #ffffff;line-height: 28px;margin-left: 21px;transition: all .4s ease;position:relative;}
.Footer-copyright-link a:before{content:"";position:absolute;width:1px;height:12px;background:rgba(255,255,255,0.6);top:50%;margin-top:-6px;left:-11px;pointer-events: none;}
.Footer-copyright-link a:first-child:before{display:none}
.Footer-copyright-link a:first-child{margin-left: 0;}
.Footer-copyright-link a:hover{opacity: 0.8;}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top:0px;transition: margin .4s;}
.contain{width: 1400px;margin: 0 auto;}





/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain{width: 1000px;}
	.contain1{width: 1200px !important;}
    .Header-navbar li{margin: 0 16px;}
    .Header-navbar {margin-right: 40px;}
    @keyframes HeaderSearch{0%{width: 0;}100%{width: 480px;}}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain{width: 940px;}
    .Header-navbar li{margin: 0 6px;}
    .Header-navbar {margin-right: 12px;}
    .Header-menu{font-size: 16px;}
    .Header-line {}
    .Header-line.Header-line-site {padding: 0 16px 0 6px;}
    .Header-logo, .Header-menu, .Header-lang-menu, .Header-line, .Header-search-click{height: 80px;}
	.Header-lang-menu2{height: 80px;}
    .Header-search-item{height: 80px;line-height: 80px;}
    .Container-wrapper{margin-top: 80px;}
    @keyframes HeaderSearch{0%{width: 0;}100%{width: 440px;}}
    .Header-drop{top: 80px;width: 190px;margin-left: -95px;}
    .Header-drop a{height: 50px;line-height: 50px;font-size: 16px;}
    .Header-lang-more{top: 80px;}
    .Header-login{height: 80px;}

    .Footer-items {padding: 54px 0 48px;}
    .Footer-menu{font-size: 16px;}
    .Footer-drop a {font-size: 14px;padding: 5px 0;}
    .Footer-cont-link a {font-size: 14px;margin-top: 12px;}
    .Footer-copyright {padding: 20px 0;}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.Header-lang-menu2{display: flex;align-items: center;height: 60px !important;}
    .contain{width: 92% !important;}
    .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-menu, .Header-lang-menu, .Header-line, .Header-search-click, .Header-login{height: 60px;}
    .Header-line {padding: 0 0 0 7px;}
    .Header-logo{margin-left: 4%;}
    .Header-logo img{max-height: 50px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .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: 16px 0 20px;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%;  color:#666;}
.Header-menu1{height: 44px;padding: 0 4%;  color:#666;}
    .Header-menu::before{display: none;}
    .Header-arrow{display: block;width: 44px;height: 44px;position: absolute;z-index: 2;right: 0;top: 0;background: url('../images/common/arrowDownHover.svg') no-repeat center /16px auto;}
    .Header-arrow.active{transform: rotate(180deg);}
    .Header-navbar li:hover .Header-menu{color: #666;}
    .Header-navbar li.active .Header-menu{color: #00a0e9;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 10px 0;box-shadow: none;}
    .Header-drop a {height: 40px;line-height: 40px;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: #00a0e9 url('../images/common/searchColor.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-line.Header-line-site {padding: 0 7px 0 0px;}
    
    .Footer-items{padding: 40px 0 30px;}
    .Footer-items .contain{width: 100%;}
    .Footer-cont{width: 100%;padding: 0 4%;}
    .Footer-cont-link a{margin-top: 5px;font-size: 12px;}
    .Footer-cont-link {margin-top: 18px;}
    .Footer-cont-icon{margin-top: 16px;text-align: center;}
    .Footer-cont-icon-code{width: 120px;height: 120px;margin-left: -60px;}
    .Footer-cont-icon a{margin-right: 16px;}
    .Footer-navbar{width: 100%;margin-top: 16px;}
    .Footer-navbar ul{display: block;}
    .Footer-navbar li{width: 100%;position: relative;}
    .Footer-menu{height: 40px;line-height: 40px;padding: 0 4%;position: relative;}
    .Footer-menu::after{content: "";width: 44px;height: 40px;position: absolute;z-index: 2;right: 0;top: 0;background: url('../images/common/arrowDownHover.svg') no-repeat center /16px auto;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop{margin-top: 0;background: #f0f3f9;padding: 8px 0;display: none;}
    .Footer-drop a{width: 100%;padding: 5px 4%;color: #666;}
    .Footer-copyright {padding: 16px 0;}
    .Footer-copyright h6{font-size: 12px;line-height: 24px;width: 100%;}
    .Footer-copyright-link{width: 100%;}
    .Footer-copyright-link a{font-size: 12px;line-height: 24px;margin-left: 17px;}
    .Footer-copyright-link a:before {height: 10px;margin-top: -5px;left: -9px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none){
    .Header-lang-menu span {line-height: 52px;}
}