.banner-top-cross {
    position: relative;
    height: 0;
    font-size: 0;
    overflow: hidden;
    transition: .5s;
}
.banner-top-cross img {
    width: 100%;
}
.banner-top-cross img.mb {
    display: none;
}
.banner-top-cross .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-top-cross .content p {
    font-size: 20px;
    color: white;
    font-style: italic;
}
.banner-top-cross .content a {
    font-size: 18px;
    color: white;
    background: #0081CA;
    padding: 5px 20px;
    border-radius: 20px;
}
.banner-top-cross .content a:visited:hover {
    color: white;
}
.banner-top-cross .content i.close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: url('../images/navigate2023-top-cross_close.png') no-repeat;
    cursor: pointer;
}
header.showTopCross .banner-top-cross {
    height: auto;
}

/* 浮窗 */
.flo{position: fixed;right: 0.2rem;bottom: 8rem;z-index: 100;display: block;width: 44px; font-size:14px;}
.flo>div{border: 1px solid #fff;border-radius: 44px;box-shadow: 0 2px 10px rgba(0,0,0,0.1);background: #f7f8fa;cursor: pointer;}

.flo_sq{position: relative;width: 100%;height: 126px;margin-bottom: 10px;display: block;}
.flo_sq img{object-fit: contain;border-radius: 44px;}
.flo_sq p{width: 1em;position: absolute;top: 40%;left: 50%;transform: translate(-50%,-50%);line-height: 24px;;color: #fff; }
.flo_cont{position: relative;padding: 0.55rem 0;display: flex;flex-direction: column;align-items: center;justify-content: center;margin-bottom: 10px;}
.flo_cont>p{width: 1em;line-height: 1.2;color: #156BFF;}
.flo_cont svg{margin-bottom: 0.12rem;width: 19px;height: auto;}
.flo_top{height: 44px;display: flex;align-items: center;justify-content: center;}
.flo_top svg{width: 14px;height: auto;}
.flo_top svg path{fill: #333;}
.flo_cont_l{position: absolute;background: #f7f8fa;border: 1px solid #fff;border-radius: 5px;right: 63px;padding: 25px 25px;width: 220px;top: -13rem;filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));display: none;}
.flo_cont_l>svg,.flo_cont_l>img{position: absolute;left: 100%;bottom: 1rem;width: 11px;height: auto;}
.flo_cont_l>svg path{fill: #f7f8fa;}
.flo_cont_l_tw_box{margin-bottom: 0.2rem;padding-bottom: 15px;border-bottom: 1px solid #ddd;display: flex;align-items: flex-start; margin-top:10px}
.flo_cont_l_tw_ic svg{width: 18px;height: auto;margin-right: 10px;}
.flo_cont_l_tw_num p{line-height: 1.2;margin-bottom: 15px;padding-left:10px;}
.flo_cont_l_tw_num>span{color: #156BFF;white-space: nowrap;width: 100%;padding-left:10px;}
.flo_cont_l_tw_num{display: flex;flex-wrap: wrap;align-items: center;}
.flo_cont_l_tw_num>a{line-height: 30px;padding: 0 17px;background: #156BFF;color: #fff;border-radius: 4px;display: flex;align-items: center;margin-left: 8px;}
.flo_cont_l_b{padding-left: 0.27rem;display: flex;align-items: center;line-height: 30px;}
.flo_cont_l_b img{width: 6px;margin-left: 8px;}
@media screen and (max-width: 767px) {
	.flo{display: none !important;}
}


@media (max-width: 768px) {
    header.showTopCross {
        height: auto;
    }
    .banner-top-cross {
        margin: 0 -3.125vw;
    }
    .banner-top-cross img.pc {
        display: none;
    }
    .banner-top-cross img.mb {
        display: block;
    }
    .banner-top-cross .content {
        width: 100%;
        flex-direction: column;
    }
    .banner-top-cross .content p {
        font-size: 12px;
    }
    .banner-top-cross .content a {
        margin-top: 10px;
        font-size: 12px;
    }
    .banner-top-cross .content i.close {
        right: 10px;
    }
}

.right-float-navigate {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
    width: 258px;
    height: 155px;
    z-index: 99999;
    transition: .3s;
}
.right-float-navigate.show {
    transform: translate(0, -50%);
}
.right-float-navigate img {
    width: 100%;
}
.right-float-navigate .content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 48px 15px 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.right-float-navigate .content p {
    margin-bottom: 10px;
    font-size: 14px;
    color: white;
    line-height: 1.25;
    text-indent: 2em;
    text-align: center;
}
.right-float-navigate .content a.btn-navi {
    display: inline-block;
    padding: 8px 25px;
    font-size: 14px;
    color: white;
    line-height: 1;
    background: linear-gradient(to right, #0a9bc7, #20d69a);
    text-shadow: 1px 1px rgba(0, 0, 0, .5);
/*    transition: .3s;*/
}
.right-float-navigate .content a.btn-navi:hover {
    background-size: 200% 100%;
}
.right-float-navigate i.close {
    position: absolute;
    right: 10px;
    top: 30px;
    width: 22px;
    height: 22px;
    background: url('../images/navigate2023-top-cross_close.png') no-repeat;
    cursor: pointer;
}

@media (max-width: 768px) {
    .right-float-navigate {
/*        bottom: 50px;*/
        transform-origin: 100% 50%;
        transform: translate(100%, -50%) scale(.5);
    }
    .right-float-navigate.show {
        transform: translate(0, -50%) scale(.5);
    }
}




header {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 10px #ccc;
    position: fixed;
    top: 0;
    z-index: 3001
}

header p {
    margin: 0;
}

header #ns-header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 36px
}

header #ns-header-main #ns-header-menu {
    display: flex;
    height: 70px;
    font-size: 16px;
    color: #000;
    align-items: center
}

header #ns-header-main #ns-header-menu img {
    width: 150px
}

header #ns-header-main #ns-header-menu button {
    display: flex;
    border: 0;
    background: 0 0;
    margin: 0 30px 0 55px;
    justify-content: center;
    align-items: center;
    padding: 0
}

header #ns-header-main #ns-header-menu button>div {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 15px;
    margin-right: 10px
}

header #ns-header-main #ns-header-menu button>div span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    top: 0;
    background-color: #0081CA;
    transition: .3s
}

header #ns-header-main #ns-header-menu button>div span:nth-of-type(2) {
    top: 6px
}

header #ns-header-main #ns-header-menu button>div span:last-of-type {
    top: 12px
}

header #ns-header-main #ns-header-menu button>div.open span {
    top: 50%
}

header #ns-header-main #ns-header-menu button>div.open span:nth-of-type(1) {
    opacity: 0
}

header #ns-header-main #ns-header-menu button>div.open span:nth-of-type(2) {
    transform: translateY(-50%) rotate(45deg)
}

header #ns-header-main #ns-header-menu button>div.open span:nth-of-type(3) {
    transform: translateY(-50%) rotate(-45deg)
}

header #ns-header-main #ns-header-menu ul {
    position: relative;
    display: flex;
    height: 100%;
    padding-left: 100px
}

header #ns-header-main #ns-header-menu ul:before {
    position: absolute;
    content: '';
    font-size: 0;
    height: 17px;
    border-left: 1px solid #e1e1e1;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

header #ns-header-main #ns-header-menu ul li {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 18px;
    cursor: pointer;
    font-size: 16px
}

header #ns-header-main #ns-header-menu ul li:hover {
color:#0081CA
}

header #ns-header-main #ns-header-menu .ns-header-menu-mb {
    display: none
}

header #ns-header-main #ns-header-links {
    display: flex;
    align-items: center
}

header #ns-header-main #ns-header-links a {
    margin:0px;
    color: #000
}

header #ns-header-main #ns-header-links .ns-header-mall {
    display: flex;
    align-items: center
}

header #ns-header-main #ns-header-links .ns-header-mall:before {
    content: '';
    width: 25px;
    height: 30px;
    margin-right: 5px;
    background: url(../images/icon-header-mall.png) no-repeat;
    background-size: cover
}

header #ns-header-main #ns-header-links .ns-header-mall:after {
    content: '';
    width: 11px;
    height: 11px;
    margin-left: 5px;
    background: url(../images/icon-header-external.png) no-repeat;
    background-size: cover
}

header #ns-header-main #ns-header-links .ns-header-search {
    position: relative;
    display: inline-block;
    color: #000;
    text-decoration: none;
    outline: 0
}

header #ns-header-main #ns-header-links .ns-header-search .iconfont {
    font-size: 20px
}

header #ns-header-main #ns-header-links .ns-header-search ul {
    display: none;
    position: absolute;
    background: #fff;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    white-space: nowrap;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
    border-top: 2px solid #0081CA;
    z-index: 1001
}

header #ns-header-main #ns-header-links .ns-header-search ul:before {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #0081CA
}

header #ns-header-main #ns-header-links .ns-header-search ul li {
    padding: 0;
    border-bottom: 1px solid #f5f5f5
}

header #ns-header-main #ns-header-links .ns-header-search ul li a {
    display: block;
    padding: 10px 25px;
    font-size: 14px;
    color: #333;
    text-decoration: none
}

header #ns-header-main #ns-header-links .ns-header-search ul li a.active {
    color: #0081CA;
    font-weight: 700
}

header #ns-header-main #ns-header-links .ns-header-search ul li a:hover {
    background: #0081CA;
    color: #fff
}

header #ns-header-main #ns-header-links .ns-header-search ul li:last-child {
    border-bottom: 0
}

header #ns-header-main #ns-header-links .ns-header-search:hover {
    text-decoration: none
}

header #ns-header-main #ns-header-links .ns-header-search:hover>ul {
    display: block
}

header #ns-header-main #ns-header-links .ns-header-search:last-child {
    margin-right: 0
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user.admin-user {
    width: auto
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user.admin-user ul {
    display: none
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user.admin-user .iconfont {
    display: none
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user.admin-user .ns-user-text {
    display: inline
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user.admin-user .ns-user-nologin {
    display: none
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user .ns-user-text {
    display: none;
    font-size: 14px;
    color: #000
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user .ns-user-text span {
    padding-left: 5px;
    color: red
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user .ns-user-text a {
    padding-left: 5px;
    color: #000
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user ul {
    z-index: 3001
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user ul li {
    cursor: pointer;
    border: 0
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user ul li.active h2 span {
    border: 0
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user ul li.active h2 span i {
    border-color: #0081CA
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user ul li.active h2 span i::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0081CA;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user ul li.active .ns-login-details {
    display: block
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user ul li .ns-login-details {
    display: none;
    justify-content: space-between;
    background: #fff
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user ul li .ns-login-details li {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    justify-content: space-between;
    border-bottom: 1px solid #efefef
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user ul li .ns-login-details li:last-child {
    border: none
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user ul li .ns-login-details li a {
    margin-left: 5px;
    padding: 4px 8px;
    border: 1px solid #0081CA;
    color: #0081CA;
    background: #fff;
    font-size: 12px;
    border-radius: 20px
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user ul li h2 {
    font-size: 14px;
    color: #333;
    text-align: left;
    font-weight: 400
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user ul li h2 span {
    display: block;
    padding: 10px 10px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    color: #333
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user ul li h2 span i {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    margin-right: 5px;
    position: relative
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user ul li h2 span.ns-my-icon::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user ul li h2 span.ns-my-user::after {
    background: url(../images/icon-header-user-login.png) no-repeat;
    background-size: 100% 100%
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user ul li h2 span.ns-my-partner::after {
    background: url(../images/icon-header-partner-login.png) no-repeat;
    background-size: 100% 100%
}

header #ns-header-main #ns-header-links .ns-header-search.ns-header-user ul li h2 span.ns-my-staff::after {
    background: url(../images/icon-header-staff-login.png) no-repeat;
    background-size: 100% 100%
}

header #ns-header-utilities {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #fff;
    height: 30px;
    padding: 0 36px
}
#language li {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
header .lang-nav-link.active {
    color: #0081CA !important;
}
header #ns-header-utilities .ns-header-link {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    box-sizing: content-box
}

header #ns-header-utilities .ns-header-link .ns-header-link-text {
    font-size: 14px;
    color: #757575
}

header #ns-header-utilities .ns-header-link a {
    color: #000;
    text-decoration: none;
    outline: 0
}

header #ns-header-utilities .ns-header-link .iconfont {
    font-size: 20px
}

header #ns-header-utilities .ns-header-link ul {
    display: none;
    position: absolute;
    background: #fff;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    white-space: nowrap;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
    border-top: 2px solid #0081CA;
    z-index: 1001
}

header #ns-header-utilities .ns-header-link ul:before {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #0081CA
}

header #ns-header-utilities .ns-header-link ul li {
    padding: 0;
    border-bottom: 1px solid #f5f5f5
}

header #ns-header-utilities .ns-header-link ul li a {
    display: block;
    padding: 10px 25px;
    font-size: 14px;
    color: #333;
    text-decoration: none
}

header #ns-header-utilities .ns-header-link ul li a.active {
    color: #0081CA;
    font-weight: 700
}

header #ns-header-utilities .ns-header-link ul li a:hover {
    background: #0081CA;
    color: #fff
}

header #ns-header-utilities .ns-header-link ul li:last-child {
    border-bottom: 0
}

header #ns-header-utilities .ns-header-link:hover {
    text-decoration: none
}

header #ns-header-utilities .ns-header-link:hover>ul {
    display: block
}

header #ns-header-utilities .ns-header-link:last-child {
    margin-right: 0
}

header #ns-header-utilities .ns-header-link.ns-header-global {
    padding-left: 20px;
    background: url(../images/icon-header-global.png) left center no-repeat;
    background-size: 15px 15px
}

header #ns-header-utilities .ns-header-link.ns-header-user {
    padding-left: 20px;
    background: url(../images/icon-header-user.png) left center no-repeat;
    background-size: 15px 15px
}

header #ns-header-utilities .ns-header-link.ns-header-user.admin-user {
    width: auto
}

header #ns-header-utilities .ns-header-link.ns-header-user.admin-user ul {
    display: none
}

header #ns-header-utilities .ns-header-link.ns-header-user.admin-user .iconfont {
    display: none
}

header #ns-header-utilities .ns-header-link.ns-header-user.admin-user .ns-user-nologin {
    display: none
}

header #ns-header-utilities .ns-header-link.ns-header-user.admin-user .ns-user-text {
    display: inline
}

header #ns-header-utilities .ns-header-link.ns-header-user .ns-user-text {
    display: none;
    font-size: 14px;
    color: #000
}

header #ns-header-utilities .ns-header-link.ns-header-user .ns-user-text span {
    padding-left: 5px;
    color: red
}

header #ns-header-utilities .ns-header-link.ns-header-user .ns-user-text a {
    padding-left: 5px;
    color: #000
}

header #ns-header-utilities .ns-header-link.ns-header-user ul {
    z-index: 3001
}

header #ns-header-utilities .ns-header-link.ns-header-user ul li {
    cursor: pointer;
    border: 0
}

header #ns-header-utilities .ns-header-link.ns-header-user ul li.active h2 span {
    border: 0
}

header #ns-header-utilities .ns-header-link.ns-header-user ul li.active h2 span i {
    border-color: #0081CA
}

header #ns-header-utilities .ns-header-link.ns-header-user ul li.active h2 span i::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0081CA;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

header #ns-header-utilities .ns-header-link.ns-header-user ul li.active .ns-login-details {
    display: block
}

header #ns-header-utilities .ns-header-link.ns-header-user ul li .ns-login-details {
    display: none;
    justify-content: space-between;
    background: #fff
}

header #ns-header-utilities .ns-header-link.ns-header-user ul li .ns-login-details li {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    justify-content: space-between;
    border-bottom: 1px solid #efefef
}

header #ns-header-utilities .ns-header-link.ns-header-user ul li .ns-login-details li:last-child {
    border: none
}

header #ns-header-utilities .ns-header-link.ns-header-user ul li .ns-login-details li a {
    margin-left: 5px;
    padding: 4px 8px;
    border: 1px solid #0081CA;
    color: #0081CA;
    background: #fff;
    font-size: 12px;
    border-radius: 20px
}

header #ns-header-utilities .ns-header-link.ns-header-user ul li h2 {
    font-size: 14px;
    color: #333;
    text-align: left;
    font-weight: 400
}

header #ns-header-utilities .ns-header-link.ns-header-user ul li h2 span {
    display: block;
    padding: 10px 10px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    color: #333
}

header #ns-header-utilities .ns-header-link.ns-header-user ul li h2 span i {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    margin-right: 5px;
    position: relative
}

header #ns-header-utilities .ns-header-link.ns-header-user ul li h2 span.ns-my-icon::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

header #ns-header-utilities .ns-header-link.ns-header-user ul li h2 span.ns-my-user::after {
    background: url(../images/icon-header-user-login.png) no-repeat;
    background-size: 100% 100%
}

header #ns-header-utilities .ns-header-link.ns-header-user ul li h2 span.ns-my-partner::after {
    background: url(../images/icon-header-partner-login.png) no-repeat;
    background-size: 100% 100%
}

header #ns-header-utilities .ns-header-link.ns-header-user ul li h2 span.ns-my-staff::after {
    background: url(../images/icon-header-staff-login.png) no-repeat;
    background-size: 100% 100%
}

footer {
    background: #dcdddd;
    padding-top: 3.6vw!important;
}

footer .ns-footer-menu {
    display: flex;
    justify-content: flex-start
}

footer .ns-footer-menu .ns-footer-menu-left {
    display: flex;
    width: 85%
}

footer .ns-footer-menu .ns-footer-menu-left .ns-menu-items {
    width: 33.3333333%; 
}


footer .ns-footer-menu .ns-footer-menu-left .ns-menu-items h5 {
    margin-bottom: 40px;
    font-size: 16px;
    color: #000
}

footer .ns-footer-menu .ns-footer-menu-left .ns-menu-items ul li {
    margin-bottom: 15px
}

footer .ns-footer-menu .ns-footer-menu-left .ns-menu-items ul li a {
    font-size: 14px;
    color: #666
}
footer .ns-footer-menu .ns-footer-menu-left .ns-menu-items ul li a:hover {
    color: #0081CA
}

footer .ns-footer-menu .ns-footer-menu-right .ns-social h5 {
    margin-bottom: 40px;
    font-size: 16px;
    color: #000
}

/*footer .ns-footer-menu .ns-footer-menu-right .ns-social ul {
    display: flex
}*/

footer .ns-footer-menu .ns-footer-menu-right .ns-social ul li {
    position: relative;
   /* margin-right: 30px*/
}
.ns-footer-menu-right ul li:first-child p{font-size: 18px !important;}
footer .ns-footer-menu .ns-footer-menu-right .ns-social ul li p{font-size: 14px;color:#666;margin-bottom: 15px;line-height: 22px;}
footer .ns-footer-menu .ns-footer-menu-right .ns-social ul li .foot_center{display: inline-block;}
footer .ns-footer-menu .ns-footer-menu-right .ns-social ul li .foot_center p{text-align: center;}
footer .ns-footer-menu .ns-footer-menu-right .ns-social ul li .qrcode {
    position: absolute;
    display: none;
    background: #fff;
    padding: 0;
    text-align: center;
    left: 50%;
    top: 105%;
    transform: translateX(-50%);
    font-size: 14px
}

footer .ns-footer-menu .ns-footer-menu-right .ns-social ul li .qrcode:before {
    content: '';
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%)
}

footer .ns-footer-menu .ns-footer-menu-right .ns-social ul li:hover .qrcode {
    display: block
}

footer .ns-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5vw;
    padding-top: 1.8vw;
    padding-bottom: 1.8vw;
    border-top: 1px solid #cbcbcb
}

footer .ns-footer-bottom .ns-footer-copyright {
    display: flex;
    font-size: 14px;
    color: #666
}

footer .ns-footer-bottom .ns-footer-copyright a {
    color: #666
}

footer .ns-footer-bottom .ns-footer-mini-links ul {
    display: flex
}

footer .ns-footer-bottom .ns-footer-mini-links ul li {
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    border-right: 1px solid #666
}

footer .ns-footer-bottom .ns-footer-mini-links ul li:last-child {
    border-right: 0
}

footer .ns-footer-bottom .ns-footer-mini-links ul li a {
    font-size: 14px;
    color: #666
}

#ns-float-contact-us {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999
}

#ns-float-contact-us .ns-btn {
    margin: 0
}

#ns-float-contact-us.active .ns-float-details {
    display: block;
    padding-bottom: 20px
}

#ns-float-contact-us.active .ns-btn {
    display: none
}

#ns-float-contact-us .ns-float-details {
    display: none;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

#ns-float-contact-us .ns-float-details li {
    position: relative
}

#ns-float-contact-us .ns-float-details li:last-child:after {
    display: none
}

#ns-float-contact-us .ns-float-details li::after {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% - 60px);
    margin: 0 auto;
    background: #e5e5e5
}

#ns-float-contact-us .ns-float-details li h2 {
    color: #fff;
    padding: 20px 30px;
    background: #0081CA;
    font-size: 24px
}

#ns-float-contact-us .ns-float-details li a:hover {
    text-decoration: none
}

#ns-float-contact-us .ns-float-details li h3 {
    padding: 20px 30px;
    font-size: 18px;
    transition: all .5s;
    display: block;
    color: #000;
    position: relative
}

#ns-float-contact-us .ns-float-details li h3:hover {
    background: #f5f5f5
}

#ns-float-contact-us .ns-float-details li h3::after {
    content: "";
    background: url(../images/menu-arrow.png) no-repeat;
    background-size: cover;
    background-position: -6px 0;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%)
}

#ns-float-contact-us .ns-float-details li p {
    padding: 5px 30px;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #000
}

#ns-float-contact-us .ns-float-details li p:last-child {
    padding-bottom: 15px
}

#ns-float-contact-us .ns-float-details li p img {
    margin-right: 10px
}

#ns-float-contact-us .ns-float-details li .ns-close-float-contact-us span {
    width: 20px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: 30px;
    background: #fff;
    cursor: pointer
}

#ns-float-contact-us .ns-float-details li .ns-close-float-contact-us span:nth-of-type(1) {
    transform: translateY(-50%) rotate(45deg)
}

#ns-float-contact-us .ns-float-details li .ns-close-float-contact-us span:nth-of-type(2) {
    transform: translateY(-50%) rotate(-45deg)
}


/*联系我们*/
#ns-float-contact-us.hz_210918_contact { bottom: 130px; }
#ns-float-contact-us.hz_210918_contact.active { top: 50%; bottom: auto; left: 50%; right: auto; transform: translate(-50%, -50%); box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2); border-radius: 12px; overflow: hidden; }
.hz_210918_contact .ns-float-details { width: 606px; }
#ns-float-contact-us.hz_210918_contact .ns-float-details { background-color: #f6f8fa; }
#ns-float-contact-us.hz_210918_contact .ns-float-details li h2 { font-size: 22px; }
.hz_210918_box { width: 90.3%; margin: 5% auto 0; display: flex; flex-direction: row; justify-content: space-between;    /*align-items: center;*/ }
.hz_210918_box2 { margin-top: 2%; background-color: #fff; border-radius: 8px; padding: 15px 0; justify-content: center; align-items: center; font-size: 18px; font-weight: bold; color: #333; }
.hz_210918_box3 { margin-top: 3%; font-size: 16px; color: #999999; display: block; line-height: 1; margin-bottom: 2%; text-align: center; }
.hz_210918_contactList { width: 49.1%; background-color: #fff; border-radius: 8px;    /*padding:25px 25px 10px 25px;*/ padding: 10px 0; box-sizing: border-box; }
.hz_210918_contactList>li { padding: 15px 25px; }
.hz_210918_contactList>li { font-size: 18px; font-weight: bold; color: #333; }
.hz_210918_l1 { padding-bottom: 20px; }
.hz_210918_l2 {    /*padding:12.8px 0 32.8px;*/
margin: 12px auto; }
.hz_210918_contactList>li span { font-size: 16px; color: #0081CA; font-weight: bold; }
.hz_210918_contactIcon1 { width: 22px; }
#ns-float-contact-us.hz_210918_contact .ns-float-details li::after { display: none; }
#ns-float-contact-us.hz_210918_contact .hz_210918_contactList>li p { padding: 0; font-size: 20px; color: #333333; }
#ns-float-contact-us.hz_210918_contact .hz_210918_contactList>li p:first-child { font-size: 14px; color: #999999; }
#ns-float-contact-us.hz_210918_contact .ns-float-details li p:last-child { padding-bottom: 0; }
.hz_210918_contactImg1 { width: 6px; }
.hz_210918_contactImg2 { width: 18px; }
.hz_210918_contactIcon6 { width: 7px; }
.hz_210918_l2:hover .hz_210918_contactImg1 { transform: translate(3px, 0); }
.hz_210918_box3:hover { color: #0081CA; }
.hz_210918_box3:hover .hz_210918_show1 { display: none; }
.hz_210918_box3:hover .hz_210918_show2 { display: inline-block; }



@media screen and (max-width:768px) {
    #ns-float-contact-us.hz_210918_contact { bottom: 100px; }
    #ns-float-contact-us.hz_210918_contact .ns-btn { font-size: 4.3vw; padding: 6px 25px; }
    .hz_210918_contact .ns-float-details { width: 93.3vw; margin: 0 auto; }
    #ns-float-contact-us.hz_210918_contact .ns-float-details li h2 { font-size: 4.5vw; }
    .hz_210918_contactList {        /*padding:15px 15px 0 15px;*/ }
    .hz_210918_contactList>li { margin-bottom: 3%; padding: 5% 15px; }
    .hz_210918_contactList>li { font-size: 3.7vw; }
    .hz_210918_contactIcon1 { width: 4.6vw; }
    .hz_210918_contactList>li span { font-size: 3.5vw; }
    .hz_210918_l1 { padding-bottom: 7%; }
    .hz_210918_l2 {        /*padding:3% 0 5%;*/
    margin: 0 auto; }
    #ns-float-contact-us.hz_210918_contact .hz_210918_contactList>li p:first-child { font-size: 2.9vw; }
    #ns-float-contact-us .ns-float-details li p:last-child { font-size: 4.5vw; white-space: pre-wrap; }
    .hz_210918_box2 { font-size: 3.7vw; }
    .hz_210918_box3 { font-size: 3.5vw; }
    .hz_210918_contactList>li:hover { background-color: #FFF; }
    .hz_210918_box2:hover { background-color: #FFF; }
}


@media (max-width:1200px) {
    header #ns-header-menu {
        font-size: 14px
    }

    header #ns-header-menu img {
        width: 85px
    }

    header #ns-header-menu button {
        margin: 0 15px 0 25px
    }

    header #ns-header-menu ul {
        padding-left: 10px
    }

    header #ns-header-menu ul li {
        margin: 0 10px
    }
    header #ns-header-main #ns-header-menu ul{padding-left: 0;}
    header #ns-header-utilities{padding: 0 6px;}
}

@media (max-width:1024px) {
    #ns-page-body {
        margin-top: 44px
    }

    header {
        padding: 10px;
        height: auto
    }



    header #ns-header-main #ns-header-menu {
        flex: auto;
        display: flex;
        justify-content: space-between;
        height: auto
    }
header #ns-header-main{padding: 0;}
    header #ns-header-main #ns-header-menu button {
        margin-right: 0;
        text-indent: -999em;
        overflow: hidden;
        width: 24px;
        height: 18px;
        padding-left: 0;
        display: none
    }

    header #ns-header-main #ns-header-menu .ns-logo {
        width: 130px;
        margin-top: 10px
    }

    header #ns-header-main #ns-header-menu ul {
        display: none;
        position: fixed;
        top: 45px;
        left: 0;
        height: 100%;
        right: 0;
        width: 100%;
        background: #ffffff;
        padding-top: 5%;
        z-index: 999999;
    }
header #ns-header-main #ns-header-menu ul li{display: block;height: auto;padding: 3% 0;border-bottom: 1px dashed #ccc;text-align: center;}
    header #ns-header-main #ns-header-menu .ns-header-menu-mb {
        display: inline-block;
        position: relative;
        width: 26px;
        height: 20px
    }

    header #ns-header-main #ns-header-menu .ns-header-menu-mb span {
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        top: 0;
        background-color: #0081CA;
        transition: .3s
    }

    header #ns-header-main #ns-header-menu .ns-header-menu-mb span:nth-of-type(2) {
        top: 8px
    }

    header #ns-header-main #ns-header-menu .ns-header-menu-mb span:last-of-type {
        top: 16px
    }

    header #ns-header-main #ns-header-menu .ns-header-menu-mb.open span {
        top: 50%
    }

    header #ns-header-main #ns-header-menu .ns-header-menu-mb.open span:nth-of-type(1) {
        opacity: 0
    }

    header #ns-header-main #ns-header-menu .ns-header-menu-mb.open span:nth-of-type(2) {
        transform: translateY(-50%) rotate(45deg)
    }

    header #ns-header-main #ns-header-menu .ns-header-menu-mb.open span:nth-of-type(3) {
        transform: translateY(-50%) rotate(-45deg)
    }

    header #ns-header-main #ns-header-links {
        display: none
    }

    header #ns-header-utilities {
        display: none
    }

    #contact-us .ns-icon-info {
        min-height: 30vw
    }

    footer {
        padding-left: 3.125vw;
        padding-right: 3.125vw
    }

    footer .ns-footer-menu {
        flex-direction: column
    }

    footer .ns-footer-menu .ns-footer-menu-left {
        width: auto;
        flex-direction: column
    }

    footer .ns-footer-menu .ns-footer-menu-left .ns-menu-items {
        width: auto;
        border-bottom: 1px solid #ccc
    }

    footer .ns-footer-menu .ns-footer-menu-left .ns-menu-items h5 {
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 400
    }

    footer .ns-footer-menu .ns-footer-menu-left .ns-menu-items h5:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 14px;
        height: 9px;
        background: url(../images/arrow-footer-menu.png) no-repeat;
        background-size: cover;
        transform: translateY(-50%) rotate(0);
        transition: .3s
    }

    footer .ns-footer-menu .ns-footer-menu-left .ns-menu-items ul {
        display: none;
        margin-top: 15px
    }

    footer .ns-footer-menu .ns-footer-menu-left .ns-menu-items.expanded h5:after {
        transform: translateY(-50%) rotate(180deg)
    }

    footer .ns-footer-menu .ns-footer-menu-left .ns-menu-items.expanded ul {
        display: block
    }

    footer .ns-footer-menu .ns-footer-menu-right {
        margin-top: 30px
    }

    footer .ns-footer-menu .ns-footer-menu-right .ns-social h5 {
        display: none;
        font-weight: 400
    }

    footer .ns-footer-menu .ns-footer-menu-right .ns-social ul {
        justify-content: space-around;
        padding: 0 30px
    }

    footer .ns-footer-menu .ns-footer-menu-right .ns-social ul li {
        margin-right: 15px
    }

    footer .ns-footer-menu .ns-footer-menu-right .ns-social ul li .qrcode {
        top: auto;
        bottom: 120%
    }

    footer .ns-footer-menu .ns-footer-menu-right .ns-social ul li .qrcode:before {
        border-bottom-color: transparent;
        border-top: 10px solid #fff;
        top: auto;
        bottom: -20px
    }

    footer .ns-footer-menu .ns-footer-menu-right .ns-social ul li:hover .qrcode {
        display: block
    }

    footer .ns-footer-bottom {
        flex-direction: column
    }

    footer .ns-footer-bottom .ns-footer-copyright {
        display: block;
        font-size: 12px;
        text-align: center
    }

    footer .ns-footer-bottom .ns-footer-mini-links {
        margin-top: 10px;
        margin-bottom: 10px
    }

    footer .ns-footer-bottom .ns-footer-mini-links ul li {
        font-size: 12px
    }

    #ns-float-contact-us {
        bottom: 100px;
        right: 0;
        white-space: nowrap
    }

    #ns-float-contact-us .ns-btn {
        font-size: 12px;
        padding: 6px 12px
    }

    #ns-float-contact-us.active {
        right: auto;
        bottom: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    #ns-float-contact-us.active .ns-float-details {
        padding-bottom: 10px
    }

    #ns-float-contact-us .ns-float-details li::after {
        width: calc(100% - 30px)
    }

    #ns-float-contact-us .ns-float-details li h2 {
        padding: 10px 15px;
        font-size: 16px
    }

    #ns-float-contact-us .ns-float-details li h3 {
        padding: 10px 15px;
        font-size: 14px
    }

    #ns-float-contact-us .ns-float-details li h3::after {
        right: 15px
    }

    #ns-float-contact-us .ns-float-details li p {
        padding: 5px 15px;
        font-size: 12px
    }

    #ns-float-contact-us .ns-float-details li p:last-child {
        padding-bottom: 10px
    }

    #ns-float-contact-us .ns-float-details li p img {
        width: 15px
    }

    #ns-float-contact-us .ns-float-details li .ns-close-float-contact-us span {
        width: 15px;
        height: 2px;
        right: 10px
    }
    footer .ns-footer-menu .ns-footer-menu-left .ns-menu-items:nth-child(1){margin-right: 0;}
}

.ns-footer-copyright a:hover,.ns-footer-mini-links ul li a:hover{
    color: #0081CA !important;
}

@media (max-width:768px) {
	footer .ns-footer-menu .ns-footer-menu-right .ns-social ul {
        padding: 0
    }
	footer .ns-footer-menu .ns-footer-menu-right .ns-social ul li p{margin-bottom: 8px;}
	footer .ns-footer-bottom .ns-footer-mini-links ul li a{font-size: 12px;}
	footer .ns-footer-bottom{padding-left: 0 !important;padding-right: 0 !important;}
}

