@charset "UTF-8";

/* banner大图 */
.hl_banenr {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.example_video_1 {
    display: none !important;
}

.hl_video canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    opacity: .8;
}

.hl_video .zy_time {
    display: none;
}

.hl_vo_tc {
    position: absolute;
    left: 50%;
    bottom: 32%;
    transform: translate(-50%, 50%);
    z-index: 2;
    color: #fff;
}

.hl_vo_tc h3 {
    font-size: 2.708vw;
    font-weight: bold;
    line-height: 200%;
}

.hl_vo_tc h3+p {
    font-size: 0.938vw;
}

/* 关于我们 */


.hl_product {
    padding: 0 0 7.552vw;
    position: relative;
    overflow: hidden;
}

.hl_product .center {
    overflow: hidden;
    padding: 7.552vw 0 0;
}

.hl_product:before {
    content: '';
    position: absolute;
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13vw;
    height: 1px;
    background: #e5e5e5;
}

.hl_pro_top {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    transition: all .5s ease .5s;
}

.hl_pro_top.L_pro_hide {
    transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease 0s;
}

.hl_pro_top span {
    font-size: 0.833vw;
    color: var(--li);
    text-transform: uppercase;
    margin-bottom: 0.781vw;
    display: block;
    font-weight: bold;
}

.hl_left h2 {
    font-size: 2.083vw;
    color: #000;
}

.hl_morebox {
    margin-top: 2.083vw;
}

.hl_morebox .hl_more {
    font-size: 0.938vw;
    font-weight: normal;
    color: #999;
    display: inline-block;
    margin-right: 1vw;
    line-height: 200%;
    border-bottom: 2px solid transparent;
}

.hl_morebox .hl_more:hover {
    color: #000;
    border-color: var(--li);
}

a.hl_more {
    font-size: 0.938vw;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

a.hl_more i {
    color: #bfbfbf;
    font-weight: normal;
    font-size: 1.25vw;
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
    color: var(--li);
    background: #fff;
    border-radius: 50%;
    transition: all .5s ease;
}

a.hl_more:hover {
    color: var(--li1);
}
a.hl_more:hover i{
    color: var(--li);
    transform: translateX(10px);
}

.hl_list .Limg_con {
    padding-bottom: 100%;
    transition: all .5s ease;
    transform-origin: bottom center;
}

.L_active .hl_list .Limg_con {
    transform: scale(0.8);
}

.si_active .hl_list .Limg_con {
    transform: scale(1.2);
}

.hl_pro_bottom {
    padding-top: 1.563vw;
}

a.hl_list_txt {
    display: block;
    text-align: center;
    color: #999999;
    font-size: 0.833vw;
    line-height: 150%;
    height: 7vw;
    padding-top: 3vw;
    position: relative;
    transition: all .5s linear;
}


a.hl_list_txt span {
    content: '';
    position: absolute;
    width: 0.781vw;
    height: 0.781vw;
    background: transparent;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 5.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
}

a.hl_list_txt span:before {
    content: '';
    width: 50%;
    height: 50%;
    background: var(--li);
    display: block;
    border-radius: 50%;
}

.hl_prodect_swiper .swiper-slide:hover a.hl_list_txt span {
    background: rgb(229 1 18 / 50%);
}

.hl_prodect_swiper .swiper-slide:hover a.hl_list_txt {
    color: var(--li);
    font-weight: bold;
    font-size: 0.938vw;
}

.hl_prodect_swiper .swiper-slide:hover .hl_list_name {
    color: #000;
}

.hl_product .hl_prodect_swiper {
    overflow: visible;
}

.hl_pro_tc {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -60%);
    overflow: hidden;
    width: 100%;
    height: 106%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.hl_prodect_swiper .swiper-slide:hover .hl_pro_tc {
    opacity: 1;
    visibility: visible;
    transition: all 2s ease;
    top: 0;
}

.hl_pro_imgbox {
    -webkit-mask-image: url(/src/image/blank.svg);
    mask-image: url(/src/image/blank.svg);
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    width: 94%;
    height: 94%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hl_pro_tc .masked {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hl_pro_tc:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(/src/image/pro_solid.png);
    background-size: contain;
}

/* banner大图end */


/* 关于我们 */
.hl_about {
    padding: 0 0 9.635vw;
}

.hl_about_center {
    max-width: 93.75vw;
    width: 94%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.46fr 1fr;
    grid-template-rows: 1.2fr 1fr;
    grid-auto-flow: row;
    grid-template-areas:
        "hl_about_left hl_about_right"
        "hl_about_left hl_about_bottom";
    gap: 2.5vw;
    overflow: hidden;
}

.hl_about_left {
    grid-area: hl_about_left;
    position: relative;
}

.hl_about_right {
    grid-area: hl_about_right;
}

.hl_about_bottom {
    grid-area: hl_about_bottom;
    padding: 1.302vw;
    transition: all .5s ease;
    border-radius: 1.042vw;
    background: transparent;
}

.hl_about_bottom:hover {
    background-color: #e5e5e5;
}

.hl_about_center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.042vw;
}

.hl_about_left .hl_about_tc {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: #fff;
    padding: 3vw;
    display: flex;
    flex-wrap: wrap;
}

.hl_about_left .hl_about_tc .hl_about_num {
    width: 50%;
    display: flex;
    align-items: center;
}

.hl_about_left .hl_about_tc .hl_about_num i.icon {
    font-size: 4vw;
    margin-right: 2vw;
}

.hl_about_left .hl_about_tc .hl_about_num h4 {
    font-size: 2.604vw;
    font-weight: 100;
}

.hl_about_left .hl_about_tc .hl_about_num p {
    font-size: 0.833vw;
    color: #fff;
    opacity: .6;
}

.hl_about_bottom span {
    color: var(--li);
    font-size: 0.833vw;
    text-transform: uppercase;
    font-weight: bold;
}

.hl_about_bottom h2 {
    font-size: 1.563vw;
    color: #000;
    max-width: 21.615vw;
    margin: 1% 0 5%;
}

.hl_about_bottom h2+p {
    font-size: 0.833vw;
    color: #666666;
    max-width: 22.396vw;
    line-height: 200%;
    margin-bottom: 4.688vw;
}

/* 关于我们end */

.hl_service {
    background: url(/src/image/ser_bg.jpg) center center/cover no-repeat;
    background-attachment: fixed;
    padding: 18.75vw 0 11.979vw;
}

.hl_service span {
    font-size: 0.833vw;
    color: var(--li);
    text-transform: uppercase;
    font-weight: bold;
}

.hl_service h3 {
    font-size: 2.5vw;
    color: #ffffff;
    max-width: 23.438vw;
    margin: 1.042vw 0 2.604vw;
}

.hl_service p {
    font-size: 1.146vw;
    color: #fff;
    margin-bottom: 5.469vw;
}

.hl_service a.hl_more {
    color: #fff;
}


/* 服务end */

.hl_news {
    background: url(/src/image/newsbg.jpg) bottom center / cover no-repeat;
    padding: 130px 0 140px;
}

.hl_news .center {
    overflow: hidden;
}

.hl_news_title {
    display: flex;
    font-size: 2.188vw;
    color: #000000;
    justify-content: space-between;
    align-items: center;
}

.hl_news-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.625vw;
}

.hl_news-button>div {
    position: static;
    transform: none;
    width: 2.604vw;
    height: 2.604vw;
    border: 1px solid #dbdbdb;
    background: transparent;
    transition: all .5s ease;
}

.hl_news-button>div:after {
    color: #000000;
    font-size: 0.781vw;
    font-weight: bold;
}

.hl_news-button>div:hover {
    background: var(--li);
    border-color: var(--li);
    transition: all .5s ease;
}

.hl_news-button>div:hover:after {
    color: #fff;
}

.news_swiper {
    margin: 5.208vw 0;
}

.news_swiper a.hl_newsbox {
    padding: 0.781vw 6.771vw 1.302vw 2.083vw;
    display: block;
    position: relative;
    font-size: 0.833vw;
    color: #333;
}

.news_swiper a.hl_newsbox:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #e5e5e5;
    left: 0;
    top: 0;
}

.news_swiper a.hl_newsbox:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20%;
    background: var(--li);
    left: 0;
    top: 0;
    transition: all .5s ease;
}

.news_swiper a.hl_newsbox:hover:after {
    height: 100%;
}

p.hl_time {
    font-size: 0.833vw;
    color: #999;
    font-weight: bold;
    margin-bottom: 2.083vw;
}

.hl_name {
    font-size: 1.25vw;
    color: #000000;
    line-height: 150%;
    min-height: 3.75vw;
}

.hl_summary {
    font-size: 0.833vw;
    color: #666666;
    margin: 1.823vw 0 4.167vw;
    line-height: 180%;
    min-height: 3.021vw;
}

.news_swiper a.hl_newsbox:hover .hl_name {
    color: var(--li);
}

/* 新闻end */
@media only screen and (min-width:769px) {
    .mo {
        display: none !important;
    }
}

@media only screen and (max-width:768px) {
    .pc {
        display: none !important;
    }

    .hl_banenr {
        height: 100vw;
    }

    .hl_vo_tc h3 {
        font-size: 20px;
    }

    .hl_vo_tc h3+p {
        font-size: 14px;
    }

    .zy_playpause_btn_play,
    .zy_playpause_btn_pause {
        width: 35px;
        height: 35px;
        background-size: 12px auto;
        bottom: 3.4vw;
    }

    .zy_controls {
        max-width: 90vw;
    }

    .hl_pro_top span {
        font-size: 14px;
    }

    .hl_left h2 {
        font-size: 18px;
    }

    .hl_morebox .hl_more {
        font-size: 14px;
        font-weight: normal;
    }

    a.hl_more {
        font-size: 16px;
    }

    a.hl_more {
        font-size: 14px;
        font-weight: normal;
    }

    a.hl_more i {
        font-size: 14px;
    }

    .hl_pro_bottom {
        padding-top: 150px;
    }

    .hl_product .center {
        padding: 50px 0 0;
    }

    .hl_list .Limg_con {
        padding-bottom: 80%;
        margin-bottom: 10px;
    }

    a.hl_list_txt {
        font-size: 12px;
        height: 70px;
        padding-top: 15px;
    }

    .hl_prodect_swiper .swiper-slide:hover a.hl_list_txt {
        font-size: 12px;
    }

    .hl_prodect_swiper .swiper-slide-active .hl_pro_tc {
        opacity: 1;
        visibility: visible;
        transition: all 2s ease;
        top: 0;
    }
    .hl_prodect_swiper .swiper-slide-active img {
        max-height: 100%;
        max-width: 100%;
    }


    a.hl_list_txt span {
        width: 10px;
        height: 10px;
        bottom: 60px;
    }

    .hl_product:before {
        bottom: 135px;
    }

    .hl_about_center {
        grid-template-columns: 2fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "hl_about_left hl_about_right" "hl_about_bottom hl_about_bottom";
    }

    .hl_about_left {
        background: #11a6e0;
    }

    .hl_about_center img {
        opacity: .5;
    }

    .hl_about_left .hl_about_tc .hl_about_num {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 10px 0;
    }

    .hl_about_left .hl_about_tc .hl_about_num i.icon {
        font-size: 32px;
        margin-right: 15px;
    }

    .hl_about_left .hl_about_tc .hl_about_num h4 {
        font-size: 18px;
    }

    .hl_about_left .hl_about_tc .hl_about_num p {
        font-size: 14px;
    }

    .hl_about_bottom span {
        font-size: 14px;
    }

    .hl_about_bottom h2+p {
        font-size: 14px;
        color: #666666;
        max-width: 100%;
    }

    .hl_about_bottom h2 {
        font-size: 18px;
        max-width: 250px;
    }

    .hl_service {
        background-attachment: scroll;
        padding: 80px 0;
    }

    .hl_service span {
        font-size: 14px;
    }

    .hl_service h3 {
        font-size: 18px;
        max-width: 180px;
    }

    .hl_service p {
        font-size: 14px;
    }

    .hl_news {
        padding: 50px 0 80px;
    }

    .hl_news_title {
        font-size: 18px;
    }

    .hl_news-button>div {
        width: 35px;
        height: 35px;
    }

    .hl_news-button>div:after {
        color: #000000;
        font-size: 10px;
        font-weight: normal;
    }

    p.hl_time {
        font-size: 14px;
        font-weight: normal;
    }

    .hl_name {
        font-size: 18px;
    }

    .hl_summary {
        font-size: 14px;
        min-height: 26px;
    }

    .news_swiper a.hl_newsbox {
        padding: 15px 0 15px 30px;
        font-size: 14px;
    }

    .news_swiper {
        margin: 25px 0 40px;
    }

    .hl_product .swiper-pagination {
        position: static;
        margin: 10px 0 20px;
    }

    .hl_product .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin: 0 4px;
    }
}