    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        font-family: ' ';
    }
    
    ul li {
        list-style: none;
    }
    
    a {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    img {
        vertical-align: top;
        outline-width: 0ch;
    }
    
     :root {
        --main-color: #33517f;
        --main-color-white: #ffffff;
        --main-color-555: #555555;
        --main-color-999: #999999;
        --main-color-666: #666666;
        --main-color-333: #333333;
        --main-color-888: #888888;
        --main-color-222: #222222;
        --main-transition: all ease 0.4s;
        --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    
    @media only screen and (min-width: 996px) {
        .pctop {
            width: 100%;
            background-color: var(--main-color);
            height: 90px;
        }
        .pctopcon {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 90px;
        }
        .pctopconleft {
            display: flex;
            align-items: center;
        }
        .pctopconleft ul {
            display: flex;
            align-items: center;
        }
        .pctopconleft ul li {
            padding: 0 20px;
            display: flex;
            align-items: center;
            position: relative;
        }
        .pctopconleft ul li::before {
            content: "";
            width: 1px;
            height: 50px;
            background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }
        .li_top_l {
            width: 45px;
            margin-right: 15px;
            height: 45px;
            border-radius: 50%;
            border: 1px solid var(--main-color-white);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .pctopconleft ul li img {
            width: 26px;
            height: 26px;
        }
        .li_top_r p {
            font-size: 14px;
            color: var(--main-color-white);
            margin-bottom: 5px;
            font-weight: bold;
        }
        .li_top_r span {
            color: #ebaa58;
            font-size: 18px;
            font-weight: 500;
        }
        .pctopconright {
            display: flex;
            align-items: center;
        }
        .pctopconright img {
            width: 50px;
            margin-right: 15px;
        }
        .r_rt p {
            font-size: 14px;
            color: var(--main-color-white);
            margin-bottom: 5px;
        }
        .r_rt strong {
            font-size: 24px;
            color: #ebaa58;
            font-weight: normal;
        }
        .pcsou {
            width: 37px;
            height: 37px;
            border-radius: 50%;
            border: 1px dashed var(--main-color);
            text-align: center;
            line-height: 33px;
        }
        .pcsou i {
            color: var(--main-color);
        }
        .pchead {
            width: 100%;
            position: sticky;
            top: 0px;
            left: 0;
            transition: var(--main-transition);
            z-index: 99;
            height: 70px;
            border-bottom: 1px solid #e6e6e6;
            background-color: var(--main-color-white);
        }
        .pcheader {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            height: 70px;
        }
        .sou_con {
            width: 100%;
            background-color: var(--main-color-white);
            position: absolute;
            top: 100%;
            display: none;
            left: 0;
            padding: 20px 0;
            border-top: 1px solid #ddd;
        }
        .sou_tent {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            align-items: center;
        }
        .sou_tent input {
            width: 90%;
            border: 1px solid #ddd;
            height: 45px;
            padding-left: 15px;
            outline: none;
        }
        .sou_tent a {
            display: block;
            flex: 1;
            height: 45px;
            line-height: 45px;
            text-align: center;
            background-color: var(--main-color);
            color: var(--main-color-white);
        }
        .pclogo {
            margin-right: 15px;
        }
        .pclogo img {
            height: 60px;
        }
        .pcnav {
            display: flex;
            align-items: center;
            position: relative;
            z-index: 99;
        }
        .pcnav>li {
            position: relative;
            transition: var(--main-transition);
        }
        .pcnav>li>a {
            display: block;
            height: 70px;
            line-height: 70px;
            color: #363636;
            font-size: 16px;
            transition: var(--main-transition);
            color: var(--main-color-555);
            padding: 0 20px;
        }
        .pc_sec_nav {
            position: absolute;
            top: 100%;
            left: 0;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
            width: 150px;
            background-color: var(--main-color-white);
            opacity: 0;
            visibility: hidden;
            transition: var(--main-transition);
        }
        .pc_sec_item a {
            color: #363636;
            font-size: 16px;
            display: block;
            padding: 10px 20px;
            transition: var(--main-transition);
        }
        .pcnav>li>a:hover {
            color: var(--main-color);
        }
        .pcnav li:hover .pc_sec_nav {
            opacity: 1 !important;
            visibility: visible !important;
        }
        .pc_sec_item:hover .pc_third_nav {
            transform: rotateX(0deg) !important;
            opacity: 1 !important;
            visibility: visible !important;
        }
        .pcnav li:hover .first_a {
            color: var(--main-color);
        }
        .pc_sec_item:hover .second_a {
            color: var(--main-color) !important;
        }
        .third_a:hover {
            color: var(--main-color) !important;
        }
        .pc_sec_item {
            position: relative;
        }
        .first_li i {
            transition: var(--main-transition);
        }
        .first_li:hover i {
            transform: rotate(180deg);
        }
        .pc_third_nav {
            position: absolute;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
            left: 100%;
            top: 0;
            z-index: 998;
            width: 150px;
            opacity: 0;
            visibility: hidden;
            transition: var(--main-transition);
        }
        .third_a {
            color: var(--main-color-666);
            background-color: var(--main-color-white);
        }
        .ml_mb_head {
            display: none;
        }
        .ml_mb_nav {
            display: none;
        }
        .ml_banner {
            width: 100%;
            z-index: 998;
        }
        .ml_banner:hover .bannerbtnleft {
            left: 10px !important;
            opacity: 1 !important;
        }
        .ml_banner:hover .bannerbtnright {
            right: 10px !important;
            opacity: 1 !important;
        }
        .ml_banner img {
            width: 100%;
        }
        .bannerpage .swiper-pagination-bullet {
            width: 15px !important;
            height: 15px !important;
            border-radius: 0 !important;
            border: 2px solid #d8d9db;
            opacity: 1 !important;
            transition: var(--main-transition) !important;
            background-color: transparent !important;
        }
        .bannerpage .swiper-pagination-bullet-active {
            transform: rotate(45deg) !important;
            background-color: var(--main-color-white) !important;
        }
        .bannerbtn {
            width: 50px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--main-color-white);
            font-size: 25px;
            height: 50px !important;
            transition: var(--main-transition);
            background: rgba(0, 0, 0, .7);
            background-image: none !important;
            opacity: 0;
        }
        .bannerbtnleft {
            left: 0 !important;
        }
        .bannerbtnright {
            right: 0 !important;
        }
        .copy {
            width: 100%;
            text-align: center;
            padding: 15px;
            border-top: 1px solid #555555;
            background-color: #3b3d40;
        }
        .copycon {
            text-align: center;
            max-width: 1200px;
            text-align: center;
            font-size: 14px;
            color: var(--main-color-999);
            margin: 0 auto;
        }
        .copycon a {
            font-size: 14px;
            color: var(--main-color-999);
        }
        .inbanner {
            width: 100%;
            height: 480px;
            background-image: url(../images/inbanner.jpg);
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .inbanner strong {
            font-size: 30px;
            color: var(--main-color-white);
            font-weight: normal;
        }
        .inside {
            max-width: 1450px;
            padding: 15px 25px;
            margin: 0 auto;
        }
        .inside p {
            font-size: 15px;
            color: var(--main-color-222);
        }
        .con1 {
            padding: 80px 0;
            background-image: url(../images/bg1.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .con1con {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .con1conleft {
            width: 42%;
        }
        .con1conleft img {
            width: 100%;
        }
        .con1conright {
            width: 54%;
        }
        .con1top {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .con1topleft strong {
            font-size: 35px;
            display: block;
            position: relative;
            font-weight: normal;
            color: var(--main-color-333);
        }
        .con1topleft strong::after {
            position: absolute;
            width: 60px;
            content: '';
            height: 4px;
            background-color: var(--main-color);
            bottom: -15px;
            left: 0;
        }
        .con1topright a {
            display: block;
            color: #ebaa58;
            border: 1px solid #ebaa58;
            border-radius: 40px;
            font-size: 14px;
            transition: var(--main-transition);
            width: 120px;
            height: 32px;
            line-height: 32px;
            text-align: center;
        }
        .con1topright a:hover {
            border: 1px solid var(--main-color);
            color: var(--main-color);
        }
        .txt_ab {
            margin: 35px 0;
            font-size: 15px;
            color: var(--main-color-333);
            line-height: 30px;
        }
        .index_scroll .mumping_mun {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .index_scroll .mumping_mun li {
            width: 48%;
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            padding: 20px;
        }
        .index_scroll .z_y_pic {
            width: 55px;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: 1px solid var(--main-color);
            margin-right: 15px;
        }
        .index_scroll .z_y_pic img {
            width: 25px;
            height: 25px;
        }
        .index_scroll .mun_top {
            display: flex;
            align-items: center;
        }
        .index_scroll .mun_top h2 {
            font-size: 32px;
            color: var(--main-color);
        }
        .index_scroll .mun_top span {
            color: var(--main-color);
            font-weight: bold;
        }
        .index_scroll p {
            font-size: 16px;
            color: var(--main-color-333);
            margin-top: 5px;
        }
        .con2 {
            padding: 80px 0;
        }
        .con2con {
            max-width: 1400px;
            margin: 0 auto;
        }
        .con_title {
            margin-bottom: 50px;
        }
        .con_title strong::after {
            position: absolute;
            width: 60px;
            content: '';
            height: 4px;
            background-color: var(--main-color);
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
        }
        .con_title strong {
            position: relative;
            display: block;
            font-size: 35px;
            color: var(--main-color-333);
            text-align: center;
            font-weight: normal;
        }
        .con_title p {
            color: var(--main-color-666);
            font-size: 22px;
            text-align: center;
            margin-bottom: 10px;
        }
        .con2tab {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 40px;
        }
        .con2tab span {
            display: block;
            padding: 7px 35px;
            border: 1px solid #dddddd;
            border-radius: 50px;
            color: #444;
            font-size: 15px;
            margin: 0 10px;
            cursor: pointer;
        }
        .con2active {
            background-color: var(--main-color);
            color: var(--main-color-white) !important;
            border: 1px solid var(--main-color);
        }
        .con2fy {
            display: none;
        }
        .con2fy ul {
            display: flex;
            justify-content: space-between;
        }
        .con2fy ul li {
            width: calc((100% - 60px) / 4);
            margin-right: 20px;
            overflow: hidden;
            margin-bottom: 20px;
            position: relative;
        }
        .con2fy ul li:nth-child(4n) {
            margin-right: 0;
        }
        .con2fy ul li .con2item {
            height: 520px;
            overflow: hidden;
        }
        .con2fy ul li .con2item:hover img {
            transform: scale(1.1);
        }
        .con2fy ul li .con2item:hover .con2_go {
            margin-top: 25px !important;
            opacity: 1 !important;
            visibility: visible !important;
        }
        .con2fy ul li img {
            transition: var(--main-transition);
            height: 520px;
            width: 100%;
            object-fit: cover;
        }
        .con2fy ul li .con2_pos:hover {
            background: rgba(0, 0, 0, .7);
        }
        .con2item {
            cursor: pointer;
            position: relative;
        }
        .con2_pos {
            position: absolute;
            width: 100%;
            background: rgba(0, 0, 0, 0);
            transition: var(--main-transition);
            height: 100%;
            top: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            left: 0;
            flex-direction: column;
            padding: 0 20px;
        }
        .con2_pos strong {
            color: var(--main-color-white);
            text-align: center;
            display: block;
            width: 100%;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            font-size: 25px;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .li_col {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .li_col .con2item {
            height: 250px !important;
        }
        .li_col .con2item img {
            width: 100%;
            height: 250px !important;
            object-fit: cover;
        }
        .con2_go {
            border-radius: 50%;
            width: 42px;
            transition: var(--main-transition);
            margin-top: 45px;
            opacity: 0;
            visibility: hidden;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid var(--main-color-white);
        }
        .con2_go i {
            color: var(--main-color-white);
            font-size: 20px !important;
        }
        .more {
            display: block;
            width: 150px;
            height: 40px;
            border-radius: 50px;
            text-align: center;
            font-size: 14px;
            color: var(--main-color-white);
            background-color: var(--main-color);
            line-height: 40px;
            margin: 0 auto;
            margin-top: 30px;
        }
        .con3 {
            width: 100%;
            padding: 80px 0;
            background-image: url(../images/bg2.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .con3con {
            width: 100%;
            padding: 0 3%;
        }
        .con3box {
            overflow: hidden;
        }
        .mySwiper_case {
            padding-bottom: 50px !important;
        }
        .mySwiper_case .swiper-slide {
            cursor: pointer;
        }
        .mySwiper_case .swiper-slide:hover img {
            transform: scale(1.1);
        }
        .mySwiper_case img {
            width: 100%;
            height: 340px;
            object-fit: cover;
            transition: var(--main-transition);
        }
        .con3txt {
            padding: 25px;
        }
        .con3txt strong {
            color: var(--main-color-333);
            font-size: 24px;
            display: block;
            position: relative;
            text-align: center;
            margin-bottom: 25px;
        }
        .con3txt strong::after {
            position: absolute;
            width: 40px;
            height: 2px;
            content: '';
            background-color: var(--main-color);
            left: 50%;
            transform: translateX(-50%);
            bottom: -15px;
        }
        .con3txt p {
            text-align: center;
            color: var(--main-color-666);
            font-size: 15px;
        }
        .con4 {
            padding: 80px 0;
            background-image: url(../images/bg3.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .con4con {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .con4 .con_title strong {
            color: var(--main-color-white);
        }
        .con4 .con_title p {
            color: var(--main-color-white);
        }
        .con4 .con_title strong::after {
            background-color: var(--main-color-white);
        }
        .con4conleft {
            width: 220px;
        }
        .con4conright {
            width: calc(100% - 220px);
            padding-left: 30px;
        }
        .top_4 {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .top_4 img {
            width: 32px;
            display: block;
            margin-right: 15px;
        }
        .top_4 strong {
            display: block;
            font-size: 26px;
            color: #ebaa58;
        }
        .center_4 {
            display: flex;
            justify-content: center;
            margin: 53px 0;
        }
        .fontV {
            color: #EBAA58;
            font-size: 68px;
            font-style: italic;
        }
        .fontS {
            color: #fff;
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            font-style: italic;
            margin-top: 30px;
            margin-left: -5px;
        }
        .bottom_4 {
            font-size: 26px;
            color: var(--main-color-white);
            font-weight: bold;
            text-align: center;
        }
        .mySwiper_advan {
            position: relative;
        }
        .mySwiper_advan .swiper-slide {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .mySwiper_advan .slide_top {
            padding: 0 20px;
            color: var(--main-color-white);
            font-size: 16px;
            font-weight: bold;
            border-radius: 10px;
            background-color: #ebaa58;
            height: 100px;
            line-height: 30px;
            text-align: center;
            display: flex;
            align-items: center;
        }
        .slide_top p {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
        .slide_center {
            width: 90px;
            height: 90px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: 1px solid var(--main-color-white);
            background-color: #ebaa58;
            font-size: 16px;
            text-align: center;
            color: var(--main-color-white);
            font-weight: bold;
            font-size: 17px;
            margin: 17px 0;
        }
        .slide_bottom {
            padding: 0 20px;
            color: var(--main-color-white);
            font-size: 16px;
            font-weight: bold;
            border-radius: 10px;
            background-color: var(--main-color-white);
            height: 100px;
            line-height: 30px;
            text-align: center;
            display: flex;
            align-items: center;
            width: 100%;
        }
        .slide_bottom p {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            text-align: center;
            color: #ebaa58;
        }
        .mySwiper_advan::after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            height: 1px;
            border-top: 1px solid #fff;
            content: "";
            left: 0;
        }
        .adbtn {
            width: 52px !important;
            height: 52px !important;
            border-radius: 50% !important;
            background-color: var(--main-color-white) !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            font-size: 30px;
            background-image: none !important;
            color: #ebaa58;
            top: 49% !important;
        }
        .adbtnleft {
            left: 0 !important;
        }
        .adbtnright {
            right: 0 !important;
        }
        .con5 {
            width: 100%;
            padding: 80px 0;
            background-image: url(../images/bg3.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .con5con {
            max-width: 1400px;
            margin: 0 auto;
        }
        .con5con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con5con ul li {
            width: 20%;
            padding: 0 20px;
            position: relative;
            margin-bottom: 25px;
            transition: var(--main-transition);
        }
        .con5con ul li:hover {
            transform: translateY(-15px);
        }
        .con5con ul li:hover .num {
            transform: rotateY(360deg);
        }
        .con5con .part {
            display: block;
            width: 100%;
            background: #fff;
            border-radius: 20px;
            box-shadow: 2px 2px 2px rgb(0 0 0 / 5%);
            position: relative;
            padding-top: 40px;
            overflow: hidden;
            transition: var(--main-transition);
        }
        .con5con .part .num {
            width: 78px;
            height: 78px;
            font-size: 20px;
            font-weight: bold;
            color: var(--main-color);
            border: 1px dashed var(--main-color);
            border-radius: 50%;
            margin: 0 auto;
            text-align: center;
            padding-top: 15px;
            transition: var(--main-transition);
        }
        .con5con .part .title {
            color: var(--main-color);
            font-size: 18px;
            font-weight: bold;
            background: #fff;
            position: relative;
            text-align: center;
            padding: 40px;
            box-sizing: border-box;
            margin-top: -30px;
        }
        .con6 {
            padding: 80px 0;
            background-image: url(../images/partbg.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .con6con {
            max-width: 1400px;
            margin: 0 auto;
        }
        .con6con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con6con ul li {
            width: calc((100% - 100px) / 6);
            margin-right: 20px;
            padding: 15px;
            background-color: var(--main-color-white);
            margin-bottom: 20px;
        }
        .con6con ul li:nth-child(6n) {
            margin-right: 0;
        }
        .con6con ul li img {
            width: 100%;
            height: 90px;
            object-fit: contain;
        }
        .foot {
            padding: 50px 0;
            background-color: var(--main-color);
        }
        .footer {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
        }
        .footerleft {
            width: 63%;
            border-right: 1px solid var(--main-color-white);
        }
        .footerright {
            width: 37%;
            padding-left: 25px;
        }
        .footerleft ul {
            display: flex;
            flex-wrap: wrap;
        }
        .footerleft ul li {
            width: calc(100% / 5);
            padding: 0 20px;
        }
        .footerleft ul li a {
            display: block;
            text-align: center;
        }
        .f_a {
            color: var(--main-color-white);
            font-size: 16px;
            padding-bottom: 15px;
            display: block;
            border-bottom: var(--main-color-white) 1px solid;
            margin-bottom: 15px;
        }
        .s_a {
            font-size: 13px;
            color: #ffffff99;
            margin-bottom: 5px;
        }
        .s_a:hover {
            color: var(--main-color-white);
        }
        .footerright ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .footerright ul li {
            width: 49%;
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        .footerright ul li i {
            display: block;
            font-size: 24px;
            color: var(--main-color-white);
        }
        .footerright ul li span {
            color: var(--main-color-white);
            font-size: 14px;
            display: block;
            padding-left: 15px;
        }
        .codebox {
            width: 112px;
            height: 112px;
        }
        .codebox img {
            width: 100px;
            height: 100px;
        }
        .codebox p {
            text-align: center;
            margin-top: 10px;
            color: var(--main-color-white);
        }
        .code_img {
            width: 112px;
            height: 112px;
            background-image: url(../images/codebg.png);
            box-sizing: border-box;
            padding: 6px;
            margin-top: 20px;
        }
        .scheme-quotation .title {
            position: fixed;
            left: 0;
            bottom: 0px;
            z-index: 99;
            display: inline-block;
            padding: 20px 30px 20px 20px;
            border-radius: 0px 50px 50px 0px;
            border-left: #33517f solid 2px;
            background-color: #FFFFFF;
            text-align: center;
            cursor: pointer;
            box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
        }
        .scheme-quotation .title .t1 {
            display: inline-block;
            color: var(--main-color);
            font-size: 20px;
        }
        .scheme-quotation .title .icon {
            position: absolute;
            right: 12px;
            top: 0;
            height: 100%;
            width: 6px;
            background: url(../images/img26.png) center no-repeat;
            background-size: 6px 12px;
        }
        .scheme-quotation .box {
            position: fixed;
            left: 0;
            bottom: 0;
            z-index: 99;
            display: none;
            width: 100%;
        }
        .scheme-quotation .baojia {
            background: rgba(0, 0, 0, .7);
        }
        .scheme-quotation .box .person {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 12.8%;
            text-align: right;
        }
        .scheme-quotation .box .content {
            padding-left: 12.8%;
            padding-right: 25.36%;
            width: 100%;
            overflow: hidden;
        }
        .scheme-quotation .box .obtain {
            float: left;
            width: 20%;
            padding: 2.8% 0 0 2.8%;
        }
        .scheme-quotation .box .obtain .t1 {
            color: #ffffff;
            font-size: 20px;
        }
        .scheme-quotation .box .obtain .t1 .sp {
            display: inline-block;
            margin: 0 5px;
            color: #c70000;
        }
        .scheme-quotation .box .content .information {
            float: left;
            overflow: hidden;
            width: 80%;
        }
        .scheme-quotation .box .content .information input {
            width: 100%;
            height: 55px;
            line-height: 55px;
            background: none;
            border: none;
            outline: none;
            color: #333333;
            font-size: 14px;
        }
        .scheme-quotation .box .content .information .inli {
            float: left;
            max-width: 220px;
            width: 24%;
            padding: 0 20px;
            margin-right: 2.2%;
            margin-top: 3%;
            margin-bottom: 3%;
            border-radius: 4px;
            background-color: #FFFFFF;
            overflow: hidden;
        }
        .scheme-quotation .box .content .information .btnli {
            float: left;
            max-width: 150px;
            width: 21.4%;
            background-color: #334d88;
            border-radius: 4px;
            margin-top: 3%;
            height: 55px;
            line-height: 55px;
        }
        .scheme-quotation .box .content .information .btnli input {
            color: #FFFFFF;
            font-size: 16px;
            font-weight: bold;
        }
        .scheme-quotation .phone {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 25.36%;
        }
        .scheme-quotation .close {
            position: absolute;
            top: 10%;
            cursor: pointer;
            right: 2%;
        }
        .scheme-quotation .phone-div {
            padding-left: 70px;
            background: url(../images/img30.png) bottom right no-repeat;
            background-size: 100% auto;
        }
        .scheme-quotation .phone-div .icon {
            float: left;
            margin-right: 15px;
            padding-top: 8%;
        }
        .scheme-quotation .phone-div .txt {
            padding: 8% 0;
        }
        .scheme-quotation .phone-div .txt .t1 {
            color: #ffffff;
            font-size: 16px;
        }
        .scheme-quotation .phone-div .txt .t2 {
            color: #ffffff;
            font-size: 24px;
            font-weight: bold;
        }
        .aboutus1 {
            width: 100%;
            padding: 50px 0;
            margin-top: -13%;
        }
        .aboutus1con {
            max-width: 1400px;
            margin: 0 auto;
            box-shadow: 0 1px 5px 0 rgb(0 0 0 / 15%);
            border-radius: 10px;
            background-color: var(--main-color-white);
            padding: 50px;
        }
        .aboutus1con strong {
            display: block;
            font-size: 36px;
            color: var(--main-color-222);
            font-weight: normal;
            text-align: center;
        }
        .aboutus1con .lliimg {
            width: 230px;
            display: block;
            margin: 0 auto;
            margin-top: 10px;
        }
        .ab1_p {
            margin-top: 20px;
        }
        .ab1_p p {
            color: var(--main-color-333);
            font-size: 16px;
            line-height: 30px;
        }
        .aboutus3 {
            padding: 50px 0;
            background-image: url(../images/bg4.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .aboutus3con {
            max-width: 1400px;
            margin: 0 auto;
        }
        .aboutus3con .con_title strong {
            color: var(--main-color-white);
        }
        .aboutus3con .con_title strong::after {
            background-color: var(--main-color-white);
        }
        .aboutus3con .con_title p {
            color: var(--main-color-white);
        }
        .mySwiper_part {
            width: 100%;
        }
        .mySwiper_part img {
            width: 100%;
            height: 90px;
            object-fit: contain;
        }
        .aboutus4 {
            padding: 50px 0;
        }
        .aboutus4con {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            height: 475px;
        }
        .aboutus4con img {
            width: 100%;
            object-fit: cover;
            height: 475px;
        }
        .aboutus4pos {
            width: 50%;
            padding-left: 55px;
            position: absolute;
            display: flex;
            flex-direction: column;
            justify-content: center;
            left: 0;
            top: 0;
            height: 100%;
            z-index: 9999;
            background: url(../images/bg1.png) left center / 100% 480px no-repeat;
        }
        .aboutus4pos strong {
            display: block;
            color: var(--main-color-white);
            font-size: 35px;
            margin-bottom: 35px;
            font-weight: normal;
        }
        .aboutus4pos ul li {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        .aboutus4pos ul li i {
            color: var(--main-color-white);
            font-size: 20px;
            width: 20px;
            display: block;
        }
        .aboutus4pos ul li span {
            padding-left: 15px;
            color: var(--main-color-white);
            font-size: 18px;
        }
    }
    
    @media only screen and (max-width: 996px) {
        .aboutus4 {
            padding: 30px 15px;
        }
        .aboutus4con {
            margin: 0 auto;
            position: relative;
        }
        .aboutus4con img {
            width: 100%;
            object-fit: cover;
        }
        .aboutus4pos {
            width: 100%;
            padding: 15px;
            position: absolute;
            display: flex;
            flex-direction: column;
            justify-content: center;
            left: 0;
            top: 0;
            height: 100%;
            z-index: 9999;
            background: url(../images/bg1.png) left center / 100% 480px no-repeat;
        }
        .aboutus4pos strong {
            display: block;
            color: var(--main-color-white);
            font-size: 20px;
            margin-bottom: 15px;
            font-weight: normal;
        }
        .aboutus4pos ul li {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        .aboutus4pos ul li i {
            color: var(--main-color-white);
            font-size: 15px;
            width: 15px;
            display: block;
        }
        .aboutus4pos ul li span {
            padding-left: 10px;
            color: var(--main-color-white);
            font-size: 13px;
        }
        .mySwiper_part img {
            width: 100%;
            height: 50px;
            object-fit: contain;
        }
        .aboutus3 {
            padding: 30px 15px;
            background-image: url(../images/bg4.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .aboutus3con {
            margin: 0 auto;
        }
        .aboutus3con .con_title strong {
            color: var(--main-color-white);
        }
        .aboutus3con .con_title strong::after {
            background-color: var(--main-color-white);
        }
        .aboutus3con .con_title p {
            color: var(--main-color-white);
        }
        .aboutus1 {
            width: 100%;
            padding: 30px 15px;
            margin-top: -13%;
        }
        .aboutus1con {
            margin: 0 auto;
            box-shadow: 0 1px 5px 0 rgb(0 0 0 / 15%);
            border-radius: 10px;
            background-color: var(--main-color-white);
            padding: 25px;
        }
        .aboutus1con strong {
            display: block;
            font-size: 25px;
            color: var(--main-color-222);
            font-weight: normal;
            text-align: center;
        }
        .aboutus1con .lliimg {
            width: 150px;
            display: block;
            margin: 0 auto;
            margin-top: 10px;
        }
        .ab1_p {
            margin-top: 15px;
        }
        .ab1_p p {
            color: var(--main-color-333);
            font-size: 14px;
            line-height: 30px;
        }
        .scheme-quotation {
            display: none;
        }
        .foot {
            padding: 30px 15px;
            background-color: var(--main-color);
        }
        .footer {
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
        }
        .footerleft {
            width: 100%;
            margin-bottom: 25px;
        }
        .footerright {
            width: 100%;
        }
        .footerleft ul {
            display: flex;
            flex-wrap: wrap;
        }
        .footerleft ul li {
            width: calc(100% / 2);
            padding: 0 10px;
            margin-bottom: 20px;
        }
        .footerleft ul li a {
            display: block;
            text-align: left;
        }
        .f_a {
            color: var(--main-color-white);
            font-size: 14px;
            padding-bottom: 10px;
            display: block;
            border-bottom: var(--main-color-white) 1px solid;
            margin-bottom: 10px;
        }
        .s_a {
            font-size: 13px;
            color: #ffffff99;
            margin-bottom: 5px;
        }
        .s_a:hover {
            color: var(--main-color-white);
        }
        .footerright ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .footerright ul li {
            width: 100%;
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        .footerright ul li i {
            display: block;
            font-size: 24px;
            color: var(--main-color-white);
        }
        .footerright ul li span {
            color: var(--main-color-white);
            font-size: 14px;
            display: block;
            padding-left: 15px;
        }
        .codebox {
            width: 112px;
        }
        .codebox img {
            width: 100px;
            height: 100px;
        }
        .codebox p {
            text-align: center;
            margin-top: 10px;
            color: var(--main-color-white);
        }
        .code_img {
            width: 112px;
            height: 112px;
            background-image: url(../images/codebg.png);
            padding: 6px;
            margin-top: 20px;
        }
        .con6 {
            padding: 30px 15px;
            background-image: url(../images/partbg.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .con6con {
            margin: 0 auto;
        }
        .con6con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con6con ul li {
            width: 48%;
            padding: 15px;
            background-color: var(--main-color-white);
            margin-bottom: 20px;
        }
        .con6con ul li img {
            width: 100%;
            height: 40px;
            object-fit: contain;
        }
        .con5 {
            width: 100%;
            padding: 30px 15px;
            background-image: url(../images/bg3.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .con5con {
            margin: 0 auto;
        }
        .con5con ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con5con ul li {
            width: 48%;
            padding: 15px;
            position: relative;
            margin-bottom: 20px;
            transition: var(--main-transition);
        }
        .con5con ul li:hover {
            transform: translateY(-15px);
        }
        .con5con ul li:hover .num {
            transform: rotateY(360deg);
        }
        .con5con .part {
            display: block;
            width: 100%;
            background: #fff;
            border-radius: 20px;
            box-shadow: 2px 2px 2px rgb(0 0 0 / 5%);
            position: relative;
            padding-top: 40px;
            overflow: hidden;
            transition: var(--main-transition);
        }
        .con5con .part .num {
            width: 78px;
            height: 78px;
            font-size: 20px;
            font-weight: bold;
            color: var(--main-color);
            border: 1px dashed var(--main-color);
            border-radius: 50%;
            margin: 0 auto;
            text-align: center;
            padding-top: 15px;
            transition: var(--main-transition);
        }
        .con5con .part .title {
            color: var(--main-color);
            font-size: 18px;
            font-weight: bold;
            background: #fff;
            position: relative;
            text-align: center;
            padding: 15px;
            box-sizing: border-box;
            margin-top: -30px;
        }
        .con4 {
            padding: 30px 15px;
            background-image: url(../images/bg3.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .con4con {
            width: 100%;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }
        .con4 .con_title strong {
            color: var(--main-color-white);
        }
        .con4 .con_title p {
            color: var(--main-color-white);
        }
        .con4 .con_title strong::after {
            background-color: var(--main-color-white);
        }
        .con4conleft {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
        }
        .con4conright {
            width: 100%;
        }
        .top_4 {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .top_4 img {
            width: 32px;
            display: block;
            margin-right: 10px;
        }
        .top_4 strong {
            display: block;
            font-size: 20px;
            color: #ebaa58;
        }
        .center_4 {
            display: flex;
            justify-content: center;
            margin: 0 20px;
        }
        .fontV {
            color: #EBAA58;
            font-size: 39px;
            font-style: italic;
        }
        .fontS {
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            font-style: italic;
            margin-top: 20px;
            margin-left: -5px;
        }
        .bottom_4 {
            font-size: 20px;
            color: var(--main-color-white);
            font-weight: bold;
            text-align: center;
        }
        .mySwiper_advan {
            position: relative;
        }
        .mySwiper_advan .swiper-slide {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .mySwiper_advan .slide_top {
            padding: 0 20px;
            color: var(--main-color-white);
            font-size: 16px;
            font-weight: bold;
            border-radius: 10px;
            background-color: #ebaa58;
            height: 100px;
            line-height: 30px;
            text-align: center;
            display: flex;
            align-items: center;
        }
        .slide_top p {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
        .slide_center {
            width: 90px;
            height: 90px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: 1px solid var(--main-color-white);
            background-color: #ebaa58;
            font-size: 16px;
            text-align: center;
            color: var(--main-color-white);
            font-weight: bold;
            font-size: 17px;
            margin: 17px 0;
        }
        .slide_bottom {
            padding: 0 20px;
            color: var(--main-color-white);
            font-size: 16px;
            font-weight: bold;
            border-radius: 10px;
            background-color: var(--main-color-white);
            height: 100px;
            line-height: 30px;
            text-align: center;
            display: flex;
            align-items: center;
            width: 100%;
        }
        .slide_bottom p {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            text-align: center;
            color: #ebaa58;
        }
        .mySwiper_advan::after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            height: 1px;
            border-top: 1px solid #fff;
            content: "";
            left: 0;
        }
        .adbtn {
            width: 52px !important;
            height: 52px !important;
            border-radius: 50% !important;
            background-color: var(--main-color-white) !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            font-size: 30px;
            background-image: none !important;
            color: #ebaa58;
            top: 49% !important;
        }
        .adbtnleft {
            left: 0 !important;
        }
        .adbtnright {
            right: 0 !important;
        }
        .con3 {
            width: 100%;
            padding: 30px 15px;
            background-image: url(../images/bg2.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .con3con {
            width: 100%;
        }
        .con3box {
            overflow: hidden;
        }
        .mySwiper_case {
            padding-bottom: 30px !important;
        }
        .mySwiper_case .swiper-slide {
            cursor: pointer;
        }
        .mySwiper_case .swiper-slide:hover img {
            transform: scale(1.1);
        }
        .mySwiper_case img {
            width: 100%;
            object-fit: cover;
            transition: var(--main-transition);
        }
        .con3txt {
            padding: 25px;
        }
        .con3txt strong {
            color: var(--main-color-333);
            font-size: 20px;
            display: block;
            position: relative;
            text-align: center;
            margin-bottom: 20px;
        }
        .con3txt strong::after {
            position: absolute;
            width: 40px;
            height: 2px;
            content: '';
            background-color: var(--main-color);
            left: 50%;
            transform: translateX(-50%);
            bottom: -15px;
        }
        .con3txt p {
            text-align: center;
            color: var(--main-color-666);
            font-size: 14px;
        }
        .con2 {
            padding: 30px 15px;
        }
        .con2con {
            margin: 0 auto;
        }
        .con_title {
            margin-bottom: 30px;
        }
        .con_title strong::after {
            position: absolute;
            width: 40px;
            content: '';
            height: 2px;
            background-color: var(--main-color);
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
        }
        .con_title strong {
            position: relative;
            display: block;
            font-size: 22px;
            color: var(--main-color-333);
            text-align: center;
            font-weight: normal;
        }
        .con_title p {
            color: var(--main-color-666);
            font-size: 15px;
            text-align: center;
            margin-bottom: 5px;
        }
        .con2tab {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }
        .con2tab span {
            margin-bottom: 10px;
            display: block;
            padding: 5px 15px;
            border: 1px solid #dddddd;
            border-radius: 50px;
            color: #444;
            font-size: 14px;
            margin: 0 10px;
            cursor: pointer;
        }
        .con2active {
            background-color: var(--main-color);
            color: var(--main-color-white) !important;
            border: 1px solid var(--main-color);
        }
        .con2fy {
            display: none;
        }
        .con2fy ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con2fy ul li {
            width: 100%;
            overflow: hidden;
            margin-bottom: 20px;
            position: relative;
        }
        .con2fy ul li .con2item {
            overflow: hidden;
        }
        .con2fy ul li .con2item:hover img {
            transform: scale(1.1);
        }
        .con2fy ul li img {
            transition: var(--main-transition);
            width: 100%;
            object-fit: cover;
        }
        .con2item {
            cursor: pointer;
            position: relative;
        }
        .li_col .con2item:nth-child(1) {
            margin-bottom: 20px !important;
        }
        .con2_pos {
            position: absolute;
            width: 100%;
            background: rgba(0, 0, 0, .4);
            transition: var(--main-transition);
            height: 100%;
            top: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            left: 0;
            flex-direction: column;
            padding: 0 20px;
        }
        .con2_pos strong {
            color: var(--main-color-white);
            text-align: center;
            display: block;
            width: 100%;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            font-size: 20px;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .li_col {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .li_col .con2item img {
            width: 100%;
            object-fit: cover;
        }
        .con2_go {
            border-radius: 50%;
            width: 42px;
            transition: var(--main-transition);
            margin-top: 25px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid var(--main-color-white);
        }
        .con2_go i {
            color: var(--main-color-white);
            font-size: 20px !important;
        }
        .more {
            display: block;
            width: 150px;
            height: 40px;
            border-radius: 50px;
            text-align: center;
            font-size: 14px;
            color: var(--main-color-white);
            background-color: var(--main-color);
            line-height: 40px;
            margin: 0 auto;
            margin-top: 30px;
        }
        .con1 {
            padding: 30px 15px;
            background-image: url(../images/bg1.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .con1con {
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }
        .con1conleft {
            width: 100%;
        }
        .con1conleft img {
            width: 100%;
        }
        .con1conright {
            width: 100%;
        }
        .con1top {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }
        .con1topleft strong {
            font-size: 22px;
            display: block;
            position: relative;
            font-weight: normal;
            color: var(--main-color-333);
        }
        .con1topleft strong::after {
            position: absolute;
            width: 40px;
            content: '';
            height: 3px;
            background-color: var(--main-color);
            bottom: -15px;
            left: 0;
        }
        .con1topright a {
            display: block;
            color: #ebaa58;
            border: 1px solid #ebaa58;
            border-radius: 40px;
            font-size: 14px;
            transition: var(--main-transition);
            width: 100px;
            height: 30px;
            line-height: 30px;
            text-align: center;
        }
        .con1topright a:hover {
            border: 1px solid var(--main-color);
            color: var(--main-color);
        }
        .txt_ab {
            margin: 25px 0;
            font-size: 14px;
            color: var(--main-color-333);
            line-height: 30px;
        }
        .index_scroll .mumping_mun {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .index_scroll .mumping_mun li {
            width: 48%;
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        .index_scroll .z_y_pic {
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: 1px solid var(--main-color);
            margin-right: 10px;
        }
        .index_scroll .z_y_pic img {
            width: 25px;
            height: 25px;
        }
        .index_scroll .mun_top {
            display: flex;
            align-items: center;
        }
        .index_scroll .mun_top h2 {
            font-size: 25px;
            color: var(--main-color);
        }
        .index_scroll .mun_top span {
            color: var(--main-color);
            font-weight: bold;
        }
        .index_scroll p {
            font-size: 14px;
            color: var(--main-color-333);
            margin-top: 5px;
        }
        .pctop {
            display: none;
        }
        .inside {
            padding: 15px;
        }
        .inside p {
            font-size: 14px;
            color: var(--main-color-222);
        }
        .inbanner {
            width: 100%;
            height: 480px;
            background-image: url(../images/inbanner.jpg);
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 60px;
        }
        .inbanner strong {
            font-size: 25px;
            color: var(--main-color-white);
            font-weight: normal;
        }
        .copy {
            width: 100%;
            text-align: center;
            padding: 15px;
            border-top: 1px solid #555555;
            background-color: #3b3d40;
            margin-bottom: 60px;
        }
        .copycon {
            text-align: center;
            text-align: center;
            font-size: 13px;
            color: var(--main-color-999);
            margin: 0 auto;
        }
        .copycon a {
            font-size: 13px;
            color: var(--main-color-999);
        }
        .pchead {
            display: none;
        }
        .pcnav {
            display: none;
        }
        .ml_mb_arrowChange {
            transform: rotate(90deg);
        }
        .ml_mbnav_3 {
            display: none;
        }
        .ml_mbnav_3_item {
            display: flex;
            padding: 0 20px;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #f3f3f3;
            background-color: #efefef;
        }
        .ml_mbnav_3_item>a {
            display: block;
            width: 100%;
            height: 40px;
            line-height: 40px;
            color: var(--main-color-666);
            font-size: 14px;
            padding-left: 35px;
        }
        .ml_mb_nav i {
            font-size: 22px !important;
            transition: var(--main-transition);
        }
        .ml_mbnav_2_item {
            display: flex;
            padding: 0 20px;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #f3f3f3;
            background-color: #e3e3e3;
        }
        .ml_mbnav_2_item>a {
            display: block;
            height: 40px;
            width: 100%;
            line-height: 40px;
            color: var(--main-color-666);
            font-size: 14px;
            padding-left: 20px;
        }
        .ml_mbnav_2 {
            display: none;
        }
        .ml_mbnav_1_item>a {
            display: block;
            height: 40px;
            line-height: 40px;
            color: var(--main-color-666);
            font-size: 14px;
            width: 100%;
        }
        .ml_mbnav_1_item {
            display: flex;
            padding: 0 20px;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #f3f3f3;
        }
        .ml_mb_nav {
            width: 100%;
            height: calc(100% - 60px);
            position: fixed;
            top: 60px;
            right: -100%;
            background-color: var(--main-color-white);
            z-index: 100;
            border-top: 1px solid #ccc;
            overflow: scroll;
            padding: 20px 0;
            transition: var(--main-transition);
        }
        .mb_navShow {
            right: 0 !important;
        }
        .hb_fadeout {
            opacity: 0 !important;
        }
        .change2 {
            transform: translateY(-10px) rotate(-45deg);
        }
        .change1 {
            transform: translateY(10px) rotate(45deg);
        }
        .hb span {
            display: block;
            width: 30px;
            height: 1px;
            background-color: var(--main-color-666);
            transition: var(--main-transition);
        }
        .hb {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            height: 20px;
            flex-direction: column;
        }
        .ml_mb_logo img {
            height: 40px;
        }
        .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;
        }
        .mb_right {
            display: flex;
            align-items: center;
        }
        .ml_banner {
            width: 100%;
            margin-top: 60px !important;
        }
        .ml_banner img {
            width: 100%;
        }
        .bannerpage .swiper-pagination-bullet {
            width: 10px !important;
            height: 10px !important;
        }
        .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;
        }
    }