* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "com_font";
}

@font-face {
    font-family: 'com_font';
    src: url(../fonts/temRegular.otf);
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

:root {
    --main-color: #3b7f38;
    --main-color-white: #ffffff;
    --main-color-fontColor: #666666;
    --main-color-p_color: #333333;
    --main-color-span_color: #888888;
    --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) {
    .tr_add {
        background-color: var(--main-color-white) !important;
    }
    .tr_add .pcnav>li>a {
        color: var(--main-color-p_color) !important;
    }
    .pchead {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        transition: var(--main-transition);
        z-index: 999;
        height: 95px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        background: rgba(255, 255, 255, .1);
    }
    .pchead:hover {
        background-color: var(--main-color-white) !important;
    }
    .pchead:hover .pcnav>li>a {
        color: var(--main-color-p_color) !important;
    }
    .pcheader {
        margin: 0 auto;
        display: flex;
        height: 95px;
        align-items: center;
        justify-content: space-between;
    }
    .pcnav {
        display: flex;
        align-items: center;
    }
    .pcheader_left {
        padding-left: 100px;
        width: 30%;
    }
    .pcheader_left .pclogo img {
        height: 60px;
    }
    .pcheader_right {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .language {
        height: 95px;
        background-color: var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        cursor: pointer;
    }
    .language i {
        color: var(--main-color-white);
        font-size: 20px;
        display: block;
        margin-right: 15px;
    }
    .language span {
        display: block;
        color: var(--main-color-white);
        font-size: 20px;
    }
    .pcnav {
        display: flex;
        align-items: center;
    }
    .pcnav>li>a {
        display: block;
        position: relative;
        padding: 0 20px;
        font-size: 20px;
        color: var(--main-color-white);
        transition: var(--main-color);
        height: 95px;
        line-height: 95px;
    }
    .pcnav li {
        position: relative;
    }
    .pcnav>li:hover .pcdrop {
        opacity: 1;
        visibility: visible;
    }
    .pcnav>li:hover a::after {
        width: 80%;
    }
    .pcdrop {
        padding: 30px 5%;
        background-color: #f2f1f1;
        position: fixed;
        top: 95px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        z-index: -11;
        width: 100%;
        transition: all ease .5s;
    }
    .drop_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .drop_box_left {
        width: 75%;
    }
    .drop_box_right {
        width: 25%;
    }
    .drop_box_right a img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }
    .drop_box_left ul {
        display: flex;
        justify-content: space-between;
    }
    .drop_box_left ul li {
        width: 32%;
    }
    .drop_box_left ul li p {
        cursor: pointer;
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .drop_box_left ul li a {
        color: var(--main-color-p_color);
        font-size: 17px;
        word-break: break-all;
        display: block;
        margin-bottom: 5px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        transition: var(--main-transition);
    }
    .drop_box_left ul li a:hover {
        color: var(--main-color);
        padding-left: 5px;
    }
    .pcdrop strong {
        display: block;
        font-size: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
    .drop_box_right .navmore {
        display: block;
        padding: 10px 50px;
        color: var(--main-color-p_color);
    }
    .drop_box_right .navmore:hover {
        color: var(--main-color);
    }
    .pcnav li a:hover::after {
        width: 80%;
    }
    .pcnav>li>a::after {
        position: absolute;
        width: 0%;
        transition: var(--main-transition);
        height: 3px;
        content: '';
        background-color: var(--main-color);
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .ml_banner {
        width: 100%;
        z-index: 998;
    }
    .ml_banner:hover .bannerbtnleft {
        left: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner:hover .bannerbtnright {
        right: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }
    .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;
    }
    .language {
        position: relative;
    }
    .language_box {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .active_lang {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }
    .languagetab a {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: var(--main-color-white);
        font-size: 15px;
        color: var(--main-color);
        transition: var(--main-transition);
    }
    .languagetab a:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .languagetab {
        position: absolute;
        top: 95%;
        left: 0;
        width: 100%;
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .con1 {
        padding: 50px 1%;
    }
    .con1con {
        width: 100%;
    }
    .mySwiper img {
        width: 100%;
        height: 550px;
        object-fit: cover;
    }
    .mySwiper .swiper-slide {
        position: relative;
    }
    .con1pos {
        position: absolute;
        cursor: pointer;
        transition: var(--main-transition);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .5);
        color: var(--main-color-white);
    }
    .con1pos:hover {
        background: rgba(0, 0, 0, .8) !important;
    }
    .con1btn {
        width: 60px !important;
        height: 60px !important;
        border-radius: 50% !important;
        background-image: none !important;
        background-color: var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        color: var(--main-color-white);
    }
    .mySwiper .swiper-pagination {
        display: none;
    }
    .con2 {
        width: 100%;
        padding: 50px 6%;
        background-image: url(../images/bg1.webp);
        background-repeat: no-repeat;
        background-position: top;
    }
    .con2contop {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .con2contopleft {
        width: 48%;
    }
    .con2contopleft img {
        width: 100%;
        height: 600px;
        object-fit: cover;
    }
    .con2contopright {
        width: 48%;
    }
    .con2contopright h1 {
        position: relative;
        font-weight: bold;
        font-size: 40px;
        color: var(--main-color-p_color);
        margin-bottom: 50px;
    }
    .con2contopright h1::after {
        content: '';
        position: absolute;
        width: 75px;
        left: 0;
        bottom: -15px;
        height: 3px;
        background-color: var(--main-color);
    }
    .con2contopright p {
        font-size: 18px;
        color: var(--main-color-fontColor);
        line-height: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        margin-bottom: 50px;
    }
    .con2contopright a {
        display: block;
        font-size: 18px;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 5px;
        width: 180px;
        height: 45px;
        line-height: 45px;
        text-align: center;
    }
    .con2conbottom {
        margin-top: 40px;
    }
    .con2conbottom ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2conbottom ul li {
        flex: 1;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .con2conbottom ul p {
        font-size: 16px;
        color: var(--main-color-span_color);
    }
    .con2conbottom .mun_top {
        display: flex;
    }
    .con2conbottom h2 {
        font-size: 45px;
        color: var(--main-color);
    }
    .con2conbottom span {
        color: var(--main-color);
        font-size: 45px;
    }
    .con3 {
        padding: 120px 1%;
        background-image: url(../images/bg2.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        position: relative;
    }
    .p_img {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .con3_title {
        display: block;
        color: var(--main-color-white);
        font-size: 55px;
        text-align: center;
        font-weight: bold;
        position: relative;
        margin-bottom: 65px;
    }
    .con3_title::after {
        content: '';
        position: absolute;
        width: 75px;
        height: 3px;
        background-color: var(--main-color-white);
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
    #mySwiper1 img {
        height: 440px;
        transition: var(--main-transition);
        width: 90%;
        display: block;
        cursor: pointer;
        margin: 0 auto;
        object-fit: cover;
        border-radius: 15px;
    }
    #mySwiper1 img:hover {
        transform: rotateY(180deg);
    }
    #mySwiper1 p {
        font-size: 20px;
        display: block;
        text-align: center;
        padding: 20px 0;
        color: var(--main-color-white);
    }
    .more2 {
        display: block;
        font-size: 18px;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 5px;
        width: 180px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .con4 {
        padding: 80px 7%;
    }
    .con4con {
        width: 100%;
    }
    .con_title {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-bottom: 75px;
    }
    .con_title h1 {
        font-size: 55px;
        margin-right: 10px;
        font-weight: bold;
    }
    .var {
        color: var(--main-color);
    }
    .con_title::after {
        content: '';
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--main-color);
        width: 75px;
        height: 3px;
        position: absolute;
    }
    .con4pos {
        position: absolute;
        padding: 20px;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .con4pos strong {
        display: block;
        font-size: 30px;
        color: var(--main-color);
        font-weight: bold;
        margin-bottom: 15px;
        font-family: auto;
    }
    .con4pos .more3 {
        display: block;
        width: 110px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        font-size: 15px;
    }
    .con4con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4con ul li img {
        width: 100%;
        height: 570px;
        object-fit: cover;
    }
    .con4con ul li {
        position: relative;
        width: 49%;
        margin-bottom: 35px;
    }
    .wid_li {
        width: 66% !important;
    }
    .wid_li img {
        height: 700px !important;
        object-fit: cover;
    }
    .sli_li img {
        height: 700px !important;
        object-fit: cover;
    }
    .sli_li {
        width: 32% !important;
    }
    .con5 {
        width: 100%;
        background-color: #ececec;
    }
    .con5>img {
        width: 100%;
    }
    .con5con {
        padding: 50px 7%;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 40px;
    }
    .con5con ul li {
        width: 32%;
        padding: 20px;
        box-shadow: var(--main-shadow);
        background-color: var(--main-color-white);
        transition: var(--main-transition);
    }
    .con5con ul li img {
        transition: var(--main-transition);
        width: 100%;
        height: 360px;
        object-fit: cover;
    }
    .con5con ul li .title_a {
        display: block;
        margin: 15px 0;
        transition: var(--main-transition);
        font-size: 19px;
        color: var(--main-color-p_color);
        font-weight: bold;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .im_box {
        display: block;
        overflow: hidden;
    }
    .con5con ul li span {
        color: var(--main-color-fontColor);
        font-size: 16px;
        margin-bottom: 15px;
        display: block;
    }
    .con5con ul li p {
        margin-bottom: 15px;
        font-size: 14px;
        color: var(--main-color-span_color);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .go_detail i {
        color: var(--main-color-span_color);
        font-size: 20px;
    }
    .con5con ul li:hover {
        transform: translateY(-10px);
    }
    .con5con ul li:hover i {
        color: var(--main-color);
    }
    .con5con ul li:hover img {
        transform: scale(1.1);
    }
    .con5con ul li:hover .title_a {
        color: var(--main-color);
    }
    .con6 {
        width: 100%;
        padding: 50px 7%;
        background-color: #ececed;
    }
    .con6con ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .con6con ul li {
        width: calc((100% - 100px) / 6);
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 10px;
        background-color: var(--main-color-white);
    }
    .con6con ul li:nth-child(6n) {
        margin-right: 0;
    }
    .con6con ul li img {
        width: 100%;
        height: 65px;
        object-fit: contain;
    }
    .con6con .more2 {
        margin-top: 40px;
    }
    .con7 {
        padding: 100px 7%;
        background-image: url(../images/bg3.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .con7con strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-size: 55px;
        margin-bottom: 30px;
    }
    .dorm {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .dorm input {
        width: 48%;
        height: 40px;
        border-radius: 4px;
        border: 1px solid var(--main-color-white);
        background-color: transparent;
        outline: none;
        padding-left: 15px;
        color: var(--main-color-white);
        margin-bottom: 25px;
    }
    .dorm input::-webkit-input-placeholder {
        color: var(--main-color-white);
        font-size: 20px;
    }
    .dorm textarea {
        width: 100%;
        height: 100px;
        border-radius: 4px;
        border: 1px solid var(--main-color-white);
        background-color: transparent;
        outline: none;
        padding-left: 15px;
        color: var(--main-color-white);
        margin-bottom: 25px;
        padding-top: 15px;
    }
    .dorm textarea::-webkit-input-placeholder {
        color: var(--main-color-white);
        font-size: 20px;
    }
    .subbtn {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    .foot {
        padding: 80px 7%;
        background-color: var(--main-color);
    }
    .footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer1 {
        width: 25%;
        padding-right: 50px;
        border-right: 1px solid #629960;
    }
    .footer1 a img {
        display: block;
        margin-bottom: 25px;
        height: 50px;
    }
    .footer1 ul li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .footer1 ul li i {
        color: var(--main-color-white);
        font-size: 20px !important;
        width: 20px !important;
        display: block;
        height: 20px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
    .footer1 ul li span {
        display: block;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .divlink {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    .linkitem {
        width: 30px;
        height: 30px;
        margin-right: 15px;
        background-color: var(--main-color-white);
        display: flex;
        align-items: center;
        color: var(--main-color);
        justify-content: center;
    }
    .footer2 {
        border-right: 1px solid #629960;
        flex: 1;
        padding: 0 50px;
    }
    .footer2 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footer2 ul li {
        flex: 1;
    }
    .footer2 ul li strong {
        display: block;
        text-align: center;
        font-size: 16px;
        color: var(--main-color-white);
        margin-bottom: 30px;
    }
    .footer2 ul li a {
        font-size: 14px;
        color: var(--main-color-white);
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    .copy {
        padding: 15px;
        border-top: 1px solid #629960;
        background-color: var(--main-color);
    }
    .copycon {
        max-width: 1200px;
        font-size: 14px;
        color: var(--main-color-white);
        margin: 0 auto;
        text-align: center;
    }
    .copycon a {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .inbanner {
        width: 100%;
        height: 380px;
        background-image: url(../images/inbanner.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        font-size: 50px;
        color: var(--main-color-white);
    }
    .inner {
        width: 100%;
        padding: 25px 7%;
    }
    .inner_title {
        padding-bottom: 25px;
        font-size: 40px;
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
        margin-bottom: 40px;
    }
    .solutionitem {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }
    .solutionitemleft {
        width: 48%;
    }
    .solutionitemright {
        width: 48%;
    }
    .solutionitemright p {
        font-size: 35px;
        margin-bottom: 20px;
        color: var(--main-color-p_color);
    }
    .solutionitemright span {
        font-size: 20px;
        line-height: 30px;
        color: var(--main-color-fontColor);
    }
    .solutionitemleft img {
        width: 100%;
    }
    .inside {
        width: 100%;
        padding: 20px 15px;
    }
    .inside p {
        font-size: 20px;
        color: var(--main-color-p_color);
    }
}

@media only screen and (max-width: 996px) {
    .inside {
        width: 100%;
        padding: 0 15px;
    }
    .inside p {
        font-size: 20px;
        color: var(--main-color-p_color);
    }
    .inner {
        width: 100%;
        padding: 30px 15px;
    }
    .inner_title {
        padding-bottom: 15px;
        font-size: 20px;
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
        margin-bottom: 20px;
    }
    .solutionitem {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }
    .solutionitemleft {
        width: 100%;
    }
    .solutionitemright {
        width: 100%;
        margin-top: 20px;
    }
    .solutionitemright p {
        font-size: 35px;
        margin-bottom: 20px;
        color: var(--main-color-p_color);
    }
    .solutionitemright span {
        font-size: 20px;
        line-height: 30px;
        color: var(--main-color-fontColor);
    }
    .solutionitemleft img {
        width: 100%;
    }
    .inbanner {
        width: 100%;
        margin-top: 60px;
        height: 200px;
        background-image: url(../images/inbanner.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        font-size: 30px;
        color: var(--main-color-white);
    }
    .foot {
        padding: 30px 15px;
        background-color: var(--main-color);
    }
    .footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer1 {
        width: 100%;
    }
    .footer1 a img {
        display: block;
        margin-bottom: 25px;
        height: 50px;
    }
    .footer1 ul li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .footer1 ul li i {
        color: var(--main-color-white);
        font-size: 20px !important;
        width: 20px !important;
        display: block;
        height: 20px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
    .footer1 ul li span {
        display: block;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .divlink {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    .linkitem {
        width: 30px;
        height: 30px;
        margin-right: 15px;
        background-color: var(--main-color-white);
        display: flex;
        align-items: center;
        color: var(--main-color);
        justify-content: center;
    }
    .footer2 {
        border-right: 1px solid #629960;
        width: 100%;
        margin-top: 40px;
    }
    .footer2 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footer2 ul li {
        width: 100%;
    }
    .footer2 ul li strong {
        display: block;
        font-size: 16px;
        color: var(--main-color-white);
        margin-bottom: 15px;
    }
    .footer2 ul li a {
        font-size: 14px;
        color: var(--main-color-white);
        display: block;
        margin-bottom: 10px;
        text-align: center;
        display: none;
    }
    .copy {
        padding: 15px;
        border-top: 1px solid #629960;
        background-color: var(--main-color);
        margin-bottom: 60px;
    }
    .copycon {
        max-width: 1200px;
        font-size: 14px;
        color: var(--main-color-white);
        margin: 0 auto;
        text-align: center;
    }
    .copycon a {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .con7 {
        padding: 30px 15px;
        background-image: url(../images/bg3.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .con7con strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-size: 40px;
        margin-bottom: 30px;
    }
    .dorm {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .dorm input {
        width: 100%;
        height: 40px;
        border-radius: 4px;
        border: 1px solid var(--main-color-white);
        background-color: transparent;
        outline: none;
        padding-left: 15px;
        color: var(--main-color-white);
        margin-bottom: 25px;
    }
    .dorm input::-webkit-input-placeholder {
        color: var(--main-color-white);
        font-size: 20px;
    }
    .dorm textarea {
        width: 100%;
        height: 100px;
        border-radius: 4px;
        border: 1px solid var(--main-color-white);
        background-color: transparent;
        outline: none;
        padding-left: 15px;
        color: var(--main-color-white);
        margin-bottom: 25px;
        padding-top: 15px;
    }
    .dorm textarea::-webkit-input-placeholder {
        color: var(--main-color-white);
        font-size: 20px;
    }
    .subbtn {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    .con6 {
        width: 100%;
        padding: 30px 15px;
        background-color: #ececed;
    }
    .con6con ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .con6con ul li {
        width: 49%;
        margin-bottom: 20px;
        padding: 10px;
        background-color: var(--main-color-white);
    }
    .con6con ul li img {
        width: 100%;
        height: 65px;
        object-fit: contain;
    }
    .con5 {
        width: 100%;
        background-color: #ececec;
    }
    .con5>img {
        width: 100%;
    }
    .con5con {
        padding: 30px 15px;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 40px;
    }
    .con5con ul li {
        width: 100%;
        padding: 20px;
        box-shadow: var(--main-shadow);
        background-color: var(--main-color-white);
        transition: var(--main-transition);
        margin-bottom: 30px;
    }
    .con5con ul li img {
        transition: var(--main-transition);
        width: 100%;
    }
    .con5con ul li .title_a {
        display: block;
        margin: 15px 0;
        transition: var(--main-transition);
        font-size: 16px;
        color: var(--main-color-p_color);
        font-weight: bold;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .im_box {
        display: block;
        overflow: hidden;
    }
    .con5con ul li span {
        color: var(--main-color-fontColor);
        font-size: 15px;
        margin-bottom: 15px;
        display: block;
    }
    .con5con ul li p {
        margin-bottom: 15px;
        font-size: 14px;
        color: var(--main-color-span_color);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .go_detail i {
        color: var(--main-color-p_color);
        font-size: 14px;
        color: var(--main-color-span_color);
    }
    .con5con ul li:hover {
        transform: translateY(-10px);
    }
    .con5con ul li:hover img {
        transform: scale(1.1);
    }
    .con5con ul li:hover .title_a {
        color: var(--main-color);
    }
    .con4 {
        padding: 30px 15px;
    }
    .con4con {
        width: 100%;
    }
    .con_title {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-bottom: 45px;
    }
    .con_title h1 {
        font-size: 30px;
        margin-right: 10px;
        font-weight: bold;
    }
    .var {
        color: var(--main-color);
    }
    .con_title::after {
        content: '';
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--main-color);
        width: 75px;
        height: 3px;
        position: absolute;
    }
    .con4pos {
        position: absolute;
        padding: 20px;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .con4pos strong {
        display: block;
        font-size: 30px;
        color: var(--main-color);
        font-weight: bold;
        margin-bottom: 15px;
    }
    .con4pos .more3 {
        display: block;
        width: 110px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        font-size: 15px;
    }
    .con4con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4con ul li img {
        width: 100%;
    }
    .con4con ul li {
        position: relative;
        width: 100%;
        margin-bottom: 35px;
    }
    .more2 {
        display: block;
        font-size: 18px;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 5px;
        width: 180px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .p_img {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .con3 {
        padding: 30px 15px;
        position: relative;
        background-image: url(../images/bg2.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .con3_title {
        display: block;
        color: var(--main-color-white);
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        position: relative;
        margin-bottom: 45px;
    }
    .con3_title::after {
        content: '';
        position: absolute;
        width: 75px;
        height: 3px;
        background-color: var(--main-color-white);
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
    #mySwiper1 img {
        height: 220px;
        transition: var(--main-transition);
        width: 90%;
        display: block;
        cursor: pointer;
        margin: 0 auto;
        border-radius: 15px;
        object-fit: cover;
    }
    #mySwiper1 img:hover {
        transform: rotateY(180deg);
    }
    #mySwiper1 p {
        font-size: 20px;
        display: block;
        text-align: center;
        padding: 20px 0;
        color: var(--main-color-white);
    }
    .con2 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/bg1.webp);
        background-repeat: no-repeat;
        background-position: top;
    }
    .con2contop {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .con2contopleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .con2contopleft img {
        width: 100%;
    }
    .con2contopright {
        width: 100%;
    }
    .con2contopright h1 {
        position: relative;
        font-weight: bold;
        font-size: 30px;
        color: var(--main-color-p_color);
        margin-bottom: 30px;
    }
    .con2contopright h1::after {
        content: '';
        position: absolute;
        width: 75px;
        left: 0;
        bottom: -15px;
        height: 3px;
        background-color: var(--main-color);
    }
    .con2contopright p {
        font-size: 18px;
        color: var(--main-color-fontColor);
        line-height: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        margin-bottom: 20px;
    }
    .con2contopright a {
        display: block;
        font-size: 18px;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 5px;
        width: 180px;
        height: 45px;
        line-height: 45px;
        text-align: center;
    }
    .con2conbottom {
        margin-top: 40px;
    }
    .con2conbottom ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2conbottom ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .con2conbottom ul p {
        font-size: 14px;
        color: var(--main-color-span_color);
    }
    .con2conbottom .mun_top {
        display: flex;
    }
    .con2conbottom h2 {
        font-size: 25px;
        color: var(--main-color);
    }
    .con2conbottom span {
        color: var(--main-color);
        font-size: 20px;
    }
    .con1 {
        padding: 30px 15px;
    }
    .con1con {
        width: 100%;
    }
    .mySwiper {
        padding-bottom: 40px !important;
    }
    .mySwiper .swiper-pagination-bullet-active {
        background-color: var(--main-color);
    }
    .mySwiper img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
    .mySwiper .swiper-slide {
        position: relative;
    }
    .mySwiper .swiper-slide:hover .con1pos {
        opacity: 1;
        visibility: visible;
    }
    .con1pos {
        position: absolute;
        cursor: pointer;
        transition: var(--main-transition);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .6);
        color: var(--main-color-white);
    }
    .con1pos h1 {
        font-size: 16px;
    }
    .con1btn {
        display: none !important;
        width: 60px !important;
        height: 60px !important;
        border-radius: 50% !important;
        background-image: none !important;
        background-color: var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        color: var(--main-color-white);
    }
    .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-fontColor);
        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-fontColor);
        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-fontColor);
        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-fontColor);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        width: 120px;
    }
    .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;
    }
    .pchead {
        display: none;
    }
    .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;
    }
}