* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
    
}

*:not(.fa) {
    font-family: Arial;
}

body {
    overflow-x: hidden !important;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

 :root {
    --main-color: #1b3c59;
    --main-color1: #d32329;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-999: #999999;
    --main-color-666: #666666;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-color-222: #222222;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
    .pchead {
        height: 90px;
        position: fixed;
        top: 0;
        letter-spacing: 0;
        width: 100%;
        z-index: 999;
        background-color: var(--main-color-white);
    }
    .pcheader {
        max-width: 1450px;
        margin: 0 auto;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pclogo img {
        height: 60px;
    }
    .pcnav {
        display: flex;
        align-items: center;
        height: 100%;
    }
    .pcnav>li {
        height: 100%;
        position: relative;
    }
    .pcnav>li:hover .sec_drop {
        opacity: 1 !important;
        visibility: visible !important;
        top: 90px !important;
    }
    .sec_drop {
        width: 100%;
        position: fixed;
        top: 150px;
        left: 0;
        background-color: var(--main-color-white);
        padding: 50px 0;
        border-bottom: 1px solid #efefef;
        box-shadow: var(--main-shadow);
        opacity: 0;
        transition: var(--main-transition);
        visibility: hidden;
    }
    .sec_dropcon {
        max-width: 1500px;
        margin: 0 auto;
    }
    .sec_dropcon ul {
        display: flex;
    }
    .sec_dropcon ul li {
        /*width: calc((100% - 60px) / 5);*/
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .sec_dropcon ul li:nth-child(5n) {
        margin-right: 0;
    }
    .sec_dropcon ul li img {
        width: 100%;
        height: 290px;
        object-fit: cover;
        margin-bottom: 10px;
    }
    .nav_link {
        display: flex;
        padding-left:30px;
        /* align-items: center; */
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .nav_link a:hover {
        text-decoration: underline;
        color: var(--main-color);
    }
    .nav_link a {
        display: block;
        text-decoration: underline;
        font-size: 15px;
        color: var(--main-color-333);
        margin: 20px 0;
        /*width: 48%;*/
    }
    .pcnav>li>a {
        display: block;
        line-height: 90px;
        font-weight: bold;
        font-size: 15px;
        color: var(--main-color-333);
        margin-right: 30px;
        height: 100%;
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .ml_banner {
        width: 100%;
        height: 690px;
        margin-top: 90px !important;
    }
    .ml_banner:hover .bannerbtnleft {
        left: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner:hover .bannerbtnright {
        right: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .ml_banner video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .con2img {
        overflow: hidden;
    }
    .v_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .v_poscon {
        max-width: 1200px;
        margin: 0 auto;
    }
    .v_poscon h1 {
        color: var(--main-color-white);
        font-size: 40px;
        text-align: center;
        font-weight: normal;
    }
    .v_poscon p {
        font-size: 22px;
        color: var(--main-color-white);
        margin: 25px 0;
        text-align: center;
    }
    .v_poscon a {
        display: block;
        width: 180px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        margin: 0 auto;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }
    .bannerbtn {
        width: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        height: 50px !important;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
        opacity: 0;
    }
    .bannerbtnleft {
        left: 0 !important;
    }
    .bannerbtnright {
        right: 0 !important;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid #555555;
        background-color: #3b3d40;
    }
    .copycon {
        text-align: center;
        max-width: 1200px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-999);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 14px;
        color: var(--main-color-999);
    }
    .inside {
        max-width: 1300px;
        margin: 0 auto;
        padding: 15px 0;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .inbanner {
        width: 100%;
        height: 300px;
        background-image: url(../images/inbanner.png);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 100px;
    }
    .inbanner strong {
        display: block;
        color: var(--main-color-white);
        font-size: 30px;
        font-weight: normal;
    }
    .con1 {
        width: 100%;
        padding: 80px 0;
        background-color: #f9f9f9;
    }
    .con1con {
        max-width: 1450px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .con1conleft {
        width: 48%;
    }
    .con1conleft img {
        width: 100%;
        height: 590px;
    }
    .con1conright {
        width: 48%;
        position: relative;
    }
    .con1conright strong {
        display: block;
        font-size: 40px;
        font-weight: normal;
        /* margin-bottom: 40px; */
    }
    .con1conright .con1_p {
        font-size: 16px;
        font-family: Arial !important;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 14;
        color: var(--main-color-666);
        line-height: 24px;
    }
    .num_scroll {
        position: absolute;
        width: 125%;
        padding: 5px 40px;
        background-color: var(--main-color);
        left: -25%;
        bottom: 1%;
    }
    .con1_top {
        margin-bottom: 20px;
        padding-top: 20px;
    }
    .con1_top a {
        margin-top: 0 !important;
    }
    .con1_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mumping_mun {
        display: flex;
        justify-content: space-between;
        padding: 15px;
        margin: 20px 20%;
    }
    .mun_top {
        display: flex;
        justify-content: center;
    }
    .mun_top h2 {
        color: var(--main-color-white);
        font-size: 35px;
    }
    .mumping_mun li p {
        margin-top: 10px;
        text-align: center;
        color: var(--main-color-white);
    }
    .mun_top span {
        margin-left: 10px;
        display: block;
        color: var(--main-color-white);
        font-size: 15px;
    }
    .more {
        width: 180px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        display: block;
        margin-top: 20px;
    }
    .con2 {
        padding: 80px 0;
        width: 100%;
    }
    .con2con {
        max-width: 1450px;
        margin: 0 auto;
    }
    .tit {
        text-align: center;
        color: var(--main-color-333);
        font-size: 35px;
        margin-bottom: 40px;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        margin-bottom: 30px;
        cursor: pointer;
        padding: 15px;
        box-shadow: var(--main-shadow);
    }
    .con2con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con2con ul li:hover img {
        transform: scale(1.1);
    }
    .con2con ul li img {
        width: 100%;
        height: 260px;
        transition: var(--main-transition);
        object-fit: cover;
    }
    .con2con ul li p {
        color: var(--main-color);
        font-size: 20px;
        margin: 20px 0;
        margin-bottom: 5px;
        text-align: center;
    }
    .con2con ul li span {
        color: var(--main-color-333);
        font-size: 15px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con2con .more {
        margin: 0 auto;
        margin-top: 30px;
    }
    .con3 {
        width: 100%;
        padding: 80px 0;
    }
    .con3con {
        max-width: 1450px;
        margin: 0 auto;
    }
    .con3box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3left {
        width: 40%;
        cursor: pointer;
    }
    .con3left a {
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .con3left a img {
        width: 100%;
        transition: var(--main-transition);
        height: 380px;
        object-fit: cover;
    }
    .con3left p {
        font-size: 18px;
        font-weight: bold;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: var(--main-color-333);
        margin: 10px 0;
        line-height: 25px;
    }
    .con3left:hover img {
        transform: scale(1.1);
    }
    .con3left span {
        font-size: 15px;
        color: var(--main-color-666);
        line-height: 25px;
    }
    .con3right {
        width: 57%;
    }
    .con3right ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .con3right ul li:hover img {
        transform: scale(1.1);
    }
    .lileft {
        width: 27%;
    }
    .liright {
        width: 70%;
        padding: 30px 15px;
        background-color: var(--main-color);
        position: relative;
    }
    .lileft a {
        overflow: hidden;
        display: block;
    }
    .liright p {
        font-size: 18px;
        color: var(--main-color-white);
        font-weight: bold;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 15px;
    }
    .liright span {
        font-size: 14px;
        color: var(--main-color-white);
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 25px;
    }
    .lileft img {
        width: 100%;
        height: 170px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .liright::after {
        content: '';
        position: absolute;
        left: -20px;
        top: 50%;
        margin-top: -10px;
        border-top: 10px solid transparent!important;
        border-bottom: 10px solid transparent!important;
        border-left: 10px solid transparent!important;
        border-right: 10px solid transparent;
        width: 0;
        height: 0;
        z-index: 99;
        border-right-color: rgb(27, 60, 89);
    }
    .con3con .more {
        margin: 0 auto;
        margin-top: 30px;
    }
    .foot {
        background-color: var(--main-color);
        width: 100%;
        padding: 50px 0;
    }
    .footer {
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .footeritem {
        width: 25%;
        padding: 0 20px;
    }
    .footeritem1 a img {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    .footeritem1 ul li {
        display: flex;
        /* align-items: center; */
        margin-bottom: 15px;
    }
    .footeritem1 ul li i {
        color: var(--main-color-white);
        display: block;
        margin-right: 10px;
    }
    .footeritem1 ul li span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .footeritem2 strong {
        display: block;
        text-align: left;
        color: var(--main-color-white);
        font-size: 25px;
        margin-bottom: 15px;
    }
    .footeritem2 a {
        color: var(--main-color-white);
        display: block;
        font-size: 14px;
        margin-bottom: 15px;
        text-align: left;
    }
    .footeritem4 strong {
        display: block;
        color: var(--main-color-white);
        font-size: 25px;
        margin-bottom: 15px;
    }
    .footeritem4 input::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .footeritem4 textarea::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .footeritem4 input {
        width: 100%;
        height: 35px;
        outline: none;
        border: none;
        margin-bottom: 15px;
        padding-left: 15px;
        border: 1px solid var(--main-color-white);
        background-color: transparent;
        color: var(--main-color-white);
    }
    .footeritem4 textarea {
        width: 100%;
        height: 100px;
        outline: none;
        border: none;
        padding-top: 15px;
        margin-bottom: 15px;
        padding-left: 15px;
        border: 1px solid var(--main-color-white);
        background-color: transparent;
        color: var(--main-color-white);
    }
    .footeritem4 a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color);
        background-color: var(--main-color-white);
        font-size: 14px;
    }
    .footeritem4 a i {
        margin-right: 10px;
    }
    .aboutus1 {
        padding-top: 15px;
    }
    .aboutus2 {
        padding: 50px 0;
    }
    .aboutus2con {
        max-width: 1300px;
        margin: 0 auto;
    }
    .aboutus2con p {
        font-size: 15px;
        color: var(--main-color-333);
        line-height: 25px;
    }
    .aboutus2con img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 996px) {
    .con1_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .con1_top strong {
        margin-bottom: 0 !important;
    }
    .con1_top a {
        margin-top: 0;
    }
    .foot {
        background-color: var(--main-color);
        width: 100%;
        padding: 30px 15px;
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footeritem {
        width: 100%;
    }
    .footeritem1 a img {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    .footeritem1 ul li {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .footeritem1 ul li i {
        color: var(--main-color-white);
        display: block;
        margin-right: 10px;
    }
    .footeritem1 ul li span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .footeritem2 {
        display: none;
    }
    .footeritem2 strong {
        display: block;
        color: var(--main-color-white);
        font-size: 20px;
        margin-bottom: 15px;
    }
    .footeritem2 a {
        color: var(--main-color-white);
        display: block;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .footeritem4 {
        margin-top: 20px;
    }
    .footeritem4 strong {
        display: block;
        color: var(--main-color-white);
        font-size: 25px;
        margin-bottom: 15px;
    }
    .footeritem4 input::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .footeritem4 textarea::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .footeritem4 input {
        width: 100%;
        height: 35px;
        outline: none;
        border: none;
        margin-bottom: 15px;
        padding-left: 15px;
        border: 1px solid var(--main-color-white);
        background-color: transparent;
        color: var(--main-color-white);
    }
    .footeritem4 textarea {
        width: 100%;
        height: 100px;
        outline: none;
        border: none;
        padding-top: 15px;
        margin-bottom: 15px;
        padding-left: 15px;
        border: 1px solid var(--main-color-white);
        background-color: transparent;
        color: var(--main-color-white);
    }
    .footeritem4 a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color);
        background-color: var(--main-color-white);
        font-size: 14px;
    }
    .footeritem4 a i {
        margin-right: 10px;
    }
    .con3con .more {
        margin: 0 auto;
        margin-top: 30px;
    }
    .con3 {
        width: 100%;
        padding: 30px 15px;
    }
    .con3con {
        margin: 0 auto;
    }
    .con3box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3left {
        width: 100%;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .con3left a {
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .con3left a img {
        width: 100%;
        transition: var(--main-transition);
    }
    .con3left p {
        font-size: 16px;
        font-weight: bold;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: var(--main-color-333);
        margin: 10px 0;
        line-height: 25px;
    }
    .con3left:hover img {
        transform: scale(1.1);
    }
    .con3left span {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 23px;
    }
    .con3right {
        width: 100%;
    }
    .con3right ul li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .con3right ul li:hover img {
        transform: scale(1.1);
    }
    .lileft {
        width: 100%;
    }
    .liright {
        width: 100%;
        padding: 15px;
        background-color: var(--main-color);
        position: relative;
    }
    .lileft a {
        overflow: hidden;
        display: block;
    }
    .liright p {
        font-size: 14px;
        color: var(--main-color-white);
        font-weight: bold;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .liright span {
        font-size: 13px;
        color: var(--main-color-white);
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 25px;
    }
    .lileft img {
        width: 100%;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con2 {
        padding: 30px 15px;
    }
    .con2con {
        margin: 0 auto;
    }
    .tit {
        text-align: center;
        color: var(--main-color-333);
        font-size: 25px;
        margin-bottom: 20px;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li {
        width: 100%;
        margin-bottom: 30px;
        box-shadow: var(--main-shadow);
        padding: 15px;
        cursor: pointer;
        background-color: var(--main-color-white);
    }
    .con2con ul li img {
        width: 100%;
    }
    .con2con ul li p {
        color: var(--main-color);
        font-size: 16px;
        margin: 15px 0;
        margin-bottom: 0;
        text-align: center;
    }
    .con2con ul li span {
        color: var(--main-color-333);
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con2con .more {
        margin: 0 auto;
        margin-top: 30px;
    }
    .con1 {
        width: 100%;
        padding: 30px 15px;
    }
    .con1con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con1conleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .con1conleft img {
        width: 100%;
    }
    .con1conright {
        width: 100%;
    }
    .con1conright strong {
        display: block;
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .con1conright .con1_p {
        font-size: 16px;
        color: var(--main-color-666);
        line-height: 30px;
    }
    .mumping_mun {
        display: flex;
        justify-content: space-between;
        margin: 20px 0;
        flex-wrap: wrap;
    }
    .mumping_mun li {
        width: 48%;
        margin-bottom: 20px;
    }
    .mun_top {
        display: flex;
        justify-content: left;
    }
    .mun_top h2 {
        color: var(--main-color);
        font-size: 30px;
    }
    .mumping_mun li p {
        margin-top: 10px;
        font-size: 15px;
        text-align: left;
        color: var(--main-color);
    }
    .mun_top span {
        margin-left: 5px;
        display: block;
        color: var(--main-color);
        font-size: 15px;
    }
    .more {
        width: 180px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        display: block;
        margin-top: 20px;
    }
    .inbanner {
        width: 100%;
        height: 200px;
        background-image: url(../images/inbanner.png);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        margin-top: 60px;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        color: var(--main-color);
        font-size: 25px;
        font-weight: normal;
    }
    .inside {
        margin: 0 auto;
        padding: 15px;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid #555555;
        background-color: #3b3d40;
        margin-bottom: 60px;
    }
    .copycon {
        text-align: center;
        text-align: center;
        font-size: 13px;
        color: var(--main-color-999);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 13px;
        color: var(--main-color-999);
    }
    .ml_banner {
        width: 100%;
        margin-top: 60px !important;
        height: 300px;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    .ml_banner video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .v_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    .v_poscon {
        margin: 0 auto;
    }
    .v_poscon h1 {
        color: var(--main-color-white);
        font-size: 20px;
        text-align: center;
        font-weight: normal;
    }
    .v_poscon p {
        font-size: 15px;
        color: var(--main-color-white);
        margin: 25px 0;
        text-align: center;
    }
    .v_poscon a {
        display: block;
        width: 120px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        margin: 0 auto;
    }
    .bannerbtn {
        width: 40px !important;
        height: 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
    }
    .pchead {
        display: none;
    }
    .pcnav {
        display: none;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color-white);
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: var(--main-transition);
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--main-color-666);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 45px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: var(--main-color-white);
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 99;
    }
    .ml_pcheader {
        display: none;
    }
}