/* box1 */
.box1 {
    width: 100%;
    max-width: 19.2rem;
    margin: 0 auto;
}

.index_banner .swiper-slide {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 8.6rem;
}

.index_banner .swiper-slide .main {
    position: relative;
}
.content .swiper-wrapper{
    padding-top: 1rem;
}
.box2 .content{
    overflow: hidden;
}
.content .swiper{
        overflow: visible;
}
.box2titlecon{
    position: absolute;
        top: -3.5rem;
        opacity: 0;
}

.content .swiper .swiper-slide-active .box2titlecon{
    opacity: 1;
}
.banner_info {
    max-width: 7rem;
    padding-top: 2.32rem;
}

.box1_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.65rem;
    color: #FFFFFF;
    text-shadow: 0.04rem 0.03rem 0.01rem #0077C1;
}

.box1_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.22rem;
    color: #FFFFFF;
    margin-top: 0.06rem;
}

.box1_hr {
    margin: 0.27rem 0 0.35rem 0;
    width: 4.72rem;
    border: 0.01rem solid #FFFFFF;
    opacity: 0.31;
}

.box1_text {
    list-style: disc;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.35rem;
    padding-left: 0.15rem;
    margin-bottom: 0.46rem;
}

.index_banner .swiper-slide-active .box1_p1 {
    animation: slide_active 1.5s forwards;
}

.index_banner .swiper-slide-active .box1_p2 {
    animation: slide_active 1.5s forwards;
}

.index_banner .swiper-slide-active .box1_hr {
    animation: slide_active 2s forwards;
}

.index_banner .swiper-slide-active .box1_text {
    animation: slide_active 2.5s forwards;
}

.index_banner .swiper-slide-active .btn1 {
    animation: slide_active 3s forwards;
}

.index_banner .swiper-slide-active .banner_tt {
    animation: slide_active 2s forwards;
}

@keyframes slide_active {
    0% {
        opacity: 0;
        transform: translateY(1.5rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.box1 .swiper-slide-active {
    animation: banner 2s forwards;
}

@keyframes banner {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.banner_tt {
    position: absolute;
    top: 2.83rem;
    left: 9.5rem;
    width: fit-content;
    padding-right: 0.1rem;
    height: 0.34rem;
    background: #FFFFFF;
    border-radius: 0.17rem;
    display: flex;
    align-items: center;
    gap: 0.04rem;
    z-index: 10;
    cursor: pointer;
}

.banner_tt_box {
    width: 0.34rem;
    height: 0.34rem;
    background: var(--c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner_tt_box::after {
    content: '';
    position: absolute;
    width: 0.26rem;
    height: 0.26rem;
    background: #FFFFFF;
    border-radius: 50%;
    z-index: 1;
}

.banner_tt p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #002376;
}

.cross {
    position: relative;
    width: 0.02rem;
    height: 0.14rem;
    background: var(--c);
    z-index: 2;
}

.cross::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.14rem;
    height: 0.02rem;
    transform: translate(-50%, -50%);
    background: var(--c);
}

.index_banner .prev,
.index_banner .next {
    width: 0.3rem;
    height: 0.3rem;
    background: #FFFFFF;
    border-radius: 50%;
    transition: 0.3s;
    z-index: 99;
    top: auto !important;
    right: auto !important;
    bottom: 0.62rem !important;
}

.index_banner .prev::after,
.index_banner .next::after {
    width: 0.12rem;
    height: 0.12rem;
    font-size: 0;
    background-image: url('../img/index/banner_btn.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: 0.3s;
}

.index_banner .prev {
    left: 2.1rem !important;

}

.index_banner .next {
    transform: rotate(180deg);
    left: 2.53rem !important;
}


.index_banner .prev:hover,
.index_banner .next:hover {
    background: var(--c);
}

.index_banner .prev:hover::after,
.index_banner .next:hover::after {
    filter: brightness(0) invert(1);
}

.index_banner .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    bottom: 0.73rem !important;
}

.index_banner_bullet {
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    background: #FFFFFF;
    opacity: 0.43;
    border-radius: 50%;
    position: relative;
}

.index_banner_bullet::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border: 0.01rem solid #FFFFFF;
    border-radius: 50%;
    transition: 0.3s;
}

.index_banner_bullet_active {
    opacity: 1;
}

.index_banner_bullet_active::after {
    width: 0.16rem;
    height: 0.16rem;
}

/* box2 */
.box2 {
    width: 100%;
    max-width: 19.2rem;
    margin: 0 auto;
    position: relative;
}

.annulus {
    position: absolute;
    width: 4.81rem;
    height: 4.81rem;
    top: 3.93rem;
    left: 5.36rem;
    z-index: 99;
}

.tab_wrap {
    position: relative;
    display: flex;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    z-index: 10;
}

.tab {
    position: relative;
    flex: 1;
    height: 1.2rem;
    border-right: 0.01rem solid #D9D9D9;
    cursor: pointer;
    transition: 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #030303;
    line-height: 1.2rem;
    text-align: center;
}

.tab:last-child {
    border: none;
}

.tab::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 0.08rem solid transparent;
    border-right: 0.08rem solid transparent;
    border-top: 0.1rem solid var(--c);
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.08rem;
    opacity: 0;
    transition: 0.3s;
    z-index: 10;
}

.tab:hover,
.active1 {
    color: #FFFFFF;
    background: var(--c);
}

.tab:hover::after,
.active1::after {
    opacity: 1;
}

.content_wrap {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 9.01rem;
}

.content {
    padding-top: 1.02rem;
}

.box2_title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.45rem;
    color: #1C1C1C;
    text-align: center;
    margin-bottom: 0.05rem;
}

.box2_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #5C5C5C;
    text-align: center;
}

.box2_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: var(--c);
}

.content {
    display: none;
}

.active2 {
    display: block;
}

.content .swiper {
    margin-top: 1.5rem;
    padding: 1rem 0;
    height: 7rem;
}

.content .swiper-slide {
    opacity: 0.4;
    padding-left: 1.5rem;
}

.content .swiper-slide img {

    max-height: 1.8rem !important;
}

.content .swiper-slide-active {
    transition: opacity 0.3s;
    opacity: 1;

}

.content .swiper-slide-active img {
    transition: transform 0.3s;
    transform: scale(2);
}

.content .swiper-button-prev,
.content .swiper-button-next {
    width: 0.51rem !important;
    height: 0.51rem !important;
    border: 0.01rem solid #BABABA;
    border-radius: 50%;
    transition: 0.3s;
    top: 4.48rem !important;
}

.content .swiper-button-prev::after,
.content .swiper-button-next::after {
    background-image: url('../img/index/box2_btn.png');
    width: 0.16rem;
    height: 0.07rem;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: 0.3s;
}

.content .swiper-button-prev {
    left: 2.1rem !important;
}

.content .swiper-button-next {
    transform: rotateY(180deg);
    right: 2.1rem !important;
}

.content .swiper-button-prev:hover,
.content .swiper-button-next:hover {
    background: var(--c);
    border-color: var(--c);
}

.content .swiper-button-prev:hover::after,
.content .swiper-button-next:hover::after {
    filter: brightness(0) invert(1);
}

.box2 .btn3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.69rem;
    z-index: 99;
}

/* box3 */
.box3 {
    width: 100%;
    max-width: 19.2rem;
    margin: 0 auto;
    padding-left: 2.1rem;
    position: relative;
    z-index: 1;
    height: 7.8rem;
}

.box3_left {
    width: 4.78rem;
    padding-top: 1.78rem;
}

.box3_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.45rem;
    color: #1C1C1C;
}

.box3_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #5C5C5C;
    margin: 0.15rem 0 0.51rem 0;
}

.box3_p3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #676767;
    line-height: 0.35rem;
    margin-bottom: 0.81rem;
}

.box3_right_bg {
    width: 13.7rem;
    height: 7.8rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    cursor: default;
}

.num_wrap {
    width: 9.9rem;
    height: 2.25rem;
    position: absolute;
    bottom: 0;
    right: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: default;
}

.num_wrap hr {
    height: 1.2rem;
    opacity: 0.38;
    border: 0.01rem solid rgb(255, 255, 255, 0.38);
    transform: rotate(15deg);
}

.num_flex {
    display: flex;
    gap: 0.06rem;
}

.num_p1 {
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 0.68rem;
    color: #FFFFFF;
}

.num_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
}

.num_p3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.17rem;
    color: #FFFFFF;
}

/* box4 */
.box4 {
    width: 100%;
    max-width: 19.2rem;
    margin: 0 auto;
    height: 10rem;
    display: flex;
}

.box4_left {
    width: 8rem;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 2.1rem;
    padding-top: 1.68rem;
}

.box4_left_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: 0.45rem;
    color: #FFFFFF;
}

.box4_left_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
    margin: 0.06rem 0 0.76rem 0;
}

.box4_left_tab {
    display: flex;
    flex-direction: column;
    gap: 0.63rem;
    width: fit-content;
}

.box4_left_box {
    display: flex;
    align-items: center;
    gap: 0.14rem;
    position: relative;
    padding-bottom: 0.12rem;
    cursor: pointer;
}

.box4_left_box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.01rem;
    background: #FFFFFF;
    opacity: 0.09;
    left: 0;
    bottom: 0;
}

.box4_left_box::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0.01rem;
    background: #FFFFFF;
    right: 0;
    bottom: 0;
    transition: 0.3s;
}

.box4_left_box_icon {
    width: 0.42rem;
    height: 0.42rem;
    border: 0.01rem solid #FFFFFF;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.45;
    transition: 0.3s;
}

.box4_left_box_icon img {
    width: 0.22rem;
    height: 0.22rem;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: 0.3s;
}

.box4_right {
    height: 100%;
}
.box4_right img{
    height: 100%;
}
.box4_left_box_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.25rem;
    color: #FFFFFF;
    margin-bottom: 0.03rem;
}

.box4_left_box_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: 0.16rem;
    color: #FFFFFF;
    opacity: 0.8;
}

.box4_left_box_active::after {
    width: 100%;
    left: 0;
}

.box4_left_box_active .box4_left_box_icon {
    background: #FFFFFF;
    opacity: 1;
}

.box4_left_box_active .box4_left_box_icon img {
    filter: none;
}

.box4_left_box_active .box4_left_box_p2 {
    opacity: 1;
}

.box4_right {
    position: relative;
    flex: 1;
}

.box4_right img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.box4_right_img_active {
    opacity: 1 !important;
    z-index: 20 !important;
}

/* box5 */
.box5 {
    width: 100%;
    max-width: 19.2rem;
    height: 9.09rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding-top: 0.86rem;
}

.box5_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box5_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.45rem;
    color: #1C1C1C;
}

.box5_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #5C5C5C;
    margin-top: 0.02rem;
}
.newsSwiper {
    margin-top: 0.37rem;
    padding: 0.2rem 0.02rem!important;
}
.newsSwiper_img{
    width: 100%;
    height: 3.24rem;
    overflow: hidden;
}
.newsSwiper_img img{
    transition: 0.6s;
}
.newsSwiper .swiper-slide{
    background: #FFFFFF;
    border-radius: 0rem 0rem 0.3rem 0rem;
    padding-bottom: 0.38rem;
    transition: 0.3s;
}
.newsSwiper_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    height: 0.49rem;
    margin: 0.26rem 0.33rem 0.31rem 0.33rem;
}

.newsSwiper_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #656565;
    line-height: 0.25rem;
    margin: 0 0.33rem;
}
.newsSwiper .swiper-slide:hover{
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.1);
}
.newsSwiper .swiper-slide:hover .newsSwiper_img img{
    transform: scale(1.1);
}
/* box6 */
.box6 {
    width: 100%;
    max-width: 19.2rem;
    height: 4rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    padding-top: 0.2rem;
}

.box6_p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: 0.4rem;
    color: #FFFFFF;
}
