.case-banner .content{display: flex;}
.banner-lbox {
    padding: 50px 0 20%;
    color: #fff;
}
.banner-tit {
    letter-spacing: 2px;
    line-height: 60px;
    text-align: center;
}
.banner-des {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.banner-content a {
    background-color: rgba(255,255,255,0.16);
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.banner-content a:hover{
    color: #3c78d8;
    background-color: #fff;
-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.case-list .navlist{
    max-width: 800px;
    border-bottom: 1px solid #ddd;
    margin-top: 50px;
    margin-bottom: 50px;
}
.case-list .navlist li.hover a {
    color: #3c78d8;
}
.case-list .block-content a.nav-link{
    font-size: 18px;
    font-weight: initial;
    color: #666;
}
.case-list .nav-pills .nav-link:focus,.case-list .nav-pills .nav-link:hover {
    background-color: transparent;
    color: #3c78d8;
}
.case-list .content-full .block-content{
    text-align: center;
    padding-bottom: 1.25rem;
}
.case-list .content-full h3{
    font-size: 15px;
    font-weight: initial;
}
#pager{justify-content: center!important;}




@media (min-width: 768px){
    .banner-tit {
        letter-spacing: 2px;
        line-height: 60px;
    }
    .banner-des {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .case-banner .content{background-size: 150% !important;}
}
@media (max-width: 768px){
    .banner-tit {font-size: 38px;}
    #main-container .banner{background-position: center left !important;}
}