    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        font-family: ' ';
    }
    
    body {
        overflow-x: hidden !important;
    }
    
    ul li {
        list-style: none;
    }
    
    a {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    img {
        vertical-align: top;
        outline-width: 0ch;
    }
    
     :root {
        --main-color: #00abf2;
        --main-color1: #d32329;
        --main-color-white: #ffffff;
        --main-color-555: #555555;
        --main-color-999: #999999;
        --main-color-666: #666666;
        --main-color-333: #333333;
        --main-color-888: #888888;
        --main-color-222: #222222;
        --main-transition: all ease 0.4s;
        --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    
    @media only screen and (min-width: 996px) {
        .ml_mb_head {
            display: none;
        }
        .ml_mb_nav {
            display: none;
        }
        .inside {
            max-width: 1400px;
            margin: 0 auto;
            padding: 15px 0;
        }
        .inside p {
            font-size: 14px;
            color: var(--main-color-222);
        }
        .inbanner {
            margin: 0 auto;
            margin-top: 90px;
            position: relative;
        }
        .inbanner img {
            width: 100%;
        }
        .inbanner strong {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            color: var(--main-color-white);
            font-size: 30px;
            font-weight: normal;
        }
        .innerhead {
            background-color: var(--main-color-white);
        }
        .innerhead .pcnav li a {
            color: var(--main-color-333);
        }
        .pchead {
            height: 90px;
            width: 100%;
            position: fixed;
            top: 0;
            padding: 0 30px;
            left: 0;
            box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.15);
            border-bottom: 1px solid rgba(255, 255, 255, .15);
            z-index: 999;
        }
        .pcheader {
            width: 100%;
            margin: 0 auto;
            height: 90px;
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .pclogo img {
            height: 80px;
        }
        .header_right {
            display: flex;
            align-items: center;
        }
        .pcnav {
            display: flex;
            align-items: center;
            margin-right: 30px;
        }
        .pcnav>li {
            position: relative;
        }
        .pcnav>li>a {
            display: block;
            color: var(--main-color-white);
            font-size: 15px;
            padding: 0 20px;
            height: 90px;
            position: relative;
            line-height: 90px;
        }
        .pcnav>li>a:hover {
            color: var(--main-color);
        }
        .pcnav>li>a::after {
            width: 0%;
            transition: var(--main-transition);
            height: 3px;
            bottom: 0;
            left: 0;
            background-color: var(--main-color-white);
            content: '';
            position: absolute;
        }
        .pcnav>li>a:hover::after {
            width: 100%;
        }
        .pcnav>li:hover .pc_drop {
            opacity: 1 !important;
            visibility: visible !important;
            top: 100% !important;
        }
        .pc_drop {
            width: 250px;
            top: 120%;
            left: 0;
            opacity: 0;
            transition: var(--main-transition);
            position: absolute;
            visibility: hidden;
        }
        .pc_drop a {
            display: block;
            width: 100%;
            height: 40px;
            background-color: var(--main-color-white);
            font-size: 14px;
            color: var(--main-color-333);
            padding-left: 15px;
            transition: var(--main-transition);
            line-height: 40px;
        }
        .pc_drop a:hover {
            color: var(--main-color-white) !important;
            background-color: var(--main-color);
        }
        .index_swiper {
            width: 100%;
            height: 100%;
        }
        .index_swiper .swiper-slide {
            width: 100%;
            height: 100%;
        }
        .section1 {
            width: 100%;
            height: 100%;
            position: relative;
        }
        .banner_img {
            width: 100%;
            height: 100%;
        }
        .section1 {
            position: relative;
        }
        .index_page {
            left: 40px !important;
            bottom: 40px !important;
            top: auto !important;
            width: 80px;
        }
        .index_page .swiper-pagination-bullet {
            width: 5px !important;
            height: 5px !important;
            background-color: var(--main-color-white);
            margin: 20px 0 !important;
        }
        .banner_pos {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 20;
        }
        .banner_pos h1 {
            font-size: 50px;
            color: var(--main-color-white);
        }
        .banner_pos h2 {
            font-size: 55px;
            color: var(--main-color-white);
            text-align: center;
            font-weight: normal;
        }
        .banner_line {
            width: 80px;
            height: 1px;
            margin: 20px auto;
            background-color: var(--main-color-white);
        }
        .banner_pos p {
            text-align: center;
            color: var(--main-color-white);
            font-size: 15px;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .banner_pos a {
            display: block;
            width: 65px;
            height: 65px;
            background-color: var(--main-color);
            border-radius: 50%;
            text-align: center;
            line-height: 65px;
            color: var(--main-color-white);
            font-size: 20px;
            position: relative;
        }
        .banner_pos a:hover::after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
            cursor: pointer;
        }
        .banner_pos a::after {
            content: "";
            display: block;
            position: absolute;
            left: -3px;
            top: -2px;
            width: 72px;
            height: 72px;
            border: 5px solid #fff;
            box-sizing: border-box;
            border-radius: 50%;
            opacity: 0;
            -webkit-transform: scale(1.4);
            transform: scale(1.4);
            transition: transform .6s cubic-bezier(.645, .045, .355, 1), opacity .6s cubic-bezier(.645, .045, .355, 1), border .6s cubic-bezier(.645, .045, .355, 1), -webkit-transform .6s cubic-bezier(.645, .045, .355, 1);
        }
        .section2 {
            width: 100%;
            height: 100%;
            padding: 0 7%;
            background-repeat: no-repeat;
            background-size: cover;
            margin: 0 auto;
        }
        .sec2con {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .sec2left {
            width: 35%;
        }
        .sec2right {
            width: 55%;
        }
        .sx {
            width: 1px;
            height: 80px;
            background-color: var(--main-color-white);
        }
        .sec2left h2 {
            font-size: 45px;
            color: var(--main-color);
        }
        .sec2left p {
            color: var(--main-color-white);
            font-size: 25px;
            margin-bottom: 25px;
        }
        .sec2left span {
            color: var(--main-color-white);
            display: block;
            margin-bottom: 40px;
            font-size: 16px;
            line-height: 25px;
        }
        .sec2left a:hover {
            background-color: var(--main-color);
            color: var(--main-color-white);
        }
        .sec2left a {
            transition: var(--main-transition);
            display: block;
            width: 80px;
            height: 80px;
            line-height: 80px;
            border-radius: 50%;
            text-align: center;
            color: var(--main-color);
            border: 1px solid var(--main-color);
        }
        .sec2right ul {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .sec2right ul li {
            width: 48%;
            margin-bottom: 40px;
            border: 1px solid var(--main-color-white);
            border-radius: 4px;
            padding: 30px;
            cursor: pointer;
            transition: var(--main-transition);
        }
        .sec2right ul li:hover {
            background: rgba(0, 176, 224, .6);
            border: 1px solid var(--main-color);
        }
        .sec2right ul li img {
            display: block;
            width: 70px;
            height: 70px;
            object-fit: contain;
        }
        .sec2right ul li strong {
            color: var(--main-color-white);
            font-size: 20px;
            margin-bottom: 15px;
            display: block;
            margin-top: 15px;
        }
        .sec2right ul li p {
            color: var(--main-color-white);
            font-size: 14px;
            line-height: 25px;
        }
        .section3 {
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            padding: 0 10%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .section3Title {
            margin-bottom: 40px;
        }
        .section3Title strong {
            display: block;
            text-align: center;
            color: var(--main-color);
            font-size: 45px;
        }
        .section3Title p {
            color: var(--main-color-white);
            font-size: 25px;
            text-align: center;
            margin-top: 10px;
        }
        .section3 ul {
            display: flex;
            justify-content: space-between;
        }
        .section3 ul li {
            width: 24%;
            position: relative;
        }
        .section3 ul li img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .section3 ul li p {
            position: absolute;
            width: 95%;
            height: 50px;
            bottom: 0;
            left: 0;
            text-align: center;
            color: var(--main-color-white);
            font-weight: bold;
            padding: 0 20px;
        }
        .section4 {
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .sec4con {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: space-between;
        }
        .sec4left {
            width: 25%;
            height: 100%;
            padding: 0 50px;
            display: flex;
            flex-direction: column;
            border-right: 1px solid rgba(255, 255, 255, .4);
            justify-content: center;
        }
        .sec4right {
            width: 75%;
            height: 100%;
        }
        .sec4left strong {
            color: var(--main-color);
            font-size: 45px;
            display: block;
            width: 100%;
            text-align: left;
            margin-bottom: 10px;
        }
        .sec4left p {
            color: var(--main-color-white);
            font-size: 25px;
            width: 100%;
            text-align: left;
            margin-bottom: 40px;
        }
        .sec4left a {
            display: block;
            width: 150px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: var(--main-color-white);
            font-size: 14px;
            border: 1px solid var(--main-color-white);
            margin-bottom: 15px;
        }
        .sec4left a:hover {
            background-color: var(--main-color);
            border: 1px solid var(--main-color);
        }
        .sec4right {
            display: flex;
            justify-content: space-between;
        }
        .r_nitem {
            display: flex;
            padding: 25px;
            flex-direction: column;
            border-right: 1px solid rgba(255, 255, 255, .6);
            justify-content: center;
            width: calc(100% / 3);
            position: relative;
            z-index: 29;
            overflow: hidden;
        }
        .r_nitem::after {
            background-color: var(--main-color);
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            bottom: -100%;
            transition: var(--main-transition);
            z-index: 1;
        }
        .rNbox {
            display: block;
            margin-bottom: 45px;
            overflow: hidden;
            position: relative;
            z-index: 29;
        }
        .rNbox img {
            width: 100%;
            height: 270px;
            transition: var(--main-transition);
        }
        .r_nitem p {
            color: var(--main-color-white);
            font-size: 16px;
            z-index: 29;
            margin-bottom: 15px;
        }
        .r_nitem span {
            color: var(--main-color-white);
            line-height: 25px;
            display: block;
            z-index: 29;
            font-size: 13px;
        }
        .details {
            z-index: 29;
            font-size: 14px;
            margin-top: 20px;
            color: var(--main-color-white);
            display: block;
        }
        .newpos {
            position: absolute;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            left: 0;
            opacity: 0;
            visibility: hidden;
            transition: var(--main-transition);
            top: 0;
            background: rgba(0, 0, 0, .6);
        }
        .newpos span {
            color: var(--main-color-white);
            font-size: 16px;
            position: relative;
        }
        .newpos span::after {
            position: absolute;
            width: 120px;
            left: 50%;
            top: -20px;
            transform: translateX(-50%);
            content: '';
            background-color: var(--main-color-white);
            height: 1px;
            transition: var(--main-transition);
        }
        .newpos span::before {
            position: absolute;
            width: 120px;
            left: 50%;
            transition: var(--main-transition);
            bottom: -20px;
            transform: translateX(-50%);
            content: '';
            background-color: var(--main-color-white);
            height: 1px;
        }
        .r_nitem:hover .newpos {
            opacity: 1 !important;
            visibility: visible !important;
        }
        .r_nitem:hover .newpos span::after {
            width: 50px !important;
        }
        .r_nitem:hover .newpos span::before {
            width: 50px !important;
        }
        .r_nitem:hover::after {
            bottom: 0 !important;
        }
        .r_nitem:hover img {
            transform: scale(1.1);
        }
        .section5 {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 10%;
            align-items: center;
        }
        .sec5left {
            width: 25%;
        }
        .sec5right {
            width: 55%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .sec5Title strong {
            color: var(--main-color);
            font-size: 40px;
            display: block;
            margin-bottom: 10px;
        }
        .sec5Title p {
            color: var(--main-color-white);
            font-size: 25px;
            position: relative;
        }
        .sec5Title p::after {
            position: absolute;
            width: 50px;
            height: 1px;
            content: '';
            background-color: var(--main-color-white);
            left: 0;
            bottom: -10px;
        }
        .tactlist {
            margin-top: 30px;
        }
        .tactlist p {
            color: var(--main-color-white);
            font-size: 15px;
            margin-bottom: 10px;
        }
        .sec5right textarea::-webkit-input-placeholder {
            color: var(--main-color-white);
        }
        .sec5right input::-webkit-input-placeholder {
            color: var(--main-color-white);
        }
        .sec5right textarea {
            width: 100%;
            border: 1px solid #bfbabb;
            height: 200px;
            outline: none;
            margin-bottom: 20px;
            display: block;
            color: var(--main-color-white);
            padding-left: 15px;
            background-color: transparent;
            padding-top: 15px;
        }
        .sec5right input {
            width: 100%;
            border: 1px solid #bfbabb;
            outline: none;
            margin-bottom: 20px;
            display: block;
            height: 35px;
            color: var(--main-color-white);
            padding-left: 15px;
            background-color: transparent;
        }
        .half {
            width: 48% !important;
        }
        .verifybox {
            width: 100%;
        }
        .verify {
            width: 50% !important;
        }
        .verifybox {
            display: flex;
            align-items: center;
        }
        .tijiao {
            width: 40%;
            background-color: var(--main-color);
            color: var(--main-color-white);
            font-size: 14px;
            height: 35px;
            line-height: 35px;
            text-align: center;
        }
        .bread {
            width: 100%;
            height: 70px;
            background-color: #fff;
        }
        .breadcon {
            max-width: 1570px;
            padding: 0 65px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0 auto;
        }
        .breadcon ul {
            display: flex;
            align-items: center;
        }
        .breadcon ul li a {
            display: block;
            height: 70px;
            position: relative;
            line-height: 70px;
            font-size: 15px;
            color: #222;
            padding: 0 30px;
        }
        .breadcon ul li a::before {
            content: '';
            width: 1px;
            right: 0;
            height: 15px;
            top: 28px;
            position: absolute;
            background-color: #cccccc;
        }
        .breadcon ul li a::after {
            content: '';
            width: 0%;
            left: 50%;
            transform: translateX(-50%);
            transition: all ease .4s;
            height: 3px;
            background-color: var(--main-color);
            position: absolute;
            bottom: 0;
        }
        .breadcon ul li a:hover {
            color: var(--main-color);
        }
        .breadcon ul li a:hover::after {
            width: 100% !important;
        }
        .loca {
            display: flex;
            align-items: center;
        }
        .loca i {
            color: var(--main-color);
            font-size: 20px;
        }
        .loca span {
            color: var(--main-color-555);
            font-size: 14px;
            display: block;
            margin: 0 4px;
        }
        .loca a {
            font-size: 14px;
            color: var(--main-color-333);
        }
        .aboutus {
            max-width: 1730px;
            padding: 0 65px;
            margin: 50px auto;
        }
        .aboutuscon {
            background-color: var(--main-color-white);
            width: 100%;
            padding: 50px 30px;
        }
        .abitle {
            color: var(--main-color-333);
            font-size: 25px;
            display: block;
            text-align: center;
            padding-bottom: 15px;
            border-bottom: 1px solid #e8e8e8;
            font-weight: normal;
            margin-bottom: 20px;
        }
        /*  */
        .gallery {
            display: flex;
            flex-wrap: wrap;
        }
        .gallery li {
            width: calc((100% - 90px) / 4);
            margin-right: 30px;
            margin-bottom: 30px;
            padding: 20px;
            background-color: #f6f6f6;
        }
        .gallery li:nth-child(4n) {
            margin-right: 0;
        }
        .gallery li img {
            width: 100%;
            display: block;
        }
        .gallery li p {
            text-align: center;
            color: var(--main-color-333);
            margin-top: 10px;
        }
        /*  */
        .procon ul {
            display: flex;
            flex-wrap: wrap;
        }
        .procon ul li {
            width: calc((100% - 90px) / 4);
            margin-right: 30px;
            margin-bottom: 30px;
            padding: 15px;
            cursor: pointer;
            box-shadow: var(--main-shadow);
        }
        .procon ul li:nth-child(4n) {
            margin-right: 0;
        }
        .procon ul li img {
            width: 100%;
            transition: var(--main-transition);
        }
        .proimg {
            overflow: hidden;
        }
        .procon ul li:hover img {
            transform: scale(1.1);
        }
        .procon ul li p {
            text-align: center;
            color: var(--main-color-333);
            font-size: 15px;
            margin-top: 15px;
            font-weight: bold;
        }
        .ewitem {
            display: flex;
            padding: 20px;
            justify-content: space-between;
            cursor: pointer;
            border-bottom: 1px solid #dddddd;
        }
        .ewitem:hover .ew_center p {
            color: var(--main-color);
        }
        .ewitem:hover .ew_right img {
            transform: scale(1.1);
        }
        .ewitem:hover .ew_left a {
            background-color: var(--main-color);
            color: var(--main-color-white) !important;
        }
        .ewitem:hover .ew_left a i {
            color: var(--main-color-white);
        }
        .ew_left {
            width: 10%;
        }
        .ew_left span {
            color: var(--main-color-999);
            font-size: 24px;
            display: block;
            margin-bottom: 20px;
        }
        .ew_left a {
            display: block;
            text-align: center;
            width: 38px;
            height: 30px;
            line-height: 30px;
            transition: var(--main-transition);
        }
        .ew_left a i {
            color: var(--main-color-666);
        }
        .ew_center {
            width: 75%;
            padding: 20px;
        }
        .ew_right {
            width: 15%;
            overflow: hidden;
        }
        .ew_right img {
            width: 100%;
            transition: var(--main-transition);
        }
        .ew_center p {
            color: var(--main-color-333);
            font-size: 16px;
            font-weight: bold;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .ew_center span {
            color: var(--main-color-999);
            font-size: 14px;
            display: block;
            margin-top: 10px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
        .messagecon {
            width: 100%;
        }
        .mesbox {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .mesbox textarea {
            height: 160px;
            width: 100%;
            margin-bottom: 20px;
            display: block;
            padding-left: 15px;
            padding-top: 15px;
            outline: none;
            border: 1px solid #cccccc;
        }
        .mesbox input {
            width: 32%;
            height: 35px;
            padding-left: 15px;
            outline: none;
            border: 1px solid #cccccc;
            margin-bottom: 20px;
        }
        .ver {
            width: 31%;
        }
        .ver input {
            width: 85% !important;
        }
        .sub {
            display: block;
            height: 35px;
            line-height: 35px;
            text-align: center;
            color: var(--main-color-white);
            font-size: 14px;
            width: 100%;
            background-color: var(--main-color);
        }
        .contactul {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 50px;
        }
        .contactul li {
            width: 31%;
            text-align: center;
            padding: 50px 20px;
            border: 1px solid #ccc;
        }
        .contactul li p {
            font-weight: bold;
            color: var(--main-color);
            font-size: 16px;
            margin: 10px auto;
        }
        .contactul li span {
            color: var(--main-color-333);
            font-size: 15px;
        }
    }
    
    @media only screen and (max-width: 996px) {
        .contactul {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 30px;
        }
        .contactul li {
            width: 100%;
            margin-bottom: 20px;
            text-align: center;
            padding: 50px 20px;
            border: 1px solid #ccc;
        }
        .contactul li p {
            font-weight: bold;
            color: var(--main-color);
            font-size: 16px;
            margin: 10px auto;
        }
        .contactul li span {
            color: var(--main-color-333);
            font-size: 15px;
        }
        .messagecon {
            width: 100%;
        }
        .mesbox {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .mesbox textarea {
            height: 160px;
            width: 100%;
            margin-bottom: 20px;
            display: block;
            padding-left: 15px;
            padding-top: 15px;
            outline: none;
            border: 1px solid #cccccc;
        }
        .mesbox input {
            width: 100%;
            margin-bottom: 20px;
            height: 35px;
            padding-left: 15px;
            outline: none;
            border: 1px solid #cccccc;
        }
        .ver {
            width: 100%;
        }
        .ver input {
            width: 85% !important;
        }
        .sub {
            display: block;
            height: 35px;
            line-height: 35px;
            text-align: center;
            color: var(--main-color-white);
            font-size: 14px;
            width: 100%;
            background-color: var(--main-color);
        }
        .ewitem {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column-reverse;
            padding: 10px;
            justify-content: space-between;
            cursor: pointer;
            border-bottom: 1px solid #dddddd;
        }
        .ew_left {
            width: 100%;
        }
        .ew_left span {
            color: var(--main-color-999);
            font-size: 14px;
            display: block;
            margin-bottom: 10px;
        }
        .ew_left a {
            display: block;
            text-align: center;
            width: 38px;
            height: 30px;
            line-height: 30px;
            transition: var(--main-transition);
        }
        .ew_left a i {
            color: var(--main-color-666);
        }
        .ew_center {
            width: 100%;
            margin: 10px auto;
        }
        .ew_right {
            width: 100%;
            overflow: hidden;
        }
        .ew_right img {
            width: 100%;
            transition: var(--main-transition);
        }
        .ew_center p {
            color: var(--main-color-333);
            font-size: 16px;
            font-weight: bold;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .ew_center span {
            color: var(--main-color-999);
            font-size: 14px;
            display: block;
            margin-top: 10px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
        .procon ul {
            display: flex;
            flex-wrap: wrap;
        }
        .procon ul li {
            width: 100%;
            margin-bottom: 30px;
            padding: 15px;
            cursor: pointer;
            box-shadow: var(--main-shadow);
        }
        .procon ul li:nth-child(4n) {
            margin-right: 0;
        }
        .procon ul li img {
            width: 100%;
            transition: var(--main-transition);
        }
        .proimg {
            overflow: hidden;
        }
        .procon ul li:hover img {
            transform: scale(1.1);
        }
        .procon ul li p {
            text-align: center;
            color: var(--main-color-333);
            font-size: 15px;
            margin-top: 15px;
            font-weight: bold;
        }
        .gallery {
            justify-content: space-between;
            display: flex;
            flex-wrap: wrap;
        }
        .gallery li {
            width: 49%;
            margin-bottom: 20px;
            padding: 15px;
            background-color: #f6f6f6;
        }
        .gallery li img {
            width: 100%;
            display: block;
        }
        .gallery li p {
            text-align: center;
            color: var(--main-color-333);
            margin-top: 10px;
        }
        .aboutus {
            width: 95%;
            margin: 30px auto;
        }
        .aboutuscon {
            background-color: var(--main-color-white);
            width: 100%;
            padding: 15px;
        }
        .abitle {
            color: var(--main-color-333);
            font-size: 20px;
            display: block;
            text-align: center;
            padding-bottom: 10px;
            border-bottom: 1px solid #e8e8e8;
            font-weight: normal;
            margin-bottom: 15px;
        }
        .bread {
            width: 100%;
            padding: 15px;
            background-color: #fff;
        }
        .breadcon {
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            margin: 0 auto;
        }
        .breadcon ul {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            margin-bottom: 20px;
        }
        .breadcon ul li a {
            display: block;
            position: relative;
            font-size: 14px;
            color: #222;
            padding: 0 5px;
        }
        .breadcon ul li a::after {
            content: '';
            width: 0%;
            left: 50%;
            transform: translateX(-50%);
            transition: all ease .4s;
            height: 3px;
            background-color: var(--main-color);
            position: absolute;
            bottom: 0;
        }
        .breadcon ul li a:hover {
            color: var(--main-color);
        }
        .breadcon ul li a:hover::after {
            width: 100% !important;
        }
        .loca {
            display: flex;
            align-items: center;
        }
        .loca i {
            color: var(--main-color);
            font-size: 20px;
        }
        .loca span {
            color: var(--main-color-555);
            font-size: 14px;
            display: block;
            margin: 0 4px;
        }
        .loca a {
            font-size: 14px;
            color: var(--main-color-333);
        }
        .section5 {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 30px;
            align-items: center;
        }
        .sec5left {
            width: 100%;
        }
        .sec5right {
            width: 55%;
            display: none;
        }
        .sec5Title strong {
            color: var(--main-color);
            font-size: 25px;
            display: block;
            margin-bottom: 10px;
        }
        .sec5Title p {
            color: var(--main-color-white);
            font-size: 18px;
            position: relative;
        }
        .sec5Title p::after {
            position: absolute;
            width: 50px;
            height: 1px;
            content: '';
            background-color: var(--main-color-white);
            left: 0;
            bottom: -10px;
        }
        .tactlist {
            margin-top: 30px;
        }
        .tactlist p {
            color: var(--main-color-white);
            font-size: 15px;
            margin-bottom: 10px;
        }
        .sec5right textarea::-webkit-input-placeholder {
            color: var(--main-color-white);
        }
        .sec5right input::-webkit-input-placeholder {
            color: var(--main-color-white);
        }
        .sec5right textarea {
            width: 100%;
            border: 1px solid #bfbabb;
            height: 200px;
            outline: none;
            margin-bottom: 20px;
            display: block;
            color: var(--main-color-white);
            padding-left: 15px;
            background-color: transparent;
            padding-top: 15px;
        }
        .sec5right input {
            width: 100%;
            border: 1px solid #bfbabb;
            outline: none;
            margin-bottom: 20px;
            display: block;
            height: 35px;
            color: var(--main-color-white);
            padding-left: 15px;
            background-color: transparent;
        }
        .half {
            width: 48% !important;
        }
        .verifybox {
            width: 100%;
        }
        .verify {
            width: 50% !important;
        }
        .verifybox {
            display: flex;
            align-items: center;
        }
        .tijiao {
            width: 40%;
            background-color: var(--main-color);
            color: var(--main-color-white);
            font-size: 14px;
            height: 35px;
            line-height: 35px;
            text-align: center;
        }
        .section4 {
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .sec4con {
            width: 100%;
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .sec4left {
            width: 100%;
            text-align: center;
        }
        .sec4right {
            width: 100%;
        }
        .sec4left strong {
            color: var(--main-color);
            font-size: 25px;
            display: block;
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
        }
        .sec4left p {
            color: var(--main-color-white);
            font-size: 18px;
            width: 100%;
            text-align: center;
            margin-bottom: 30px;
        }
        .sec4left a {
            display: inline-block;
            width: 150px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: var(--main-color-white);
            font-size: 14px;
            border: 1px solid var(--main-color-white);
            margin-bottom: 15px;
        }
        .sec4left a:hover {
            background-color: var(--main-color);
            border: 1px solid var(--main-color);
        }
        .sec4right {
            display: flex;
            justify-content: space-between;
        }
        .r_hide {
            display: none !important;
        }
        .r_nitem {
            display: flex;
            padding: 25px;
            flex-direction: column;
            border-right: 1px solid rgba(255, 255, 255, .6);
            justify-content: center;
            width: 100%;
            position: relative;
            z-index: 29;
        }
        .rNbox {
            display: block;
            margin-bottom: 25px;
            overflow: hidden;
            position: relative;
            z-index: 29;
        }
        .rNbox img {
            width: 100%;
            transition: var(--main-transition);
        }
        .r_nitem p {
            color: var(--main-color-white);
            font-size: 15px;
            z-index: 29;
            margin-bottom: 10px;
        }
        .r_nitem span {
            color: var(--main-color-white);
            line-height: 25px;
            display: block;
            z-index: 29;
            font-size: 12px;
        }
        .details {
            z-index: 29;
            font-size: 14px;
            margin-top: 20px;
            color: var(--main-color-white);
            display: block;
        }
        .newpos {
            position: absolute;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            left: 0;
            opacity: 0;
            visibility: hidden;
            transition: var(--main-transition);
            top: 0;
            background: rgba(0, 0, 0, .6);
        }
        .newpos span {
            color: var(--main-color-white);
            font-size: 16px;
            position: relative;
        }
        .newpos span::after {
            position: absolute;
            width: 120px;
            left: 50%;
            top: -20px;
            transform: translateX(-50%);
            content: '';
            background-color: var(--main-color-white);
            height: 1px;
            transition: var(--main-transition);
        }
        .newpos span::before {
            position: absolute;
            width: 120px;
            left: 50%;
            transition: var(--main-transition);
            bottom: -20px;
            transform: translateX(-50%);
            content: '';
            background-color: var(--main-color-white);
            height: 1px;
        }
        .r_nitem:hover .newpos {
            opacity: 1 !important;
            visibility: visible !important;
        }
        .r_nitem:hover .newpos span::after {
            width: 50px !important;
        }
        .r_nitem:hover .newpos span::before {
            width: 50px !important;
        }
        .r_nitem:hover::after {
            bottom: 0 !important;
        }
        .r_nitem:hover img {
            transform: scale(1.1);
        }
        .section3 {
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            padding: 0 10%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .section3Title {
            margin-bottom: 30px;
        }
        .section3Title strong {
            display: block;
            text-align: center;
            color: var(--main-color);
            font-size: 25px;
        }
        .section3Title p {
            color: var(--main-color-white);
            font-size: 18px;
            text-align: center;
            margin-top: 10px;
        }
        .section3 ul {
            flex-wrap: wrap;
            display: flex;
            justify-content: space-between;
        }
        .section3 ul li {
            width: 49%;
            position: relative;
        }
        .section3 ul li img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: none;
        }
        .section3 ul li p {
            border: 1px solid var(--main-color-white);
            width: 95%;
            height: 50px;
            font-size: 16px;
            line-height: 50px;
            margin-bottom: 20px;
            bottom: 0;
            left: 0;
            text-align: center;
            color: var(--main-color-white);
            padding: 0 20px;
            border-radius: 5px;
        }
        .section2 {
            width: 100%;
            height: 100%;
            padding: 0 15px;
            background-repeat: no-repeat;
            background-size: cover;
            margin: 0 auto;
            background-position: center;
        }
        .sec2con {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .sec2left {
            width: 100%;
        }
        .sec2right {
            display: none;
        }
        .sx {
            width: 1px;
            height: 50px;
            background-color: var(--main-color-white);
        }
        .sec2left h2 {
            font-size: 35px;
            color: var(--main-color);
        }
        .sec2left p {
            color: var(--main-color-white);
            font-size: 20px;
            margin-bottom: 20px;
        }
        .sec2left span {
            color: var(--main-color-white);
            display: block;
            margin-bottom: 20px;
            font-size: 14px;
            line-height: 25px;
        }
        .sec2left a {
            transition: var(--main-transition);
            display: block;
            width: 50px;
            font-size: 12px;
            height: 50px;
            line-height: 50px;
            border-radius: 50%;
            text-align: center;
            background-color: var(--main-color);
            color: var(--main-color-white);
            border: 1px solid var(--main-color);
        }
        .section1 {
            width: 100%;
            height: 100%;
            position: relative;
        }
        .banner_img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .section1 {
            position: relative;
        }
        .index_page {
            left: 40px !important;
            bottom: 40px !important;
            top: auto !important;
            width: 80px;
            display: none !important;
        }
        .index_page .swiper-pagination-bullet {
            width: 5px !important;
            height: 5px !important;
            background-color: var(--main-color-white);
            margin: 20px 0 !important;
        }
        .banner_pos {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 0;
            top: 0;
            padding: 20px;
            z-index: 20;
        }
        .banner_pos h1 {
            font-size: 30px;
            color: var(--main-color-white);
        }
        .banner_pos h2 {
            font-size: 25px;
            color: var(--main-color-white);
            text-align: center;
            font-weight: normal;
        }
        .banner_line {
            width: 50px;
            height: 1px;
            margin: 10px auto;
            background-color: var(--main-color-white);
        }
        .banner_pos p {
            text-align: center;
            color: var(--main-color-white);
            font-size: 14px;
            line-height: 25px;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .banner_pos a {
            display: block;
            width: 45px;
            height: 45px;
            background-color: var(--main-color);
            border-radius: 50%;
            text-align: center;
            line-height: 45px;
            color: var(--main-color-white);
            font-size: 14px;
            position: relative;
        }
        .index_swiper {
            width: 100%;
            height: 100%;
        }
        .index_swiper .swiper-slide {
            width: 100%;
            height: 100%;
        }
        .inbanner {
            width: 100%;
            margin-top: 60px;
            position: relative;
        }
        .inbanner img {
            width: 100%;
        }
        .inbanner strong {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            color: var(--main-color-white);
            font-size: 25px;
            font-weight: normal;
        }
        .inside {
            margin: 0 auto;
            padding: 15px;
        }
        .inside p {
            font-size: 14px;
            color: var(--main-color-222);
        }
        .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);
            transition: var(--main-transition);
        }
        .hb {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            height: 20px;
            flex-direction: column;
        }
        .ml_mb_logo img {
            height: 45px;
        }
        .ml_mb_head {
            display: flex;
            height: 60px;
            padding: 0 20px;
            background: rgba(255, 255, 255, 1);
            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;
        }
    }