
.yb6{
     width:1170px;
     margin:40px auto 0;
 }
.yb6 .yb6_body .swiper{
    position: relative;
}
.yb6 .yb6_title{
    font-size:36px;
    font-weight: bold;
    color:#252525;
    text-align: center;
}
.yb6 .yb6_title span{
    color:#f53838;
}
.yb6 .yb6_body .row{
    margin-top:30px;
    overflow: hidden;
}
.yb6 .yb6_body .row .col{
    float: left;
    margin-left:30px;
}
.yb6 .yb6_body .row .col:first-child{
    margin-left:0;
}
.yb6 .yb6_body .row .col a{
    display: block;
    width:100%;
    height:100%;
    position: relative;
}
.yb6 .yb6_body .row .col a .img_font{
    position: absolute;
    width:355px;
    height:32px;
    left:0;
    top:95%;
    margin-top:-30px;
    padding-left:15px;
    padding-top:5px;
    color:#fff;
    line-height:26px;
    background:rgba(0,0,0,0.6);
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
	text-align:center;
}
.yb6 .yb6_body .row .col a .img_font span{
    font-size:14px;
}
.yb6 .yb6_body .swiper-button-prev{
    left:-45px;
    margin-top:-12px;
}
.yb6 .yb6_body .swiper-button-next{
    right:-45px;
    margin-top:-12px;
}
.yb6 .a a{
    display: block;
    width: 300px;
    height: 52px;
    background: #3880f4;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: 30px auto 0;
    border-radius: 5px;
}
.yb6 .a a:hover{
    background:#f53838;
}
