<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-height {
    height: 215px;
}

.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #FFFFFF;
}

.header .hdr-row1 {
    background-color: #C286BE;
}

.header .hdr-row1-con {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
}

.header .hdr-row2,
.header .hdr-row3 {
    position: relative;
}

.header .hdr-row2::after,
.header .hdr-row3::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    bottom: 0;
}

.header .hdr-row2-con {
    height: 110px;
    overflow: hidden;
}

.header .logo {
    display: block;
    width: 156px;
    height: 100%;
    overflow: hidden;
    float: left;
    position: relative;
}

.header .logo img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header .hdr-search {
    height: 100%;
    display: flex;
    align-items: center;
    float: left;
    margin-left: 120px;
}

.m-mzw-search-a1 {
    display: flex;
    overflow: hidden;
    width: 640px;
    height: 48px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.m-mzw-search-a1 .search-input {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 24px;
}

.m-mzw-search-a1 .search-icon {
    width: 18px;
    margin-right: 14px;
}

.m-mzw-search-a1 .input-txt {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    background: transparent;
}

.m-mzw-search-a1 .search-btn {
    width: 120px;
    height: 100%;
    background-color: #C286BE;
    border-radius: 6px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
}

.header .hdr-link {
    height: 100%;
    float: right;
}

.header .hdr-link ul {
    height: 100%;
    overflow: hidden;
}

.header .hdr-link li {
    height: 100%;
    float: left;
}

.header .hdr-link .con {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 185px;
    height: 100%;
    position: relative;
    padding-top: 29px;
    transition: .4s;
}

.header .hdr-link .con::after,
.header .hdr-link li:first-child .con::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
}

.header .hdr-link .con::after {
    right: 0;
}

.header .hdr-link li:first-child .con::before {
    left: 0;
}

.header .hdr-link .icon {
    height: 30px;
    margin-bottom: 8px;
}

.header .hdr-link .txt {
    font-size: 18px;
    color: #C286BE;
    line-height: 25px;
}

.header .hdr-link .con:hover {
    opacity: 0.7;
}

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

.header .hdr-nav {
    float: left;
}

.zyh-header-tan-box {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 2.864vw;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.zyh-header-tan {
    width: 100%;
    /*background: #fff;*/
    position: absolute;
    top: 2.864vw;
    left: 0;
    z-index: 11;
}
.zyh-header-tan ul{
    display: none;
}
.zyh-header-tan ul&gt; li {
    width: 100%;
    height: 5.417vw;
    padding:0 1.554vw;
}
.zyh-header-tan ul{
    width:18.1347vw;
    background: #fff;
}
.zyh-header-tan ul:nth-child(2){
    margin-left:19.3%;
}
.zyh-header-tan ul&gt; li a{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height:100%;
    font-weight: 500;
    font-size: 0.9375vw;
    color: #707070;
}
.zyh-header-tan ul&gt; li a i{
    font-style: normal;
    width:70%;
}
.zyh-header-tan ul&gt; li a img{
    width:1.25vw;
    margin-left:1.1458vw;
}
.zyh-header-tan ul&gt; li a img.zyh-hover{
    display: none;
}

.zyh-header-tan ul&gt; li:hover {
    background: rgba(159, 117, 154, 0.1);
}

.zyh-header-tan ul&gt; li:hover a{
    font-weight: bold;
    color: #C286BE;
}
.zyh-header-tan ul&gt; li:hover a img{
    display: none;
}
.zyh-header-tan ul&gt; li:hover a img.zyh-hover{
    display: block;
    margin-left:1.1458vw;
}


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

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

.nav .a1 {
    display: block;
    cursor: pointer;
    position: relative;
    font-family: PingFang SC-B;
    font-weight: bold;
    font-size: 18px;
    color: #C286BE;
    line-height: 55px;
    padding: 0 3px;
    text-transform: uppercase;
    transition: .4s;
}

.nav .a1::after {
    content: '';
    display: none;
    width: 100%;
    max-width: 64px;
    height: 3px;
    background-color: #C286BE;
    transition: .4s;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: .4s;
}

.nav .tit {
    display: block;
}

.nav .li1.on .a1,
.nav .a1:hover {
    opacity: 0.7;
}

.nav .li1.on .a1::after {
    display: block;
}

.header .hdr-language {
    width: 80px;
    position: relative;
    float: right;
}

.header .hdr-language .box1 {
    height: 55px;
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}

.header .hdr-language .icon {
    width: 20px;
    margin-right: 8px;
}

.header .hdr-language .txt {
    flex: 1;
    overflow: hidden;
    font-size: 18px;
    color: #C286BE;
    line-height: 1.5;
}

.header .hdr-language .icon2 {
    width: 8px;
    margin-left: 8px;
    transition: .4s;
}

.header .hdr-language .box2 {
    display: none;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.header .hdr-language .a1 {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #C286BE;
    line-height: 2;
    transition: .4s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header .hdr-language li:last-child .a1 {
    border-bottom: 0;
}

.header .hdr-language .a1:hover {
    opacity: 0.7;
}

.header .hdr-language:hover .box2 {
    display: block;
}

.footer {
    background-color: #C286BE;
}

.footer .ftr-row1,
.footer .ftr-col {
    position: relative;
}

.footer .ftr-row1::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer .ftr-row1-con {
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.footer .ftr-col {
    position: relative;
    padding: 100px 40px 70px;
}

.footer .ftr-col::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    right: 0;
    top: 0;
}

.footer .ftr-col1 {
    width: 42%;
    padding-left: 0;
}

.footer .ftr-col2 {
    width: 25%;
    padding-top: 95px;
}

.footer .ftr-col3 {
    width: 33%;
    padding-top: 95px;
    padding-right: 98px;
}

.footer .logo {
    width: 182px;
    margin-bottom: 13px;
}

.footer .logo-txt {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin-bottom: 48px;
}

.footer .ftr-info {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.5;
}

.footer .ftr-info .tit {
    font-size: 18px;
}

.footer .ftr-info .tel {
    font-family: OPPOSans;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    margin-bottom: 27px;
}

.footer .ftr-info .txt p {
    margin-bottom: 7px;
}

.footer .ftr-info .txt p:last-child {
    margin-bottom: 0;
}

.footer .ftr-link li {
    margin-bottom: 28px;
}

.footer .ftr-link li:last-child {
    margin-bottom: 0;
}

.footer .ftr-link .a1 {
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.5;
    text-transform: uppercase;
    transition: .4s;
}

.footer .ftr-link .a1:hover {
    font-family: PingFang SC-B;
    font-weight: bold;
    text-decoration: underline;
}

.footer .ftr-search {
    margin-bottom: 56px;
}

.footer .ftr-search .tit {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    margin-bottom: 15px;
}

.m-mzw-search-a2 {
    display: flex;
    height: 54px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.m-mzw-search-a2 .search-input {
    flex: 1;
    overflow: hidden;
    padding: 0 16px;
    display: flex;
    align-items: center;
}

.m-mzw-search-a2 .input-txt {
    width: 100%;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    background-color: transparent;
    outline: none;
    border: none;
}

.m-mzw-search-a2 .search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 54px;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 0 6px 6px 0;
    outline: none;
    border: none;
    cursor: pointer;
}

.m-mzw-search-a2 .search-btn img {
    display: block;
    width: 15px;
    height: auto;
}

.footer .ftr-share .tit {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    margin-bottom: 13px;
}

.footer .ftr-share ul {
    overflow: hidden;
}

.footer .ftr-share li {
    float: left;
    margin-right: 20px;
}

.footer .ftr-share li:last-child {
    margin-right: 0;
}

.footer .ftr-share .con {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: .4s;
}

.footer .ftr-share img {
    display: block;
    width: 24px;
    height: auto;
}

.footer .ftr-share .con:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.footer .ftr-row2-con {
    overflow: hidden;
}

.footer .copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 54px;
    float: left;
}

.footer .ftr-link2 {
    overflow: hidden;
    float: right;
}

.footer .ftr-link2 li {
    float: left;
    padding: 0 20px;
    position: relative;
}

.footer .ftr-link2 li:first-child {
    padding-left: 0;
}

.footer .ftr-link2 li:last-child {
    padding-right: 0;
}

.footer .ftr-link2 li::after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.footer .ftr-link2 li:last-child::after {
    display: none;
}

.footer .ftr-link2 .a1 {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 54px;
    transition: .4s;
}

.footer .ftr-link2 .a1:hover {
    color: #fff;
    text-decoration: underline;
}

@media only screen and (min-width: 992px) {
    .header-height {
        height: 11.19vw;
    }

    .header .hdr-row1-con {
        font-weight: 500;
        font-size: 0.833vw;
        line-height: 2.604vw;
    }

    .header .hdr-row2-con {
        height: 5.729vw;
    }

    .header .logo {
        width: 8.125vw;
    }

    .header .hdr-search {
        margin-left: 6.25vw;
    }

    .m-mzw-search-a1 {
        width: 33.33vw;
        height: 2.5vw;
        border-radius: 0.312vw;
    }

    .m-mzw-search-a1 .search-input {
        padding: 0 1.25vw;
    }

    .m-mzw-search-a1 .search-icon {
        width: 0.937vw;
        margin-right: 0.729vw;
    }

    .m-mzw-search-a1 .input-txt {
        font-size: 0.833vw;
    }

    .m-mzw-search-a1 .search-btn {
        width: 6.25vw;
        border-radius: 0.312vw;
        font-size: 0.937vw;
        line-height: 2.395vw;
    }

    .header .hdr-link .con {
        width: 9.635vw;
        padding-top: 1.510vw;
    }

    .header .hdr-link .icon {
        height: 1.562vw;
        margin-bottom: 0.416vw;
    }

    .header .hdr-link .txt {
        font-size: 0.937vw;
        line-height: 1.302vw;
    }

    .nav .li1 {
        margin-left: 2.708vw;
    }

    .nav .a1 {
        font-size: 0.937vw;
        line-height: 2.864vw;
        padding: 0 0.156vw;
    }

    .nav .a1::after {
        max-width: 3.333vw;
        height: 0.156vw;
    }

    .header .hdr-language {
        width: 4.166vw;
    }

    .header .hdr-language .box1 {
        height: 2.864vw;
    }

    .header .hdr-language .icon {
        width: 1.041vw;
        margin-right: 0.416vw;
    }

    .header .hdr-language .txt {
        font-size: 0.937vw;
    }

    .header .hdr-language .icon2 {
        width: 0.416vw;
        margin-left: 0.416vw;
    }

    .header .hdr-language .a1 {
        font-size: 0.937vw;
    }

    .footer .ftr-col {
        padding: 5.208vw 2.083vw 3.645vw;
    }

    .footer .ftr-col2 {
        padding-top: 4.947vw;
    }

    .footer .ftr-col3 {
        padding-top: 4.947vw;
        padding-right: 5.104vw;
    }

    .footer .logo {
        width: 9.479vw;
        margin-bottom: 0.677vw;
    }

    .footer .logo-txt {
        font-size: 0.937vw;
        margin-bottom: 2.5vw;
    }

    .footer .ftr-info {
        font-size: 0.833vw;
    }

    .footer .ftr-info .tit {
        font-size: 0.937vw;
    }

    .footer .ftr-info .tel {
        font-size: 1.562vw;
        margin-bottom: 1.406vw;
    }

    .footer .ftr-info .txt p {
        margin-bottom: 0.364vw;
    }

    .footer .ftr-link li {
        margin-bottom: 1.458vw;
    }

    .footer .ftr-link .a1 {
        font-size: 0.937vw;
    }

    .footer .ftr-search {
        margin-bottom: 2.916vw;
    }

    .footer .ftr-search .tit {
        font-size: 0.937vw;
        margin-bottom: 0.781vw;
    }

    .m-mzw-search-a2 {
        height: 2.812vw;
        border-radius: 0.312vw;
    }

    .m-mzw-search-a2 .search-input {
        padding: 0 0.833vw;
    }

    .m-mzw-search-a2 .input-txt {
        font-size: 0.833vw;
    }

    .m-mzw-search-a2 .search-btn {
        width: 2.812vw;
        border-radius: 0 0.312vw 0.312vw 0;
    }

    .m-mzw-search-a2 .search-btn img {
        width: 0.781vw;
    }

    .footer .ftr-share .tit {
        font-size: 0.937vw;
        margin-bottom: 0.677vw;
    }

    .footer .ftr-share li {
        margin-right: 1.041vw;
    }

    .footer .ftr-share .con {
        width: 2.708vw;
        height: 2.708vw;
    }

    .footer .ftr-share img {
        width: 1.25vw;
    }

    .footer .copyright {
        font-size: 0.729vw;
        line-height: 2.812vw;
    }

    .footer .ftr-link2 li {
        padding: 0 1.041vw;
    }

    .footer .ftr-link2 li::after {
        height: 0.625vw;
    }

    .footer .ftr-link2 .a1 {
        font-size: 0.729vw;
        line-height: 2.812vw;
    }
}

@media only screen and (max-width: 991px) {
    .header-height {
        height: 120px;
    }

    .header .hdr-row1-con {
        font-size: 12px;
        line-height: 20px;
        padding: 5px 0;
    }

    .header .hdr-row2 {
        padding-top: 40px;
    }

    .header .hdr-row2-con {
        height: 50px;
        overflow: hidden;
    }

    .header .logo {
        width: 80px;
        overflow: hidden;
        float: left;
        position: relative;
    }

    .header .hdr-search {
        width: calc(100% - 30px);
        height: auto;
        display: block;
        float: none;
        margin-left: 0;
        position: absolute;
        top: calc(100% + 10px);
        left: 15px;
        z-index: 3;
        display: none;
    }

    .m-mzw-search-a1 {
        width: 100%;
        height: 38px;
        background-color: #FFFFFF;
    }

    .m-mzw-search-a1 .search-input {
        padding: 0 10px;
    }

    .m-mzw-search-a1 .search-icon {
        width: 16px;
        margin-right: 10px;
    }

    .m-mzw-search-a1 .input-txt {
        font-size: 14px;
    }

    .m-mzw-search-a1 .search-btn {
        width: 70px;
        font-size: 14px;
        line-height: 36px;
    }

    .header .hdr-link {
        width: 100%;
        height: 40px;
        float: none;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 15px;
    }

    .header .hdr-link::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .header .hdr-link li {
        margin-right: 15px;
    }

    .header .hdr-link li:last-child {
        margin-right: 0;
    }

    .header .hdr-link .con {
        flex-direction: row;
        align-items: center;
        width: auto;
        padding-top: 0;
        transition: .4s;
    }

    .header .hdr-link .con::after,
    .header .hdr-link li:first-child .con::before {
        display: none;
    }

    .header .hdr-link .icon {
        height: 20px;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .header .hdr-link .txt {
        font-size: 14px;
        line-height: 1.5;
    }

    .header .hdr-menubtn {
        width: 30px;
        height: 100%;
        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: #C286BE;
        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);
    }

    .header .hdr-row3 {
        width: 100%;
        padding: 56px 0 20px;
        height: calc(100vh - 120px);
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 2;
        display: none;
    }

    .header .hdr-row3-con {
        height: calc(100vh - 186px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .header .hdr-row3::after {
        display: none;
    }

    .header .hdr-nav {
        float: none;
        padding: 0 0 20px;
    }

    .nav .li1 {
        float: none;
        margin-left: 0;
    }

    .nav .a1 {
        font-size: 14px;
        line-height: 48px;
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .nav .li1.on .a1::after {
        display: none;
    }

    .header .hdr-language {
        width: 70px;
        float: none;
        margin-left: 5px;
        margin-bottom: 90px;
    }

    .header .hdr-language .box1 {
        height: 40px;
    }

    .header .hdr-language .icon {
        width: 16px;
    }

    .header .hdr-language .txt {
        font-size: 14px;
    }

    .header .hdr-language .a1 {
        font-size: 14px;
    }


    .footer .ftr-row1::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.1);
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .footer .ftr-row1-con {
        display: block;
        padding: 40px 0 30px;
    }

    .footer .ftr-col {
        padding: 0;
    }

    .footer .ftr-col::after {
        display: none;
    }

    .footer .ftr-col1,
    .footer .ftr-col3 {
        width: 100%;
        padding: 0;
    }

    .footer .ftr-col1 {
        margin-bottom: 30px;
    }

    .footer .ftr-col2 {
        display: none;
    }

    .footer .logo {
        width: 80px;
        margin: 0 auto 15px;
    }

    .footer .logo-txt {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .footer .ftr-info {
        font-size: 14px;
    }

    .footer .ftr-info .tit {
        font-size: 14px;
    }

    .footer .ftr-info .tel {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .footer .ftr-info .txt p {
        margin-bottom: 0;
    }

    .footer .ftr-search {
        margin-bottom: 30px;
    }

    .footer .ftr-search .tit {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .m-mzw-search-a2 {
        height: 38px;
    }

    .m-mzw-search-a2 .search-input {
        padding: 0 10px;
    }

    .m-mzw-search-a2 .input-txt {
        font-size: 14px;
    }

    .m-mzw-search-a2 .search-btn {
        width: 38px;
    }

    .m-mzw-search-a2 .search-btn img {
        width: 10px;
    }

    .footer .ftr-share .tit {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer .ftr-share li {
        margin-right: 10px;
    }

    .footer .ftr-share .con {
        width: 42px;
        height: 42px;
    }

    .footer .ftr-share img {
        width: 14px;
    }

    .footer .ftr-row2-con {
        padding: 30px 0 40px;
    }

    .footer .copyright {
        font-size: 14px;
        line-height: 1.5;
        float: none;
        padding: 10px 0;
        text-align: center;
    }

    .footer .ftr-link2 {
        float: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer .ftr-link2 li {
        padding: 0 10px;
    }

    .footer .ftr-link2 li:first-child {
        padding-left: 0;
    }

    .footer .ftr-link2 li:last-child {
        padding-right: 0;
    }

    .footer .ftr-link2 li::after {
        height: 12px;
    }

    .footer .ftr-link2 .a1 {
        line-height: 1.5;
    }

    .footer .ftr-link2 .a1:hover {
        color: #fff;
        text-decoration: underline;
    }
}

@media only screen and (max-width: 320px) {
    .header-height {
        height: 140px;
    }

    .header .hdr-row3 {
        height: calc(100vh - 140px);
    }
}</pre></body></html>