@charset "UTF-8";


.white_nav_top {
    height: 6rem;
}

.nei_banner {
    position: relative;
    overflow: hidden;
    padding-top: 7.5rem;
}

.nei_banner img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.nei_banner .nei_txt {
    align-items: center;
}

.nei_banner .nei_txt .n_ban_tit {
    color: #000000;
    line-height: 133%;
    font-weight: 700;
    font-size: 3.5rem;
}

.nei_banner .nei_txt .n_ban_titnews {
    font-size: 2rem;
}

.nei_banner .nei_txt .icon {
    font-size: var(--f48);
    color: #000;
    font-weight: 400;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

.nei_banner .n_ban_tc {
    text-align: left;
    padding: 4% 0;
    border-top: 1px solid #ccc;
    margin-top: 2%;
}

.nei_banner .bread_crumbs * {
    color: #999999;
    text-transform: uppercase;
    font-weight: 500;
}

.nei_banner .bread_crumbs *:first-child {
    color: var(--li1);
}


/* 关于我们 */
.ab_one {
    padding: 7% 0 6%;
}

.ab_one .left {
    width: 32.5%;
}

.ab_one .ab_1_sm {
    font-size: var(--f18);
    width: 50%;
    color: #666;
    line-height: 167%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.ab_1_t {
    font-size: var(--f18);
    color: #aaaaaa;
    text-transform: uppercase;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    line-height: 167%;
    gap: .2rem;
}

.ab_1_t:before {
    content: '';
    display: inline-block;
    width: .5rem;
    height: .5rem;
    border: 2px solid #dc0000;
    border-radius: 50%;
}


.ab_1_in {
    color: var(--li);
    font-size: 3.5rem;
    font-weight: bold !important;
    line-height: 117%;
}

.ab_1_in font {
    color: var(--li1);
}

.ab_one .left .ab_1_in {
    margin-top: 1.5rem;
}

ul.ul_num {
    display: flex;
    justify-content: space-between;
    margin: 8% 0 6%;
    flex-wrap: wrap;
    text-align: left;
}

ul.ul_num .counter {
    color: var(--li);
    font-size: var(--f72);
    font-weight: 700;
    display: inline-block;
    line-height: 100%;
}

ul.ul_num i {
    font-size: var(--f60);
    color: var(--li);
    font-weight: 700;
}

ul.ul_num p {
    font-size: var(--f18);
    color: #000000;
    opacity: .6;
    line-height: 133%;
    margin-top: var(--f18);
}

ul.ul_num .line {
    width: 1px;
    background: linear-gradient(45deg, transparent, #ccc, transparent);
}

.ab_one_sw .Limg_cov {
    padding-bottom: 67%;
    border-radius: .5rem;
}

.ab_one_sw p {
    font-size: var(--f18);
    text-align: center;
    color: #000;
    margin-top: 3%;
}

.ab_one_sw .swiper-slide:hover img {
    transform: scale(1.05);
}


.ab_three .swiper-pagination,
.ab_one_sw .swiper-pagination {
    position: static;
    margin-top: 4%;
    line-height: 0;
}

.ab_three .swiper-pagination span.swiper-pagination-bullet,
.ab_one_sw .swiper-pagination span.swiper-pagination-bullet {
    background: #666;
}

.ab_three {
    padding: 6% 0;
    background: url(/src/img/ab2.jpg) center center/cover;
}

.ab_three .ab_1_in {
    font-size: var(--f48);
    margin: 1% 0 4%;
}

.ab_three .honor_swiper {
    margin-top: 3%;
}

.ab_three .swiper-slide {
    background: #fff;
    padding: var(--f42);
    border-radius: .5rem;
}

.ab_three .swiper-slide .Limg_con {
    padding-bottom: 129%;
    overflow: visible;
}

.ab_three .swiper-backface-hidden .swiper-slide:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

/* 应用领域 */
.app_box {
    padding: 5% 0;
}

.app_box .app_li {
    margin-bottom: 6%;
}

.app_box .app_li .left {
    width: 50%;
}

.app_box .app_li .left .Limg_cov {
    padding-bottom: 62.5%;
    border-radius: .5rem;
}

.app_box .app_li .right {
    position: relative;
    width: 42%;
}

.app_box .app_li .right .tot {
    font-size: var(--f48);
    font-weight: 700;
    color: var(--li);
    line-height: 167%;
}

.app_box .app_li .right .info {
    font-size: var(--f18);
    color: #666;
    line-height: 167%;
    margin: 1% 0;
}

.app_box .app_li .right .word {
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    padding: 5% 0;
    line-height: 167%;
    font-size: var(--f18);
    font-weight: 500;
    color: #000;
}

.app_box .app_li:nth-of-type(2n) .left {
    order: 2;
}

/* 产品中心 */
ul.two_probox {
    position: relative;
    padding-bottom: 8%;
}

ul.two_probox li {
    position: relative;
    z-index: 1;
}

ul.two_probox li .center {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    display: flex;
    flex-wrap: wrap;
    transition: all .5s ease;
}

ul.two_probox li .Limg_con {
    padding-bottom: 31%;
    width: 50%;
    order: 2;
}

ul.two_probox li:nth-of-type(1) .center {
    border-top: 1px solid rgb(0 0 0 / 20%);
}

ul.two_probox li .tc {
    width: 50%;
    padding: 5% 0;
    max-width: 32rem;
    display: flex;
    flex-direction: column;
    gap: var(--f30);
}

ul.two_probox li .tc .tot {
    font-size: var(--f36);
    color: #244397;
    font-weight: bold;
    line-height: 133%;
}

ul.two_probox li .tc .info {
    font-size: var(--f18);
    color: #000000;
    line-height: 133%;
    margin-bottom: auto;
}

ul.two_probox li i.icon {
    color: var(--li);
    font-size: var(--f36);
    font-weight: bold;
}

ul.two_probox li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f1f3f5;
    z-index: -1;
    transition: transform .5s ease;
    transform: scale(0, 1);
    transform-origin: right top;
}

ul.two_probox li:hover:before {
    transform: scale(1, 1);
    transform-origin: left top;
}

ul.two_probox li:hover .center {
    border-color: transparent;
}

ul.two_probox li:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.pro_bottom {
    background: #f1f3f5;
    padding: 5% 0 7%;
}

.pro_bottom .product_box {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
}

.pro_bottom .product_box li {
    width: calc((100% - 8vw) / 3);
    background: #fff;
    text-align: center;
    border-radius: 5px;
    padding-bottom: 5%;
    transition: all .5s ease;
}

.pro_bottom .product_box li .Limg_con {
    padding-bottom: 100%;
}

.pro_bottom .product_box li .Limg_con img {
    max-height: 65%;
    max-width: 80%;
}

.pro_bottom .product_box li p {
    font-size: var(--f18);
    color: #000000;
}

.pro_bottom .product_box li:hover {
    box-shadow: 0 0 10px rgb(36 67 151 / 20%);
    transform: translateY(-10px);
}

.pro_bottom .product_box li:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}


/* 产品详情 */
.product-details {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5%;
}

.product_swiper {
    width: 50%;
    transition: all .5s ease;
    margin-right: auto;
}

.prode_swoperbox {
    position: relative;
    padding-right: 9rem;
}

.prode_swoperbox .swiper_bottom {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 8rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-details .product_swiper .Limg_con {
    padding-bottom: 100%;
    border: 1px solid #f0f0f0;
    background: #fff;
    border-radius: .5rem;
}

.prode_swoperbox .swiper_bottom .Limg_con {
    height: 100%;
    padding: 0;
    cursor: pointer;
}

/* .product-details .product_swiper .Limg_con img {
    max-height: 75%;
    max-width: 75%;
} */

.swiper_bottom .swiper-slide-thumb-active .Limg_con {
    border-color: #333333;
}

.prduct_details_right {
    width: 42%;
    transition: all .5s ease;
    position: relative;
}

.prduct_details_right .prod_tit {
    font-size: var(--f48);
    color: #000;
    width: 100%;
    line-height: 110%;
    font-weight: 700;
    max-width: 35rem;
}

.prode_info {
    margin: 5% 0 0;
    color: #000;
    font-size: var(--f18);
    line-height: 167%;
}

.prode_wored {
    border-top: 1px solid #ccc;
    padding: 5% 0 8%;
    color: #666666;
    line-height: 187%;
}

.prode_wored strong {
    font-weight: 500;
    color: var(--li);
}

.prode_wored h3 {
    font-size: var(--f24);
    color: #000;
    line-height: 200%;
    margin: 4% auto 1%;
}

.prode_wored ol,
.prode_wored ul {
    padding-inline-start: 1.5rem;
}

.prode_wored li {
    list-style-type: disc;
}

.prode_wored li::marker {
    color: var(--li);
    font-size: 1em;
}

.prode_wored ol li {
    list-style-type: decimal;
}

.prode_wored table {
    width: 100% !important;
    line-height: 166%;
    margin-bottom: 1rem;
}

.prode_wored table th {
    background: #eef2f6;
    color: #000;
    font-weight: 300;
    padding: var(--f16) 0 var(--f16) var(--f24);
    border-top: 1px solid #aebdc9;
    border-bottom: 1px solid #aebdc9;
    border-right: 1px solid rgb(174 189 201 / 30%);
    font-weight: bold;
}

.prode_wored table td {
    padding: var(--f16) 0 var(--f16) var(--f24);
    border-bottom: 1px solid rgb(174 189 201 / 30%);
    border-right: 1px solid rgb(174 189 201 / 30%);
}

.prode_wored table tr td:last-child,
.prode_wored table tr th:last-child {
    border-right: none;
}

.prode_wored table tr:last-child td {
    border-bottom: 1px solid #aebdc9;
}

.prode_more {
    display: block;
    background: var(--li);
    width: 12.5rem;
    text-align: center;
    color: #fff;
    line-height: var(--f54);
    border-radius: 5rem;
    transition: all .5s ease;
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 10% 0;
}

.prode_more:hover {
    background: var(--li);
    box-shadow: 1px 7px 10px rgb(0 0 0 / 50%);
}

.download_li {
    display: flex;
    gap: 1rem;
    width: 100%;
}

.download_li .icon {
    font-size: 3rem;
    color: #182e60;
    line-height: 100%;
}

.download_li .down_txt {
    width: calc((100% - 4rem));
}

.download_li p {
    font-weight: 500;
    color: #000000;
}

.download_li span {
    color: #999999;
}

.download_li .down_txt a {
    color: var(--li);
}

/* 解决方案 */
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 {
    padding: 6% 0;
    background: #fff;
}

.wcu_one .wcu_1_in {
    font-size: var(--f30);
    color: var(--li);
    font-weight: bold;
    line-height: 120%;
    max-width: calc(var(--f30) * 28);
    margin-top: 1%;
}

.wcu_one ul {
    margin: 5% 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}


.wcu_one ul li {
    width: 50%;
    padding: 2% 3%;
    display: flex;
    gap: 2rem;
    background: transparent;
    transition: all .5s ease;
}

.wcu_one ul li .img1 {
    width: 3.5rem;
}

.wcu_one ul li .txt {
    font-size: var(--f18);
    color: #000000;
    font-weight: 500;
    line-height: 155%;
    min-height: 6rem;
    width: calc(100% - 3.5rem);
    padding-right: 5rem;
}

.wcu_one ul li:hover {
    background: #eee;
}


.wcu_two .center {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 2%;
    margin-bottom: 4%;
}

.wcu_two .ab_1_in {
    margin: 1% 0 3%;
}

.wcu_two .wcu_2_info {
    font-size: var(--f18);
    color: #666666;
    line-height: 167%;
    max-width: 81rem;
}

.wcu_two .mapbox {
    position: relative;
    width: 81%;
    margin: 5% auto 0;
}

.wcu_two .mapbox>img {
    width: 100%;
}

.mapbox>ul {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.mapbox li {
    position: absolute;
}

.mapbox li .txt {
    position: absolute;
    top: 0;
    font-size: 1rem;
    color: #244397;
    white-space: nowrap;
    font-weight: 500;
    left: 50%;
    padding-left: 1rem;
    transform: translateY(-50%);
}

.mapbox li:nth-of-type(1) {
    left: 20%;
    top: 33%;
}

.mapbox li:nth-of-type(2) {
    left: 21%;
    top: 44%;
}

.mapbox li:nth-of-type(3) {
    left: 32%;
    top: 73%;
}

.mapbox li:nth-of-type(4) {
    left: 51%;
    top: 35%;
}

.mapbox li:nth-of-type(5) {
    left: 54%;
    top: 48%;
}

.mapbox li:nth-of-type(6) {
    left: 54%;
    top: 77%;
}

.mapbox li:nth-of-type(7) {
    left: 62%;
    top: 51%;
}

.mapbox li:nth-of-type(8) {
    left: 70%;
    top: 54%;
}

.mapbox li:nth-of-type(9) {
    left: 85%;
    top: 43%;
}

.mapbox li:nth-of-type(10) {
    left: 90%;
    top: 78%;
}

.mapbox li:nth-of-type(11) {
    left: 82%;
    top: 46%;
}


.mps_num {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #252733;
    font-size: max(20px, 1.565vw);
    line-height: 150%;
}

.mps_num div {
    display: inline-block;
    border-bottom: 3px solid #e0575f;
    font-size: max(48px, 3.3vw);
    font-weight: bold;
    line-height: 100%;
}


.mapbox dl.circ {
    width: 7.5rem;
    height: 7.5rem;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}

.mapbox dl.circ dd {
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: scale(0);
    border-radius: 50%;
    background-color: #244397;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    width: 100%;
}

.mapbox dl.circ dd:nth-of-type(1) {
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
}

.mapbox dl.circ dd:nth-of-type(2) {
    -webkit-animation: circleScale 4s linear infinite;
    -moz-animation: circleScale 4s linear infinite;
    -ms-animation: circleScale 4s linear infinite;
    animation: circleScale 4s linear infinite;
}

.mapbox li:nth-of-type(2n) dl.circ dd:nth-of-type(2) {
    animation-delay: -1.5s;
}

.add_ul .point dl.circ dd:nth-of-type(3) {
    display: none;
}

.mapbox dl.circ dd:nth-of-type(4) {
    display: none;
}

.h_map img {
    max-width: 100%;
}

.h_five {
    padding-bottom: 5%;
}

.h_five .one_tit.din {
    margin: 0;
    font-size: var(--f48);
    color: var(--li);
    font-weight: bold;
}

.h_five .link_box {
    height: 23rem;
    margin: 3% 0;
}

.h_five .link_box .swiper-wrapper {
    justify-content: space-between;
}

.h_five .link_box .swiper-slide {
    height: calc((100% - 20px) / 2);
    border: 1px solid transparent;
    border-radius: .5rem;
    transition: all .5s ease;
}

.h_five .link_box .swiper-slide:hover {
    border-color: rgb(24 46 96 / 20%);
    cursor: pointer;
}

.h_five .link_box .swiper-slide .Limg_con {
    height: 100%;
}

.h_five .link_box .swiper-slide .Limg_con img {
    max-width: 70%;
    max-height: 70%;
}

.h_five .link_box .swiper-slide:hover img {
    opacity: 1;
}

.h_five .swiper-pagination {
    line-height: 0;
    position: static;
}

.h_five .swiper-pagination .swiper-pagination-bullet {
    width: .5rem;
    height: .5rem;
    background: #d2d2d2;
    border-radius: .25rem;
    border: none;
}

.h_five .swiper-pagination .swiper-pagination-bullet-active {
    width: 1rem;
    background: var(--li);
}



/* 案例 */

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: 4.5vw 9vw;
}

ul.h_news li {
    width: calc((100% - 18vw) / 3);
}

a.news_box {
    display: block;
    background-color: #fff;
    border-radius: .5rem;
    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;
    margin: var(--f30) 0;
}

.news._time b {
    color: var(--li);
    font-weight: 500;
    display: none;
}

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 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%;
}





/* 联系我们 */

.conbig_box {
    background: url(/src/img/con1.jpg) center/cover;
    padding: 3rem 0;
}

.conbig_box .flex {
    gap: 1rem;
    align-items: flex-end;
}

.conbig_box .flex>div {
    width: calc((100% - 1rem) / 2);
    border-radius: .5rem;
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
}


.conbig_box .con_right:hover {
    box-shadow: 0 0 1rem rgb(47 147 209 / 35%);
}


.con_right {
    background: #fff;
    padding: 4.5% 3%;
}

.con_right .form_t {
    font-size: var(--f36);
    color: #000;
    font-weight: bold;
    line-height: 150%;
}

.Message_Form {
    position: relative;
    margin-top: var(--f60);
}

.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(--f40);
    margin-bottom: var(--f40);
}

.Message_Form>div .form_left>div:nth-of-type(1),
.Message_Form>div .form_left>div:nth-of-type(4) {
    width: 100%;
}

.Message_Form>div .form_left>div {
    width: calc((100% - var(--f40)) / 2);
}

.Message_Form>div .e_textarea-66 {
    width: 100%;
    line-height: 0;
}

.Message_Form label {
    display: inline-block;
    color: #333;
    position: relative;
    padding-right: .8rem;
    line-height: 100%;
}

.Message_Form label+div {
    position: relative;
}

.Message_Form>div .form_left .form-control,
.Message_Form>div .form_left input.form-control {
    width: 100%;
    height: 3.625rem;
    font-size: 1rem;
    color: #000;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0;
    padding: 0;
}

.Message_Form>div .e_textarea-66 textarea.form-control {
    width: 100%;
    min-height: 7rem;
    overflow: hidden;
    font-size: 1rem;
    color: #333;
    font-weight: 300;
    font-family: 'Onsite';
    background: #fff;
    border: none;
    border-bottom: 1px solid #eeeeee;
    padding-top: 1.25rem;
    border-radius: 0;
}

.Message_Form>div .e_textarea-66 textarea.form-control:focus-visible,
.Message_Form .e_textarea-67 input.p_imagecode:focus-visible,
.Message_Form>div .form_left input.form-control:focus-visible {
    outline: none;
}

.Message_Form button.btn-primary {
    width: 12rem;
    height: 3.625rem;
    background: transparent;
    display: inline-block;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all .5s ease;
    font-size: 100%;
    font-family:
        'Onsite';
    letter-spacing: 1px;
    padding: 0 2vw;
    margin-left: auto;
    color: #000000;
    font-weight: 300;
    margin-top: var(--f60);
    border: 2px solid #e5e5e5;
    border-radius: 3rem;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
    text-shadow: none;
    -webkit-text-fill-color: initial;
    font-family: 'Onsite';
    font-weight: 300;
    font-size: var(--f18);
}

.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-top: var(--f60);
    width: calc((100% - var(--f40)) / 2);
}

.Message_Form .e_textarea-67 .ver_left {
    width: 65%;
}

.Message_Form .e_textarea-67 input.p_imagecode {
    width: 100%;
    height: 3.625rem;
    font-size: 1rem;
    color: #333;
    font-weight: 300;
    margin-right: 1%;
    background: #fff;
    border: none;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0;
    padding: 0;
}

.Message_Form .verbox {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 33%;
    margin-left: auto;
}

.Message_Form .verbox img {
    width: 100%;
    height: 3.625rem;
}

.Message_Form .verbox:after {
    content: '';
    background: url(/src/img/Update.png) center/cover no-repeat;
    min-width: 0.781vw;
    height: 0.938vw;
    opacity: .4;
    position: absolute;
    right: 0;
    transform: translateX(150%);
}

.con_left_box strong {
    color: #fff;
    font-size: var(--f18);
    font-weight: 500;
    line-height: 167%;
}


.con_left_box p,
.con_left_box p a {
    color: rgb(255 255 255 / 50%);
    font-size: var(--18);
    line-height: 167%;
    max-width: 30rem;
}

@media only screen and (min-width:769px) {

    .wcu_one ul:before {
        content: '';
        position: absolute;
        width: 100%;
        border-bottom: 1px solid #e8e8e8;
        left: 0;
        top: 50%;
    }

    .wcu_one ul:after {
        content: '';
        position: absolute;
        height: 100%;
        border-left: 1px solid #e8e8e8;
        left: 50%;
        top: 0;
    }

}

@media only screen and (max-width:1140px) {}

@media only screen and (max-width:768px) {
    br {
        display: none;
    }

    .white_nav_top {
        height: 70px;
    }

    .nei_banner {
        margin-top: 70px;
        padding-top: 0;
    }

    .nei_banner .n_ban_tc {
        text-align: left;
        padding: 20px 0;
        border-top: none;
        margin-top: 0;
    }

    .nei_banner img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .nei_banner .nei_txt .icon,
    .nei_banner .nei_txt .n_ban_tit {
        font-size: 24px;
    }

    .ab_one {
        padding: 50px 0;
    }

    .ab_one .left {
        width: 100%;
    }

    .ab_1_in {
        font-size: 24px;
        margin-top: 10px;
    }

    .ab_one .left .ab_1_in {
        margin-top: 10px;
    }

    .ab_1_t {
        font-size: 16px;
    }

    .ab_one .ab_1_sm {
        font-size: 14px;
        width: 100%;
        gap: 16px;
        margin-top: 20px;
    }

    ul.ul_num .counter {
        font-size: 32px;
    }

    ul.ul_num i {
        font-size: 24px;
    }

    ul.ul_num p {
        font-size: 14px;
        margin: 5px 0 0;
    }

    ul.ul_num .line {
        display: none;
    }

    ul.ul_num li {
        width: 100%;
        border-bottom: 1px solid var(--li);
        margin: 0 0 15px;
        padding: 0 0 15px;
    }

    .ab_three .swiper-pagination,
    .ab_one_sw .swiper-pagination {
        margin-top: 20px;
    }

    .ab_three {
        padding: 50px 0;
    }

    .ab_three .ab_1_in {
        font-size: 24px;
        margin: 10px 0 30px;
    }

    ul.two_probox li .Limg_con {
        padding-bottom: 75%;
        width: 100%;
        order: 0;
    }

    ul.two_probox li .tc {
        width: 100%;
        padding: 20px 0;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    ul.two_probox li .tc .tot {
        font-size: 18px;
    }

    ul.two_probox li .tc .info {
        font-size: 14px;
    }

    ul.two_probox li i.icon {
        margin-top: 30px;
    }

    .pro_bottom .product_box {
        gap: 10px;
    }

    .pro_bottom .product_box li {
        width: calc((100% - 10px) / 2);
    }

    .pro_bottom .product_box li p {
        font-size: 14px;
        margin-top: 20px;
    }

    .pro_bottom .product_box .Limg_con img {
        position: absolute;
        max-height: 80%;
        max-width: 80%;
    }

    .product_swiper {
        width: 100%;
    }

    .prode_swoperbox {
        position: relative;
        padding-right: 0;
    }

    .prode_swoperbox .swiper_bottom {
        position: relative;
        height: auto;
        width: 100%;
        margin-top: 10px;
    }

    .prode_swoperbox .swiper_bottom .Limg_con {
        padding-bottom: 75%;
    }

    .prduct_details_right {
        width: 100%;
        margin-top: 40px;
    }

    .prduct_details_right .prod_tit {
        font-size: 24px;
    }

    .prduct_details_right .prod_tit {
        font-size: 24px;
    }

    .prode_info {
        margin: 10px 0 20px;
        color: #000;
        font-size: 14px;
    }

    .download_li {
        position: static;
        width: 100%;
        margin: 30px 0;
    }

    .app_box .app_li .left {
        width: 100%;
    }

    .app_box .app_li .right {
        position: relative;
        width: 100%;
    }

    .app_box .app_li:nth-of-type(2n) .left {
        order: 0;
    }

    .app_box .app_li .right .tot {
        font-size: 24px;
        margin-top: 20px;
    }

    .app_box .app_li .right .info {
        font-size: 14px;
    }

    .app_box .app_li .right .word {
        position: static;
        padding: 20px 0;
        line-height: 167%;
        font-size: 16px;
        margin-top: 20px;
    }

    .wcu_one .wcu_1_in {
        font-size: 18px;
        max-width: 100%;
        margin-top: 10px;
    }

    .wcu_one {
        padding: 50px 0;
    }

    .wcu_one ul li {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #e8e8e8;
        flex-wrap: wrap;
        gap: 20px;
    }

    .wcu_one ul li .txt {
        font-size: 16px;
        font-weight: 300;
        min-height: auto;
        width: 100%;
    }

    .wcu_one ul li img {
        max-width: 40px;
        max-height: 40px;
        object-fit: contain;
    }

    .ab_one_sw p {
        font-size: 14px;
        text-align: center;
        color: #000;
        margin-top: 10px;
    }

    .wcu_two .wcu_2_info {
        font-size: 14px;
        color: #666666;
        line-height: 167%;
        max-width: 100%;
        margin-bottom: 0;
    }

    .wcu_two .center {
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 30px;
        margin-bottom: 40px;
    }

    .h_five .link_box {
        height: 13rem;
        margin: 20px 0 30px;
    }

    .h_five {
        padding-bottom: 50px;
    }

    .h_five .link_box .swiper-slide .Limg_con {
        border: 1px solid #eee;
    }

    .h_five .link_box .swiper-slide {
        height: calc((100% - 10px) / 2);
    }

    .h_five .one_tit.din {
        margin: 0;
        font-size: 24px;
    }

    ul.h_news {
        gap: 20px;
    }

    .newsbox {
        padding: 50px 0;
    }

    ul.h_news li {
        width: 100%;
    }

    .news._time {
        margin: 10px 0;
    }

    .conbig_box .flex {
        gap: 20px;
        align-items: flex-end;
        width: 100%;
        max-width: 100%;
    }

    .conbig_box .flex>div {
        width: 100%;
    }

    .con_left_box {
        padding: 0 20px;
    }

    .con_right .form_t {
        font-size: 24px;
    }

    .Message_Form {
        margin-top: 20px;
    }

    .conbig_box {
        padding: 3rem 0 0;
    }

    .conbig_box .flex .con_right {
        padding: 20px 20px 40px;
        border-radius: 0;
    }

    .Message_Form>div .form_left>div {
        width: 100%;
    }

    .Message_Form .e_textarea-67 {
        display: flex;
        align-items: center;
        margin-top: 40px;
        width: 100%;
    }

    .Message_Form button.btn-primary {
        border: 1px solid #e5e5e5;
        margin: 40px auto 0;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #666;
        text-shadow: none;
        -webkit-text-fill-color: initial;
        font-family: 'Onsite';
        font-weight: 300;
        font-size: 14px;
    }
}