.box1 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 10.8rem;
    padding-top: 1.07rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.breadNav {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0.31rem;
    left: 2.21rem;
}

.icon0 {
    width: 0.18rem;
    height: 0.18rem;
    filter: brightness(0) invert(100%);
}

.icon1 {
    width: 0.05rem;
    height: 0.07rem;
    margin: 0 0.06rem;
    filter: brightness(0) invert(100%);
}

.breadNav_text1 {
    width: auto;
    height: 0.21rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.21rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.breadNav_text2 {
    width: auto;
    height: 0.21rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #2161B8;
    line-height: 0.21rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.box1_text {
    margin-bottom: 0.68rem;
}

.box1_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.85rem;
    color: #FFFFFF;
    letter-spacing: 0.1rem;
    text-align: center;
    opacity: 0;
    animation: op1 1s 1s forwards;
}

.box1_p2 {
    max-width: 11.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.46rem;
    letter-spacing: 0.02rem;
    text-align: center;
    margin-top: 0.2rem;
    opacity: 0;
    text-align: center;
    transition: 0.3s;
    animation: op2 1s 2s forwards;
}

.box1_img_box {
    animation: bts 2.5s forwards;
}

.box1_img {
    width: 4.93rem;
    height: 5.8rem;
    animation: ttb 4s infinite;
}

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0.8;
    }
}

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

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

@keyframes ttb {
    0% {
        transform: translateY(-0.2rem);
    }

    50% {
        transform: translateY(0rem);
    }

    100% {
        transform: translateY(-0.2rem);
    }
}


.box2 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 1.07rem;
    padding-bottom: 0.99rem;
}

.box2 .main {
    display: flex;
    flex-wrap: wrap;
    gap: 0.41rem 0.48rem;
    margin-bottom: 0.63rem;
}

.box2_box {
    max-width: 3.33rem;
    width: 22%;
    height: 2.03rem;
    padding-top: 0.37rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    transition: 0.3s;
}

.box2_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
}

.box2_box:hover {
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
    transform: translateY(-0.1rem);
}

.btn {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    width: 2.28rem;
    height: 0.64rem;
    background: #2161B8;
    border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
}

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

.btn img {
    width: 0.3rem;
    height: 0.14rem;
}

.box4 .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 0.84rem;
}

.box4_left {
    width: 4.76rem;
    height: 6.8rem;
    padding-left: 0.4rem;
    background: #F0F0F0;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.box4_right {
    width: 9.78rem;
    height: 6.8rem;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    overflow: hidden;
}

.box4_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.46rem;
    color: #333333;
    margin-bottom: 0.22rem;
}

.box4_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.46rem;
}

.box6 {
    width: 100%;
    background-repeat: no-repeat;
    height: 7.6rem;
    padding-top: 3rem;
}

.box6_text {
    padding-right: 2.07rem;
}

.box6_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.46rem;
    color: #FFFFFF;
    text-align: right;
}

.box6_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.46rem;
    text-align: right;
}

.box7 {
    margin: 0.6rem 0;

}

.box7_box {
    max-width: 14.8rem;
    width: 95%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 7.6rem;
    display: flex;
}

.box7_left {
    margin-left: 1.24rem;
    padding-top: 2.77rem;
}

.box7_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.46rem;
    color: #FFFFFF;
    margin-bottom: 0.22rem;
}

.box7_p2 {
    max-width: 4.5rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.46rem;
}
.box7_right{
    position: relative;
    width: 100%;
    height: 100%;
}
.box7_img1{
    width: 7.29rem;
    height: 3.42rem;
    transform: scale(0.6) rotate(-20deg);
    position: absolute;
    top: 2.9rem;
    right: 1.35rem;
    z-index: 1;
}
.box7_img2{
    position: absolute;
    width: 3.21rem;
    height: 5.61rem;
    top: 1rem;
    right: 3.53rem;
}
.box9 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 8.31rem;
    padding-top: 0.91rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box9_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.56rem;
    color: #FFFFFF;
}

.box9_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.34rem;
    margin-top: 0.34rem;
}

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

#swiper1 {
    padding-top: 1.1rem !important;
    padding-left: 1rem !important;

}

.mySlide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-position: center;
    background-size: cover;
    width: 4.8rem;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
}

.mySlide img {
    width: 4.8rem !important;
    height: 3.2rem !important;
}

#swiper1 .swiper-slide-active .active_box {
    display: block !important;
}
#swiper1 .swiper-slide-prev{
    opacity: 1; !important;
}
#swiper1 .swiper-slide-active{
    opacity: 1; !important;
}
#swiper1 .swiper-slide-next{
    opacity: 1; !important;
}
.active_box {
    width: 4.8rem;
    height: 0.59rem;
    background: #FFFFFF;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.59rem;
    text-align: center;
}

.box10 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 7.8rem;
    padding-top: 0.8rem;
}

.box10_title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.28rem;
    color: #000000;
    text-align: center;
    margin-bottom: 0.18rem;
}

.box10_hr {
    width: 0.56rem;
    margin: 0 auto;
    height: 0.04rem;
    background: linear-gradient(179deg, #2161B8 0%, #2F98CF 100%);
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    margin-bottom: 0.3rem;
}

.mySwiper2 {
    padding: 0.2rem 0 !important;
}

.box10_sliderBox {
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.1rem 0.1rem 0.06rem 0.06rem;
    position: relative;
    z-index: 1;
}

.box10_sliderBox p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    margin: 0.18rem 0;
    transition: 0.3s;
}

.box10_sliderBox::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0.05rem;
    background: #2161B8;
    border-radius: 0rem 0rem 0.1rem 0.1rem;
    bottom: 0;
    left: 0;
    transition: 0.5s;
}

.box10_sliderBox::after {
    content: '';
    position: absolute;
    background-image: url('../img/MR30/img36.png');
    width: 100%;
    height: 2.6rem;
    top: 0;
    left: 0;
    z-index: -1;
}

.box10_sliderImg {
    width: 100%;
    height: 2.6rem;
}

.box10_sliderBox_box {
    width: 100%;
    padding: 0 0.25rem;
}

.box10_sliderBox_box hr {
    width: 100%;
    border: 0.01rem solid #E6E6E6;
}

.box10_sliderBox table {
    width: 100%;
    height: 1.7rem;
    margin-top: 0.2rem;
}

.box10_sliderBox table tbody>:nth-child(odd) {
    background: #F3F3F3;
}

.box10_sliderBox tr {
    display: flex;
    justify-content: space-between;
    padding: 0 0.15rem;
}

.box10_sliderBox td {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7D7D7D;
    line-height: 0.35rem;
}

.box10_sliderBox:hover p {
    color: #2161B8;
}

.box10_sliderBox:hover::before {
    width: 100%;
}

.box10 .main {
    position: relative;
    width: 90%;
}

.swiper-button-prev,
.swiper-button-next {
    top: 1.58rem !important;
    font-size: 0.34rem;
    color: #000 !important;
    transition: 0.3s;
}

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

.swiper-button-next {
    right: -0.47rem !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #2161B8 !important;
}

.box11 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 2.8rem;
    padding-top: 0.9rem;
}

.box11_box {
    width: 10.74rem;
    margin: 0 auto;
}

.box11_box p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.36rem;
    color: #FBFBFB;
    letter-spacing: 0.05rem;
}

.box11_btnBox {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-left: 1.57rem;
    margin-top: 0.3rem;
}

.box11_btnBox a {
    width: 2.08rem;
    height: 0.48rem;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    border: 0.01rem solid #FFFFFF;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.48rem;
    text-align: center;
}

@media (max-width: 1600px) {
    .box3_box {
        transform: scale(0.9);
        transition: 0.3s;
        bottom: -0.46rem;
        right: 0.35rem;
    }
}
@media only screen and (max-width: 1024px) {
.box1_p1 {
        font-size: 0.35rem;
    }
    .box1_text{
        margin-left: 0.2rem;
        margin-right: 0.2rem;
    }
    .breadNav_text2{
            color: rgb(132 172 223);
    }
    .box2_box{
            width: 46%;
    }
    .box4_left{
            width: 4.76rem;
                height: 3.8rem;
                    margin-right: 0.2rem;
                    padding-left: 0.2rem;
                    padding-right: 0.2rem;
    }
    .box4_right{
            width: 6.78rem;
    height: 3.8rem;
    }
    .box6 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    height: 100%;
    background-position: -153px 12px!important;
    background-size: cover;
}
     .box6_text{
             padding-right: 0.6rem;
     }
     .box7_img2{
         right: 0.53rem;
     }
     .box7_img1{
             right: -1.65rem;
     }
     .box7_left{
             margin-left: 0.24rem;
     }
     .box9{
             padding: 0.91rem 0.2rem 0 0.2rem;
     }
     .box10 .main{
         width: 86%;
     }
     .box11_box p{
         letter-spacing: normal;
         text-align: center;
     }
     .box11_box{
         width: auto;
     }
}