.s1,
.s2,
.s3,
.s4,
.s5,
.s6 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0.4rem;
}

.s5 {
    padding-top: 0.8rem;
}

.s6 {
    padding-top: 1rem;
}

.fp-watermark {
    display: none !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    width: 0.15rem !important;
    height: 0.04rem !important;
    background: #2DA9F1 !important;
    opacity: 0.35;
    border-radius: 0 !important;
    right: 50% !important;
    left: auto !important;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    margin: -0.02rem 0 0 -0.02rem !important;
    width: 0.2rem !important;
    background: #000 !important;
    opacity: 1;
}

#fp-nav ul li:nth-child(1) a.active span,
#fp-nav ul li:nth-child(1):hover a.active span,
.fp-slidesNav ul li:nth-child(1) a.active span,
.fp-slidesNav ul li:nth-child(1):hover a.active span,
#fp-nav ul li:nth-child(4) a.active span,
#fp-nav ul li:nth-child(4):hover a.active span,
.fp-slidesNav ul li:nth-child(4) a.active span,
.fp-slidesNav ul li:nth-child(4):hover a.active span,
#fp-nav ul li:nth-child(7) a.active span,
#fp-nav ul li:nth-child(7):hover a.active span,
.fp-slidesNav ul li:nth-child(7) a.active span,
.fp-slidesNav ul li:nth-child(7):hover a.active span {
    background: #FFFFFF !important;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    margin: -0.02rem 0 0 -0.02rem !important;
    width: 0.2rem !important;
    background: #FFFFFF !important;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 0.24rem !important;
    top: -0.03rem;
}

#fp-nav ul li .fp-tooltip {
    font-family: Microsoft YaHei, Microsoft YaHei !important;
    font-weight: 400;
    font-size: 0.12rem !important;
    color: #000 !important;
    text-align: right !important;
    margin-right: 0.1rem;
}

#fp-nav ul li:nth-child(1) .fp-tooltip,
#fp-nav ul li:nth-child(4) .fp-tooltip,
#fp-nav ul li:nth-child(7) .fp-tooltip {
    color: #FFFFFF !important;
}

/* s1 */

.s1 {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 0.7rem;
}

.num_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(100%);
}

.num_box_p1 {
    font-family: nd;
    font-weight: bold;
    font-size: 0.6rem;
    color: #FFFFFF;
}

.num_box_p2 {
    font-family: nd;
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
}

.num_box_p3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
    margin-top: 0.15rem;
}

/* s2 */

.s2_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;

}

.s2_title_text {
    transform: translateX(-100%);
}

.s2 .btn {
    transform: translateX(100%);
}

.s2_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.48rem;
    color: #222222;
    margin-bottom: 0.2rem
}

.s2_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #5A5A5A;
}

.s2_body {
    display: flex;
    justify-content: space-between;
}

.s2_left {
    width: 8.7rem;
    height: 5.4rem;
    transform: translateX(-100%);
}

.newsSwiper {
    height: 100%
}

.s2_left .swiper-slide {
    height: 100%;
    border-radius: 0.15rem;
    overflow: hidden;
    position: relative;
}

.s2_left .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.82rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 39%, rgba(0, 0, 0, 0.87) 100%);
    border-radius: 0rem 0rem 0.15rem 0.15rem;
}

.s2_p3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.22rem;
    color: #FFFFFF;
    position: absolute;
    left: 0.3rem;
    bottom: 0.28rem;
    z-index: 10;
}

.s2_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(100%);
}

.s2_right_con:nth-child(1) {
    border-bottom: 0.02rem solid #9DC2D7;
    padding-bottom: 0.3rem;
}

.s2_right_box {
    width: 6.9rem;
    height: 2.4rem;
    background: rgb(252, 252, 252, 0.2);
    border-radius: 0.15rem;
    backdrop-filter: blur(0.06rem);
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0 0.35rem 0 0.2rem;
}

.s2_right_box .scale_box {
    width: 3.4rem;
    height: 2rem;
    border-radius: 0.15rem;
}

.s2_p4 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #5E5E5E;
}

.s2_p5 {
    height: 0.54rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #222222;
    line-height: 0.3rem;
    margin: 0.22rem 0 0.39rem 0;
}

.s2_right_box_btn {
    width: 0.4rem;
    height: 0.4rem;
    background: rgba(211, 234, 246, 0.19);
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #1180D6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.s2_right_box_btn img {
    width: 0.08rem;
    height: 0.16rem;
    transition: 0.3s;
}

.s2_right_box:hover .s2_right_box_btn {
    background: #066DCC;
}

.s2_right_box:hover .s2_right_box_btn img {
    filter: brightness(0) invert(1);
}

/* s3 */
.s3 .main {
    display: flex;
    justify-content: space-between;
}

.s3_left {
    width: 5.8rem;
    transform: translateX(-100%);
}

.s3_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.48rem;
    color: #222222;
}

.s3_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #5A5A5A;
    margin: 0.2rem 0 0.6rem 0;
}

.s3_p3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #3B3B3B;
    line-height: 0.34rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 12;
    margin-bottom: 0.95rem;
}

.s3_right {
    width: 8.7rem;
    height: 6.64rem;
    transform: translateX(100%);
}

.s3_right img{
    width: 100%;
    height: 100%;
}

/* s4 */

.s4 .main{
    position: relative;
    max-width: 16.5rem;
}
.s4_title1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.48rem;
    color: #FFFFFF;
    text-align: center;
    transform: translateY(-1rem);
}

.s4_title2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0.2rem;
    transform: translateY(-1rem);
}

.s4_btn{
    position: absolute;
    bottom: -0.7rem;
    right: 5.5rem;
    width: fit-content;
    padding: 0 0.33rem;
    height: 0.4rem;
    background: rgba(211,235,249,0.38);
    border-radius: 0.1rem 0rem 0.1rem 0rem;
    border: 0.01rem solid #FFFFFF;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    text-align: center;
    transform: translateY(100%);
}

.tab_box1 {
    display: flex;
    justify-content: space-between;
    margin-top: 0.38rem;
}

.tab_wrap1 {
    transform: translateX(-100%);
    padding-top: 0.13rem;
}

.tab1 {
    width: 3.7rem;
    height: 1.22rem;
    background: linear-gradient(90deg, rgba(220, 238, 255, 0.18) 0%, rgba(6, 109, 204, 0) 100%);
    position: relative;
    z-index: 1;
    margin-bottom: 0.3rem;
    cursor: pointer;
    padding-left: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tab1::after {
    content: '';
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #066DCC 0%, rgba(6, 109, 204, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
}

.tab1:hover::after,
.active1::after {
    width: 100%;
    left: 0;
    opacity: 1;
}

.s4_p1 {
    font-family: ps;
    font-weight: bold;
    font-size: 0.45rem;
    color: #FFFFFF;
}

.s4_p2 {
    font-family: pb;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
}

.s4_p3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-top: -0.1rem;
}

.content_wrap1 {
    transform: translateX(100%);
}

.content1 {
    width: 12.73rem;
    height: 5.9rem;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    border: 0.01rem solid #92F9F9;
    padding: 0.25rem;
    display: none;
}

.content1_bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.25rem;
}

.content1_box {
    width: fit-content;
    height: 0.46rem;
    background: linear-gradient(179deg, #2DA9F1 0%, #066DCC 100%);
    border-radius: 0.26rem 0.26rem 0.26rem 0.26rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.76);
    opacity: 0;
    position: absolute;
}

.content1_box_bf {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.content1_box::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.16rem;
    height: 0.16rem;
    background: #FFFFFF;
    border-radius: 50%;
    z-index: 10;
    background-image: url('../img/index/img06.png');
    background-size: 0.1rem 0.1rem;
    background-repeat: no-repeat;
    background-position: center center;
}

.content1_box::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.26rem;
    height: 0.26rem;
    background: #066DCC;
    border-radius: 50%;
    border: 0.06rem solid rgb(255, 255, 255, 0.52);
}

.content1_box_l {
    padding: 0 0.2rem 0 0.54rem;
}

.content1_box_l::before {
    left: 0.08rem;
}

.content1_box_l::after {
    left: 0.03rem;
}

.content1_box_r {
    padding: 0 0.54rem 0 0.2rem;
}

.content1_box_r::before {
    right: 0.08rem;
}

.content1_box_r::after {
    right: 0.03rem;
}

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

.active2 {
    display: block;
}

.active2 .content1_box {
    animation: content1_box 0.8s linear forwards;
}

@keyframes content1_box {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* s5 */
.s5_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.34rem;
    transform: translateY(-100%);
}

.s5_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.48rem;
    color: #222222;
}

.s5_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #5A5A5A;
    margin-top: 0.2rem;
}

.tab_wrap2 {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.tab2_sty {
    width: fit-content;
    padding: 0 0.4rem;
    height: 0.5rem;
    border-radius: 0.26rem;
    border: 0.01rem solid #066DCC;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;
}

.tab2_sty::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: linear-gradient(181deg, #2DA9F1 0%, #066DCC 100%);
    transition: 0.3s;
    z-index: -1;
}

.tab2_sty p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #222222;
    line-height: 0.5rem;
    text-align: center;
}

.tab2_sty:hover,
.active3 {
    border-color: transparent;
}

.tab2_sty:hover::after,
.active3::after {
    width: 100%;
    height: 100%;
}

.tab2_sty:hover p,
.active3 p {
    color: #FFFFFF;
}

.content_wrap2 {
    transform: translateY(100%);
}

.content2 {
    position: relative;
    display: none;
}

.active4 {
    display: block;
}

.content2 .swiper {
    padding: 0.05rem;
}

.content2 .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem 0.4rem;
}

.content2_box {
    border-radius: 0.15rem;
    overflow: hidden;
    width: 7.65rem;
    height: 3.18rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #E4F5FF 100%);
    box-shadow: 0rem 0rem 0.04rem 0.01rem rgba(0, 0, 0, 0.16);
    transition: 0.3s;
    padding: .2rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.content2_box .scale_box {
    border-radius: 0.15rem;
    width: 3.12rem;
    height: auto;
}

.content2_box p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.24rem;
    color: #222222;
    text-align: left;
    margin-top: 0.22rem;
    transition: 0.3s;
    width: 3.8rem;
}

.content2_box .txt,
.content2_box .time{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #5A5A5A;
    text-align: left;
    line-height: .28rem;
    width: 3.8rem;

}
.content2_box:hover {
    background: #066DCC;
}

.content2_box:hover p {
    color: #FFFFFF;
}

.content2 .swiper-button-prev,
.content2 .swiper-button-next {
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
}

.content2 .swiper-button-prev::after,
.content2 .swiper-button-next::after {
    width: 100%;
    height: 100%;
    background-image: url('../img/index/img08.png');
    background-size: 100% 100%;
    filter: grayscale(1) brightness(1.8);
    transition: 0.3s;
}

.content2 .swiper-button-next::after {
    transform: rotate(180deg);
}

.content2 .swiper-button-prev {
    left: -0.8rem;
}

.content2 .swiper-button-next {
    right: -0.8rem;
}

.content2 .swiper-button-prev:hover::after,
.content2 .swiper-button-next:hover::after {
    filter: none;
}

/* s6 */
.s6_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.48rem;
    color: #222222;
    text-align: center;
    transform: translateY(-1rem);
}

.s6_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #5A5A5A;
    text-align: center;
    margin-top: 0.2rem;
    margin-bottom: 0.06rem;
    transform: translateY(-1rem);
}

.s6Swiper {
    width: 100%;
    height: 6.38rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 1.2rem !important;
    transform: translateY(3rem);
}

.s6_box {
    width: 2.8rem;
    height: 1.04rem;
    background: linear-gradient(179deg, #FFFFFF 50%, #E4F6FE 100%);
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(45, 169, 241, 0.3);
    border-radius: 0.09rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s6_box img {
    width: 2.4rem !important;
    height: 0.64rem !important;
}

.row1,
.row2,
.row3 {
    display: flex;
    align-items: center;
}

.row1 {
    gap: 0.4rem;
    justify-content: center;
}

.row2 {
    gap: 0.5rem;
    margin: 0.45rem 0;
}

.row3 {
    justify-content: center;
    gap: 0.5rem;
}

.s6 .main {
    position: relative;
}

.s6_bullet {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.2rem;
    width: 0.3rem;
    height: 0.06rem;
    background: #fff;
    border-radius: 0.24rem;
    opacity: 0.8;
    transition: all 0.8s ease 0s;
}

.s6_bullet_active {
    width: 0.4rem;
    background: #066DCC;
    opacity: 1;
}
@media only screen and (max-width: 1024px){
    .num_wrap{
        justify-content: start;
        padding-right: 1rem;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    .s2_body{
        flex-direction: column;
        gap: 0.3rem;
    }
    .s2_left{
        width: 100%;
    }
    .s3 .main{
        flex-direction: column;
        gap: 0.3rem;
    }
    .s3_left{
        width: 100%;
    }
    .s3_right{
        width: 100%;
    }
    .s3_right img{
        object-fit: contain;
    }
    .s3_left .btn{
        margin: 0 auto;
    }
    .tab_box1{
        flex-direction: column;
    }
    .tab_wrap1{
        display: flex;
    }
    .tab1{
        width: auto;
        flex: 1;
    }
    .content1{
        width: 100%;
    }
    .s4_btn{
        right: auto;
        left: 40%;
    }
    .content1_box:nth-child(1){
        left: 2.92rem !important;
    }
    .content1_box:nth-child(2){
        left: 0.44rem !important;
    }
    .content1_box:nth-child(3){
        left: 3.99rem !important;
    }
    .content1_box:nth-child(4){
        left: 0.08rem !important;
    }
    .content1_box:nth-child(5){
        left: 3.62rem !important;
    }
    .s5_top{
        flex-direction: column;
        gap: 0.3rem;
    }
    .s5_p1,
    .s5_p2{
        text-align: center;
    }
    .tab_wrap2{
        justify-content: center;
    }
    .content2_box{
        width: 47%;
    }
    .s6_box{
        width: 16%;
    }
    .s6_box img{
        width: 100%!important;
        height: auto!important;
    }
}