@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 88px 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/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: #0a5ca8;}
.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/search.svg') no-repeat center /26px auto;position: relative;z-index: 999;}
.Header-search-click.active{background: url('../images/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/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: #0a5ca8;transition: all .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #0a5ca8;}
.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: 200px;margin-left: -100px;}
.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: #0a5ca8;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)}



.menu-handler{display:block;z-index:1000000;background: #0a5ca8;width: 68px;height: 88px;cursor:pointer;position:fixed;right: 0rem;top: 0rem;transition:all .3s cubic-bezier(.445,.145,.355,1);-webkit-transition:all .3s cubic-bezier(.445,.145,.355,1);-moz-transition:all .3s cubic-bezier(.445,.145,.355,1);}
.menu-handler .box{display:block;height:88px;overflow:hidden;position: relative;}
.menu-handler::after{width:68px;height:88px;box-sizing:border-box;content:'';display:block;position:absolute;top:0;left:0;pointer-events:none;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:intervalHamburgerBorder;animation-name:intervalHamburgerBorder;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.hamburger{width:68px;height:88px;display:block;position:relative;cursor:pointer;float:right;z-index:110;margin-top:50px;margin-right:20px;border:1px solid #fff;pointer-events:auto;-webkit-tap-highlight-color:transparent}

.menu-handler .burger{width: 26px;height: 2px;background: #fff;display:block;position:absolute;z-index:5;top: 35px;left:50%;margin: 0 0 0 -13px;transform-origin:center;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;-ms-transform-origin:center;}
.menu-handler .burger-2{top: 43px;}
.menu-handler .burger-3{top: 51px;}
.menu-handler.active{background: none;}
.menu-handler.active .burger-1{top: 43px;-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);}
.menu-handler.active .burger-2{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);opacity:0;-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;left:-100%}
.menu-handler.active .burger-3{top: 43px;-webkit-transform:rotate(-225deg);-moz-transform:rotate(-225deg);-ms-transform:rotate(-225deg);transform:rotate(-225deg);}

.menuBox{position:fixed;z-index: 100000;left:0;right:0;top:0;height:100%;visibility:hidden;}
.menuBox:after,.menuBox:before{content:"";position:absolute;width:100%;height:50%;background:#0a5ca8;-webkit-transition:.8s cubic-bezier(.77,0,.175,1);-moz-transition:.8s cubic-bezier(.77,0,.175,1);transition:.8s cubic-bezier(.77,0,.175,1)}
.menuBox:before{top:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}
.menuBox:after{bottom:0;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}
.menuBox .navMobile{padding-top:18%;opacity:0;visibility:hidden;-webkit-transition:.45s;-moz-transition:.45s;transition:.45s;}
.menuBox.show{visibility:visible}
.menuBox.show:after,.menuBox.show:before{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}
.menuBox.show .navMobile{opacity:1;visibility:visible;-webkit-transition:.76s .6s;-moz-transition:.76s .6s;transition:.76s .6s}
.menuBox .lang{display:none}
.navMobile{text-align:center;position:relative;z-index:1}

.navMobile dl{ margin-right:4rem; display:inline-block; margin-bottom:1.25rem;vertical-align:top;}
.navMobile dt{font-size:1.125rem;color:#fff;margin-bottom:1.25rem;}
.navMobile dt a{ color:#fff}
.navMobile dd{font-size:0.9375rem;color: #a7b7d2;line-height:1.875rem;}
.navMobile dd a{color: #f7f7f7;}

/* 底部 */
.Footer-wrapper{width: 100%;background: #0a5ca8;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: 62%;overflow: hidden;user-select: none;}
.Footer-navbar ul{display: flex;justify-content: space-between;flex-wrap: wrap}
.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: #f7f7f7;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-chat{display: flex; color: #f7f7f7}
.Footer-chat p{font-size: 20px;margin-right: 20px;}
.Footer-chat p span{display: block;font-size: 14px;margin-top: 5px;}
.Footer-chat .online{border: 1px solid #f7f7f7;padding: 8px 30px;}
.Footer-list {border-top: 1px solid rgba(255, 255, 255, 0.1);border-bottom: 1px solid rgba(255, 255, 255, 0.1);margin-top: 15px;padding-bottom: 15px;}
.Footer-item{margin-top: 15px;}
.Footer-item span{font-size: 14px;color: #f7f7f7;font-weight: 700;}
.Footer-item p{display: flex; font-size: 14px;color: #fff;margin-top: 10px;}
.Footer-item p i{display: flex;align-items: center;width: 24px;height: 24px;margin-right: 10px;}
.Footer-qrcode{display: flex;margin: 20px 0 0;}
.Footer-qrcode li{padding-right: 12px;margin-right: 12px;text-align: center;}
.Footer-qrcode li div{font-size: 16px;color: #fff;margin-top: 10px;text-align: center;}
.Footer-qrcode li:last-child{border-right: none;}

.Footer-link{width: 100%;display: flex;flex-wrap: wrap}
.Footer-link li{font-size: 14px;color: #f7f7f7;}
.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: 14px 0;}
.Footer-copyright h6, .Footer-copyright p{color: #f7f7f7;line-height: 18px;}
.Footer-copyright h6{font-size: 12px;float: right;padding-right: 20px;}
.Footer-copyright h6 span{display: block;text-align: right;}
.Footer-copyright p{font-size: 14px;float: left;}

/* 置顶 */
.backTop {display: none;right: 40px;bottom: 60px;width: 44px;height: 44px;border-radius: 4px;position: fixed;cursor: pointer;z-index: 9999; background: #028ed6 url('../images/top.svg') no-repeat center/22px auto;}
@media all and (max-width:1599px) {.backTop {right: 20px;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: 1400px;}
    .Header-navbar li{margin: 0 26px;}
    .Footer-navbar{width: 66%}
    .Footer-coulmn {width: 26%;}
}

@media all and (max-width:1439px) {
    /* 1360 */
    .contain{width: 1200px;}
	
}

@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%;}
    .menu-handler{display: none;}
    .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:#0a5ca8;}
    .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: #0a5ca8 url('../images/searchW.svg') no-repeat center /26px auto !important;z-index: 2;}
    .Header-search-click.active {background-image: url('../images/close.svg') !important;}
    .Header-search-click {background-image: url('../images/search.svg') !important;}
    .Header-logo img{max-height: 40px}
    .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/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/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-chat .online{padding: 10px 20px;}
    .Footer-copyright {padding: 20px 0 40px;}
    .Footer-copyright h6{width: 100%;margin-bottom:20px;text-align: center;}
    .Footer-copyright h6 span{display: inline-table;}
    .Footer-copyright p{width: 100%;text-align: center;display: none;}
     
    .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,#0a5ca8,#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;} 
}


/*分页*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.8;
  text-decoration: none;
  color: #0a5ca8;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #0a5ca8;
  border-color: #0a5ca8;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination > li > .active,
.pagination > li > .active > span,
.pagination > li > .active > a:hover,
.pagination > li > .active > span:hover,
.pagination > li > .active > a:focus,
.pagination > li > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0a5ca8;
    border-color: #0a5ca8;
}
.pagination > li > .active:hover {
    color: #fff;
    cursor: default;
    background-color: #ff3300;
    border-color: #ff3300;
}