﻿.home-banner .swiper-slide>a::after{display:none;}
.home-videobox{padding-bottom:4%;}
.home-videobox .list{display:flex;flex-wrap:wrap;justify-content: space-between;}
.home-videobox .list .item{width:32%;}
.home-videobox .list .item .iframe-container{position: relative;width:100%;height:0;padding-bottom:215%;}
.home-videobox .list .item .iframe-container iframe{position:absolute;top:0;left: 0;width:100%;height:100%;min-height:inherit;}
@media (max-width:768px){.home-videobox{padding-bottom:40px;}
.home-videobox .list .item{width:100%;margin-top:10px;}}