.block{box-shadow:none;}
.about-banner .content{display: flex;}
.banner-lbox {
    padding: 80px 0;
    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{margin-top:80px;}
.caseshow h1{
    font-size: 26px;
    line-height: 51px;
    letter-spacing: 2px;
    text-align: center;
    color: #333;
}
.caseshow .date{
    text-align: center;
    font-size: 14px;
    line-height: 4;
}
.caseshow .date span {
    margin: 0 10px;
}
.caseshow .caseview{
    font-size: 15px;
}
.caseshow .caseview img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.caseshow .viewpage {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.viewpage .main_r_nav a {
    font-size: 14px;
}
.caselist{
    margin: 50px 0;
}
.caselist .case-item img{
    width: 100%;
}
.caselist .case-item .case-title {
    text-align: center;
    font-size: 15px;
}
.caselist .case-item .case-title:hover {
    color: #3c78d8;
}
.newslist{padding: 0 1.25rem;}
.newslist li{
    list-style: disc;
    padding-left: 0;
}
.newslist li a {
    font-size: 14px;
    line-height: 2;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newslist li a:hover {
    color: #3c78d8;
}


@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;
    }
}
@media (max-width: 768px){
    .banner-tit {font-size: 38px;}
    #main-container .banner{background-position: center left !important;}
    .block-content{padding:0;}
}