.main {
    margin-top: 30px;
    background: #f9f9f9;
    padding-bottom: 150px;
}

.con {
    width: 1200px;
    margin: 0 auto;
}


.main .bread {
    /* font-family: FZLanTingHei-R-GBK; */
    font-weight: 400;
    font-size: 16px;
    color: #7B7B7B;
    margin-bottom: 54px;
    display: inline-block;
}

.main .title {
    font-family: FZLanTingHei-R-GBK;
    font-weight: 400;
    font-weight: 700;
    font-size: 40px;
    color: #001655;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.main .title_icon {
    background: url('../img/welfare/title_icon.png') no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-right: 24px;
}

.main .text {
    /* font-family: FZLanTingHei-R-GBK; */
    font-weight: 400;
    font-size: 16px;
    color: #282828;
    line-height: 30px;
    margin-bottom: 60px;
}

.main .text p {
    margin-top: 32px;
}

.main .swiper {
    overflow: hidden;
    position: relative;
}

.main .swiper_text {
    font-weight: 400;
    font-size: 20px;
    color: #EE7800;
    margin:0 auto;
    text-align: center;
    width: fit-content;
    padding:25px 35px 20px 35px;
    position: relative;
}

.main .text_bottom_border{
    background: url('../img/welfare/partner/text_border_bottom.png') no-repeat center center;
    width:100%;
    height:3px;
    background-size:cover;
    display:inline-block;
    position: absolute;
    bottom:0;
    left:0;
}

.mySwiper .swiper-pagination {
	position: absolute;
	bottom: 90px;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 10;
}

.mySwiper .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: url("../img/lunbo.png") no-repeat;
	margin: 0px 10px;
	cursor: pointer;
	cursor: hand;
	opacity: 1;
}

.mySwiper .swiper-pagination-bullet-active {
	background: url("../img/lunbo2.png") no-repeat;
}






@media only screen and (max-width: 800px) {


    .con {
        width: calc(100% - 3rem);
        margin: 0 auto;
    }

    .main {
        margin-top: 2.5rem;
        padding-bottom: 1rem;
    }

    .main .bread {
        font-size: 1.2rem;
        margin-bottom: 4rem;
    }


    .main .title {
        font-size: 2.5rem;
        line-height: 2.5rem;
        padding-bottom: 2.3rem;
    }

    .bottom .title {
        margin-bottom: 0;
    }

    .main .title_icon {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 1.2rem;
    }

    .main .text {
        font-size: 1.4rem;
        margin-bottom: 3rem;
    }

    .main .text p {
        margin-top: 2rem;
    }

    .main .swiper_text{
        font-size:1.4rem;
        padding:1.5rem 0 1.5rem 0;
        width:100%;
    }

    .main .swiper-slide{
        margin-bottom:5rem;
    }

    .mySwiper .swiper-wrapper{
        flex-wrap: wrap;
    }

}