* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
    /* word-break: break-all; */
}

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: #cc4e26;
    --main-color1: #ff7019;
    --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 screen and (min-width:996px) and (max-width:1090px) {
    .pcnav>li>a {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 996px) {
    .p_r {
        display: flex;
        align-items: center;
    }
    .p_sou {
        display: flex;
        align-items: center;
        margin-left: 25px;
    }
    .p_sou input {
        display: block;
        width: 10vw;
        height: 35px;
        padding-left: 15px;
        outline: none;
        border: 1px solid #efefef;
    }
    .p_sou a {
        display: block;
        width: 50px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .pchead {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        transition: var(--main-transition);
        height: 90px;
        background-color: var(--main-color-white);
    }
    .pcheader {
        margin: 0 auto;
        transition: var(--main-transition);
        display: flex;
        align-items: center;
        max-width: 1630px;
        padding: 0 65px;
        justify-content: space-between;
        height: 90px;
    }
    .pclogo img {
        height: 3vw;
    }
    .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: 90px;
        line-height: 90px;
        font-size: 14px;
        transition: var(--main-transition);
        color: var(--main-color-333);
        padding: 0 1vw;
        font-weight: bold;
    }
    .pc_sec_nav {
        position: absolute;
        top: 120%;
        left: 0;
        width: 250px;
        background-color: var(--main-color-white);
        opacity: 0;
        visibility: hidden;
        box-shadow: var(--main-shadow);
        transition: var(--main-transition);
    }
    .pc_sec_item a {
        color: var(--main-color-333);
        font-size: 15px;
        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-white) !important;
        background-color: var(--main-color);
    }
    .third_a:hover {
        color: var(--main-color-white) !important;
        background-color: var(--main-color);
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        background-color: var(--main-color-white);
        position: absolute;
        box-shadow: var(--main-shadow);
        left: 100%;
        top: 20%;
        z-index: 998;
        width: 250px;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-666);
    }
    .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 !important;
        margin-top: 90px !important;
    }
    .ml_banner:hover .bannerbtnleft {
        left: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner:hover .bannerbtnright {
        right: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }
    .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;
        position: relative;
        z-index: 1;
        background-color: var(--main-color);
    }
    .copycon {
        text-align: center;
        max-width: 1200px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-white);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 14px;
        color: var(--main-color-white);
    }
    .inside {
        max-width: 1630px;
        padding: 15px 65px;
        margin: 0 auto;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .inbanner {
        width: 100%;
        height: 400px;
        background-image: url(../images/inbanner.png);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        margin-top: 90px;
        align-items: center;
        justify-content: center;
        background-attachment: fixed;
    }
    .inbanner strong {
        display: block;
        color: var(--main-color);
        font-size: 30px;
        font-weight: normal;
    }
    .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;
    }
    .con1 {
        width: 100%;
        padding: 60px 0;
    }
    .con1con {
        max-width: 1630px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con1con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con1con ul li {
        width: calc((100% - 2px) / 3);
        padding: 25px 30px;
        margin-right: 1px;
        background-color: var(--main-color);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con1con ul li img {
        width: 70px;
        height: 70px;
    }
    .con1con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con1ul_r {
        width: calc(100% - 85px);
        border-left: 1px solid #ce8771;
        padding-left: 15px;
    }
    .con1ul_r p {
        color: var(--main-color-white);
        font-size: 24px;
        margin-bottom: 10px;
    }
    .con1ul_r span {
        color: #ffffffb3;
        font-size: 16px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con1_b {
        padding: 25px;
        background-color: #666666;
        color: var(--main-color-white);
        font-size: 18px;
        text-align: center;
    }
    .con2 {
        width: 100%;
    }
    .con2con {
        width: 100%;
    }
    .mySwiper_indexpro {
        width: 100%;
    }
    .mySwiper_indexpro .swiper-slide {
        position: relative;
        cursor: pointer;
        background-color: var(--main-color-white);
    }
    .mySwiper_indexpro .swiper-slide:hover img {
        transform: scale(1.1);
    }
    .mySwiper_indexpro .swiper-slide:hover .con2pos {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .mySwiper_indexpro img {
        width: 100%;
        height: 205px;
        object-fit: contain;
        transition: var(--main-transition);
    }
    .con2pos {
        position: absolute;
        width: 100%;
        transition: var(--main-transition);
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background: rgba(0, 0, 0, .7);
        display: flex;
        flex-direction: column;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        justify-content: center;
    }
    .con2pos p {
        color: var(--main-color-white);
        font-size: 18px;
    }
    .con2pos span {
        color: #7DAF32;
        font-size: 18px;
        display: block;
        margin: 10px 0;
    }
    .con2pos a {
        display: block;
        width: 75px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: var(--main-color-white);
        background-color: #7DAF32;
    }
    .index_probtn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px !important;
        height: 40px !important;
        background: rgba(0, 0, 0, .7);
        color: var(--main-color-white);
        background-image: none !important;
        font-size: 20px !important;
    }
    .con2imgbox {
        overflow: hidden;
    }
    .con3 {
        padding: 60px 0;
    }
    .con3con {
        max-width: 1630px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con3title {
        margin-bottom: 60px;
    }
    .con3title strong {
        color: var(--main-color);
        font-size: 35px;
        text-align: center;
        position: relative;
        font-weight: normal;
        display: block;
    }
    .con3title strong::after {
        position: absolute;
        content: '';
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
        width: 100px;
        height: 3px;
        background-color: var(--main-color);
    }
    .con3box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3left {
        width: 48%;
        padding: 40px 20px;
        background-color: var(--main-color-white);
    }
    .con3left strong {
        display: block;
        position: relative;
        color: var(--main-color-333);
        font-size: 30px;
        margin-bottom: 40px;
        font-weight: normal;
    }
    .con3left strong::after {
        position: absolute;
        content: '';
        left: 0%;
        bottom: -20px;
        width: 100px;
        height: 3px;
        background-color: var(--main-color);
    }
    .con3left p {
        font-size: 16px;
        color: var(--main-color-666);
        line-height: 30px;
    }
    .con3left a {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        font-size: 14px;
        margin-top: 30px;
    }
    .con3right {
        width: 48%;
        position: relative;
    }
    .con3right img {
        width: 100%;
        height: 100%;
    }
    .con3_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        top: 0;
        left: 0;
        z-index: 99;
        color: var(--main-color-white);
        display: flex;
        font-size: 80px;
        align-items: center;
        cursor: pointer;
        justify-content: center;
    }
    .con3_pos i {
        animation: zoom 2s linear infinite
    }
    @keyframes zoom {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.4);
        }
        100% {
            transform: scale(1);
        }
    }
    .v_layout {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .7);
        display: none;
    }
    .v_laycon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .v_laycon video {
        max-width: 1000px;
    }
    .close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 50px;
        cursor: pointer;
    }
    .con4 {
        padding: 80px 0;
        background-image: url(../images/adv.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .con4con {
        max-width: 1630px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4conleft {
        width: 45%;
    }
    .con4conleft img {
        width: 100%;
    }
    .con4conright {
        width: 52%;
        padding-left: 50px;
    }
    .con4tit strong {
        color: var(--main-color-white);
        font-size: 36px;
        position: relative;
        display: block;
        font-weight: normal;
        margin-bottom: 50px;
    }
    .con4tit strong::after {
        position: absolute;
        content: '';
        left: 0%;
        bottom: -20px;
        width: 100px;
        height: 3px;
        background-color: var(--main-color-white);
    }
    .con4conright ul li {
        display: flex;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .con4conright ul li:hover {
        background-color: rgba(255, 255, 255, 0.05);
        ;
    }
    .con4conright ul li strong {
        color: var(--main-color);
        position: relative;
        display: block;
        font-size: 50px;
        width: 64px;
        margin-right: 64px;
    }
    .con4conright ul li strong::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: -48px;
        width: 32px;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.2);
    }
    .con4li_r {
        flex: 1;
    }
    .con4li_r p {
        color: var(--main-color-white);
        font-size: 24px;
    }
    .con4li_r span {
        color: #ffffffa6;
        font-size: 16px;
        line-height: 30px;
        display: block;
        margin-top: 10px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con5 {
        padding: 80px 0;
    }
    .con5con {
        max-width: 1630px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con5con ul li {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        margin-bottom: 30px;
        cursor: pointer;
    }
    .con5con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con5con ul li:hover img {
        transform: scale(1.1);
    }
    .con5con ul li:hover .n_txt p {
        color: var(--main-color) !important;
    }
    .n_box {
        overflow: hidden;
    }
    .n_box img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .n_txt {
        width: 100%;
        padding: 15px;
        background-color: var(--main-color-white);
    }
    .n_txt p {
        color: var(--main-color-333);
        font-size: 20px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .n_txt span {
        font-size: 16px;
        color: var(--main-color-999);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin: 10px 0;
    }
    .n_txt em {
        font-style: normal;
        color: var(--main-color);
        font-weight: bold;
        font-size: 16px;
    }
    .n_txt em i {
        margin-right: 10px;
    }
    .more {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        font-size: 14px;
        background-color: var(--main-color);
        margin: 0 auto;
    }
    .foot {
        padding: 40px 0;
        background-color: #626262;
    }
    .footer {
        max-width: 1630px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .footer1 ul {
        display: flex;
        flex: wrap;
        justify-content: space-between;
    }
    .footer1 ul li {
        flex: 1;
        padding: 0 20px;
    }
    .footer1 ul li p {
        color: var(--main-color-white);
        font-size: 16px;
        margin: 10px 0;
        text-align: center;
    }
    .footer1 ul li span {
        color: var(--main-color-white);
        font-size: 16px;
        text-align: center;
        display: block;
    }
    .i_box {
        width: 32px;
        height: 32px;
        text-align: center;
        color: #626262;
        border-radius: 50%;
        display: flex;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        background-color: var(--main-color-white);
    }
    .footer2 {
        background-color: #585858;
        display: flex;
        padding: 20px 15px;
        align-items: center;
        justify-content: center;
    }
    .footer2 a {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        color: var(--main-color);
        justify-content: center;
        border-radius: 50%;
        background-color: var(--main-color-white);
        margin: 0 10px;
    }
    .aboutus1 {
        padding: 15px 0;
    }
    /*  */
    .aboutus4 {
        padding: 80px 15px;
    }
    .aboutus4con {
        max-width: 1630px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .title_index {
        text-align: center;
        color: var(--main-color);
        font-size: 45px;
        margin-bottom: 40px;
    }
    .mySwiper_product .swiper-slide {
        cursor: pointer;
        position: relative;
    }
    .mySwiper_product .swiper-slide:hover .con3pos {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .mySwiper_product .swiper-slide:hover img {
        transform: scale(1.1);
    }
    .con3imgbox {
        width: 100%;
        overflow: hidden;
        background: #eeeeee;
    }
    .con3imgbox img {
        width: 100%;
        height: 300px;
        object-fit: contain;
        transition: var(--main-transition);
    }
    .con3pos {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
        top: 0;
        background: rgba(0, 0, 0, .7);
        left: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 0 30px;
        justify-content: center;
    }
    .con3pos p {
        color: var(--main-color-white);
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }
    .con3pos span {
        color: #F49628;
        font-weight: bold;
        font-size: 18px;
    }
    .mySwiper_product_btn {
        background-image: none !important;
        width: 50px !important;
        height: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        font-size: 20px;
        color: var(--main-color-white);
        background: rgba(0, 0, 0, .7);
    }
    /*  */
    .aboutus5 {
        padding: 50px 0;
        background-color: var(--main-color-white);
    }
    .aboutus5con {
        max-width: 1630px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .aboutus5con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .aboutus5con ul li {
        width: 49%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .a5_r {
        flex: 1;
    }
    .a5_r p {
        color: var(--main-color-333);
        font-size: 18px;
        margin-bottom: 10px;
    }
    .a5_r span {
        color: var(--main-color-666);
        font-size: 16px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 30px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .aboutus5con ul li img {
        display: block;
        width: 100px;
        margin-right: 20px;
    }
    .aboutus6 {
        padding: 50px 0;
    }
    .aboutus6con {
        max-width: 1630px;
        padding: 15px 65px;
        margin: 0 auto;
        background-color: var(--main-color-white);
    }
    .aboutus6con strong {
        padding: 10px 0;
        padding-left: 20px;
        display: block;
        border-left: 4px solid var(--main-color);
        font-weight: normal;
        font-size: 16px;
        color: var(--main-color);
        margin-bottom: 25px;
    }
    .form_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .form_box input {
        width: 48%;
        margin-bottom: 20px;
        display: block;
        height: 40px;
        outline: none;
        padding-left: 15px;
        border: 1px solid #d9d9d9;
    }
    .form_box textarea {
        width: 100%;
        margin-bottom: 20px;
        display: block;
        padding-top: 15px;
        height: 200px;
        outline: none;
        padding-left: 15px;
        border: 1px solid #d9d9d9;
    }
    .form_box a {
        margin: inherit;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 996px) {
    .aboutus6 {
        padding: 30px 15px;
    }
    .aboutus6con {
        margin: 0 auto;
        background-color: var(--main-color-white);
        padding: 15px;
    }
    .aboutus6con strong {
        padding: 10px 0;
        padding-left: 20px;
        display: block;
        border-left: 4px solid var(--main-color);
        font-weight: normal;
        font-size: 16px;
        color: var(--main-color);
        margin-bottom: 25px;
    }
    .form_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .form_box input {
        width: 100%;
        margin-bottom: 20px;
        display: block;
        height: 40px;
        outline: none;
        padding-left: 15px;
        border: 1px solid #d9d9d9;
    }
    .form_box textarea {
        width: 100%;
        margin-bottom: 20px;
        display: block;
        padding-top: 15px;
        height: 150px;
        outline: none;
        padding-left: 15px;
        border: 1px solid #d9d9d9;
    }
    .form_box a {
        margin: inherit;
        margin-top: 30px;
    }
    .aboutus5 {
        padding: 30px 15px;
        background-color: var(--main-color-white);
    }
    .aboutus5con {
        margin: 0 auto;
    }
    .aboutus5con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .aboutus5con ul li {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .a5_r {
        width: 100%;
    }
    .a5_r p {
        color: var(--main-color-333);
        font-size: 15px;
        margin-bottom: 10px;
        text-align: center;
        margin: 10px 0;
    }
    .a5_r span {
        color: var(--main-color-666);
        font-size: 13px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .aboutus5con ul li img {
        display: block;
        width: 100px;
        margin: 0 auto;
    }
    .aboutus5con ul li:nth-child(3n) {
        margin-right: 0;
    }
    /*  */
    .aboutus4 {
        padding: 30px 15px;
    }
    .aboutus4con {
        margin: 0 auto;
    }
    .title_index {
        text-align: center;
        color: var(--main-color);
        font-size: 25px;
        margin-bottom: 20px;
    }
    .mySwiper_product .swiper-slide {
        cursor: pointer;
        position: relative;
    }
    .mySwiper_product .swiper-slide:hover .con3pos {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .mySwiper_product .swiper-slide:hover img {
        transform: scale(1.1);
    }
    .con3imgbox {
        width: 100%;
        overflow: hidden;
    }
    .con3imgbox img {
        width: 100%;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con3pos {
        width: 100%;
        transition: var(--main-transition);
        background-color: var(--main-color);
        padding: 20px 15px;
    }
    .con3pos p {
        color: var(--main-color-white);
        font-size: 16px;
        margin-bottom: 15px;
    }
    .con3pos span {
        color: #F49628;
        font-weight: bold;
        font-size: 14px;
    }
    .mySwiper_product_btn {
        background-image: none !important;
        width: 50px !important;
        height: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        font-size: 20px;
        color: var(--main-color-white);
        background: rgba(0, 0, 0, .7);
    }
    /*  */
    .foot {
        padding: 40px 0;
        background-color: #626262;
    }
    .footer {
        max-width: 1630px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .footer1 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer1 ul li {
        width: 100%;
        padding: 15px 20px;
    }
    .footer1 ul li p {
        color: var(--main-color-white);
        font-size: 16px;
        margin: 10px 0;
        text-align: center;
    }
    .footer1 ul li span {
        color: var(--main-color-white);
        font-size: 16px;
        text-align: center;
        display: block;
    }
    .i_box {
        width: 32px;
        height: 32px;
        text-align: center;
        color: #626262;
        border-radius: 50%;
        display: flex;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        background-color: var(--main-color-white);
    }
    .footer2 {
        background-color: #585858;
        display: flex;
        padding: 20px 15px;
        align-items: center;
        justify-content: center;
    }
    .footer2 a {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        color: var(--main-color);
        justify-content: center;
        border-radius: 50%;
        background-color: var(--main-color-white);
        margin: 0 10px;
    }
    .con5 {
        padding: 30px 15px;
    }
    .con5con {
        margin: 0 auto;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con5con ul li {
        width: 100%;
        margin-bottom: 30px;
        cursor: pointer;
    }
    .n_box {
        overflow: hidden;
    }
    .n_box img {
        width: 100%;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .n_txt {
        width: 100%;
        padding: 10px;
        background-color: var(--main-color-white);
    }
    .n_txt p {
        color: var(--main-color-333);
        font-size: 16px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .n_txt span {
        font-size: 14px;
        color: var(--main-color-999);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin: 10px 0;
    }
    .n_txt em {
        font-style: normal;
        color: var(--main-color);
        font-weight: bold;
        font-size: 13px;
    }
    .n_txt em i {
        margin-right: 5px;
    }
    .more {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        font-size: 14px;
        background-color: var(--main-color);
        margin: 0 auto;
    }
    .con4 {
        padding: 30px 15px;
        background-image: url(../images/adv.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .con4con {
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4conleft {
        margin-bottom: 30px;
        width: 100%;
    }
    .con4conleft img {
        width: 100%;
    }
    .con4conright {
        width: 100%;
    }
    .con4tit strong {
        color: var(--main-color-white);
        font-size: 25px;
        position: relative;
        display: block;
        font-weight: normal;
        margin-bottom: 30px;
    }
    .con4tit strong::after {
        position: absolute;
        content: '';
        left: 0%;
        bottom: -20px;
        width: 100px;
        height: 3px;
        background-color: var(--main-color-white);
    }
    .con4conright ul li {
        display: flex;
        align-items: center;
        padding: 15px 0;
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .con4conright ul li:hover {
        background-color: rgba(255, 255, 255, 0.05);
        ;
    }
    .con4conright ul li strong {
        color: var(--main-color);
        position: relative;
        display: block;
        font-size: 30px;
        width: 100%;
        margin-bottom: 10px;
    }
    .con4li_r {
        width: 100%;
    }
    .con4li_r p {
        color: var(--main-color-white);
        font-size: 20px;
    }
    .con4li_r span {
        color: #ffffffa6;
        font-size: 14px;
        line-height: 25px;
        display: block;
        margin-top: 10px;
        width: 100%;
    }
    .con3 {
        padding: 30px 15px;
    }
    .con3con {
        margin: 0 auto;
    }
    .con3title {
        margin-bottom: 60px;
    }
    .con3title strong {
        color: var(--main-color);
        font-size: 25px;
        text-align: center;
        position: relative;
        font-weight: normal;
        display: block;
    }
    .con3title strong::after {
        position: absolute;
        content: '';
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
        width: 70px;
        height: 2px;
        background-color: var(--main-color);
    }
    .con3box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3left {
        width: 100%;
        padding: 15px;
        background-color: var(--main-color-white);
    }
    .con3left strong {
        display: block;
        position: relative;
        color: var(--main-color-333);
        font-size: 20px;
        margin-bottom: 30px;
        font-weight: normal;
    }
    .con3left strong::after {
        position: absolute;
        content: '';
        left: 0%;
        bottom: -20px;
        width: 50px;
        height: 2px;
        background-color: var(--main-color);
    }
    .con3left p {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 25px;
    }
    .con3left a {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        font-size: 14px;
        margin-top: 30px;
    }
    .con3right {
        width: 100%;
        margin-top: 30px;
        position: relative;
    }
    .con3right img {
        width: 100%;
        height: 100%;
    }
    .con3_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        top: 0;
        left: 0;
        z-index: 99;
        color: var(--main-color-white);
        display: flex;
        font-size: 50px;
        align-items: center;
        cursor: pointer;
        justify-content: center;
    }
    .con3_pos i {
        animation: zoom 2s linear infinite
    }
    @keyframes zoom {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.4);
        }
        100% {
            transform: scale(1);
        }
    }
    .v_layout {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .7);
        display: none;
    }
    .v_laycon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .v_laycon video {
        width: 90%;
    }
    .close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 30px;
        cursor: pointer;
    }
    .con2 {
        width: 100%;
        padding: 30px 15px;
    }
    .con2con {
        width: 100%;
    }
    .mySwiper_indexpro {
        width: 100%;
    }
    .mySwiper_indexpro .swiper-slide {
        position: relative;
        cursor: pointer;
        background-color: var(--main-color-white);
    }
    .mySwiper_indexpro img {
        width: 100%;
        object-fit: contain;
        transition: var(--main-transition);
    }
    .con2pos {
        width: 100%;
        transition: var(--main-transition);
        background-color: var(--main-color-white);
        padding: 20px;
    }
    .con2pos p {
        color: var(--main-color-222);
        font-size: 16px;
    }
    .con2pos span {
        color: #7DAF32;
        font-size: 14px;
        display: block;
        margin: 10px 0;
    }
    .con2pos a {
        display: block;
        width: 75px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: var(--main-color-white);
        background-color: #7DAF32;
    }
    .index_probtn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px !important;
        height: 40px !important;
        background: rgba(0, 0, 0, .7);
        color: var(--main-color-white);
        background-image: none !important;
        font-size: 20px !important;
    }
    .con2imgbox {
        overflow: hidden;
    }
    .con1 {
        width: 100%;
        padding: 30px 15px;
    }
    .con1con {
        margin: 0 auto;
    }
    .con1con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con1con ul li {
        width: 100%;
        flex-wrap: wrap;
        padding: 25px 30px;
        margin-right: 1px;
        background-color: var(--main-color);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con1con ul li img {
        width: 70px;
        margin: 0 auto;
        display: block;
        height: 70px;
        margin-bottom: 10px;
    }
    .con1ul_r {
        width: 100%;
    }
    .con1ul_r p {
        color: var(--main-color-white);
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
    }
    .con1ul_r span {
        color: #ffffffb3;
        font-size: 14px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .con1_b {
        padding: 15px;
        background-color: #666666;
        color: var(--main-color-white);
        font-size: 14px;
        line-height: 30px;
        text-align: center;
    }
    .ml_banner .swiper-slide {
        position: relative;
    }
    .inbanner {
        width: 100%;
        height: 200px;
        background-image: url(../images/inbanner.png);
        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;
        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%;
        object-fit: cover;
    }
    .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-333);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 50px;
    }
    .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: 99999;
    }
    .ml_pcheader {
        display: none;
    }
}