.banner-s-5-content{
    width: 100%;
    height: auto;
    float: left;
}
.banner-s-5-content .box{
    width: 100%;
    heigth: 100%;
    margin: 0px auto;
}
.banner-s-5-content .row{
    /**
    * 定义宽高
    */
    width: 100%;
    height: 300px;
    float: left;
    /**
    * 边距
    */
    margin: 5px 0px;
/*    padding: 0% 2% 2% 3%;*/
    /**
    * 定义边框
     */
    border-radius: 5px;
    /*
    * 定义背景
     */
    background: #fff;
    /**
    ** 定位属性
     */
    position: relative;

}

/*
* 内部布局样式
 */
.banner-s-5-content .bottom{
    width:100%;
    height: 100%;
    float: left;
    position: relative;
/*    margin-top:15px;*/
}
.banner-s-5-content .bottom a{
    display: block;
    float: left;
    padding: 3px 6px;
    background: rgba(38, 43, 106, 0.09);
    color: rgb(61, 61, 61);
    border-radius: 3px;
    margin: 3px 5px;
}

/**
** 内容标签样式
 */
.banner-s-5-content img{
    width: 7px;
    height: 18px;
    /*
    垂直居中
     */
    margin-top: -4px;
}
.banner-s-5-content a,span{
    color: rgb(40, 45, 108);
    font-family: "HarmonyOS Sans SC";
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    margin-right: 10px;
}

/**swiper*/
.banner-s-5-content .swiper {
    width: 100%;
    height: 100% !important;
}
.banner-s-5-content .swiper-wrapper{
    height: 100% !important;
}
.banner-s-5-content .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 100% !important;
    position: relative;
}

.banner-s-5-content .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-s-5-content .swiper-slide a{
    position: absolute;
    height: 20px;
    line-height: 20px;
    background: rgba(38, 43, 106, 0.09);
    display: block;
    bottom: 0;
    left: 0;
    width: 100% !important;
    text-align: center;
}