.row_mod_01{
    padding-top: 6%;
    padding-bottom: 5%;
    background-size: contain;
}
.row_mod_01 .tit_logo{width: 80%;}

.row_mod_01 .con{background: white;position: relative;}
.row_mod_01 .con img{width: 100%;}
.row_mod_01 .con em{
    display: block;
    margin: 20px 0;
    text-align: justify;
    line-height: 25px;
}
.con_img_bws{position: absolute;bottom: 0;z-index: 999;color: white;width: 100%;padding: 20px 10%;text-align: justify;}
.con_bot_l{display: flex;}
.con_bot_l span{word-break: keep-all;}
.con_img_bws .con_bot_l i{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-word;}
.row_mod_02 .swiper-slide {
    /*width: 50%;*/
    box-shadow: 0px 0px 5px 5px gray;
    position: relative;
}
.row_mod_02 .swiper-slide img{
    width: 100%;display: block;
}
.row_mod_02 .swiper-container{padding-bottom: 5%; padding-top:5%; margin: 5% 0;}
.row_mod_02 .swiper-slide span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
}
.row_mod_02 .swiper-slide span i{}
.row_mod_02 .swiper-slide span em{ margin: 0 0 3%;display: block;width: 100%;}

.swiper-scrollbar-drag{
    top: 50%;
    margin-top: -2px;
    height: 4px;
    background: #000000;
    border-radius: 0;
}
.swiper-scrollbar {
    height: 2px !important;
    background: #C2C2C3;
}






