* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*:not(.fa) {
    font-family: 'microsoft yahei';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

 :root {
    --main-color: #009ee2;
    --main-color-white: #ffffff;
    --main-color-333: #555555;
    --main-color-555: #555555;
    --main-color-888: #888888;
    --main-color-666: #666666;
    --main-color-999: #999999;
    --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 {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        transition: var(--main-transition);
        height: 6.25rem;
        border-bottom: .0625rem solid rgba(255, 255, 255, .5);
    }
    .pcheader {
        width: 100%;
        height: 100%;
        padding: 0 5.625rem;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pcleft {
        flex: 1;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .logo2 {
        display: none;
    }
    .pcnav {
        margin-left: 9.375rem;
    }
    .pcnav>ul {
        display: flex;
        align-items: center;
    }
    .pcnav>ul>li>a {
        line-height: 6.25rem;
        display: block;
        color: #fff;
        padding: 0 1.5625rem;
        font-size: 1rem;
        height: 6.25rem;
        position: relative;
    }
    .pcnav>ul>li>a::after {
        transition: .4s;
        opacity: 0;
        content: "";
        position: absolute;
        left: .625rem;
        width: 4px;
        height: 1.375rem;
        background: #009fdf;
        top: 38%;
        transform: skew(-15deg);
    }
    .pcnav>ul>li:hover>a::after {
        opacity: 1 !important;
    }
    .active::after {
        opacity: 1 !important;
    }
    .pcnav>ul>li {
        position: relative;
        height: 100%;
    }
    .p_drop {
        position: absolute;
        width: 27.1875rem;
        padding: 1.5625rem;
        background-color: #323941;
        top: 6.1875rem;
        left: 0;
        display: none;
    }
    .p_dropcon {
        position: relative;
    }
    .p_dropcon::after {
        content: "";
        position: absolute;
        border: .6875rem solid #323941;
        border-left-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent;
        /* bottom: 0; */
        left: 50%;
        /* transform: translate(-50%); */
        top: -2.9375rem;
        left: 0;
    }
    .p_dropcon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .p_dropcon ul li {
        width: 48%;
        margin-bottom: 1rem;
    }
    .p_dropcon ul li a {
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 1rem;
    }
    .p_dropcon ul li a img {
        width: 25px;
        height: 25px;
        margin-right: .625rem;
        object-fit: contain;
    }
    .pcnav>ul>li:hover .p_drop {
        display: block;
    }
    .p_dropcon ul li a:hover {
        color: var(--main-color);
    }
    .pcright {
        width: 21.875rem;
        height: 100%;
        border-left: 1px solid rgba(255, 255, 255, .5);
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .lang {
        margin-right: 1.875rem;
    }
    .lang a {
        color: var(--main-color-white);
        font-size: 1rem;
    }
    .PSbtn {
        cursor: pointer;
        color: var(--main-color-white);
    }
    .colorChange {
        background-color: var(--main-color-white);
    }
    .colorChange .logo1 {
        display: none;
    }
    .colorChange .logo2 {
        display: block;
    }
    .colorChange .pcnav>ul>li>a {
        color: var(--main-color-333);
    }
    .colorChange .lang a {
        color: var(--main-color-333);
    }
    .colorChange i {
        color: var(--main-color-333);
    }
    .colorChange .pcright {
        border-left: 1px solid var(--main-color);
    }
    .search {
        position: fixed;
        top: 6.25rem;
        left: 0;
        width: 100%;
        z-index: 999;
        padding: 3.125rem 0;
        background-color: #323941;
        display: none;
    }
    .searchcon {
        max-width: 71.875rem;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .searchcon input {
        width: 65.625rem;
        height: 3.125rem;
        background-color: transparent;
        color: var(--main-color-white);
        border: none;
        font-size: 1rem;
        outline: none;
        border-bottom: 1px solid var(--main-color);
    }
    .searchcon a {
        flex: 1;
        display: block;
        height: 3.125rem;
        line-height: 3.125rem;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: 1rem;
        text-align: center;
    }
    .searchcon input::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .con1 {
        width: 100%;
      
        background-repeat: no-repeat;
        background-size: cover;
    }
    video {
        vertical-align: top;
    }
    .con1con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1left {
        width: 50%;
        padding: 11.875rem 5.625rem;
    }
    .con1right {
        width: 50%;
    }
    .con1left strong {
        display: block;
        color: var(--main-color-white);
        font-size: 2.9375rem;
        font-weight: normal;
    }
    .con1left p {
        font-size: 1rem;
        color: var(--main-color-white);
        margin: 3.125rem 0;
        line-height: 1.875rem;
        max-width: 70%;
    }
    .con1left a {
        display: block;
        color: var(--main-color-white);
        font-size: 1rem;
    }
    .con1right ul {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
    }
    .con1right ul li {
        width: calc(100% / 4);
        display: flex;
        flex-direction: column;
        padding: 0 1.875rem;
        justify-content: center;
        border-left: 1px solid rgba(255, 255, 255, .4);
    }
    .con1right ul li img {
        width: 3.125rem;
    }
    .con1right ul li strong {
        font-size: 2.1875rem;
        color: var(--main-color-white);
        margin-top: 1.5625rem;
    }
        .con1right ul li span {
            font-size: 2rem;
            color: var(--main-color-white);
            display:block;
        }
        .con1right ul li p {
            font-size: 1rem;
            margin-top: .9375rem;
            color: var(--main-color-white);
        }
    .con2 {
        padding: 7.8125rem 0;
        background-color: #323941;
    }
    .mySwiper_con2 {
        padding-left: 5.625rem!important;
    }
    .mySwiper_con2 img {
        width: 100%;
    }
    .con2pos {
        position: absolute;
        width: 100%;
        height: 10rem;
        left: 0;
        /* bottom: 0; */
        bottom: -3.75rem;
        padding: 1.875rem 1.875rem;
        transition: var(--main-transition);
        background: rgba(0, 158, 226, 0);
    }
    .con2pos strong {
        display: block;
        color: var(--main-color-white);
        font-size: 1.5625rem;
        margin-bottom: 1.875rem;
    }
    .con2pos p {
        font-size: 1rem;
        font-weight: bold;
        color: var(--main-color-white);
        opacity: 0;
        transition: var(--main-transition);
    }
    .mySwiper_con2 .swiper-slide:hover .con2pos {
        bottom: 0 !important;
        background: rgba(0, 158, 226, 1);
    }
    .mySwiper_con2 .swiper-slide:hover .con2pos p {
        opacity: 1;
    }
    .con3 {
        padding: 6.25rem 0;
     
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con3con {
        width: 100%;
        padding: 0 5.625rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con3left {
        width: 25%;
    }
    .con3left strong {
        color: var(--main-color-white);
        font-weight: normal;
        font-size: 2.9375rem;
        display: block;
        margin-bottom: 3.75rem;
    }
    .con3left a {
        font-size: 16px;
        opacity: .7;
        color: var(--main-color-white);
    }
    .con3right {
        width: 65%;
    }
    .con3right ul {
        display: flex;
        border-right: 1px solid rgba(255, 255, 255, .6);
        border-bottom: 1px solid rgba(255, 255, 255, .6);
        flex-wrap: wrap;
    }
    .con3right ul li {
        width: calc(100% / 3);
        cursor: pointer;
        padding: 2.8125rem 1.875rem;
        border-top: 1px solid rgba(255, 255, 255, .6);
        border-left: 1px solid rgba(255, 255, 255, .6);
        transition: var(--main-transition);
    }
    .con3right ul li img {
        margin-bottom: 4.375rem;
        height: 45px;
    }
    .con3right ul li p {
        font-size: 1.3125rem;
        color: var(--main-color-white);
        opacity: .7;
        margin-bottom: 10px;
    }
    .con3right ul li span {
        font-size: .9375rem;
        color: var(--main-color-white);
        opacity: .7;
    }
    .con3right ul li:hover {
        background-color: #009fdf;
    }
    .con4 {
        width: 100%;
      
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con4con {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con4Item {
        cursor: pointer;
        display: flex;
        width: 50%;
        align-items: center;
        padding: 5.625rem 5.625rem;
        justify-content: space-between;
    }
    .con4Item span {
        font-size: 1.25rem;
        color: var(--main-color-white);
    }
    .con4Item i {
        color: var(--main-color-white);
        font-size: 1.5625rem !important;
    }
    .con4Item:last-child {
        border-left: 1px solid rgba(255, 255, 255, .2);
    }
    .foot {
        padding: 3.75rem 0;
        background-color: #323941;
    }
    .footer {
        padding: 0 5.625rem;
        margin: 0 auto;
    }
    .foot1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .foot1 a img {
        height: 1.6875rem;
    }
    .foot1 ul {
        display: flex;
        align-items: center;
    }
    .foot1 ul li a {
        font-size: 1rem;
        margin-right: 4.0625rem;
        color: var(--main-color-white);
    }
    .foot1 ul li:last-child a {
        margin-right: 0 !important;
    }
    .foot2 {
        padding-top: 35px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .foot2left {
        display: flex;
        align-items: center;
    }
    .wxBox i {
        color: var(--main-color-white);
        font-size: 1.5625rem!important;
    }
    .wxBox img {
        width: 6.25rem;
        position: absolute;
        height: 6.25rem;
        top: -7.25rem;
        left: -2.1875rem;
        transition: var(--main-transition);
        opacity: 0;
        visibility: hidden;
    }
    .wxBox {
        position: relative;
    }
    .wxBox:hover img {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .foot2left select {
        border: 1px solid #474d54;
        margin-left: 25px;
        height: 42px;
        width: 12.5rem;
        background-color: transparent;
        padding-left: 25px;
        color: var(--main-color-white);
        outline: none;
    }
    .foot2left select option {
        color: var(--main-color-333);
    }
    .foot2right p {
        font-size: 1rem;
        color: white !important;
    }
    .inbanner {
        width: 100%;
        position: relative;
    }
    .inbanner img {
        width: 100%;
    }
    .inbanner strong {
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 99;
        font-weight: normal;
        padding: 0 5.625rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 4.0625rem;
    }
    .protitle {
        padding: 5rem 5.625rem;
    }
    .proType {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .typeItem a {
        position: relative;
        margin-right: 3.125rem;
        position: relative;
        font-size: 1.875rem;
        color: #333;
    }
    .protitle p {
        font-size: 1rem;
        color: var(--main-color-666);
        margin-top: 1.5625rem;
    }
    .typeItem a::after {
        width: .1875rem;
        height: 80%;
        position: absolute;
        content: '';
        left: -1.0625rem;
        top: .25rem;
        transform: skew(-15deg);
        background-color: var(--main-color);
        opacity: 0;
        transition: var(--main-transition);
    }
    .typeItem a:hover::after {
        opacity: 1;
    }
    .subMenuActive::after {
        opacity: 1 !important;
    }
    .proBox {
        padding: 5rem 5.625rem;
    }
    .proItem {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 3.125rem;
    }
    .proItem:hover .proItemLeft {
        background-color: var(--main-color);
    }
    .proItemLeft {
        width: 50%;
        padding: 7.8125rem 5.3125rem;
        background-color: #323941;
        transition: var(--main-transition);
    }
    .proItemLeft strong {
        color: var(--main-color-white);
        font-size: 2.1875rem;
        font-weight: normal;
    }
    .proItemLeft p {
        font-size: 16px;
        line-height: 30px;
        color: var(--main-color-white);
        margin: 2.1875rem 0;
    }
    .proItemLeft a {
        font-size: 14px;
        color: var(--main-color-white);
    }
    .proItemRight {
        width: 50%;
    }
    .proItemRight img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .proItem:nth-child(even) {
        flex-direction: row-reverse;
    }
    .prodetail {
        padding: 5rem 0;
        background-color: #323941;
    }
    .detailcon {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 5.625rem;
    }
    .deLeft {
        width: 48%;
    }
    .deRight {
        width: 48%;
    }
    .deSwiper {
        width: 100%;
    }
    .deSwiper img {
        width: 100%;
    }
    .de_title strong {
        display: block;
        color: var(--main-color-white);
        font-weight: normal;
        font-size: 3rem;
    }
    .de_title span {
        font-size: 1rem;
        color: var(--main-color-white);
        margin: 1.5625rem 0;
        display: block;
        line-height: 1.875rem;
    }
    .de_title {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .de_con {
        padding: 5.625rem 0;
        color: var(--main-color-white);
        font-size: 1rem;
    }
    .backToList a {
        font-size: 16px;
        color: var(--main-color-white);
    }
    .backToList a:hover {
        color: var(--main-color);
    }
    .other {
        padding: 5rem 0;
        background-color: #005f95;
    }
    .othercon {
        padding: 0 5.625rem;
    }
    .othercon strong {
        color: var(--main-color-white);
        font-weight: 200;
        font-size: 1.875rem;
        display: block;
        margin-bottom: 2.8125rem;
    }
    .othercon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .othercon ul li {
        width: calc((100% - 70px) / 3);
        margin-right: 35px;
        margin-bottom: 35px;
    }
    .othercon ul li:nth-child(3n) {
        margin-right: 0;
    }
    .imgBox {
        display: block;
        overflow: hidden;
    }
    .imgBox img {
        width: 100%;height:350px;
        transition: var(--main-transition);
    }
    .othercon ul li:hover img {
        transform: scale(1.1);
    }
    .other_box {
        padding: 2.1875rem;
        background-color: #323941;
    }
    .other_box p {
        font-size: 1.6875rem;
        color: var(--main-color-white);
    }
    .other_box span {
        font-size: 1rem;
        color: var(--main-color-white);
        width: 100%;
        margin: 1.25rem 0;
        line-height: 1.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .other_box a {
        font-size: 14px;
        color: var(--main-color-white);
    }
    .more {
        display: block;
        color: var(--main-color-white);
        font-size: 16px;
        text-align: center;
    }
    .news {
        padding: 5rem 0;
    }
    .newscon {
        padding: 0 5.625rem;
    }
    .newscon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .newscon ul li {
        width: calc((100% - 40px) / 3);
        margin-right: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .newscon ul li:nth-child(3n) {
        margin-right: 0;
    }
    .newscon ul li img {
        width: 100%;height:300px;
        transition: var(--main-transition);
    }
    .img_box {
        display: block;
        overflow: hidden;
    }
    .newscon ul li:hover img {
        transform: scale(1.1);
    }
    .txtCon {
        padding: 1.5625rem;
        background-color: #323941;
        transition: var(--main-transition);
    }
    .txtCon span {
        color: var(--main-color);
        font-size: 1.25rem;
    }
    .txtCon p {
        font-size: 1.125rem;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color-white);
        margin: 1.5625rem 0;
    }
    .txtCon a {
        color: var(--main-color-white);
        font-size: 16px;
    }
    .inside {
        padding: 5.625rem;
        max-width: 81.25rem;
        margin: 0 auto;
    }
    .occ1 {
        padding: 5rem 0;
    }
    .occ1con {
        padding: 0 5.625rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .occ1Left {
        width: 48%;
    }
    .occ1Left img {
        width: 100%;
    }
    .occ1Right {
        width: 45%;
    }
    .occ1Right strong {
        color: #000;
        font-size: 2.1875rem;
        font-weight: normal;
        margin-bottom: 1.875rem;
        display: block;
    }
    .occ1Right p {
        color: var(--main-color-666);
        font-size: 1rem;
        margin-bottom: 3.75rem;
    }
    .occ1Right a {
        font-size: 16px;
        color: var(--main-color-333);
    }
    .occ2 {
        padding: 5rem 0;
        background-color: #005a8f;
    }
    .occTitle {
        text-align: center;
        margin-bottom: 3.125rem;
    }
    .occTitle strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-size: 2.1875rem;
        margin-bottom: 1.5625rem;
        font-weight: normal;
    }
    .occTitle p {
        text-align: center;
        line-height: 30px;
        color: var(--main-color-white);
        font-size: 1rem;
    }
    .occ2Swiper {
        width: 100%;
        padding: 0 30% !important;
        padding-bottom: 5.75rem !important;
    }
    .occ2Swiper img {
        width: 100%;
    }
    .occ2page .swiper-pagination-bullet {
        background-color: var(--main-color) !important;
        border-radius: 0 !important;
        width: .4875rem;
        background-color: #fff !important;
        height: 2rem;
        opacity: 1 !important;
        transform: skew(-10deg);
    }
    .occ2page .swiper-pagination-bullet-active {
        background-color: var(--main-color) !important;
    }
    .occ3 {
        padding: 5rem 0;
        background-color: #323941;
    }
    .occ3con {
        width: 100%;
        padding: 0 5.625rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .occ3left {
        width: 48%;
    }
    .occ3left img {
        width: 100%;
    }
    .occ3right {
        width: 48%;
    }
    .occ3right strong {
        color: var(--main-color-white);
        font-size: 2.1875rem;
        font-weight: normal;
    }
    .occ3right p {
        color: var(--main-color-white);
        font-size: 1rem;
        margin-top: 1.875rem;
    }
    .occ4 {
        padding: 5.625rem 0;
    }
    .occ4con {
        width: 100%;
    }
    .occ4 strong {
        display: block;
        padding: 0 5.625rem;
        color: #000;
        font-weight: normal;
        font-size: 2.1875rem;
        margin-bottom: 2.5rem;
    }
    .occ4swiper {
        width: 100%;
        padding: 0 15% !important;
        padding-bottom: 3.75rem !important;
    }
    .occ4swiper img {
        width: 100%;
    }
    .occ5 {
        padding: 5rem 5.625rem;
        background-color: #005f95
    }
    .occ5con {
        width: 100%;
    }
    .occ5con strong {
        color: var(--main-color-white);
        font-size: 2.1875rem;
        font-weight: normal;
        display: block;
        margin-bottom: 2.1875rem;
    }
    .td {
        display: flex;
        align-items: center;
    }
    .td span {
        color: var(--main-color-white);
        font-size: 1rem;
        margin-left: 1.5625rem;
    }
    .td a {
        display: block;
        width: 11.375rem;
        height: 3.875rem;
        line-height: 3.875rem;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .ab1 {
        padding: 5rem 0;
    }
    .ab1con {
        padding: 0 5.625rem;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ab1left {
        width: 45%;
    }
    .ab1left strong {
        font-weight: normal;
        margin-bottom: 2.1875rem;
        display: block;
        color: #000;
        font-size: 2.1875rem;
    }
    .ab1left p {
        font-size: 1rem;
        line-height: 1.875rem;
        color: var(--main-color-666);
    }
    .ab1right {
        width: 45%;
    }
    .ab1right img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .ab2 {
        padding: 5rem 0;
    }
    .ab2con {
        width: 100%;
        padding: 0 5.625rem;
    }
    .ab2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .ab2con ul li {
        width: calc(100% / 3);
        border-right: 1px solid #dddddd;
        padding: 0 8.75rem;
    }
    .ab2con ul li img {
        width: 3.125rem;
        display: block;
    }
    .ab2con ul li strong {
        display: block;
        color: #000;
        font-size: 3.4375rem;
        margin-top: 1.875rem;
        margin-bottom: 1.25rem;
    }
    .ab2con ul li span {
        font-size: 1.25rem;
        color: #000;
    }
    .ab2con ul li:first-child {
        border-left: none;
    }
        .ab2con ul li:last-child {
            border-right: none;
        }
    .hfImg {
        padding: 0 5.625rem;
        width: 100%;
        margin-bottom: 5rem;
    }
    .ab3 {
        padding: 5.625rem;
      
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ab3con {
        width: 100%;
    }
    .ab3con strong {
        color: var(--main-color-white);
        font-size: 2.8125rem;
        font-weight: normal;
        display: block;
        margin-bottom: 4.375rem;
    }
    .ab3con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-right: 1px solid rgba(255, 255, 255, .2);
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .ab3con ul li {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 4.6875rem 3.125rem;
        border-left: 1px solid rgba(255, 255, 255, .2);
        border-top: 1px solid rgba(255, 255, 255, .2);
    }
    .li_left {
        width: 6.5625rem;
    }
    .li_left img {
        width: 100%;
    }
    .li_right {
        flex: 1;
        padding-left: 3.4375rem;
    }
    .li_right p {
        color: var(--main-color-white);
        font-size: 1.125rem;
    }
    .li_right h1 {
        color: var(--main-color-white);
        font-size: 1.9375rem;
        margin-top: 10px;
    }
    .ab4 {
        padding: 15.625rem 0;
     
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ab4con {
        padding: 0 5.625rem;
    }
    .zzItem {
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 9.375rem;
    }
    .zzItem strong {
        color: var(--main-color-white);
        font-size: 1.9375rem;
        margin-bottom: 2.1875rem;
        text-align: center;
        display: block;
    }
    .zzItem p {
        font-size: 1rem;
        color: #ffffffcc;
        text-align: center;
        line-height: 1.875rem;
    }
    .zzItem:last-child {
        margin-bottom: 0 !important;
    }
    .devItem {
        padding: 0 5.625rem;
        margin-bottom: 9.375rem;
    }
    .devTitle strong {
        display: block;
        color: #000;
        font-weight: normal;
        font-size: 2.9375rem;
        margin-bottom: 1.875rem;
    }
    .devTitle p {
        color: var(--main-color-666);
        font-size: 1rem;
    }
    .devItem ul {
        margin: 3.4375rem auto;
        display: flex;
        flex-wrap: wrap;
    }
    .devItem ul li {
        width: calc((100% - 17.5rem) / 3);
        margin-right: 8.75rem;
        margin-bottom: .625rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .devItem ul li:nth-child(3n) {
        margin-right: 0;
    }
    .dev_left {
        width: 4.0625rem;
    }
    .devItem ul li img {
        width: 100%
    }
    .dev_right {
        width: calc(100% - 4.0625rem);
        padding-left: 1.25rem;
    }
    .dev_right p {
        color: #000;
        font-size: 1.5625rem;
        margin-bottom: 1.25rem;
    }
    .dev_right span {
        color: var(--main-color-666);
        font-size: 1rem;
    }
    .dev_pic img {
        width: 100%;
    }
    .history {
        padding: 5rem 0;
        padding-top: 0;
        background-color: #323941;
    }
    .history .protitle a {
        color: var(--main-color-white);
    }
    .timeItem {
        padding: .9375rem 1.875rem;
        border-left: 2px solid rgba(255, 255, 255, .2);
        height: 36.25rem;
        transition: var(--main-transition);
        padding-top: 3.125rem;
    }
    .timeItem strong {
        color: var(--main-color-white);
        font-size: 2.5rem;
    }
    .historyBox {
        padding: 0 5.625rem;
    }
    .timeItem p {
        font-size: 1.25rem;
        color: #ffffffcc;
        margin-top: 1.25rem;
    }
    .tab_btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tab_btn i {
        color: var(--main-color-white);
        font-size: 1.875rem;
        opacity: .6;
    }
    .tab_btn span {
        display: block;
        cursor: pointer;
        margin: 1.875rem 1.25rem;
    }
    .mySwiperTime .swiper-slide-active .timeItem {
        /*padding-top: 0 !important;*/
        border-left: 1px solid rgba(255, 255, 255, 1);
    }
    .mySwiperTime .swiper-slide-active .timeItem strong {
        color: var(--main-color);
    }
}

@media only screen and (max-width: 996px) {
    .history {
        padding: 30px 15px;
        padding-top: 0;
        background-color: #323941;
    }
    .history .protitle a {
        color: var(--main-color-white);
    }
    .timeItem {
        padding: 20px;
        border-left: .125rem solid rgba(255, 255, 255, .2);
        transition: var(--main-transition);
        padding-top: 50px;
    }
    .timeItem strong {
        color: var(--main-color-white);
        font-size: 25px;
    }
    .timeItem p {
        font-size: 15px;
        color: #ffffffcc;
        margin-top: 15px;
    }
    .tab_btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tab_btn i {
        color: var(--main-color-white);
        font-size: 30px;
        opacity: .6;
    }
    .tab_btn span {
        display: block;
        cursor: pointer;
        margin: 30px 20px;
    }
    .mySwiperTime .swiper-slide-active .timeItem {
        padding-top: 0 !important;
        border-left: .0625rem solid rgba(255, 255, 255, 1);
    }
    .mySwiperTime .swiper-slide-active .timeItem strong {
        color: var(--main-color);
    }
    .devItem {
        padding: 30px 15px;
        margin-bottom: 40px;
    }
    .devTitle strong {
        display: block;
        color: #000;
        font-weight: normal;
        font-size: 30px;
        margin-bottom: 20px;
    }
    .devTitle p {
        color: var(--main-color-666);
        font-size: 14px;
    }
    .devItem ul {
        margin: 20px auto;
        display: flex;
        flex-wrap: wrap;
    }
    .devItem ul li {
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .dev_left {
        width: 45px;
    }
    .devItem ul li img {
        width: 100%
    }
    .dev_right {
        width: calc(100% - 45px);
        padding-left: 20px;
    }
    .dev_right p {
        color: #000;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .dev_right span {
        color: var(--main-color-666);
        font-size: 14px;
    }
    .dev_pic img {
        width: 100%;
    }
    .ab4 {
        padding: 40px 15px;
        background-image: url(../images/abbg2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .zzItem {
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .zzItem strong {
        color: var(--main-color-white);
        font-size: 25px;
        margin-bottom: 20px;
        text-align: center;
        display: block;
    }
    .zzItem p {
        font-size: 14px;
        color: #ffffffcc;
        text-align: center;
        line-height: 25px;
    }
    .zzItem:last-child {
        margin-bottom: 0 !important;
    }
    .ab3 {
        padding: 30px 15px;
        background-color: #30373f;
    }
    .ab3con {
        width: 100%;
    }
    .ab3con strong {
        color: var(--main-color-white);
        font-size: 25px;
        font-weight: normal;
        display: block;
        margin-bottom: 25px;
    }
    .ab3con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-right: 1px solid rgba(255, 255, 255, .2);
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .ab3con ul li {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 25px;
        border-left: 1px solid rgba(255, 255, 255, .2);
        border-top: 1px solid rgba(255, 255, 255, .2);
    }
    .li_left {
        width: 80px;
    }
    .li_left img {
        width: 100%;
    }
    .li_right {
        padding-left: 20px;
        width: calc(100% - 80px);
    }
    .li_right p {
        color: var(--main-color-white);
        font-size: 18px;
    }
    .li_right h1 {
        color: var(--main-color-white);
        font-size: 20px;
        margin-top: 10px;
    }
    .hfImg {
        width: 100%;
        padding: 30px 15px;
    }
    .ab2 {
        padding: 30px 15px;
    }
    .ab2con {
        width: 100%;
    }
    .ab2con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ab2con ul li {
        width: 48%;
        padding: 15px;
    }
    .ab2con ul li img {
        width: 45px;
        display: block;
    }
    .ab2con ul li strong {
        display: block;
        color: #000;
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .ab2con ul li span {
        font-size: 14px;
        color: #000;
    }
    .ab1 {
        padding: 30px 15px;
    }
    .ab1con {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .ab1left {
        width: 100%;
        margin-top: 20px;
    }
    .ab1left strong {
        font-weight: normal;
        margin-bottom: 20px;
        display: block;
        color: #000;
        font-size: 25px;
    }
    .ab1left p {
        font-size: 14px;
        line-height: 25px;
        color: var(--main-color-666);
    }
    .ab1right {
        width: 45%;
    }
    .ab1right img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .occ5 {
        padding: 30px 15px;
        background-color: #005f95
    }
    .occ5con {
        width: 100%;
    }
    .occ5con strong {
        color: var(--main-color-white);
        font-size: 22px;
        font-weight: normal;
        display: block;
        margin-bottom: 2.1875rem;
    }
    .td {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .td span {
        color: var(--main-color-white);
        font-size: 14px;
        margin-top: 15px;
        width: 100%;
        display: block;
    }
    .td a {
        display: block;
        width: 140px;
        height: 35px;
        line-height: 35px;
        margin: 20px 0;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .occ4 {
        padding: 30px 15px;
    }
    .occ4con {
        width: 100%;
    }
    .occ4 strong {
        display: block;
        color: #000;
        font-weight: normal;
        font-size: 25px;
        margin-bottom: 30px;
    }
    .occ4swiper {
        width: 100%;
        padding: 0 15% !important;
        padding-bottom: 50px !important;
    }
    .occ4swiper img {
        width: 100%;
    }
    .occ3 {
        padding: 30px 15px;
        background-color: #323941;
    }
    .occ3con {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .occ3left {
        width: 100%;
    }
    .occ3left img {
        width: 100%;
    }
    .occ3right {
        width: 100%;
        margin-top: 20px;
    }
    .occ3right strong {
        color: var(--main-color-white);
        font-size: 25px;
        font-weight: normal;
    }
    .occ3right p {
        color: var(--main-color-white);
        font-size: 14px;
        margin-top: 20px;
    }
    .occ2 {
        padding: 30px 15px;
        background-color: #005a8f;
    }
    .occTitle {
        text-align: center;
        margin-bottom: 30px;
    }
    .occTitle strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-size: 28px;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .occTitle p {
        text-align: center;
        line-height: 25px;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .occ2Swiper {
        width: 100%;
        padding: 0 20% !important;
        padding-bottom: 60px !important;
    }
    .occ2Swiper img {
        width: 100%;
    }
    .occ2page .swiper-pagination-bullet {
        background-color: var(--main-color) !important;
        border-radius: 0 !important;
        width: 4px;
        background-color: #fff !important;
        height: 15px;
        opacity: 1 !important;
        transform: skew(-10deg);
    }
    .occ2page .swiper-pagination-bullet-active {
        background-color: var(--main-color) !important;
    }
    .occ1 {
        padding: 30px 15px;
    }
    .occ1con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .occ1Left {
        width: 100%;
        margin-bottom: 20px;
    }
    .occ1Left img {
        width: 100%;
    }
    .occ1Right {
        width: 100%;
    }
    .occ1Right strong {
        color: #000;
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 20px;
        display: block;
    }
    .occ1Right p {
        color: var(--main-color-666);
        font-size: 14px;
        margin-bottom: 15px;
    }
    .occ1Right a {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .inside {
        padding: 30px 15px;
        font-size: 14px;
    }
    .news {
        padding: 30px 15px;
    }
    .newscon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .newscon ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .newscon ul li img {
        width: 100%;
        transition: var(--main-transition);
    }
    .img_box {
        display: block;
        overflow: hidden;
    }
    .newscon ul li:hover img {
        transform: scale(1.1);
    }
    .txtCon {
        padding: 20px;
        background-color: #323941;
        transition: var(--main-transition);
    }
    .txtCon span {
        color: var(--main-color);
        font-size: 16px;
    }
    .txtCon p {
        font-size: 16px;
        width: 100%;
        color: var(--main-color-white);
        margin: 15px 0;
    }
    .txtCon a {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .other {
        padding: 30px 15px;
        background-color: #005f95;
    }
    .othercon strong {
        color: var(--main-color-white);
        font-weight: 200;
        font-size: 22px;
        display: block;
        margin-bottom: 20px;
    }
    .othercon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .othercon ul li {
        margin-bottom: 25px;
    }
    .imgBox {
        display: block;
        overflow: hidden;
    }
    .imgBox img {
        width: 100%;
        transition: var(--main-transition);
    }
    .othercon ul li:hover img {
        transform: scale(1.1);
    }
    .other_box {
        padding: 20px;
        background-color: #323941;
    }
    .other_box p {
        font-size: 15px;
        color: var(--main-color-white);
    }
    .other_box span {
        font-size: 14px;
        color: var(--main-color-white);
        width: 100%;
        margin: 15px 0;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .other_box a {
        font-size: 14px;
        color: var(--main-color-white);
    }
    .more {
        display: block;
        color: var(--main-color-white);
        font-size: 14px;
        text-align: center;
    }
    .prodetail {
        padding: 30px 15px;
        background-color: #323941;
    }
    .detailcon {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .deLeft {
        width: 100%;
    }
    .deRight {
        width: 100%;
        margin-bottom: 20px;
    }
    .deSwiper {
        width: 100%;
    }
    .deSwiper img {
        width: 100%;
    }
    .de_title strong {
        display: block;
        color: var(--main-color-white);
        font-weight: normal;
        font-size: 25px;
    }
    .de_title span {
        font-size: 14px;
        color: var(--main-color-white);
        margin: 20px 0;
        display: block;
        line-height: 25px;
    }
    .de_title {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .de_con {
        padding: 20px 0;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .backToList a {
        font-size: 14px;
        color: var(--main-color-white);
    }
    .backToList a:hover {
        color: var(--main-color);
    }
    .proBox {
        padding: 30px 15px;
    }
    .proItem {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 25px;
        flex-direction: column-reverse;
    }
    .proItemLeft {
        width: 100%;
        padding: 20px;
        background-color: #323941;
    }
    .proItemLeft strong {
        color: var(--main-color-white);
        font-size: 22px;
        font-weight: normal;
    }
    .proItemLeft p {
        font-size: 14px;
        line-height: 25px;
        color: var(--main-color-white);
        margin: 20px 0;
    }
    .proItemLeft a {
        font-size: 14px;
        color: var(--main-color-white);
    }
    .proItemRight {
        width: 100%;
    }
    .proItemRight img {
        width: 100%;
        object-fit: cover;
    }
    .proItem:nth-child(even) {
        flex-direction: row-reverse;
    }
    .protitle {
        padding: 30px 15px;
    }
    .proType {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .typeItem a {
        position: relative;
        margin-left: 30px;
        position: relative;
        font-size: 20px;
        color: #333;
    }
    .protitle p {
        font-size: 14px;
        color: var(--main-color-666);
        margin-top: 15px;
    }
    .typeItem a::after {
        width: 2px;
        height: 80%;
        position: absolute;
        content: '';
        left: -17px;
        top: 2px;
        transform: skew(-15deg);
        background-color: var(--main-color);
        opacity: 0;
        transition: var(--main-transition);
    }
    .typeItem a:hover::after {
        opacity: 1;
    }
    .subMenuActive::after {
        opacity: 1 !important;
    }
    .inbanner {
        width: 100%;
        position: relative;
        margin-top: 60px;
    }
    .inbanner img {
        width: 100%;
    }
    .inbanner strong {
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 99;
        font-weight: normal;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
    }
    .foot {
        padding: 40px 15px;
        background-color: #323941;
    }
    .footer {
        margin: 0 auto;
    }
    .foot1 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .foot1 a img {
        height: 25px;
    }
    .foot1 ul {
        width: 100%;
        margin-top: 15px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .foot1 ul li a {
        font-size: 14px;
        margin-right: 20px;
        color: var(--main-color-white);
    }
    .foot1 ul li:last-child a {
        margin-right: 0 !important;
    }
    .foot2 {
        padding-top: 25px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .foot2left {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .wxBox i {
        color: var(--main-color-white);
        font-size: 20px !important
    }
    .wxBox img {
        width: 80px;
        height: 80px;
        position: absolute;
        transition: var(--main-transition);
        opacity: 0;
        top: -90px;
        left: 0;
        visibility: hidden;
    }
    .wxBox {
        position: relative;
    }
    .wxBox:hover img {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .foot2left select {
        border: 1px solid #474d54;
        margin-left: 25px;
        height: 42px;
        width: 200px;
        background-color: transparent;
        padding-left: 25px;
        color: var(--main-color-white);
        outline: none;
    }
    .foot2right {
        width: 100%;
        margin-top: 15px;
    }
    .foot2left select option {
        color: var(--main-color-333);
    }
    .foot2right p {
        font-size: 14px;
        line-height: 30px;
        color: var(--main-color-white);
    }
    .con4 {
        width: 100%;
        background-image: url(../images/bg3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con4con {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4Item {
        cursor: pointer;
        display: flex;
        width: 100%;
        align-items: center;
        padding: 20px;
        justify-content: space-between;
    }
    .con4Item span {
        font-size: 16px;
        color: var(--main-color-white);
    }
    .con4Item i {
        color: var(--main-color-white);
        font-size: 20px;
    }
    .con4Item:last-child {
        border-top: 1px solid rgba(255, 255, 255, .2);
    }
    .con3 {
        padding: 30px 15px;
        background-image: url(../images/bg2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con3con {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con3left {
        width: 100%;
        margin-bottom: 20px;
    }
    .con3left strong {
        color: var(--main-color-white);
        font-weight: normal;
        font-size: 22px;
        margin-bottom: 20px;
        display: block;
    }
    .con3left a {
        font-size: 14px;
        opacity: .7;
        color: var(--main-color-white);
    }
    .con3right {
        width: 100%;
    }
    .con3right ul {
        display: flex;
        border-right: 1px solid rgba(255, 255, 255, .6);
        border-bottom: 1px solid rgba(255, 255, 255, .6);
        flex-wrap: wrap;
    }
    .con3right ul li {
        width: 50%;
        cursor: pointer;
        padding: 2.8125rem 1.875rem;
        border-top: 1px solid rgba(255, 255, 255, .6);
        border-left: 1px solid rgba(255, 255, 255, .6);
        transition: var(--main-transition);
    }
    .con3right ul li img {
        width: 30px;
        height: 30px;
        display: block;
        margin: 0 auto;
    }
    .con3right ul li p {
        font-size: 16px;
        text-align: center;
        color: var(--main-color-white);
        opacity: .7;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .con3right ul li span {
        font-size: 14px;
        text-align: center;
        display: block;
        color: var(--main-color-white);
        opacity: .7;
    }
    .con3right ul li:hover {
        background-color: #009fdf;
    }
    .con2 {
        padding: 30px 15px;
        background-color: #323941;
    }
    .mySwiper_con2 img {
        width: 100%;
    }
    .con2pos {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 20px;
        transition: var(--main-transition);
        background: rgba(0, 158, 226, .7);
    }
    .con2pos strong {
        display: block;
        color: var(--main-color-white);
        font-size: 20px;
        margin-bottom: 15px;
    }
    .con2pos p {
        font-size: 14px;
        font-weight: bold;
        color: var(--main-color-white);
        transition: var(--main-transition);
    }
    .con1 {
        width: 100%;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    video {
        vertical-align: top;
    }
    .con1con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1left {
        width: 100%;
        padding: 25px;
    }
    .con1right {
        width: 100%;
    }
    .con1left strong {
        display: block;
        color: var(--main-color-white);
        font-size: 20px;
        font-weight: normal;
    }
    .con1left p {
        font-size: 14px;
        color: var(--main-color-white);
        margin: 30px 0;
        line-height: 25px;
    }
    .con1left a {
        display: block;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .con1right ul {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
    }
    .con1right ul li {
        width: 50%;
        display: flex;
        flex-direction: column;
        padding: 20px;
        justify-content: center;
    }
    .con1right ul li img {
        width: 35px;
    }
    .con1right ul li strong {
        font-size: 20px;
        color: var(--main-color-white);
        margin-top: 15px;
    }
    .con1right ul li p {
        font-size: 14px;
        margin-top: 10px;
        color: var(--main-color-white);
    }
    video {
        vertical-align: top;
    }
    .banner {
        margin-top: 60px;
    }
    .search {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        z-index: 999;
        padding: 10px;
        background-color: #323941;
        display: none;
    }
    .searchcon {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .searchcon input {
        width: 80%;
        height: 30px;
        background-color: transparent;
        color: var(--main-color-white);
        border: none;
        font-size: 14px;
        outline: none;
        border-bottom: 1px solid var(--main-color);
    }
    .searchcon a {
        width: 20%;
        display: block;
        height: 30px;
        line-height: 30px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: 14px;
        text-align: center;
    }
    .searchcon input::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .mr {
        display: flex;
        align-items: center;
    }
    .mlang a {
        font-size: 14px;
        color: var(--main-color);
    }
    .mr i {
        font-size: 20px;
        color: var(--main-color);
        margin-right: 15px;
        margin-left: 15px;
    }
    .pchead {
        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-333);
        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-333);
        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-333);
        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);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        width: 120px;
    }
    .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;
    }
}