@charset "UTF-8";

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #d7d7d7;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--li);
}

body.yx_H_Active {
    padding-top: max(80px, 4vw);
}

/* 内页banner*/
.ban_re {
    position: relative;
    background-color: #fff;
}

.nei_banner {
    position: relative;
    overflow: hidden;
    background: #000;
}

.nei_banner img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.vide_play img {
    opacity: 0;
}

.nei_banner video.company {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    display: none;
    opacity: .7;
}

.vide_play video.company {
    display: block;
}

.nei_banner .nei_txt {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.nei_banner .nei_txt .n_ban_tit {
    color: #fff;
    line-height: 100%;
    font-weight: 700;
    text-align: center;
    font-size: var(--f54);
}

.nei_banner .nei_txt .n_ban_sum {
    font-size: max(16px, 0.938vw);
    color: rgb(255 255 255 / 70%);
}

.nei_banner .nei_txt .play {
    display: flex;
    align-items: center;
    gap: 1vw;
    font-size: max(16px, 0.938vw);
}

.nei_banner .nei_txt .play .left {
    width: max(60px, 4.271vw);
    height: max(60px, 4.271vw);
    border: 2px solid rgb(255 255 255 / 20%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
}

.nei_banner .nei_txt .play .right {
    color: #fff;
    font-weight: 500;
    opacity: .7;
}

.nei_banner .nei_txt .play .left:before {
    content: '';
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: all .5s ease;
}

.vide_play .nei_txt .play .left:before {
    display: none;
}

.nei_banner .nei_txt .play .left:after {
    content: '';
    border: 2px #fff;
    border-style: none solid;
    width: 10px;
    height: max(18px, 1.042vw);
    display: none;
}

.vide_play .nei_txt .play .left:after {
    display: block;
}

.nei_banner .nei_txt .play .left:hover {
    background: var(--li1);
}

.sort_height {
    height: 94px;
}

.company_sort {
    position: static;
    background: #fff;
    width: 100%;
    left: 0;
    top: max(80px, 4vw);
    z-index: 10;
    transition: all .5s linear;
}


.company_sort .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
}

.company_sort a.com_more {
    font-size: var(--f16);
    color: #000;
    line-height: max(50px, 4.896vw);
    font-weight: 300;
    display: inline-block;
    margin-right: 2.5vw;
    position: relative;
}

.company_sort a.com_more:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: var(--li);
    transition: all .5s ease;
}

.company_sort a.com_more.active,
.company_sort a.com_more:hover {
    color: var(--li);
}

.company_sort a.com_more.active:before,
.company_sort a.com_more:hover:before {
    width: 100%;
}

.bread_crumbs i {
    color: var(--li);
}

.bread_crumbs * {
    color: #010101;
    font-weight: 300;
}


/* 产品 */
section.Inside_pro {
    padding: 4% 0;
}

section.Inside_pro .center {
    display: flex;
    flex-wrap: wrap;
}

section.Inside_pro .pro_left {
    width: max(280px, 18.229vw);
    margin-right: auto;
}

section.Inside_pro .pro_right {
    width: calc(97% - max(280px, 18.229vw));
}

.k_yh_side_wrapper {
    border: 1px solid #e5e5e5;
}

.k_yh_side_name {
    font-weight: bold;
    color: #000;
    line-height: 60px;
    background: #f1f3f5;
    padding: 0 1vw;
}

.pro_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro_name {
    color: #000;
    font-weight: 700;
}

ul.product_box {
    display: flex;
    flex-wrap: wrap;
    margin: 1% 0 8%;
    border-top: 1px solid #e5e5e5;
}

ul.product_box li.product_list {
    width: calc(100% / 3);
    border-bottom: 1px solid #e5e5e5;
}

.pro_li_more {
    display: block;
    padding: 7%;
    transition: all .5s ease;
    position: relative;
}

.pro_li_more .Limg_con {
    padding-bottom: 75%;
}

.pro_li_more p.L_summary {
    color: #000;
    font-weight: bold;
    margin: 4% 0;
    min-height: max(46px, 2.813vw);
}

.pro_li_more .sun {
    color: #999;
    font-weight: 300;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    min-height: max(74px, 3.854vw);
}

.pro_li_more span {
    display: block;
    background: #f1f3f5;
    transition: all .5s ease;
    color: var(--li);
    font-weight: 300;
    text-align: center;
    line-height: 312.5%;
    margin-top: 5%;
}

.pro_li_more:hover {
    box-shadow: 0 0 30px rgb(0 2 33 / 15%);
    background-color: #fff;
}

.pro_li_more:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.pro_li_more:hover span {
    background: var(--li);
    color: #fff;
}

.pro_li_more:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 84%;
    width: 1px;
    background: #e5e5e5;
}

.swiper_bottom {
    display: flex;
    align-items: stretch;
}

.swiper_bottom .mySwiper {
    width: 100%;
}

.pDPrev,
.pDNext {
    padding: 0 3%;
    background: #F5F5F5;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    transition: all .6s ease;
    cursor: pointer;
    border-radius: 5px;
    user-select: none;
}

.pDPrev:hover,
.pDNext:hover {
    background-color: #f08300;
}

.pDPrev path,
.pDNext path {
    transition: all .6s ease;
}

.pDPrev:hover path,
.pDNext:hover path {
    fill: #fff;
}

/* 产品分类 */

.k_side_cate_btn {
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    background: var(--li);
    padding: 13px 5px;
    text-align: center;
    display: none;
}

.k_side_cate_btn:before {
    content: 'See more categories +';
}

.k_yh_cate_wrapper {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.k_yh_cate {
    width: 100%;
    text-align: center;
    background: #fff;
}

.k_yh_cate_list {
    width: 100%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 1vw 0;
}

.k_yh_cate_item {
    position: relative;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 100%;
    padding: 0 1vw;
}

.k_yh_cate_item p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.k_yh_cate_item p .icon {
    color: var(--li);
    font-size: var(--f18);
    transform: translateX(100%);
    transition: all .5s ease;
}

.k_yh_cate_item p a {
    position: relative;
    color: #999999;
    display: block;
    transition: 0.3s ease 0s;
    padding: max(5px, 0.573vw) 0;
    text-align: left;
    font-weight: 300;
    width: 70%;
}

.k_yh_cate_item.active a,
.k_yh_cate_item p:hover a {
    color: #000;
}

.k_yh_cate_item.active .icon,
.k_yh_cate_item p:hover .icon {
    transform: translateX(0%);
}

@media screen and (min-width:769px) {
    .k_yh_close {
        display: none;
    }

    .hist_swiper .swiper-slide:nth-of-type(2n) .hist_nei {
        padding-top: max(300px, 17.188vw);
    }

    .hist_swiper .swiper-slide:nth-of-type(2n) .hist_nei:before {
        top: auto;
        bottom: 0;
    }

    .ab_eight ul:before {
        content: '';
        position: absolute;
        width: 100%;
        border-top: 1px dashed #cecfcf;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
    }

    .ab_eight ul li {
        width: 13%;
        position: relative;
        cursor: pointer;
        min-width: 195px;
    }

    .ab_eight ul li:before {
        content: '';
        width: 100%;
        padding-bottom: 100%;
        display: block;
        border-radius: 50%;
        background: #f7f8fb;
    }

    .ab_eight ul li:after {
        content: '';
        width: 90%;
        height: 90%;
        display: block;
        border-radius: 50%;
        position: absolute;
        border: 1px dashed #47484b;
        opacity: .1;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all .5s ease;
    }

    .ab_eight ul li h3 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        color: #000000;
        font-size: var(--f18);
    }

    .ab_eight ul li p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.1);
        text-align: center;
        width: 125%;
        height: 125%;
        border-radius: 50%;
        color: #fff;
        background: var(--li);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 300;
        line-height: 150%;
        padding: 10%;
        opacity: 0;
        transition: all .5s ease;
    }

    .ab_eight ul li:hover p {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    .ab_eight ul li:hover::after {
        width: 115%;
        height: 115%;
        border-color: #fff;
        opacity: .3;
        animation: rotate360 normal infinite 20s linear;
    }

    .ab_eight ul li.ts b {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: var(--f24);
        text-transform: uppercase;
        font-weight: 700;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 150%;
        height: 150%;
        border-radius: 50%;
        color: #fff;
        background: var(--li);
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 133%;
        padding: 10%;
        transition: all .5s ease;
    }

    .ab_eight ul li.ts::after {
        width: 140%;
        height: 140%;
        opacity: 1;
        border-color: #fff;
        opacity: .3;
        animation: rotate360 normal infinite 20s linear;
    }

}


@media screen and (max-width: 768px) {
    .k_side_cate_btn {
        display: block;
    }

    .k_yh_side_name {
        display: none;
    }

    section.Inside_pro .pro_left {
        width: 100%;
    }

    .k_yh_cate_wrapper {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #fff;
        top: 0;
        left: 100%;
        z-index: 999;
        transition: all .5s;
    }

    .k_active {
        left: 0%;
    }

    .k_yh_close {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 50px;
        background: #ccc;
        cursor: pointer;
    }

    .k_yh_close span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        display: block;
        font-size: 36px;
        color: #fff;
        background: rgb(0 0 0 / 50%);
    }

    .k_yh_cate_list {
        flex-direction: column;
        display: flex;
        border: none;
        margin: 0 0 0 auto;
        width: calc(100% - 50px);
    }

    .k_yh_cate_item {
        border-right: none;
        margin: 0;
        padding: 0;
    }

    .k_yh_cate_item p a {
        border-bottom: 1px solid #eee;
        font-size: 14px;
        font-weight: normal;
        line-height: 50px;
        width: 100%;
        padding: 0 20px;
    }

    .k_yh_cate_item p .icon {
        display: none;
    }

    ul.pro_sort {
        position: static;
        display: block;
        text-align: left;
        background: #cccccc;
        padding: 0;
    }

    ul.pro_sort a {
        padding: 0 10px;
        border-radius: 0;
    }
}

.download a {
    display: block;
    margin-top: 2vw;
    text-align: center;
    font-weight: 300;
    color: #010101;
    font-size: var(--f18);
}

.download a .Limg_cov {
    padding-bottom: 138%;
    border: 1px solid #e5e5e5;
    margin-bottom: 1vw;
}


.product-details {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 8%;
}

.product-details .product_swiper {
    width: 46%;
}

.product-details .product_swiper .mySwiper2 {
    width: 100%;
    border: 1px solid #e9eaf2;
}

.product-details .swiper_bottom {
    margin-top: 3%;
}

.product-details .product_swiper .Limg_con {
    padding-bottom: 100%;
}

.product-details .product_swiper .Limg_con:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.product-details .swiper_bottom .Limg_con {
    background: #fff;
    border: 1px solid #f1f1f1;
    cursor: pointer;
}

.product-details .swiper_bottom .swiper-slide-thumb-active .Limg_con {
    border-color: #444444;
}

.prduct_details_right {
    width: 46.3%;
}

h1.prod_tit {
    font-size: var(--f18);
    color: #000;
    line-height: 100%;
}

.prod_tabbox {
    font-size: var(--f16);
    color: #999999;
    font-weight: 300;
    line-height: 167%;
    margin: 7% 0;
}

.prod_detaikls_bottom {
    font-size: max(16px, 0.938vw);
    color: #666666;
    font-weight: 300;
    line-height: 167%;
    margin: 4% 0 0;
    padding: 4% 0 5%;
    border: 1px solid #eee;
    border-style: solid none;
}

.prod_detaikls_bottom h3 {
    color: var(--li);
    font-weight: 500;
}

.prode_tab {
    border: 1px solid #e7e9f1;
    border-style: solid none;
    padding: 3% 0;
    font-size: var(--f16);
    color: #999999;
    font-weight: 300;
    line-height: 150%;
}

.prod_info_slide {
    display: flex;
    margin: 4% 0;
}

.prod_info_left {
    width: 36%;
    color: #000;
    font-weight: 500;
}

.prod_info_right {
    width: 64%;
}

.pagebox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    line-height: 200%;
    margin-top: 5%;
    font-weight: 300;
}

.pagebox a {
    font-size: max(16px, 0.938vw);
    color: #000;
}

.pagebox a span {
    color: #aaa;
    text-decoration: underline;
}

.pagebox a:hover span {
    color: var(--li);
    text-decoration: underline !important;
}

a.prode_more {
    display: flex;
    background: var(--li);
    color: #fff;
    font-weight: 300;
    width: max(150px, 10.417vw);
    height: max(45px, 2.917vw);
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
    margin-top: 5%;
}

a.prode_more:hover {
    background: var(--li1);
    border-radius: max(50px, 5.208vw);
}


.proder_footer h2 {
    color: #000;
    font-size: var(--f16);
    margin-bottom: 1.5%;
}

.proder_footer .Swiper_Related {
    border-top: 1px solid #e5e5e5;
    width: 100%;
}

.related_yuan {
    text-align: center;
    border-top: 1px solid #e5e5e5;
    padding: 3% 0 5%;
}

.related_yuan span.swiper-pagination-bullet {
    background: #999999;
    opacity: 1;
}

.related_yuan .swiper-pagination-bullet-active {
    background: var(--li) !important;
}


/* 关于我们 */
.ab_one {
    padding: 5% 0;
}

.ab_one .center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ab_one .a_left {
    width: 41%;
}

.ab_one .a_right {
    width: 52%;
}

.ab_one .a_right img {
    width: 100%;
    align-content: center;
    vertical-align: top;
}


.ab_one .a_left h2 {
    font-size: var(--f48);
    line-height: 150%;
    color: #000;
    margin-bottom: 7%;
}

.ab_one .a_left h2 span {
    color: var(--li);
}

.ab_one .a_left p {
    font-size: var(--f18);
    color: #000;
    font-weight: 300;
    line-height: 200%;
}

ul.four_bottom {
    display: flex;
    justify-content: space-between;
    gap: 2vw;
    width: 100%;
    margin-top: 5%;
}

ul.four_bottom li {
    display: flex;
    gap: 1vw;
    align-items: center;
}

ul.four_bottom li span.counter {
    color: var(--li);
    font-size: max(40px, 3.125vw);
    font-weight: 500;
    line-height: 100%;
}

ul.four_bottom li i {
    color: var(--li);
    font-size: max(20px, 1.667vw);
    font-weight: 500;
    vertical-align: top;
}

ul.four_bottom li p {
    font-size: max(14px, 0.729vw);
    color: #000;
    font-weight: 300;
    line-height: 140%;
    min-height: 40px;
    margin-top: 0.5vw;
}



.ab_two {
    padding: 5% 0;
    position: relative;
    background: url(/src/img/hist_bg.jpg) center center/cover;
    background-attachment: fixed;
}

.ab_two h2 {
    font-size: var(--f48);
    color: #000;
    line-height: 100%;
    margin-bottom: 6%;
}

.hist_swiper {
    position: relative;
}

.hist_swiper .line {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

.hist_nei {
    height: 100%;
    padding: 0 2.344vw;
    position: absolute;
    width: 200%;
}

.hist_swiper .swiper-slide {
    height: max(450px, 29.688vw);
    cursor: col-resize;
}


.hist_nei:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    background: #b9bdc0;
    left: 0;
    top: 0;
}

.hist_nei:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 10px;
    background: var(--li);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hist_time {
    font-size: var(--f48);
    font-weight: 700;
    color: var(--li);
    line-height: 100%;
}

.hist_nei .year {
    font-size: var(--f18);
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.hist_word {
    color: #666666;
    font-size: var(--f18);
    line-height: 150%;
    font-weight: 300;
    margin-top: 1.3vw;
}


.ab_three {
    padding: 5% 0;
}

.ab_three .center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ab_three .center h2 {
    font-size: var(--f48);
    line-height: 150%;
    color: #000;
}

.ab_three .center h2 span {
    color: var(--li);
}

.ab_three .center .right {
    font-size: var(--f18);
    color: #666666;
    font-weight: 300;
    width: 56%;
}

.ab_three .center ul.bottom {
    margin-top: 6%;
    display: flex;
    overflow: hidden;
    gap: 5px;
    width: 100%;
}

.ab_three .center ul.bottom li {
    flex: 1;
    height: 630px;
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
    cursor: pointer;
}

.ab_three .center ul.bottom li:hover {
    flex: 2;
}

.ab_three .center ul.bottom li img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.ab_three .center ul.bottom li .tc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 4vw 2vw;
}

.ab_three .center ul.bottom li .tc h3 {
    font-size: var(--f24);
    color: var(--li);
    text-transform: uppercase;
}

.ab_three .center ul.bottom li .tc p {
    font-size: var(--f30);
    color: #fff;
    font-weight: 300;
    line-height: 130%;
    margin-top: 1vw;
}

.ab_four {
    padding: 5% 0;
    background: var(--li);
}

.ab_four h2 {
    font-size: var(--f48);
    color: #fff;
    text-align: center;
    line-height: 100%;
}

.ab_four p {
    font-size: var(--f18);
    color: #fff;
    font-weight: 300;
    text-align: center;
    max-width: 1000px;
    opacity: .7;
    width: 100%;
    margin: 1% auto 4%;
}

.Project-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Project-box .left {
    width: auto;
    font-size: var(--f18);
    color: #fff;
    font-weight: bold;
    display: flex;
    gap: 2vw;
}

.Project-box .left span {
    opacity: .4;
    cursor: pointer;
}

.Project-box .left span.active {
    opacity: 1;
}

.Project-box .right .ject {
    display: flex;
    justify-content: flex-end;
    gap: 2vw;
    font-size: var(--f16);
    color: #fff;
    display: none;
}

.Project-box .bottom {
    width: 100%;
    margin-top: 3%;
}

.Project-box .right .ject.cur {
    display: flex;
}

.Project-box .right .ject span {
    display: flex;
    align-items: center;
    gap: 0.5vw;
    cursor: pointer;
    position: relative;
}

.Project-box .right .ject span:before {
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    opacity: .6;
    display: inline-block;
    vertical-align: middle;
}

.Project-box .right .ject span.action:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    left: 3px;
    top: 50%;
    margin: -3px 0 0 1px;
}

.Project-box .bottom .nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: rgb(255 255 255 / 5%);
    font-size: var(--f16);
    color: #f4d4ad;
    border: 2px #f5ad56;
    border-style: solid none;
    line-height: 393%;
}

.data-list li>div,
.Project-box .bottom .nav div {
    flex: 1;
    padding: 1vw 2vw;
    line-height: 150%;

}

.data-list li {
    font-weight: 300;
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: var(--f16);
    color: #fff;
    border-bottom: 1px solid #f5ad56;
    line-height: 318%;
    transition: all .5s linear;
    cursor: pointer;
}

.data-list li:nth-of-type(2n) {
    background: rgb(255 255 255 / 5%);
}

.data-list li:hover {
    box-shadow: 0 0 10px #b9b9b9;
}

#page ul {
    display: flex;
    margin-top: 3%;
    justify-content: center;
    gap: 1.5vw;
}

#page ul li {
    font-size: var(--f18);
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    padding: 5px;
    cursor: pointer;
}

#page ul li.xl-active {
    border-color: #fff;
}

.ab_five {
    padding: 5% 0;
    background: #f7f8fb;
}

.ab_five h2 {
    font-size: var(--f48);
    color: #000000;
    text-align: center;
    line-height: 100%;
}

.ab_five p {
    font-size: var(--f18);
    color: #666666;
    font-weight: 300;
    text-align: center;
    max-width: 1080px;
    width: 100%;
    margin: 1% auto 4%;
}

.ab_five ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw 4vw;
}

.ab_five ul li {
    width: calc((100% - 20vw) / 6);
    transition: all .5s ease;
    border: 1px solid transparent;
    cursor: pointer;
}

.ab_five ul li .Limg_con {
    padding-bottom: 50%;
    background: #fff;
}

.ab_five ul li .Limg_con img {
    max-width: 80%;
    max-height: 80%;
}

.ab_five ul li:hover {
    box-shadow: 0 0 10px #eee;
    border: 1px solid #eee;
}

.ab_sixe {
    padding: 5% 0;
}

.ab_sixe .center h2 {
    font-size: var(--f48);
    line-height: 150%;
    color: #000;
    text-align: center;
}

.ab_sixe .center h2 span {
    color: var(--li);
}

.ab_sixe .info {
    font-size: var(--f18);
    color: #666666;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0 auto 3%;
}

.ab_sixe ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5vw;
}

.ab_sixe ul li {
    background: #f7f8fb;
    padding: 2vw;
    display: flex;
    gap: 2vw;
    justify-content: space-between;
    align-items: center;
    width: calc((100% - 1.5vw) / 2);
    cursor: pointer;
    transition: all .5s;
}

.ab_sixe ul li .left {
    width: 65%;
}

.ab_sixe ul li .left h3 {
    color: #000000;
    font-size: var(--f24);
    line-height: 150%;
    margin: 0 0 2%;
    transition: all .5s;
}

.ab_sixe ul li .left p {
    color: #666;
    font-size: var(--f18);
    font-weight: 300;
}

.ab_sixe ul li img {
    max-width: 100%;
    object-fit: contain;
    vertical-align: top;
}

.ab_sixe ul li:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.ab_sixe ul li:hover h3 {
    color: var(--li);
}

.ab_seven {
    background: #1b1d20;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.ab_seven .right {
    width: 50%;
}

.ab_seven .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}

.ab_seven .right .swiper-pagination {
    line-height: 0;
    bottom: 5%;
}

.ab_seven .right .swiper-pagination-bullet {
    background-color: #fff;
    width: 9px;
    height: 9px;
    opacity: 1;
    border-radius: 5px;
    transition: all .5s;
}

.ab_seven .right .swiper-pagination-bullet-active {
    width: 17px;
    background-color: var(--li);
}

.ab_seven .left {
    width: 42%;
}

.ab_seven .left h2 {
    font-size: var(--f48);
    line-height: 150%;
    color: #fff;
}

.ab_seven .left h2 span {
    color: var(--li);
}

.ab_seven .left .info {
    font-size: var(--f18);
    color: #fff;
    opacity: .7;
    font-weight: 300;
    width: 100%;
    margin: 6% 0 20%;
    max-width: 620px;
}

.ab_seven .num_scrll {
    display: flex;
    align-items: center;
    gap: 3vw;
}

.ab_seven .num_scrll span.counter {
    color: var(--li);
    font-size: var(--f54);
    font-weight: 500;
}

.ab_seven .num_scrll i {
    color: var(--li);
    font-size: var(--f30);
    vertical-align: top;
    line-height: 0%;
}

.ab_seven .num_scrll p {
    color: #fff;
    opacity: .6;
    font-weight: 300;
}

.ab_seven .num_scrll .line {
    width: 1px;
    height: 69px;
    background: #fff;
    opacity: .1;
}

.ab_seven .num_scrll b {
    color: var(--li);
    font-size: var(--f24);
    line-height: 120%;
}

.ab_eight {
    padding: 5% 0 10%;
}

.ab_eight h2 {
    font-size: var(--f48);
    line-height: 150%;
    color: #000000;
    text-align: center;
}

.ab_eight h2 span {
    color: var(--li);
}

.ab_eight .info {
    font-size: var(--f18);
    color: #666666;
    font-weight: 300;
    text-align: center;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto 3%;
}

.ab_eight ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 93%;
    margin: 10% auto 0;
}

.ab_nine {
    background: #f7f8fb;
    padding: 5% 0;
}

.ab_nine .tabtit {
    display: flex;
    justify-content: center;
    gap: 2.5vw;
    font-size: var(--f18);
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4%;
}

.ab_nine .tabtit li {
    cursor: pointer;
}

.ab_nine .tabtit .active {
    color: var(--li);
}

.ab_nine .tabword li {
    display: none;
}

.ab_nine .tabword li.active {
    display: block;
}

.ab_nine .tabword li .Limg_cov {
    padding-bottom: 141%;
    background-color: #fff;
}

.ab_nine .tabword li .Limg_cov img {
    object-fit: contain;
}

.ab_nine .tabword .swiper-slide {
    cursor: pointer;
}

.ab_nine .tabword li p {
    font-size: var(--f18);
    font-weight: 300;
    text-align: center;
    color: #000;
    line-height: 490%;
    transition: all .5s ease;
}

.ab_nine .tabword .swiper-slide:hover img {
    transform: scale(1.05);
}

.ab_nine .tabword .swiper-slide:hover p {
    color: var(--li);
}

.ab_nine .swiper .swiper-pagination-progressbar {
    top: auto;
    bottom: 0;
    height: 1px;
    background: #e5e5e5;
    position: relative;
    max-width: 600px;
    margin: 2% auto;
}

.ab_nine .swiper .swiper-pagination-progressbar span.swiper-pagination-progressbar-fill {
    background: var(--li);
    height: 3px;
    margin-top: -1.5px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgb(240 131 0 / 50%);
}


.app_box {
    padding: 6% 0;
}

.app_box>div {
    display: flex;
    flex-wrap: wrap;
    gap: 8vw;
    justify-content: center;
}

.app_box .app_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app_box .app_list.cur {
    align-items: flex-start;
}

.app_box .center .left {
    width: 50%;
}

.app_box .app_list:nth-of-type(2n) .left {
    order: 2;
}

.app_box .center .left .Limg_cov {
    padding-bottom: 62.5%;
    border-radius: 10px;
}

.app_box .center .right {
    width: 48%;
}

.app_box .app_list .app_tit {
    font-size: max(28px, 2.188vw);
    color: #000;
    font-weight: 700;
    line-height: 134%;
}

.app_box .app_list .app_sum {
    font-size: var(--f18);
    font-weight: 300;
    color: #666;
    margin: 2vw 0 3.5vw;
}

.app_box .app_list .app_rela {
    font-size: max(16px, 1.042vw);
    font-weight: bold;
    color: var(--li);
    margin-bottom: 1vw;
}


.busi_rela {
    display: flex;
    flex-wrap: wrap;
    gap: max(7px, 0.365vw);
    width: 100%;
}

.busi_rela a {
    background: #f1f3f5;
    display: block;
    color: #000;
    font-weight: 300;
    line-height: 150%;
    border-radius: 100px;
    padding: max(5px, 0.26vw) max(20px, 1.823vw);
    transition: all .5s ease;
}

.busi_rela a:hover {
    background: var(--li);
    color: #fff;
    box-shadow: 0 0 10px #eee;
}

/* 服务 */
.ser1 {
    padding: 6% 0;
}

.ser1 h2 {
    font-size: var(--f48);
    color: #000000;
    text-align: center;
    line-height: 100%;
}

.ser1 h2 span {
    color: var(--li);
}

.ser1 .info {
    font-size: var(--f18);
    color: #666666;
    font-weight: 300;
    text-align: center;
    max-width: 1000px;
    width: 100%;
    margin: 1% auto 4%;
}


.ser1 ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3.65vw;
}

.ser1 ul li .left {
    width: 50%;
}

.ser1 ul li .left img {
    width: 100%;
    object-fit: contain;
    vertical-align: top;
}

.ser1 ul li .right {
    width: 44%;
}

.ser1 ul li:nth-of-type(2n) .left {
    order: 2;
}

.ser1 ul li h3 {
    font-size: var(--f24);
    color: #000;
    font-weight: 700;
    line-height: 100%;
}

.ser1 ul li p {
    font-size: var(--f18);
    color: #666666;
    font-weight: 300;
    max-width: 1000px;
    width: 100%;
    margin: 4% 0 0;
}

.ser2 .re {
    position: relative;
    overflow: hidden;
}

.ser2 iframe#location-map {
    width: 100%;
    height: auto !important;
    aspect-ratio: 4/3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ser2 .map-container {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.location-list {
    position: absolute;
    z-index: 2;
    right: 8%;
    height: 74%;
    top: 13%;
    max-width: 500px;
    background: rgb(255 255 255 / 90%);
    border-radius: 10px;
    overflow: hidden;
}

.location-list h2 {
    font-size: var(--f30);
    color: #000000;
    text-align: left;
    line-height: 200%;
    padding: 3% 2vw;
    border-bottom: 1px solid var(--li);
}

.locat_box {
    height: 85%;
    overflow: auto;
}

.location-list h2 span {
    color: var(--li);
}

.location-list .location {
    padding: 3% 2vw;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    cursor: pointer;
}

.location-list .location.active {
    background: #fff;
    border-color: var(--li);
}

.location-list .location h3 {
    font-size: var(--f24);
    color: #000000;
    line-height: 200%;
}

.location-list .location .map_info {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 10px;
    color: #666;
    font-weight: 300;
}

.location-list .location .map_info b {
    font-size: var(--f18);
    color: #000;
    line-height: 100%;
    font-weight: bold;
}

.ser3 {
    background: #f1f3f5;
    padding: 5% 0 6%;
}

.ser3 h2 {
    font-size: var(--f48);
    color: #000000;
    line-height: 100%;
}

.ser3 h2 span {
    color: var(--li);
}

.ser_tab_th {
    margin-top: 3%;
    background: var(--li);
    color: #fff;
    font-weight: 300;
    display: flex;
    flex-wrap: wrap;
}

.ser_tab_table>div,
.ser_tab_th>div {
    flex: 1;
    padding: 0.8vw 1vw;
    line-height: 200%;
}

.ser_tab_table>div:first-child,
.ser_tab_th>div:first-child {
    flex: 3;
}

.ser_tab_table {
    display: flex;
    background: #f1f3f5;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    color: #000000;
    font-weight: 300;
}

.ser_tab_table:nth-of-type(2n) {
    background: #fff;
}

.ser_tab_box {
    border-bottom: 2px solid rgb(0 0 0 / 30%);
}

.ser_tab_table:last-child {
    border: none;
}

.ser_tab_table a {
    display: flex;
    gap: 1vw;
    color: #000;
}

.ser_tab_table a i.icon {
    width: max(28px, 1.6vw);
    height: max(28px, 1.6vw);
    background: var(--li);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.ser4 {
    padding: 5% 0;
}

.ser4 h2 {
    font-size: var(--f48);
    color: #000000;
    line-height: 100%;
    margin-bottom: 3%;
}

.ser4 h2 span {
    color: var(--li);
}

.ser3 #page ul li {
    color: #333;
}

.ser3 #page ul li.xl-active {
    border-color: var(--li);
    color: var(--li);
}

/* 新闻 */
.news_bigbox {
    padding-bottom: 5%;
}

h2.news_h2 {
    font-size: var(--f48);
    color: #000;
    text-align: center;
    line-height: 130%;
    margin: 5% 0;
}

.newsbox {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.newsbox .news_list {
    width: calc(100% / 3);
}

.six_bottom a.news_box {
    height: 100%;
    display: block;
    position: relative;
    padding: 9%;
    border: 1px solid #f2f4f7;
    overflow: hidden;
    transition: all .5s;
}

.six_bottom a.news_box:hover {
    border-color: var(--li);
}


.news_box .news_time {
    font-size: max(14px, 0.729vw);
    color: var(--li);
    font-weight: 500;
    border-bottom: 2px solid #dfdfdf;
    display: inline-block;
}

.news_tit {
    font-size: max(18px, 1.25vw);
    color: #000000;
    line-height: 150%;
    margin: 3% 0 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    min-height: max(76px, 5.625vw);
}

.news_box .txt_tc {
    transition: all .5s ease;
    transform: translateY(10%);
    opacity: 0;
}

.news_box .txt_tc .news_sum {
    color: #666666;
    font-weight: 300;
    line-height: 175%;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    margin: 6% 0 35%;
}

.news_box .txt_tc .news_more {
    color: var(--li);
    text-transform: uppercase;
}

.news_box .Limg_cov {
    padding-bottom: 65%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s;
}

.six_bottom a.news_box:hover .Limg_cov {
    transform: translateY(100%);
}

.six_bottom a.news_box:hover .txt_tc {
    transform: translateY(0%);
    opacity: 1;
}


.news_text_word {
    padding: 5% 0 10%;
}

.news_text_word .new_tt {
    font-size: max(24px, 2vw);
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 0 0 0.781vw;
    margin-bottom: 0.781vw;
    color: #000;
    line-height: 120%;
}

.news_flex {
    text-align: center;
    font-size: max(14px, 0.833vw);
    color: #999;
    line-height: 200%;
}

.news_flex span {
    display: inline-block;
    margin: 0 0.781vw;
}

.sub {
    background: #eee;
    border: 1px solid #ccc;
    padding: 0.521vw;
    font-size: max(14px, 0.729vw);
    color: #666;
    margin: 0.781vw 0;
    display: none;
}

.news_word {
    font-size: var(--f16);
    line-height: 200%;
    color: #333;
    font-weight: 300;
    margin-top: 2%;
} 

.news_word h2 {
    font-size: var(--f24);
}

.news_word ol,
.news_word ul {
    padding-inline-start: 1.302vw;
}

.news_word li {
    list-style-type: disc;
}

.news_word ol li {
    list-style-type: decimal;
}

.news_word img {
    max-width: 100% !important;
    height: auto !important;
}


/* 联系我们 */
.contact_box {
    padding: 6% 0 8%;
}

.conten_top h2 {
    font-size: max(24px, 1.85vw);
    color: #010101;
    text-transform: uppercase;
    line-height: 100%;
    text-align: center;
}

.conten_top h3 {
    font-size: var(--f18);
    color: #666666;
    font-weight: 300;
    text-align: center;
    margin: 1% 0 5%;
}

.conten_top ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.conten_top ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
}


.conten_top ul li .con_img {
    width: max(30px, 3.125vw);
    height: max(30px, 3.125vw);
    display: flex;
    align-items: center;
    justify-content: center;
}

.conten_top ul li .con_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.conten_top ul li .con_sum * {
    font-size: max(16px, 0.938vw);
    color: #000000;
    font-weight: 300;
}

.conten_top ul li .con_tit {
    font-weight: 700;
    font-size: 20px;
}

.conten_top ul li .sharing {
    display: flex;
    align-items: center;
    gap: 2vw;
    margin-top: 2vw;
}

.conten_top ul li .sharing a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    position: relative;
}

.conten_top ul li .sharing a .po_ab {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    z-index: 2;
    box-shadow: 0 0 10px #eee;
    opacity: 0;
    visibility: hidden;
}

.conten_top ul li .sharing a .po_ab img {
    max-width: 100%;
}

.conten_top ul li .sharing a:hover .po_ab {
    opacity: 1;
    visibility: visible;
}

.map {
    margin: 6% 0;
}

.map img {
    width: 100%;
}

.amap-logo {
    display: none !important;
}

.Message_Form {
    position: relative;
}

.message_bigbox p {
    font-size: max(24px, 1.85vw);
    color: #000;
    font-weight: 700;
    padding: 5% 0 3%;
    line-height: 100%;
    border-top: 1px solid #d9d9d9;
}

.Message_Form>.mefore {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 3%;
}

.Message_Form .flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Message_Form .flex>div {
    width: calc((100% - 2.604vw) / 2);
    text-align: right;
}

.Message_Form>div .form_left {
    width: calc((100% - 2.604vw) / 2);
    display: flex;
    flex-wrap: wrap;
    gap: max(15px, 1vw);
}

.Message_Form>div .form_left>div {
    width: 100%;
}

.Message_Form>div .e_textarea-66 {
    width: calc((100% - 2.604vw) / 2);
    right: 0;
    position: absolute;
    height: 100%;
    top: 0;
}

span.s_label {
    font-size: max(16px, 0.938vw);
    color: #000000;
    margin-bottom: 0.521vw;
    display: inline-block;
}

span.s_label:after {
    content: '*';
    color: #ff0000;
}

.Message_Form>div .form_left input.form-control {
    width: 100%;
    height: max(45px, 2.7vw);
    font-size: max(16px, 0.94vw);
    color: #000;
    font-weight: 300;
    background: transparent;
    border: 1px solid #d5d8db;
    padding: 0 20px;
    border-radius: 10px;
}

.Message_Form>div .e_textarea-66 textarea.form-control {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: max(16px, 0.94vw);
    color: #333;
    font-weight: 300;
    font-family: 'Onsite';
    background: transparent;
    border: 1px solid #d5d8db;
    padding: 3% 20px;
    border-radius: 10px;
}

.Message_Form button.btn-primary {
    line-height: max(45px, 3.6vw);
    width: 100%;
    max-width: max(210px, 10vw);
    background: transparent;
    color: #000;
    display: inline-block;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all .5s ease;
    font-size: max(14px, 0.729vw);
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Onsite';
    letter-spacing: 1px;
    border: 2px solid #000;
    border-radius: 100px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666666;
    text-shadow: none;
    -webkit-text-fill-color: initial;
    font-family: 'Onsite';
    font-weight: 300;
}

.Message_Form button.btn-primary:hover {
    letter-spacing: 2px;
    background: var(--li);
    color: #fff;
    border-color: var(--li);
}

.Message_Form .e_textarea-67 {
    display: flex;
}

.Message_Form .e_textarea-67 input.p_imagecode {
    width: 65%;
    height: max(45px, 2.7vw);
    font-size: max(16px, 0.94vw);
    color: #333;
    font-weight: 300;
    margin-right: 1%;
    background: transparent;
    border: 1px solid #d5d8db;
    padding: 0 20px;
    border-radius: 10px;
}

.Message_Form .verbox {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 30%;
}

.Message_Form .verbox img {
    width: 100%;
}

.Message_Form .verbox:after {
    content: '';
    margin-left: 0.781vw;
    background: url(/src/img/Update.png) center/cover no-repeat;
    min-width: 0.781vw;
    height: 0.938vw;
    opacity: .4;
}

.swiper_bottom .Limg_con::before {
    font-size: var(--f18);
}


@media screen and (min-width: 1201px) {
    .mc {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    ul.product_box li.product_list {
        width: calc(100% / 2);
    }

    .product-details .product_swiper {
        width: 100%;
    }

    .prduct_details_right {
        width: 100%;
        margin-top: 10%;
    }

    .prod_tabbox {
        margin: 20px 0;
    }

    .ph {
        display: none;
    }

    .mc {
        display: block;
    }
}


@media only screen and (max-width:1140px) {}

@media only screen and (max-width:768px) {
    .nei_banner .nei_txt .n_ban_tit {
        font-size: 24px;
    }

    .nei_banner img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        vertical-align: top;
    }

    .download {
        display: none;
    }

    ul.product_box,
    section.Inside_pro .pro_right {
        width: 100%;
        margin-top: 20px;
    }

    .pro_name {
        order: 2;
    }

    .ban_re {
        margin-top: 70px;
    }

    .sort_height {
        height: auto;
    }

    .bread_crumbs {
        padding: 10px 0;
    }

    .app_box .center .left {
        width: 100%;
    }

    .app_box .center .right {
        width: 100%;
    }

    .app_box .app_list {
        flex-wrap: wrap;
    }

    .app_box .app_list .app_tit {
        font-size: 24px;
        margin-top: 25px;
    }

    .app_box .app_list .app_sum {
        font-size: 14px;
    }

    .com_sotr {
        display: none;
    }

    .app_box .app_list:nth-of-type(2n) .left {
        order: 0;
    }


    .ab_one .a_left {
        width: 100%;
    }

    .ab_one .a_right {
        width: 100%;
    }

    .ab_one {
        padding: 50px 0;
    }

    .ab_one .a_left h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .ab_one .a_left p {
        font-size: 14px;
        line-height: 175%;
        margin-bottom: 25px;
    }

    ul.four_bottom {
        flex-wrap: wrap;
    }

    ul.four_bottom li {
        width: 100%;
        gap: 20px;
    }

    ul.four_bottom li .left img {
        width: 100%;
    }

    ul.four_bottom li .left {
        width: 50px;
    }

    ul.four_bottom li span.counter {
        font-size: 24px;
    }

    ul.four_bottom li p {
        min-height: 0;
    }

    .ab_two {
        padding: 50px 0;
    }

    .ab_two h2 {
        margin-bottom: 30px;
    }

    .hist_nei {
        width: 100%;
    }

    .hist_nei:before {
        height: 100%;
    }

    .hist_nei:after {
        top: 99%;
    }

    .hist_swiper .line {
        top: 100%;
        transform: none;
    }

    .hist_swiper .swiper-slide {
        height: 200px;
        cursor: col-resize;
    }

    .ab_two .hor_botton {
        display: inline-flex;
        margin: 5%;
        gap: var(--f24);
    }

    .ab_two .hor_botton .icon {
        width: var(--f60);
        height: var(--f60);
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #bababa;
        border-radius: 5px;
        cursor: pointer;
        border: 1px solid #bababa;
        transition: all .5s ease;
    }

    .ab_two .hor_botton .icon:hover {
        background: var(--li);
        color: #fff;
        border-color: var(--li);
    }

    .ab_three {
        padding: 50px 0;
    }

    .ab_three .center .right {
        font-size: 14px;
        color: #666666;
        font-weight: 300;
        width: 100%;
    }

    .ab_three .center ul.bottom {
        flex-wrap: wrap;
    }

    .ab_three .center ul.bottom li {
        flex: none !important;
        width: 100%;
        height: 300px;
    }

    .ab_five h2,
    .ab_four h2,
    .ab_three .center h2 {
        font-size: 24px;
    }

    .ab_four {
        padding: 50px 0;
    }

    .ab_five p,
    .ab_four p {
        font-size: 14px;
        margin: 10px 0 20px;
    }

    .Project-box .left {
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .Project-box .right .ject {
        flex-direction: column;
    }

    .data-list li,
    .Project-box .bottom .nav {
        line-height: 120%;
        padding: 10px 0;
        font-size: 12px;
    }

    .ab_five {
        padding: 50px 0;
    }

    .ab_five ul li {
        width: calc((100% - 8vw) / 3);
    }

    .ab_eight ul {
        flex-wrap: wrap;
        width: 100%;
    }

    .ab_eight ul li {
        width: 100%;
        min-width: 0;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 50px 20px;
        text-align: center;
        background: #eee;
    }

    .ab_sixe .center h2 {
        font-size: 24px;
    }

    .ab_eight ul li h3 br {
        display: none;
    }

    .ab_eight ul li h3 {
        font-size: 18px;
        color: #000;
        line-height: 150%;
    }

    .ab_eight ul li p {
        font-size: 14px;
        color: #333;
        line-height: 150%;
        margin-top: 10px;
        width: 300px;
    }

    .ab_eight ul li.ts {
        display: none;
    }

    .ab_nine .tabtit {
        flex-wrap: wrap;
    }

    .ab_nine {
        padding: 50px 0;
    }

    .ab_nine .tabtit li {
        cursor: pointer;
        width: 100%;
        background: #fff;
        text-align: center;
        padding: 15px;
        font-size: 14px;
    }

    .ab_sixe ul li {
        padding: 20px;
        gap: 10px;
        width: 100%;
        flex-wrap: wrap;
    }

    .ab_sixe ul li .left {
        width: 100%;
        order: 2;
    }

    .ab_sixe ul li .left h3 {
        font-size: 16px;
    }

    .ab_sixe ul li .left p {
        font-size: 14px;
    }


    .ab_sixe .info {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .ab_sixe ul li img {
        max-width: 50px;
    }

    .ab_seven {
        padding: 50px 0 20px;
        justify-content: center;
    }

    .ab_seven .left {
        width: 94%;
        margin: 0 auto;
    }

    .ab_seven .left h2 {
        font-size: 24px;
    }

    .ab_seven .left .info {
        font-size: 14px;
        margin: 10px 0 20px;
    }

    .ab_seven .num_scrll b {
        font-size: 16px;
    }

    .ab_seven .right {
        width: 94%;
        margin: 20px auto 0;
    }

    .ab_sixe {
        padding: 50px 0;
    }

    .ab_eight {
        padding: 50px 0;
    }

    .ab_eight h2 {
        font-size: 24px;
    }

    .ab_eight .info {
        font-size: 14px;
    }

    .ser1 {
        padding: 50px 0;
    }

    .ser1 h2 {
        font-size: 24px;
    }

    .ser1 ul li .left {
        width: 100%;
    }

    .ser1 ul li .right {
        width: 100%;
        margin-top: 20px;
    }

    .ser1 ul li:nth-of-type(2n) .left {
        order: 0;
    }

    .ser1 ul li p {
        font-size: 14px;
        margin: 10px 0;
    }

    .location-list {
        position: static;
        margin-bottom: 50px;
    }

    .ser2 .map-container {
        display: none;
    }

    .ser3 {
        padding: 50px 0;
    }

    .ser4 h2,
    .ser3 h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .ser_tab_table>div:nth-of-type(2),
    .ser_tab_table>div:nth-of-type(3),
    .ser_tab_th>div:nth-of-type(2),
    .ser_tab_th>div:nth-of-type(3) {
        display: none;
    }

    .ser_tab_table>div:first-child,
    .ser_tab_th>div:first-child {
        flex: 2;
    }

    .ser_tab_table>div,
    .ser_tab_th>div {
        flex: 1;
        padding: 10px 3px;
        line-height: 200%;
    }

    .ser_tab_table a {
        justify-content: center;
    }

    .ser4 {
        padding: 50px 0;
    }

    .Message_Form>div .form_left {
        width: 100%;
    }

    .Message_Form>div .e_textarea-66 {
        width: 100%;
        right: 0;
        position: static;
        height: 100%;
        margin-top: 15px;
    }

    h2.news_h2 {
        font-size: 24px;
        margin: 50px 0 20px;
    }

    .newsbox .news_list {
        width: 100%;
    }

    .conten_top h2 {
        text-transform: none;
        text-align: left;
        font-size: 18px;
        margin-top: 20px;
    }

    .conten_top h3 {
        font-size: 14px;
        text-align: left;
        margin: 10px 0 20px
    }

    .map {
        margin: 6% 0 50px;
    }

    .conten_top ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .conten_top ul li {
        gap: 15px;
    }

    .message_bigbox p {
        font-size: 18px;
        padding: 50px 0 20px;
    }

    .conten_top ul li .con_img {
        width: 25px;
        height: 25px;
    }
}