@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: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.nei_banner .nei_txt .n_ban_tit {
    color: #fff;
    line-height: 150%;
    font-weight: 700;
    font-size: var(--f60);
}

.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: var(--f94);
}

.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: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
}

.company_sort a.com_more {
    font-size: var(--f18);
    color: #999999;
    line-height: var(--f94);
    font-weight: 300;
    display: inline-block;
    margin: 0 2.5vw;
    position: relative;
}

.fixed .company_sort a.com_more {
    transition: all .5s linear;
    line-height: var(--f60);
}

.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: #fff;
    text-transform: uppercase;
}


/* 产品 */
.pro_bigbox {
    padding: 5% 0 7%;
    background: #f1f3f5;
}

.pro_bigbox .center {
    display: flex;
    flex-wrap: wrap;
}

.pro_bigbox .center .left {
    width: 40%;
    margin-right: auto;
}

.pro_bigbox .center .right {
    width: 50%;
}

body.product .yx_foot {
    background: #fff;
}

.pro_lb {
    width: 100%;
}

ul.product_box {
    display: flex;
    flex-wrap: wrap;
    margin: 6% 0 3%;
    width: 100%;
    gap: 1vw;
}

ul.product_box li.product_list {
    width: calc((100% - 2vw) / 3);
    border-radius: 10px;
    overflow: hidden;
}

.pro_li_more {
    display: block;
    padding: 10%;
    transition: all .5s ease;
    position: relative;
    background: #fff;
}

.pro_li_more .Limg_con {
    padding-bottom: 100%;
}

.pro_li_more .Limg_con img {
    transform: translate(-50%, -50%) scale(0.75);
}

.pro_li_more p.L_summary {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--li);
    color: #fff;
    font-size: var(--f18);
    text-align: center;
    padding: 20px 5vw;
    transform: translateY(101%);
    transition: all .5s ease;
}


.pro_li_more:hover {
    box-shadow: 0 0 30px rgb(0 2 33 / 15%);
    background-color: #fff;
}

.pro_li_more:hover p.L_summary {
    transform: translateY(0%);
}

.pro_li_more:hover img {
    transform: translate(-50%, -50%) scale(.85);
}



.prode_top {
    padding: 2% 0;
    border-bottom: 1px solid #e5e5e5;
}

.prode_top .bread_crumbs * {
    color: #999999;
}

.prode_top .bread_crumbs i.icon {
    color: var(--li);
}

.prode_top .bread_crumbs>*:last-child {
    color: #000;
}

.product-details {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.product-details .product_swiper {
    transition: all .5s ease;
    height: 100%;
    position: relative;
    padding-bottom: 30%;
}

.product-details .product_swiper .mySwiper2 {
    width: 100%;
    height: 100%;
}

.product-details .product_swiper .mySwiper2 .swiper-wrapper {
    margin: 0 auto 1px;
}

.product-details .swiper_bottom {
    margin-top: 2%;
}



.product-details .product_swiper .Limg_con {
    padding-bottom: 100%;
}


.product-details .product_swiper .Limg_con img {
    max-height: 80%;
    max-width: 80%;
}

.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_left {
    width: 37%;
    cursor: pointer;
    position: sticky;
    top: max(80px, 4vw);
    left: 0;
    transition: all .5s ease;
}

.prduct_details_right {
    width: 50%;
    padding: 4% 0 0 4%;
    border-left: 1px solid #e5e5e5;
    min-height: 200vh;
    cursor: pointer;
    transition: all .5s ease;
    overflow: hidden;
}


h1.prod_tit {
    font-size: var(--f30);
    color: #000;
    width: 90%;
    line-height: 120%;
}

.prode_tab {
    margin: 3% 0;
    display: flex;
    flex-wrap: wrap;
    color: #666666;
}

.prode_tab p {

    width: 100%;

    line-height: 200%;
}

.prod_detaikls_bottom {
    font-size: var(--f16);
    color: #666666;
    font-weight: 300;
    line-height: 167%;
    padding: 10% 0;
}

.prod_detaikls_bottom hr {
    background-color: #fff;
    height: 1px;
    border: none;
}

.prod_detaikls_bottom h2 {
    font-size: var(--f30);
    color: #000;
    line-height: 150%;
    margin: 3% 0 1%;
}

.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;
    line-height: 166%;
    margin-bottom: 2%;
}

.prod_detaikls_bottom table th {
    background: #f1f3f5;
    color: #000;
    font-weight: bold;
    padding: 17px 10px;
    border-bottom: 1px solid #000;
    text-align: left;
}

.prod_detaikls_bottom table td {
    padding: 17px 10px; 
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #f7f7f7;
}

.prod_detaikls_bottom table tr>td:first-child {
    color: #000000;
}

.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, 8vw);
    height: max(45px, 2.917vw);
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
    margin-top: 5%;
    border-radius: max(50px, 5.208vw);
}

a.prode_more:hover {
    border-radius: 0;
}


/* 优势 */
.ycu_1 {
    background: #fff;
    padding: 6% 0;
}

.ycu_1 .center {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ycu_1 .left {
    width: 34%;
}

.ycu_1 .right {
    width: 54%;
}

.ycu_1 .left .ycu_num {
    margin-top: 4.5vw;
}

.ycu_1 .left .ycu_num .lis {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3vw;
}

.ycu_1 .left .ycu_num .ycu_txt {
    width: calc(100% - 73px);
    padding-left: 20px;
}

.ycu_1 .left .ycu_num .ycu_txt span.counter {
    color: var(--li);
    font-size: var(--f60);
    line-height: 100%;
}

.ycu_1 .left .ycu_num .ycu_txt i {
    color: var(--li);
    font-size: var(--f30);
    vertical-align: top;
}

.ycu_1 .left .ycu_num .ycu_txt p {
    font-size: var(--f18);
    color: #666;
}

.ycu_1 .right p {
    font-size: var(--f18);
    color: #666666;
}

.ycu_1 .right hr {
    border: none;
    border-bottom: 1px dashed #ccc;
    margin: 5% 0;
}

.ycu_1 .right .imgbox {
    display: flex;
    justify-content: space-between;
}

.ycu_1 .right .imgbox img {
    width: 26%;
    filter: drop-shadow(2px 2px 10px #eee);
}

.ycu_2 {
    background: #142534;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ycu_2 .left {
    width: 50%;
}

.ycu_2 .left img {
    width: 100%;
    vertical-align: top;
}

.ycu_2 .right {
    width: 50%;
}

.ycu_2 .right .yxu_word {
    padding: 0px 12%;
}

.ycu_2 .right .yxu_word .ind_h2 {
    color: #fff;
    max-width: 500px;
}

.ycu_2 .right .yxu_word>p {
    font-size: var(--f18);
    color: #fff;
    margin: 3vw 0;
}

.ycu_2 .right .ycu_ns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ycu_2 .right .ycu_ns .ycu_txh {
    width: calc(100% - 64px);
    padding-left: 20px;
}

.ycu_2 .right .ycu_ns span.counter {
    font-size: var(--f72);
    color: var(--li);
    line-height: 100%;
}

.ycu_2 .right .ycu_ns i {
    color: var(--li);
    font-size: var(--f30);
    vertical-align: top;
}

.ycu_2 .right .ycu_ns p {
    color: #fff;
    font-size: var(--f18);
}

.ycu_3 {
    padding: 6% 0;
}

.ycu_3 .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ycu_3 .top .left {
    width: 40%;
    max-width: max(540px, 28.125vw);
}

.ycu_3 .top .right {
    display: flex;
    gap: 4vw;
}

.ycu_3 .top .right .lie {
    padding-left: 4vw;
}

.ycu_3 .top .right .lie:last-child {
    border-left: 1px solid #dddddd;
}

.ycu_3 .top .right .lie span.counter {
    color: var(--li);
    font-size: var(--f60);
}

.ycu_3 .top .right .lie i {
    font-size: var(--f30);
    color: var(--li);
}

.ycu_3 .top .right .lie p {
    font-size: var(--f18);
    color: #666;
    line-height: 134%;
    margin-top: 10px;
}

.ycu_3 .bottom p {
    font-size: var(--f18);
    color: #666;
    margin: 3% 0;
}

.ycu_3 .bottom .Limg_cov {
    padding-bottom: 67%;
    border-radius: 10px;
}

.ycu_3 .bottom .swiper-pagination {
    position: static;
    margin-top: 2%;

}

/* 行业 */
.indust footer.yx_foot {
    background-color: #fff;
}

.indust_ban {
    position: relative;
    overflow: hidden;
}

.indust_txt {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

.indust_ban img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.indust_txt .n_ban_tit {
    color: #fff;
    line-height: 150%;
    font-weight: 700;
    font-size: var(--f60);
}

.indust_ban .indust_sotr {
    position: absolute;
    left: 0;
    bottom: 8%;
    width: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    display: flex;
    justify-content: center;
    gap: 5vw;
}

.indust_ban .indust_sotr .com_more {
    font-size: var(--f18);
    color: #fff;
    line-height: 200%;
    padding: 1.2vw 0;
    position: relative;
    opacity: .5;
    transition: all .5s;
}

.indust_ban .indust_sotr .com_more:hover,
.indust_ban .indust_sotr a.active {
    opacity: 1;
}

.indust_ban .indust_sotr .com_more:hover:before,
.indust_ban .indust_sotr a.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--li);
    left: 0;
    bottom: 0;
    transition: all .5s;
}

.indust_box {
    padding: 5% 0;
}

.indust_box .top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.indust_box .top .left {
    max-width: max(530px, 27.604vw);
    width: 45%;
}

.indust_box .top .right {
    font-size: var(--f18);
    color: #666;
    width: 54%;
}

.indust_box hr {
    border: none;
    border-bottom: 1px dashed #7f7f7f;
    margin: 3% 0;
}

.indust_box h3 {
    font-size: var(--f24);
    color: #000000;
    margin-bottom: 1%;
}

.indust_box td {
    width: 54%;
    padding: 5px 0;
    font-size: var(--f18);
    color: #666;
    position: relative;
    padding-left: 20px;
}

.indust_box td:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background: var(--li);
    border-radius: 50%;
    transform: translateY(-50%);
}

.indust_box p {
    line-height: 0;
}

.indust_box tr>td:first-child {
    width: 46%;
}

.indust_part {
    background: #f1f3f5;
    padding: 5% 0;
}

.ind_h2 {
    font-size: var(--f42);
    color: #000;
    line-height: 120%;
}

.ind_h2:after {
    content: '';
    display: block;
    background: var(--li);
    width: 50px;
    height: 4px;
    margin: 1vw 0;
}

.ind_h2 span {
    color: var(--li);
}

.partner_swiper {
    margin-top: 3%;
    padding-bottom: 4%;
}

.partner_swiper .Limg_con {
    padding-bottom: 58%;
    background: #fff;
    border-radius: 10px;
    transition: all .5s linear;
    cursor: pointer;
}

.partner_swiper .Limg_con img {
    max-width: 80%;
    max-height: 80%;
}

.partner_swiper .Limg_con:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.partner_swiper .swiper-pagination-bullet-active {
    background: var(--li);
}

/* 关于我们 */
.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: 39%;
}

.ab_one .a_right {
    font-size: var(--f18);
    width: 51%;
    color: #666666;
}

.ab_one .a_left p {
    font-size: var(--f18);
    color: #000;
    text-transform: uppercase;
}

.ab_one .a_left h2 {
    font-size: var(--f48);
    color: #000;
    line-height: 125%;
    margin-top: 2%;
}

.ab_one .a_img {
    width: 100%;
    margin: 5% 0;
}

.ab_one .a_img img {
    width: 100%;
    vertical-align: top;
}

ul.four_bottom {
    display: flex;
    justify-content: space-between;
    gap: 2vw;
    width: 100%;
}

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.75vw);
    font-weight: 700;
    line-height: 100%;
}

ul.four_bottom li i {
    color: var(--li);
    font-size: max(20px, 1.667vw);
    font-weight: 700;
    vertical-align: top;
}

ul.four_bottom li p {
    font-size: var(--f16);
    color: #000;
    line-height: 140%;
}

.flex-big {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    gap: 4vw;
    color: #666;
}

.flex-big .flex-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flex-big .flex-list>div {
    width: 45.5%;
}

.flex-big .flex-list:nth-of-type(1) .left {
    order: 2;
}

.flex-big .flex-list img {
    width: 100%;
    vertical-align: top;
}

.flex-big .flex-list .right {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.ab_three {
    background: url(/src/img/ab5.jpg) center center/cover no-repeat;
    padding: 8% 0;
    background-attachment: fixed;
}

.ab_three h2 {
    font-size: var(--f48);
    color: #fff;
    line-height: 100%;
    margin-bottom: 5%;
}

.ab_three ul.bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 2vw;
}

.ab_three ul.bottom img {
    max-width: 100%;
}

.ab_three ul.bottom h3 {
    color: var(--li);
    font-size: var(--f48);
    text-transform: uppercase;
    line-height: 100%;
    margin: 3vw 0 2vw;
}

.ab_three ul.bottom p {
    font-size: var(--f22);
    color: #fff;
}

.ab_two {
    background: #fff;
    padding: 5% 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.ab_two .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6%;
}

.ab_two .top h2 {
    font-size: var(--f48);
    color: #000;
    line-height: 100%;
}

.ab_two .top .button {
    display: flex;
    gap: 1vw;
}

.ab_two .top .button>div {
    position: static;
    transform: none;
    opacity: 1;
    border: 2px solid rgb(0 0 0 / 20%);
    cursor: pointer;
    user-select: all;
    transition: all .5s;
}

.ab_two .top .button>div:after {
    color: #000;
    font-size: var(--f16);
    font-weight: 700;
}

.ab_two .top .button>div:hover {
    background: var(--li);
}

.ab_two .top .button>div:hover:after {
    color: #fff;
    transition: all .5s;
}

.two_bottom {
    max-width: max(730px, 38.021vw);
    width: 94%;
    margin: 5% auto 0;
}

.two_bottom ul {
    display: flex;
    justify-content: space-between;
}

.two_bottom ul li {
    flex: 1;
    text-align: center;
    color: #000;
    font-weight: 700;
    cursor: pointer;
}

.two_bottom ul li.active {
    color: var(--li);
}

.progress_line {
    position: relative;
    display: flex;
    margin: 5% 0 0;
    flex-wrap: wrap;
}

.progress_line .puli {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.progress_line .puli:before,
.progress_line .puli>div {
    content: '';
    display: block;
    width: 1px;
    height: max(8px, 0.365vw);
}

.progress_line .red {
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid var(--li);
    z-index: 2;
    transition: all 1s linear;
    -webkit-clip-path: polygon(0 0, var(--w) 100% 0, var(--w) 100%, 0% 100%);
    clip-path: polygon(0 0, var(--w) 0, var(--w) 100%, 0% 100%);
}

.progress_line .gray:before,
.progress_line .gray div {
    background: #babbbe;
}

.progress_line .gray {
    border-bottom: 1px solid #babbbe;
}

.progress_line .red:before,
.progress_line .red div {
    background: var(--li);
}

.hist_box img {
    width: 100%;
    object-fit: contain;
}

.hist_box .hist_nei {
    position: absolute;
    top: 0;
    left: 40%;
    width: 50%;
}

.hist_box .hist_nei .hist_time {
    font-size: var(--f80);
    color: var(--li);
    font-weight: 100;
    line-height: 100%;
    margin-bottom: 1.5vw;
}

.hist_box .hist_nei .hist_word {
    font-size: var(--f18);
    color: #000;
    max-height: max(90px, 6.771vw);
    overflow: auto;
}

.ab_four {
    background: url(/src/img/honorbg.jpg) bottom center no-repeat;
    padding: 10% 0;
    background-size: cover;
}

.ab_four h2 {
    font-size: var(--f48);
    color: #000;
    line-height: 100%;
    text-align: center;
}


.honor_swiper .swiper-slide {
    width: 230px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 4.4px 35.2px 0px rgba(70, 29, 5, 0.16);
}

.honor_swiper .swiper-slide .Limg_cov {
    padding-bottom: 141%;
}

.honor_swiper {
    max-width: var(--w1100);
    width: 100%;
    margin: 4% auto 0;
}

.honor_swiper .swiper .swiper-pagination {
    text-align: center;
    transform: none;
    line-height: 0;
    position: static;
    margin-top: 2%;
}

.honor_swiper .swiper .swiper-pagination-bullet {
    background: #aaaaaa;
    border-radius: 50%;
    line-height: 100%;
}

.honor_swiper .swiper .swiper-pagination-bullet-active {
    background: var(--li);
}

.honor_swiper .Limg_con {
    padding-bottom: 59%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
}

.honor_swiper p {
    font-size: var(--f18);
    color: #000000;
    line-height: 133%;
    text-align: center;
    font-weight: 300;
    width: 100%;
    opacity: 0;
    background: #fff;
    padding: 10px;
    display: none;
}

.honor_swiper .swiper-slide-active p {
    opacity: 1;
}

/* 新闻 */

a.news_box {
    position: relative;
    overflow: hidden;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: block;
}

a.news_box .Limg_coh {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

a.news_box .Limg_coh img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    bottom: 0;
    transition: all .5s ease;
}

a.news_box .nm {
    position: absolute;
    z-index: 2;
    left: 10%;
    top: 13%;
    width: 80%;
    height: 74%;
}

a.news_box .Limg_coh:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .5s ease;
}

a.news_box:hover .Limg_coh:before {
    opacity: 0.4;
    background: #000;
}

a.news_box:hover .Limg_coh img {
    transform: scale(1.05);
}

a.news_box .nm .news_time {
    color: var(--color);
    opacity: .6;
    font-size: 14px;
}

a.news_box .nm .news_tit {
    font-size: var(--f24);
    color: var(--color);
    line-clamp: 3;
    -webkit-line-clamp: 3;
    line-height: 125%;
    margin: 1vw 0 2vw;
    min-height: 90px;
}

a.news_box .nm .news_sum {
    color: var(--color);
    opacity: .6;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.news_bigbox {
    padding: 4% 0;
    --color: #000;
}

a.news_box:hover {
    --color: #fff;
}

.news_more_li {
    position: absolute;
    left: 0;
    bottom: 0;
    color: var(--li);
    font-weight: bold;
    font-size: 14px;
}

.news_ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e5e5e5;
    margin-top: 4%;
}

.news_ul .news_li {
    width: calc(100% / 3);
}


.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: max(14px, 0.833vw);
    line-height: 200%;
    color: #333;
    font-weight: 300;
    margin-top: 2%;
}

.news_word h2 {
    font-size: max(max(16px, 0.938vw), 1.2vw);
}

.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;
}


/* 联系我们 */
.con_big .con_1 {
    padding: 6% 0;
}

.con_1 .center {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.con_1 .center .left {
    width: 27%;
}

.con_1 .center .left h2 {
    font-size: var(--f30);
    color: #000;
    text-transform: uppercase;
    line-height: 125%;
}

.con_1 .center .left .con_txt {
    margin: 2vw 0;
}

.con_1 .center .left .con_txt * {
    font-size: var(--f18);
    color: #999999;
    line-height: 200%;
}

.con_1 .center .left .ts {
    font-size: var(--f36);
    color: #db090c;
    display: block;
    line-height: 100%;
}

.con_1 .center .right {
    width: 61%;
    background: #ccc;
    position: relative;
    overflow: hidden;
}

.con_1 .center .right iframe {
    width: 100%;
    aspect-ratio: 60 / 45;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.amap-logo {
    display: none !important;
}

.con_big .con_2 .center {
    padding: 4% 0 9%;
    border-top: 1px dashed #7f7f7f;
}

.con_big .con_2 .center h2 {
    font-size: var(--f48);
    color: #000;
    line-height: 100%;
}

.con_big .con_2 .center p {
    font-size: var(--f18);
    color: #666;
    margin: 2% 0 3%;
}

.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: max(15px, 2vw);
}

.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;
}

.Message_Form label {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}

.Message_Form label span {
    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: #f1f3f5;
    border: 1px solid #f1f3f5;
    padding: 0 20px;
    border-radius: 1000000px;
}

.Message_Form>div .e_textarea-66 textarea.form-control {
    width: 100%;
    height: 89%;
    overflow: hidden;
    font-size: max(16px, 0.94vw);
    color: #333;
    font-weight: 300;
    font-family: 'Onsite';
    background: #f1f3f5;
    border: 1px solid #f1f3f5;
    padding: 3% 20px;
    border-radius: 10px;
}

.Message_Form button.btn-primary {
    line-height: max(45px, 3.6vw);
    width: 100%;
    background: var(--li);
    color: #fff;
    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 #fff;
    border-radius: 100px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
    text-shadow: none;
    -webkit-text-fill-color: initial;
    font-family: 'Onsite';
    font-weight: 300;
    font-size: var(--f16);
}

.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;
    align-items: flex-end;
}

.Message_Form .e_textarea-67 .ver_left {
    width: 65%;
}

.Message_Form .e_textarea-67 input.p_imagecode {
    width: 100%;
    height: max(45px, 2.7vw);
    font-size: max(16px, 0.94vw);
    color: #333;
    font-weight: 300;
    margin-right: 1%;
    padding: 0 20px;
    border-radius: 50px;
    background: #f1f3f5;
    border: 1px solid #f1f3f5;
}

.Message_Form .verbox {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 30%;
    margin-left: auto;
}

.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;
}

.con_3 {
    background: url(/src/img/con2.jpg) center center/cover;
    position: relative;
}

.con_3 h2 {
    text-align: center;
    color: #fff;
    font-size: var(--f48);
    line-height: 100%;
    position: absolute;
    top: 17%;
    left: 0;
    width: 100%;
}

.con_3 ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.con_3 ul li {
    flex: 1;
    height: 960px;
    position: relative;
    border-right: 1px solid rgb(255 255 255 / 10%);
    padding: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.con_3 ul li .tc {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: left;
    background: rgb(223 33 36 / 90%);
    color: #fff;
    left: 0;
    top: 10%;
    padding: 8vw 3vw 3vw;
    opacity: 0;
    transition: all .5s ease;
}

.con_3 ul li .tc h3 {
    font-size: var(--f36);
    line-height: 100%;
    margin: 1vw 0 2vw;
}

.con_3 ul li .tc .txt {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.con_3 ul li:hover .tc {
    top: 0;
    opacity: 1;
}

.con_3 ul li .dc {
    font-size: var(--f36);
    line-height: 100%;
    color: #fff;
    transition: all .5s ease;
}

.con_3 ul li .dc img {
    max-width: 100%;
    vertical-align: top;
    margin-bottom: 2vw;
}

.con_3 ul li:hover .dc {
    transform: translateY(-10%);
    opacity: 0;
}

.prode_tab p:first-child {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 4%;
    padding-bottom: 4%;
}

@media screen and (min-width: 1201px) {
    .mc {
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    .ph {
        display: none;
    }
}



@media only screen and (max-width:1140px) {}

@media screen and (min-width: 769px) {
    .product-details.scroll .swiper_bottom {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 2%;
    }

    .product-details.scroll .mySwiper2 .Limg_con {
        padding: 0;
        height: 100%;
    }

    .product-details.scroll .prduct_details_left {
        width: 30%;
        height: calc(100vh - max(80px, 4vw));
    }

    .product-details.scroll .prduct_details_right {
        width: 65%;
    }
}

@media only screen and (max-width:768px) {
    .nei_banner {
        height: 250px;
    }

    .indust_ban {
        height: 250px;
        margin-top: 70px;
    }

    .indust_txt .n_ban_tit {
        font-size: 28px;
    }

    .indust_ban img,
    .nei_banner img {
        height: 100%;
        object-fit: cover;
    }

    .nei_banner .nei_txt .n_ban_tit {
        font-size: 36px;
    }

    .indust_ban .indust_sotr {
        display: none;
    }

    ul.product_box,
    section.Inside_pro .pro_right {
        width: 100%;
        margin-top: 20px;
    }

    .pro_name {
        order: 2;
    }

    ul.product_box li.product_list {
        width: calc((100% - 1vw) / 2);
    }

    .prduct_details_left {
        width: 100%;
        position: relative;
        margin-bottom: 50px;
        top: 0;
        padding: 0;
    }

    .product-details .product_swiper {
        width: 100% !important;
        padding-bottom: 0;
    }

    .prduct_details_right {
        width: 100%;
        border: none;
        border-top: 1px solid #e5e5e5;
        padding: 50px 0;
    }

    .ban_re {
        margin-top: 70px;
    }

    .sort_height {
        display: none;
    }

    .ab_one {
        padding: 50px 0;
    }

    .ab_one .a_left {
        width: 100%;
    }

    .ab_one .a_right {
        width: 100%;
        line-height: 167%;
        margin-top: 2%;
        font-size: 14px;
    }

    .pro_bigbox .center>div {
        width: 100% !important;
        margin-top: 15px;
    }

    ul.four_bottom {
        flex-wrap: wrap;
    }

    ul.four_bottom li {
        width: calc((100% - 2vw) / 2);
        background: #eee;
        padding: 15px;
    }

    .flex-big .flex-list:nth-of-type(1) .left {
        order: 0;
    }

    .flex-big .flex-list>div {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab_three {
        padding: 50px 0;
        background-attachment: scroll;
    }

    .ab_three ul.bottom img {
        max-width: 50px;
    }

    .ab_three ul.bottom li {
        width: 100%;
        background: rgb(0 0 0 / 20%);
        padding: 20px;
    }

    .ab_three ul.bottom h3 {
        font-size: 24px;
    }

    .ab_three ul.bottom p {
        font-size: 16px;
    }

    .ab_three ul.bottom p br {
        display: none;
    }

    .ab_two {
        padding: 50px 0;
    }

    .ab_two .center {
        position: relative;
        padding-bottom: 50px;
    }

    .ab_two .top .button {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }

    .ab_two .top .button>div {
        border: 1px solid rgb(0 0 0 / 20%);
    }

    .ab_two .top .button>div:after {
        font-size: 12px;
        font-weight: 400;
    }

    .hist_box .hist_nei .hist_time {
        font-size: 28px;
    }

    .hist_box .hist_nei .hist_word {
        font-size: 14px;
    }

    .hist_box .hist_nei {
        left: 35%;
        width: 65%;
    }

    .hist_box .hist_nei .hist_word {
        max-height: 120px;
    }

    .ab_four {
        background: #fff;
        padding: 50px 0;
    }

    .honor_swiper {
        margin-top: 35px;
    }

    .honor_swiper .Limg_con {
        padding-bottom: 135%;
    }

    .honor_swiper .swiper .swiper-pagination {
        margin-top: 20px;
    }

    .ycu_1 .center>div {
        width: 100%;
    }

    .ycu_1 {
        padding: 50px 0;
    }

    .ycu_1 .right p {
        font-size: 14px;
    }

    .ind_h2 {
        font-size: 24px;
        color: #000;
        line-height: 134%;
    }

    .ycu_1 .left .ycu_num {
        margin: 35px 0;
    }

    .ycu_1 .left .ycu_num .lis {
        margin-bottom: 20px;
    }

    .ycu_1 .left .ycu_num .lis img {
        width: 50px;
    }

    .ycu_1 .left .ycu_num .ycu_txt {
        width: calc(100% - 50px);
    }

    .ycu_1 .left .ycu_num .ycu_txt span.counter {
        font-size: 36px;
    }

    .ycu_1 .left .ycu_num .ycu_txt i {
        font-size: 18px;
    }

    .ycu_2>div {
        width: 100% !important;
    }

    .ycu_2 .right .yxu_word {
        padding: 30px 3% 50px;
    }

    .ycu_2 .right .yxu_word>p {
        font-size: 14px;
        margin: 20px 0;
    }

    .ycu_2 .right .ycu_ns img {
        width: 50px;
    }

    .ycu_2 .right .ycu_ns .ycu_txh {
        width: calc(100% - 50px);
    }

    .ycu_3 .top .left {
        width: 100%;
    }

    .ycu_3 .top .right {
        flex-direction: column;
        margin: 50px 0 20px;
    }

    .ycu_3 .top .right .lie {
        border-left: 1px solid #dddddd;
    }

    .ycu_3 .top .right .lie p {
        font-size: 14px;
    }

    .ycu_3 .bottom p {
        font-size: 14px;
        margin-bottom: 35px;
    }

    .ycu_3 {
        padding: 50px 0;
    }

    .indust_box {
        padding: 50px 0;
    }

    .indust_box .top>div {
        width: 100% !important;
        margin-bottom: 25px;
    }

    .indust_box .top .right {
        font-size: 14px;
    }

    .indust_box td {
        width: 100% !important;
        display: block;
        font-size: 14px;
    }

    .indust_part {
        padding: 50px 0;
    }

    .partner_swiper {
        margin-top: 30px;
        padding-bottom: 50px;
    }

    .news_bigbox {
        padding: 50px 0;
    }

    .news_ul .news_li {
        width: 100%;
        margin-bottom: 20px;
    }

    a.news_box .nm {
        position: absolute;
        z-index: 2;
        left: 3%;
        top: 3%;
        width: 94%;
        height: 94%;
    }

    a.news_box .Limg_coh {
        padding-bottom: 75%;
    }

    .news_text_word {
        padding: 50px 0;
    }

    .con_big .con_1 {
        padding: 50px 0;
    }

    .con_1 .center>div {
        width: 100% !important;
    }

    .con_1 .center .right {
        height: 300px;
        margin-top: 35px;
    }

    .con_big .con_2 .center {
        padding: 50px 0;
    }

    .con_big .con_2 .center p {
        font-size: 14px;
        margin: 15px 0 30px;
    }

    .Message_Form>div .form_left {
        width: 100%;
    }

    .Message_Form>div .e_textarea-66 {
        width: 100%;
        position: static;
        height: 100%;
        margin-top: max(15px, 1vw);
    }

    .Message_Form .flex>div {
        width: 100%;
        text-align: left;
        margin-bottom: max(15px, 1vw);
    }

    .Message_Form .verbox img {
        width: 100%;
        height: 45px;
        border-radius: 50px;
    }

    .con_3 ul li {
        flex: none;
        width: 100%;
        height: auto;
    }

    .con_3 ul li .dc {
        display: none;
    }

    .con_3 ul li .tc {
        position: static;
        padding: 20px;
        opacity: 1;
    }

    .con_3 ul li .tc img {
        width: 50px;
    }

    .con_3 h2 {
        color: #000;
        position: static;
        width: 100%;
        margin: 0 0 20px;
    }

    .con_3 {
        background: #fff;
        padding: 50px 0;
    }

    .pro_li_more p.L_summary {
        font-size: 14px;
        padding: 5px 10px 0;
    }

    body .fo_sharing a img {
        width: 120px;
        left: 0%;
        transform: none;
        z-index: 99;
    }

}