.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: #e60012;
    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('/cn/tres/NewWebUI/images/navigate2023-top-cross_close.png') no-repeat;
    cursor: pointer;
}
header.showTopCross .banner-top-cross {
    height: auto;
}
@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('/cn/tres/NewWebUI/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: 121px
}

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: #e60012;
    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: 20px
}

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 15px;
    cursor: pointer;
    font-size: 14px
}

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: 0 20px;
    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(/cn/tres/NewWebUI/2020/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(/cn/tres/NewWebUI/2020/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 #e60012;
    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 #e60012
}

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: #e60012;
    font-weight: 700
}

header #ns-header-main #ns-header-links .ns-header-search ul li a:hover {
    background: #e60012;
    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: #e60012
}

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: #e60012;
    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 #e60012;
    color: #e60012;
    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(/cn/tres/NewWebUI/2020/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(/cn/tres/NewWebUI/2020/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(/cn/tres/NewWebUI/2020/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: #f5f5f5;
    height: 30px;
    padding: 0 36px
}

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 #e60012;
    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 #e60012
}

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: #e60012;
    font-weight: 700
}

header #ns-header-utilities .ns-header-link ul li a:hover {
    background: #e60012;
    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(/cn/tres/NewWebUI/2020/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(/cn/tres/NewWebUI/2020/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: #e60012
}

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: #e60012;
    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 #e60012;
    color: #e60012;
    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(/cn/tres/NewWebUI/2020/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(/cn/tres/NewWebUI/2020/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(/cn/tres/NewWebUI/2020/images/icon-header-staff-login.png) no-repeat;
    background-size: 100% 100%
}

footer {
    background: #dcdddd;
    padding-top: 3.6vw
}

footer .ns-footer-menu {
    display: flex;
    justify-content: flex-start
}

footer .ns-footer-menu .ns-footer-menu-left {
    display: flex;
    width: 75%
}

footer .ns-footer-menu .ns-footer-menu-left .ns-menu-items {
    width: 20%
}

footer .ns-footer-menu .ns-footer-menu-left .ns-menu-items h5 {
    margin-bottom: 40px;
    font-size: 16px;
    color: #000;
    margin-left: 0;
}

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-right .ns-social h5 {
    margin-bottom: 25px;
    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
}

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: 3.6vw;
    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-float-notice {
    position: absolute;
    right: 0;
    top: 105%;
    width: 270px;
    border-top: 3px solid #e60012;
    background: white;
    padding: 15px 20px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#ns-float-contact-us .ns-float-notice p {
    font-size: 14px;
    color: #3d3d3d;
    line-height: 1.5;
}

#ns-float-contact-us .ns-float-notice a {
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    color: #e60012;
    line-height: 1;
    padding: 7px 20px;
    border: 1px solid #e60012;
    border-radius: 20px;
}
#ns-float-contact-us .ns-float-notice .ns-float-notice-close {
    font-size: 20px;
    color: #e60012;
    position: absolute;
    top: 0;
    right: 10px;
    transform: rotate(45deg);
    cursor: pointer;
}
#ns-float-contact-us.noread .ns-btn:after {
    position: absolute;
    content: '1';
    font-size: 14px;
    color: white;
    line-height: 22px;
    width: 22px;
    height: 22px;
    background: #E60012;
    border: 2px solid #F5F5F5;
    border-radius: 22px;
    text-align: center;
    right: 0;
    top: 0;
    transform: translateY(-50%);
}
#ns-float-contact-us.noread .ns-float-notice {
    display: flex;
}


#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: #e60012;
    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(/cn/tres/NewWebUI/2020/images/menu/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; font-weight: normal;}
.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: #e60012; 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: #e60012; }
.hz_210918_box3:hover .hz_210918_show1 { display: none; }
.hz_210918_box3:hover .hz_210918_show2 { display: inline-block; }

.hy_20240627_box{ display: block; justify-content: left; width: 100%; margin: 0;}
.hy_20240627_box:hover .hz_210918_contactImg1{ transform: translate(3px, 0); }


.hy_20240702_box{ width: 90.3%; margin: 5% auto 0; display: flex; flex-direction: row; justify-content: space-between;    /*align-items: center;*/ }
.hy_20240702_contactList{ width: 49.1%; background-color: #fff; border-radius: 8px; box-sizing: border-box; overflow: hidden;}
.hy_20240702_contactList .top-title-box{ background-color: #e60012; font-size: 18px; color: #fff; text-align: center; padding: 10px 0;}
.hy_20240702_contactList .cont-box{ padding: 20px;}
.hy_20240702_contactList .cont-box .li-btn{ padding: 10px 15px; border: 1px solid #ebeff2; border-radius: 8px; background-color: #f1f6fa; margin-bottom: 15px; text-align: center; font-size: 0;}
.hy_20240702_contactList .cont-box .li-btn .icon,.hy_20240702_contactList .cont-box .li-btn span{ display: inline-block; vertical-align: middle;}
.hy_20240702_contactList .cont-box .li-btn .icon{ width: 20px;}
.hy_20240702_contactList .cont-box .li-btn .icon img{ display: block; width: 100%;}
.hy_20240702_contactList .cont-box .li-btn span{ font-size: 16px; color: #e60012; font-weight: bold; margin-left: 5px;}
.hy_20240702_contactList .cont-box .li-btn:first-child{ margin-bottom: 10px;}

.hy_20240702_contactList .cont-box .li-block{ padding: 20px 15px; border: 1px solid #ebeff2; border-radius: 8px; margin-bottom: 15px; text-align: center; min-height: 94px;}
.hy_20240702_contactList .cont-box .li-block:last-child{ margin-bottom: 0;}
.hy_20240702_contactList .cont-box .li-block .title{ font-size: 16px; color: #727171; padding: 0; margin: 0;}
.hy_20240702_contactList .cont-box .li-block .num{ font-size: 20px; font-style: italic; margin-top: 5px; white-space: pre-wrap;}

.hy_20240702_box2{ margin-top: 3%; font-size: 16px; color: #4890d8; display: block; line-height: 1; margin-bottom: 2%; text-align: center; text-decoration: underline;}


.browsehappy{display:none;padding:20px 0;color:#333;background:rgba(204, 204, 204, .8); width: 100%; position:fixed; left: 0; bottom: 0; z-index:99}
.browsehappy p{font-size:14px;line-height:1.95;position:relative;max-width:760px;margin:0 auto;padding-right:80px}
.LANG-cn .browsehappy p{line-height:1.95}
.browsehappy a.close img{width:24px;height:24px}
.browsehappy a.close{line-height:30px;position:absolute;top:0;right:0;display:block;float:right;width:30px;height:30px;text-align:center;color:#fff;opacity:inherit}
.ReadPolicy a{text-decoration:underline;color:#333;position:relative}
.ReadPolicy a.close{text-decoration:none}
.ReadPolicy p{line-height:1.428}
.ReadPolicy .new_lb:first-child:after{display:block;content:"";width:24px;height:12px;background-image:url(../img/new_lb.png);position:absolute;top:-8px;right:-15px;clear:both}
.browsehappy{text-align:center}
.browsehappy p{line-height:1.428;display:inline-block;max-width:none;padding:2px 80px 2px 0}







@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; }
	
	.hy_20240702_contactList .top-title-box{ font-size: 4vw; padding: 8px 0;}
	
	.hy_20240702_contactList .cont-box{ padding: 10px;}
	.hy_20240702_contactList .cont-box .li-btn{ padding: 8px 10px;}
	.hy_20240702_contactList .cont-box .li-btn .icon{ width: 4.6vw;}
	.hy_20240702_contactList .cont-box .li-btn span{ font-size: 3.7vw;}
	.hy_20240702_contactList .cont-box .li-block{ padding: 8px 10px; min-height: auto; margin-bottom: 15px;}
	.hy_20240702_contactList .cont-box .li-block .title{ font-size: 3.2vw;}
	.hy_20240702_contactList .cont-box .li-block .num{ font-size: 4vw; text-align: left; height: 3em;}
	.hy_20240702_contactList_right .cont-box .li-block .num{ text-align: center;}
	
	.hy_20240702_box2{ font-size: 3.5vw;}
	
	.browsehappy{ padding: 10px 0;}
	.browsehappy p{padding-right:30px;padding-left:10px;line-height:1.5 !important;font-size:12px}
	.browsehappy a.close{top:0;right:0;width:40px;height:100%}
	.browsehappy a.close img{position:absolute;left:10px;top:50%;margin-top:-12px}
	
}


@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
    }
}

@media (max-width:992px) {
    #ns-page-body {
        margin-top: 44px
    }

    header {
        padding: 0 3.125vw;
        height: 44px
    }

    header #ns-header-main {
        padding: 0
    }

    header #ns-header-main #ns-header-menu {
        flex: auto;
        display: flex;
        justify-content: space-between;
        height: auto
    }

    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: 70px;
        margin-top: 5px
    }

    header #ns-header-main #ns-header-menu ul {
        display: none
    }

    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: #e60012;
        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(/cn/tres/NewWebUI/2020/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
    }
}
