@charset "UTF-8";

.banenr_center {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: #121a38;
}

.banenr_center::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.banenr_center .banner_Ele {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    object-fit: cover;
}

.banenr_center video {
    opacity: 0.7;
}

.banenr_center .ban_text {
    position: absolute;
    left: 50%;
    bottom: 11%;
    z-index: 1;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
}

.banenr_center .ban_name {
    width: 100%;
    font-size: var(--f18);
    color: #fff;
    font-weight: 500;
}

.banenr_center .ban_tit {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
    line-height: 105%;
    width: 50%;
}

.banenr_center .ban_text .line {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    margin: 1.5% 0 3%;
    width: 100%;
}

.banenr_center .ban_text .ban_sum {
    font-size: var(--f24);
    font-family: 'Onsite';
    color: #fff;
    line-height: 125%;
    margin-left: auto;
    max-width: 26rem;
}

.banenr_center .ban_text .ban_sum i {
    font-size: var(--f36);
    margin-top: var(--f54);
    display: block;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

/* 第一屏 */
.h_one {
    padding: 5% 0 7%;
    background: #fff;
    --x: right;
}

.h_one .left {
    width: 35%;
}

body .h_sub {
    font-size: var(--f18);
    color: #aaaaaa;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 167%;
    gap: .2rem;
}

.h_sub:before {
    content: '';
    display: inline-block;
    width: .5rem;
    height: .5rem;
    border: 2px solid #dc0000;
    border-radius: 50%;
}

.h_one .right {
    width: 50%;
}

body .one_tit {
    font-size: 3.5rem;
    color: var(--li);
    font-weight: 700;
    line-height: 118%;
    margin-top: 1rem;
}

body .one_tit font {
    color: var(--li1);
}

.one_name {
    color: var(--li);
    font-size: 2rem;
    line-height: 112.5%;
    width: 88%;
}

.h_one .right .one_info {
    font-size: 1.125rem;
    color: #666666;
    line-height: 167%;
    margin: 4% 0 8%;
}

.h_more {
    display: inline-flex;
    gap: .5rem;
    align-items: center;
    transition: all .5s ease;
    background: var(--li);
    color: #fff;
    line-height: var(--f60);
    padding: 0 2.57rem;
    border-radius: 5rem;
}

.h_more:hover {
    background: var(--li1);
    letter-spacing: 1px;
}

.h_one ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    gap: .6rem;
    margin-bottom: 9%;
}

.h_one ul li {
    width: calc((100% - 1.8rem) / 3);
    padding: 2%;
    border-radius: .35rem;
    position: relative;
    color: #fff;
}

.h_one ul li .img1 {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    transition: all .5s ease;
    position: absolute;
    right: 5%;
    bottom: 11%;
}

.h_one ul li:hover .img1 {
    transform: translateY(-.5rem);
}

.h_one ul li p {
    font-size: var(--f18);
    line-height: 167%;
    margin: 0 0 21%;
    opacity: .7;
    width: 85%;
    min-height: calc(var(--f18) * 3.5);
}

.h_one ul li span.counter {
    font-size: var(--f72);
    display: inline-block;
    line-height: 100%;
}

.h_one ul li i {
    font-size: var(--f60);
    text-transform: uppercase;
}

/* 第二屏 */
.h_two {
    padding: 5% 0 7%;
    background: url(/src/image/twobg.jpg) center/cover;
}

.h_two .h_sub.din {
    color: #fff;
}

.h_two .one_tit.din {
    color: #fff;
}

.h_two ul.two_probox {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 5%;
}

.h_two .two_probox .two_pro {
    width: calc((100% - 1.4rem) / 3);
    background: #fff;
    border-radius: .3rem;
    position: relative;
    overflow: hidden;
}

.h_two .two_probox .two_pro:first-child {
    width: calc(100% - (100% - 1.4rem) / 3 - .7rem);
}

.h_two .two_probox .two_pro .Limg_cov {
    height: 35.7rem;
}

.h_two .two_probox .two_pro .tc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: var(--f48);
}

.h_two .two_probox .tot {
    font-size: var(--f24);
    color: var(--li);
    font-weight: bold;
    max-width: calc(var(--f24) * 11);
    line-height: 125%;
    margin-bottom: var(--f18);
}

.h_two .two_probox .two_pro .tc .info {
    font-size: var(--f18);
    color: #999;
    line-height: 133%;
    max-width: calc(var(--f18) * 22);
}

.h_two .two_probox .two_pro .tc i.icon {
    position: absolute;
    left: var(--f48);
    bottom: var(--f48);
    color: var(--li);
    font-size: var(--f36);
}

.h_two .two_probox .two_pro:first-child .tot {
    font-size: var(--f36);
    max-width: calc(var(--f36) * 11);
}

.h_two .two_probox .two_pro:first-child .tc * {
    color: #fff !important;
}

.h_two .two_probox .two_pro:last-child .tot {
    font-size: var(--f30);
    color: #fff;
    max-width: calc(var(--f30) * 9);
}
.h_two .two_probox .two_pro:last-child .info  {
    color: #fff;
}

.h_two .two_probox .two_pro:last-child i.icon {
    color: #fff;
}

.h_two .two_probox .two_pro:hover img {
    transform: scale(1.05);
}


/* 第三屏 */
.h_three {
    padding: 5% 0;
    overflow: hidden;
}

.h_three .flex {
    align-items: flex-end;
    margin-bottom: 3%;
}

.h_three .three_swiper {
    overflow: visible;
}

.h_three .three_swiper .swiper-slide {
    border-radius: .3rem;
    overflow: hidden;
}

.h_three .three_swiper .swiper-slide .h_more {
    background: #fff;
    color: var(--li);
}

.h_three .three_swiper .Limg_cov {
    padding-bottom: 72%;
}

.h_three .three_swiper .tc {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: var(--f48);
    background: linear-gradient(0deg, rgb(30 60 114 / 70%), transparent);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    transition: all .5s ease;
    opacity: 0;
    transform: translateY(100%);
}

.h_three .three_swiper .tot {
    font-size: var(--f36);
    font-weight: bold;
    line-height: 110%;
}

.h_three .three_swiper .info {
    opacity: .8;
    font-size: var(--f18);
    width: 85%;
    margin: 3% 0 8%;
}

.bt_tot {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: var(--f48);
    width: 100%;
    font-size: var(--f36);
    font-weight: bold;
    line-height: 110%;
    color: #fff;
    transition: all .3s ease;
}

.h_three .three_swiper .swiper-slide:hover .bt_tot {
    transform: translateY(-50%);
    opacity: 0;
}

.h_three .three_swiper .swiper-slide:hover img {
    transform: scale(1.05);
}

.h_three .three_swiper .swiper-slide:hover .tc {
    opacity: 1;
    transform: translateY(0%);
}

.ab_tc {
    display: flex;
    align-items: center;
    color: #333;
    gap: 2.5rem;
    line-height: 100%;
    user-select: none;
}

.ab_tc>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    font-size: var(--f18);
    color: #999999;
}

.h_three .tabcontrol {
    width: auto;
    color: var(--li);
}

.h_three .tabcontrol .tabcontrol-fill {
    color: #000;
}

.ab_tc .icon {
    cursor: pointer;
    font-size: 1rem;
    width: var(--f60);
    height: var(--f60);
    border-radius: 50%;
    border: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: all .5s ease;
    color: #d2d2d2;
}

.ab_tc .icon:hover {
    color: var(--li);
}


/* 第四屏 */
.h_four {
    overflow: hidden;
    padding-bottom: 4%;
}

.h_four .center {
    border-bottom: 1px solid #182e60;
    padding-bottom: 4%;
}

.h_four .one_tit.din {
    margin: 0;
}

.h_four .h_news_swiper {
    overflow: visible;
    margin: 5% 0;
    height: 13rem;
}

.h_four .h_more {
    background: #fff;
    color: var(--li);
    border: 2px solid #e0e0e0;
}


.h_four .h_more:hover {
    background: var(--li);
    color: #fff;
    border-color: var(--li);
}

.h_four .h_news_swiper .swiper-wrapper {
    align-items: stretch;
}

.h_four .h_news_swiper .swiper-slide {
    border-right: 1px solid #dbdbdb;
    padding: 1% 2%;
}

.h_four .h_news_swiper .news._time {
    font-size: var(--f18);
    color: #a4a4a4;
    margin-bottom: var(--f30);
}

.h_four .h_news_swiper .news_tit {
    font-size: var(--f24);
    color: #000;
    font-weight: 500;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    line-height: 125%;
}

.h_four .h_news_swiper .news_tit:hover {
    color: var(--li);
}

.h_five {
    padding-bottom: 5%;
}

.h_five .one_tit.din {
    margin: 0;
}

.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);
}

@media only screen and (max-width:1500px) {}

@media only screen and (min-width:769px) {}

@media only screen and (max-width:768px) {
    br {
        display: none;
    }

    .L_body .mySwiper2 {
        padding-top: 70px;
    }

    .banenr_center {
        height: 55vh;
        margin-top: 70px;
    }

    .banenr_center .ban_tit {
        font-size: 24px;
        line-height: 150%;
        width: 100%;
        margin: 0 auto;
    }

    .banenr_center .ban_text {
        bottom: 10%;
    }

    .banenr_center .ban_text .ban_sum {
        max-width: 100%;
        font-size: 16px;
        margin-top: 10px;
    }

    .h_one {
        --x: bottom;
        padding: 50px 0;
    }

    .h_one ul li {
        width: 100%;
        padding: 20px;
    }

    .h_one ul li p {
        font-size: 16px;
        line-height: 167%;
        margin: 0 0 40px;
        opacity: 0.7;
        width: 100%;
        min-height: 0;
    }

    .h_one ul li span.counter {
        font-size: 36px;
    }

    .h_one ul li .img1 {
        width: 50px;
        height: 50px;
    }

    .h_one .left {
        width: 100%;
    }

    .h_one .right {
        width: 100%;
    }

    body .h_sub {
        font-size: 16px;
    }

    body .one_tit {
        font-size: 24px;
        margin-top: 10px;
    }

    .one_name {
        color: var(--li);
        font-size: 16px;
        line-height: 133%;
        width: 100%;
        margin-top: 10px;
    }

    .h_one .right .one_info {
        font-size: 14px;
    }

    .h_two {
        padding: 50px 0;
    }

    .h_two .two_probox .two_pro:first-child {
        width: 100%;
    }

    .h_two .two_probox .two_pro {
        width: calc((100% - 0.7rem) / 2);
    }

    .h_two .two_probox .two_pro .tc {
        padding: 20px;
    }

    .h_two .two_probox .two_pro .Limg_cov {
        height: 350px;
    }

    .h_two .two_probox:not(:first-child) .two_pro .Limg_cov {
        height: 250px;
    }

    .h_two .two_probox .two_pro .tc .info {
        display: none;
    }

    .h_two .two_probox .two_pro:first-child .tot {
        font-size: 22px;
        max-width: 100%;
    }

    .h_two .two_probox .tot {
        font-size: 16px;
    }

    .h_two .two_probox .two_pro:last-child .tot {
        font-size: 16px;
        max-width: 100%;
    }

    .h_three {
        padding: 50px 0;
    }

    .h_three .center {
        position: relative;
        padding-bottom: 70px;
    }

    .h_three .tabcontrol {
        display: none;
    }

    .h_three .ab_tc {
        justify-content: center;
    }

    .bt_tot {
        padding: 20px;
    }

    .h_three .three_swiper .tc {
        padding: 20px;
    }

    .h_three .three_swiper .swiper-slide-active {
        opacity: 1;
        transform: translateY(0%);
    }

    .h_three .three_swiper .swiper-slide-active .bt_tot {
        transform: translateY(-50%);
        opacity: 0;
    }


    .h_three .three_swiper .info {
        opacity: 1;
        font-size: 14px;
        width: 100%;
        margin: 3% 0 0%;
        line-height: 150%;
    }

    .h_three .three_swiper .tot {
        font-size: 20px;
    }

    .h_three .three_swiper .swiper-slide .h_more {
        display: none;
    }

    .h_three .right {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .h_four .h_more,
    .h_four .ab_tc {
        display: none;
    }

    .h_four .h_news_swiper .news_tit {
        font-size: 16px;
        line-height: 136%;
        line-clamp: 3;
        -webkit-line-clamp: 3;
    }

    .h_four .h_news_swiper {
        overflow: visible;
        margin: 20px 0 30px;
        height: auto;
    }

    .h_four .swiper-pagination {
        position: static;
        margin: 30px 0 0;
        line-height: 100%;
    }

    .h_four .h_news_swiper .news._time {
        font-size: 14px;
        color: #a4a4a4;
        margin-bottom: 15px;
    }

    .h_four .h_news_swiper .swiper-slide {
        border-right: 1px solid #dbdbdb;
        padding: 10px 20px;
    }

    .h_four .swiper-pagination-bullet {
        border: 1px solid #333;
    }

    .h_four .center {
        padding-bottom: 0;
    }

    .h_four {
        padding-bottom: 30px;
    }

    .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);
    }

}

@media only screen and (max-height:690px) {}