@charset "UTF-8";

body footer.yx_foot {
    padding-top: 10%;
}

/* 内页banner*/
.nei_banner {
    position: relative;
    overflow: hidden;
    background: #000;
}

.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);
}

.nei_banner .nei_txt .n_ban_sum {
    font-size: max(16px, 0.938vw);
    color: rgb(255 255 255 / 70%);
}

.bread_crumbs * {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.ab_ban .ab_tc {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 2;
    color: #fff;
    align-items: flex-start;
    padding: 3% 0;
    border-top: 1px solid rgb(255 255 255 / 30%);
}

.ab_ban .ab_tc .ab_left {
    font-size: var(--f48);
    line-height: 100%;
    font-weight: bold;
}

.ab_ban .ab_tc .ab_right {
    width: 45%;
}

.ab_ban .ab_tc .ab_right .public_more {
    color: #fff;
    margin-top: var(--f48);
}

.ab_ban .nei_txt.center {
    top: 30%;
}


/* 产品 */

.product_sort {
    width: 100%;
    transition: all .5s ease;
    border-bottom: 1px solid #e5e5e5;
}


.product_sort .center {
    justify-content: flex-start;
}

.product_sort .custom-dropdown {
    line-height: calc(var(--f42) * 2);
    border-radius: 10px;
    color: #aaaaaa;
    border: 1px solid rgb(255 255 255 / 20%);
    cursor: pointer;
    font-size: var(--f18);
    position: relative;
    z-index: 2;
    transition: all .5s ease;
    font-weight: bold;
    max-width: 400px;
    width: 100%;
    margin-right: calc(var(--f30) * 2);
    position: relative;
}

.product_sort .dropdown-header {
    display: flex;
    justify-content: space-between;
}

.product_sort .w40 {
    color: #000;
}

.product_sort .w40:before {
    content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    right: calc(var(--f30) * -1);
    background: #000;
    opacity: .1;
    top: 50%;
    margin-top: -15px;
}

.product_sort .custom-dropdown .arrow {
    color: var(--li);
}

ul.dropdown-options {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 120%;
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(0 33 68 / 15%);
    border: 1px solid #e9ecf2;
    padding: var(--f18) 0;
    display: none;
    max-height: 500px;
    overflow-y: auto;
}

ul.dropdown-options a {
    display: block;
    color: #666666;
    font-size: var(--f16);
    line-height: 300%;
    padding: 0 var(--f24);
    transition: all .5s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

ul.dropdown-options li.active a,
ul.dropdown-options a:hover {
    background: #e9ecf2;
    color: #000;
}

.product_sort .custom-dropdown.active .dropdown-options {
    display: block;
}

.pro_top .sort_name {
    margin: 6% 0 2%;
    font-size: var(--f40);
    color: #000;
    font-weight: bold;
    line-height: 100%;
}

.pro_top .sort_sum {
    color: #666;
}

ul.product_box {
    display: flex;
    flex-wrap: wrap;
    gap: 5vw 3vw;
}

.pro_bottom {
    padding: 4% 0 8%;
}

ul.product_box .product_list {
    width: calc((100% - 6vw) / 3);
    text-align: center;
}

ul.product_box .product_list .L_summary {
    color: #000;
    width: 88%;
    margin: 3% auto 0;
}

ul.product_box .product_list .Limg_cov {
    padding-bottom: 70%;
    border-radius: 10px;
}

ul.product_box .product_list:hover img {
    transform: scale(1.1);
}

ul.product_box .product_list:hover p.L_summary {
    color: var(--li);
}


.prode_top {
    margin-top: max(80px, 4vw);
    padding: 2% 0;
}

.prode_top .bread_crumbs * {
    color: #bbbbbb;
}

.prode_top .bread_crumbs i.icon {
    color: var(--li);
}

.prode_top .bread_crumbs>*:last-child {
    color: #272727;
}

.product-details {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.product-details .product_swiper {
    width: 42%;
    position: sticky;
    top: max(100px, 5vw);
    left: 0;
    margin-right: auto;
    padding-bottom: 2%;
}

.product-details .product_swiper .mySwiper2 {
    width: 100%;
}

.product-details .product_swiper .mySwiper2 .icon {
    border: none;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}


.product-details .product_swiper .mySwiper2 .swiper-button-prev:after {
    content: '\e79c';
    font-family: 'iconfont' !important;
    color: #97999b;
    transform: rotate(180deg);
}

.product-details .product_swiper .mySwiper2 .swiper-button-next:after {
    content: '\e79c';
    font-family: 'iconfont' !important;
    color: #97999b;
}

.product-details .product_swiper .mySwiper2 .icon:hover {
    background-color: var(--li);
}

.product-details .product_swiper .mySwiper2 .icon:hover::after {
    color: #000;
}

.product-details .swiper_bottom {
    margin-top: 3%;
}

.product-details .product_swiper .Limg_con {
    padding-bottom: 88%;
    border-radius: 10px;
    background-color: #f2f2f2;
}

.product-details .product_swiper .Limg_con:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.product-details .swiper_bottom .Limg_con {
    background: #fff;
    border: 2px solid #f1f1f1;
    cursor: pointer;
}

.product-details .swiper_bottom .swiper-slide-thumb-active .Limg_con {
    border-color: var(--li);
}

.prduct_details_right {
    width: 54%;
    min-height: 200vh;
}

h1.prod_tit {
    font-size: var(--f30);
    color: #000;
    line-height: 120%;
    padding-left: 1.3vw;
    margin-bottom: 3%;
}

.prode_tab {
    margin: 6% 0 7%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5vw;
    color: #666666;
}

.prod_detaikls_bottom {
    font-size: var(--f16);
    color: #666666;
    font-weight: 300;
    line-height: 167%;
    padding-left: 1.3vw;
}

.prod_detaikls_bottom img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    vertical-align: top;
}

.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-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;
}


/* 优势 */
.wcu_bigbox {
    background: #e2f0fa;
    position: relative;
}

.wcu_bigbox:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #000;
    opacity: 0.1;
    left: 50%;
    top: 0;
}

.wcu_one {
    padding: 7% 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.wcu_one .left {
    width: 40.5%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.wcu_one .left img {
    width: 100%;
    vertical-align: top;
}

.wcu_one .right {
    width: 41.5%;
}

.wcu_one:nth-of-type(2n) .left {
    order: 2;
}

.wcu_one h2 {
    font-size: var(--f40);
    color: #000000;
    line-height: 120%;
    width: 80%;
}

.wcu_one .right>p {
    color: #666666;
    margin: 7% 0 12%;
    width: 88%;
}

.wcu_one .num {
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.wcu_one .num>div {
    display: flex;
    flex-wrap: wrap;
    gap: var(--f14);
    font-size: var(--f18);
    color: #000;
}

.wcu_one .num>div p {
    width: 100%;
}

.wcu_one .num .jb {
    font-size: var(--f72);
    font-weight: 400;
}

.wcu_one .num .jb i {
    font-weight: 200;
    font-size: var(--f24);
}

.left_ts {
    width: 40.5%;
}

.left_ts .grid-container {
    display: grid;
    grid-template-areas:
        "a b c"
        "d e f"
        "g e i"
        "j k l";
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1vw;
}

.left_ts .box {
    background: #fff;
    text-align: center;
    padding: 1vw;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    color: #999;
    transition: all .5s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1vw;
}

.left_ts .box:hover {
    background: #6fcc8b;
    color: #fff;
}

.left_ts .box:hover img {
    transform: translateY(-100px);
    filter: drop-shadow(0px 100px 0px #fff);
}

.left_ts .box p {
    line-height: 100%;
}

.left_ts .a {
    grid-area: a;
}

.left_ts .b {
    grid-area: b;
}

.left_ts .c {
    grid-area: c;
}

.left_ts .d {
    grid-area: d;
}

.left_ts .e {
    grid-area: e;
    background: #6fcc8b;
    color: #fff;
}

.left_ts .e h3 {
    font-size: var(--f22);
    margin-bottom: .6vw;
}

.left_ts .e .info {
    line-height: 137%;
}

.left_ts .f {
    grid-area: f;
}

.left_ts .g {
    grid-area: g;
}

.left_ts .h {
    display: none;
}

.left_ts .i {
    grid-area: i;
}

.left_ts .j {
    grid-area: j;
}

.left_ts .k {
    grid-area: k;
}

.left_ts .l {
    grid-area: l;
}

.wcu_two {
    padding: 5% 0;
    background: #e2f0fa;
    overflow: hidden;
}

.wcu_two .left {
    width: 49%;
}

.wcu_two .right {
    width: 45%;
}

.wcu_tit {
    font-size: var(--f40);
    color: #000;
    line-height: 120%;
}

.wcu_two .right .num {
    display: flex;
    justify-content: center;
    gap: 20%;
}

.wcu_two .right .num .jb {
    font-size: var(--f72);
    font-weight: 400;
}

.wcu_two .info {
    color: #666;
    margin: 2% 0 8%;
}

.wcu_two .certifications {
    border: 1px rgb(0 0 0 / 10%);
    border-style: solid none;
}

.wcu_two .pagination {
    position: static;
    text-align: center;
    margin: 3% 0 0;
    line-height: 100%;
}

.wcu_two .certifications .Limg_con {
    padding-bottom: 110%;
}

.wcu_two .certifications .Limg_con img {
    max-height: 80%;
}

.wcu_two .certifications p {
    margin: 0 0 2vw;
}

.wcu_two .certifications .swiper-slide {
    border-left: 1px solid rgb(0 0 0 / 10%);
    font-size: var(--f18);
    text-align: center;
    color: #000;
}

.wcu_three {
    padding: 5% 0;
}

.wcu_three .Project {
    border: 1px rgb(0 0 0 / 10%);
    border-style: solid none;
    margin: 3% 0;
    position: relative;
}

.project_swiper {
    height: 49.479vw;
}

.project_swiper .swiper-slide {
    height: 50%;
    border-left: 1px solid rgb(0 0 0 / 10%);
    padding: var(--f16);
}

.project_swiper .swiper-slide .Limg_cov {
    padding-bottom: 66.7%;
    border-radius: 10px;
}

.wcu_three .Project .center {
    border-right: 1px solid rgb(0 0 0 / 10%);
}

.wcu_three .Project:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    opacity: .1;
    top: 50%;
    left: 0;
}

.project_swiper .swiper-slide .ject_name {
    margin: 5% 0 0;
    font-size: var(--f18);
    color: #666;
}

.project_swiper .swiper-slide .ject_name b {
    color: var(--li);
    font-weight: 700;
}

.project_swiper .swiper-slide:hover img {
    transform: scale(1.15);
}



.wcu_three .button_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.wcu_three .button_box .icon,
.wcu_three .button_box .swiper-pagination-bullet {
    width: var(--f60);
    height: var(--f60);
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: max(16px, .94vw);
    color: #666666;
    transition: all .5s ease;
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    border: 1px solid #d8d8d8;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.wcu_three .button_box .icon :hover,
.wcu_three .button_box .swiper-pagination-bullet-active {
    border-color: var(--li);
    background: var(--li);
    color: #fff;
}

.wcu_three .button_box .swiper-button-disabled {
    opacity: .5;
}

.wcu_three .button_box .swiper-prev {
    transform: rotate(180deg);
}

.wcu_three .related_yuan {
    width: auto !important;
}

/* 行业 */
.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);
}

/* 关于我们 */
.about {
    background-color: #e2f0fa;
}

.ab_one {
    padding: 5% 0;
}

.ab_one .top {
    margin-bottom: 6%;
    color: #666666;
    max-width: max(1200px, 62.5vw);
    width: 100%;
}

.ab_one .top .ab_tit {
    font-weight: bold;
    color: #000;
    font-size: var(--f24);
    line-height: 130%;
    margin-bottom: 2%;
}

.ab_one .left {
    width: 45%;
}

.ab_one .left .pagination {
    text-align: center;
    margin-top: 3%;
}

.ab_one .left img {
    width: 100%;
    vertical-align: top;
}

.ab_one .right {
    width: 46%;
}

.ab_one .right ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--f72);
    gap: 2vw;
    font-size: var(--f18);
    line-height: 134%;
}

.ab_one .right ul .line {
    border-right: 1px solid #e5e5e5;
}

.ab_one .right ul .jb {
    display: flex;
    font-size: var(--f54);
    margin-bottom: 1vw;
}

.ab_one .right ul .jb i {
    font-weight: 200;
}

.ab_one .right>p {
    color: #666;
    margin-top: 1vw;
}

.ab_three h2 {
    font-size: var(--f48);
    line-height: 100%;
}

.ab_three .hist_box {
    background: #fff url(/src/image/abbg.jpg) center center no-repeat;
    border: 1px #e5e5e5;
    border-style: solid none;
    margin-top: 3%;
    position: relative;
    overflow: hidden;
}

.two_left {
    width: 50%;
    border-right: 1px solid #e5e5e5;
}

.hist_swiper {
    position: absolute;
    height: 100%;
    left: 50%;
    width: 50%;
    top: 0;
}

.two_left ul {
    display: flex;
    flex-direction: column;
}

.two_left ul li {
    height: calc((100vh - max(100px, 5vw)) / 4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 17%;
    position: relative;
    background: transparent;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}


.two_left ul li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--jb);
    left: 0;
    bottom: 0;
    transition: all .5s linear;
}

.two_left ul li.active:before {
    width: 100%;
}

.two_left ul li.active {
    background: #f1f3f5;
}


.two_left ul li .time {
    font-size: var(--f18);
    color: #999999;
}

.two_left ul li .name {
    font-size: var(--f40);
    font-weight: 700;
    line-height: 150%;
    opacity: .5;
    transition: all .5s linear;
}

.two_left ul li.active .name {
    opacity: 1;
}

.hist_nei {
    height: 100%;
    padding: 5% 10%;
}

.hist_nei .hist_time {
    background-image: var(--jb);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: var(--f72);
    line-height: 100%;
    display: inline-block;
    margin-bottom: var(--f16);
}

.hist_nei .hist_word {
    font-size: var(--f18);
    font-weight: 700;
    line-height: 134%;
}

.hist_swiper:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #fff, transparent);
    z-index: 2;
    height: 25%;
}

.ab_four {
    padding: 5% 0;
    text-align: center;
}

.ab_four img {

    max-width: 100%;

    margin-top: 4%;
}

.ab_four h2 {
    font-size: var(--f48);
    line-height: 100%;
}

.honor_swiper {
    margin-top: 3%;
    color: #666666;
}

.honor_swiper .Limg_con {
    padding-bottom: 150%;
    filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, .3));
    margin-bottom: var(--f16);
}

.honor_swiper .hor_botton {
    display: inline-flex;
    margin-top: 3%;
    gap: var(--f24);
}

.honor_swiper .hor_botton .icon {
    width: var(--f60);
    height: var(--f60);
    background: var(--li);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 50%;
    cursor: pointer;
}

.honor_swiper .hor_botton .icon:hover {
    background: #1a265d;
    color: #fff;
}

.honor_swiper .hor_botton .swiper-prev {
    transform: rotate(180deg);
}

/* 新闻 */
.news_sort {
    padding: 4% 0;
    display: flex;
    gap: 5vw;
}

.news_sort a.sort_more {
    font-size: var(--f18);
    color: #aaaaaa;
    font-weight: bold;
    transition: all .5s ease;
}

.news_sort .sort_more.active,
.news_sort a.sort_more:hover {
    color: #000;
}

ul.news_ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 3vw 0;
}

ul.news_ul li {
    width: calc(100% / 4);
    position: relative;
    z-index: 1;
    border: 1px solid rgb(0 0 0 / 10%);
    border-left: none;
}

ul.news_ul li .imgbox_news {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    transition: all .5s ease;
    opacity: 0;
}

ul.news_ul li .imgbox_news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    opacity: .6;
}

.news_box {
    padding-bottom: 8%;
}

ul.news_ul li:hover .imgbox_news {
    opacity: 1;
}

ul.news_ul li a.news_box {
    border: none;
    color: #000;
}

ul.news_ul li a.news_box .news_sort {
    color: #fff;
}

ul.news_ul li a.news_box:hover {
    color: #fff;
}

ul.news_ul li a.news_box:hover .news_sort {
    background: #fff;
    color: var(--li);
}


.news_text_word {
    padding: 5% 0 10%;
}

.news_text_word .center {

    background: #fff;

    padding: 5%;
}

.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;
    border-bottom: 1px solid #cbd8e1;
    position: relative;
}

.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: 4vw 0;
}

.con_1 .center .left .naem {
    font-size: var(--f18);
    color: #999999;
    line-height: 200%;
}

.con_1 .center .left .ts {
    font-size: var(--f48);
    color: var(--li);
    display: block;
    font-weight: bold;
    line-height: 100%;
}

.con_1 .center .left a {
    display: block;
    color: #000;
    font-size: var(--f18);
    font-weight: bold;
}

.con_1 .center .left .fo_sharing {
    justify-content: flex-start;
}

.con_1 .center .right {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #cbd8e1;
}

.con_1 .center .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amap-logo {
    display: none !important;
}

.con_big .con_2 .center {
    padding: 4% 0 6%;
}

.con_big .con_2 .center h2 {
    font-size: 8.5vw;
    color: #fff;
    line-height: 100%;
    text-transform: uppercase;
}

.con_big .con_2 .center p {
    color: #666;
    margin: 1% 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;
    display: none;
}

.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: transparent;
    border: none;
    border-bottom: 1px solid #beccd7;
    padding: 0;
}

.Message_Form>div .e_textarea-66 textarea.form-control {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: max(16px, 0.94vw);
    color: #333;
    font-weight: 300;
    font-family: 'Onsite';
    background: transparent;
    border: none;
    border-bottom: 1px solid #beccd7;
    padding: 0;
}

.Message_Form button.btn-primary {
    line-height: max(45px, 3.6vw);
    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-radius: 100px;
    padding: 0 2vw;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000000;
    text-shadow: none;
    -webkit-text-fill-color: initial;
    font-family: 'Onsite';
    font-weight: 700;
    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%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #beccd7;
    padding: 0;
}

.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;
}

@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) {
    .two_left ul li:last-child {
        border: none;
    }

    ul.news_ul li:nth-of-type(4n - 3) {
        border-left: 1px solid rgb(0 0 0 / 10%);
    }

}

@media only screen and (max-width:768px) {
    .nei_banner {
        height: 250px;
        margin-top: 70px;
    }

    .nei_banner img {
        height: 100%;
        object-fit: cover;
    }

    .nei_banner .nei_txt .n_ban_tit {
        font-size: 28px;
    }

    ul.product_box .product_list {
        width: 100%;
    }

    .pro_sort ul li .pro_child {
        gap: 5px;
        flex-direction: column;
    }

    .pro_sort ul li .sort_more {
        font-size: 14px;
        width: 100%;
        background: #eee;
        color: #aaaaaa;
        font-weight: 400;
        line-height: 150%;
        padding: 10px;
        text-align: center;
    }

    .pro_sort ul li .sort_more.action,
    .pro_sort ul li .sort_more:hover {
        color: #fff;
        background: var(--li);
    }

    .product-details .product_swiper {
        width: 100%;
        position: static;
    }

    .prduct_details_right {
        width: 100%;
        margin-top: 30px;
    }

    section.Inside {
        padding: 20px 0 50px;
    }

    .ab_ban .ab_tc {
        display: none;
    }

    .ab_ban .nei_txt.center {
        top: 50%;
    }

    .ab_one {
        padding: 50px 0;
    }

    .ab_one .top .ab_tit {
        font-size: 18px;
    }

    .ab_one .left,
    .ab_one .right {
        width: 100%;
    }

    .ab_one .right ul {
        flex-direction: column;
        margin: 30px 0;
    }

    .two_left {
        width: 100%;
        border-right: none;
    }

    .two_left ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .two_left ul li {
        height: auto;
        width: 50%;
        padding: 20px;
        border-right: 1px solid #e5e5e5;
    }

    .hist_swiper {
        position: static;
        height: 500px;
        left: 0%;
        width: 100%;
        overflow: hidden;
    }

    .hist_nei {
        height: 100%;
        padding: 20px;
    }

    .hist_nei .hist_time {
        font-size: 36px;
    }

    .ab_four {
        padding: 50px 0;
    }

    .ab_four h2 {
        margin-bottom: 20px;
    }

    .left_ts,
    .wcu_one .left {
        width: 100%;
        border-radius: 0;

        margin-bottom: 30px;
    }

    .wcu_one .right {
        width: 100%;
        order: 2;
    }

    .wcu_one h2 {
        font-size: 24px;
        width: 100%;
    }

    .wcu_one .right>p {
        margin: 10px 0 20px;
        width: 100%;
    }

    .wcu_bigbox:before {
        display: none;
    }

    .project_swiper {
        height: 80vh;
    }

    .wcu_two,
    .wcu_three {
        padding: 50px 0;
    }

    .wcu_tit {
        margin-bottom: 20px;
    }

    .left_ts .e .info {
        display: none;
    }

    .left_ts .box {
        gap: 10px;
        padding: 10px;
    }

    .left_ts .e {
        padding: 0;
    }

    .left_ts .box img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .left_ts .e h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    ul.news_ul li {
        width: 100%;
        border-left: 1px solid rgb(0 0 0 / 10%);
    }

    .con_1 .center .left {
        width: 100%;
        order: 2;
    }

    .con_1 .center .right {
        width: 100%;
        height: auto;
        position: static;
        border-left: none;
    }

    .Message_Form>div .form_left {
        width: 100%;
    }

    .Message_Form>div .e_textarea-66 {
        position: relative;
        width: 100%;
        position: static;
        margin-top: max(15px, 1vw);
    }

    .con_big .con_2 .center {
        padding: 50px 0;
    }

    .Message_Form .flex>div {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .Message_Form>.mefore {
        margin-bottom: 0;
    }

    .Message_Form button.btn-primary {
        padding: 0 20px;
    }

    .news_sort a.sort_more {
        font-weight: normal;
    }

    .news_sort {
        padding: 25px 0;
    }

    .pro_bottom {
        padding: 50px 0;
    }

    .pro_top .sort_name {
        margin: 35px 0 15px;
    }
}