@charset "UTF-8";

.swiper.h_swiper {
    width: calc(100% - 2vw);
    margin-top: 1vw;
    border-radius: 2vw;
}

.banenr_center {
    position: relative;
    height: auto;
    overflow: hidden;
}

.banenr_center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 10s ease, opacity .5s ease;
}

.h_swiper .swiper-slide-active .banenr_center img {
    transform: scale(1.1);
}

.banenr_center .ban_text {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-align: left;
}

.ban_text .ban_sum {
    font-size: var(--f18);
    line-height: 134%;
    max-width: max(460px, 27.083vw);
    width: 100%;
}


.ban_text .ban_tit {
    font-size: var(--f48);
    font-weight: 700;
    line-height: 111%;
    margin: 0 0 2%;
    max-width: max(380px, 29.688vw);
    width: 100%;
}

img.swiper_iscc {
    position: absolute;
    width: auto;
    bottom: 5%;
    right: 3%;
    z-index: 2;
}

.h_one {
    padding: 6% 0 8%;
    background: url(/src/image/ab_bg.png) center bottom/contain no-repeat;
}

.h_one .left {
    width: 50%;
}

.h_tit {
    text-transform: uppercase;
    font-size: var(--f18);
    font-weight: 700;
    color: var(--li);
}

.h_name {
    font-size: var(--f48);
    color: #000;
    line-height: 108%;
}

.h_one .h_tit {
    margin-bottom: 1vw;
}

.h_one .one_top {
    align-items: flex-end;
    margin-bottom: 7%;
}

.h_one .one_top .right {
    max-width: max(310px, 16.146vw);
    width: 100%;
    font-size: var(--f18);
    position: relative;
}

.h_one .one_top .right:before {
    content: '“';
    color: var(--li);
    font-size: var(--f60);
    font-weight: 700;
    position: absolute;
    left: 0;
    bottom: 100%;
}

.h_one ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
}

.h_one ul li {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    background: #f7f7f7;
    transition: all .5s ease;
}

.h_one ul li .Limg_cov {
    padding-bottom: 140%;
}

.h_one ul li>div {
    padding: 14% 7%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.h_one ul .one_ico {
    width: 78px;
    height: 78px;
    background: var(--li);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h_one ul span.counter {
    font-size: var(--f60);
    color: var(--li);
    font-weight: 500;
    line-height: 100%;
}

.h_one ul .num i {
    font-size: var(--f30);
    color: var(--li);
    font-weight: 500;
}

.h_one ul .num h3 {
    font-size: var(--f20);
    color: #000;
    font-weight: 500;
    margin: 1vw 0 1vw;
}

.h_one ul .num p {
    font-size: var(--f18);
    line-height: 133%;
    min-height: 72px;
}

.h_one ul li:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.h_one ul li:hover .Limg_cov img {
    transform: scale(1.05);
}



.h_two {
    padding: 5% 0 10%;
}

.h_tit_top {
    align-items: flex-start !important;
    margin-bottom: 5%;
}

.h_tit_top .left {
    width: 20%;
}

.h_tit_top .h_name {
    width: 48%;
}

.h_tit_top .right {
    width: 10%;
}

.h_tit_top .icon {
    width: var(--f42);
    height: var(--f42);
    background: var(--li);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5vw;
    margin-left: auto;
    transition: all .5s ease;
}

.h_tit_top .icon:hover {
    border-radius: 2.5vw;
}

.h_two .center {
    position: relative;
}

.h_two .center:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(/src/image/two_bg.png) center bottom no-repeat;
    background-size: contain;
    width: 15.104vw;
    height: 10.625vw;
    transform: translate(-50%, -70%);
}

.h_two .center:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/src/image/two_bg1.png) center bottom no-repeat;
    width: 9.74vw;
    height: 10.625vw;
    background-size: contain;
    transform: translate(30%, 80%);
    z-index: 1;
}

.ul_box {
    position: relative;
    z-index: 1;
    background: url(/src/image/two1.jpg) center center / cover no-repeat;
}

.h_two ul {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #000;
    border-top: 1px solid transparent;
    transition: all .5s ease;
}

.ul_box .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
    transition: all .5s ease;
    mix-blend-mode: screen;
    background: #fff;
}

.ul_box .bg .blank {
    background: #000;
    height: 39%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 1vw;
    transition: all .5s linear;
}

.h_two ul li {
    border-top: 1px solid #e5e5e5;
    counter-increment: items;
    display: flex;
    justify-content: space-between;
    padding: 3% 2%;
    color: #000;
    position: relative;
    z-index: 3;
    flex-wrap: wrap;
}

.h_two ul li.active {
    color: #fff;
    border-color: transparent;
}

.h_two ul li:before {
    content: counter(items, decimal-leading-zero);
    font-size: var(--f18);
    width: 20%;
}

.h_two ul li.active+li,
.h_two ul li:first-child {
    border: none;
}

.h_two ul li .txt {
    width: 48%;
}

.h_two ul li .txt h3 {
    font-size: var(--f24);
    line-height: 120%;
}

.h_two ul li .txt p {
    height: max(100px, 5.208vw);
    max-height: 0;
    overflow: hidden;
    font-size: var(--f18);
}

.h_two ul li .btn {
    position: relative;
    width: 10%;
}

.h_two ul li .btn span {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: auto;
    position: relative;
    --color: var(--li);
}

.h_two ul li.active span {
    --color: #fff;
}

.h_two ul li .btn span:before {
    content: '';
    width: 100%;
    height: 3px;
    background: var(--color);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1.55px;
}

.h_two ul li .btn span:after {
    content: '';
    width: 3px;
    height: 100%;
    background: var(--color);
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1.5px;
}

.h_two ul li.active .btn span:after {
    opacity: 0;
}

.h_two ul li.active .txt p {
    max-height: max(100px, 5.208vw);
    padding-top: 2%;
}

.h_three {
    position: relative;
    overflow: hidden;
}

.app_swiper .banenr_center {
    height: max(750px, 41.667vw);
}

.h_three .center {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #fff;
    pointer-events: none;
}

.h_three h2 {
    font-size: var(--f48);
    line-height: 108%;
}

.h_three .info {
    font-size: var(--f18);
    margin-top: 2%;
}

.h_three ul {
    display: flex;
    justify-content: space-between;
}

.h_three>.swiper {
    width: calc(100% - 2vw);
    border-radius: 2vw;
}

.h_three ul li {
    display: flex;
    align-items: center;
    gap: 1vw;
}

.h_three ul li .left {
    width: 81px;
    height: 81px;
    background: var(--li);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h_three ul li .right {
    width: calc((100% - 1vw - 81px));
}

.h_three ul li .right h3 {
    font-size: var(--f18);
    margin-bottom: var(--f16);
}

.h_three .center .swiper-pagination-progressbar {
    height: 1px;
    background: rgb(255 255 255 / 20%);
    position: static;
    margin: 20% 0 5%;
}

.h_three .center .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--li);
    height: 3px;
    top: -1px;
}

.h_four {
    padding: 7% 0 5%;
}

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);
}

@media only screen and (max-width:1130px) {
    .h_three ul li .left {
        width: 50px;
        height: 50px;
    }

    .h_three ul li .left img {
        width: 50%;
    }

    .h_three ul li .right {
        width: calc((100% - 1vw - 50px));
    }

    .h_three ul li .right h3 {
        margin-bottom: 10px;
    }

    .h_three ul {
        gap: 2vw;
    }

    .h_three ul br {
        display: none;
    }

    .app_swiper .banenr_center {
        height: 500px;
    }

    .h_three .center .swiper-pagination-progressbar {
        margin: 15% 0 5%;
    }

    .h_name br {
        display: none;
    }

}

@media only screen and (min-width:769px) {}

@media only screen and (max-width:768px) {

    .banenr_center {
        height: 55vh;
    }

    .ban_text .ban_sum {
        font-size: 14px;
    }

    .ban_text .ban_tit {
        font-size: 24px;
        width: 100%;
        max-width: 300px;
    }

    .banenr_center .ban_text {
        top: 50%;
    }

    img.swiper_iscc {
        width: 100px;
        right: 5%;
    }

    .swiper_span {
        display: none;
    }

    .h_one .left {
        width: 100%;
    }

    .h_one .one_top .right {
        max-width: none;
        margin: 15px 0;
    }

    .h_one .one_top .right:before {
        display: none;
    }

    .h_one ul {
        gap: 10px;
    }

    .h_one ul li {
        flex: none;
        width: calc((100% - 10px) / 2);
        order: 2;
    }

    .h_one ul li:nth-of-type(2) {
        order: 1;
    }

    .h_one ul .one_ico {
        width: 60px;
        height: 60px;
    }

    .h_one ul .one_ico img {
        width: 50%;
    }

    .h_one ul .num p {
        font-size: 14px;
    }

    .h_one ul li>div {
        padding: 20px 10px;
        gap: 20px;
    }

    .h_two ul li>*,
    .h_tit_top>* {
        width: 100% !important;
    }

    .h_tit_top .right {
        display: none;
    }

    .h_tit_top .h_name {
        margin: 1vw 0 15px;
    }

    .h_two ul li {
        padding: 20px;
    }

    .h_two ul li .txt h3 {
        margin: 10px 0;
    }

    .h_two ul li .btn span {
        width: 18px;
        height: 18px;
        margin: 0 auto 0 0;
    }

    .h_two ul li.active .txt p {
        padding-top: 0;
    }

    .h_three .info br {
        display: none;
        font-size: 14px;
    }

    .h_three ul {
        flex-wrap: wrap;
        gap: 20px;
    }

    .h_three ul li {
        width: 100%;
        gap: 20px;
    }

    .app_swiper .banenr_center {
        height: 650px;
    }

    .h_three .center .swiper-pagination-progressbar {
        margin: 60px 0 30px;
    }

    .h_three ul li .right {
        width: calc((100% - 20px - 50px));
    }

    ul.news_ul li {
        width: 100%;
    }

    ul.news_ul {
        gap: 30px;
    }

    ul.news_ul li .news_time {
        margin: 15px 0 10px;
    }

}