@charset "UTF-8";

.yx_Header.yx_H_Active {
    background-color: #fff;
    border: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.white_nav_top {
    height: 6rem;
}

.nei_banner {
    position: relative;
    overflow: hidden;
}

.nei_banner img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.nei_banner .nei_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: left;
}

.nei_banner .nei_txt .n_ban_tit {
    color: #fff;
    line-height: 133%;
    font-weight: 700;
    font-size: var(--f60);
}

.company_sort a {
    color: #fff;
    margin-left: var(--f24);
}

.company_sort a.active,
.company_sort a:hover {
    color: #fff;
}

.nei_banner .n_ban_tc {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: left;
    padding: 2% 0;
    color: #fff;
}

.nei_banner .bread_crumbs * {
    color: #fff;
    text-transform: uppercase;
}

.nei_banner .bread_crumbs *:first-child {
    color: var(--li);
}


/* 关于我们 */
.ab_one {
    padding: 5% 0 6%;
    background: #fff;
}

.ab_1_t {
    display: inline-flex;
    font-size: 1.125rem;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    align-items: center;
}

.ab_1_t:before {
    content: '';
    width: .5rem;
    height: .5rem;
    display: inline-block;
    background: var(--li);
    margin-right: .5rem;
}

.ab_1_in {
    color: #333;
    font-size: calc(var(--f48) + 2px);
    line-height: 110%;
    font-weight: 700;
}

.ab_one .ab_1_in {
    margin: 1.3% 0 2.5%;
}

.ab_one .flex {
    border-top: 1px solid #e7e7e7;
    margin-top: 4.5%;
    padding-top: 4.5%;
    margin-bottom: 7%;
}

.ab_one .flex .left {
    width: 53%;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.ab_one .flex .right {
    width: 38%;
}

.ab_one .flex ul {
    display: flex;
    flex-direction: column;
    gap: 5.5vw;
}

.ab_one .flex ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab_one .flex ul li .img1 {
    width: 32%;
}

.ab_one .flex ul li>div {
    width: 68%;
}

.ab_one .flex ul li img {
    max-width: 85%;
}

.ab_one .flex ul li p {
    font-size: var(--f18);
    color: #666;
}

.ab_one .flex ul li .sit {
    color: var(--li);
    text-transform: uppercase;
    font-size: var(--f24);
}

.ab_one .flex ul li span.counter {
    font-size: var(--f72);
    display: inline-block;
    line-height: 100%;
    font-family: "arial";
}

.ab_one_sw .Limg_cov {
    padding-bottom: 67%;
    border-radius: .5rem;
    margin-bottom: 5%;
}

.ab_one_sw .swiper-slide:hover img {
    transform: scale(1.05);
}

.ab_one_sw p {
    text-align: center;
    color: #000;
    line-height: 150%;
    width: 80%;
    margin: 0 auto;
}

.ab_three .swiper-pagination,
.ab_one_sw .swiper-pagination {
    position: relative;
    margin-top: 2%;
}

.ab_three .swiper-pagination span.swiper-pagination-bullet,
.ab_one_sw .swiper-pagination span.swiper-pagination-bullet {
    background: #666;
}


.ab_two {
    color: #fff;
    background: #0f1e29;
    padding: 6.5% 0;
}

.ab_two .ab_1_in {
    text-align: center;
    color: #fff;
    margin-bottom: 6.5%;
}

.ab_two .ab_2_img {
    width: 45%;
    border-radius: .5rem;
    overflow: hidden;
}

.ab_two .ab_2_txt {
    width: 45%;
    align-content: center;
    font-size: var(--f18);
    line-height: 167%;
}

.ab_two .ab_2_txt span.sit {
    font-size: var(--f36);
    font-weight: bold;
    display: block;
    margin-bottom: 6%;
    line-height: 100%;
}


/* 发展历程 */
.ab_four {
    background: #eeefe8;
    padding: 6.5% 0;
    overflow: hidden;
}

.hist_swiper {
    position: relative;
    margin-top: 3%;
    overflow: visible;
}

.hist_swiper .line {
    content: '';
    position: absolute;
    width: 200%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-bottom: 1px solid #d6d7d0;
}

.hist_swiper .swiper {
    overflow: visible;
}

.hist_nei {
    height: 100%;
    position: absolute;
    width: 200%;
    padding: 0 15%;
}

.hist_swiper .swiper-slide {
    height: 25rem;
    cursor: col-resize;
}


.hist_nei:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    background: #d6d7d0;
    left: 3%;
    top: 0;
}

.hist_nei:after {
    content: '';
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background: var(--li);
    outline: 3px solid rgb(0 120 147 / 20%);
    border-radius: 50%;
}

.hist_nei .year {
    font-size: var(--f18);
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.hist_word p {
    position: relative;
    color: #333;
    font-size: var(--f18);
    font-weight: 300;
    line-height: 120%;
    width: 80%;
    margin-top: 2%;
}

.hist_word p:before {
    content: '-';
    color: var(--li);
    line-height: 100%;
    display: inline-block;
    vertical-align: inherit;
    margin-right: .5rem;
    transform: scale(2);
}

.hist_word {
    position: relative;
}

.hist_word span {
    color: var(--li);
}


.hor_botton {
    display: flex;
    gap: var(--f36);
    justify-content: center;
    margin-top: 5%;
}

.hor_botton>div {
    position: static;
    transform: none;
    background-color: #fff;
    border-color: #DCDCDC;
    opacity: 1 !important;
}

.hor_botton>div::after {
    color: #888;
    font-weight: 500;
}

.hor_botton>div:hover {
    background: #fff;
    border-color: var(--li);
}

.hor_botton>div:hover:after {
    color: var(--li);
}

.ab_three {
    padding: 5% 0;
    text-align: center;
}

.ab_three .honor_swiper {
    margin-top: 3%;
}

.ab_three .swiper-slide {
    background: #eeefe8;
    border: 1px solid #dfdfdf;
    padding: var(--f42);
}

.ab_three .swiper-slide .Limg_con {
    padding-bottom: 97%;
    overflow: visible;
}

.ab_three .swiper-slide .Limg_con img {
    box-shadow: 0 0 40px rgb(20 27 40 / 15%);
}

.ab_three .swiper-backface-hidden .swiper-slide:hover img {
    box-shadow: 0 0 0px rgb(20 27 40 / 15%);
    transform: translate(-50%, -50%) scale(1.05);
}

.ab_three .swiper-slide p {
    font-size: var(--f18);
    color: #333;
    text-align: center;
    line-height: 133%;
    margin-top: 8%;
    min-height: 5rem;
}

/* 产品中心 */
.pro_bottom {
    padding: 4% 0;
}

.pro_bottom>.flex {
    align-items: flex-start;
    position: relative;
}

.pro_bottom .left {
    width: 23%;
    position: relative;
    padding-top: 1vw;
}

.pro_sort {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: column;
}


.pro_sort_flex {
    line-height: 137.5%;
    display: flex;
    justify-content: space-between;
    transition: all .5s ease;
    padding: 5.2% 0;
    padding-right: 20%;
    position: relative;
}

p.pro_sort_flex i {
    color: var(--li);
    width: var(--f48);
    font-size: var(--f22);
    font-weight: bold;
    transition: all .5s ease;
    opacity: 0;
    text-align: center;
}

p.pro_sort_flex .icon1 {
    cursor: pointer;
    opacity: 1;
}

.pro_sort .active p.pro_sort_flex .add,
p.pro_sort_flex .icon .minus {
    display: none;
}

.pro_sort p.pro_sort_flex:before {
    content: '';
    position: absolute;
    right: -2px;
    top: 0;
    height: 0%;
    border-right: 3px solid var(--li);
    transition: all .5s ease;
}

.pro_sort p.pro_sort_flex:hover a,
.pro_sort .active p.pro_sort_flex a {
    color: var(--li);
}

.pro_sort p.pro_sort_flex:hover:before,
.pro_sort .active p.pro_sort_flex:before {
    height: 100%;
}

.pro_sort .active p.pro_sort_flex .minus {
    display: block;
}

a.pro_sort_list {
    color: #333333;
    transition: all .5s ease;
}

.pro_child {
    display: none;
    padding: var(--f24);
}

.pro_sort .active .pro_child {
    display: block;
}

.pro_child a {
    transition: all .5s ease;
    display: block;
    line-height: 125%;
    color: #999;
    padding-right: 10%;
    position: relative;
    overflow: hidden;
}

.pro_child a+a {
    margin-top: var(--f18);
}

.pro_child a i.icon {
    position: absolute;
    right: 0;
    top: 50%;
    color: var(--li);
    transform: translate(100%, -50%);
    transition: all .5s ease;
}

.pro_child .active,
.pro_child a:hover {
    color: #000;
}

.pro_child a:hover i.icon,
.pro_child .active i.icon {
    transform: translate(0%, -50%);
}

.pro_bottom .right {
    width: 77%;
    border-left: 1px solid #e5e5e5;
    padding-left: var(--f72);
}


.pro_bottom .right .com_sotr h2 {
    color: #111;
    font-size: var(--f22);
    line-height: 170%;
}

.pro_bottom .right .com_sotr ol,
.pro_bottom .right .com_sotr ul {
    padding-inline-start: 1.302vw;
}

.pro_bottom .right .com_sotr li {
    list-style-type: disc;
}

.pro_bottom .right .com_sotr ol li {
    list-style-type: decimal;
}

ul.product_box {
    display: flex;
    flex-wrap: wrap;
    gap: var(--f72);
}

ul.product_box li.product_list {
    width: calc((100% - var(--f72) * 2) / 3);
}

.pro_li_more {
    display: block;
    transition: all .5s ease;
    position: relative;
}

.pro_li_more .Limg_cov {
    padding-bottom: 100%;
    border-radius: .5rem;
    transition: all .5s ease;
}

.pro_li_more p.L_summary {
    color: #333333;
    margin: 7% 0 0;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    position: relative;
}

.pro_li_more p.L_summary::before {
    content: '\e6ac';
    font-family: 'iconfont';
    position: absolute;
    right: 0;
    transition: all .5s ease;
    font-weight: bold;
    top: 0;
    transform: translateX(100%);
}

.pro_li_more:hover img {
    transform: scale(1.1);
}

.pro_li_more:hover .Limg_cov {
    box-shadow: 0 0 40px rgb(20 27 40 / 25%);
}

.pro_li_more:hover .L_summary {
    color: var(--li);
}

.pro_li_more:hover .L_summary:before {
    transform: translateX(0);
}

.prode_bottom {
    padding-top: 0;
}

.prode_bottom .bread_crumbs {
    padding: 2% 0;
    text-align: left;
}

.prode_bottom .bread_crumbs * {
    color: #666666;
    text-transform: uppercase;
}

.prode_bottom .bread_crumbs i {
    color: var(--li);
}

.prode_bottom .bread_crumbs *:last-child {
    color: #000;
}

.product-details {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5%;
}

.product_swiper {
    width: 44%;
    cursor: pointer;
    transition: all .5s ease;
    margin-right: 6%;
    background-color: transparent;
    position: relative;
    background-size: cover;
}

.swiper_bottom {
    margin: 5% 0 0;
}

.product-details .product_swiper .Limg_cov {
    padding-bottom: 100%;
    border-radius: .5rem;
}

.swiper_bottom .swiper-slide-thumb-active .Limg_cov:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    border: 0.15rem solid var(--li);
    z-index: 1;
    box-sizing: border-box;
}

.prduct_details_right {
    width: 45%;
    transition: all .5s ease;
    position: relative;
    padding-bottom: calc(var(--f54) * 1.2);
}

.prod_tit {
    font-size: var(--f42);
    color: #000;
    width: 100%;
    line-height: 120%;
}

.prode_info {
    margin: 6% 0 8%;
    font-size: var(--f18);
    color: #666;
}

.prode_t {
    color: #000;
    font-weight: bold;
    margin-bottom: 3%;
}

.prode_line p:before {
    content: '';
    display: inline-block;
    width: .3rem;
    height: .3rem;
    background: var(--li);
    vertical-align: middle;
    margin-right: .5rem;
}

.prod_detaikls_bottom {
    font-size: var(--f16);
    color: #666666;
    font-weight: 300;
    line-height: 167%;
}

.prod_detaikls_bottom h3 {
    color: #000;
    font-size: var(--f18);
    margin: 10% 0 4%;
}

.prod_detaikls_bottom .prod_word_p p {
    position: relative;
    margin-bottom: 1vw;
    padding-left: 20px;
}

.prod_detaikls_bottom .prod_word_p p:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--li);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.prod_detaikls_bottom img {
    max-width: 100% !important;
    height: auto !important;
}

.prod_detaikls_bottom table {
    width: 100% !important;
    border: 1px solid #000;
    border-style: solid none;
    margin-bottom: 10%;
    line-height: 166%;
}

.prod_detaikls_bottom table th {
    background: #f1f3f5;
    color: #000;
    font-weight: bold;
    padding: 17px 20px;
    border-bottom: 1px solid #000;
}

.prod_detaikls_bottom table td {
    padding: 17px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.prod_detaikls_bottom table tr>td:first-child {
    width: 40%;
    color: #000000;
}

.pagebox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    line-height: 200%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.pagebox a {
    font-size: max(16px, 0.938vw);
    color: #000;
}

.pagebox a span {
    color: #aaa;
    text-decoration: underline;
}

.pagebox a:hover span {
    color: var(--li);
    text-decoration: underline !important;
}

.prode_line {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 2%;
    width: 100%;
}

.prode_line strong {
    font-weight: bold;
}

.prode_bottom h3 {
    font-size: 1rem;
    color: #000;
    line-height: 200%;
    margin-bottom: 2%;
}


.prode_table .prode_line table {
    width: 100% !important;
    border: 1px solid #b2b2b2;
    border-style: solid none;
    line-height: 166%;
}

.prode_table .prode_line table th {
    background: #f1f3f5;
    color: #000;
    font-weight: bold;
    padding: 17px 20px;
    border-bottom: 1px solid #000;
}

.prode_table .prode_line table td {
    padding: var(--f16) var(--f24);
    border-bottom: 1px solid #e5e5e5;
}

.prode_table .prode_line table tr:last-child td {
    border-bottom: none;
}

.prode_table .prode_line table tr>td:first-child {
    min-width: 30%;
    color: #000000;
    border-right: 1px solid #e5e5e5;
}

.Swiper_Related_box .Related {
    font-size: var(--f24);
    color: #333;
    font-weight: bold;
    margin-bottom: 2%;
}

.Swiper_Related_box .related_yuan {
    margin-top: 3%;
}

.Swiper_Related_box .swiper-pagination-bullet {
    background: #666666;
}

/* 解决方案 */
ul.solu_box {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

li.solu_list {
    width: calc((100% - 0.75rem * 3) / 4);
    background: #fff;
    border-radius: .5rem;
    padding: 3% 2%;
    transition: all .5s ease;
}

li.solu_list .L_summary.sit {
    font-size: var(--f24);
    color: #333333;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    line-height: 125%;
    min-height: calc(var(--f24) * 5);
    font-weight: 700;
}

li.solu_list .solu_adv {
    margin-top: var(--f24);
    padding-top: var(--f24);
    border-top: 1px solid #eaeaea;
    font-size: var(--f18);
    color: #666666;
    margin-bottom: var(--f48);
    line-height: 133%;
}

li.solu_list .solu_adv p {
    line-clamp: 4;
    -webkit-line-clamp: 4;
    min-height: calc(var(--f18) * 5.4);
}

li.solu_list .solu_adv b {
    color: #333333;
    font-weight: 500;
    margin-bottom: 5%;
    display: block;
}


.h_more {
    display: inline-flex;
    gap: 1.3rem;
    color: #333;
    font-weight: 500;
    align-items: center;
    transition: all .5s ease;
}

.h_more i.icon {
    width: 3.75rem;
    height: 3.75rem;
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 700;
    font-size: 120%;
    transition: all .5s ease;
}

li.solu_list:hover .h_more {
    color: var(--li);
    letter-spacing: 1px;
}

li.solu_list:hover i {
    background: var(--li);
    color: #fff;
}

li.solu_list:hover {
    box-shadow: 0 0 40px rgb(20 27 40 / 25%);
}

li.solu_list:hover .L_summary.sit {
    color: var(--li);
}

.solu_bottom,
.solu_center,
.solu_top {
    background: #fff;
    padding: 0% 3% 4%;
    border-radius: .5rem;
    margin-bottom: 2%;
    border: 1px solid #fff;
}

.solu_top .solu_tit {
    font-size: var(--f42);
    color: var(--li);
    line-height: 120%;
    font-weight: bold;
    margin-top: 3%;
}

.solude_box h2 {
    font-weight: 500;
    color: #333;
    margin-top: 2%;
    line-height: 200%;
    font-size: var(--f24);
}

.solude_box {
    font-size: var(--f18);
    color: #666;
    line-height: 133%;
}

.solude_box strong {
    color: #333;
    font-weight: bold;
}

.solu_tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    margin-top: 2%;
}

.solu_tag .solu_slide {
    width: 15%;
    aspect-ratio: 1/1;
    background: #eeefe8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    color: var(--li);
    font-weight: 500;
    line-height: 137%;
    font-size: var(--f16);
    padding: 1%;
    border: 1px dashed #c3c3c3;
    position: relative;
    z-index: 1;
}

.solude_box .pagebox {
    flex-direction: row;
    position: static;
}

.solude_box .pagebox p {
    width: 45%;
    max-width: 30rem;
}

/* 优势 */
.wcu_one {
    background: #eeefe8;
    padding: 5% 0;
}

.wcu_t {
    font-size: var(--f48);
    color: #333;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 3%;
}

.wcu_one ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 .3rem;
}

.wcu_one ul li {
    width: calc((100% - .3rem) / 2);
    background: #fff;
    position: relative;
    line-height: 133%;
    color: #666;
    font-size: var(--f18);
    padding: 1% 2%;
    display: flex;
    align-items: center;
    transition: all .5s ease;
    cursor: pointer;
}
.wcu_one ul li img{
    display: none;
}
.wcu_one ul li:before {
    content: '';
    display: block;
    width: .25rem;
    height: .25rem;
    background: var(--li);
    margin-right: .5rem;
}

.wcu_one ul li:hover {
    box-shadow: 0 0 10px rgb(0 120 147 / 20%);
    z-index: 1;
}

.wcu_two {
    padding: 5% 0;
    background: #fff;
}

.wcu_two ul {
    display: flex;
    flex-wrap: wrap;
    gap: var(--f24);
}

.wcu_two ul li {
    width: calc((100% - var(--f24) * 2) / 3);
    border: 1px solid #dddddd;
    padding: var(--f30);
    border-radius: .5rem;
    counter-increment: Advantage;
    font-size: var(--f18);
    color: #666;
    line-height: 133%;
    transition: all .5s ease;
    background: #fff;
}

.wcu_two ul li:before {
    content: counter(Advantage, decimal-leading-zero) '.';
    font-family: 'Sitka';
    color: var(--li);
    font-size: var(--f30);
    font-weight: 700;
    margin-bottom: var(--f24);
    display: block;
}

.wcu_two ul li .wcu_in_t {
    color: #333;
    font-weight: 500;
    margin-bottom: 2%;
}

.wcu_two ul li:hover {
    border-color: #000;
    box-shadow: 0px 9px 35px 0 rgb(0 47 57 / 20%);
}


/* 案例 */
ul.project_box {
    display: flex;
    gap: 4.5vw;
    flex-wrap: wrap;
}

li.project_li {
    width: calc((100% - 9vw) / 3);
    background: #fff;
    transition: all .5s ease;
    border-radius: .5rem;
    text-align: center;
    overflow: hidden;
}

li.project_li .Limg_cov {
    padding-bottom: 67%;
}

li.project_li:hover {
    box-shadow: 0px 9px 35px 0 rgb(0 47 57 / 20%);
}

li.project_li:hover img {
    transform: scale(1.1);
}

li.project_li p {
    font-size: var(--f18);
    margin: var(--f36) auto;
    width: 62%;
    color: #333333;
    line-height: 167%;
}


/* 新闻 */
ul.h_news {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5vw;
}

ul.h_news li {
    width: calc((100% - 7vw) / 3);
}

a.news_box {
    display: block;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    border-radius: .5rem;
    padding: 3%;
    transition: all .5s ease;
}

a.news_box .Limg_cov {
    padding-bottom: 65%;
    border-radius: .5rem;
}

.news._time {
    color: #999;
    font-size: 88%;
    text-transform: uppercase;
}

.news._time b {
    color: var(--li);
    font-weight: 500;
}

a.news_box .news_tc {
    position: relative;
    height: 16rem;
    padding: 6%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

a.news_box .news_tc .news_tit {
    font-size: var(--f22);
    color: #000000;
    line-height: 137%;
    line-clamp: 4;
    -webkit-line-clamp: 4;
}

a.news_box:hover {
    border-color: #000;
    box-shadow: 0px 9px 35px 0 rgb(0 47 57 / 20%);
}

a.news_box:hover img {
    transform: scale(1.05);
}

a.news_box:hover .news_tit {
    color: var(--li);
}

.newsbox {
    padding: 5% 0;
}

.news_sort a {
    font-size: var(--f30);
    color: #000;
    font-weight: bold;
    display: inline-block;
    margin: 0 var(--f24);
}

.news_sort a:hover,
.news_sort a.active {
    color: var(--li);
}


.news_text_word {
    padding: 0 0 5%;
}

.news_text_word .center {
    background: #fff;
    padding: 4% 5%;
}



/* 联系我们 */
.conbig_box {
    padding: 5% 0 4%;
    text-align: center;
}

.conbig_box .center {
    padding: 0 11.7vw;
}

.con_tit.sit {
    font-size: var(--f42);
    color: #333333;
    font-weight: bold;
    line-height: 120%;
    margin: 1% 0;
}

.con_sup {
    font-size: var(--f24);
    color: #333;
    margin-bottom: 7%;
}

.con_branch {
    display: flex;
    gap: var(--f18);
    margin-bottom: var(--f18);
    flex-wrap: wrap;
}

.con_branch>div {
    background: #fff;
    width: calc((100% - var(--f18)) / 2);
    border-radius: .5rem;
    text-align: left;
    padding: 3% 5% 3% 3%;
    font-size: var(--f18);
    color: #666666;
    line-height: 167%;
}

.con_branch>div p.c_name {
    color: #333333;
    font-size: 1rem;
    margin-bottom: 3%;
}

.con_branch>div p.c_name+p {
    color: #333;
    font-size: 1rem;
}

.con_branch .con_tit {
    font-size: 1.875rem;
    line-height: 110%;
    margin-bottom: 3%;
    min-height: 4.15rem;
}

.con_branch .con_tit a {
    color: var(--li);
}

.conbig_box .mapbox {
    width: 100%;
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
    height: 31rem;
}

.conbig_box .map {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.con_2 .center {
    padding: 0 11.7vw 8%;
}


.Message_Form {
    position: relative;
    margin-top: 4%;
}

.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 .flex>div {
    width: calc((100% - 2.604vw) / 2);
    text-align: right;
}

.Message_Form>div .form_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--f18);
    margin-bottom: var(--f18);
}

.Message_Form>div .form_left>div:first-child {
    width: 100%;
}

.Message_Form>div .form_left>div {
    width: calc((100% - var(--f18)) / 2);
}

.Message_Form>div .e_textarea-66 {
    width: 100%;
    line-height: 0;
}

.Message_Form label {
    display: inline-block;
    color: #333;
    margin-bottom: 5px;
    position: relative;
    padding-right: .8rem;
    line-height: 167%;
}

.Message_Form label+div {
    position: relative;
}

.Message_Form>div .form_left input.form-control {
    width: 100%;
    height: 3.15rem;
    font-size: 1rem;
    color: #000;
    font-weight: 300;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: .5rem;
    padding: 0 1rem;
}

.Message_Form>div .e_textarea-66 textarea.form-control {
    width: 100%;
    min-height: 15rem;
    overflow: hidden;
    font-size: 1rem;
    color: #333;
    font-weight: 300;
    font-family: 'Onsite';
    background: #fff;
    border: 1px solid #eeeeee;
    padding: 1rem;
    border-radius: .5rem;
}

.Message_Form button.btn-primary {
    line-height: max(42px, 3vw);
    background: var(--li);
    color: #fff;
    display: inline-block;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all .5s ease;
    font-size: 88%;
    text-transform: uppercase;
    font-weight: 500;
    font-family:
        'Onsite';
    letter-spacing: 1px;
    border-radius: 2rem;
    padding: 0 2vw;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666666;
    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: center;
    margin: var(--f18) 0 var(--f48);
}

.Message_Form .e_textarea-67 .ver_left {
    width: 65%;
}

.Message_Form .e_textarea-67 input.p_imagecode {
    width: 100%;
    height: 3.15rem;
    font-size: 1rem;
    color: #333;
    font-weight: 300;
    margin-right: 1%;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: .5rem;
    padding: 0 1rem;
}

.Message_Form .verbox {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 33%;
    margin-left: auto;
}

.Message_Form .verbox img {
    width: auto;
    height: 3.15rem;
    border-radius: .5rem;
}

.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 only screen and (min-width:769px) {
    .ab_two li:nth-of-type(2n) .ab_2_img {
        order: 2;
    }

    .hist_swiper .swiper-slide:nth-of-type(2n-1) .hist_nei {
        padding-top: 14rem;
    }

    .hist_swiper .swiper-slide:nth-of-type(2n-1) .hist_nei:before {
        top: auto;
        bottom: 0;
    }

    .solu_tag:before {
        content: '';
        position: absolute;
        width: 80%;
        border-bottom: 1px dashed #c3c3c3;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .wcu_one ul li:nth-child(4n + 3),
    .wcu_one ul li:nth-child(4n + 4) {
        background: #f7f7f4;
    }

    .wcu_two ul li:nth-of-type(-n+2) {
        width: calc((100% - var(--f24) * 1) / 2);
    }

}

@media only screen and (max-width:1140px) {}

@media only screen and (max-width:768px) {
    br {
        display: none;
    }

    .mo_pd {
        padding: 50px 0;
    }

    .white_nav_top {
        height: 70px;
    }

    .nei_banner {
        margin-top: 70px;
    }

    .nei_banner img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .nei_banner .nei_txt .n_ban_tit {
        font-size: 36px;
    }

    .nei_banner .ab .center {
        position: static;
        transform: none;
        text-align: left;
        color: #333;
        padding: 20px 0;
        border-bottom: 1px dashed #eee;
    }

    .nei_banner .bread_crumbs * {
        color: #333;
    }

    .nei_banner .nei_txt {
        top: 100px;
    }

    .company_sort {
        display: none;
    }

    .ab_one .flex .left {
        width: 100%;
        padding-top: 0;
    }

    .ab_one .ab_1_in {
        margin: 10px 0 20px;
        max-width: 100%;
        line-height: 133%;
    }

    .ab_one .flex .right {
        width: 100%;
        margin-top: 20px;
    }

    .ab_one .flex ul {
        flex-direction: inherit;
        gap: 5px;
        flex-wrap: wrap;
    }

    .ab_one .flex ul li {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: calc((100% - 5px) / 2);
        background: #eee;
        padding: 20px 0;
    }

    .ab_one .flex ul li:last-child {
        width: 100%;
    }

    .ab_one .flex ul li>div {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .ab_one .flex ul li .img1 {
        width: 50px;
        margin: 0 auto;
    }

    .ab_one .flex ul li p {
        font-size: 14px;
        order: 2;
        min-height: 47px;
    }

    .ab_one .flex ul li .sit {
        font-size: 16px;
        margin-top: 20px;
    }

    .ab_one .flex ul li span.counter {
        font-size: 32px;
    }

    .ab_three .swiper-pagination,
    .ab_one_sw .swiper-pagination {
        position: relative;
        margin-top: 8%;
    }

    .ab_one_sw p {
        width: 100%;
        margin: 0 auto;
    }

    .ab_two .ab_2_img {
        width: 100%;
    }

    .ab_two .ab_2_txt {
        width: 100%;
        margin: 30px 0 40px;
        text-align: center;
        font-size: 14px;
    }

    .ab_two .ab_2_txt span.sit {
        font-size: 22px;
        margin-bottom: 3%;
    }

    .ab_four .center>.ab_1_in {
        text-align: center;
        margin-bottom: 5%;
    }

    .hist_nei {
        height: 100%;
        width: 100%;
        padding: 0 20px 0 40px;
    }

    .hist_swiper .swiper-slide {
        height: 12rem;
    }

    .hist_nei:before {
        height: 100%;
    }

    .hist_nei:after {
        top: 100%;
    }

    .hist_swiper .line {
        width: 100%;
        top: 100%;
    }

    .hist_word p {
        width: 100%;
        margin-top: 15px;
    }

    .ab_three .swiper-slide {
        padding: 15px;
    }

    .ab_three .swiper-slide p {
        font-size: 14px;
        margin-top: 10px;
        min-height: 7rem;
    }

    .pro_bottom .left {
        width: 100%;
    }

    .k_side_cate_btn {
        cursor: pointer;
        font-size: 14px;
        color: #fff;
        background: var(--li);
        padding: 13px 5px;
        text-align: center;
    }

    .k_side_cate_btn:before {
        content: 'See more categories +';
    }

    .k_yh_cate_wrapper {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #fff;
        top: 0;
        left: 100%;
        z-index: 999;
        transition: all .5s;
    }

    .k_yh_close {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 50px;
        background: #ccc;
        cursor: pointer;
    }

    .k_yh_close span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        display: block;
        font-size: 36px;
        color: #fff;
        background: rgb(0 0 0 / 50%);
    }

    .pro_sort {
        margin: 0 0 0 auto;
        width: calc(100% - 50px);
    }

    .pro_sort_flex {
        padding: 0;
    }

    .pro_sort_list {
        border-bottom: 1px solid #eee;
        font-size: 14px;
        font-weight: normal;
        line-height: 50px;
        width: 100%;
        padding: 0 20px;
    }

    .k_yh_cate_wrapper.k_active {
        left: 0;
    }

    .pro_bottom .right {
        width: 100%;
        border-left: none;
        padding-left: 0;
        margin-top: 30px;
    }

    ul.product_box {
        gap: 10px;
    }

    ul.product_box li.product_list {
        width: calc((100% - 10px) / 2);
    }

    .pro_li_more .Limg_cov {
        border-radius: 5px;
    }

    .pro_li_more p.L_summary {
        margin: 10px 0;
    }

    .product_swiper {
        width: 100%;
        margin-right: 0;
    }

    .prduct_details_right {
        width: 100%;
        padding-bottom: 0;
        margin-top: 30px;
    }

    .prode_info {
        margin: 0;
    }

    .pagebox {
        position: relative;
        margin: 30px 0;
    }

    li.solu_list {
        width: 100%;
        padding: 20px;
    }

    li.solu_list .L_summary.sit {
        min-height: 0;
    }

    li.solu_list .solu_adv b {
        margin-bottom: 10px;
    }

    li.solu_list .solu_adv p {
        min-height: 0;
    }

    .pro_bottom {
        padding: 4% 0 50px;
    }

    .solu_top .solu_tit {
        font-size: 24px;
    }

    .solu_bottom,
    .solu_center,
    .solu_top {
        padding: 0 20px 20px;
        border-radius: .5rem;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .solu_top .solu_tit {
        font-size: 24px;
        margin-top: 20px;
    }

    .solude_box h2 {
        font-size: 18px;
    }

    .solu_tag {
        justify-content: start;
    }

    .solu_tag .solu_slide {
        width: 48%;
        margin: 1%;
        border-radius: .3rem;
    }

    .wcu_one ul li {
        width: 100%;
        font-size: 14px;
        padding: 15px 2%;
    }

    .wcu_one ul li:nth-child(2n) {
        background: #f7f7f4;
    }

    .wcu_two,
    .wcu_one {
        padding: 50px 0;
    }

    .wcu_t {
        margin-bottom: 24px;
    }

    .wcu_two ul li {
        width: 100%;
    }

    .wcu_two ul {
        gap: 10px;
    }

    li.project_li {
        width: 100%;
    }

    ul.h_news li {
        width: 100%;
    }

    a.news_box .news_tc {
        position: relative;
        height: auto;
        padding: 6% 0;
    }

    .news_box .news_tc .news_tit {
        font-size: 18px;
        margin-top: 10px;
    }

    .conbig_box .center {
        padding: 0;
    }

    .con_tit.sit {
        font-size: 24px;
    }

    .con_sup {
        font-size: 16px;
    }

    .con_branch>div {
        width: 100%;
        padding: 20px;
    }

    .con_branch .con_tit {
        font-size: 24px;
        min-height: 0;
    }

    .con_2 .center {
        padding: 30px 0 50px;
    }

    .Message_Form button.btn-primary {
        padding: 0 20px;
    }
}