* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'microsoft yahei';
    scroll-behavior: smooth;
}

.clear {
    clear: both;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

@media only screen and (min-width: 996px) {}

@media only screen and (max-width: 996px) {
    .gmlc {
        width: 100% !important;
    }
}

body {
    overflow-x: hidden;
}

input {
    outline: none;
}

.gmlc .gmlc_right .list {
    max-width: 100% !important;
}

#lContent p {
    line-height: 25px;
    margin: 10px 0;
    max-width: 100% !important;
}

#lContent img {
    max-width: 100% !important;
}

#lContent span {
    font-size: 14px !important;
}

.pyyy_title_01 span img {
    top: 0 !important;
}

.pyyy .pyyy_con ul li span {
    display: block;
    height: 22px;
    line-height: 22px;
    padding-left: 20px;
    padding-top: 5px;
}

.pyyy .pyyy_con ul li strong {
    display: block;
    line-height: 22px;
    height: 22px;
    font-size: 12px;
    font-weight: normal;
    margin-top: 0px;
    padding-left: 20px;
    padding-bottom: 5px;
}

.pyyy .pyyy_con ul li strong a {
    color: #999;
    float: left;
}

.pyyy_title_01 {
    margin-bottom: 20px;
}

 :root {
    --main-color: #9b0006;
    --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;
}

.pyyy .pyyy_con ul li strong em {
    float: right;
    font-style: normal;
    padding-right: 20px;
    color: #999;
}

@media screen and (min-width:997px) and (max-width:1440px) {
    .h_pros .w1500 .h_pros_list {
        height: 480px !important;
    }
}

@media screen and (min-width:1100px) and (max-width:1270px) {
    .pc_nav ul>li>a {
        padding: 0 10px !important;
    }
}

@media only screen and (min-width: 996px) {
    .list-paddingleft-2 {
        display: flex;
        flex-wrap: wrap;
    }
    .list-paddingleft-2 li {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        margin-bottom: 20px;
        box-shadow: #eee 3px 3px 10px;
    }
    .list-paddingleft-2 li:nth-child(3n) {
        margin-right: 0;
    }
    .list-paddingleft-2 li img {
        width: 100%;
        height: 290px;
        object-fit: cover;
    }
    .M_top {
        width: 100%;
        height: 40px;
        transition: var(--main-transition);
        background-color: #373d41;
        z-index: 99;
    }
    .M_top_con {
        height: 40px;
        padding: 0 30px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .M_top_con_left span {
        color: #a6a6a7;
        font-size: 12px;
    }
    .M_top_con_right {
        display: flex;
        align-items: center;
    }
    .M_top_con_right a {
        font-size: 12px;
        color: #a6a6a7;
        transition: var(--main-transition);
    }
    .M_top_con_right span {
        color: #a6a6a7;
        font-size: 12px;
        padding: 0 10px;
        opacity: .5;
    }
    .M_top_con_right p {
        color: #a6a6a7;
        font-size: 12px;
        transition: var(--main-transition);
    }
    .M_top_con_right a:hover {
        color: var(--main-color);
    }
    .M_pchead {
        width: 100%;
        position: sticky;
        background-color: transparent;
        transition: var(--main-transition);
        top: 0px;
        left: 0;
        z-index: 99;
        height: 70px;
        transition: var(--main-transition);
    }
    .M_pchead:hover {
        background: rgba(155, 0, 6, 1);
    }
    .M_pcheader {
        display: flex;
        align-items: center;
        height: 70px;
        padding: 0 30px;
        justify-content: space-between;
    }
    .pclogo img {
        height: 43px;
    }
    .pc_nav ul {
        display: flex;
        align-items: center;
    }
    .pc_nav ul li {
        position: relative;
        transition: var(--main-transition);
    }
    .pc_nav ul li:hover {
        /* background-color: var(--main-color); */
        background-color: #e62022;
    }
    .pc_nav ul>li>a {
        height: 70px;
        transition: var(--main-transition);
        line-height: 70px;
        display: block;
        padding: 0 20px;
        font-size: 16px;
        color: var(--main-color-white);
    }
    .pc_nav ul>li:hover .pc_nav_drop {
        top: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_nav_drop {
        position: absolute;
        width: 100%;
        top: 120%;
        transition: var(--main-transition);
        opacity: 0;
        visibility: hidden;
    }
    .pc_nav_drop_item a:hover {
        background-color: var(--main-color);
    }
    .pc_nav_drop_item a {
        transition: var(--main-transition);
        display: block;
        text-align: center;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-white);
        font-size: 14px;
        background: rgba(155, 0, 6, .8);
    }
    .ml_banner {
        width: 100%;
        z-index: 998;
        margin-top: -70px !important;
        transition: var(--main-transition);
    }
    .banner_change {
        margin-top: -30px !important;
    }
    .ml_banner:hover .bannerbtnleft {
        left: 100px !important;
        opacity: 1 !important;
    }
    .ml_banner:hover .bannerbtnright {
        right: 100px !important;
        opacity: 1 !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .ml_banner .bannerpage {
        bottom: 100px !important;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
        transition: var(--main-transition);
        background-color: var(--main-color);
        border-radius: 0;
        margin: 0 8px !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;
    }
    .bannerbtn img {
        width: 20px;
    }
    .bannerbtnleft {
        left: 0 !important;
    }
    .bannerbtnright {
        right: 0 !important;
    }
    .bannerpage .swiper-pagination-bullet-active {
        background-color: var(--main-color) !important;
        transform: rotate(45deg);
    }
    .headChange {
        background: var(--main-color);
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .ML_num_scroll {
        max-width: 1750px;
        padding: 0 75px;
        margin: 0 auto;
        margin-top: -4%;
        position: relative;
        z-index: 9;
    }
    .num_scroll {
        width: 100%;
        padding: 30px 40px;
        background-color: var(--main-color-white);
        border-radius: 10px;
        box-shadow: var(--main-shadow);
    }
    .num_scroll ul {
        display: flex;
        justify-content: space-between;
    }
    .mun_top {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .mun_top h2 {
        color: var(--main-color-333);
        font-size: 35px;
        font-weight: 400;
    }
    .mun_top span {
        display: block;
        margin-left: 5px;
    }
    .num_scroll ul li {
        border-right: 1px solid #ccc;
        width: 24%;
    }
    .num_scroll ul li:last-child {
        border: none !important;
    }
    .num_scroll ul li p {
        font-size: 14px;
        color: var(--main-color-666);
        text-align: center;
        margin-top: 10px;
    }
    .M_netQuery {
        width: 100%;
        padding: 80px 0;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .M_netQuerycon {
        max-width: 1750px;
        padding: 0 75px;
        margin: 0 auto;
    }
    .con_title {
        width: 100%;
        margin-bottom: 45px;
    }
    .con_title strong {
        display: block;
        font-size: 30px;
        color: var(--main-color-333);
        font-weight: 400;
        text-align: center;
        position: relative;
        margin-bottom: 30px;
    }
    .con_title strong::after {
        position: absolute;
        width: 50px;
        height: 2px;
        background-color: var(--main-color);
        content: '';
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .con_title p {
        text-align: center;
        color: var(--main-color-666);
        font-size: 16px;
    }
    .netQuerybox {
        padding: 0 75px;
        margin: 0 auto;
        max-width: 1200px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 45px;
    }
    .netQuerybox input {
        width: 85%;
        height: 60px;
        padding-left: 15px;
        background-color: var(--main-color-white);
        border: 1px solid #dddddd;
        font-size: 14px;
        color: #999;
    }
    .queryBtn {
        width: 15%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--main-color);
    }
    .queryBtn img {
        width: 30px;
    }
    .queryBtn span {
        color: var(--main-color-white);
        font-size: 16px;
        display: block;
        margin-left: 10px;
        font-weight: bold;
    }
    .netGroup {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1000px;
        margin: 0 auto;
    }
    .netItem {
        transition: var(--main-transition);
        user-select: none;
        cursor: pointer;
        padding: 10px 20px;
        border: 1px solid transparent;
        background-color: var(--main-color-white);
        margin: 0 10px;
        font-size: 14px;
        color: var(--main-color-555);
        border-radius: 5px;
        overflow: hidden;
        background-position: right 30px;
        margin-bottom: 15px;
    }
    .netItem:hover {
        border: 1px solid var(--main-color);
    }
    .checked {
        background-image: url(../images/checked.png);
        background-repeat: no-repeat;
        background-position: right bottom !important;
        border: 1px solid var(--main-color);
    }
    .M_case {
        padding: 80px 0;
        background-color: var(--main-color-white);
    }
    .M_casecon {
        width: 100%;
        padding: 0 2px;
        margin: 0 auto;
    }
    .M_casecon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .M_casecon ul li {
        width: calc((100% - 6px) / 4);
        margin-right: 2px;
        margin-bottom: 2px;
        position: relative;
        cursor: pointer;
        /* height: 300px; */
        /* overflow: hidden; */
    }
    .M_casecon ul li:nth-child(4n) {
        margin-right: 0;
    }
    .caseimg {
        overflow: hidden;
        position: relative;
        /* height: 300px; */
        height: 320px;
    }
    .scaleimg {
        object-fit: cover;
        width: 100%;
    }
    .M_casecon ul li:hover .review {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .M_casecon ul li:hover .casetxt {
        background-color: var(--main-color);
    }
    .M_casecon ul li:hover .casetxt p {
        color: var(--main-color-white);
    }
    .M_casecon ul li:hover .casetxt i {
        color: var(--main-color-white);
    }
    .review {
        position: absolute;
        left: 50%;
        transition: var(--main-transition);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .4);
        opacity: 0;
        visibility: hidden;
    }
    .review img {
        width: 30px !important;
    }
    .caseimg img {
        transition: var(--main-transition);
        width: 100%;
    }
    .reviewbox {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .casetxt {
        height: 50px;
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        background-color: #f1f1f1;
        transition: var(--main-transition);
    }
    .casetxt p {
        color: var(--main-color-333);
        font-size: 14px;
    }
    .equip i {
        margin-left: 15px;
        font-size: 30px !important;
        cursor: pointer;
        color: var(--main-color-666);
    }
    .casetab {
        display: flex;
        margin: 30px auto;
        justify-content: center;
        flex-wrap: wrap;
    }
    .casetab span {
        margin-bottom: 10px;
        cursor: pointer;
        margin: 0 10px;
        transition: var(--main-transition);
        display: block;
        padding: 10px 25px;
        font-size: 14px;
        color: var(--main-color-333);
        border-radius: 40px;
    }
    .casetab span:hover {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }
    .case_active {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }
    .casefy {
        display: none;
    }
    .more {
        width: 150px;
        transition: var(--main-transition);
        height: 40px;
        display: block;
        text-align: center;
        color: var(--main-color-white);
        background-color: #9ca1a5;
        margin: 0 auto;
        margin-top: 30px;
        border-radius: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .more:hover {
        box-shadow: var(--main-shadow);
        background-color: var(--main-color);
    }
    .M_promise {
        width: 100%;
        padding: 80px 0;
        background-image: url(../images/bg3.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 150px;
    }
    .M_promisecon {
        max-width: 1750px;
        margin: 0 auto;
        padding: 0 75px;
    }
    .M_promisecon .con_title strong {
        color: var(--main-color-white);
    }
    .M_promisecon .con_title strong::after {
        background-color: var(--main-color-white);
    }
    .M_promisecon .con_title p {
        color: var(--main-color-white);
    }
    .M_promise_main {
        display: flex;
        flex-wrap: wrap;
        max-width: 1750px;
        padding: 0 75px;
        margin: 0 auto;
        margin-top: -6%;
    }
    .M_promise_main li {
        width: calc((100% - 120px) / 5);
        padding: 35px 30px;
        margin-right: 30px;
        margin-bottom: 30px;
        background-color: var(--main-color-white);
        box-shadow: var(--main-shadow);
        border-radius: 10px;
    }
    .M_promise_main li:nth-child(5n) {
        margin-right: 0;
    }
    .M_promise_main li img {
        width: 60px;
        transition: var(--main-transition);
        height: 60px;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }
    .M_promise_main li:hover img {
        transform: scale(1.1);
    }
    .M_promise_main li p {
        text-align: center;
        color: var(--main-color-333);
        font-size: 14px;
        margin-top: 25px;
    }
    .M_progress {
        width: 100%;
        padding: 80px 0;
        background-color: #ffffff;
    }
    .M_progresscon {
        max-width: 1750px;
        margin: 0 auto;
        padding: 0 75px;
    }
    .datebox {
        height: 135px;
        position: relative;
    }
    .Swiper_progress .swiper-slide:hover .date {
        width: 80px;
        height: 80px;
        background-color: #e62022;
    }
    .date {
        backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        transition: var(--main-transition);
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: var(--main-color);
        color: var(--main-color-white);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 14px;
        cursor: pointer;
        position: relative;
    }
    @keyframes act {
        form {
            transform: scale(1);
        }
        to {
            transform: scale(1.05);
        }
    }
    .h_line {
        width: 2px;
        height: 80px;
        background-color: var(--main-color);
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        z-index: -1;
    }
    .Swiper_progress .swiper-slide:nth-child(even) .datebox {
        flex-direction: column-reverse;
        display: flex;
    }
    .Swiper_progress .swiper-slide:nth-child(even) .datebox .h_line {
        left: 50%;
        bottom: 62px;
    }
    .Swiper_progress .swiper-slide:nth-child(odd) .datebox .h_line {
        left: 50%;
        top: 62px;
    }
    .Swiper_progress .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .Swiper_progress img {
        width: 100%;
    }
    .Swiper_progress p {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 25px;
        padding: 0 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        height: 135px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .Swiper_progress .swiper-slide:nth-child(even) {
        flex-direction: column-reverse;
    }
    .Swiper_progress {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .Swiper_progress_out {
        position: relative;
        width: 100%;
    }
    .gressleft {
        left: -70px !important;
    }
    .gressright {
        right: -70px !important;
    }
    .gressbtn {
        background-image: none !important;
        width: 40px !important;
        border-radius: 50%;
        height: 40px !important;
        text-align: center;
        background: var(--main-color);
        font-size: 20px !important;
        color: var(--main-color-white);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pro_page {
        display: none;
    }
    .M_partner {
        padding: 80px 0;
        background-image: url(../images/bg4.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 60px;
        margin-top: -130px;
        padding-top: 200px;
    }
    .M_partnercon {
        max-width: 1750px;
        margin: 0 auto;
        padding: 0 75px;
    }
    .swiperPartner ul {
        display: flex;
        flex-wrap: wrap;
    }
    .swiperPartner ul li {
        width: calc((100% - 100px) / 6);
        margin-right: 20px;
        margin-bottom: 20px;
        transition: var(--main-transition);
        cursor: pointer;
    }
    .swiperPartner ul li:hover {
        box-shadow: var(--main-shadow);
    }
    .swiperPartner ul li img {
        width: 100%;
    }
    .swiperPartner ul li:nth-child(6n) {
        margin-right: 0;
    }
    .swiperPartner_out {
        position: relative;
    }
    .partnerleft {
        left: -70px !important;
    }
    .partnerright {
        right: -70px !important;
    }
    .partnerbtn {
        background-image: none !important;
        width: 40px !important;
        height: 100px !important;
        text-align: center;
        line-height: 100px;
        font-size: 30px;
        color: var(--main-color);
        font-weight: bold !important;
        background-color: var(--main-color-white);
        box-shadow: var(--main-shadow);
    }
    .partnerPage {
        display: none;
    }
    .M_news {
        padding: 80px 0;
        background-color: #f5f5f5;
    }
    .M_newscon {
        max-width: 1750px;
        padding: 0 75px;
        margin: 0 auto;
    }
    .M_newbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .M_newboxleft {
        width: 35%;
        cursor: pointer;
        padding: 30px;
        position: relative;
        box-shadow: var(--main-shadow);
    }
    .M_newboxleft:hover img {
        transform: scale(1.1);
    }
    .M_newimg {
        overflow: hidden;
        display: block;
    }
    .M_newimg img {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .M_newtxt {
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .M_newtxtleft {
        width: 82%;
    }
    .M_newtxtright {
        left: 30px;
        top: 30px;
        position: absolute;
        width: 80px;
        height: 80px;
        background-color: var(--main-color);
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .M_newtxtright p {
        color: var(--main-color-white);
        font-size: 30px;
    }
    .M_newtxtright span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .M_newtxtleft p {
        font-size: 18px;
        color: #484848;
        margin-bottom: 5px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .M_newtxtleft span {
        color: #818181;
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 25px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .M_newboxright {
        width: 63%;
    }
    .M_newboxleft:hover .M_newtxtleft p {
        color: var(--main-color);
    }
    .M_newboxright ul {
        display: flex;
        flex-wrap: wrap;
    }
    .M_newboxright ul li {
        width: 50%;
        padding: 40px 30px;
        cursor: pointer;
        display: flex;
        border-right: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
        align-items: center;
        justify-content: space-between;
        background-color: var(--main-color-white);
    }
    .li_left {
        width: 15%;
    }
    .li_left strong {
        color: var(--main-color-555);
        font-size: 34px;
        font-weight: normal;
    }
    .li_left p {
        color: var(--main-color-555);
        font-size: 14px;
    }
    .li_right {
        width: 82%;
    }
    .li_right p {
        font-size: 16px;
        color: #484848;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .li_right span {
        color: var(--main-color-888);
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 25px;
    }
    .M_newboxright ul li:hover .li_right p {
        color: var(--main-color);
    }
    .M_foot {
        width: 100%;
        background-color: #373d41;
        padding: 50px 0;
    }
    .M_footer {
        max-width: 1750px;
        padding: 0 75px;
        margin: 0 auto;
    }
    .M_footer1 {
        padding-bottom: 20px;
        border-bottom: 1px solid #4d5256;
    }
    .M_footer1 ul {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .M_footer1 ul li {
        /* width: 23%; */
        display: flex;
        align-items: center;
        text-align: center;
    }
    .M_footer1 ul li img {
        width: 50px;
        height: 50px;
    }
    .M_footer1 ul li p {
        color: var(--main-color-white);
        opacity: .6;
        text-align: left
    }
    .M_footer2 {
        margin-top: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #4d5256;
    }
    .M_footer2 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .M_footer2 ul li {
        width: 20%;
        text-align: left;
    }
    .M_footer2 ul li strong {
        color: var(--main-color-white);
        font-size: 14px;
        font-weight: normal;
        display: block;
        margin-bottom: 10px;
    }
    .M_footer2 ul li:last-child {
        text-align: left;
    }
    .M_footer2 ul li:first-child {
        text-align: left;
    }
    .M_footer2 ul li a {
        font-size: 12px;
        display: inline-block;
        color: #A9B0B4;
        margin-top: 10px;
    }
    .foot_code {
        padding-left: 20px;
        border-left: 1px solid #767676;
    }
    .foot_code strong {
        padding-right: 13px;
    }
    .M_footer2item img {
        width: 90px;
        height: 90px;
        border-radius: 5px;
    }
    .M_footer3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 30px 0;
        border-bottom: 1px solid #4d5256;
    }
    .f_link a {
        display: inline-block;
        color: #A9B0B4;
        font-size: 14px;
        padding-right: 10px;
    }
    .f_search {
        border: 1px solid #c9cbcc;
        display: flex;
        align-items: center;
    }
    .f_search input {
        border: none;
        background-color: #4b5054;
        padding-left: 15px;
        font-size: 13px;
        height: 30px;
        color: var(--main-color-white);
    }
    .f_search a {
        width: 40px;
        height: 30px;
        display: block;
        background-color: #4b5054;
        line-height: 30px;
        text-align: center;
        color: var(--main-color-white);
    }
    .M_footer4 {
        padding-top: 30px;
    }
    .M_footer4 ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .M_footer4 ul li img {
        display: block;
        margin: 0 1px;
    }
    .copy {
        margin-bottom: 20px;
        font-size: 14px;
        color: #b3b3b3;
    }
    .copy a {
        color: #b3b3b3;
        font-size: 14px;
    }
    .M_sidebar {
        position: fixed;
        right: 0;
        width: 68px;
        top: 35%;
        background-color: var(--main-color-white);
        z-index: 999;
    }
    .M_sidebar ul li {
        width: 68px;
        height: 68px;
        cursor: pointer;
        background-color: var(--main-color-white);
        transition: var(--main-transition);
        display: flex;
        flex-direction: column;
        border-left: 1px solid #e0e0e0;
        justify-content: center;
        border-bottom: 1px solid #e0e0e0;
        align-items: center;
    }
    .M_sidebar ul li:first-child {
        border-top: 1px solid #e0e0e0;
    }
    .M_sidebar ul li img {
        width: 30px;
    }
    .M_sidebar ul li span {
        font-size: 12px;
        display: block;
        text-align: center;
        color: var(--main-color-555);
        margin-top: 5px;
    }
    .img_whi {
        display: none;
    }
    .M_sidebar>ul>li:hover {
        background-color: var(--main-color) !important;
    }
    .M_sidebar>ul>li:hover .img_whi {
        display: block !important;
    }
    .M_sidebar>ul>li:hover .img_bla {
        display: none !important;
    }
    .M_sidebar>ul>li:hover span {
        color: var(--main-color-white);
    }
    .show_code {
        position: relative;
    }
    .show_code:hover .codebox {
        opacity: 1 !important;
        visibility: visible !important;
        top: 0 !important;
    }
    .codebox {
        position: absolute;
        width: 140px;
        height: 140px;
        background-color: #fff;
        z-index: 999;
        padding: 10px;
        right: 68px;
        top: 30px;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .codebox img {
        width: 100% !important;
    }
    .M_pfoot {
        display: none;
    }
    .p_totop {
        display: none;
    }
    .ML_partner ul {
        display: flex;
        flex-wrap: wrap;
    }
    .ML_partner ul li {
        width: calc((100% - 100px) / 6);
        overflow: hidden;
        background-color: var(--main-color-white);
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 5px;
        box-shadow: var(--main-shadow);
    }
    .ML_partner ul li img {
        width: 95%;
        display: block;
        margin: 0 auto;
        transition: var(--main-transition);
    }
    .ML_partner ul li:hover img {
        transform: scale(1.1);
    }
    .ML_partner ul li:nth-child(6n) {
        margin-right: 0;
    }
    .show_contact {
        position: relative;
    }
    .show_contact:hover .phone_pos {
        top: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
        right: 68px !important;
    }
    .phone_pos {
        position: absolute;
        width: 200px;
        top: 20px;
        transition: var(--main-transition);
        opacity: 0;
        visibility: hidden;
        right: 75px;
        background-color: var(--main-color-white);
        box-shadow: var(--main-shadow);
        padding: 10px;
    }
    .allday {
        display: flex;
        align-items: center;
    }
    .allday img {
        width: 20px !important;
    }
    .allday h4 {
        font-weight: normal;
        font-size: 16px;
        margin-left: 10px;
        color: var(--main-color-666);
    }
    .num_span {
        display: block;
        font-style: normal;
        font-weight: normal;
        margin-top: 10px;
        font-size: 14px;
        color: var(--main-color);
    }
    .consult {
        margin-top: 10px;
        display: flex;
        border-top: 1px solid #e6e7e8;
        border-bottom: 1px solid #e6e7e8;
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .consultitem {
        display: flex;
        align-items: center;
        width: 50%;
    }
    .consultitem img {
        width: 20px !important;
    }
    .consultitem h5 {
        font-weight: normal;
        color: var(--main-color-666);
        font-size: 12px;
        margin-left: 5px;
    }
    .consultitem h5:hover {
        color: var(--main-color);
    }
    .tips {
        font-size: 12px;
        color: var(--main-color-999);
        margin-top: 10px;
        line-height: 20px;
    }
    .lc_line {
        width: 100%;
        height: 1px;
        background-color: var(--main-color);
    }
    .qrbox {
        position: absolute;
        width: 160px;
        padding: 10px;
        box-shadow: var(--main-shadow);
        background-color: var(--main-color-white);
        right: 75px;
        visibility: hidden;
        opacity: 0;
        transition: var(--main-transition);
        top: 30px;
    }
    .show_code:hover .qrbox {
        opacity: 1 !important;
        visibility: visible !important;
        top: 0 !important;
        right: 68px !important;
    }
    .s_top {
        padding-bottom: 5px;
        border-bottom: 1px solid #efefef;
        display: flex;
        align-items: center;
    }
    .s_top img {
        width: 20px !important;
    }
    .s_top h5 {
        font-weight: normal;
        color: var(--main-color-333);
        font-size: 14px;
        margin-left: 5px;
    }
    .show_contact .consultitem img {
        width: 20px !important;
    }
    .cus_list {
        padding: 10px 0;
        border-bottom: 1px solid #efefef;
    }
    .cus_list_item {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .cus_list_item:hover h6 {
        color: var(--main-color) !important;
    }
    .cus_list_item:last-child {
        margin-bottom: 0;
    }
    .cus_list_item img {
        width: 20px !important;
    }
    .cus_list_item h6 {
        font-weight: normal;
        font-size: 12px;
        margin-left: 5px;
    }
    .ser_info {
        padding-top: 10px;
    }
    .ser_info_item {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .ser_info_item:last-child {
        margin-bottom: 0;
    }
    .ser_info_item img {
        width: 15px !important;
    }
    .ser_info_item h3 {
        color: var(--main-color-333);
        font-size: 12px;
        font-weight: normal;
        margin-left: 5px;
    }
    .M_agreement {
        transition: var(--main-transition);
        width: 100%;
        height: 40px;
        background-color: #fff4db;
        border-bottom: 1px solid #cdd6e8;
        z-index: 9999;
    }
    .M_agreement p {
        text-align: center;
        width: 100%;
    }
    .M_agreement_con {
        margin: 0 auto;
        padding: 0 30px;
        justify-content: center;
        display: flex;
        height: 40px;
        align-items: center;
    }
    .M_agreement_con p {
        font-size: 14px;
        color: #ff0000;
        text-align: left;
    }
    .closetip {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        color: var(--main-color-333);
    }
    .closetip:hover {
        color: var(--main-color) !important;
    }
    .M_service {
        padding: 80px 0;
    }
    .M_servicecon {
        /* max-width: 1750px;
        padding: 0 75px; */
        margin: 0 auto;
    }
    .M_slist {
        display: none;
        clear: both;
        margin-top: 20px;
    }
    .h_pros_active .M_slist {
        display: block !important;
    }
    .M_slistcon {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        transition: var(--main-transition);
    }
    .M_listitem {
        width: calc(100% / 5);
        padding: 10px;
        transition: var(--main-transition);
        cursor: pointer;
        border-bottom: 1px solid #efefef;
        border-right: 1px solid #efefef;
    }
    .M_listitem:nth-child(-n+5) {
        border-top: 1px solid #efefef;
    }
    .M_listitem:nth-child(1) {
        border-left: 1px solid #efefef;
    }
    .M_listitem:nth-child(6) {
        border-left: 1px solid #efefef;
    }
    .M_listitem:nth-child(11) {
        border-left: 1px solid #efefef;
    }
    .M_listitem img {
        width: 40px;
        transition: var(--main-transition);
        height: 40px;
        object-fit: contain;
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    .M_listitem:hover img {
        transform: translateY(-3px);
    }
    .M_listitem p {
        color: var(--main-color-666);
        font-size: 12px;
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .M_listitem:hover p {
        color: var(--main-color) !important;
    }
    .mb_service {
        display: none;
    }
    .h_pros_text h6 {
        display: none;
        clear: both;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .h_pros_active h6 {
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color-888);
    }
    .ques_serve {
        width: calc(100% - 80px);
    }
    .ques_serve h6 {
        padding: 5px;
    }
    .ques_serve .ques_serveitem {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px dashed #efefef;
    }
    .ques_serveitem h6 {
        padding-left: 15px;
        position: relative;
    }
    .ques_serveitem h6::after {
        position: absolute;
        left: 0;
        content: '';
        top: 11px;
        width: 5px;
        height: 5px;
        background-color: var(--main-color-555);
        border-radius: 50%;
    }
    .ques_serveitem h5 {
        font-size: 12px;
        color: #a6aaaf;
        font-weight: normal;
        display: flex;
        align-items: center;
    }
    .ques_serveitem h5 img {
        margin-right: 10px;
    }
    .ques_serveitem h6 {
        font-weight: normal;
        font-style: normal;
        color: var(--main-color-555) !important;
        font-size: 12px !important;
        display: block;
    }
    .ques_servebox {
        display: flex;
        margin-top: 30px;
        align-items: center;
    }
    .ques_serveimg {
        width: 80px;
        padding-right: 20px;
    }
    .ques_serveimg h3 {
        font-size: 12px;
        text-align: center;
        color: #a6aaaf;
        font-weight: normal;
    }
    .ques_serveimg img {
        height: 30px;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    #test li {
        cursor: pointer;
    }
    .h_pros_active {
        cursor: auto !important;
    }
    .t_h6 {
        width: 100% !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .ques_serveitem h6 .q_a:hover {
        color: var(--main-color) !important;
    }
    .h_pros_active .pro_img {
        display: none !important;
    }
    .q_a {
        display: inline;
        cursor: pointer;
    }
    .unhoverpic {
        transition: var(--main-transition);
    }
    .h_pros .w1500 .h_pros_list ul li:hover .unhoverpic {
        margin-top: -20px !important;
    }
    .h_pros_active .h_pros_text11 span {
        font-size: 22px !important;
    }
    .M_infoSubmit {
        padding: 40px 0;
        background-color: var(--main-color);
    }
    .M_infoSubmitCon {
        max-width: 1750px;
        padding: 0 75px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .M_infoSubmit_left {
        width: 14%;
        display: flex;
        align-items: center
    }
    .M_infoSubmit_left img {
        width: 60px;
        animation: mymove .5s infinite alternate;
    }
    .M_infoSubmit_left p {
        margin-left: 10px;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .M_infoSubmit_center {
        padding: 0 20px;
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: space-between;
    }
    .M_infoSubmit_center input {
        width: 32%;
        height: 40px;
        padding-left: 15px;
        outline: none;
        display: block;
        border: none;
        border-radius: 5px;
    }
    .M_infoSubmit_right {
        width: 20%;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .M_infoSubmit_right img {
        width: 80px;
    }
    .M_infoSubmit_right p {
        color: var(--main-color-white);
        font-size: 14px;
        text-align: center;
    }
    .zcode {
        width: 55%;
        padding-left: 5px;
        display: flex;
        justify-content: right;
        align-items: center;
    }
    .M_infoSubmit_right a {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: #373d41;
        width: 45%;
    }
    .zcode img {
        display: block;
        margin-right: 10px;
    }
    @keyframes mymove {
        from {
            transform: translateX(-10px);
        }
        to {
            transform: translateX(10px);
        }
    }
    .M_honor {
        padding: 80px 0;
    }
    .M_honorcon {
        max-width: 1750px;
        margin: 0 auto;
        padding: 0 75px;
    }
    #auto-loop {
        display: flex;
        flex-wrap: wrap;
    }
    #auto-loop li {
        width: calc((100% - 100px) / 6);
        margin-right: 20px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    #auto-loop li img {
        width: 100%;
        transition: var(--main-transition);
    }
    #auto-loop li:hover img {
        transform: scale(1.1);
    }
    #auto-loop li:nth-child(6n) {
        margin-right: 0;
    }
    .fl_t {
        margin-left: 15px;
    }
    .fl_t span {
        display: block;
        color: var(--main-color-white);
        text-align: left;
        font-size: 16px;
        margin-bottom: 4px;
    }
    .hw_p {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .hw_phone {
        font-size: 20px !important;
        font-weight: bold;
        color: var(--main-color-white);
    }
    .hw_gritem {
        text-align: left !important;
    }
    .hw_gr a {
        display: inline-block;
    }
    .hw_span {
        display: block;
        margin-top: 25px !important;
        font-size: 18px !important;
        color: var(--main-color-white);
    }
    .hw_ul {
        display: flex;
        margin-top: 25px;
        align-items: center;
        justify-content: flex-start !important;
    }
    .hw_ul li {
        text-align: center !important;
        position: relative;
        margin-right: 15px;
    }
    .hw_ul li img {
        width: 35px;
        display: block;
        margin: 0 auto;
        height: 35px;
    }
    .hw_ul li p {
        color: #A9B0B4;
        font-size: 14px;
        text-align: center;
    }
    .s_sode {
        position: absolute;
        width: 120px;
        background-color: var(--main-color-white);
        padding: 10px;
        top: -150px;
        transition: var(--main-transition);
        opacity: 0;
        visibility: hidden;
        left: -50%;
    }
    .s_sode img {
        width: 100% !important;
        height: auto !important;
    }
    .s_sode p {
        font-size: 14px !important;
        color: #666;
        text-align: center !important;
        margin-bottom: 0 !important;
        margin-top: 10px !important;
    }
    .hw_ul li:hover .s_sode {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pyyy .pyyy_title_01 strong {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-weight: normal;
        font-size: 32px;
    }
    .pyyy .pyyy_title_01 span {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: bold;
        color: #333;
        text-align: center;
    }
    .pyyy .pyyy_title_01 a {
        color: #f60;
        font-size: 40px;
        transition: all 0.5s;
    }
    .pyyy .pyyy_title {
        height: 40px;
        line-height: 40px;
        color: #333;
        font-weight: bold;
        text-align: center;
        border-bottom: #f4f4f4 solid 1px;
        font-size: 20px;
    }
    .pyyy_xgyd a {
        color: #0ae;
        font-size: 14px;
        color: var(--main-color);
    }
}

@media only screen and (max-width: 996px) {
    .pyyy_xgyd a {
        color: #0ae;
        font-size: 14px;
        color: var(--main-color);
    }
    .pyyy .pyyy_title {
        height: 40px;
        line-height: 40px;
        color: #333;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        border-bottom: #f4f4f4 solid 1px;
    }
    .pyyy .pyyy_title_01 a {
        color: #f60;
        font-size: 20px !important;
        transition: all 0.5s;
    }
    .pyyy .pyyy_title_01 strong {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-weight: normal;
        font-size: 25px;
    }
    .pyyy .pyyy_title_01 span {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: bold;
        color: #333;
        text-align: center;
    }
    .list-paddingleft-2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .list-paddingleft-2 li {
        width: 48%;
        margin-bottom: 20px;
        box-shadow: #eee 3px 3px 10px;
    }
    .list-paddingleft-2 li img {
        width: 100%;
        object-fit: cover;
    }
    .fa_item {
        display: inline;
        margin-right: 5px;
    }
    .hw_p {
        color: var(--main-color-white);
        font-size: 18px;
    }
    .hw_phone {
        font-size: 20px !important;
        font-weight: bold;
        color: var(--main-color-white);
    }
    .hw_gritem {
        text-align: left;
        display: inline;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .hw_gr a {
        display: inline-block;
    }
    .hw_span {
        display: block;
        margin-top: 25px !important;
        font-size: 18px !important;
        color: var(--main-color-white);
    }
    .hw_ul {
        display: flex;
        align-items: center;
    }
    .hw_ul li {
        width: 120px !important;
        margin-right: 20px;
    }
    .hw_ul li p {
        color: #A9B0B4;
        font-size: 14px;
        text-align: center;
    }
    .hw_ul li a img {
        display: none;
    }
    .hw_ul li>p {
        display: none;
    }
    .s_sode {
        width: 120px;
    }
    .s_sode img {
        width: 100% !important;
        height: auto !important;
    }
    .s_sode p {
        font-size: 14px !important;
        color: #666;
        text-align: center !important;
        margin-bottom: 0 !important;
        margin-top: 10px !important;
    }
    .fl_t span {
        display: block;
        color: var(--main-color-white);
        text-align: left;
        font-size: 14px;
        margin-bottom: 4px;
    }
    .M_honor {
        padding: 30px 15px;
    }
    #auto-loop {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #auto-loop li {
        width: 48%;
        margin-bottom: 20px;
    }
    #auto-loop li img {
        width: 100%;
    }
    .M_promise_main {
        display: flex;
        padding: 20px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .M_promise_main li {
        width: 48%;
        margin-bottom: 20px;
    }
    .M_promise_main li img {
        width: 45px;
        margin: 0 auto;
        display: block;
    }
    .M_promise_main li p {
        font-size: 14px;
        text-align: center;
        color: var(--main-color-555);
        margin-top: 10px;
    }
    @keyframes mymove {
        from {
            transform: translateX(-10px);
        }
        to {
            transform: translateX(10px);
        }
    }
    .M_infoSubmit {
        padding: 30px 15px;
        background-color: #ff7200;
    }
    .M_infoSubmitCon {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .M_infoSubmit_left {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .M_infoSubmit_left img {
        width: 60px;
        animation: mymove .5s infinite alternate;
    }
    .M_infoSubmit_left p {
        margin-left: 10px;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .M_infoSubmit_center {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .M_infoSubmit_center input {
        width: 100%;
        margin-bottom: 20px;
        height: 40px;
        padding-left: 15px;
        outline: none;
        display: block;
        border: none;
        border-radius: 5px;
    }
    .M_infoSubmit_right {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .M_infoSubmit_right img {
        width: 80px;
        display: block;
        margin-right: 10px;
    }
    .M_infoSubmit_right p {
        color: var(--main-color-white);
        font-size: 14px;
        text-align: center;
    }
    .zcode {
        /* width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-wrap: wrap; */
        display: none;
    }
    .M_infoSubmit_right a {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: #373d41;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .zcode img {
        display: block;
    }
    .mb_servicepage .swiper-pagination-bullet {
        background-color: var(--main-color) !important;
    }
    .mb_service {
        padding-bottom: 40px !important;
    }
    .mb_service .swiper-slide {
        padding: 30px;
        box-shadow: var(--main-shadow);
        background-color: var(--main-color-white);
    }
    .mb_service .swiper-slide p {
        text-align: center;
        color: var(--main-color-333);
        font-size: 16px;
        margin-bottom: 10px;
    }
    .mb_service .swiper-slide ul {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #efefef;
        border-left: 1px solid #efefef;
    }
    .mb_service .swiper-slide ul li {
        width: calc(100% / 3);
        padding: 10px;
        border-right: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }
    .mb_service .swiper-slide ul li img {
        width: 30px;
        height: 30px;
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
        object-fit: contain;
    }
    .mb_service .swiper-slide ul li p {
        text-align: center;
        color: var(--main-color-666);
        font-size: 12px;
    }
    .M_service {
        display: none;
    }
    .mb_service {
        padding: 30px 15px;
    }
    .M_agreement {
        display: none;
    }
    .ML_partner ul {
        display: flex;
        flex-wrap: wrap;
    }
    .ML_partner ul li {
        width: calc((100% - 30px) / 3);
        margin-right: 15px;
        margin-bottom: 15px;
        padding: 5px;
        box-shadow: var(--main-shadow);
    }
    .ML_partner ul li img {
        width: 100%;
    }
    .ML_partner ul li:nth-child(3n) {
        margin-right: 0;
    }
    .p_totop {
        position: fixed;
        bottom: 100px;
        right: 10px;
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        opacity: .8;
    }
    .p_totop img {
        width: 100%;
    }
    .M_pfoot ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .M_pfoot ul li {
        width: 50%;
        border-right: 1px solid var(--main-color-white);
        display: flex;
        align-items: center;
        height: 60px;
        justify-content: center;
    }
    .M_pfoot ul li img {
        width: 30px;
        display: block;
        margin-right: 15px;
    }
    .M_pfoot ul li p {
        color: var(--main-color-white);
    }
    .M_pfoot {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 9999;
        background-color: var(--main-color);
    }
    .M_sidebar {
        display: none;
    }
    .M_foot {
        width: 100%;
        background-color: #373d41;
        padding: 30px 15px;
        margin-bottom: 60px;
    }
    .M_footer1 {
        padding-bottom: 10px;
        border-bottom: 1px solid #4d5256;
    }
    .M_footer1 ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }
    .M_footer1 ul li {
        width: 48%;
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }
    .M_footer1 ul li img {
        width: 35px;
        height: 35px;
        display: block;
    }
    .fl_t {
        margin-left: 10px;
    }
    .M_footer1 ul li p {
        width: 100%;
        font-size: 13px;
    }
    .M_footer1 ul li p {
        color: var(--main-color-white);
        opacity: .6;
        text-align: left;
    }
    .M_footer2 {
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #4d5256;
    }
    .M_footer2 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .M_footer2 ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .M_footer2 ul li strong {
        color: var(--main-color-white);
        font-size: 14px;
        font-weight: normal;
        display: block;
        margin-bottom: 5px;
    }
    .M_footer2 ul li a {
        display: inline-block;
        font-size: 14px;
        color: #A9B0B4;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .M_footer2item img {
        width: 90px;
        height: 90px;
        margin-top: 10px;
        display: block;
    }
    .M_footer3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 30px 0;
        border-bottom: 1px solid #4d5256;
    }
    .f_link a {
        display: inline-block;
        color: #A9B0B4;
        font-size: 14px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .f_search {
        border: 1px solid #c9cbcc;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    .f_search input {
        border: none;
        background-color: #4b5054;
        padding-left: 15px;
        font-size: 13px;
        height: 30px;
        color: var(--main-color-white);
    }
    .f_search a {
        width: 40px;
        height: 30px;
        display: block;
        background-color: #4b5054;
        line-height: 30px;
        text-align: center;
        color: var(--main-color-white);
    }
    .M_footer4 {
        padding-top: 30px;
    }
    .M_footer4 ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .M_footer4 ul li img {
        display: block;
        margin: 3px 3px;
    }
    .copy {
        margin-bottom: 20px;
        font-size: 14px;
        color: #b3b3b3;
    }
    .copy a {
        color: #b3b3b3;
        font-size: 14px;
    }
    .M_news {
        padding: 30px 15px;
        background-color: #f5f5f5;
    }
    .M_newbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .M_newboxleft {
        width: 100%;
        cursor: pointer;
        padding: 10px;
        position: relative;
        box-shadow: var(--main-shadow);
    }
    .M_newboxleft:hover img {
        transform: scale(1.1);
    }
    .M_newimg {
        overflow: hidden;
        display: block;
    }
    .M_newimg img {
        width: 100%;
        transition: var(--main-transition);
    }
    .M_newtxt {
        margin-top: 15px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .M_newtxtleft {
        width: 100%;
    }
    .M_newtxtright {
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 99;
        width: 70px;
        height: 70px;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: rgba(230, 32, 34, .7);
    }
    .M_newtxtright p {
        text-align: center;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .M_newtxtright span {
        color: var(--main-color-white);
        font-size: 12px;
    }
    .M_newtxtleft p {
        font-size: 14px;
        color: #484848;
        margin-bottom: 5px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .M_newtxtleft span {
        color: #818181;
        font-size: 13px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 25px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .M_newboxright {
        width: 100%;
        margin-top: 20px;
    }
    .M_newboxleft:hover .M_newtxtleft p {
        color: var(--main-color);
    }
    .M_newboxright ul {
        display: flex;
        flex-wrap: wrap;
    }
    .M_newboxright ul li {
        width: 100%;
        padding: 20px 15px;
        cursor: pointer;
        display: flex;
        border-right: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
        align-items: center;
        justify-content: space-between;
        background-color: var(--main-color-white);
    }
    .li_left {
        width: 20%;
    }
    .li_left strong {
        color: var(--main-color-555);
        font-size: 20px;
        font-weight: normal;
    }
    .li_left p {
        color: var(--main-color-555);
        font-size: 14px;
    }
    .li_right {
        width: 78%;
    }
    .li_right p {
        font-size: 14px;
        color: #484848;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 5px;
    }
    .li_right span {
        color: var(--main-color-888);
        font-size: 13px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 25px;
    }
    .M_newboxright ul li:hover .li_right p {
        color: var(--main-color);
    }
    .M_partner {
        padding: 30px 15px;
        background-image: url(../images/bg4.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .swiperPartner {
        padding-bottom: 50px !important;
    }
    .swiperPartner ul {
        display: flex;
        flex-wrap: wrap;
    }
    .swiperPartner ul li {
        width: calc((100% - 30px) / 3);
        margin-right: 15px;
        margin-bottom: 15px;
        transition: var(--main-transition);
        cursor: pointer;
    }
    .swiperPartner ul li:hover {
        box-shadow: var(--main-shadow);
    }
    .swiperPartner ul li img {
        width: 100%;
    }
    .swiperPartner ul li:nth-child(3n) {
        margin-right: 0;
    }
    .swiperPartner_out {
        position: relative;
    }
    .partnerleft {
        left: -70px !important;
    }
    .partnerright {
        right: -70px !important;
    }
    .partnerbtn {
        display: none;
    }
    .partnerPage .swiper-pagination-bullet {
        background-color: var(--main-color);
    }
    .Swiper_progress {
        padding-bottom: 50px !important;
    }
    .pro_page .swiper-pagination-bullet {
        background-color: var(--main-color);
    }
    .M_progress {
        width: 100%;
        padding: 30px 15px;
        background-color: #ffffff;
    }
    .date {
        transition: var(--main-transition);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #e62022;
        color: var(--main-color-white);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 14px;
        cursor: pointer;
        position: relative;
    }
    .date::after {
        width: 2px;
        content: '';
        bottom: -30px;
        left: 50%;
        background-color: var(--main-color);
        position: absolute;
        height: 30px;
    }
    .Swiper_progress .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .Swiper_progress img {
        width: 100%;
        margin-top: 30px;
    }
    .Swiper_progress p {
        margin-top: 15px;
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 25px;
        padding: 0 15px;
        width: 100%;
    }
    .Swiper_progress_out {
        position: relative;
        width: 100%;
        margin-top: 30px;
    }
    .gressleft {
        left: -50px !important;
    }
    .gressright {
        right: -50px !important;
    }
    .gressbtn {
        display: none;
    }
    html {
        overflow-x: hidden;
    }
    .M_promise {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/bg3.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .M_promisecon .con_title strong {
        color: var(--main-color-white);
    }
    .M_promisecon .con_title strong::after {
        background-color: var(--main-color-white);
    }
    .M_promisecon .con_title p {
        color: var(--main-color-white);
    }
    .M_promisecon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .M_promisecon ul li {
        width: 100%;
        padding: 25px 20px;
        margin-bottom: 20px;
        background-color: var(--main-color-white);
        box-shadow: var(--main-shadow);
        border-radius: 10px;
    }
    .M_promisecon ul li img {
        width: 100px;
        height: 100px;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }
    .M_promisecon ul li p {
        text-align: center;
        color: var(--main-color-333);
        font-size: 14px;
        margin-top: 25px;
    }
    .more {
        width: 120px;
        border-radius: 30px;
        transition: var(--main-transition);
        height: 30px;
        display: block;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        margin: 0 auto;
        margin-top: 20px;
        line-height: 30px;
        font-size: 14px;
    }
    .M_case {
        padding: 30px 15px;
        background-color: var(--main-color-white);
    }
    .M_casecon {
        margin: 0 auto;
    }
    .M_casecon ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .M_casecon ul li {
        width: 49%;
        margin-bottom: 20px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        border-radius: 5px;
    }
    .caseimg {
        overflow: hidden;
        position: relative;
        /* height: 200px; */
    }
    .M_casecon ul li:hover .review {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .M_casecon ul li:hover .scaleimg {
        transform: scale(1.1);
    }
    .M_casecon ul li:hover .casetxt {
        background-color: var(--main-color);
    }
    .M_casecon ul li:hover .casetxt p {
        color: var(--main-color-white);
    }
    .M_casecon ul li:hover .casetxt i {
        color: var(--main-color-white);
    }
    .review {
        position: absolute;
        left: 50%;
        transition: var(--main-transition);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .4);
        opacity: 0;
        visibility: hidden;
    }
    .review img {
        width: 30px !important;
    }
    .caseimg img {
        transition: var(--main-transition);
        width: 100%;
        /* object-fit: cover; */
    }
    .reviewbox {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .casetxt {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        background-color: #f1f1f1;
        transition: var(--main-transition);
    }
    .casetxt p {
        color: var(--main-color-white);
        font-size: 14px;
        text-align: center;
        height: 40px;
        background-color: var(--main-color);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        padding: 0 20px;
        line-height: 40px;
        width: 100%;
    }
    .equip {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .equip i {
        font-size: 20px !important;
        padding: 10px;
        cursor: pointer;
    }
    .casetab {
        display: flex;
        margin: 20px auto;
        justify-content: center;
        flex-wrap: wrap;
    }
    .casetab span {
        width: calc((100% - 20px) / 5);
        cursor: pointer;
        margin-right: 5px;
        margin-bottom: 5px;
        transition: var(--main-transition);
        display: block;
        /* padding: 10px 5px; */
        font-size: 12px;
        color: var(--main-color-333);
        border-radius: 40px;
        text-align: center;
        padding: 5px 0;
    }
    .casetab span:nth-child(5n) {
        margin-right: 0;
    }
    .casetab span:hover {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }
    .case_active {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }
    .casefy {
        display: none;
    }
    .ML_num_scroll {
        padding: 30px 15px;
        margin: 0 auto;
        position: relative;
        z-index: 9;
    }
    .num_scroll {
        width: 100%;
        padding: 30px;
        padding-bottom: 0;
        background-color: var(--main-color-white);
        border-radius: 10px;
        box-shadow: var(--main-shadow);
    }
    .num_scroll ul {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }
    .mun_top {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .mun_top h2 {
        color: var(--main-color-333);
        font-size: 25px;
        font-weight: 400;
    }
    .mun_top span {
        display: block;
        margin-left: 5px;
    }
    .num_scroll ul li {
        width: 48%;
        margin-bottom: 25px;
    }
    .num_scroll ul li p {
        font-size: 13px;
        color: var(--main-color-666);
        text-align: center;
        margin-top: 5px;
    }
    .M_netQuery {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .M_netQuerycon {
        margin: 0 auto;
    }
    .con_title {
        width: 100%;
        margin-bottom: 25px;
    }
    .con_title strong {
        display: block;
        font-size: 22px;
        color: var(--main-color-333);
        font-weight: 400;
        text-align: center;
        position: relative;
        margin-bottom: 25px;
    }
    .con_title strong::after {
        position: absolute;
        width: 50px;
        height: 2px;
        background-color: var(--main-color);
        content: '';
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .con_title p {
        text-align: center;
        color: var(--main-color-666);
        font-size: 14px;
        line-height: 25px;
        padding: 0 25px;
    }
    .netQuerybox {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .netQuerybox input {
        width: 100%;
        height: 40px;
        background-color: var(--main-color-white);
        border: 1px solid #dddddd;
        font-size: 13px;
        text-align: center;
    }
    .queryBtn {
        width: 50%;
        height: 40px;
        display: flex;
        margin: 0 auto;
        align-items: center;
        margin-top: 20px;
        justify-content: center;
        background-color: var(--main-color);
    }
    .queryBtn img {
        width: 20px;
    }
    .queryBtn span {
        color: var(--main-color-white);
        font-size: 14px;
        display: block;
        margin-left: 5px;
    }
    .netGroup {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .netItem {
        width: calc((100% - 20px) / 5);
        margin-right: 5px;
        margin-bottom: 5px;
        transition: var(--main-transition);
        user-select: none;
        cursor: pointer;
        padding: 10px;
        border: 1px solid transparent;
        background-color: var(--main-color-white);
        font-size: 14px;
        color: var(--main-color-555);
        border-radius: 5px;
        overflow: hidden;
        text-align: center;
        background-position: right 30px;
        margin-bottom: 15px;
    }
    .netItem:nth-child(5n) {
        margin-right: 0;
    }
    .netItem:hover {
        border: 1px solid var(--main-color);
    }
    .checked {
        background-image: url(../images/checked.png);
        background-repeat: no-repeat;
        background-position: right bottom !important;
        border: 1px solid var(--main-color);
    }
    .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;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-white);
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        color: var(--main-color-white);
        font-size: 22px !important;
        transition: var(--main-transition);
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-white);
        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-white);
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color);
        z-index: 100;
        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-white);
        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);
        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;
    }
    .bannerpage .swiper-pagination-bullet-active {
        background-color: var(--main-color) !important;
        transform: rotate(45deg);
    }
    .bannerbtn img {
        width: 15px !important;
    }
    .ml_banner {
        width: 100%;
        margin-top: 60px !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        border-radius: 0;
        background-color: var(--main-color);
        margin: 0 5px !important;
        transition: var(--main-transition);
    }
    .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;
    }
    .M_top {
        display: none;
    }
    .M_pchead {
        display: none;
    }
}