@charset "UTF-8";

.white_nav_top {
    height: max(96px, 5vw);
    margin-top: 3%;
}

.nei_banner {
    position: relative;
    overflow: hidden;
}

.nei_banner img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.nei_banner .nei_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

.nei_banner .nei_txt .n_ban_tit {
    color: #fff;
    line-height: 150%;
    font-weight: 700;
    font-size: var(--f60);
}

.company_sort {
    position: relative;
    width: 100%;
    transition: all .5s linear;
}

.company_sort .com_more {
    color: #000;
    line-height: var(--f48);
    display: inline-block;
    margin: 0 3vw 0 0;
    position: relative;
    font-size: var(--f18);
    padding: var(--f16);
    transition: all .5s;
}

.company_sort .ts {
    visibility: hidden;
}

a.com_more.pro_more {
    font-size: var(--f16);
    margin-right: 1vw;
}

.fixed .company_sort a.com_more {
    transition: all .5s linear;
    line-height: var(--f60);
}



.company_sort a.com_more.active,
.company_sort a.com_more:hover {
    color: var(--li1);
}

.bread_crumbs * {
    color: #999;
}

.bread_crumbs i.icon {
    color: var(--li);
}

.bread_crumbs>*:last-child {
    color: #000;
}


.ab_one {
    padding: 2% 0 5%;
}

.ab_one .a_left {
    width: 47%;
}

.ab_one .inside_tit {
    font-size: var(--f36);
    color: #000;
    line-height: 133%;
    margin-bottom: 12%;
}

.ab_one .a_left p {
    font-size: var(--f18);
    line-height: 167%;
}

.ab_one .a_right {
    width: 46%;
    border-radius: 10px;
    overflow: hidden;
}

.ab_one .a_right img {
    width: 100%;
}

.h_strengths {
    width: 100%;
    margin-top: 9%;
    display: flex;
    justify-content: space-between;
}

.h_strengths .list {
    width: 25%;
    text-align: left;
}

.h_strengths .lines {
    background: #000;
    width: 1px;
    opacity: .1;
}

.h_strengths .imgbox {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.h_strengths .imgbox img {
    max-width: 100%;
    max-height: 100%;
    transition: all 1s ease;
}

.h_strengths .list:hover img {
    transform: rotateY(360deg);
}

.h_strengths h3 {
    font-size: var(--f18);
    color: #000;
    margin: var(--f18) 0;
}

.h_strengths p {
    font-weight: 400;
    color: #666;
    line-height: 150%;
}


.ab_three {
    padding: 6% 0;
    background: #f5f6fa;
}

.ab_three h2 {
    color: #000000;
    font-size: var(--f40);
    text-align: center;
    line-height: 115%;
    margin: 0 0 6%;
}

.honor_box .Limg_con {
    padding-bottom: 147%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    margin: 10px 0;
    border-radius: 20px;
}

.honor_box p {
    font-size: var(--f18);
    color: #000;
    text-align: center;
    line-height: 160%;
    margin-top: 11%;
    font-weight: bold;
}

.honor_box .swiper-slide-active p {
    opacity: 1;
}

.ab_three .honor_box .swiper-button-next {
    right: 28%;
    top: 40%;
    border: none;
    display: none;
}

.ab_three .honor_box .swiper-button-prev {
    left: 28%;
    top: 40%;
    border: none;
    display: none;
}

.ab_three .honor_box .swiper-button-next:after,
.ab_three .honor_box .swiper-button-prev:after {
    color: #213238;
    font-size: max(24px, 1.667vw);
    font-weight: 700;
}

.ab_three .honor_box .swiper-button-next:hover,
.ab_three .honor_box .swiper-button-prev:hover {
    background: transparent;
}

.ab_three .honor_box .swiper-button-next:hover:after,
.ab_three .honor_box .swiper-button-prev:hover:after {
    color: var(--li);
}

.ab_three .swiper-pagination {
    position: static;
    margin-top: 3%;
    display: none;
}


/* 联系我们 */
.con_one {
    padding: 1% 0 0;
}

.con_one .center {
    align-items: flex-start;
}

.con_one .left {
    width: 50%;
}

.con_one .left h2 {
    font-size: var(--f36);
    color: #000;
    line-height: 150%;
    margin-bottom: 1%;
}

.con_one .left p {
    color: #999;
}

.con_one .left p i {
    color: var(--li);
}

.con_one .right {
    width: 35%;
}

.con_one .right ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    margin-top: var(--f42);
}

.con_one .right ul li {
    width: 100%;
}

.con_one .con_tit {
    color: #999;
    margin-right: 1vw;
    display: inline-block;
    font-size: var(--f18);
}

.con_one .right .con_name {
    line-height: 180%;
    display: block;
    font-size: var(--f18);
    color: #000;
}

.con_one .right ul li .share {
    display: inline-flex;
    gap: 1.5vw;
}

.con_one .right ul li .share svg.icon {
    width: var(--f24);
    height: auto;
    vertical-align: top;
}

.con_two {
    padding: 0 0 5%;
}

.con_two .map {
    width: 100%;
    height: auto;
    border-radius: 1vw;
    overflow: hidden;
    aspect-ratio: 10/3;
    background: #eee;
}

.con_three {
    padding: 6% 0;
}

.con_three .left {
    width: 62%;
}

.con_three .left h2 {
    font-size: var(--f48);
    color: #000;
    line-height: 100%;
}

.con_three .right {
    width: 35%;
    border-radius: 1vw;
    overflow: hidden;
}

.con_three .right img {
    width: 100%;
}

.Message_Form {
    margin: 7% auto 0;
}

.Message_Form label {
    display: block;
    text-align: left;
    line-height: 100%;
    margin-bottom: 10px;
    color: #213238;
    font-weight: bold;
}

.Message_Form label span {
    color: red;
    display: none;
    vertical-align: middle;
}

.Message_Form input {
    background: rgb(255 255 255 / 20%);
    width: 100%;
    border: 1px solid #cccccc;
    line-height: var(--f48);
    padding: 1px var(--f16);
    border-radius: 5px;
}

.Message_Form .form_left {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5vw 1vw;
    margin-bottom: 1.5vw;
}

.Message_Form .input-group {
    width: calc((100% - 1vw) / 2);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgb(0 0 0 / 40%);
    text-shadow: none;
    -webkit-text-fill-color: initial;
    font-family: 'Onsite';
    font-weight: 300;
    font-size: var(--f16);
}

.Message_Form textarea {
    background: rgb(255 255 255 / 20%);
    width: 100%;
    border: 1px solid #cccccc;
    line-height: var(--f48);
    padding: 1px var(--f16);
    border-radius: 5px;
}

.Message_Form button.btn-primary {
    max-width: 250px;
    width: 100%;
    background: var(--li);
    border-radius: .5vw;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: var(--f60);
    font-family: 'Onsite';
    cursor: pointer;
    transition: all .5s;
    margin-top: 1vw;
    font-size: var(--f16);
    border: 2px solid var(--li);
}

.Message_Form button.btn-primary:hover {
    background: transparent;
    color: var(--li);
}


.Message_Form .verbox {
    cursor: pointer;
    position: absolute;
    right: 8px;
    width: 150px;
}

.Message_Form .ver_left {
    width: 100%;
}

/* 新闻 */
.newsbox {
    padding: 2% 0 6%;
}

.h_news {
    display: flex;
    flex-wrap: wrap;
    gap: 5vw 1.5vw;
    margin-bottom: 6%;
}

.h_news li {
    width: calc((100% - 3vw) / 3);
    text-align: left;
}

.h_news li .Limg_cov {
    padding-top: 68%;
    margin-bottom: var(--f40);
}

.h_news li .news_time {
    color: #666;
    font-weight: 400;
    text-transform: uppercase;
}

.h_news li .news_tit {
    font-size: var(--f18);
    color: #000;
    font-weight: bold;
    line-height: 167%;
    margin: 3% 0 10%;
}

.h_news li .news_more {
    color: var(--li);
    font-size: var(--f18);
    font-weight: 500;
}

.h_news li:hover img {
    transform: scale(1.1);
}

.h_news li .news_tit:hover {
    color: var(--li);
}

.news_text_word {
    padding: 2% 0 5%;
}

.news_text_word .new_tt {
    font-size: var(--f30);
    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;
}

.news_word {
    font-size: max(14px, 0.833vw);
    line-height: 200%;
    color: #333;
    font-weight: 300;
    margin-top: 2%;
}

.news_word hr {
    margin: 2% 0;
}

.news_word h2 {
    font-size: var(--f24);
    font-weight: 500;
}

.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;
}

/* 产品中心 */
.pro_bottom {
    padding: 2.5% 0 7%;
}

.pro_bottom>.flex {
    align-items: baseline;
    position: relative;
}

.pro_bottom .left {
    width: 29%;
    border: 1px solid #e5e5e5;
    position: sticky;
    left: 0;
    top: max(110px, 6vw);
}

.pro_bottom .left .pro_tit {
    color: #000;
    font-weight: bold;
    background: #f1f3f5;
    line-height: var(--f60);
    padding-left: var(--f22);

}

.pro_sort {
    padding: var(--f22) 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pro_sort_flex {
    line-height: var(--f48);
    padding: 0 var(--f22) 0;
    display: flex;
    justify-content: space-between;
}

p.pro_sort_flex i {
    color: #070707;
    font-size: var(--f22);
    font-weight: bold;
    transform: rotate(-90deg);
    transition: all .5s ease;
    opacity: 0;
}

p.pro_sort_flex .icon1 {
    cursor: pointer;
    opacity: 1;
}

.pro_sort .active p.pro_sort_flex i {
    transform: rotate(0deg);
}

a.pro_sort_list {
    color: #000;
}

.pro_child {
    display: none;
}

.pro_sort .active .pro_child {
    display: block;
}

.pro_child a {
    transition: all .5s ease;
    display: block;
    line-height: var(--f48);
    color: #999;
    padding: 0 var(--f22) 0;
}

.pro_child a i.icon {
    transform: scale(0.7);
    display: inline-block;
}

.pro_child .active,
.pro_child a:hover {
    background: #f4f6f7;
    color: var(--li);
}

.pro_bottom .right {
    width: 66.7%;
}

.pro_bottom .right .company_sort .com_more {
    line-height: var(--f60);
    padding: 0;
    margin: 0;
    font-size: var(--f16);
    font-weight: bold;
}

ul.product_box {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e5e5e5;
}

ul.product_box li.product_list {
    width: calc(100% / 2);
    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: 88%;
}

.pro_li_more p.L_summary {
    color: #000;
    font-weight: bold;
    margin: 4% 0;
    line-clamp: 1;
    -webkit-line-clamp: 1;
}

.pro_li_more .sun {
    color: #999;
    font-weight: 300;
    min-height: max(42px, 2.6vw);
}

.pro_li_more span {
    display: block;
    background: #f1f3f5;
    transition: all .5s ease;
    color: #000;
    font-weight: 300;
    text-align: center;
    line-height: 312.5%;
    margin-top: var(--f42);
}

.pro_li_more:hover {
    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;
}

.Swiper_Related .swiper-slide-active .pro_li_more:before,
ul.product_box li.product_list:nth-of-type(2n - 1) .pro_li_more:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5%;
    height: 90%;
    width: 1px;
    background: #e5e5e5;
}

.pro_li_more:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5%;
    height: 90%;
    width: 1px;
    background: #e5e5e5;
}


.product-details {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-top: 1px solid #e5e5e5;
    padding-top: 4%;
}

.product_swiper {
    width: 50%;
    cursor: pointer;
    transition: all .5s ease;
    margin-right: auto;
    background-color: transparent;
    position: relative;
    background-size: cover;
}

.swiper_bottom {
    margin-top: 1%;
}

.swiper_bottom .Limg_con {
    border: 1px solid #ccc;
}

.swiper_bottom .swiper-slide-thumb-active .Limg_con {
    border-color: var(--li1);
}

.product_swiper:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(270deg, #fff, transparent);
    opacity: .6;
    pointer-events: none;
}

.product-details .product_swiper .Limg_con {
    padding-bottom: 100%;
    background: #ededed;
}


.prduct_details_right {
    width: 45%;
    cursor: pointer;
    transition: all .5s ease;
}

h1.prod_tit {
    font-size: var(--f24);
    color: #000;
    width: 100%;
    line-height: 120%;
}

h1.prod_tit:after {
    content: '';
    display: block;
    width: 38px;
    height: 4px;
    background: var(--li1);
    margin: var(--f16) 0 var(--f24);
}

.prode_tab {
    display: flex;
    flex-direction: column;
    gap: 1.2vw;
}

.prod_info_left {
    width: 25%;
    color: #000;
}

.prod_info_right {
    width: 70%;
    color: #666666;
}

.prod_detaikls_bottom {
    font-size: var(--f16);
    color: #666666;
    font-weight: 300;
    line-height: 167%;
}

.prod_detaikls_bottom h3 {
    color: #000;
    font-size: var(--f18);
    margin: 10% 0 4%;
}

.prod_detaikls_bottom .prod_word_p p {
    position: relative;
    margin-bottom: 1vw;
    padding-left: 20px;
}

.prod_detaikls_bottom .prod_word_p p:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--li);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.prod_detaikls_bottom img {
    max-width: 100% !important;
    height: auto !important;
}

.prod_detaikls_bottom table {
    width: 100% !important;
    border: 1px solid #000;
    border-style: solid none;
    margin-bottom: 10%;
    line-height: 166%;
}

.prod_detaikls_bottom table th {
    background: #f1f3f5;
    color: #000;
    font-weight: bold;
    padding: 17px 20px;
    border-bottom: 1px solid #000;
}

.prod_detaikls_bottom table td {
    padding: 17px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.prod_detaikls_bottom table tr>td:first-child {
    width: 40%;
    color: #000000;
}

.pagebox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    line-height: 200%;
    margin: 3% 0;
    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;
}

.prode_line {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 2%;
    width: 100%;
}

.prode_line strong {
    font-weight: bold;
}

.prode_bottom .flex {
    align-items: normal;
    color: #2d2d2d;
    line-height: 200%;
}


.prode_bottom h3 {
    font-size: var(--f18);
    color: #000;
    line-height: 200%;
    margin-bottom: 2%;
}


.prode_table .prode_line table {
    width: 100% !important;
    border: 1px solid #b2b2b2;
    border-style: solid none;
    line-height: 166%;
}

.prode_table .prode_line table th {
    background: #f1f3f5;
    color: #000;
    font-weight: bold;
    padding: 17px 20px;
    border-bottom: 1px solid #000;
}

.prode_table .prode_line table td {
    padding: var(--f16) var(--f24);
    border-bottom: 1px solid #e5e5e5;
}

.prode_table .prode_line table tr:last-child td {
    border-bottom: none;
}

.prode_table .prode_line table tr>td:first-child {
    min-width: 30%;
    color: #000000;
    border-right: 1px solid #e5e5e5;
}

.Swiper_Related_box {
    margin: 3% 0 0;
}

.Swiper_Related_box h3 {
    margin-bottom: 1%;
}

.app_swiper .Limg_cov {
    padding-bottom: 60%;
}

.app_swiper p {
    text-align: center;
    font-size: var(--f18);
    margin: 1vw 0 2vw;
}

.honor_swiper .Limg_con {
    padding-bottom: 135%;
}


@media only screen and (max-width:1480px) {}

@media only screen and (max-width:1140px) {}

@media only screen and (min-width:1921px) {}

@media only screen and (max-width:768px) {
    .mo_pd {
        padding: 50px 0 !important;
    }

    .nei_banner .nei_txt .n_ban_tit {
        font-size: 36px;
    }

    .nei_banner {
        height: 20vh;
        margin-top: 70px;
    }

    .nei_banner img {
        height: 100%;
        object-fit: cover;
    }

    .ab_one {
        padding-top: 0 !important;
    }

    .ab_one .inside_tit {
        font-size: 20px;
        line-height: 133%;
        margin: 20px 0 10px;
    }

    .ab_one .a_left {
        width: 100%;
    }

    .ab_one .a_left p {
        font-size: 14px;
    }

    .ab_one .a_right {
        width: 100%;
        margin: 15px 0 0;
    }

    .a_bottom ul li {
        width: 48%;
        margin: 0 1% 2%;
    }

    .a_bottom ul span.counter {
        font-size: 36px;
    }

    .pro_bottom>.flex>div {
        width: 100%;
        position: static;
        margin: 10px 0 20px;
    }

    .pro_sort_flex {
        line-height: 42px;
    }

    .pro_child a {
        line-height: 36px;
    }

    .h_strengths {
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 40px;
    }

    .h_strengths .list {
        width: 100%;
        gap: 20px;
    }

    .h_strengths .imgbox {
        width: 60px;
        height: 60px;
    }

    .h_strengths h3 {
        margin: 15px 0 5px;
    }

    .product_swiper {
        width: 100%;
    }

    .prduct_details_right {
        width: 100%;
        margin: 30px 0 50px;
    }

    .h_news li {
        width: 100%;
        margin-bottom: 30px;
    }

    .h_news li .news_tit {
        margin: 5px 0 15px;
    }

    .company_sort .com_sotr {
        display: none;
    }

    .company_sort {
        padding: 15px 0;
    }

    .news_word h2 {
        font-size: 16px;
    }

    .news_word ol,
    .news_word ul {
        padding-inline-start: 20px;
    }

    .con_one .left {
        width: 100%;
        margin-bottom: 10px;
    }

    .con_one .right {
        width: 100%;
    }

    .con_two {
        padding: 0;
    }

    .con_two .map {
        aspect-ratio: 3 / 2;
    }

    .con_three .left {
        width: 100%;
    }

    .con_three .right {
        display: none;
    }

    .Message_Form .input-group {
        width: 100%;
        margin-bottom: 20px;
    }

    .Message_Form input {
        line-height: 40px;
    }
}