* {
    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: #6cab2e;
    --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:1140px) and (max-width:1400px) {
    .pcnav>li>a {
        font-size: 14px !important;
        padding: 0 1vw !important;
    }
}

@media screen and (min-width:997px) and (max-width:1140px) {
    .pcnav>li>a {
        font-size: 13px !important;
        padding: 0 .3vw !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: 200px;
        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: rgba(0, 0, 0, .7);
    }
    .pcheader {
        margin: 0 auto;
        transition: var(--main-transition);
        display: flex;
        align-items: center;
        max-width: 1530px;
        padding: 0 65px;
        justify-content: space-between;
        height: 90px;
    }
    .pclogo img {
        height: 50px;
    }
    .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: 16px;
        transition: var(--main-transition);
        color: var(--main-color-white);
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 120%;
        left: 0;
        width: 200px;
        background: rgba(0, 0, 0, .7);
        opacity: 0;
        visibility: hidden;
        box-shadow: var(--main-shadow);
        transition: var(--main-transition);
    }
    .pc_sec_item a {
        color: var(--main-color-white);
        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: rgba(0, 0, 0, .7);
        position: absolute;
        box-shadow: var(--main-shadow);
        left: 100%;
        top: 20%;
        z-index: 998;
        width: 150px;
        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;
    }
    .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: 1530px;
        padding: 15px 65px;
        margin: 0 auto;
        padding-bottom: 50px;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .inbanner {
        width: 100%;
        margin-top: 0px;
        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);
        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;
    }
    .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;
    }
    .con1 {
        padding: 80px 0;
        width: 100%;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con1con {
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .con1left {
        width: 48%;
    }
    .con1left strong {
        position: relative;
        font-size: 40px;
        color: var(--main-color);
        font-weight: normal;
        margin-bottom: 40px;
        display: block;
    }
    .con1left strong::after {
        content: '';
        width: 65px;
        height: 4px;
        background-color: var(--main-color);
        left: 0;
        bottom: -15px;
        position: absolute;
    }
    .con1left p {
        font-size: 15px;
        line-height: 30px;
        color: var(--main-color-666);
        margin-bottom: 25px;
    }
    .con1left a {
        display: block;
        width: 115px;
        text-align: center;
        line-height: 35px;
        height: 35px;
        background-color: var(--main-color);
        font-size: 14px;
        color: var(--main-color-white);
        border-radius: 50px;
    }
    .con1right {
        width: 48%;
    }
    .con1right img {
        width: 100%;
    }
    .con2 {
        padding: 80px 0;
        background-image: url(../images/bg2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con2con {
        width: 500px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        position: relative;
        justify-content: center;
        padding: 40px;
    }
    .con2con i {
        color: var(--main-color-white);
        font-size: 80px;
        cursor: pointer;
    }
    .con2con p {
        font-size: 25px;
        margin-top: 10px;
        color: var(--main-color-white);
    }
    .con2con::after {
        border-left: 5px solid #6cab2e;
        border-top: 5px solid #6cab2e;
        top: 0;
        left: 0;
        content: '';
        position: absolute;
        display: block;
        width: 32px;
        height: 32px;
    }
    .con2con::before {
        border-bottom: 5px solid #6cab2e;
        border-right: 5px solid #6cab2e;
        right: 0;
        bottom: 0;
        content: '';
        position: absolute;
        display: block;
        width: 32px;
        height: 32px;
    }
    .con3 {
        padding: 80px 0;
    }
    .con3con {
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con_title {
        text-align: center;
        color: var(--main-color);
        font-size: 35px;
        margin-bottom: 30px;
    }
    .con3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con3con ul li {
        width: calc((100% - 90px) / 4);
        margin-right: 30px;
        margin-bottom: 30px;
        cursor: pointer;
        padding: 10px;
        background-color: #efefef;
    }
    .con3con ul li:hover img {
        transform: scale(1.1);
    }
    .con3con ul li img {
        width: 100%;
        max-height: 250px;
        object-fit: contain;
        transition: var(--main-transition);
    }
    .con3con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .con3img {
        overflow: hidden;
    }
    .con3con ul li p {
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color);
        margin: 10px 0;
        font-size: 20px;
        text-align: center;
    }
    .con3con ul li span {
        color: var(--main-color-666);
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-align: center;
    }
    .more {
        width: 150px;
        height: 40px;
        line-height: 40px;
        display: block;
        color: var(--main-color-white);
        background-color: var(--main-color);
        margin: 0 auto;
        border-radius: 40px;
        text-align: center;
        font-size: 14px;
        margin-top: 30px;
    }
    .con4 {
        padding: 80px 0;
        width: 100%;
        background-image: url(../images/bg3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con4con {
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .comment {
        width: 100%;
        padding-bottom: 40px !important;
    }
    .slide_top {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }
    .slide_top img {
        width: 64px;
        height: 64px;
        margin-right: 20px;
    }
    .slide_r p {
        color: var(--main-color);
        margin-bottom: 10px;
    }
    .slide_r span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .slide_bot {
        padding: 20px;
        background-color: var(--main-color-white);
        position: relative;
    }
    .slide_bot p {
        font-size: 16px;
        color: #000;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .slide_bot::after {
        content: '';
        display: block;
        position: absolute;
        top: -12px;
        left: 20px;
        width: 0;
        height: 0;
        border-width: 0 12px 12px 12px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }
    .conment_page .swiper-pagination-bullet {
        width: 30px;
        height: 2px;
        background-color: var(--main-color);
    }
    .con5 {
        padding: 80px 0;
        width: 100%;
    }
    .con5con {
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con5box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con5left {
        cursor: pointer;
        width: 42%;
    }
    .con5box {
        overflow: hidden;
    }
    .con5box img {
        width: 100%;
        max-height: 350px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con_left_txt {
        padding: 15px;
        background-color: #f8f8f8;
    }
    .con_left_txt p {
        font-size: 18px;
        color: var(--main-color-333);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .con_left_txt span {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color-666);
        font-size: 14px;
        margin-bottom: 10px;
    }
    .con5left:hover img {
        transform: scale(1.1);
    }
    .con5left:hover .con_left_txt p {
        color: var(--main-color);
    }
    .l_b {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .l_b i {
        color: var(--main-color);
        font-size: 20px;
        margin-right: 5px;
    }
    .l_b span {
        color: #000;
        margin-bottom: 0 !important;
    }
    .l_b a {
        font-size: 14px;
        width: 95px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 40px;
    }
    .con5right {
        width: 56%;
    }
    .con_r_item {
        cursor: pointer;
        display: flex;
        margin-bottom: 20px;
        justify-content: space-between;
    }
    .con_r_item:hover img {
        transform: scale(1.1);
    }
    .con_r_item:hover .con_r_itemleft p {
        color: var(--main-color);
    }
    .con_r_itemleft {
        width: 60%;
        padding: 15px;
        background-color: #f8f8f8;
    }
    .con_r_itemleft p {
        font-size: 18px;
        color: var(--main-color-333);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .con_r_itemleft span {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: var(--main-color-666);
        font-size: 14px;
        margin-bottom: 10px;
    }
    .con_r_itemleft em {
        font-style: normal;
    }
    .con_r_itemleft em i {
        color: var(--main-color);
        font-size: 20px;
        margin-right: 5px;
    }
    .con_r_itemleft em {
        color: #000;
        margin-bottom: 0 !important;
        font-size: 14px;
    }
    .con_r_itemleft a {
        font-size: 14px;
        width: 95px;
        height: 30px;
        line-height: 30px;
        display: block;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 40px;
        margin-top: 20px
    }
    .con_r_itemright {
        width: 40%;
        overflow: hidden;
    }
    .con_r_itemright img {
        width: 100%;
        height: 240px;
        transition: var(--main-transition);
        object-fit: cover;
    }
    .foot {
        padding: 30px 0;
        background-color: #6cab2e;
        position: relative;
        z-index: 99990;
    }
    .footer {
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .footer-wave-inner_1 {
        animation: move-forever 6s linear infinite 0s;
    }
    .footer-wave-inner {
        position: absolute;
        background-color: #6cab2e;
        height: 100%;
        width: 100%;
        top: 0;
        z-index: -1;
        left: 0;
    }
    .footer-wave-inner_2 {
        animation: move-forever 6s linear infinite -2s;
    }
    .footer-wave-inner_3 {
        animation: move-forever 6s linear infinite -4s;
    }
    @keyframes move-forever {
        20% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        40% {
            -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
        }
        60% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        80% {
            -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
        }
        100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }
    .footer2_1 {
        display: flex;
        padding: 20px 15px;
        align-items: center;
        justify-content: center;
    }
    .footer2_1 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;
    }
    .aboutus2 {
        padding: 50px 0;
    }
    .aboutus2con {
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
        background-color: #f8f8f8;
        padding: 20px;
    }
    .aboutus2con img {
        max-width: 100%;
    }
    .aboutus2con p {
        font-size: 15px;
        color: var(--main-color-666);
        line-height: 30px;
    }
    .aboutus4 {
        padding: 50px 0;
    }
    .aboutus4con {
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .honor {
        width: 100%;
        padding-bottom: 40px !important;
    }
    .honor .swiper-slide {
        padding: 15px;
        background-color: #efefef;
    }
    .honor img {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }
    .honorpage .swiper-pagination-bullet {
        width: 30px;
        border-radius: 0 !important;
        height: 3px;
        background-color: var(--main-color);
    }
    .aboutus6 {
        padding: 50px 30px;
        background-color: #f8f8f8;
    }
    .aboutus6con {
        max-width: 1530px;
        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;
        background-color: #f8f8f8;
    }
    .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;
    }
    .aboutus4 {
        padding: 30px 15px;
    }
    .aboutus4con {
        margin: 0 auto;
    }
    .honor {
        width: 100%;
        padding-bottom: 40px !important;
    }
    .honor .swiper-slide {
        padding: 15px;
        background-color: #efefef;
    }
    .honor img {
        width: 100%;
        max-height: 300px;
        object-fit: contain;
    }
    .honorpage .swiper-pagination-bullet {
        width: 30px;
        border-radius: 0 !important;
        height: 3px;
        background-color: var(--main-color);
    }
    .aboutus2 {
        padding: 30px 15px;
    }
    .aboutus2con {
        background-color: #f8f8f8;
        padding: 15px;
    }
    .aboutus2con img {
        max-width: 100%;
    }
    .aboutus2con p {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 25px;
    }
    .foot {
        padding: 30px 15px;
        background-color: #6cab2e;
        position: relative;
        z-index: 99990;
    }
    .footer {
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .footer-wave-inner_1 {
        animation: move-forever 6s linear infinite 0s;
    }
    .footer-wave-inner {
        position: absolute;
        background-color: rgba(255, 104, 0, 0.3);
        height: 100%;
        width: 100%;
        top: 0;
        z-index: -1;
        left: 0;
    }
    .footer-wave-inner_2 {
        animation: move-forever 6s linear infinite -2s;
    }
    .footer-wave-inner_3 {
        animation: move-forever 6s linear infinite -4s;
    }
    @keyframes move-forever {
        20% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        40% {
            -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
        }
        60% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        80% {
            -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
        }
        100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }
    .footer2_1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer2_1 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;
    }
    .con5box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con5left {
        cursor: pointer;
        width: 100%;
    }
    .con5box {
        overflow: hidden;
    }
    .con5box img {
        width: 100%;
        transition: var(--main-transition);
    }
    .con_left_txt {
        padding: 15px;
        background-color: #f8f8f8;
    }
    .con_left_txt p {
        font-size: 16px;
        color: var(--main-color-333);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .con_left_txt span {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color-666);
        font-size: 14px;
        margin-bottom: 10px;
    }
    .con5left:hover img {
        transform: scale(1.1);
    }
    .con5left:hover .con_left_txt p {
        color: var(--main-color);
    }
    .l_b {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .l_b i {
        color: var(--main-color);
        font-size: 15px;
        margin-right: 5px;
    }
    .l_b span {
        color: #000;
        margin-bottom: 0 !important;
    }
    .l_b a {
        font-size: 14px;
        width: 95px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 40px;
    }
    .con5right {
        width: 100%;
        margin-top: 20px;
    }
    .con_r_item {
        cursor: pointer;
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 20px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con_r_item:hover img {
        transform: scale(1.1);
    }
    .con_r_item:hover .con_r_itemleft p {
        color: var(--main-color);
    }
    .con_r_itemleft {
        width: 100%;
        padding: 15px;
        background-color: #f8f8f8;
    }
    .con_r_itemleft p {
        font-size: 16px;
        color: var(--main-color-333);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .con_r_itemleft span {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: var(--main-color-666);
        font-size: 14px;
        margin-bottom: 10px;
    }
    .con_r_itemleft em {
        font-style: normal;
    }
    .con_r_itemleft em i {
        color: var(--main-color);
        font-size: 15px;
        margin-right: 5px;
    }
    .con_r_itemleft em {
        color: #000;
        margin-bottom: 0 !important;
        font-size: 14px;
    }
    .con_r_itemleft a {
        font-size: 14px;
        width: 95px;
        height: 30px;
        line-height: 30px;
        display: block;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 40px;
        margin-top: 20px
    }
    .con_r_itemright {
        width: 100%;
        overflow: hidden;
    }
    .con_r_itemright img {
        width: 100%;
        height: 240px;
        transition: var(--main-transition);
        object-fit: cover;
    }
    .con4 {
        padding: 30px 15px;
        width: 100%;
        background-image: url(../images/bg3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con4con {
        margin: 0 auto;
    }
    .comment {
        width: 100%;
        padding-bottom: 40px !important;
    }
    .slide_top {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }
    .slide_top img {
        width: 64px;
        height: 64px;
        margin-right: 20px;
    }
    .slide_r p {
        color: var(--main-color);
        margin-bottom: 10px;
    }
    .slide_r span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .slide_bot {
        padding: 15px;
        background-color: var(--main-color-white);
        position: relative;
    }
    .slide_bot p {
        font-size: 14px;
        color: #000;
        line-height: 25px;
        width: 100%;
    }
    .slide_bot::after {
        content: '';
        display: block;
        position: absolute;
        top: -12px;
        left: 20px;
        width: 0;
        height: 0;
        border-width: 0 12px 12px 12px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }
    .conment_page .swiper-pagination-bullet {
        width: 30px;
        height: 2px;
        background-color: var(--main-color);
    }
    .con3 {
        padding: 30px 15px;
    }
    .con3con {
        margin: 0 auto;
    }
    .con_title {
        text-align: center;
        color: var(--main-color);
        font-size: 25px;
        margin-bottom: 20px;
    }
    .con3con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3con ul li {
        width: 48%;
        margin-bottom: 20px;
        cursor: pointer;
        padding: 10px;
        background-color: #efefef;
    }
    .con3con ul li:hover img {
        transform: scale(1.1);
    }
    .con3con ul li img {
        width: 100%;
        max-height: 150px;
        object-fit: contain;
        transition: var(--main-transition);
    }
    .con3img {
        overflow: hidden;
    }
    .con3con ul li p {
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color);
        margin: 10px 0;
        font-size: 16px;
        text-align: center;
    }
    .con3con ul li span {
        color: var(--main-color-666);
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-align: center;
    }
    .more {
        width: 150px;
        height: 40px;
        line-height: 40px;
        display: block;
        color: var(--main-color-white);
        background-color: var(--main-color);
        margin: 0 auto;
        border-radius: 40px;
        text-align: center;
        font-size: 14px;
        margin-top: 20px;
    }
    .con2con::after {
        border-left: 5px solid #FF6800;
        border-top: 5px solid #FF6800;
        top: 0;
        left: 0;
        content: '';
        position: absolute;
        display: block;
        width: 32px;
        height: 32px;
    }
    .con2con::before {
        border-bottom: 5px solid #FF6800;
        border-right: 5px solid #FF6800;
        right: 0;
        bottom: 0;
        content: '';
        position: absolute;
        display: block;
        width: 32px;
        height: 32px;
    }
    .con2 {
        padding: 30px 15px;
        background-image: url(../images/bg2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con2con {
        width: 95%;
        margin: 0 auto;
        padding: 40px 0;
        display: flex;
        position: relative;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .con2con i {
        color: var(--main-color-white);
        font-size: 40px;
        cursor: pointer;
    }
    .con2con p {
        font-size: 20px;
        margin-top: 10px;
        color: var(--main-color-white);
    }
    .con1 {
        padding: 30px 15px;
        width: 100%;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con1con {
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
    }
    .con1left {
        width: 100%;
        margin-top: 20px;
    }
    .con1left strong {
        position: relative;
        font-size: 22px;
        color: var(--main-color);
        font-weight: normal;
        margin-bottom: 25px;
        display: block;
    }
    .con1left strong::after {
        content: '';
        width: 35px;
        height: 2px;
        background-color: var(--main-color);
        left: 0;
        bottom: -10px;
        position: absolute;
    }
    .con1left p {
        font-size: 14px;
        line-height: 30px;
        color: var(--main-color-666);
        margin-bottom: 25px;
    }
    .con1left a {
        display: block;
        width: 115px;
        text-align: center;
        line-height: 35px;
        height: 35px;
        background-color: var(--main-color);
        font-size: 14px;
        color: var(--main-color-white);
        border-radius: 50px;
    }
    .con1right {
        width: 100%;
    }
    .con1right img {
        width: 100%;
    }
    .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;
    }
    .ml_banner .swiper-slide {
        position: relative;
    }
    .inbanner {
        width: 100%;
        margin-top: 60px;
        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);
        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-white);
        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: #4c4c4c;
        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;
    }
}