/* GLOBAL STYLES */

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "宋体", "黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
em,
img,
strong,
sub,
sup,
tt,
dd,
dl,
dt,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li,
p,
a,
section,
a {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a {
    text-decoration: none !important;
}

input,
select,
textarea {
    vertical-align: middle;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

ul,
li {
    list-style-type: none;
}

a {
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
a {
    tap-highlight-color: rgba(0, 0, 0, 0);
    focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}



.show-pc {
    display: block;
}

.show-phone {
    display: none;
}

.container {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.top {
    width: 100%;
    height: 80px;
    background-color: #fff;
}

.top-c {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.logo {
    margin-top: 20px;
    width: 94px;
    float: left;
}

.banner {
    width: 100%;
    height: 500px;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
}

.banner.bs {
    height: 360px;
}

.banner-c {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.banner-c.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-main {
    height: auto;
    width: 100%;

}

.banner-t1 {
    font-size: 60px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.banner-logo {
    position: absolute;
    width: 221px;
    left: 0;
    top: 8%;
}

.banner-btn {
    width: 100%;
    margin: 3% auto 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.banner-btn1 {
    width: 132px;
    height: 50px;
    background-color: #e60012;
    font-size: 20px;
    line-height: 48px;
    margin-right: 70px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    transition: 0.5s;
}

.banner-btn1:hover {
    background-color: #c2000f;
}

.banner-btn2:hover {
    background-color: #c2000f;
}

.banner-btn1 img {
    width: 9px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
}

.banner-btn2 {
    width: 132px;
    height: 50px;
    background-color: #e60012;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    transition: 0.5s;
    /*  display:none;*/
}


.banner-btn2 img {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
}

.banner-title {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 60px;
    color: #fff;
    line-height: 500px;
}

.banner.bs .banner-title {
    line-height: 360px;
}

.nav {
    width: 100%;
    position: relative;
    z-index: 30;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

.nav.cur {
    position: fixed;
    left: 0;
    top: 0;
}

.nav-ul {
    width: 100%;
    overflow: hidden;
}

.nav li.active .nav-main {
    border-bottom: 3px solid #e60012;

}

.nav li.active .nav-main {
    color: #e60012;
    font-weight: 600;
}

.nav li.active .nav-main span {
    font-weight: 600;
}

.nav li.active .nav-img2 {
    display: inline-block;
}

.nav li.active .nav-img1 {
    display: none;
}

.nav li {
    position: relative;
    width: 25%;
    float: left;
    box-sizing: border-box;


}

.nav li:after {
    content: '';
    width: 1px;
    height: 24px;
    background-color: #c9c9c9;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav li.nav-last:after {
    display: none;
}

.nav-main {
    width: 34%;
    text-align: center;
    font-size: 22px;
    color: #333;
    padding: 7.5% 0;
    margin: 0 auto;
    cursor: pointer;
}

.nav-main img {
    width: 33px;
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

.nav-main span {
    padding-right: 5px;
}

.nav-main img.nav-img2 {
    display: none;
}

.content.cl {
    background-color: #f3f3f3;
}

.p0-box {
    padding: 60px 0;
    width: 100%;
    /*    overflow:hidden;*/
}

.p0-ul.active {
    display: block;
}

.p0-ul {
    width: 100%;
    margin: 0 auto;
    display: none;
}

.p0-ul:after {
    content: '';
    display: block;
    clear: both;
}

.p0-ul li {
    width: 31.1%;
    float: left;
    margin-left: 3.3%;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 3.3%;
}

.p0-ul li:first-child {
    margin-left: 0;
}

.p0-img {
    width: 100%;
}

.p0-txt {
    width: 100%;
    background-color: #fff;
    padding: 8% 0;
}

.p0-t1 {
    margin-left: 5.6%;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.p0-bq {

    margin-left: 5.6%;
    margin: 4% 0 4% 5.6%;
}

.p0-bq span {
    display: inline-block;
    padding: 4px 4px 6px 4px;
    background-color: #e60012;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 16px;
    margin-right: 2%;
}

.p0-t2 {
    margin-left: 5.6%;
    font-size: 16px;
    width: 88.8%;
    line-height: 1.7em;
    color: #666666;
}

.p0-more {
    margin-left: 72.2%;
    font-size: 16px;
    color: #e60012;
    margin-top: 5%;
}

.p0-more img {
    width: 6px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

/*底部*/
.bottom {
    width: 100%;
    height: 60px;
    background-color: #4d4d4d;
    text-align: center;
    font-size: 12px;
    line-height: 60px;
    color: #e5e5e5;
}

.bottom .main {
    padding: 0;
}

.bottom img {
    width: auto !important;
    vertical-align: middle;
    display: inline-block;
    padding-left: 1%;
    padding-right: 0.5%;
}

.zx {
    position: fixed;
    bottom: 260px;
    right: -1px;
    width: 75px;
    height: 75px;

    border: 1px solid #fff;
    border-radius: 10px 0 0 10px;
    background-color: #e60012;
    text-align: center;
    margin-bottom: 5px;
    left: auto;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    z-index: 500;
}

.zx p {
    position: relative;
    left: 0;
    top: 48%;
    transform: translateY(-50%);
}

.right-line {
    width: 40%;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    background-color: #fff;
    z-index: 500;
}

.lx {
    position: fixed;
    bottom: 170px;
    right: -1px;
    width: 75px;
    height: 75px;

    border: 1px solid #fff;
    border-radius: 10px 0 0 10px;
    background-color: #e60012;
    text-align: center;
    margin-bottom: 5px;
    left: auto;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.lx p {
    position: relative;
    left: 0;
    top: 48%;
    transform: translateY(-50%);
}

.main.pd {
    margin: 60px auto;
}

.video-box {
    width: 55.2%;
    position: relative;
    margin: 0 auto;
}

.video-img {
    width: 100%;
    position: relative;
}

#video {
    width: 100%;
}

.video-btn {
    position: absolute;
    width: 67px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.p1-title {
    width: 100%;
    box-sizing: border-box;
    font-size: 26px;
    padding-left: 16px;
    border-left: 5px solid #e60012;
    line-height: 26px;
    font-weight: 600;
    color: #333;
}

.mt-1 {
    margin-top: 50px;
}

.p1-ul {
    width: 100%;
    overflow: hidden;
}

.p1-ul li {
    width: 22.7%;
    float: left;
    margin-left: 3%;
}

.p1-ul li:first-child {
    margin-left: 0;
}

.p1-ul1 {
    width: 100%;
    overflow: hidden;
}

.p1-ul1 li {
    width: 30%;
    float: left;
    margin-left: 5%;
}

.p1-ul1 li:first-child {
    margin-left: 0;
}

.p1-img {
    width: 100%;
}

.p1-t1 {
    width: 100%;
    margin: 4% auto;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.p1-t2 {
    font-size: 16px;
    color: #666666;
    line-height: 1.7em;
}

.p1-img2 {
    width: auto;

}

.p1-img2>img {
    width: auto;
    margin: 0 auto;
}

.ic-txt {
    font-size: 16px;
    color: #333;
}

.ic-txt span {
    font-weight: 600;
}

.ic-txt img {
    width: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}

.mt-2 {
    margin-top: 15px;
}

.mt-3 {
    margin-top: 30px;
}

.ic-txt-c {
    font-size: 16px;
    color: #666666;
    margin-left: 10px;
}

.p1-title-c {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.p1-title-c2 {
    font-size: 16px;
    font-weight: 600;
}

.p1-t3 {
    font-size: 16px;
    color: #666666;
    line-height: 1.7em;
}

.p1-t3 span {
    color: #e60012;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75em;
}

.bigred {
    color: #e60012;
    font-size: 18px;
    font-weight: 600;
}

.p1-t4 {
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 1.75em;
}

.p1-t4 img {
    width: 7px;
    float: left;
    margin-top: 11px;
    margin-right: 5px;
}

.p1-t4 p {
    width: 90%;
    float: left;
}

.img-tip {
    width: 100%;
    color: #969696;
    font-size: 16px;
    text-align: center;
    margin: 10px auto 0;
}

.p1-t5 {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.7em;
    color: #666666;
}

.p1-title2 {
    width: 100%;
    display: none;
}

.p1-title2 p {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.p1-line {
    width: 70px;
    height: 5px;
    background-color: #e60012;
    margin: 1.3% auto 0;
}

.download-box {
    width: 100%;
    padding: 3% 0;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    margin-top: 3%;
    /*    display:none;*/
}

.download-c {
    width: 100%;
    display: flex;
    justify-content: center;
}

.yl-box {
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.yl-box img {
    width: 20px;
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
}

.download-txt {
    font-size: 16px;
    color: #e60012;
    margin-left: 108px;
    cursor: pointer;
}

.download-txt img {
    width: 16px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}

.share-btn {
    width: 88px;
    right: 0px;
    position: fixed;
    cursor: pointer;
    bottom: 270px;
}

/*.share-btn:hover #qrcode{
    display:block;
}*/
#qrcode canvas {
    margin-left: 5%;
    margin-top: 5%;
}

#qrcode p {
    font-size: 12px;
    color: #666;
    text-align: center;
}

#qrcode {
    position: absolute;
    width: 150px;
    height: 170px;
    left: -150px;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    display: none;
}

.slt-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.slt-img {
    width: 380px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slt-close {
    width: 36px;
    margin: 20px auto 0;
    cursor: pointer;
}

.newmt1 {
    margin-top: 12.02%;
}

.slt-simg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 300;
}

.plan-zl-box {
    width: 600px;
    left: 50%;
    position: fixed;
    margin-left: -300px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    box-shadow: 0px 3px 8px rgb(0, 0, 0, 0.3);
    background-color: #fff;
    z-index: 999;
    padding: 40px 0;
    display: none;
}

.zl-main {
    width: 81.4%;
    margin: 0 auto;
    overflow: hidden;
}

.zl-title {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #e60012;
}

.zl-tip {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin: 1.5% auto 3%;
}

.zl-list {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 4%;
}

.plan-zl-box select {
    width: 78.2%;
    float: left;
    box-sizing: border-box;
    margin-left: 1.8%;
    border: 1px solid #d9d9d9;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    font-size: 12px;
    color: #333;
    height: 40px;
    line-height: 40px;
    padding-left: 2%;
    border-radius: 5px;
    outline: none;
    background: #fff;
}

.zl-p {
    width: 15.3%;
    font-size: 14px;
    color: #333333;
    float: left;
    margin-top: 1%;
    text-align: right;
}

.xing {
    width: 1.2%;
    float: right;
    margin-top: 2%;
    margin-right: 2%;
}

select::-ms-expand {
    display: none;
}

.plan-zl-box input {
    width: 78.2%;
    float: left;
    box-sizing: border-box;
    margin-left: 1.8%;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    height: 40px;
    padding-left: 2%;
    border-radius: 5px;
    outline: none;
}

.plan-zl-box input.code {
    width: 54%;
}

.code-btn {
    font-size: 14px;
    float: left;
    margin-left: 2%;
    color: #e60012;
    cursor: pointer;
    /*    font-weight:600;*/
    margin-top: 1.5%;
}

.jiao {
    position: absolute;
    width: 1.5%;
    right: 6.4%;
    top: 44%;
}

.zl-c {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.zl-c.c1 {
    margin-top: 2%;
}

.ys {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 3% auto 0;
}

.ys a {
    color: #e60012;
    text-decoration: none;
}

.zl-btn {
    width: 25.5%;
    margin: 5% auto 0;
    cursor: pointer;
}

.zl-close {
    position: absolute;
    width: 3.1%;
    right: 3.1%;
    top: 3.1%;
    cursor: pointer;
}

.zhp1-ul2 {
    width: 100%;
    overflow: hidden;
}

.zhp1-ul2 li {
    width: 38%;
    float: left;
    margin-left: 5%;
}

.zhp1-ul2 li:first-child {
    margin-left: 11%;
}

.newmt2 {
    margin-top: 12.3%;
}

@media (max-width:1200px) {

    .top-c,
    .banner-c,
    .main {
        width: 960px;
    }

    .banner {
        height: 400px;
    }

    .banner-title {
        line-height: 400px;
    }

    .nav-main {
        width: 39%;
    }

    .p0-t2 {
        font-size: 14px;
    }

    .p0-bq span,
    .p0-more {
        font-size: 14px;
    }

    .newmt1 {
        margin-top: 12.7%;
    }
}


@media (max-width:750px) {

    .plan-zl-box {
        width: 93.3%;
        margin-left: 0;
        left: 3.5%;
        padding: 5% 0;
    }

    .zl-title {
        font-size: 4.8vw;
    }

    .zl-tip {
        font-size: 3vw;
        margin-top: 3%;
    }

    .zl-main {
        width: 92%;
        margin-left: 4%;
    }

    .zl-p {
        width: 20%;
        font-size: 3vw;
    }

    .zl-p.p1 {
        margin-top: 1%;
    }

    .zl-list,
    .zl-c.c1 {
        margin-top: 4%;
    }

    .code-btn {
        font-size: 3vw;
    }

    input.code {
        width: 41%;
    }

    select,
    input {
        width: 69%;
        height: auto;
        line-height: 1em;
        margin-left: 2.5%;
        border-radius: 3px;
        font-size: 3vw;
        padding: 1.5% 0 1.7% 2%;
        background: none;
        -webkit-appearance: none;
    }

    .xing {
        width: 1.7%;
        margin-right: 4%;
    }

    .jiao {
        width: 2.2%;
        right: 12.2%;
    }

    .jiao.j1 {
        top: 44%;
    }

    .ys {
        font-size: 2.4vw;
    }

    .zl-close {
        width: 5%;
        right: 4%;
    }

    .zl-btn {
        width: 30.4%;
        margin: 3% auto 0;
    }

    .show-pc {
        display: none;
    }

    .show-phone {
        display: block;
    }

    .top-c,
    .main,
    .banner-c {
        width: 100%;
    }

    .top {
        height: 48px;
    }

    .logo {
        width: 70px;
        margin-left: 16px;
        margin-top: 10px;
    }

    .banner {
        position: relative;
        background-image: none !important;
        height: auto;
    }

    .banner-c {
        position: absolute;
        left: 0;
        top: 0;
    }

    .banner-logo {
        width: 30%;
        left: 4%;
        top: 8%;
    }

    .banner-title {
        width: 72.3%;
        margin: 0 auto;
        line-height: 1.4em;
        font-size: 7.2vw;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .banner.bs {
        height: auto;
    }

    .banner.bs .banner-title {
        line-height: 1.4em;
    }

    .bottom {
        padding: 2.5% 0;
        height: auto;
        line-height: 1.75em;
        font-size: 3vw;
    }

    .nav-main {
        width: 66%;
        padding: 17.5% 0;
        font-size: 3.65vw;
    }

    .nav-main img {
        width: 20px;
        padding-right: 3px;
        margin-top: -3px;
    }

    .p0-ul li {
        width: 43%;
        height: 240px;
        margin-left: 4.66%;
        background-color: #fff;
    }

    .p0-ul li:first-child {
        margin-left: 4.66%;
    }

    .p0-box {
        padding: 7% 0;
    }

    .p0-t1 {
        font-size: 3.5vw;
    }

    .p0-bq span {
        font-size: 2.3vw;
        margin-right: 0%;
        padding: 0px 2px 0px 2px;
        letter-spacing: -0.5px;
    }

    .p0-t2 {
        font-size: 3vw;
        letter-spacing: -0.5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .p0-more {
        font-size: 3vw;
        margin-left: 58.2%;

    }

    .p0-more img {
        width: 4px;
        margin-left: 0px;
    }

    .p0-bq {
        margin-left: 4.8%;
    }

    /*  .p0-txt{
        height:150;
        box-sizing:border-box;
    }*/
    /*.zx,.lx{
        font-size:4.3vw;
        right:0;
        padding: 10px 25px;
        width:auto;
        height:auto;
        line-height:4.3vw;
    }*/
    .share-btn {
        width: 14.8vw;
        right: 0%;
        bottom: 220px;
    }

    .share-btn:hover #qrcode {
        display: none;
    }

    /*.bottom span {
	    display: block;
	}*/
    .banner-t1 {
        font-size: 7.2vw;
    }

    .banner-btn1 {
        width: 22.8%;
        height: auto;
        padding: 3% 0;
        line-height: 3.2vw;
        font-size: 3.2vw;
        margin-right: 6%;
    }

    .banner-btn {
        margin-top: 5%;
    }

    .banner-btn1 img {
        width: 6px;
    }

    .banner-btn2 {
        width: 22.8%;
        height: auto;
        padding: 3% 0;
        line-height: 3.2vw;
        font-size: 3.2vw;
    }

    .banner-btn2 img {
        width: 11px;
    }

    .main.pd {
        width: 92.1%;
        margin: 7% auto;
    }

    .video-box {
        width: 100%;
        margin: 0 auto;
    }

    .video-btn {
        width: 13%;
    }

    .mt-1 {
        margin-top: 6%;
    }

    .p1-title {
        font-size: 4.3vw;
        line-height: 4.3vw;
        padding-left: 6px;
        border-left: 3px solid #e60012;
    }

    .p1-ul li,
    .p1-ul1 li {
        width: 46%;
        margin-left: 7.6%;
        margin-bottom: 6%;
    }

    .p1-ul1 li {
        width: 100%;
        margin-left: 0;
    }

    .p1-ul li:nth-child(3),
    .p1-ul1 li:nth-child(3) {
        margin-left: 0;
    }

    .p1-ul li:nth-child(3),
    .p1-ul li:nth-child(4),
    .p1-ul1 li:nth-child(3),
    .p1-ul1 li:nth-child(4) {
        margin-bottom: 0;
    }

    .p1-ul1.xg li {
        width: 46%;
        margin-left: 7.6%;
    }

    .p1-ul1.xg li:first-child,
    .p1-ul1.xg li:nth-child(3) {
        margin-left: 0;
    }

    .p1-t1,
    .p1-t2 {
        font-size: 3.2vw;
    }

    .p1-t1 {
        margin: 6% auto;
    }

    .p1-img2 {
        width: 100%;
    }

    .p1-img2>img {
        width: 100%;
    }

    .ic-txt,
    .ic-txt-c {
        font-size: 3.2vw;
    }

    .mt-2 {
        margin-top: 3%;
    }

    .ic-txt-c {
        line-height: 1.75em;
    }

    .p1-title-c {
        font-size: 3.5vw;
    }

    .p1-t3 {
        font-size: 3.2vw;
        line-height: 1.75em;
    }

    .bigred {
        color: #e60012;
        font-size: 18px;
        font-weight: 600;
        font-size: 3.5vw;
    }

    .p1-t3 span {
        font-size: 3.5vw;
    }

    .p1-t4 {
        font-size: 3.2vw;
    }

    .p1-t4 img {
        margin-top: 1.5%;
    }

    .img-tip {
        font-size: 2.8vw;
    }

    .mt-3 {
        margin-top: 4%;
    }

    .p1-t5 {
        font-size: 3.2vw;
    }

    .p1-title2 p {
        font-size: 4.3vw;
    }

    .p1-line {
        width: 10%;
        height: 3px;
        margin: 3% auto 0;
    }

    .download-txt,
    .yl-box {
        font-size: 3.5vw;
    }

    .download-txt {
        margin-left: 40px;
    }

    .yl-box img {
        width: 15px;
        margin-right: 5px;
    }

    .slt-img {
        width: 70%;
    }

    .slt-close {
        width: 26px;
    }

    .p1-t4 p {
        width: 88%;
        line-height: 1.75em;
    }

    .p1-title-c2 {
        font-size: 3.2vw;
    }

    .newmt {
        margin-top: 16.85%;
    }

    .newmt48 {
        margin-top: 4.8%;
    }

    .zx {
        bottom: 210px;
    }

    .share-mask {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 999;
        display: none;
    }

    .share-w {
        position: absolute;
        left: 30.7%;
        top: 4%;
        width: 58%;
    }

    .zhp1-ul2 li {
        width: 46%;
        margin-left: 7.6%;
    }

    .zhp1-ul2 li:first-child {
        margin-left: 0;
    }

    .bottom span {
        display: block;
    }

    .zx,
    .lx {
        width: 14.8vw;
        height: 14.8vw;
        border-radius: 5px 0 0 5px;
    }

    .lx {
        bottom: 140px;
    }

    .zx p,
    .lx p {
        font-size: 3.2vw;
    }

    .newmt1 {
        margin-top: 5%;
    }

    .newmt2 {
        margin-top: 5%;
    }
}


/*联系我们*/
#ns-float-contact-us img {
    display: inline-block;
}

#ns-float-contact-us .hz_210918_show1 {
    display: inline-block;
}

#ns-float-contact-us .hz_210918_show2 {
    display: none;
}

#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;
    display: none;
}

.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: #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);
}

#ns-float-contact-us .hz_210918_box3:hover {
    color: #e60012;
}

#ns-float-contact-us .hz_210918_box3:hover .hz_210918_show1 {
    display: none;
}

#ns-float-contact-us .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;
    }
}

.close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 20px;
    cursor: pointer;
    background: #f44336;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
}

.close-btn:hover {
    background: #d32f2f;
}

/*end 我要咨询20211019*/