@charset "UTF-8";

.h_swiper .banenr_center {
    width: 100%;
    height: auto;
    background: var(--li);
    overflow: hidden;
    position: relative;
    line-height: 0;
}

.h_swiper .banenr_center .ban_img {
    object-fit: contain;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: transform 20s ease;
    transform: scale(1);
}

.h_swiper .swiper-slide-active .banenr_center .ban_img {
    transform: scale(1.1);
}

.h_swiper .ban_text {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    color: #fff;
}

.h_swiper .ban_text .banner_h1 {
    font-weight: 700;
    font-size: max(28px, 2.65vw);
    line-height: 120%;
    max-width: max(270px, 26vw);
}

.h_swiper .ban_text .banner_p {
    font-size: max(16px, 0.938vw);
    color: #fff;
    line-height: 167%;
    max-width: max(460px, 28vw);
    margin: 2% 0 0;
}

.swiper-pagination.center {
    position: absolute;
    left: 50%;
    top: 32%;
    bottom: auto;
    transform: translateX(-50%);
    color: #fff;
    text-align: left;
    display: flex;
    font-family: 'Gilroy';
    font-size: max(16px, 0.938vw);
    align-items: center;
}

.swiper-pagination.center span.num {
    opacity: .3;
}

.swiper-pagination.center .line {
    width: max(138px, 7vw);
    height: 2px;
    background: rgb(255 255 255 / 30%);
    margin: 0 2%;
    position: relative;
}

.swiper-pagination.center .line span {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--li);
}

.swiper-pagination.center .line span.active {
    width: 100%;
    transition: all 5s linear;
}

.scroll_bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2%;
    z-index: 2;
    font-size: max(28px, 2.2vw);
    color: #ffff;
    display: block;
    cursor: pointer;
}

/* 关于我们 */
.h_about {
    padding: 7% 0 10%;
    overflow: hidden;
}

.h_about>.center {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.h_about>.center .left {
    width: 38%;
}

.h_name {
    font-size: max(14px, 0.835vw);
    color: #999;
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
    font-weight: normal;
}

.h_name:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--li);
    margin-right: 10px;
    border-radius: 50%;
}

.h_title {
    font-size: max(32px, 2.5vw);
    color: #000000;
    width: 85%;
    line-height: 125%;
    margin-bottom: max(20px, 2vw);
}

.h_about .left .ab_tit {
    color: #666;
    line-height: 167%;
    font-size: max(16px, 0.938vw);
}

.h_about .left .ab_tit b {
    color: #000;
}

.pulic_more {
    color: #000;
    text-transform: uppercase;
    line-height: 200%;
    display: inline-flex;
    font-size: max(16px, 0.938vw);
    align-items: center;
    gap: 1vw;
    padding-right: 1vw;
}

.pulic_more:after {
    content: '>';
    background: var(--li);
    display: inline-block;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-family: '宋体';
    font-weight: 700;
}

.h_about .right {
    width: 50%;
    text-align: right;
    padding-top: 5%;
}

.h_about ul {
    width: 100%;
    display: flex;
    gap: max(50px, 4vw);
    border-top: 1px dashed #e1e2e4;
    margin-top: 6%;
    padding-top: 3%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.h_about ul li {
    display: flex;
    align-items: center;
    gap: 1vw;
}

.h_about ul span {
    color: var(--li);
    font-size: max(38px, 3.5vw);
    font-family: 'Onsite';
}

.h_about ul i {
    font-family: 'Onsite';
    color: var(--li);
    font-size: max(24px, 2.5vw);
    vertical-align: top;
}

.h_about ul p {
    font-size: max(14px, 0.835vw);
    color: #666;
}

.h_about ul b {
    font-size: max(17px, 1.25vw);
    color: #353535;
    line-height: 150%;
}

/* 产品 */

.h_pro {
    position: relative;
    overflow: hidden;
    background: url(/src/image/bg.jpg) center center/cover no-repeat;
    padding: 9% 0;
}

.h_pro .center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.h_pro .center .left {
    width: 20%;
    position: relative;
    z-index: 2;
}

.h_pro .center .left p {
    font-weight: bold;
    font-size: max(24px, 2vw);
    margin: 5% 0 15%;
    line-height: 125%;
}

.h_pro .center .left * {
    color: #fff;
}

.h_pro .center .right {
    width: 64.5%;
}

.h_pro .center .right .pro_swiper {
    overflow: visible;
}

.h_pro .center .right .pro_swiper .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.h_pro .center .right .pro_swiper .swiper-slide-next,
.h_pro .center .right .pro_swiper .swiper-slide-next+div,
.h_pro .center .right .pro_swiper .swiper-slide-active {
    opacity: 1;
    visibility: visible;
}

.h_pro_box {
    position: relative;
}

.h_pro_box .Limg_cov {
    padding-bottom: 130%;
    border-radius: 10px;
    overflow: hidden;
}

.h_pro_box .h_pro_tc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 5%;
}

.h_pro_box .h_pro_tc h3 {
    color: #000;
    font-size: max(18px, 1.55vw);
    transition: all .5s ease;
}

.h_pro_box .h_pro_tc p {
    font-size: max(16px, 0.938vw);
    color: #666;
    margin-top: 3%;
}

.h_pro_box:hover img {
    transform: scale(1.05);
}

.h_pro_box:hover h3 {
    color: var(--li);
}


.h_link {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.h_link>div {
    width: 50%;
    position: relative;
}

.h_link .right img {
    vertical-align: top;
    width: 100%;
}

.h_link .tc {
    position: absolute;
    width: 100%;
    padding: 17%;
    z-index: 2;
    left: 0;
    top: 0;
}

.h_link .tc * {
    color: #fff;
}

.h_link .tc h3 {
    font-size: max(24px, 2vw);
    margin-bottom: 4%;
}

.h_link .tc p {
    line-height: 167%;
    font-size: max(16px, 0.938vw);
    margin-bottom: 6%;
}

.h_link .right .pulic_more:after {
    background: #fff;
    color: var(--li);
}

.h_link .left .Limg_cov {
    padding-bottom: 100%;
}

.h_link .left p {
    position: absolute;
    right: 5%;
    z-index: 2;
    bottom: 10%;
    background: var(--li);
    color: #fff;
    font-size: max(14px, 0.835vw);
    font-weight: bold;
    padding: 0 30px 0 50px;
    line-height: 200%;
    border-radius: max(30px, 5vw);
}

.h_link .left p span {
    position: absolute;
    height: 60%;
    aspect-ratio: 1/1;
    left: 15px;
    top: 20%;
    background: rgb(255 255 255 / 50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h_link .left p span:before {
    content: '';
    display: inline-block;
    width: 50%;
    height: 50%;
    background: #fff;
    border-radius: 50%;
}

.case_swiper .swiper-pagination {
    bottom: 10% !important;
    text-align: left;
    padding-left: 18%;
}


.h_blog {
    padding: 6% 0 4%;
}

.h_blog .news_swiper {
    width: 100%;
    margin-top: 4%;
}

.swiper_news_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #858788;
    font-size: max(18px, 2vw);
    gap: 1.5vw;
    user-select: none;
    position: relative;
}

.swiper_news_box>div {
    cursor: pointer;
    position: static;
    border-radius: 5px;
    font-weight: bold;
    color: #aaaaaa;
    transform: none;
}

.news_bigbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_bigbox .left a {
    display: inline-block;
    border: 1px solid #dddddd;
    color: #000;
    font-weight: bold;
    padding: 0.8vw 2vw;
    border-radius: 5px;
    font-size: max(14px, 0.835vw);
    margin-right: 1vw;
    transition: all .5s ease;
}

.news_bigbox .left a i {
    color: var(--li);
    transition: all .5s ease;
}

.news_bigbox .left a:hover {
    background: var(--li);
    color: #fff;
    border-color: var(--li);
}

.news_bigbox .left a:hover i {
    color: #fff;
}

.swiper_news_box>div:hover {
    color: var(--li);
}

.swiper_news_box>div:hover:after {
    color: #fff;
}

.news_word .Limg_cov {
    padding-bottom: 73%;
    border-radius: 10px;
}

.news_word {
    box-shadow: 0 0 10px rgb(0 40 106 / 10%);
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.news_swiper .swiper-slide {
    padding: 10px;
}

.news_word .news_txt {
    padding: 8%;
    min-height: max(110px, 10vw);
}

.news_word .news_tit {
    font-size: max(16px, 0.938vw);
    color: #000;
    line-height: 167%;
    margin-bottom: 1vw;
    transition: all .5s ease;
}

.news_word .sort_time {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #aaa;
    font-size: max(14px, 0.835vw);
}

.news_word:hover img {
    transform: scale(1.05);
}

.news_word:hover .news_tit {
    color: var(--li);
}

.news_swiper .swiper-pagination {
    position: static;
    margin: 2% 0;
}

@media only screen and (max-width:1200px) {}

@media only screen and (min-width:769px) {}

@media only screen and (max-width:768px) {
    .h_swiper {
        margin-top: 70px;
    }

    .h_swiper .banenr_center {
        height: 45vh;
    }

    .h_swiper .banenr_center .ban_img {
        object-fit: cover;
    }

    .h_swiper .ban_text {
        top: 45%;
    }

    .h_swiper .ban_text .banner_p {
        margin: 4% 0 0;
    }

    .h_about>.center>div {
        width: 100% !important;
        text-align: left;
    }

    .h_about {
        padding: 50px 0;
    }

    .h_about>.center>div {
        width: 100% !important;
        text-align: left;
    }

    .h_title {
        font-size: 24px;
        width: 250px;
        margin: 10px 0;
    }

    .h_about ul {
        gap: 10px;
        margin-top: 30px;
        padding-top: 30px;
    }

    .h_about ul li {
        gap: 1vw;
        width: 100%;
        background: #eee;
        flex-direction: column;
        padding: 20px;
    }

    .h_about ul span {
        font-size: 36px;
    }

    .h_pro .center>div {
        width: 100% !important;
    }

    .h_pro {
        padding: 50px 0 80px;
    }

    .h_pro .center .left p {
        font-size: 18px;
        margin: 10px 0 20px;
        line-height: 145%;
        width: 300px;
    }

    .h_pro .center .right {
        margin-top: 40px;
    }

    .h_link>div {
        width: 100%;
    }

    .h_link .tc {
        width: 100%;
        padding: 15% 7%;
    }

    .news_bigbox .left a {
        padding: 10px 15px;
    }

    .news_swiper .swiper-slide {
        padding: 0;
    }

    .h_blog {
        padding: 50px 0;
    }

    .news_swiper .swiper-pagination {
        position: static;
        margin: 20px 0 0;
    }

    .h_blog .news_swiper {
        margin-top: 30px;
    }

}