* {
    /* color: white; */
}

body {
    min-width: 1200px;
}

.swiper-container-wap {
    display: none;
}

button {
    border: none;
    outline: none;
}

.banner_bg {
    position: relative;

    >div {
        position: absolute;
        width: 1200px;
        left: 50%;
        transform: translateX(-50%);
    }

    .d1 {
        top: 260px;
        font-weight: 600;
        font-size: 60px;
        color: #FFFFFF;
    }

    .d2 {
        bottom: 28px;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
    }
}

.banner {
    width: 100%;
}

.banner_wap {
    display: none;
}

.biaoti {
    background: #1D1F3A;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 70px;
    z-index: 10;
}

.kjqs {
    width: 1000px;
    display: flex;
    justify-content: space-around;
}

.xxk {
    font-size: 22px;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xxk.active::after {
    content: '';
    display: inline-block;
    width: 43px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
}

a:hover {
    text-decoration: none;
    color: #ffffff
}

.part {
    width: 1200px;
    margin: 0 auto;
}

.p1 {
    margin-top: 118px;
}

.part_title {
    font-weight: 500;
    font-size: 43px;
    color: #FFFFFF;
    line-height: 36px;
}

.part_desc {
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
}

.part_desc_1 {
    margin-top: 50px;
}

.part_content_1 {
    width: 1200px;
    height: 658px;
    background: url(../img/esg_bg_1.png) no-repeat;
    background-size: 100%;
    margin-top: 60px;
    position: relative;
}

.part_content_1_list {
    position: absolute;
    bottom: 30px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 65px;
    display: flex;
    justify-content: space-between;
}

.part_content_1_item {
    width: 235px;
    height: 244px;
    background: rgba(29, 33, 45, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
    padding: 35px 20px 0 20px;
    box-sizing: border-box;
    cursor: pointer;

    &:hover {
        background: linear-gradient(0deg, rgba(42, 49, 125, 0.8), rgba(69, 77, 141, 0.8));
        box-shadow: 0px 8px 16px 0px rgba(168, 186, 194, 0.29);
        transition: 0.3s;
    }
}

.part_content_1_item img {
    width: 44px;
    height: 44px;
}

.part_content_1_item span {
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
    margin-top: 10px;
}


.part_content_1_item p {
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    word-break: break-all;
    text-align: center;
}


.p2_bg {
    width: 100%;
    background: url(../img/esg_bg_3.png) no-repeat;
    background-size: cover;
    padding: 80px 0 120px 0;
    box-sizing: border-box;
    margin-top: 190px;
}

/* .p2 {
} */

.part_content_2 {
    margin-top: 80px;
    display: flex;
}

.part_content_2_desc {
    width: 606px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
}

.part_content_2_img {
    margin-left: 50px;
    display: flex;
    flex-direction: column;
}

.part_content_2_img img {
    width: 206px;
    height: 294px;
}

.part_content_2_img_btn {
    margin-top: 30px;
    width: 208px;
    height: 66px;
    background: linear-gradient(90deg, #081F7D, #3641B2);
    box-shadow: 0px 8px 16px 0px rgba(21, 71, 88, 0.29);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    cursor: pointer;
}

.part_content_2_img_btn img {
    width: 44px;
    height: 44px;
    margin-left: -10px;
}

.p3 {
    margin-top: 80px;
}

.part_3_list {
    margin-top: 50px;
    display: flex;
    gap: 25px;
}

.part_3_item {
    width: 230px;
    height: 70px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    cursor: pointer;
}

.part_3_item.active {
    background: #3641B2;
    color: white;
}


.part_3_content_list {
    margin-top: 48px;
}

.sub_title {
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 36px;
}

.e_list {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}

.e_item {
    width: 365px;
    height: 157px;
    background: #3A4054;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    padding: 0 34px;
    gap: 44px;
	&:hover {
	    background: linear-gradient(0deg, rgba(42, 49, 125, 0.8), rgba(69, 77, 141, 0.8));
	    box-shadow: 0px 8px 16px 0px rgba(168, 186, 194, 0.29);
	    transition: 0.3s;
	}
}

.e_item>img {
    width: 60px;
    height: 60px;
    margin-top: 43px;
}

.e_item>div {
    flex: 1;
    margin-top: 19px;
}

.e_item>div>div {
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
}

.e_item .line {
    width: 100%;
    height: 2px;
    background: #535D80;
    margin-top: 8px;
    position: relative;

    &::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 47px;
        background: #ffffff;
    }
}

.e_item ul {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}

.e_item ul li {
    font-weight: 400;
    font-size: 16px;
    color: #BFC7E2;
    line-height: 24px;

    &::before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
          background: #BFC7E2;

        margin-right: 5px;
    }
}

.swiper-container {
    display: block;
}

.swiper-container-1 {
    margin-top: 70px;
    width: 100%;
}

.swiper-container-1 .swiper-slide {
    width: 588px;
    height: 462px;
    background: #D8DFF5;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}

.swiper-slide>img {
    width: 100%;
    /* height: 292px; */
}

.swiper-slide-next,
.swiper-slide-prev {
    opacity: 0.4;
}

.slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 27px 45px 0 45px;
    box-sizing: border-box;
    flex: 1;
}

.slide-content>span:nth-child(1) {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 36px;
}

.slide-content>p {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-top: 13px;
    text-align: center;
}

.slide-content>span:nth-child(3) {
    margin-top: 18px;
    width: 18px;
    height: 15px;
    font-family: Arial;
    font-weight: 400;
    font-size: 62px;
    color: #CCCCCC;
    line-height: 31px;
}

.swiper-pagination {
    position: initial;
    margin-top: 38px;
}

.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: initial;
    margin: 0 10px;
    background-color: #FFFFFF;
    opacity: 1;
}

.part_3_content_list_item {
    display: none;
}

.swiper-pagination-bullet-active {
    background: initial;
    background-color: #3641B2;
}

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

.part_3_content_list_item_2_article p {
    width: 890px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
}

.part_3_content_list_item_2_article>div {
    display: flex;
    flex-direction: column;

    >img {
        width: 210px;
        height: 300px;
    }
}

.part_3_content_list_item_2_article button {
    width: 208px;
    height: 66px;
    background: linear-gradient(90deg, #081F7D, #3641B2);
    box-shadow: 0px 8px 16px 0px rgba(21, 71, 88, 0.29);
    margin-top: 20px;

    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;

    img {
        width: 40px;
        height: 40px;
        margin-left: -10px;
    }
}


.part_3_content_list_item_ul {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
	color: white;
    li {
        width: 230px;
        height: 400px;
        box-sizing: border-box;
        padding: 90px 22px 0 22px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-size: 100%;
        background-repeat: no-repeat;
        cursor: pointer;

        &:nth-child(1) {
            background-image: url(../img/esg_img_11.png);
        }

        &:nth-child(2) {
            background-image: url(../img/esg_img_12.png);
        }

        &:nth-child(3) {
            background-image: url(../img/esg_img_13.png);
        }

        &:nth-child(4) {
            background-image: url(../img/esg_img_14.png);
        }

        &:nth-child(5) {
            background-image: url(../img/esg_img_15.png);
        }

        h3 {
            font-size: 30px;
        }

        p {
            margin-top: 25px;
            font-size: 16px;
            text-align: center;
            opacity: 0;
        }

        &:hover {
            p {
                opacity: 1;
                transition: 0.3s;
            }
        }
    }
}

.part_3_content_list_item_content {
    width: 100%;
    display: flex;
    height: 600px;
    background: #D8DFF5;
    position: relative;

    &::before {
        content: '';
        position: absolute;
        z-index: -1;
        width: 737px;
        height: 628px;
        background: #3641B2;
        left: -62px;
        bottom: -56px;
    }
}

.part_3_content_list_item_content>img {
    width: 657px;
    height: 100%;
}

.line-bar {
    position: absolute;
    left: 657px;
    display: flex;
    align-items: center;

    div:nth-child(1) {
        width: 39px;
        height: 1px;
        background: #3641B2;
    }

    div:nth-child(2) {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #3641B2;
        margin-left: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;

        &::before {
            content: '';
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #3641B2;
        }
    }

    &:nth-child(1) {
        top: 53px;
    }

    &:nth-child(2) {
        top: 121px;
    }

    &:nth-child(3) {
        top: 175px;
    }
}

.part_3_content_list_item_content_desc {
    box-sizing: border-box;
    flex: 1;
    padding: 22px 55px 0 97px;

    p {
        font-weight: 500;
                font-size: 17px;
                color: #333333;
                line-height: 29px;
                margin-top: 10px;
    }

    div {
        margin-top: 15px;

        >img {
            width: 202px;
            height: 288px;
        }

        button {
            width: 208px;
            height: 66px;
            background: linear-gradient(90deg, #081F7D, #3641B2);
            box-shadow: 0px 8px 16px 0px rgba(21, 71, 88, 0.29);
            margin-top: 20px;

            font-weight: 600;
            font-size: 24px;
            color: #FFFFFF;

            img {
                width: 40px;
                height: 40px;
                margin-left: -10px;
            }
        }
    }
}



.p4 {
    margin-top: 150px;
}

.part_content_4 {
    display: flex;
    gap: 60px;
    align-items: center;
}

.part_content_4_desc {
    flex: 1;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
}

.part_content_4_img {
    width: 400px;
   /* height: 420px; */
}

.p5 {
    margin-top: 138px;
    display: flex;
    flex-wrap: wrap;
}

.p5_item {
    width: 50%;
    box-sizing: border-box;

    &:nth-child(2) {
        background: url(../img/esg_img_17.png) no-repeat;
        background-size: cover;
        padding: 80px 0 60px 50px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;

        h3 {
            font-weight: 500;
            font-size: 46px;
            color: #FFFFFF;
            line-height: 36px;
        }

        p {
            width: 545px;
            flex: 1;
            font-weight: 400;
            font-size: 18px;
            color: #FFFFFF;
            line-height: 36px;
        }

        .button {
            width: 400px;
            height: 66px;
            background: #FFFFFF;
padding-top: 10px;
            padding-left: 10px;
            img {
                width: 44px;
            }

            span {
                font-weight: 400;
                font-size: 22px;
                color: #010101;
                line-height: 36px;
                margin-left: 24px;
            }
        }
    }

    &:nth-child(3) {
        background: url(../img/esg_img_18.png) no-repeat;
        background-size: cover;
        padding: 65px 60px 60px 0;

        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 40px;

        h3 {
            font-weight: 500;
            font-size: 46px;
            color: #FFFFFF;
            line-height: 36px;
        }

        p {
            width: 545px;
            flex: 1;
            font-weight: 400;
            font-size: 18px;
            color: #FFFFFF;
            line-height: 36px;
        }

        .button {
            width: 400px;
            height: 66px;
            background: #FFFFFF;
			padding-top: 10px;
			            padding-left: 10px;
            img {
                width: 44px;
            }

            span {
                font-weight: 400;
                font-size: 22px;
                color: #010101;
                line-height: 36px;
                margin-left: 24px;
            }
        }
    }
}


.p1_1 {
    margin-top: 150px;
}

.p1_1_sub_title {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 36px;
    margin-top: 50px;
}

.p1_1_content {
    margin-top: 44px;
    width: 100%;
    height: 627px;
    display: flex;
    background: #3A4054;

    >div {
        flex: 1;
        padding: 0 40px;
        box-sizing: border-box;

        ul {
            margin-top: 70px;
            display: flex;
            gap: 20px;

            li {
                width: 230px;
                height: 70px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: white;
                font-weight: 500;
                font-size: 24px;
                color: #333333;
                cursor: pointer;

                &.active {
                    background: #3641B2;
                    color: white;
                }
            }
        }


    }

    .p1_1_list {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        color: white;

        h4 {
            font-size: 24px;
            line-height: 36px;
        }

        p {
            font-size: 18px;
            line-height: 36px;
        }
    }

    >img {
        width: 576px;
    }
}

@media only screen and (max-width:750px) {

    body {
        width: 7.5rem;
        min-width: 7.5rem;
    }

    .banner_bg .d1 {
        top: 2.6rem;
        left: .5rem;
        font-size: 0.72rem;
        transform: none;
        width: auto;
    }

    .banner_bg .d2 {
        display: none;
    }

    .banner {
        display: none;
    }

    .banner_wap {
        display: block;
        width: 7.5rem;
    }


    .biaoti {
        height: .7rem;
        width: 7.5rem;
        top: .9rem;
    }

    .kjqs {
        width: 7.5rem;
    }

    .xxk {
        font-size: 0.3rem;
    }

    .part {
        width: 7.5rem;
        margin: 0;
        margin-top: .8rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .p1 {
        box-sizing: border-box;
    }

    .part_title {
        width: 6.9rem;
        font-size: 0.5rem;
        line-height: .48rem;
    }

    .part_content_1 {
        width: 100%;
    }

    .part_content_1_list {
        flex-wrap: wrap;
        width: 100%;

    }


    .part_desc_1 {
        margin-top: .5rem;
        font-size: 0.3rem;
        width: 6.9rem;
        line-height: .48rem;
    }

    .part_content_1 {
        width: 7.5rem;
        height: 7.95rem;
        background: url(../img/esg_bg_4.png) no-repeat;
        margin-top: .95rem;
        padding: 0;
        background-size: 100%;
    }

    .part_content_1_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: .45rem;
        padding: 0 .45rem;
    }

    .part_content_1_item {
        width: 3.04rem;
        height: 3.15rem;
        padding: .4rem 0.2rem 0 0.2rem;

        img {
            width: .6rem;
            height: .6rem;
        }

        span {
            font-weight: 500;
            font-size: .3rem;
            color: #FFFFFF;
            line-height: .48rem;
            margin-top: .14rem;
        }

        p {
            font-weight: 400;
            font-size: .24rem;
            color: #FFFFFF;
            line-height: .4rem;
            margin-top: .2rem;
        }
    }


    .p2_bg {
        margin-top: .4rem;
        background: url(../img/esg_bg_5.png);
        width: 7.5rem;
        /* height: 10.63rem; */
        background-size: 120%;
        padding: 0;
        padding-top: .67rem;
    }

    .p2 {
        margin-top: 0;
    }

    .part_content_2 {
        margin-top: 0;
    }

    .part_content_2_desc {
        margin: .5rem auto 0;
        font-size: 0.24rem;
        width: 6.9rem;
        line-height: .4rem;
    }

    .part_content_2_img {
        margin: .4rem auto 0;
        display: flex;
        align-items: center;
		padding-bottom: 0.5rem;
        img {
            width: 2.15rem;
            height: 3.05rem;
        }

        button {
            width: 3.3rem;
            height: 1.04rem;
            background: linear-gradient(90deg, #081F7D, #3641B2);
            box-shadow: 0px 8px 16px 0px rgba(21, 71, 88, 0.29);
            margin-top: .3rem;

            span {
                font-size: .38rem;
            }

            img {
                width: .5rem;
                height: .5rem;
                margin-left: 0;
            }
        }
    }

    .part_content_2 {
        flex-wrap: wrap;



        .part_content_2_img {
            width: 100%;
        }
    }

    .part_3_list {
        margin-top: .5rem;
        gap: .1rem;
    }

    .part_3_item {
        width: 2.3rem;
        height: .98rem;
        font-weight: 500;
        font-size: .3rem;
    }

    .sub_title {
        margin-top: .4rem;
        font-weight: 500;
        font-size: .36rem;
        line-height: .36rem;
        box-sizing: border-box;
        width: 7.5rem;
        padding-left: .2rem;
    }

    .part_3_content_list {
        width: 7.5rem;
        margin-top: 0;
    }

    .e_list {
        width: 7.5rem;
        display: flex;
        flex-wrap: wrap;
        gap: .2rem;
        justify-content: center;
    }

    .e_item {
        width: 3.5rem;
        height: 1.9rem;
        padding: 0 0 0 .16rem;
        gap: .16rem;

        img {
            width: .6rem;
            height: .6rem;
        }
    }

    .e_item>div {
        margin-top: 0;
    }

    .e_item>img {
        margin-top: .67rem;
    }

    .e_item>div>div {
        font-weight: 600;
        font-size: .28rem;
        color: #FFFFFF;
        line-height: .36rem;
        margin-top: .24rem;
    }

    .e_item .line {
        width: 1.9rem;
        height: 0.02rem;
        background: #535D80;
        margin-top: .12rem;

        &::after {
            width: .47rem;
        }
    }


    .e_item ul {
        margin-top: .15rem;
    }

    .e_item ul li {
        font-weight: 400;
        font-size: .22rem;
        color: #BFC7E2;
        line-height: .32rem;

        &::before {
            width: .13rem;
            height: 0.13rem;
            margin-right: .06rem;
        }
    }

    .part_3_content_list_item_2_article {
        display: flex;
        flex-wrap: wrap;
        margin-top: .4rem;
    }

    .part_3_content_list_item_2_article p {
        width: 7.5rem;
        padding: 0 0.2rem;

        font-weight: 500;
        font-size: .24rem;
        color: #FFFFFF;
        line-height: .36rem;
    }

    .part_3_content_list_item_2_article>div {
        justify-content: center;
        align-items: center;
        width: 7.5rem;

        >img {
            width: 2.15rem;
            height: 3.05rem;
            margin-top: .2rem;
        }

        button {
            width: 3.3rem;
            height: 1.04rem;
            margin-top: .3rem;
            font-size: .38rem;
            color: #FFFFFF;
        }
    }

	.lunbogo{
		position: absolute;color: white;
		text-align: center;
		padding-top: 100px;
		        padding-left: 50px;
		        padding-right: 50px;
		h3{
			font-size: 36px;
			font-weight: bold;
		}
		p{
			padding-top:50px;
			font-size: 18px;
		}
	}
	


    .part_3_content_list_item_content {
        width: 7.5rem;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        background-color: transparent;
        margin-top: .3rem;

        &::before {
            display: none;
        }

        img {
            width: 7.12rem;
            height: 8.12rem;
            margin: 0 auto;
        }
    }

    .line-bar {
        display: none;
    }

    .part_3_content_list_item_content_desc {
        width: 7.5rem;
        padding: 0 .2rem;
        box-sizing: border-box;

        p {
            font-weight: 500;
            font-size: .24rem;
            color: #FFFFFF;
            line-height: .36rem;
        }

        div {
            width: 7.5rem;
            display: flex;
            flex-direction: column;
            align-items: center;

            img {
                width: 2.05rem;
                height: 3.05rem;
            }

            button {
                width: 3.3rem;
                height: 1.04rem;
                margin-top: .3rem;
                font-size: .38rem;
                color: #FFFFFF;
            }
        }
    }




    .part_content_4 {
        flex-wrap: wrap;
        gap: 0;


        >img {
            width: 6.11rem;
            height: 4.73rem;
            margin: .5rem 0 0 .35rem;
        }
    }

    .part_content_4_desc {
        width: 6.9rem;
        font-weight: 400;
        font-size: .24rem;
        color: #FFFFFF;
        line-height: .36rem;
        flex: none;
        margin: .6rem auto 0;
    }

    .p5 {
        margin-top: .95rem;
        width: 7.5rem;
        display: flex;
        flex-wrap: wrap;
    }

    .p5_item {
        width: 7.5rem;
    }

    .p5_item {
        &:nth-child(2) {
            height: 6.39rem;
            padding: .8rem .5rem 0;
            box-sizing: border-box;
            gap: 0;
			
            h3 {
                font-weight: 500;
                font-size: .48rem;
            }

            p {
                font-weight: 400;
                font-size: .24rem;
                color: #FFFFFF;
                line-height: .36rem;
                width: 100%;
                margin-top: .4rem;
                flex: none;
            }

            .button {
                width: 6rem;
                height: .8rem;
                margin-top: .5rem;
                display: flex;
                align-items: center;
                /* justify-content: center; */
padding-top: 3px;
                span {
                    font-size: .36rem;
                    margin-left: .2rem;
                }

                img {
                    width: .4rem;
                    height: .4rem;
                }
            }
        }


        &:nth-child(3) {
            height: 7rem;
            padding: .65rem .5rem 0;
            box-sizing: border-box;
            gap: 0;
            align-items: flex-start;

            h3 {
                font-weight: 500;
                font-size: .48rem;
            }

            p {
                font-weight: 400;
                font-size: .24rem;
                color: #FFFFFF;
                line-height: .36rem;
                width: 100%;
                margin-top: .4rem;
                flex: none;
            }

            .button {
                width: 6rem;
                height: .8rem;
                margin-top: .5rem;
                display: flex;
                align-items: center;
                /* justify-content: center; */
                padding-top: 3px;
                span {
                    font-size: .36rem;
                    margin-left: .2rem;
                }

                img {
                    width: .4rem;
                    height: .4rem;
                }
            }
        }
    }


    .part_3_content_list_item_ul {
        display: none;
    }

    .swiper-container-wap {
        display: block;
        margin-top: .4rem;
    }

    .swiper-container-wap .swiper-slide {
        display: flex;
        justify-content: center;
    }


    .swiper-pagination-wap {
        position: initial;
        margin-top: .5rem;
        text-align: center;
    }

    .swiper-pagination-wap .swiper-pagination-bullet {
        width: .15rem;
        height: .15rem;
        border-radius: 50%;
        background-color: initial;
        margin: 0 .2rem;
        background-color: #FFFFFF;
        opacity: 1;
    }


    .swiper-pagination-wap .swiper-pagination-bullet-active {
        background: initial;
        background-color: #3641B2;
        width: .15rem;
        height: .15rem;
    }

    .s-img {
        width: 7.08rem !important;
        height: 9.23rem !important;
    }

    .p1_1_sub_title {
        width: 6.8rem;
        margin-top: .5rem;
        font-weight: 400;
        font-size: .3rem;
        color: #FFFFFF;
        line-height: .36rem;
    }

    .p1_1_content {
        margin-top: .2rem;
        padding: 0;
        width: 6.8rem;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 0;

        >div {
            width: 6.8rem;
            padding: .4rem .2rem;
            box-sizing: border-box;
            flex: none;

            ul {
                margin-top: 0;

                li {
                    width: 3rem;
                    height: 1rem;
                    font-size: .34rem;
                }
            }
        }

        >img {
            width: 6.8rem;
            height: 7.4rem;
        }
    }

    .p1_1_list{
        margin-top: .4rem;
        gap: .2rem;
        h4{
            font-size: .24rem  !important;
            line-height: .36rem  !important;
        }

        p{
            font-size: .24rem !important;
            line-height: .36rem  !important;
        }
    }
}
a span{color: white;}