@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: 100%;padding: 0 58px;}
.Header-logo{float: left;height: 88px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{height: auto;}

.Header-lang{float: right;position: relative;z-index: 999;margin-left: 12px;}
.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 /20px auto;line-height: 22px;font-size: 17px;color: #444;font-family: DIN-pro;font-weight:bold}
/* 多个语言 */
.Header-lang-more{display: none;z-index: 9;width: 160px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top: 88px;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: #1e6fff;}
.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;}
.Header-search-click{width: 40px;height: 88px;cursor: pointer;background: url('../images/common/search.svg') no-repeat center /26px auto;position: relative;z-index: 999;}
.Header-search-click.active{background: url('../images/common/close.svg') no-repeat center/20px auto;}
.Header-search-item{display: none;position: absolute;width: 100%;height: 88px;line-height: 88px;top: 0;left: 0;z-index: 99;text-align: right;}
.Header-search-item .contain{padding-right: 160px;}
.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: #747474;background: transparent;}
.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;}
body.onSearch .Header-navbar{visibility: hidden;opacity: 0;}

.Header-navbar{width: 100%;visibility: visible;opacity: 1;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar ul{width: 100%;text-align: center;}
.Header-navbar li{display: inline-block; margin: 0 34px;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: 17px;color: #444;transition: color .4s ease;}
.Header-menu::before{content: "";width: 100%;left: 0;opacity: 0;height: 2px;position: absolute;bottom: 24px;background: #1e6fff;transition: all .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #1e6fff;}
.Header-navbar li.active .Header-menu::before{opacity: 1;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: #f7f7f7;top: 88px;left: 50%;width: 230px;margin-left: -117px;}
.Header-drop a{display: block;width: 100%;height: 54px;line-height: 54px;font-size: 16px;color: #666;text-align: center;transition: all .4s ease;}
.Header-drop a.active, .Header-drop a:hover{background: #1e6fff;color: #fff;}

.Header-navclick{cursor:pointer;user-select:none;float:right;display:none;align-items:center;height:54px;font-size:0}
.Header-navclick .in{padding:12px 5px;background:#f9f9f9;border-radius:4px}
.Header-navclick span,.Header-navclick span:after,.Header-navclick span:before{display:inline-block;height:2px;width:19px;background:#333;transition:top .2s linear}
.Header-navclick span{transition:all .2s .4s ease;position:relative}
.Header-navclick span:after,.Header-navclick span:before{position:absolute;left:0;content:'';transform-origin:50% 50%;transition:top .2s .4s ease,transform .4s ease;height:2px}
.Header-navclick span:before{top:6px}
.Header-navclick span:after{top:-6px}
.Header-navclick.active span{transition:all .2s 0s ease;background:0 0}
.Header-navclick.active span:after,.Header-navclick.active span:before{transition:top .2s ease,transform .2s .3s ease;top:0;width:19px}
.Header-navclick.active span:before{transform:rotate3d(0,0,1,45deg)}
.Header-navclick.active span:after{transform:rotate3d(0,0,1,-45deg)}

/* 底部 */
.Footer-wrapper{width: 100%;background: #181f27;position: relative;z-index: 9;}
.Footer-items{width: 100%;padding: 60px 0 24px;}
.Footer-show{width: 100%;display: flex;justify-content: space-between;}
.Footer-navbar{width: 77%;overflow: hidden;user-select: none;}
.Footer-navbar ul{display: flex;justify-content: space-between;flex-wrap: wrap}
.Footer-navbar ul li{width:16.666%;}
.Footer-menu{font-size: 17px;color: #fff;font-weight: 700;display: block;}
.Footer-drop{width: 100%;margin-top: 12px;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 14px;color: #727980;line-height: 1;padding: 7px 0;transition: all .4s ease;}
.Footer-drop a:hover{color: #fff;}
.Footer-coulmn{width: 22%;}
.Footer-logo{display: inline-block;width: 182px;}
.Footer-logo img{max-width: 100%;object-fit: cover;}
.Footer-item{margin-top: 20px;}
.Footer-item span{font-size: 14px;color: #727980;font-weight: 700;}
.Footer-item p{display: flex; font-size: 16px;color: #fff;font-weight: 700;margin-top: 10px;}
.Footer-item p i{display: flex;align-items: center;width: 20px;height: 20px;margin-right: 10px;}
.Footer-city{display: flex;margin-bottom: 14px;}
.Footer-city li{padding-right: 12px;margin-right: 12px;border-right: 1px solid #727980;line-height: 1;}
.Footer-city li:last-child{border-right: none;}
.Footer-city li.active a span{color: #fff;}
.Footer-cityTxt{display: none;}
.Footer-cityTxt p{font-size: 14px;font-weight: 400;color: #727980;margin-top: 0;}
.Footer-cityTxt p i{margin-right: 6px;}
.Footer-cityTxt.active{display: block;}
.Footer-link{width: 100%;display: flex;flex-wrap: wrap}
.Footer-link li{font-size: 14px;color: #727980;}
.Footer-link li+li{margin-right: 10px;}
.Footer-link li:last-child{margin-right: 0;}
.Footer-link li a{display: inline-block;padding: 0 6px;transition: all .4s ease;}
.Footer-link li a:hover{color: #fff;}

.Footer-copyright{width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.1);padding: 24px 0;}
.Footer-copyright h6, .Footer-copyright p{color: #969da6;line-height: 18px;}
.Footer-copyright h6{font-size: 12px;float: left;}
.Footer-copyright p{font-size: 14px;float: right;}


/* 置顶 */
.backTop {display: none;right: 40px;bottom: 60px;width: 44px;height: 44px;border-radius: 4px;position: fixed;cursor: pointer;z-index: 9999; background: #1e6fff 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;}}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top: 88px;}
.contain{width: 1400px;margin: 0 auto;}
.Footer-tabs{display: none;}




/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain{width: 1200px;}
	.Header-navbar li{margin: 0 10px;}
    /*.Footer-navbar{width: 66%}*/
    .Footer-coulmn {width: 26%;}
}

@media all and (max-width:1439px) {
    /* 1360 */
	
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain{width: 960px;}
	
	.Header-navbar li{margin: 0 12px;}
	.Header-menu{font-size: 16px;}

    .Footer-menu {font-size: 15px;}
    .Footer-coulmn {width: 26%;}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    body.onSearch .Header-navbar{visibility: visible;opacity: 1;}
    .contain{width: 92%}
    .Container-wrapper{margin-top: 54px;}
    .Header-wrapper .contain{width: 100%;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{height: 54px;}
    .Header-logo{margin-left: 4%;}
    .Header-logo img{max-height: 44px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-lang{margin: 0 12px 0 4px;}
    .Header-lang-more{width: 120px;margin-left: -54px;top: 54px;}
    .Header-lang-more a{padding: 6px 0;}
    .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::before{display: none;}
    .Header-arrow.active{transform: rotate(180deg);}
    .Header-navbar li:hover .Header-menu{color: #747474;}
    .Header-navbar li.active .Header-menu{color:#1e6fff;}
    .Header-drop {position: relative;top: -3px;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;background: #fff}
    .Header-drop a {height: 34px;line-height: 34px;text-align: left;padding: 0 4%;}
    .Header-search-item {display: none;width: 100%;line-height: normal;height: 45px;top: 54px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding: 0;background: #fff;}
    .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: #f48e31 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;}
    .Header-logo img{max-height: 30px}
    .Header-navbar{display:none;position:absolute;width:100%;margin-right:0;height:calc(100vh - 54px);top:54px;left:0;padding:12px 4%;background:#e7e7e7}
    .Header-menu{padding:12px!important;background:#fafafa;color:#121212;height:auto;border-radius:5px;font-weight:400}
    .Header-navbar li+li{margin-top:12px}
    .Header-arrow{display:block;width:40px;height:36px;border-radius:5px;position:absolute;z-index:9;right:7px;top:6px;background:#f3f3f3 url(../images/common/arrD.svg) no-repeat center/12px auto}
    .Footer-items{padding: 32px 0 36px;}
    .Footer-items .contain {width: 100%;}
    .Footer-show{flex-direction: column;padding: 0 4%}
    .Footer-coulmn{width: 100%;margin-top: 28px;}
    .Footer-navbar{width: 100%;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-menu {height: 40px;line-height: 40px;position: relative;}
    .Footer-menu::after{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: 7px 0%;}
    .Footer-drop{display: none;margin-top: 0;}
    .Footer-link{padding: 0 4%}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .Header-lang-menu span{font-size:0}
    .Footer-logo {width: 160px;}
     .Footer-copyright {padding: 20px 0;}
     .Footer-copyright h6{width: 100%;margin-bottom:10px;text-align: center;}
     .Footer-copyright p{width: 100%;text-align: center;}
     
     
    .Footer-tabs{display: block;height: 50px;}
    .Footer-tabs{position: fixed;z-index: 9999;left: 0;bottom: 0;background: #fff;width: 100%;}
    .Footer-tabs::before{content: "";position: absolute;width: 100%;height: 1px;background: #e3dad2;left: 0;top: 0;}
    .Footer-tabs li{font-size: 16px;color: #333;float: left;position: relative;width: 25%;}
    .Footer-tabs li a{display: flex;align-items: center;justify-content: center;height: 50px;width: 50px;width: 100%;}
    .Footer-tabs li a>img{margin-right: 6px;}
    .Footer-tabs li.tabsDh{float: right;}
    .Footer-tabs li.tabsZx{width: 25%;}
    .Footer-tabs li.tabsDh{width: 50%;}
    .Footer-tabs li.tabsDh a {background: linear-gradient(45deg,#1e6fff,#409efe);color: #fff;}
    .Footer-tabs li .tabsCode{position: absolute;bottom: 58px;left: 50%;width: 120px;height: 120px;margin-left: -60px;padding: 0 2px;border: 2px solid #e3dad2;background: #fff;display: none;align-items: center;}
    .Footer-tabs li .tabsCode::after{content: "";position: absolute;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 8px solid #e3dad2;width: 0;height: 0;bottom: -8px;left: 50%;margin-left: -8px;}    
    .Footer-tabs li .tabsCode img{width: 100%;object-fit: cover;}
    .Footer-tabs li:hover .tabsCode{display: flex;}
    #newBridge #nb_toolbar_wrap{display:none!important;}
    .backTop{bottom: 60px;} 
}