/* #region 头部-start */
.header-height{
    height: 90px;
}
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #FFFFFF;
}
.header .logo {
    width: 244px;
    height: 90px;
    overflow: hidden;
    position: relative;
    float: left;
}

.header .logo img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header .hdr-r{
    float: right;
    display: flex;
}

.header .hdr-menubtn {
    display: none;
}

.nav .li1 {
    float: left;
    position: relative;
    margin-left: 110px;
}

.nav .li1:first-child {
    margin-left: 0;
}

.nav .li2{
    padding: 5px 0;
}

.nav .a1,
.nav .a2{
    display: block;
    cursor: pointer;
    position: relative;
    text-align: center;
    color: rgb(0, 0, 0);
    transition: .4s;
}
.nav .a1{
    font-size: 18px;
    line-height: 90px;
}
.nav .a1::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: rgb(8, 94, 167);
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    transition: .4s;
}
.nav .a2{
    font-size: 16px;
    line-height: 1.5;
}

.nav .li1.on .a1,
.nav .li1:hover .a1,
.nav .li2:hover .a2{
    color: rgb(8, 94, 167);
}

.nav .li1.on .a1::after,
.nav .li1:hover .a1::after{
    width: 100%;
}

.nav .tit {
    display: block;
}
.nav .icon{
    display: none;
}

.nav .models{
    width: 260px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.302);
    box-sizing: border-box;
    display: none;
}
.header .nav2{
    padding: 10px 0;
}

.header .hdr-language{
    margin-left: 97px;
    position: relative;
}
.header .hdr-language .txt{
    min-width: 44px;
    font-size: 18px;
    font-family: "HarmonyOS_Sans_SC";
    color: rgb(44, 44, 44);
    line-height: 90px;
    position: relative;
    padding-right: 11px;
}
.header .hdr-language .txt::after{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/icon-a1.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header .hdr-language ul{
    width: 120px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.302);
    box-sizing: border-box;
    display: none;
    padding: 10px 0;
}
.header .hdr-language li{
    padding: 5px 0;
}
.header .hdr-language .a1{
    display: block;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: rgb(44, 44, 44);
    transition: .4s;
}
.header .hdr-language .a1:hover{
    color: rgb(8, 94, 167);
}
/* #endregion 头部-end */

/* #region 底部-start */
.footer{
    background-image: url(../images/bgpic-a1.jpg);
}
.footer .ftr-row1{
    display: flex;
    overflow: hidden;
    padding: 54px 0 65px;
}
.footer .ftr-col2{
    border-left: 1px solid rgba(209, 216, 238, 0.1);
    border-right: 1px solid rgba(209, 216, 238, 0.1);
    padding: 0 85px;
}
.footer .ftr-col1{
    width: 18%;
    padding-top: 26px;
}
.footer .ftr-col3{
    flex: 1;
    padding-left: 40px;
    box-sizing: border-box;
}
.footer .logo{
    display: block;
    width: 244px;
    margin-bottom: 38px;
}
.footer .ftr-info{
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}
.footer .ftr-info dt{
    font-size: 22px;
    font-family: "HarmonyOS_Sans_SC_Light";
    line-height: 1.364;
}
.footer .ftr-info dd{
    font-size: 36px;
    font-family: "HarmonyOS_Sans_SC";
    line-height: 1.5;
}
.footer .ftr-qrcode{
    width: 150px;
}
.footer .ftr-qrcode .pic{
    margin-bottom: 8px;
}
.footer .ftr-qrcode .txt{
    text-align: center;
    font-size: 16px;
    font-family: "HarmonyOS_Sans_SC_Light";
    color: rgb(255, 255, 255);
    line-height: 1.5;      
}
.footer .ftr-nav{
    color: rgb(255, 255, 255);
    line-height: 1.5;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.footer .ftr-nav li{
    float: left;   
    margin-right: 68px;
}
.footer .ftr-nav li:last-child{
    margin-right: 0;
}
.footer .ftr-nav dt{
    font-size: 20px;
    font-family: "HarmonyOS_Sans_SC";
    margin-bottom: 28px;
}
.footer .ftr-nav dd{
    margin-bottom: 14px;
}
.footer .ftr-nav dd:last-child{
    margin-bottom: 0;
}
.footer .ftr-nav .a1{
    display: block;
    font-size: 16px;
    font-family: "HarmonyOS_Sans_SC_Light";
    color: rgb(199, 199, 199);
    transition: .4s;
}
.footer .ftr-nav .a1:hover{
    color: #FFFFFF;
}
.footer .ftr-address .tit{
    font-size: 20px;
    font-family: "HarmonyOS_Sans_SC";
    color: #FFFFFF;
    margin-bottom: 28px;
}
.footer .ftr-address dl{
    overflow: hidden;
    font-size: 16px;
    font-family: "HarmonyOS_Sans_SC_Light";
    color: rgb(199, 199, 199);
    line-height: 1.5;      
    margin-bottom: 16px;
}
.footer .ftr-address dl:last-child{
    margin-bottom: 0;
}
.footer .ftr-address dt{
    float: left;
}
.footer .ftr-address dd{
    overflow: hidden;
}
.footer .ftr-row2{
    border: 1px solid rgba(209, 216, 238, 0.1);
    padding: 27px 0;
}
.footer .copyright{
    font-size: 16px;
    font-family: "HarmonyOS_Sans_SC_Light";
    color: rgba(255, 255, 255, 0.302);
    line-height: 1.5;
    text-align: center;
}
.footer .copyright a{
    display: inline;
    color: inherit;
}
/* #endregion 底部-end */

.m-mzw-fixed-a1{
    display: none;
    position: fixed;
    right: 10px;
    bottom: 45vh;
    z-index: 90;
}
.m-mzw-fixed-a1 li{
    margin-bottom: 10px;
}
.m-mzw-fixed-a1 li:last-child{
    margin-bottom: 0;
}
.m-mzw-fixed-a1 .con{
    display: block;
    cursor: pointer;
    position: relative;
}
.m-mzw-fixed-a1 .box1{
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-mzw-fixed-a1 .li1 .pic{width: 27px;}
.m-mzw-fixed-a1 .li2 .pic{width: 22px;}
.m-mzw-fixed-a1 .li3 .pic{width: 24px;}
.m-mzw-fixed-a1 .li4 .pic{width: 25px;}
.m-mzw-fixed-a1 .box2{
    display: none;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    padding: 0 20px;
    font-size: 18px;
    font-family: "HarmonyOS_Sans_SC";
    position: absolute;
    top: 0;
    right: 120%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.m-mzw-fixed-a1 .txt{
    white-space: nowrap;
}
.m-mzw-fixed-a1 .con:hover .box2{
    display: block;
}
@media only screen and (min-width: 950px) and (max-width: 1920px) {
    /* #region 头部-start */
    .header-height{
        height: 4.687vw;
    }
    .header .logo {
        width: 12.70vw;
        height: 4.687vw;
    }
    .nav .li1 {
        margin-left: 5.729vw;
    }
    .nav .li2{
        padding: 0.260vw 0;
    }
    .nav .a1{
        font-size: 0.937vw;
        line-height: 4.687vw;
    }
    .nav .a1::after{
        height: 0.104vw;
        bottom: 1.25vw;
    }
    .nav .a2{
        font-size: 0.833vw;
    }
    .nav .models{
        width: 12.25vw;
        box-shadow: 0 0.104vw 0.781vw 0 rgba(0, 0, 0, 0.302);
    }
    .header .nav2{
        padding: 0.520vw 0;
    }
    .header .hdr-language{
        margin-left: 5.052vw;
    }
    .header .hdr-language .txt{
        min-width: 2.291vw;
        font-size: 0.937vw;
        line-height: 4.687vw;
        padding-right: 0.572vw;
    }
    .header .hdr-language .txt::after{
        width: 0.572vw;
        height: 0.572vw;
    }
    .header .hdr-language ul{
        width: 6.25vw;
        box-shadow: 0 0.104vw 0.781vw 0 rgba(0, 0, 0, 0.302);
        padding: 0.520vw 0;
    }
    .header .hdr-language li{
        padding: 0.260vw 0;
    }
    .header .hdr-language .a1{
        font-size: 0.833vw;
    }
    /* #endregion 头部-end */

    /* #region 底部-start */
    .footer .ftr-row1{
        padding: 2.812vw 0 3.385vw;
    }
    .footer .ftr-col2{
        padding: 0 2vw;
    }
    .footer .ftr-col1{
        padding-top: 1.354vw;
    }
    .footer .ftr-col3{
        padding-left: 2vw;
    }
    .footer .logo{
        width: 12.70vw;
        margin-bottom: 1.979vw;
    }
    .footer .ftr-info{
        margin-bottom: 1.041vw;
    }
    .footer .ftr-info dt{
        font-size: 1.145vw;
    }
    .footer .ftr-info dd{
        font-size: 1.875vw;
    }
    .footer .ftr-qrcode{
        width: 7.813vw;
    }
    .footer .ftr-qrcode .pic{
        margin-bottom: 0.416vw;
    }
    .footer .ftr-qrcode .txt{
        font-size: 0.833vw;
    }
    .footer .ftr-nav li{
        margin-right: 3.541vw;
    }
    .footer .ftr-nav dt{
        font-size: 1.041vw;
        margin-bottom: 1.458vw;
    }
    .footer .ftr-nav dd{
        margin-bottom: 0.729vw;
    }
    .footer .ftr-nav .a1{
        font-size: 0.833vw;
    }
    .footer .ftr-address .tit{
        font-size: 1.041vw;
        margin-bottom: 1.458vw;
    }
    .footer .ftr-address dl{
        font-size: 0.833vw;
        margin-bottom: 0.833vw;
    }
    .footer .ftr-row2{
        padding: 1.406vw 0;
    }
    .footer .copyright{
        font-size: 0.833vw;
    }
    /* #endregion 底部-end */

    .m-mzw-fixed-a1 li{
        margin-bottom: 0.520vw;
    }
    .m-mzw-fixed-a1 .box1{
        width: 2.604vw;
        height: 2.604vw;
    }
    .m-mzw-fixed-a1 .li1 .pic{width: 1.406vw;}
    .m-mzw-fixed-a1 .li2 .pic{width: 1.145vw;}
    .m-mzw-fixed-a1 .li3 .pic{width: 1.25vw;}
    .m-mzw-fixed-a1 .li4 .pic{width: 1.302vw;}
    .m-mzw-fixed-a1 .box2{
        height: 2.604vw;
        line-height: 2.604vw;
        padding: 0 1.041vw;
        font-size: 0.937vw;
    }
}

@media only screen and (max-width:949px) {
    /* #region 头部-start */
    .header-height{
        height: 50px;
    }
    .header .logo {
        width: 140px;
        height: 50px;
    }
    .header .hdr-r{
        float: none;
        width: 100%;
        height: calc(100vh - 50px);
        overflow-y: auto;
        overflow-x: hidden;
        box-sizing: border-box;
        position: absolute;
        right: 0;
        top: 50px;
        display: none;
        background-color: #fff;
        padding: 0 15px;
        border-top: 1px solid rgb(8, 94, 167);
    }

    .nav .li1 {
        float: none;
        margin-left: 0;
        border-bottom: 1px solid rgba(8, 94, 167, 0.1);
    }

    .nav .li2{
        padding: 5px 0;
        margin-bottom: 5px;
    }
    .nav .a1{
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
        padding: 10px 12px 10px 0;
    }
    .nav .a1::after{
        display: none;
    }
    .nav .a2{
        font-size: 14px;
        text-align: left;
    }
    .nav .icon{
        display: block;
        width: 12px;
        height: 12px;
        background: url(../images/icon-a3-1.png) no-repeat center;
        background-size: auto 100%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: .4s;
    }
    .nav .a1.active .icon{
        transform: translateY(-50%) rotate(90deg);
    }

    .nav .models{
        width: 100%;
        position: static;
        transform: unset;
        box-shadow: unset;
    }
    .header .nav2{
        padding: 0 15px;
    }

    .header .hdr-language{
        margin-left: 0;
        padding: 10px 0;
        border-bottom: 1px solid rgba(8, 94, 167, 0.1);
    }
    .header .hdr-language .txt{
        min-width: 0;
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
        padding-right: 12px;
    }
    .header .hdr-language .txt::after{
        width: 12px;
        height: 12px;
        background-image: url(../images/icon-a3-1.png);
        background-size: auto 100%;
    }
    .header .hdr-language.active .txt::after{
        transform: translateY(-50%) rotate(90deg);
    }
    .header .hdr-language ul{
        width: 100%;
        position: static;
        transform: unset;
        box-shadow: unset;
        padding: 10px 15px 0;
    }
    .header .hdr-language li{
        padding: 5px 0;
        margin-bottom: 5px;
    }
    .header .hdr-language li:last-child{
        margin-bottom: 0;
    }
    .header .hdr-language .a1{
        font-size: 14px;
        text-align: left;
    }

    .header .hdr-menubtn {
        width: 30px;
        height: 50px;
        display: block;
        float: right;
        position: relative;
    }

    .g-mzw-nav-a1{
        width: 100%;
        cursor: pointer;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .g-mzw-nav-a1 .s{
        display: block;
        width: 100%;
        height: 4px;
        background-color: rgb(8, 94, 167);
        transition: .4s;
        border-radius: 2px;
    }
    .g-mzw-nav-a1 .s2{
        margin: 5px 0;
    }
    .g-mzw-nav-a1.open .s1{
        transform: translateY(9px) rotateZ(45deg);
    }
    .g-mzw-nav-a1.open .s2{
        opacity: 0;
    }
    .g-mzw-nav-a1.open .s3{
        transform: translateY(-9px) rotateZ(-45deg);
    }
    /* #endregion 头部-end */

    /* #region 底部-start */
    .footer .ftr-row1{
        padding: 40px 0;
        display: block;
    }
    .footer .ftr-col2{
        display: none;
    }
    .footer .ftr-col1{
        width: 100%;
        padding-top: 0;
        margin-bottom: 30px;
    }
    .footer .ftr-col3{
        padding-left: 0;
    }
    .footer .logo{
        width: 200px;
        margin: 0 auto 30px;
    }
    .footer .ftr-info{
        margin-bottom: 20px;
        text-align: center;
    }
    .footer .ftr-info dt{
        font-size: 14px;
    }
    .footer .ftr-info dd{
        font-size: 24px;
    }
    .footer .ftr-qrcode{
        width: 100px;
        margin: 0 auto;
    }
    .footer .ftr-qrcode .pic{
        margin-bottom: 8px;
    }
    .footer .ftr-qrcode .txt{
        font-size: 14px;    
    }
    .footer .ftr-address .tit{
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer .ftr-address dl{
        font-size: 14px;
    }
    .footer .ftr-row2{
        padding: 20px 0;
    }
    .footer .copyright{
        font-size: 14px;
    }
    /* #endregion 底部-end */

    .m-mzw-fixed-a1{
        bottom: 25vh;
        right: 5px;
    }
    .m-mzw-fixed-a1 .box1{
        width: 40px;
        height: 40px;
    }
    .m-mzw-fixed-a1 .li1 .pic{width: 22px;}
    .m-mzw-fixed-a1 .li2 .pic{width: 17px;}
    .m-mzw-fixed-a1 .li3 .pic{width: 19px;}
    .m-mzw-fixed-a1 .li4 .pic{width: 20px;}
    .m-mzw-fixed-a1 .box2{
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }
}