* {
    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: #2f9d2e;
    --main-color1: #d32329;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-999: #999999;
    --main-color-666: #666666;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-color-222: #222222;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
    .pchead {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        transition: var(--main-transition);
        background-color: #fff;
        height: 80px;
    }
    .pcheader {
        max-width: 1600px;
        margin: 0 auto;
        transition: var(--main-transition);
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
    }
    .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: 80px;
        line-height: 80px;
        font-size: 16px;
        transition: var(--main-transition);
        color: var(--main-color-333);
        padding: 0 20px;
        font-weight: bold;
    }
    .pc_sec_nav {
        position: absolute;
        top: 70%;
        left: 0;
        width: 150px;
        background-color: var(--main-color-white);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
        box-shadow: var(--main-shadow);
        border-radius: 10px;
    }
    .pc_sec_item a {
        color: var(--main-color-666);
        font-size: 15px;
        font-weight: bold;
        display: block;
        padding: 10px 30px;
        transition: var(--main-transition);
    }
    .pcnav li:hover .pc_sec_nav {
        top: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .pc_third_nav {
        top: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .second_a {
        color: var(--main-color) !important;
    }
    .third_a:hover {
        color: var(--main-color) !important;
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        position: absolute;
        box-shadow: var(--main-shadow);
        left: 100%;
        top: -20%;
        z-index: 998;
        width: 150px;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
        border-radius: 10px;
        background-color: var(--main-color-white);
    }
    .color_change {
        background-color: var(--main-color-white) !important;
    }
    .color_change .pcnav>li>a {
        color: var(--main-color-222) !important;
    }
    .color_change i {
        color: var(--main-color-222) !important;
    }
    .third_a {
        color: var(--main-color-666);
        border-radius: 10px;
        background-color: var(--main-color-white);
    }
    .head_transform {
        max-width: 90% !important;
        height: 72px !important;
    }
    .header_transform {
        background-color: var(--main-color) !important;
        height: 72px !important;
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .ml_banner {
        width: 100%;
        z-index: 998;
    }
    /* .ml_banner .swiper-slide-active img {
        transform: scale(1.5);
    } */
    .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%;
        transition: all ease 10s;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }
    .bannerbtn {
        width: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        height: 50px !important;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
        opacity: 0;
    }
    .bannerbtnleft {
        left: 0 !important;
    }
    .bannerbtnright {
        right: 0 !important;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid #555555;
        background-color: #3b3d40;
    }
    .copycon {
        text-align: center;
        max-width: 1200px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-999);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 14px;
        color: var(--main-color-999);
    }
    .inside {
        max-width: 1400px;
        margin: 0 auto;
        padding: 15px 0;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .inbanner {
        width: 100%;
        height: 500px;
        background-image: url(../images/inbanner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 80px;
    }
    .inbanner strong {
        display: block;
        color: var(--main-color-white);
        font-size: 30px;
        font-weight: normal;
    }
    .search {
        color: var(--main-color-white);
        cursor: pointer;
    }
    .cover {
        width: 30%;
        height: 100%;
        position: fixed;
        left: -1005%;
        top: 0;
        background: rgba(0, 0, 0, .8);
        z-index: 99999;
        transition: var(--main-transition);
    }
    .covershow {
        left: 0 !important;
    }
    .searchshow {
        right: 0 !important;
    }
    .sou {
        position: fixed;
        transition: var(--main-transition);
        top: 0;
        width: 70%;
        height: 100%;
        right: -70%;
        display: flex;
        justify-content: space-between;
        z-index: 9999;
    }
    .souleft {
        width: 100px;
        background-color: var(--main-color);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .souright {
        flex: 1;
        padding: 10%;
        background-color: var(--main-color-white);
    }
    .souright h1 {
        color: var(--main-color);
        font-size: 40px;
        margin-bottom: 35px;
    }
    .close {
        cursor: pointer;
        transition: var(--main-transition);
    }
    .close:hover {
        transform: rotate(360deg);
    }
    .inp {
        position: relative;
    }
    .go {
        position: absolute;
        right: 0;
        top: 0;
    }
    .souright input {
        display: block;
        width: 100%;
        height: 45px;
        border: none;
        outline: none;
        font-size: 20px;
        color: var(--main-color-222);
        border-bottom: 1px solid #e0e0e0;
    }
    .bannerpos {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        z-index: 99;
    }
    .ml_banner .swiper-slide {
        position: relative;
    }
    .bannerpos strong {
        display: block;
        color: var(--main-color-white);
        font-size: 40px;
        font-weight: normal;
        text-align: center;
    }
    .banner_a {
        display: block;
        width: 200px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: var(--main-color-white);
        margin-top: 100px;
        border-radius: 40px;
        background-color: var(--main-color);
        font-size: 18px;
    }
    .con1 {
        width: 100%;
        padding: 60px 0;
    }
    .con1con {
        max-width: 1500px;
        margin: 0 auto;
    }
    .con1con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con1con ul li {
        width: calc((100% - 60px) / 3);
        position: relative;
        margin-right: 30px;
        margin-bottom: 30px;
        cursor: pointer;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 8px 0px 25px 0px rgba(0, 0, 0, 0.2);
    }
    .con1con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con1con ul li:hover .con1img img {
        transform: scale(1.1);
    }
    .con1img img {
        width: 100%;
        transition: var(--main-transition);
        height: 240px;
        border-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        object-fit: cover;
    }
    .con1img {
        overflow: hidden;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    .con1pos {
        position: absolute;
        width: 100%;
        display: flex;
        top: 20px;
        left: 0;
        display: flex;
        align-items: center;
        padding: 0 20px;
        justify-content: space-between;
    }
    .con1pos span {
        font-size: 18px;
        color: var(--main-color);
    }
    .pos_icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 22px;
        border-radius: 22px;
        border: 2px solid #d6000f;
    }
    .pos_icon img {
        width: 16px;
    }
    .con1_item {
        padding: 0 20px;
        background-color: var(--main-color-white);
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .con1_item .items {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0px;
        border-bottom: 1px solid #bfbfbf;
    }
    .con1_item .items:hover a {
        color: var(--main-color) !important;
    }
    .con1_item .items:last-child {
        border: none;
    }
    .item_left {
        display: flex;
        align-items: center;
    }
    .item_left img {
        width: 17px;
        display: block;
        margin-right: 10px;
    }
    .item_left a {
        font-size: 16px;
        color: var(--main-color-333);
        font-weight: bold;
    }
    .item_right i {
        font-size: 16px !important;
        color: var(--main-color-222);
    }
    .con2 {
        padding: 60px 0;
        width: 100%;
    }
    .con2con {
        padding: 0 3%;
    }
    .maybeNeed {
        max-width: 1500px;
        margin: 0 auto;
        margin-bottom: 55px;
    }
    .maybeNeed strong {
        color: var(--main-color-333);
        font-size: 30px;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .maybeNeed input {
        display: block;
        background-image: url(../images/search.png);
        background-repeat: no-repeat;
        background-position: 270px center;
        transition: var(--main-transition);
        width: 700px;
        outline: none;
        padding-left: 300px;
        margin: 0 auto;
        height: 52px;
        border: 2px solid var(--main-color);
        border-radius: 40px;
        margin-bottom: 20px;
        background-color: transparent;
    }
    .maybeNeed input:focus {
        padding-left: 50px;
        background-position: 20px center;
    }
    .maybeNeed ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .maybeNeed ul li a {
        color: var(--main-color-666);
        font-size: 15px;
        font-weight: bold;
        padding: 0 20px;
        margin-bottom: 15px;
    }
    .con2box {
        width: 100%;
        background-image: url(../images/bg.jpg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 710px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con2tentout {
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .con2tent {
        width: 62%;
    }
    .con2tent h1 {
        font-size: 48px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .con2tent h2 {
        font-size: 36px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .con2tent h3 {
        font-size: 15px;
        line-height: 25px;
        margin-top: 20px;
        color: var(--main-color-white);
        font-weight: normal;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        width: 60%;
    }
    .con2_item {
        margin-top: 30px;
        background: rgba(255, 255, 255, 0.66);
        padding: 15px 20px;
        border-radius: 30px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }
    .con2_item p {
        color: var(--main-color-333);
        font-size: 18px;
        margin-bottom: 10px;
    }
    .con2_item ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2_item ul li {
        transition: var(--main-transition);
        width: 48%;
        cursor: pointer;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        transition: var(--main-transition);
        background-color: var(--main-color-white);
        border-radius: 8px;
        margin-bottom: 10px;
        border: 2px solid transparent;
    }
    .con2_item ul li:hover {
        background-color: transparent !important;
        border: 2px solid var(--main-color) !important;
    }
    .con2_item ul li span {
        font-size: 16px;
        color: var(--main-color);
    }
    .con2_item ul li i {
        color: var(--main-color);
    }
    .con3 {
        width: 100%;
        padding: 80px 0;
        background-image: url(../images/bg2.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con3con {
        max-width: 1500px;
        margin: 0 auto;
    }
    .con3con_1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .con3con_1_left {
        width: 48%;
    }
    .con3con_1_left h1 {
        color: var(--main-color);
        font-size: 48px;
    }
    .con3con_1_left h2 {
        color: var(--main-color);
        font-size: 35px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .con3con_1_left p {
        font-size: 15px;
        color: #5f5f5f;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
    .con3con_1_left a {
        display: block;
        margin-top: 25px;
        font-size: 15px;
        width: 155px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 40px;
    }
    .con3con_1_right {
        width: 400px;
    }
    .con3con_1_right ul li {
        display: flex;
        margin-bottom: 30px;
        align-items: center;
        justify-content: space-between;
    }
    .con3con_1_right ul li h2 {
        font-size: 45px;
        font-weight: normal;
        color: var(--main-color);
    }
    .con3con_1_right ul li span {
        font-size: 45px;
        color: var(--main-color);
    }
    .mun_top {
        width: calc(100% - 100px);
        display: flex;
        align-items: center;
    }
    .con3con_1_right ul li p {
        width: 100px;
        color: var(--main-color-333);
        font-size: 15px;
    }
    .con3con_2 {
        margin-top: 50px;
    }
    .con3con_2 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3con_2 ul li {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        background: var(--main-color-white);
        border-radius: 20px;
        box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
        padding: 0 25px;
        height: 140px;
        display: flex;
        flex-direction: column;
        cursor: pointer;
        justify-content: center;
        transition: var(--main-transition);
    }
    .con3con_2 ul li:hover {
        background-color: var(--main-color) !important;
    }
    .con3con_2 ul li:hover .li_b {
        color: var(--main-color-white) !important;
    }
    .con3con_2 ul li:nth-child(3n) {
        margin-right: 0;
    }
    .li_t {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .li_t strong {
        font-size: 50px;
        font-weight: normal;
        color: #e6e6e6;
        font-family: "DIN";
        text-transform: uppercase;
        opacity: .7;
        background-image: -webkit-linear-gradient(bottom, #e8e8e8, #adadad);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .li_b {
        margin-top: 15px;
        text-align: center;
        color: var(--main-color);
        font-weight: bold;
        font-size: 20px;
    }
    .img1 {
        display: none;
    }
    .con3con_2 ul li:hover .img0 {
        display: none !important;
    }
    .con3con_2 ul li:hover .img1 {
        display: block !important;
    }
    .con4 {
        width: 100%;
        padding: 80px 0;
    }
    .con4con {
        max-width: 1500px;
        margin: 0 auto;
    }
    .mySwiper_new {
        width: 100%;
        padding-bottom: 50px !important;
    }
    .mySwiper_new img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .mySwiper_new .swiper-slide {
        border-radius: 8px;
        background-color: var(--main-color-white);
    }
    .mySwiper_new .swiper-slide p {
        padding: 0 20px;
        font-size: 18px;
        color: var(--main-color-333);
        margin: 15px 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .mySwiper_new .swiper-slide span {
        color: var(--main-color-333);
        font-size: 15px;
        padding: 0 20px;
        display: block;
        margin-bottom: 15px;
    }
    .con4con strong {
        display: flex;
        text-align: center;
        display: block;
        font-size: 30px;
        margin-bottom: 30px;
        font-weight: normal;
    }
    .swiper-scrollbar-drag {
        background-color: var(--main-color) !important;
    }
    .foot {
        padding: 50px 0;
        background-color: #3e3e3e;
    }
    .footer {
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .footerleft {
        width: 236px;
        padding-right: 20px;
    }
    .footerleft ul li {
        display: flex;
    }
    .footerleft ul li i {
        font-size: 15px !important;
        color: var(--main-color-white);
        width: 20px !important;
    }
    .footerleft ul li {
        margin-bottom: 10px;
    }
    .footerleft ul li span {
        flex: 1;
        padding-left: 5px;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .footerright {
        flex: 1;
        padding: 0 20px;
    }
    .footercode {
        width: 120px;
        margin-left: 30px;
    }
    .footercode img {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }
    .footercode p {
        margin: 10px 0;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-white);
    }
    .footerright ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footerright ul li {
        padding: 0 20px;
        width: 25%;
        margin-bottom: 20px;
    }
    .footerright ul li:last-child {
        border-right: 0 !important;
    }
    .f_a {
        font-size: 15px;
        color: var(--main-color-white);
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }
    .s_a {
        font-size: 13px;
        text-align: center;
        display: block;
        margin-bottom: 10px;
        color: #ffffff99;
    }
    .more {
        display: block;
        font-size: 15px;
        width: 155px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 40px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .aboutus1 .con3con_1_left p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 100 !important;
    }
    .about4 {
        width: 100%;
        padding: 65px 0;
        background-image: url(../images/bg4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .about4con {
        max-width: 1500px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .about4conleft {
        width: 40%;
    }
    .about4conleft img {
        width: 100%;
    }
    .about4conright {
        flex: 1;
        padding-left: 25px;
    }
    .about4conright p {
        color: #fff;
        font-size: 14px;
        line-height: 25px;
    }
    .about4 h3 {
        text-align: center;
        color: #fff;
        font-size: 28px;
        display: block;
        margin-bottom: 45px;
        font-weight: normal;
    }
    .aboutus4 {
        padding: 80px 0;
        background-image: url(../images/honor.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
    }
    .aboutus4con {
        max-width: 1300px;
        margin: 0 auto;
    }
    .mySwiper_honor {
        width: 100%;
        padding-bottom: 50px !important;
    }
    .mySwiper_honor .swiper-slide {
        background-color: var(--main-color-white);
    }
    .mySwiper_honor img {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }
    .mySwiper_honor p {
        height: 35px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-align: center;
        font-size: 14px;
        background-color: var(--main-color-white);
        line-height: 35px;
    }
    .mySwiper_honor .swiper-pagination-bullet {
        width: 40px;
        height: 4px;
        background-color: var(--main-color-white);
        border-radius: 0;
    }
    .con_titleho {
        width: 100%;
        text-align: center;
        color: var(--main-color-white);
        font-size: 25px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 996px) {
    .con_titleho {
        width: 100%;
        text-align: center;
        color: var(--main-color-white);
        font-size: 20px;
        margin-bottom: 30px;
    }
    .aboutus4 {
        padding: 30px 15px;
        background-image: url(../images/honor.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
    }
    .aboutus4con {
        margin: 0 auto;
    }
    .mySwiper_honor {
        width: 100%;
        padding-bottom: 50px !important;
    }
    .mySwiper_honor .swiper-slide {
        background-color: var(--main-color-white);
    }
    .mySwiper_honor img {
        width: 100%;
        height: 250px;
        object-fit: contain;
    }
    .mySwiper_honor p {
        height: 35px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-align: center;
        font-size: 14px;
        background-color: var(--main-color-white);
        line-height: 35px;
    }
    .mySwiper_honor .swiper-pagination-bullet {
        width: 40px;
        height: 4px;
        background-color: var(--main-color-white);
        border-radius: 0;
    }
    .about4 {
        width: 100%;
        padding: 40px 15px;
        background-image: url(../images/bg4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .about4con {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .about4conleft {
        width: 100%;
        margin-bottom: 30px;
    }
    .about4conleft img {
        width: 100%;
    }
    .about4conright {
        width: 100%;
    }
    .about4conright p {
        color: #fff;
        font-size: 14px;
        line-height: 25px;
    }
    .about4 h3 {
        text-align: center;
        color: #fff;
        font-size: 28px;
        display: block;
        margin-bottom: 45px;
        font-weight: normal;
    }
    .more {
        display: block;
        font-size: 15px;
        width: 155px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 40px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .foot {
        padding: 30px 15px;
        background-color: #3e3e3e;
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .footerleft {
        width: 100%;
        margin-bottom: 25px;
    }
    .footerleft ul li {
        display: flex;
        align-items: center;
    }
    .footerleft ul li i {
        font-size: 15px !important;
        color: var(--main-color-white);
        width: 20px !important;
    }
    .footerleft ul li {
        margin-bottom: 10px;
    }
    .footerleft ul li span {
        flex: 1;
        padding-left: 5px;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .footerright {
        width: 100%;
    }
    .footercode {
        width: 100%;
    }
    .footercode img {
        width: 120px;
        height: 120px;
        object-fit: cover;
    }
    .footercode p {
        margin: 10px 0;
        font-size: 14px;
        color: var(--main-color-white);
    }
    .footerright ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footerright ul li {
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .footerright ul li:last-child {
        border-right: 0 !important;
    }
    .f_a {
        font-size: 15px;
        color: var(--main-color-white);
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }
    .s_a {
        display: none;
    }
    .con4 {
        width: 100%;
        padding: 30px 15px;
    }
    .con4con {
        margin: 0 auto;
    }
    .mySwiper_new {
        width: 100%;
        padding-bottom: 30px !important;
    }
    .mySwiper_new img {
        width: 100%;
        object-fit: cover;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .mySwiper_new .swiper-slide {
        border-radius: 8px;
        background-color: var(--main-color-white);
    }
    .mySwiper_new .swiper-slide p {
        padding: 0 15px;
        font-size: 16px;
        color: var(--main-color-333);
        margin: 15px 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .mySwiper_new .swiper-slide span {
        color: var(--main-color-333);
        font-size: 13px;
        padding: 0 20px;
        display: block;
        margin-bottom: 15px;
    }
    .con4con strong {
        display: flex;
        text-align: center;
        display: block;
        font-size: 30px;
        margin-bottom: 30px;
        font-weight: normal;
    }
    .swiper-scrollbar-drag {
        background-color: var(--main-color) !important;
    }
    .con3 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/bg2.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con3con {
        margin: 0 auto;
    }
    .con3con_1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .con3con_1_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .con3con_1_left h1 {
        color: var(--main-color);
        font-size: 25px;
    }
    .con3con_1_left h2 {
        color: var(--main-color);
        font-size: 22px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .con3con_1_left p {
        font-size: 14px;
        color: #5f5f5f;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
    .con3con_1_left a {
        display: block;
        margin-top: 25px;
        font-size: 15px;
        width: 130px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 40px;
    }
    .con3con_1_right {
        width: 100%;
    }
    .con3con_1_right ul {
        display: flex;
        justify-content: space-between;
    }
    .con3con_1_right ul li {
        margin-bottom: 15px;
    }
    .con3con_1_right ul li h2 {
        font-size: 25px;
        font-weight: normal;
        color: var(--main-color);
    }
    .con3con_1_right ul li span {
        font-size: 25px;
        color: var(--main-color);
    }
    .mun_top {
        display: flex;
        align-items: center;
    }
    .con3con_1_right ul li p {
        color: var(--main-color-333);
        font-size: 15px;
    }
    .con3con_2 {
        margin-top: 30px;
    }
    .con3con_2 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3con_2 ul li {
        width: 100%;
        margin-bottom: 20px;
        background: var(--main-color-white);
        border-radius: 20px;
        box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
        padding: 20px 15px;
        display: flex;
        flex-direction: column;
        cursor: pointer;
        justify-content: center;
        transition: var(--main-transition);
    }
    .con3con_2 ul li:hover {
        background-color: var(--main-color) !important;
    }
    .con3con_2 ul li:hover .li_b {
        color: var(--main-color-white) !important;
    }
    .li_t {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .li_t strong {
        font-size: 25px;
        font-weight: normal;
        color: #e6e6e6;
        font-family: "DIN";
        text-transform: uppercase;
        opacity: .7;
        background-image: -webkit-linear-gradient(bottom, #e8e8e8, #adadad);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .li_b {
        margin-top: 15px;
        text-align: center;
        color: var(--main-color);
        font-weight: bold;
        font-size: 14px;
    }
    .img1 {
        display: none;
    }
    .con3con_2 ul li:hover .img0 {
        display: none !important;
    }
    .con3con_2 ul li:hover .img1 {
        display: block !important;
    }
    .con2 {
        padding: 30px 15px;
        width: 100%;
    }
    .maybeNeed {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .maybeNeed strong {
        color: var(--main-color-333);
        font-size: 22px;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .maybeNeed input {
        display: block;
        background-image: url(../images/search.png);
        background-repeat: no-repeat;
        background-position: 35% center;
        transition: var(--main-transition);
        width: 100%;
        outline: none;
        padding-left: 40%;
        margin: 0 auto;
        height: 45px;
        border: 2px solid var(--main-color);
        border-radius: 40px;
        margin-bottom: 15px;
        background-color: transparent;
    }
    .maybeNeed input:focus {
        padding-left: 50px;
        background-position: 20px center;
    }
    .maybeNeed ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .maybeNeed ul li a {
        color: var(--main-color-666);
        font-size: 14px;
        font-weight: bold;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .con2box {
        width: 100%;
        background-image: url(../images/bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    .con2tentout {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .con2tent {
        width: 100%;
    }
    .con2tent h1 {
        font-size: 22px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .con2tent h2 {
        font-size: 18px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .con2tent h3 {
        font-size: 13px;
        line-height: 25px;
        margin-top: 20px;
        color: var(--main-color-white);
        font-weight: normal;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .con2_item {
        margin-top: 20px;
        background: rgba(255, 255, 255, 0.66);
        padding: 15px;
        border-radius: 30px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }
    .con2_item p {
        color: var(--main-color-333);
        font-size: 16px;
        margin-bottom: 10px;
    }
    .con2_item ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2_item ul li {
        transition: var(--main-transition);
        width: 100%;
        cursor: pointer;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        transition: var(--main-transition);
        background-color: var(--main-color-white);
        border-radius: 8px;
        margin-bottom: 10px;
        border: 1px solid transparent;
    }
    .con2_item ul li:hover {
        background-color: transparent !important;
        border: 2px solid var(--main-color) !important;
    }
    .con2_item ul li span {
        font-size: 14px;
        color: var(--main-color);
    }
    .con2_item ul li i {
        color: var(--main-color);
    }
    .con1 {
        width: 100%;
        padding: 30px 15px;
    }
    .con1con {
        margin: 0 auto;
    }
    .con1con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con1con ul li {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        cursor: pointer;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 8px 0px 25px 0px rgba(0, 0, 0, 0.2);
    }
    .con1con ul li:hover .con1img img {
        transform: scale(1.1);
    }
    .con1img img {
        width: 100%;
        transition: var(--main-transition);
        border-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        object-fit: cover;
    }
    .con1img {
        overflow: hidden;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    .con1pos {
        position: absolute;
        width: 100%;
        display: flex;
        top: 15px;
        left: 0;
        display: flex;
        align-items: center;
        padding: 0 15px;
        justify-content: space-between;
    }
    .con1pos span {
        font-size: 16px;
        color: var(--main-color);
    }
    .pos_icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 22px;
        border-radius: 22px;
        border: 2px solid #d6000f;
    }
    .pos_icon img {
        width: 16px;
    }
    .con1_item {
        padding: 0 15px;
        background-color: var(--main-color-white);
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .con1_item .items {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0px;
        border-bottom: 1px solid #bfbfbf;
    }
    .con1_item .items:hover a {
        color: var(--main-color) !important;
    }
    .con1_item .items:last-child {
        border: none;
    }
    .item_left {
        display: flex;
        align-items: center;
    }
    .item_left img {
        width: 15px;
        display: block;
        margin-right: 10px;
    }
    .item_left a {
        font-size: 14px;
        color: var(--main-color-333);
        font-weight: bold;
    }
    .item_right i {
        font-size: 16px !important;
        color: var(--main-color-222);
    }
    .bannerpos {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        z-index: 99;
        padding: 0 50px;
    }
    .ml_banner .swiper-slide {
        position: relative;
    }
    .bannerpos strong {
        display: block;
        color: var(--main-color-white);
        font-size: 20px;
        text-align: center;
    }
    .banner_a {
        display: none;
        width: 200px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: var(--main-color-white);
        margin-top: 20px;
        border-radius: 40px;
        background-color: var(--main-color);
        font-weight: bold;
        font-size: 18px;
    }
    .cover {
        display: none;
    }
    .sou {
        display: none;
    }
    .inbanner {
        width: 100%;
        height: 200px;
        background-image: url(../images/inbanner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        margin-top: 60px;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        color: var(--main-color);
        font-size: 25px;
        font-weight: normal;
    }
    .inside {
        margin: 0 auto;
        padding: 15px;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid #555555;
        background-color: #3b3d40;
        margin-bottom: 60px;
    }
    .copycon {
        text-align: center;
        text-align: center;
        font-size: 13px;
        color: var(--main-color-999);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 13px;
        color: var(--main-color-999);
    }
    .ml_banner {
        width: 100%;
        margin-top: 60px !important;
    }
    .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;
    }
    .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-222);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        width: 150px;
    }
    .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;
    }
}