@charset "UTF-8";

.white_nav_top {
    height: 10rem;
}

h2.sort_name {
    color: #000;
    font-size: var(--f30);
}

.nei_banner {
    position: relative;
    overflow: hidden;
}

.nei_banner img {
    width: 100%;
    height: auto;
    vertical-align: top;
    margin-top: var(--f48);
}

.nei_banner .nei_txt {
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translate(-50%, 0%);
    z-index: 2;
    text-align: left;
}

.nei_banner .nei_txt .n_ban_tit {
    color: #fff;
    line-height: 120%;
    font-weight: 700;
    font-size: var(--f48);
    text-align: left;
    text-transform: capitalize;
    margin-bottom: var(--f24);
}

.bread_crumbs {
    text-align: left;
    line-height: 133%;
    font-size: var(--f18);
}

.bread_crumbs * {
    color: #fff;
}

.bread_crumbs i.icon {
    color: var(--li);
    font-size: 125%;
}


/* 关于我们 */
.ab_one {
    padding: 0 0 6%;
}

.ab_one .flex>div {
    width: 46%;
}

.ab_one .right .Limg_cov {
    padding-bottom: 72.5%;
    border-radius: 0.625rem;
}

.ab_one .ab_1_sm {
    font-size: var(--f18);
    color: #666;
    line-height: 167%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.ab_one .ab_1_sm p b {
    display: block;
    color: #000;
}

.ab_1_t {
    font-size: var(--f40);
    color: #000000;
    font-weight: 700;
    display: flex;
    align-items: center;
    line-height: 100%;
    width: 100% !important;
    margin-bottom: 3.5%;
}


.ab_1_in {
    color: var(--li);
    font-size: 3.5rem;
    font-weight: bold !important;
    line-height: 117%;
}

.ab_1_in font {
    color: var(--li1);
}

.ab_one .left .ab_1_in {
    margin-top: 1.5rem;
}

ul.ul_num {
    display: flex;
    justify-content: space-between;
    margin: 6% 0;
    flex-wrap: wrap;
    text-align: left;
}

ul.ul_num li {
    padding: 1.5rem 0;
}

ul.ul_num .counter {
    color: var(--li);
    font-size: var(--f72);
    font-weight: 500;
    display: inline-block;
    line-height: 100%;
    vertical-align: middle;
}

ul.ul_num i {
    font-size: var(--f60);
    color: var(--li);
    font-weight: 500;
    vertical-align: middle;
    line-height: 100%;
}

ul.ul_num p {
    font-size: var(--f18);
    color: #000000;
    opacity: .7;
    line-height: 133%;
    margin-top: .5rem;
}

ul.ul_num .line {
    width: 1px;
    background: linear-gradient(45deg, transparent, #ccc, transparent);
}

.ab_one_sw {
    margin-top: 6%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.ab_one_sw .tems {
    width: calc((100% - 6rem) / 4);
}

.ab_one_sw .Limg_cov {
    padding-bottom: 67%;
    border-radius: .5rem;
}

.ab_two {
    background: url(/src/img/ab3.jpg) center/cover;
    color: #fff;
    padding: 6% 0;
}

.ab_two .ab_1_t {
    color: #fff;
}

.ab_two ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 22rem;
    gap: 1vw;
}

.ab_two ul li {
    border-radius: .625rem;
    overflow: hidden;
    position: relative;
}

.ab_two ul li .Limg_cov {
    height: 100%;
}

.ab_two ul li:nth-of-type(1) {
    grid-column: 1 / span 2;
    background: #fff;
    padding: 0 11%;
    display: flex;
    align-items: center;
    color: #666666;
    line-height: 176%;
    font-size: var(--f18);
}

.ab_two ul li:nth-of-type(2) {
    grid-column: 3;
}

.ab_two ul li:nth-of-type(3) {
    grid-column: 4;
}

.ab_two ul li:nth-of-type(4) {
    grid-column: 1;
    grid-row: 2;
}

.ab_two ul li:nth-of-type(5) {
    grid-column: 2;
    grid-row: 2;
}

.ab_two ul li:nth-of-type(6) {
    grid-column: 3 / span 2;
    grid-row: 2;
}

.ab_two ul li:hover img {
    transform: scale(1.05);
}

.ab_three {
    color: #fff;
    padding: 6% 0;
}

.ab_three .Limg_con {
    padding-bottom: 100%;
    border-radius: 0.625rem;
    border: 2px solid #efefef;
    transition: all .5s ease;
    cursor: pointer;
}

.ab_three .Limg_con img {
    max-width: 90%;
    max-height: 90%;
}

.ab_three .Limg_con+p {
    font-size: var(--f18);
    text-align: center;
    color: #666666;
    margin: 5% auto 0;
    width: 80%;
    cursor: pointer;
}

.ab_three_sw .swiper-pagination {
    position: static;
    margin-top: 4%;
    line-height: 0;
}

.ab_three .swiper-slide:hover .Limg_con {
    border-color: var(--li);
}

.ab_three .swiper-slide:hover p {
    color: var(--li);
}

/* 分类 */
.com_sotr {
    display: flex;
    gap: .3rem;
    width: 100%;
}

.com_sotr .com_more {
    width: calc((100% - .3rem * 6) / 7);
    background: #f3f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000000;
    line-height: 125%;
    height: 4.5rem;
    padding: 0 1rem;
    border-radius: 5rem;
    transition: all .5s ease;
    font-size: 1rem;
}

.com_sotr .com_more.active,
.com_sotr .com_more:hover {
    background: var(--li) !important;
    color: #fff;
}


/* 产品中心 */
.pro_word .pro_name {
    font-size: var(--f36);
    font-weight: 700;
    text-align: center;
    color: #000;
    line-height: 110%;
    margin: 6% 0 4%;
}

.pro_word img.pro_img {
    margin: 0 auto;
    display: block;
}

.pr_word1 {
    align-items: flex-start;
    margin: 5% auto 7%;
}

.pr_word1 .left {
    width: 69%;
}

.pr_word1 h3 {
    font-size: var(--f36);
    color: #000000;
    line-height: 133%;
    width: 100%;
    margin-bottom: var(--f36);
}

.pr_word1 .left p {
    font-size: var(--f18);
    color: #000000;
    line-height: 178%;
    margin-bottom: var(--f36);
}

.pr_word1 .more-box {
    margin-top: 9%;
}

.pr_word1 .more-box a {
    display: inline-flex;
    background: #f3f5f7;
    color: #000000;
    font-weight: 500;
    line-height: var(--f60);
    border-radius: var(--f72);
    text-transform: uppercase;
    gap: 10px;
    transition: all .5s ease;
    min-width: 13.3rem;
    justify-content: center;
    padding: 0 1rem;
    margin-right: .5rem;
    font-size: 1rem;
}

.pr_word1 .more-box a i {
    color: var(--li);
    font-weight: 700;
}

.pr_word1 .more-box a.cur {
    background: var(--li);
    color: #fff;
}

.pr_word1 .more-box a.cur i {
    color: #fff;
}

.pr_word1 .right {
    width: 20%;
}

.pr_word1 .right .Limg_cov {
    padding-bottom: 136%;
    box-shadow: 0 38px 62px rgb(0 50 125 / 25%);
    margin-bottom: var(--f36);
    transition: all .5s;
}

.pr_word1 .right:hover .Limg_cov {
    box-shadow: 0 0px 0px rgb(0 50 125 / 25%);
}

.pr_word1 .right p {
    text-align: center;
    color: #000;
    font-size: var(--f18);
    line-height: 133%;
}

.pr_word2 h3 {
    font-size: var(--f36);
    color: #000000;
    line-height: 133%;
    width: 100%;
    margin-bottom: var(--f36);
}

.pr_word2 h4 {
    font-size: var(--f24);
    color: #000000;
    font-weight: 700;
    counter-increment: Advantage;
    line-height: 150%;
    margin-bottom: 0.5%;
}

.pr_word2 h4:before {
    content: counter(Advantage, decimal-leading-zero);
    width: var(--f36);
    line-height: var(--f36);
    display: inline-block;
    background: var(--li);
    border-radius: 50%;
    text-align: center;
    font-size: 67%;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
    margin-right: .8rem;
}

.pr_word2 h4+p {
    font-size: var(--f18);
    color: #000000;
    opacity: .6;
    line-height: 167%;
    margin-bottom: var(--f48);
}

.pr_word3 {
    background: #f3f5f7;
    margin: 5% 0;
    padding: 6% 0 7%;
}

.pr_word3 .pro_title {
    font-size: var(--f36);
    color: #000000;
    line-height: 133%;
    width: 100%;
    margin-bottom: var(--f36);
    font-weight: 700;
}

.pr_word3 .product_box {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
}

.pr_word3 .product_box li {
    width: calc((100% - 6vw) / 3);
}

.product_box .pro_li_more {
    background: #fff;
    text-align: center;
    border-radius: .7rem;
    display: block;
    padding: var(--f48);
    height: 100%;
}

.product_box .pro_li_more .Limg_con {
    padding-bottom: 100%;
}

.product_box .pro_li_more .Limg_con img {
    max-height: 75%;
}

.product_box .pro_li_more p {
    font-size: var(--f18);
    color: #000000;
    text-align: center;
    line-height: 133%;
    transition: all .5s ease;
}

.product_box .pro_li_more:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.product_box .pro_li_more:hover p.L_summary {
    color: var(--li);
}

.pr_word4 h3 {
    font-size: var(--f36);
    color: rgb(0, 0, 0);
    line-height: 133%;
    width: 100%;
    margin: 6% 0 2%;
    font-weight: 700;
}

.pr_word4 p {
    font-size: var(--f18);
    color: #666;
    line-height: 133%;
    margin-bottom: var(--f24);
}

.pr_word4 h4 {
    font-size: var(--f24);
    color: #000;
    line-height: 133%;
    margin: 2.5rem 0 .5rem;
}

.pr_word4 h5 {
    font-size: var(--f18);
    color: #000;
    line-height: 133%;
    margin-bottom: .3rem;
}

.pr_word4 h5:before {
    content: '';
    background: var(--li);
    display: inline-block;
    width: .35rem;
    height: .35rem;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: .5rem;
}

ul.pro_faq {
    margin: 7% 0 10%;
    border: 1px solid #7f7f7f;
    border-style: solid none;
}

ul.pro_faq>li {
    padding: 3% 0;
    border-bottom: 1px solid #e5e5e5;
}

ul.pro_faq li:last-child {
    border: none;
}

ul.pro_faq li .faq_txc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

ul.pro_faq li .faq_txc .left {
    font-size: 1.625rem;
    color: #000000;
    font-weight: 700;
    line-height: 133%;
    width: calc(100% - 4rem);
}

ul.pro_faq li .btn {
    font-size: var(--f24);
    color: var(--li);
}

ul.pro_faq li .btn .colse,
ul.pro_faq li.cur .btn .open {
    display: none;
}

ul.pro_faq li.cur .btn .colse {
    display: block;
}

ul.pro_faq li .faq_word {
    margin-top: 2%;
    display: none;
    text-align: left;
}

ul.pro_faq li .faq_word table {

    margin: 1% 0;

    border-collapse: collapse;
}

ul.pro_faq li .faq_word th {
    color: #000;
    border-bottom: 1px solid #ccc;
    padding: 1rem;
}

ul.pro_faq li.cur .faq_word {
    display: block;
}

ul.pro_faq li .faq_word p {
    font-size: var(--f18);
    color: #666;
    line-height: 178%;
}

ul.pro_faq li .faq_word strong {
    color: #000;
    font-weight: 700;
}

ul.pro_faq li .faq_word ol li {
    list-style: auto;
    margin-bottom: 1%;
}

ul.pro_faq li .faq_word ul li {
    list-style: disc;
}

ul.pro_faq li .faq_word ul,
ul.pro_faq li .faq_word ol {
    padding-left: 1.5rem;
    margin: 1% 0px;
}

ul.pro_faq li .faq_word li::marker {
    color: #000;
    font-weight: bold;
}

ul.pro_faq li .faq_word table td {
    border-bottom: 1px solid #eee;
    padding: 1rem;
}

/* 产品详情 */
.prodect_top {
    padding: 4% 0 7%;
}

.product-details {
    display: flex;
    flex-wrap: wrap;
}

.product_swiper {
    width: 46%;
    transition: all .5s ease;
    margin-right: auto;
}

.prode_swoperbox {
    position: relative;
    padding-right: 9rem;
}

.prode_swoperbox .swiper_bottom {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 8rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-details .product_swiper .Limg_con {
    padding-bottom: 100%;
    border-radius: .25rem;
}

.prode_swoperbox .swiper_bottom .Limg_con {
    height: 100%;
    padding: 0;
    cursor: pointer;
    background: #eee;
    border: 1px solid #eee;
}

.product-details .product_swiper .Limg_con img {
    max-width: 90%;
    max-height: 90%;
}

.swiper_bottom .swiper-slide-thumb-active .Limg_con {
    border-color: var(--li);
}

.prduct_details_right {
    width: 48%;
    transition: all .5s ease;
    position: relative;
}

.prduct_details_right .prod_tit {
    font-size: var(--f36);
    color: #000;
    width: 100%;
    line-height: 133%;
    font-weight: 700;
}

.prode_info {
    margin: 1.5rem 0 0;
    color: #000;
    line-height: 167%;
}

.prode_info span {
    font-size: var(--f18);
    color: #aaa;
    font-weight: 400;
}

.prode_info p {
    margin-top: .5rem;
}

.swiper.mySwiper2 {
    border: 1px solid #eee;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, .2);
    overflow: hidden;
    border-radius: .5rem;
}

.prodact_ys {
    margin: 3rem 0;
}

.prodact_ys p {
    display: table;
    width: 100%;
    color: #000;
    line-height: 162%;
    padding: .25rem 0;
}

.prodact_ys p span {
    width: 32%;
    display: table-cell;
    color: #98a6b1;
}

.prode_more {
    display: block;
    color: var(--li);
    width: 11.25rem;
    text-align: center;
    background: #f3f5f7;
    line-height: 3.625rem;
    border-radius: 5rem;
    transition: all .5s ease;
    font-weight: 500;
}

.prode_more:hover {
    background: var(--li);
    box-shadow: 1px 7px 10px rgb(0 0 0 / 50%);
    color: #fff;
}

.prodact_li2 h3 {
    font-size: var(--f24);
    color: #000000;
    line-height: 133%;
    border-top: 1px solid #666666;
    margin-top: 6%;
    padding: 1.3% 0;
}

.prodes_tab {
    display: flex;
    margin-bottom: 3%;
    margin-top: 6%;
    border-bottom: 1px solid #666666;
    gap: 1px;
    flex-wrap: wrap;
}

.prodes_tab span {
    background: #eee;
    color: #000;
    line-height: 200%;
    padding: 1% 2%;
    cursor: pointer;
    transition: all .5s ease;
    border-radius: .25rem .25rem 0 0;
}

.prodes_tab span.cursor {
    background: var(--li);
    color: #fff;
}

.cons_box {
    display: none;
}

.cons_box.cursor {
    display: block !important;
}

.prodact_li1 {
    font-size: var(--f18);
    color: #666666;
    line-height: 167%;
}

.prodact_li1 strong {
    color: #000;
    line-height: 167%;
    display: block;
    margin: 1rem 0 .25rem;
}

.prodact_li1 ul li {
    margin-top: .5rem;
}

.prodact_li1 ul li:before {
    content: '';
    display: inline-block;
    width: .3rem;
    height: .3rem;
    background: var(--li);
    vertical-align: middle;
    margin-right: .5rem;
}

.shipping {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.shipping .items {
    width: calc((100% - 6rem) / 5);
    cursor: pointer;
}

.shipping .items .Limg_cov {
    padding-bottom: 75%;
}

.shipping .items:hover img {
    transform: scale(1.1);
}

.prodact_li2 h3:nth-of-type(1) {
    margin-top: 3%;
    border-top: none;
}

.prodact_li2 table {
    width: 100% !important;
    border-collapse: collapse;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

.prodact_li2 table th {
    background: var(--li);
    color: #fff;
    text-align: center;
    font-weight: 300;
    border-right: 1px solid #fff;
    padding: 1rem 0;
    line-height: 113%;
}

.prodact_li2 table th:last-child {
    border: none;
}

.prodact_li2 table td {
    color: #000;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    padding: 1rem;
    line-height: 113%;
}

.prodact_li2 table td:last-child {
    border: none;
}

.prodact_li2 table tr:nth-of-type(2n-1) {
    background: #f3f5f7;
}


/* 新闻 */
.newsbox {
    padding: 4% 0 5%;
}

.newsbox .four_sort {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    justify-content: center;
    width: 100%;
    margin: 0 0 5%;
}

.newsbox .four_sort a {
    width: 15rem;
    text-align: center;
    color: #010101;
    cursor: pointer;
    transition: all .5s ease;
    font-size: var(--f24);
    border-bottom: 3px solid #dcdcdc;
    text-transform: uppercase;
    font-weight: 700;
    padding: var(--f24) 0;
    line-height: 125%;
}

.newsbox .four_sort a:hover,
.newsbox .four_sort a.cur {
    color: var(--li);
    border-color: var(--li);
}


ul.h_news {
    display: flex;
    flex-wrap: wrap;
    margin: 3% 0 0;
    gap: var(--f30);
}

ul.h_news li {
    width: calc((100% - var(--f30) * 2) / 3);
    overflow: hidden;
    position: relative;
}

.news_box .Limg_cov {
    padding-bottom: 119%;
    background: var(--li);
}

.news_box .tc {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 6%;
    color: #fff;
}

.news_box .tc .news_time {
    font-size: var(--f18);
}

.news_box .tc .news_t {
    font-size: var(--f24);
    font-weight: 700;
    line-height: 133%;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    margin: var(--f30) 0;
}

.news_box .tc .news_info {
    line-height: 150%;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease;
}

ul.h_news li:hover .Limg_cov img {
    opacity: 0;
}

ul.h_news li:hover .news_info {
    max-height: calc(var(--f16) * 6);
}

.news_text_word {
    padding: 5% 0;
}

/* 优势 */
.wcu_one {
    padding: 6% 0;
}

.wcu_tit {
    color: #000;
    text-transform: uppercase;
    font-size: var(--f16);
    font-weight: 700;
}

.wcu_name {
    font-size: var(--f40);
    color: #ff7e24;
    font-weight: 700;
    line-height: 120%;
    max-width: calc(var(--f40) * 19);
    margin-top: var(--f36);
}

.wcu_one ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--f24);
    margin: 6% 0 7%;
}

.wcu_one ul li {
    width: auto;
    min-width: 20%;
}

.wcu_one ul span.counter {
    font-size: var(--f72);
    color: #000000;
    font-weight: 500;
    display: inline-block;
    line-height: 100%;
}

.wcu_one ul i {
    font-size: var(--f30);
    color: #000000;
    font-weight: 500;
}

.wcu_one ul li p {
    font-size: var(--f18);
    color: #000;
    line-height: 167%;
}

.wcu_one_swiper.swiper {
    padding-bottom: var(--f54);
}

.wcu_one_swiper .Limg_cov {
    padding-bottom: 47%;
}

.wcu_one_swiper .center {
    position: relative;
}

.wcu_one_swiper .tc {
    max-width: 50rem;
    background: rgb(255 126 36 / 85%);
    padding: var(--f60) var(--f54) calc(var(--f60) * 1.8);
    position: absolute;
    left: 0;
    bottom: calc(var(--f54) * -1);
    width: 100%;
    color: #fff;
    min-height: 70vh;
}

.wc_t {
    font-size: var(--f30);
    font-weight: 700;
    line-height: 100%;
}

.wc_in {
    font-size: var(--f18);
    color: rgb(255 255 255 / 60%);
    line-height: 120%;
    margin: 2% 0 3%;
}

.wc_word {
    font-size: var(--f18);
    line-height: 120%;
}

.wc_word p {
    line-height: 0;
}

.wc_word td {
    vertical-align: top;
    padding: .5rem 1rem .5rem 0;
    width: calc(100% - 10rem);
}

.wc_word td:first-child {
    width: 10rem;
}

.wcu_one_swiper.swiper .swiper-pagination {
    line-height: 100%;
    padding-left: var(--f54);
    text-align: left;
    bottom: var(--f16);
    display: flex;
    gap: .5rem;
}

.wcu_one_swiper.swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 12px;
    border: 0;
    position: relative;
    border-radius: 0;
    margin: 0 !important;
    background-color: transparent;
    display: inline-block;
}

.wcu_one_swiper.swiper .swiper-pagination .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #fff;
    transition: background-color .3s ease;
    -webkit-clip-path: polygon(5px 0px, 10px 3px, 10px 9px, 5px 12px, 0px 9px, 0px 3px, 5px 0px,
            5px 1.15px, 1.15px 3.4px, 1.15px 8.6px, 5px 10.85px, 8.85px 8.6px, 8.85px 3.4px, 5px 1.15px);
    clip-path: polygon(5px 0px, 10px 3px, 10px 9px, 5px 12px, 0px 9px, 0px 3px, 5px 0px,
            5px 1.15px, 1.15px 3.4px, 1.15px 8.6px, 5px 10.85px, 8.85px 8.6px, 8.85px 3.4px, 5px 1.15px);
}

.wcu_one_swiper.swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: transparent !important;
    border-color: #fff !important;
}

.wcu_one_swiper.swiper .swiper-pagination .swiper-pagination-bullet-active::before {
    background-color: #fff;
    -webkit-clip-path: polygon(5px 0px, 10px 3px, 10px 9px, 5px 12px, 0px 9px, 0px 3px);
    clip-path: polygon(5px 0px, 10px 3px, 10px 9px, 5px 12px, 0px 9px, 0px 3px);
}

.swc_kcs {
    font-size: var(--f30);
    color: #000;
    font-weight: bold;
    line-height: 120%;
    margin: 7% 0 4%;
}

.profileImg .Limg_cov {
    padding-bottom: 75%;
    margin-bottom: var(--f30);
}

.profileImg p {
    font-size: var(--f18);
    color: #000000;
    text-align: center;
}

.profileImg .pagination {
    margin-top: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.profileImg .pagination.hexagon span {
    width: 10px;
    height: 12px;
    border: 0;
    position: relative;
    border-radius: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
    display: inline-block !important;
}

.profileImg .pagination.hexagon span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(153, 153, 153, 0.85);
    transition: background-color .3s ease;
    -webkit-clip-path: polygon(5px 0px, 10px 3px, 10px 9px, 5px 12px, 0px 9px, 0px 3px, 5px 0px,
            5px 1.15px, 1.15px 3.4px, 1.15px 8.6px, 5px 10.85px, 8.85px 8.6px, 8.85px 3.4px, 5px 1.15px);
    clip-path: polygon(5px 0px, 10px 3px, 10px 9px, 5px 12px, 0px 9px, 0px 3px, 5px 0px,
            5px 1.15px, 1.15px 3.4px, 1.15px 8.6px, 5px 10.85px, 8.85px 8.6px, 8.85px 3.4px, 5px 1.15px);
}

.profileImg .pagination.hexagon span.swiper-pagination-bullet-active::before {
    background-color: rgba(255, 126, 36, 0.85) !important;
    -webkit-clip-path: polygon(5px 0px, 10px 3px, 10px 9px, 5px 12px, 0px 9px, 0px 3px);
    clip-path: polygon(5px 0px, 10px 3px, 10px 9px, 5px 12px, 0px 9px, 0px 3px);
}

.wcu_two {
    background: #f3f5f7;
    padding: 6% 0 7%;
}

.wcu_two ul {
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--f36);
}

.wcu_two ul li {
    width: calc((100% - var(--f36) * 5) / 6);
}

.wcu_two ul li .Limg_con {
    padding-bottom: 39%;
    background: #fff;
    border-radius: .5rem;
    border: 1px solid #eaeaea;
    cursor: pointer;
}

/* 联系我们 */
.con-box1 {
    padding: 6% 0;
    background: #faf2e9;
}

.con-box1 .flex .left {
    width: 40%;
}

.con-box1 .con_tit {
    font-size: var(--f16);
    color: #000000;
    line-height: 225%;
    font-weight: bold;
    text-transform: uppercase;
}

.con-box1 .flex .con_name {
    font-weight: 700;
    color: var(--li);
    font-size: var(--f40);
    line-height: 120%;
    max-width: calc(var(--f40) * 14);
    margin: 3% 0 15%;
}

.con-box1 .flex ul {
    display: flex;
    flex-direction: column;
    gap: var(--f54);
}

.con-box1 .flex ul li {
    justify-content: flex-start;
    gap: var(--f54);
}

.con-box1 .flex ul li .icon {
    font-size: var(--f24);
    color: #000;
}

.con-box1 .flex ul li p {
    color: #666;
    font-size: calc(var(--f18) + 2px);
    width: calc(100% - var(--f54) - var(--f24));
    max-width: calc(var(--f24) * 18);
}

.con-box1 .flex ul li p b {
    display: block;
    color: #000;
}

.con-box1 .maps {
    position: relative;
    height: 0;
    padding-bottom: 39%;
    background: #a4d7eb;
    overflow: hidden;
    z-index: 1;
    width: 55%;
    box-shadow: 0 16px 35px rgb(6 16 42 / 17%);
}
.con-box1 .maps #map,
.con-box1 .maps iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.con-box1 .amap-copyright,
.con-box1 .amap-logo {
    display: none !important;
    pointer-events: none;
}
.con-box2 {
    padding: 6% 0;
    background: #fff;
}


.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;
}

.Message_Form .flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Message_Form>div .form_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--f40);
    margin-bottom: var(--f40);
}

.Message_Form>div .form_left>div {
    width: calc((100% - var(--f40)) / 2);
}

.Message_Form>div .form_left>div:first-child {
    width: 100%;
}

.Message_Form .ph_inputbox {
    display: flex;
}

.Message_Form>div .form_left .ph_inputbox .intl-code {
    width: 7rem;
    font-size: 1rem;
    background-size: 1rem;
    background-position: right .5rem center;
}

.Message_Form>div .form_left .ph_inputbox .intl-code option {
    font-size: .875rem;
}

.Message_Form>div .form_left .ph_inputbox .phone_verification {
    width: calc(100% - 8rem);
    margin-left: auto;
}

.Message_Form>div .e_textarea-66 {
    width: 100%;
    line-height: 0;
}

.Message_Form label {
    display: inline-block;
    color: #000000;
    position: relative;
    padding-right: .8rem;
    line-height: 100%;
    text-transform: uppercase;
}

.Message_Form label+div {
    position: relative;
    margin-top: .5rem;
}

.Message_Form>div .form_left .form-control,
.Message_Form>div .form_left input.form-control {
    width: 100%;
    height: 3rem;
    font-size: var(--f18);
    color: #000;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    padding: 0;
    background: transparent;
}

.select-box .ver-errors {
    left: auto;
    right: 10%;
}

.Message_Form>div .e_textarea-66 textarea.form-control {
    width: 100%;
    min-height: 7rem;
    overflow: hidden;
    font-size: 1rem;
    color: #000;
    font-weight: 300;
    font-family: 'Onsite';
    background: transparent;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding-top: 1rem;
    border-radius: 0;
}

.Message_Form>div .e_textarea-66 textarea.form-control:focus-visible,
.Message_Form .e_textarea-67 input.p_imagecode:focus-visible,
.Message_Form>div .form_left input.form-control:focus-visible {
    outline: none;
}

.Message_Form button.btn-primary {
    width: 12rem;
    height: 3.625rem;
    background: var(--li);
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease;
    font-size: 100%;
    font-family:
        'Onsite';
    padding: 0 var(--f36);
    margin-left: auto;
    color: #fff;
    font-weight: 300;
    margin-top: var(--f60);
    border: 2px solid var(--li);
    border-radius: 15rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

.Message_Form input::-webkit-input-placeholder,
.Message_Form textarea::-webkit-input-placeholder {
    color: rgb(0 0 0 / 50%);
    text-shadow: none;
    -webkit-text-fill-color: initial;
    font-family: 'Onsite';
    font-weight: 300;
    font-size: var(--f18);
}

.Message_Form>div .form_left select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-image: url(/src/img/jt.png);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    color: rgb(0 0 0/ 50%);
    text-shadow: none;
    -webkit-text-fill-color: initial;
    font-family: 'Onsite';
    font-weight: 300;
    font-size: var(--f18);
    padding-left: .5rem;
    transition: all .5s ease;
}

.Message_Form .e_textarea-67 input.p_imagecode:hover,
.Message_Form>div .e_textarea-66 textarea.form-control:hover,
.Message_Form>div .form_left .form-control:hover,
.Message_Form>div .form_left select.form-control:hover {
    border-color: #000;
}

.Message_Form>div .form_left select.form-control option {
    font-family: 'Onsite';
    font-weight: 300;
    font-size: 1rem;
    color: #333;
}

select:hover {
    border-color: #888;
}

select::-ms-expand {
    display: none;
}

.Message_Form button.btn-primary:hover {
    letter-spacing: 2px;
    background: var(--li);
    color: #fff;
    border-color: var(--li);
}

.Message_Form .e_textarea-67 {
    margin-top: var(--f40);
    width: calc((100% - var(--f40)) / 2);
}

.Message_Form .e_textarea-67 .verbox_flex {
    display: flex;
    align-items: center;
}

.Message_Form .e_textarea-67 .ver_left {
    position: relative;
    width: 70%;
}

.Message_Form .e_textarea-67 input.p_imagecode {
    width: 100%;
    height: 3.625rem;
    font-size: 1rem;
    color: #000;
    font-weight: 300;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 0;
}

.Message_Form .verbox {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 25%;
    margin-left: auto;
}

.Message_Form .verbox img {
    width: 100%;
    height: 3rem;
}

.Message_Form .verbox:after {
    content: '';
    background: url(/src/img/Update.png) center no-repeat;
    min-width: 1rem;
    height: 1rem;
    position: absolute;
    right: 0;
    transform: translateX(150%);
}

.con-box2 .con_right {
    max-width: 100%;
    margin-top: 5%;
}

.con-box2 .con_left_box {
    font-size: var(--f40);
    font-weight: bold;
    line-height: 125%;
    color: #000;
    width: 100%;
}

/* VPSA xq */
.vpsa .prode_swoperbox {
    padding-right: 0;
}

.vpsa .prode_swoperbox .swiper_bottom {
    position: relative;
    width: 100%;
    height: 6rem;
}

.vpsa .swiper.mySwiper2 {
    border: none;
    box-shadow: none;
}

.vpsa .product-details .product_swiper .Limg_con {
    padding-bottom: 65%;
}

.vpsa .product-details .product_swiper .Limg_con img {
    max-width: 100%;
}

.vpsa .Limg_con img {
    top: 45%;
}

.vpsa .mySwiper .Limg_con {
    padding-bottom: 0 !important;
}

.vpsa .mySwiper img {
    width: 100%;
    height: 100%;
    max-height: 100% !important;
    object-fit: cover;
    position: relative;
    top: 50% !important;
}

.vpsa .prode_info,
.vpsa .prodact_ys {
    padding-left: 30px;
}

.vpsa .prode_more {
    margin-left: 30px;
}

.vpsa .prode_info>div {
    font-size: 18px;
    line-height: 36px;
}

.vpsa .prodact_ys ul li {
    display: flex;
    align-items: center;
    gap: 30px;
}

.vpsa .prodact_ys ul li:not(:last-child) {
    margin-bottom: 20px;
}

.vpsa .prodact_ys ul li span {
    display: flex;
    align-items: center;
}

.vpsa .proBox {
    padding: clamp(80px, 7.13541666666667vw, 137px) 0;
    background-color: #f3f5f7;
}

.vpsa .proBox>.center {
    border-radius: 10px;
    box-shadow: 0 10px 30px 10px rgba(7, 0, 2, 0.2);
    padding: clamp(30px, 3.6458333333vw, 70px) clamp(50px, 7.29166666667vw, 140px);
}

.vpsa .proBox>.center h3 {
    font-size: var(--f36);
    color: #000;
    line-height: 167%;
}

.vpsa .proBox>.center p {
    font-family: Onsite;
    font-weight: 400;
    font-size: var(--f18);
    color: #000;
    line-height: 267%;
}

.vpsa .proBox>.center p br {
    display: block;
}

.vpsa>.center {
    margin-bottom: clamp(50px, 8.5625vw, 137px);
}

.vpsa>.center.con2 {
    padding: 7% clamp(50px, 7.29166666667vw, 140px);
    padding-bottom: 0;
    margin-bottom: 0;
}

.vpsa>.center.con2 .proTableBox {
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
}

.vpsa>.center.con2 h3 {
    font-size: var(--f30);
    text-align: center;
    color: #000;
    margin-bottom: clamp(20px, 1.8229166666667vw, 35px);
}

.vpsa>.center.con2 table {
    width: max-content !important;
    border-collapse: collapse;
    margin: 0 auto;
}

.vpsa>.center.con2 .proTableBox:not(:last-of-type) {
    margin-bottom: clamp(30px, 3.6458333333vw, 70px);
}

.vpsa>.center.con2 .proTableBox::-webkit-scrollbar {
    height: 6px;
}

.vpsa>.center.con2 table td {
    width: auto !important;
    max-width: clamp(150px, 15.625vw, 300px);
    font-family: Onsite;
    font-weight: 500;
    font-size: var(--f16);
    border: 1px solid #000;
    color: #000;
    padding: 15px;
    text-align: center;
    line-height: 187%;
}

.vpsa>.center.con2 table tr:nth-child(odd) {
    background-color: #f6f6f6;
}

.vpsa>.center.con2 table tr:nth-child(even) {
    background-color: #fdfdfe;
}

@media only screen and (min-width:769px) {

    .app_ul li:nth-of-type(2n) {
        align-items: normal;
    }

    .app_ul li:nth-of-type(2n) .left {
        order: 2;
        position: relative;
        background: transparent;
    }

    .app_ul li:nth-of-type(2n) .left .Limg_cov {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
    }

}


@media only screen and (max-width:1550px) {}

@media (max-width: 1200px) {}

@media only screen and (max-width:1100px) {
    .white_nav_top {
        height: 70px;
    }
}


@media only screen and (max-width:768px) {
    br {
        display: none;
    }

    .nei_banner img {
        height: 200px;
        object-fit: cover;
        opacity: .75;
        margin-top: 0;
    }

    .nei_banner {
        margin-top: 110px;
        background: var(--li);
    }

    .nei_banner .nei_txt .n_ban_tit {
        font-size: 28px;
    }

    .ab_1_t {
        font-size: 24px;
    }

    .wcu_one {
        padding: 50px 0;
    }

    .wcu_name {
        margin-top: 10px;
    }

    .wcu_one ul li {
        min-width: 25%;
        width: 100%;
        position: relative;
    }

    .wcu_one ul li:nth-of-type(2) {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding-top: var(--f24);
        padding-bottom: var(--f24);
    }

    .wcu_one ul i {
        font-size: 18px;
    }

    .wcu_one_swiper .Limg_cov {
        padding-bottom: 75%;
    }

    .wcu_one_swiper .tc {
        max-width: 100%;
        padding: 30px 20px 80px;
        position: relative;
        bottom: 0;
        width: 100%;
        color: #fff;
        min-height: auto;
    }

    .wcu_one_swiper .center {
        position: relative;
        width: 100%;
        max-width: 100%;
    }

    .wcu_one_swiper.swiper {
        padding-bottom: 0;
    }

    .wc_word {
        font-size: 14px;
        line-height: 120%;
        height: 250px;
        overflow-y: auto;
        padding: 0 10px 20px 0;
        margin-top: 18px;
    }

    .wcu_one_swiper.swiper .swiper-pagination {
        padding-left: 20px;
        bottom: 35px;
    }

    .swc_kcs {
        font-size: 20px;
        margin: 50px 0 25px;
    }

    .profileImg .pagination {
        margin-top: 30px;
    }

    .profileImg .Limg_cov {
        margin-bottom: 15px;
    }

    .wcu_two {
        padding: 50px 0;
    }

    .wcu_two ul {
        margin-top: 20px;
        gap: 10px;
    }

    .wcu_two ul li {
        width: calc((100% - 20px) / 3);
    }

    .wcu_two ul li .Limg_con {
        padding-bottom: 50%;
    }

    .wcu_two ul li .Limg_con img {
        max-height: 70%;
    }

    .newsbox .four_sort a {
        width: auto;
        font-size: 16px;
    }

    .newsbox .four_sort {
        gap: 30px;
    }

    ul.h_news {
        display: flex;
        flex-wrap: wrap;
        margin: 30px 0 0;
        gap: 10px;
    }

    ul.h_news li {
        width: 100%;
    }

    .con-box1 {
        padding: 50px 0;
    }

    .con-box1 .flex .left {
        width: 100%;
    }

    .con-box1 .maps {
        padding-bottom: 67%;
        width: 100%;
        margin-top: 40px;
    }

    .con-box1 .flex ul {
        gap: 24px;
    }

    .con-box1 .flex ul li {
        justify-content: flex-start;
        gap: 20px;
    }

    .con-box1 .flex ul li p {
        color: #666;
        font-size: 16px;
    }

    .con-box1 .flex .con_name {
        margin: 10px 0 30px;
    }

    .con-box2 {
        padding: 50px 0;
    }

    .Message_Form>div .form_left>div {
        width: 100%;
    }

    .Message_Form>div .form_left {
        gap: 20px;
        margin: 20px 0;
    }

    .Message_Form .e_textarea-67 {
        margin-top: 20px;
        width: 94%;
    }

    .Message_Form button.btn-primary {
        margin: 20px 0 0;
        position: static;
    }

    .Message_Form .e_textarea-67 .ver_left {
        width: 60%;
    }

    .Message_Form .verbox {
        width: 35%;
    }
}