section {
    height: 1315px;
    background: url(/assets/images/casebg01.jpg) left 100px no-repeat;
}
#container {
    height: 100%;
    position: relative;
    
}
.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.tabs li {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.tabs li.active {
    color: #d0161b;
}
.swiper-container {
    width: 100%;
    height: 1315px;
}
.swiper-container-fade .swiper-slide{opacity:0!important;}
.swiper-container-fade .swiper-slide-active{opacity:1!important;} 
.ditu .swiper-container .swiper-slide .tabsList {
    width: 340px;
    position: absolute;
    top: 300px;
    right: 480px;
    padding: 30px 23px 30px 40px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 3px 5px 8px 3px #ccc;
}
.ditu .case-1 .swiper-slide {
    background: url(/assets/images/ditu1.png) center 50px no-repeat;
}
.ditu .case-2 .swiper-slide {
    background: url(/assets/images/ditu2.png) center 50px no-repeat;
}
.ditu .case-3 .swiper-slide {
    background: url(/assets/images/ditu3.png) center 50px no-repeat;
}
.ditu .case-4 .swiper-slide {
    background: url(/assets/images/ditu4.png) center 50px no-repeat;
}
.ditu .case-5 .swiper-slide {
    background: url(/assets/images/ditu5.png) center 50px no-repeat;
}
.ditu .case-6 .swiper-slide {
    background: url(/assets/images/ditu6.png) center 50px no-repeat;
}
.ditu .case-7 .swiper-slide {
    background: url(/assets/images/ditu7.png) center 50px no-repeat;
}
.ditu .case-8 .swiper-slide {
    background: url(/assets/images/ditu8.png) center 50px no-repeat;
}

.ditu .case-2 .swiper-slide  .tabsList {    
    top: 400px;
    right: 580px;
}
.ditu .case-3 .swiper-slide  .tabsList {
    top: 200px;
    right: 570px;
} 
.ditu .case-4 .swiper-slide  .tabsList {
    top: 300px;
    right: 600px;
}
.ditu .case-5 .swiper-slide  .tabsList {
    top: 120px;
    right: 400px;
}
.ditu .case-6 .swiper-slide  .tabsList {
    top: 95px;
    right: 170px;
}
.ditu .case-7 .swiper-slide  .tabsList {
    top: 100px;
    right: 420px;
}
.ditu .case-8 .swiper-slide  .tabsList {
    top: 320px;
    right: 350px;
}
.tabsList h3 {
    width: 140px;
    font-size: 20px;
    color: #fff;
    padding: 8px 0;
    text-align: center;
    background-color: #d0161b;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.tabsList .word {
    display: flex;
    flex-wrap: wrap;
}
.tabsList .word .wordLeft {
    width: 100%;
}
.tabsList .word p {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 1px;
    line-height: 200%;
}
p.more>a {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #666;
    margin-top: 20px;
}
p.more>a:hover {
    color: #fff;
    background-color: #d0161b;
    border: none;
}
p.done {
    text-align: right;
}
@media (max-width: 767px) {
    #container {
        background: none;
    }
    .tabs {
        justify-content: flex-start;
    }
    .tabs li {
        line-height: 180%;
    }
    section {
        height: 100%;
        background-size: cover;
    }
    #container {
        background-size: contain;
    }
    .swiper-container {
        height: 500px;
    }
    .ditu .swiper-container .swiper-slide {
        background: none;
    }
    #container .ditu .swiper-container .swiper-slide .tabsList {
        width: 100%;
        top: 20px;
        right: 0;
    }
    .tabsList .word .wordRight {
        margin-left: 0;
    }
}