* {
    padding: 0;
    margin: 0;
}

img {
    width: 100%;
    height: 100%;
    display: block;
}

#app {
    width: 100%;
    height: 100vh;

}

.container {
    width: 100%;
    height: 100vh;
    background: url('http://greatnews.swmob.com/mtld/bgImg.jpg') no-repeat;
    background-size: cover;
}

.Tit {
    padding-top: 16vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 67px;
    margin-bottom: 52px;
    box-sizing: border-box;

}

.Tit1 {
    font-weight: 900;
    /* 设置描边宽度及颜色 默认为字体内外描边 */
    text-stroke: 2px #0875d0;
    /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
    -webkit-text-stroke: 2px #0875d0;
    margin-right: 2%;
    color: #e5f7fd;

}

.Tit2 {
    font-family: AlibabaPuHuiTiL;
    font-weight: normal;

}

.context {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0px;
    color: #292b2b;
    font-family: AlibabaPuHuiTiL;
    font-weight: normal;
    width: 1084px;
    height: 194px;
    margin: 0 auto;
}



.left {
    width: 15%;
    height: 100% !important;
    display: inline-block;
}

.swiper-slide {
    width: 100%;
    opacity: 0.5 !important;
}

.swiper-slide-active {
    opacity: 1 !important;
}

.swiper {
    width: 100% !important;
    overflow: unset !important;
    height: 100% !important;
}

.swiperBox {
    width: 95%;
    left: 50%;
    overflow: hidden;
    display: flex;
    transform: translateX(-50%);
    max-width: 1800px;
    height: 65%;
    position: absolute;
    bottom: 0;
}

.swiperBox>div {
    margin-right: 1.3%;
}

.swiperBox>div:nth-child(6) {
    margin-right: 0;
}


.left1 {
    padding-top: 148px;
}

.left2 {
    padding-top: 187px;
}

.left3 {
    padding-top: 161px;
}

.left4 {
    padding-top: 120px;
}


.swiper-slide {
    transition: .5s !important;

}

.swiper-slide:hover {
    transform: scale(1.1);
}
.swiper-slide-prev{
    opacity: 0 !important;
}

@media (max-width:1680px) {
    .swiperBox{
        height: 60%;
    }
    .left1 {
        padding-top: 50px;
    }
    
    .left2 {
        padding-top: 120px;
    }
    
    .left3 {
        padding-top: 90px;
    }
    
    .left4 {
        padding-top: 70px;
    }
}

@media (max-width:1440px){
    .swiperBox{
        height: 50%;
    }
   
    .left1 {
        padding-top: 50px;
    }
    
    .left2 {
        padding-top: 120px;
    }
    
    .left3 {
        padding-top: 90px;
    }
    
    .left4 {
        padding-top: 70px;
    }
    
}

@media (max-width:1200px) {
    .swiperBox{
        height: 43%;
    }
}