.section_banner {
    height: 11rem;
}

#bannerSwiper {
    height: 100%;
}

#bannerPagination {
    display: none;
}

#bannerPrev,
#bannerNext {
    display: none;
    outline: none;
    border: none;
    width: 0.4rem;
    height: 0.6rem;
    background-size: contain;
}

#bannerPrev {
    background-image: url(/MD/Images/arrow_left.png);
}

.banner_slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#bannerPagination .swiper-pagination-bullet-active {
    background-color: var(--style);
}

.banner_title {
    margin-top: 1.14rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.banner_title>._t {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--white);
    letter-spacing: -0.04rem;
    text-align: center;
}

.banner_title>._d {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.42rem;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 0.04rem;
    margin-top: 0.15rem;
    text-align: center;
}

.banner_title>._btn {
    width: 3.6rem;
    height: 0.7rem;
    background: linear-gradient(0deg, #ff8f44 0%, #ff4421 100%);
    border-radius: 0.1rem;
    box-shadow: 0px 8px 12px 0px rgba(236, 105, 25, 0.50);
    margin-top: 0.7rem;
    font-size: 0.3rem;
    font-weight: 400;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_img {
    width: 4.04rem;
    height: 5.96rem;
    margin: 0 auto;
}

.banner_img>img {
    max-height: 100%;
    width: auto;
}

.section_part {
    overflow: hidden;
}

.part {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.part:nth-child(2n) {
    background-color: #F7FAFD;
}

.part:nth-child(2n+1) {
    background-color: var(--white);
}

.part_title {
    padding: 0 0.4rem;
    box-sizing: border-box;
}

.part_t {
    width: 100%;
    font-size: 0.56rem;
    font-weight: bold;
    text-align: left;
    color: var(--black);
    text-align: center;
    margin-top: 1.1rem;
}

.part_d {
    width: 100%;
    font-size: 0.24rem;
    font-weight: 500;
    text-align: center;
    color: #8c8c8c;
    line-height: 0.42rem;
    margin-top: 0.5rem;
}

.part_img {
    width: 6.8rem;
    height: 6rem;
    margin: 0.8rem auto 0.4rem;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.part_img>img {
    width: auto;
    max-height: 100%;
    object-fit: contain;
}

.part1 {
    z-index: 10;
}

.part1_tips {
    width: 4.92rem;
    height: 4.92rem;
    position: absolute;
    top: -2.46rem;
    right: -2.46rem;
}

.part2 {
    z-index: 11;
}

.part2_tips {
    width: 1.07rem;
    height: 0.89rem;
    position: absolute;
    top: -0.445rem;
    left: 0.22rem;
}

.part3_tips {
    width: 4.92rem;
    height: 4.92rem;
    position: absolute;
    top: -2.46rem;
    left: -2.46rem;
    z-index: 10;
}

.part3 .part_img {
    width: 5.8rem;
}

.part4 {
    z-index: 11;
}

.part4_tips1 {
    width: 0.95rem;
    height: 0.84rem;
    position: absolute;
    right: 0.17rem;
    top: -0.42rem;
}

.part4_tips2 {
    width: 4.92rem;
    height: 4.92rem;
    position: absolute;
    bottom: -2.46rem;
    left: -2.46rem;
}

.part5 {
    z-index: 12;
}

.part5_tips {
    width: 2.46rem;
    height: 2.46rem;
    position: absolute;
    top: -1.23rem;
    left: -1.23rem;
}

.part6 {
    z-index: 13;
}

.part6_tips1 {
    width: 1.19rem;
    height: 0.99rem;
    position: absolute;
    left: 0.21rem;
    top: -0.5rem;
}

.part6_tips2 {
    width: 4.92rem;
    height: 4.92rem;
    position: absolute;
    bottom: -1.2rem;
    right: -2.46rem;
}

.part7 {
    padding: 0.67rem 0;
    box-sizing: border-box;
}

.part7_tips {
    width: 4.92rem;
    height: 4.92rem;
    position: absolute;
    top: -3.72rem;
    right: -2.46rem;
}

.part_style_title {
    width: 100%;
    font-size: 0.56rem;
    font-weight: bold;
    color: var(--black);
    text-align: center;
}

.part7_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.33rem;
    padding: 0 0.41rem;
    box-sizing: border-box;
}

.part7_item {
    /*width: 3.2rem;*/
    width: 50%;
    height: 3.59rem;
    margin-top: 0.23rem;
    box-sizing: border-box;
}

.part7_item:nth-child(2n) {
    padding-left: 0.22rem;
}
.part7_item_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #f2f5fa;
    border-radius: 0.1rem;
}
.part7_item_top {
    width: 1.06rem;
    height: 1.06rem;
    margin-top: 0.57rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f5fa;
    border: 0.02rem solid var(--style);
    border-radius: 1.06rem;
}

.part7_item_top>img {
    width: 0.39rem;
    height: 0.46rem;
    object-fit: contain;
}

.part7_item_bot {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.part7_item_bot>._t {
    width: 100%;
    font-size: 0.29rem;
    font-weight: 700;
    color: var(--black);
    line-height: 0.43rem;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.part7_item_bot>._d {
    width: 100%;
    font-size: 0.23rem;
    font-weight: 400;
    text-align: center;
    color: #686868;
    margin-top: 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.part8_content {
    position: relative;
    width: 100%;
    height: 6.3rem;
    margin-top: 0.4rem;
    margin-bottom: 0.25rem;
}

.part8 {
    padding-top: 0.67rem;
    box-sizing: border-box;
}

.part8_content_item {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    overflow: hidden;
    border-radius: 0.1rem;
    box-shadow: 0px 0.2rem 0.2rem 0px rgba(42, 67, 119, 0.10);
}

.part8_content_item>img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.icon1 {
    width: 1.2rem;
    height: 0.6rem;
    left: 1.56rem;
    bottom: 0;
    opacity: 0.39;
}

.icon2 {
    width: 1rem;
    height: 0.5rem;
    opacity: 0.52;
    bottom: 0.41rem;
    right: 1.48rem;
}

.icon3 {
    width: 1.95rem;
    height: 1rem;
    bottom: 0.7rem;
    left: 2.7rem;
    opacity: 0.68;
}

.icon4 {
    width: 1.4rem;
    height: 0.7rem;
    bottom: 0.92rem;
    left: 1.15rem;
    opacity: 0.77;
}

.icon5 {
    width: 1.95rem;
    height: 1rem;
    bottom: 1.5rem;
    right: 0.55rem;
}

.icon6 {
    width: 1.95rem;
    height: 1rem;
    bottom: 1.92rem;
    left: 0.25rem;
}

.icon7 {
    width: 3rem;
    height: 1.5rem;
    bottom: 2.18rem;
    left: 2.25rem;
    z-index: 20;
}

.icon8 {
    width: 1.95rem;
    height: 1rem;
    right: 0.25rem;
    bottom: 2.65rem;
}

.icon9 {
    width: 1.54rem;
    height: 0.8rem;
    left: 0.94rem;
    top: 2.28rem;
}

.icon10 {
    width: 1.3rem;
    height: 0.68rem;
    right: 2rem;
    top: 1.82rem;
    opacity: 0.82;
}

.icon11 {
    width: 2.48rem;
    height: 1.26rem;
    left: 0.16rem;
    top: 0.64rem;
}

.icon12 {
    width: 1.54rem;
    height: 0.78rem;
    left: 2.9rem;
    top: 0.85rem;
    opacity: 0.82;
}

.icon13 {
    width: 2.64rem;
    height: 1.3rem;
    top: 0;
    right: 0.3rem;
}

.part8_content_item_opacity {
    opacity: 0;
}

.part8_content_item.part8_animated {
    transform-origin: 50% -50%;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-name: breathe;
}

.part8_content_item:nth-child(1) {
    transition-property: all;
    transition-delay: 0s;
    transition-duration: 2s;
    animation-delay: 0s;
}

.part8_content_item:nth-child(2) {
    transition-property: all;
    transition-delay: 0.3s;
    transition-duration: 2s;
    animation-delay: 0.3s;
}

.part8_content_item:nth-child(3) {
    transition-property: all;
    transition-delay: 0.6s;
    transition-duration: 2s;
    animation-delay: 0.6s;
}

.part8_content_item:nth-child(4) {
    transition-delay: 0.9s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 0.9s;
}

.part8_content_item:nth-child(5) {
    transition-delay: 1.2s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 1.2s;
}

.part8_content_item:nth-child(6) {
    transition-delay: 1.5s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 1.5s;
}

.part8_content_item:nth-child(7) {
    transition-delay: 1.8s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 1.8s;
}

.part8_content_item:nth-child(8) {
    transition-delay: 2.1s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 2.1s;
}

.part8_content_item:nth-child(9) {
    transition-delay: 2.4s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 2.4s;
}

.part8_content_item:nth-child(10) {
    transition-delay: 2.7s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 2.7s;
}

.part8_content_item:nth-child(11) {
    transition-delay: 3s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 3s;
}

.part8_content_item:nth-child(12) {
    transition-delay: 3.3s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 3.3s;
}

.part8_content_item:nth-child(13) {
    transition-delay: 3.6s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 3.6s;
}

@keyframes breathe {
    0% {
        transform: scaleX(1);
    }

    65% {
        transform: scale3d(1.06, 1.06, 1.06);
    }

    100% {
        transform: scaleX(1);
    }
}

.part8_bot {
    width: 100%;
    height: 1.4rem;
    background-image: url(/MD/Images/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0.35rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.part8_bot_float {
    position: fixed;
    bottom: 0;
    z-index: 999;
}
.part8_bot_left>p {
    width: 2rem;
    text-align: left;
    font-size: 0.24rem;
    font-weight: 400;
    color: var(--white);
    line-height: 0.3rem;
    margin-top: 0.6rem;
}

.part8_bot_right {
    display: flex;
    align-items: center;
    margin-top: 0.6rem;
    height: 0.6rem;
}

.part8_input {
    width: 2.97rem;
    height: 0.6rem;
    background-color: var(--white);
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    padding: 0 0.17rem;
    box-sizing: border-box;
}

.part8_input>input {
    width: 100%;
    outline: none;
    border: none;
    height: 0.4rem;
    font-size: 0.24rem;
    font-weight: 500;
    color: #8f8f8f;
}

.part8_btn {
    width: 1.3rem;
    height: 0.6rem;
    background-color: var(--style);
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.24rem;
    font-weight: 400;
    color: var(--white);
    margin-left: 0.1rem;
}


.news_part {
    background-color: #F7FAFD;
    overflow: hidden;
    padding-top: 0.66rem;
    padding-bottom: 0.66rem;
}

.news_title {
}

.news_part_content {
    display: flex;
    flex-direction: column;
    margin-top: 0.34rem;
    align-items: center;
}

.news_tab {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .news_tab > li {
        height: 0.5rem;
        background: #E6EBF3;
        border-radius: 0.05rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 0.42rem;
        box-sizing: border-box;
        font-size: 0.24rem;
        font-weight: 500;
        text-align: left;
        color: var(--black);
        transition: all .3s;
        margin-left: 0.22rem;
    }

        .news_tab > li:first-child {
            margin-left: 0;
        }

        .news_tab > li.active {
            background-color: var(--style);
            color: var(--white);
        }

.news_main_list {
    margin-top: 0.5rem;
}

.news_item {
    padding: 0.46rem 0;
    margin: 0 0.4rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #D7DCE4;
}

.news_item_title {
    display: block;
    font-size: 0.34rem;
    font-weight: 500;
    text-align: left;
    color: var(--black);
}

.news_item_des {
    font-size: 0.28rem;
    font-weight: 500;
    color: #666666;
    line-height: 0.4rem;
    margin-top: 0.35rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_item_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.4rem;
}

    .news_item_bot .date {
        font-size: 0.26rem;
        font-weight: 500;
        text-align: left;
        color: #a9a9a9;
    }

    .news_item_bot .more {
        font-size: 0.26rem;
        font-weight: 500;
        color: var(--black);
    }

.news_more {
    margin-top: 0.7rem;
    width: 3.83rem;
    height: 0.93rem;
    background: linear-gradient(to right, #ff8f44 0%, #ff4421 100%);
    border-radius: 0.1rem;
    box-shadow: 0px 8px 12px 0px rgba(236, 105, 25, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    font-weight: 400;
    color: var(--white);
}