@charset "UTF-8";

.nei_banner {
    position: relative;
    width: calc(100% - 2vw);
    margin: 1vw auto 0;
    border-radius: 2vw;
    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: center;
}

.nei_banner .nei_txt .n_ban_tit {
    color: #fff;
    line-height: 100%;
    font-weight: 700;
    font-size: var(--f72);
}

.ab_one {
    padding: 6% 0 5%;
    font-size: var(--f18);
    color: #000;
}

.inside_name {
    font-size: var(--f18);
    color: var(--li);
    text-transform: uppercase;
    font-weight: bold;
}

.inside_tit {
    font-size: var(--f36);
    color: #000;
    line-height: 133%;
    font-weight: bold;
}

.ab_one .inside_tit {
    margin: 1% 0 2%;
}

.ab_one .center>p {
    line-height: 167%;
    margin-bottom: 2%;
}

.ab_one .grid-container {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 1vw;
    width: 100%;
    aspect-ratio: 1370 / 770;
    margin: 5% 0 8%;
}

.ab_one .box {
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: var(--f48) var(--f30);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ab_one .box1 {
    grid-column: 1 / span 8;
    grid-row: 1;
}

.ab_one .box2 {
    grid-column: 9 / span 5;
    grid-row: 1;
}

.ab_one .box3 {
    grid-column: 14 / span 7;
    grid-row: 1 / span 2;
    background-image: url('/src/img/ab3.jpg');
    background-size: cover;
    background-position: center;
}

.ab_one .box4 {
    grid-column: 1 / span 5;
    grid-row: 2;
    background-image: url('/src/img/ab2.jpg');
    background-size: cover;
    background-position: center;
}

.ab_one .box5 {
    grid-column: 6 / span 8;
    grid-row: 2;
}

.ab_one .box p {
    color: #666;
}

.ab_one .box .info {
    font-size: var(--f22);
    font-weight: 500;
    color: #000;
    line-height: 120%;
}

.ab_one .box span.counter {
    font-size: var(--f60);
    font-weight: 500;
    color: var(--li);
}

.ab_one .box i {
    color: var(--li);
    font-weight: 500;
    font-size: var(--f30);
}

@media (max-width: 768px) {
    .ab_one .grid-container {
        display: block;
        aspect-ratio: auto;
    }

    .ab_one .box {
        width: 100%;
        margin-bottom: 20px;
    }
}

.ab_four {
    padding: 0 0 5%;
    text-align: left;
}

.ab_four .honor_swiper .swiper {
    margin-top: 5%;
    padding-bottom: 5%;
}

.ab_four .honor_swiper .swiper-slide {
    border: 1px solid #dde1de;
    border-radius: 10px;
    padding: 2%;
    transition: border .5s;
}

.ab_four .honor_swiper .swiper-slide .Limg_con {
    padding-bottom: 85%;
}

.ab_four .honor_swiper p {
    margin: 8% 0;
    text-align: center;
}

.ab_four .honor_swiper .swiper-slide:hover {
    border-color: var(--li1);
    cursor: pointer;
}

.ab_four .honor_swiper .swiper-slide:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

/* 新闻 */
.newsbox {
    padding: 6% 0;
}

ul.news_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5vw;
}

ul.news_ul li {
    width: calc((100% - 3vw) / 3);
}

ul.news_ul li .Limg_cov {
    padding-bottom: 67%;
    border-radius: 1vw;
}

ul.news_ul li .news_time {
    color: #000000;
    margin: 6% 0;
    line-height: 100%;
}

ul.news_ul li .news_tit {
    font-size: var(--f18);
    color: #000;
    font-weight: 500;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

ul.news_ul li:hover img {
    transform: scale(1.05);
}

ul.news_ul li:hover .news_tit {
    color: var(--li);
}

.news_text_word {
    padding: 5% 0;
}

.news_text_word .center {
    margin-top: max(82px, 4vw);
}

.news_text_word .new_tt {
    font-size: var(--f30);
    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;
}

.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;
}

/* 产品详情 */
.product-details h3 {
    font-size: var(--f36);
    color: #000;
    line-height: 100%;
    margin: 0 0 var(--f36);
    text-align: center;
}

.prode_line {
    padding: 6% 0 5%;
}

.prode_line table {
    border: 1px solid #b2b2b2;
    border-style: solid none;
}

.prode_line table td {
    border-bottom: 1px solid #e5e5e5;
    width: 50%;
    color: #666;
    padding: 1% 4%;
}

.prode_line table tr td:first-child {
    background: #fbfcff;
    color: #000;
    border-right: 1px solid #e5e5e5;
}

.app_swiper .Limg_cov {
    padding-bottom: 100%;
    border-radius: 1vw;
    overflow: hidden;
}

.app_swiper .swiper-slide .Limg_cov:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, black, transparent);
    z-index: 1;
    opacity: .8;
}

.app_swiper p {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 6%;
    text-align: center;
    font-size: var(--f24);
    font-weight: bold;
    color: #fff;
    z-index: 2;
}

.app_swiper .swiper-slide:hover img {
    transform: scale(1.05);
}

.honor_swiper .Limg_con {
    padding-bottom: 140%;
}


/* 联系我们 */
.con_one {
    padding: 7% 0 4%;
}

.con_one .center {
    align-items: flex-start;
}

.con_one .left {
    width: 45%;
    font-size: var(--f48);
    color: #000;
    font-weight: bold;
    line-height: 115%;
}

.con_one .right {
    width: 50%;
}

.con_one .right ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
}

.con_one .right ul li {
    width: calc((100% - 3vw) / 2);
}

.con_one .con_tit {
    color: #000;
    margin-bottom: 1vw;
}

.con_one .right .con_name {
    color: #666666;
    line-height: 150%;
}

.con_one .right ul li .share {
    display: flex;
    gap: 2vw;
}

.con_one .right ul li .share svg.icon {
    width: var(--f24);
    height: auto;
    vertical-align: top;
}

.con_two {
    padding: 0 0 6%;
}

.con_two .map {
    width: 100%;
    height: auto;
    border-radius: 1vw;
    overflow: hidden;
    aspect-ratio: 9/4;
}

.con_three {
    padding: 6% 0;
}

.con_three .left {
    width: 52%;
}

.con_three .right {
    width: 40%;
    border-radius: 1vw;
    overflow: hidden;
}

.con_three .right img {
    width: 100%;
}

.Message_Form {
    margin: 7% auto 0;
}

.Message_Form label {
    display: block;
    text-align: left;
    line-height: 100%;
    margin-bottom: 10px;
    color: #000;
}

.Message_Form label span {
    color: red;
    display: inline-block;
    vertical-align: middle;
}

.Message_Form input {
    background: rgb(255 255 255 / 20%);
    width: 100%;
    border: 1px solid #cccccc;
    line-height: var(--f48);
    padding: 1px var(--f16);
    border-radius: 5px;
}

.Message_Form .ver-errbox {
    margin-bottom: 3%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgb(0 0 0 / 40%);
    text-shadow: none;
    -webkit-text-fill-color: initial;
    font-family: 'Onsite';
    font-weight: 300;
    font-size: var(--f16);
}

.Message_Form textarea {
    background: rgb(255 255 255 / 20%);
    width: 100%;
    border: 1px solid #cccccc;
    line-height: var(--f48);
    padding: 1px var(--f16);
    border-radius: 5px;
}

.Message_Form button.btn-primary {
    width: 100%;
    background: var(--li);
    border-radius: 1000000px;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: var(--f60);
    font-family: 'Onsite';
    cursor: pointer;
    transition: all .5s;
    margin-top: 2vw;
    font-size: var(--f16);
}

.Message_Form button.btn-primary:hover {
    background: var(--li1);
    color: #fff;
}

.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;
}

.Message_Form .verbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.Message_Form .ver_left {
    width: calc(100% - 300px);
}


@media only screen and (max-width:1480px) {}

@media only screen and (max-width:1140px) {}

@media only screen and (max-width:768px) {
    .mo_pd {
        padding: 50px 0 !important;
    }

    .nei_banner .nei_txt .n_ban_tit {
        font-size: 36px;
    }

    .nei_banner {
        height: 35vh;
        margin-top: 70px;
    }

    .nei_banner img {
        height: 100%;
        object-fit: cover;
    }

    .inside_tit br {
        display: none;
    }

    .ab_one .inside_tit {
        font-size: 18px;
    }

    .ab_one .box .info br,
    .ab_one .inside_tit+p>br {
        display: none;
    }

    .ab_one {
        font-size: 14px;
    }

    .ab_one .box3,
    .ab_one .box4 {
        display: none;
    }

    .ab_four .honor_swiper .swiper {
        padding-bottom: 40px;
    }

    .ab_four .honor_swiper p {
        min-height: 42px;
    }

    .prode_line {
        padding: 50px 0;
    }

    ul.news_ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    ul.news_ul li .news_time {
        margin: 10px 0;
    }

    .ab_one .box p br {
        display: none;
    }

    .app_swiper p {
        font-size: 16px;
        font-weight: normal;
    }



}