.yfcs{
    width: 100%;
    margin-top: 150px;
}
.yfcs_all{
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
}
.yfcs_cent{
    display: flex;
    justify-content: space-between;
}
.yfcs_left{
    width: 35%;
}
.swiper_left{
    width: 77%;
}
.yfcs_title{
    margin-top: 35%;
    height: 40px;
    font-size: 22px;
}
.yfcs_title i{
    display: block;
    width: 22px;
    height: 3px;
    background: #333;
    margin-top: 5px;
}
.swiper_right{
    width: 18%;
}
.swiper_right img{
    width: 100%;
    border-radius: 12px;
    object-fit: contain;
}
.yfcx_list{
    width: 100%;
}
.name{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.post{
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}
.swiper_left div p{
    line-height: 30px;
    font-size: 18px;
}
.swiper-slide{
    display: flex;
    justify-content: space-between;
    width: 100% !important;
}
.swiper-wrapper>div:nth-child(2n){
    flex-direction: row-reverse;
}
.swiperBox{
    width: 100%;
    position: relative;
    margin: 20px 0;
}
.swiper-button-next, .swiper-button-prev{
    position: unset !important;
    margin-top:0 !important;
    background: #0080cc;
}
.swiper-button-next{
    margin-left: 20px;
}
.swiper-button{
    display: flex;
}
.swiper-button-next::after, .swiper-button-prev::after{
    color: #fff;
    font-size: 30px !important;
}
.yfcx_swiper {
    width: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
}
.swiperBox h2{
    position: relative;
    font-size: 30px;
    margin-bottom: 35px;
    margin-top: 20px;
}
.swiperBox h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 110px;
    height: 2px;
    background: #0080cc;
}
.yfcx_left p{
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 15px;
}
.yfcx_left h2{
    position: relative;
    font-size: 30px;
    margin-bottom: 35px;
    margin-top: 20px;
}
.yfcx_right img {
    border-radius: 12px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%);
}
.yfcx_left h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 110px;
    height: 2px;
    background: #0080cc;
}
.yfcs_name{
    margin-top: 30px;
	height:250px;
}
.yfcs_name span{
    font-size: 18px;
}
.yfcs_name small{
    margin-left: 10px;
}
.yfcs_name:nth-child(1) p{
    text-align-last:justify;
    text-align:justify;
    text-justify:distribute-all-lines;
}
.yfcs_name:nth-child(2) p{
    text-align-last:justify;
    text-align:justify;
    text-justify:distribute-all-lines;
}
.yfcs_text{
    line-height: 30px;
    margin-top: 20px;
    font-size: 14px;
}
.yfcs_list{
    display: flex;
    text-align: center;
}
.yfcs_list li{
    margin-right: 45px;
    cursor: pointer;
}
.yfcs_list li i{
    display:block;
    width: 60px;
    height: 60px;
    background: #333;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
}
.yfcs_list li i img{
    vertical-align: middle;
}
.yfcs_list li i.blue{
    background: #0080cc;
}
.yfcs_over{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.yfcs_over>img{
    width: 100%;
}

.yfcs_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
}
.yfcs_img div{
    width: 25%;
}

.yfcx_li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yfcx_li:nth-child(2n){
    flex-direction: row-reverse;
}

.yfcx_left{
    width: 58%;
}

.yfcx_right{
    width: 38%;
}
.yfcx_right img{
    width: 100%;
}

.yfcs_right{
    width: 58%;
    position: relative;
    padding: 50px 0 0;
    margin-bottom: 2rem;
}
.yfcs_img img{
    display: block;
    width: 100%;
}
.pso{
    width: 35px;
    height: 35px;
    position: absolute;
    background: #ccc;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    padding: 5px;
    cursor: pointer;
}
.pso img{
    height: 100%;
}
.yfcs_prev{
    left: 0;
    top: 0;
}
.yfcs_next{
    top: 0;
    left: 50px;
}
.blue{
    background: #0080cc;
}
.yfcs_tit img{
	display:block;
}
.yfcs_tit span{
	display:none;
}
.yfcs_bg{
	width:100%;
	background:url(/img/yfbackg.png);
}
.clear{
	clear:both;
}
@media(max-width:1170px){
	.yfcs_tit{
		display: block;
		font-size: 24px;
		font-weight:bold;
		letter-spacing: 2px;
		color: #333333;
	}
	.yfcs_tit span{
		display:block;
	}
	.yfcs_tit img{
		display:none;
	}
	.pso{
		width:25px;
		height:25px;
	}
	.yfcs_text{
		line-height:24px;
	}
    .yfcs{
        margin-top: 5rem;
    }
    
    .yfcs_all{
        width: 90%;
        margin: 0 auto;
        float: none;
    }
	.yfcs_bg{
		background:none;
	}
		
    .yfcs_cent{
        display: block;
    }
    .yfcs_title {
        margin-top: 2rem;
    }
    .yfcs_left{
        width: 100%;
    }
    .yfcs_text{
        height: 120px;
    }
    .yfcs_list{
        justify-content: space-around;
        margin-right: 0;
        margin-top: 2rem;
    }
    .yfcs_list li{
        margin-right: 0;
    }
    .yfcs_list li i{
        width: 3rem;
        line-height: 3rem;
        height: 3rem;
    }
    .yfcs_list li i img{
        width: 60%;
    }

    .yfcs_right{
        width: 60%;
        margin: 2rem auto;
		padding-top:40px;
    }






}

@media(max-width:768px){
    .yfcs_text{
        height: 17rem;
    }
    .yfcs_right{
        width: 100%;
        margin-top: 2rem;
    }
    .yfcx_li{
        display:block;
    }
    .yfcx_li div{
        width: 100%;
    }
    .yfcx_left p{
        font-size: 16px;
    }
    .yfcx_left h2{
        font-size: 20px;
    }
    .yfcs_cent{
        margin-bottom: 20px;
    }
    .swiper-slide{
        display: block;
    }
    .swiper_left{
        width: 100%;
    }
    .swiper_right{
        width: 100%;
    }
    .swiper_left div p{
        font-size: 16px;
    }
}





















