@charset "UTF-8";

.banenr_center {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: #121a38;
}

.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;
    padding: 0 5%;
    left: 0;
    bottom: 27%;
    width: 100%;
}

.banenr_center .ban_tit {
    font-size: calc(var(--f48) + 2px);
    color: #fff;
    font-weight: 700;
    line-height: 120%;
}


.mySwiper2 .ab_tc {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 0 5%;
    bottom: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.mySwiper2 .ab_tc>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.mySwiper2 .tabcontrol {
    width: auto;
    font-weight: bold;
}

.mySwiper2 .tabcontrol-line {
    width: 8.125rem;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    position: relative;
}

.mySwiper2 span.tabcontrol-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    background: #fff;
    height: 1px;
    transition: all .5s ease;
}

.mySwiper2 .ab_tc .icon {
    cursor: pointer;
    font-size: 2rem;
    opacity: .7;
}


/* 第二屏 */

.h_one {
    background: #f7f9fa url(/src/image/bg.png) 46% 85% no-repeat;
    text-align: center;
    padding: 6% 0 14%;
}

.h_one .h_tit {
    color: #161616;
    font-size: var(--f42);
    font-weight: bold;
    line-height: 115%;
}

.h_one .h_info {
    font-size: calc(var(--f18) + 2px);
    color: #666;
    margin: 1% 0 3%;
}

a.h_more {
    display: inline-block;
    color: #000000;
    font-weight: bold;
    border: .2rem solid var(--li);
    border-radius: 10rem;
    line-height: 3.25rem;
    width: 10.65rem;
    transition: all .5s ease;
    text-align: center;
}

a.h_more:hover {
    background: var(--li);
    color: #fff;
    box-shadow: 1px 3px 10px rgb(0 0 0 / 50%);
}

.h_one ul {
    display: inline-flex;
    text-align: left;
    position: relative;
    margin-top: 6%;
    gap: 5rem;
}

.h_one ul li {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 22rem;
}

.h_one ul li span.counter {
    font-size: var(--f72);
    font-weight: bold;
    color: var(--li);
    display: block;
    line-height: 100%;
    text-shadow: 0px 3px 10px rgb(0 0 0 / 40%);
}

.h_one ul li p {
    color: #010101;
    font-weight: bold;
    line-height: 112.5%;
}

.h_one ul .line {
    width: 1px;
    background: #1e2122;
    position: absolute;
    height: 100%;
    left: 50%;
}

/* 第三屏 */
.h_two {
    position: relative;
}

.h_two .txt {
    position: absolute;
    color: #fff;
    z-index: 2;
    left: 50%;
    bottom: 23%;
    transform: translateX(-50%);
    text-align: center;
    font-size: var(--f42);
    font-weight: bold;
    line-height: 112%;
    max-width: calc(var(--f42) * 20);
    width: 100%;
}


/* 第四屏 */
.h_three {
    padding: 6% 5%;
}

.h_three .h_name {
    font-size: var(--f42);
    color: #161616;
    font-weight: bold;
    line-height: 134%;
}

.h_three .h_name:after {
    content: '';
    display: block;
    width: 2.4rem;
    height: .25rem;
    background: var(--li);
}

.h_three .right {
    width: 50%;
}

.h_three .right .info {
    font-size: var(--f18);
    color: #666;
    line-height: 167%;
    margin-bottom: 4%;
}

.h_threeNav {
    margin-top: 3.5%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.h_three_li {
    width: calc((100% - 3rem) / 4);
}

.h_three_li .Limg_cov {
    padding-bottom: 123%;
    border-radius: .5rem;
}

.h_three_li:hover img {
    transform: scale(1.05);
}

.h_three_li b {
    font-size: var(--f24);
    color: #161616;
    display: block;
    font-weight: 700;
    margin: 8% 0 3%;
    line-height: 120%;
}

.h_three_li span {
    color: #999;
}

.h_three_li i {
    display: inline-block;
    color: var(--li);
    font-weight: bold;
    transition: all .5s ease;
}

.h_three_li span:hover i {
    transform: translateX(10px);
}

.h_three_li:hover b {
    color: var(--li);
}

.h_four {
    background: #f1f4f6;
    text-align: center;
    padding: 5% 5% 6%;
}

.h_four .h_tit {
    color: #161616;
    font-size: var(--f42);
    font-weight: bold;
    line-height: 115%;
}

.h_four .cell {
    margin-top: 4.5%;
}

.h_four .cell>div {
    width: calc(100% / 3);
    padding: 0 6%;
}

.h_four .cell>div:nth-of-type(2) {
    border: 1px solid #cdd0d1;
    border-style: none solid;
}

.h_four .imgs {
    width: 88px;
    height: 88px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
}

.h_four b {
    font-size: var(--f24);
    color: #000;
    font-weight: bold;
    line-height: 125%;
    min-height: var(--f60);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8% 0 5%;
}

.h_four p {
    font-size: var(--f18);
    line-height: 133%;
}

.h_four .cell>div:hover .imgs {
    transform: rotateY(360deg);
}

.h_five {
    padding: 25% 5% 7%;
    background: url(/src/image/bg2.jpg) center/cover no-repeat;
    color: #fff;
    background-attachment: fixed;
}

.h_five .h_tit {
    font-size: calc(var(--f48) + 2px);
    width: 39%;
    font-weight: bold;
    line-height: 120%;
}

.h_five .right {
    width: 48%;
}

.h_five .right .info {
    font-size: var(--f18);
    line-height: 167%;
    border-left: .25rem solid var(--li);
    padding-left: 4%;
    margin-bottom: 9%;
}

.h_five .h_more {
    background: #fff;
    border-color: #fff;
}

@media only screen and (max-width:1500px) {}

@media only screen and (min-width:769px) {}

@media only screen and (max-width:768px) {
    br {
        display: none;
    }

    .banenr_center {
        height: 60vh;
    }

    .banenr_center .ban_tit {
        font-size: 24px;
        line-height: 150%;
        width: 350px;
        margin: 0 auto;
    }

    .h_one {
        padding: 50px 20px;
        background-size: 90%;
        background-position: 50% 80%;
    }

    .h_one ul {
        flex-direction: column;
        margin-top: 3rem;
        gap: 2rem;
    }

    .h_tit {
        font-size: 24px !important;
    }

    .h_three_li {
        width: calc((100% - 1rem) / 2);
    }

    .h_one .h_info {
        font-size: 14px;
        color: #666;
        margin: 20px 0 50px;
        line-height: 150%;
    }

    .h_one ul li {
        flex-direction: column;
        text-align: center;
    }

    .h_one ul .line {
        display: none;
    }

    .h_two {
        width: 100%;
        padding-bottom: 100%;
        height: 0;
    }

    .h_two img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .h_two .txt {
        bottom: auto;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 24px;
    }

    .h_four,
    .h_three {
        padding: 50px 20px;
    }

    .h_three .h_name {
        font-size: 24px;
    }

    .h_three .right {
        width: 100%;
    }

    .h_three .right .info {
        font-size: 14px;
        line-height: 150%;
        margin: 20px 0;
    }

    .h_three .h_more {
        display: none;
    }

    .h_three_li b {
        font-size: 16px;
    }

    .h_four .cell>div {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .h_four .cell>div:nth-of-type(2) {
        border: none;
    }

    .h_four .imgs {
        width: 70px;
        height: 50px;
    }

    .h_four .imgs img {
        vertical-align: top;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .h_four b {
        font-size: 18px;
        min-height: auto;
        margin: 20px 0 10px;
    }

    .h_four p {
        font-size: 14px;
    }

    .h_five {
        padding: 50px 20px;
        background-attachment: scroll;
        text-align: center;
    }

    .h_five .h_tit {
        width: 100%;
    }

    .h_five .right {
        width: 100%;
    }

    .h_five .right .info {
        border: none;
        border-top: .25rem solid var(--li);
        padding: 4% 0;
        margin: 9% 0;
    }

}

@media only screen and (max-height:690px) {}