/**/
body{
    overflow-x: hidden;
}
img{max-width: 100%;vertical-align: middle;}
.logo-block{
    display: none;}
.scrolled .logo-block{
    display: block;}
.scrolled .logo-white{
    display: none;}
@media screen and (max-width: 768px) {
    .logo-block{
        display: block;}
    .logo-white{
        display: none;
    }
}
/*视频*/
.video-list {

    position: relative;
}
.video-list .video-con{
    display: block;
    width: 100%;
}
.video-list .video-pic{
    max-width: 100%;
}
.video-btn a {
    position: absolute;
    bottom: 15px;
    left: 10px;
    width: 100px;
    height: 50px;
    background-image: url(../images/bo.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.swiper-container .swiper-slide .video-list .glightbox__carousel{
    position: relative;
    display: block;
    width: 100%;
    padding-top: 0;
}
.swiper-container .swiper-slide .video-list .glightbox__carousel img{
    position: relative;
}
.video-list .glightbox__carousel img{
    position: initial;
}
.video-list a .gallery__carousel-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.video-list a .gallery__carousel-icon img{
    width: auto;
    height: auto;
}
.video-list a:after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 98.5%;
    background-color: #000;
    opacity: 0.2;
    -webkit-transition: all .4s;
    transition: all .4s;
    content: "";
}
.video-list .glightbox__carousel img{
    max-width: 100%;
}
/*广告位*/
.linkedin-banner{
    max-width: 100%;
}