.s-title{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    background: rgba(0, 0, 0, .5);
}
.s-title a{
    line-height: 60px;
    color: #fff;
    font-size: .4rem;
    display: inline-block;
    padding: 0 30px;
}
.s-title a:hover,
.s-title a.this{
    background: #0f4eb5;
}

.sub-title{
    font-size: .8rem;
    font-family: "黑体";
    text-align: center;
    margin-bottom: 1rem;
}


@media (max-width: 768px) {
    .s-title{
        position: static;
        height: 50px;
    }
    .sub-title{
        font-size: .68rem;
    }
    .s-title a{
        line-height: 50px;
        font-size: .35rem;
    }
    
}

/* 案例 */
.case-content a{
    display: block;
    margin-bottom: 10px;
}
.case-content a:hover img{
    transform: scale(1.1);

}
.case-content a:hover h2{
    color: #0f4eb5;
}
.case-content a .img-wrap{
    overflow: hidden;
}
.case-content a img{
    max-width: 100%;

    transition: all .4s ease;;
}
.case-content a h2{
    font-size: .53rem;
    font-family: "黑体";
    margin: 30px 0 12px;
    max-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-content a p{
    color: #999;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}


@media (max-width: 768px) {
    .case-content a h2{
        font-size: .45rem;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
}

@media (max-width: 480px) {

    .layui-col-space25>*{
        padding: 8px;
    }
    .layui-col-space25{
        margin: -8x!important;
    }
    
}








/* 新闻资讯 */
.news-container a::before,

.news-container a::after{
    content: '';
    display: block;
    clear: both;

}
.news-container a{
    position: relative;
    padding-left: 386px;
    display: block;
    height: 240px;
    border: 1px solid #ddd;
    font-size: .35rem;
    margin-bottom: 20px;
    line-height: 40px;
    overflow: hidden;
}
.news-container a .img-wrap{
    width: 360px;

    height: 240px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.news-container a .img-wrap img{
    max-width: 100%;
    transition: all .4s ease;
}
.news-container a .text-wrap{
    padding-top: 45px;
    /* width: 788px; */
    padding-right: 220px;
}
.news-container a h2{
    max-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-container a h2,
.news-container a h3{
    font-size: .53rem;
}


.news-container a p{
    color: #999;
    line-height: 26px;
    margin-top: 5px;
    max-height: 52px;
    overflow: hidden;
}
.news-container a .arrow-right{
    width: 65px;
    height: 65px;
    border: 1px solid #ddd;
    display: block;
    border-radius: 100%;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -33px;
    transition: all .3s ease-in;
    background: url("../images/arrow-right.png") no-repeat center;
}

@media (max-width: 768px){
    .news-container a .arrow-right{
        display: none;
    }
    .news-container a .text-wrap{
      
        padding: 15px 15px 15px 0;

    }

    .news-con::before,
    .news-con::after{
        content: "";
        clear: both;
        display: block;

    }
   
    .news-con{
        text-align: center;
        margin: -12.5px;
    }
    .news-container a{
        width: 50%;
        padding: 12.5px;
        height: auto;
        line-height: 32px;
        float: left;
        text-align: left;
        box-sizing: border-box;
        border: 0;
        margin-bottom: 0;
    }
    .news-container a .img-wrap{
        width: 100%;
        height: auto;
        position: relative;

    }
    .news-container a h2, .news-container a h3{
        font-size: .45rem;
    }
}

@media (max-width: 480px) {
    ..news-con{
        margin: -8px;
    }
    .news-container a{
        padding: 8px;
        line-height: 28px;
    }
    .news-container a p{
        line-height: 20px;
        font-size: 14px;
        max-height: 40px;
    }
}

/* @media (max-width: 375px) {
    .news-con{
        padding-left: .4rem;
        padding-right: .4rem;
    }
    .news-container a{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    
} */

.news-container a:hover h2{
    color: #0f4eb5
}
.news-container a:hover img{
    transform: scale(1.1);
}

.news-container a:hover .arrow-right{
    right: 28px;
}


.news-container .layui-btn{
    width: 160px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    background: transparent;
    color: #282828;
    margin: 80px auto 0;
    float: none;
    text-align: center;
}
.news-container .layui-btn:hover{
    background-color: #0f4eb5;
    color: #fff;
    border-color: transparent;
}

@media (max-width: 768px) {
    .news-container .layui-btn{
        margin-top: 1rem;
        border: 1px solid #ddd;
    }
    
}



/* 新闻详情 */
.newsDetail-con h1{
    text-align: center;

}
.newsDetail-con .time-wrap{
    text-align: center;
    color: #999;
    font-size: .4rem;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;

}

.newsDetail-con .time-wrap span{
    margin: 0 20px;
}
.link-wrap {
    margin-top: 60px;
}
.link-wrap li{
    width: 33.33%;
    float: left;
}
.link-wrap li:first-child{
    text-align: left;
}
.link-wrap li:nth-child(2){
    text-align: center;
}
.link-wrap li:nth-child(3){
    text-align: right;
}
.link-wrap a{
    display: inline-block;
    width: 160px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #eee;
    font-size: .35rem;
    transition: all .3s ease;
}

.link-wrap a:hover{
    background: #0f4eb5;
    color: #fff;
    border-color: #0f4eb5;

}

@media (max-width: 768px) {
    .news-container .layui-btn
   {
        width: 130px;
        height: 50px;
        line-height: 50px;
    }
    .link-wrap a{
        width: auto;
        padding: 0 .5rem;
        height: 42px;
        line-height: 42px;
    }
}






/* 技术支持 */
.technical-container.sub-con{
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .technical-container.sub-con{
        padding-bottom: 1rem;
    }
    .technical-container .contact-top{
        padding-top: 1rem;
    }
}
@media (max-width: 414px) {
    .technical-container .contact-top .layui-col-md4{
        width: 50%;
        margin-top: .5rem;
        

    }
    .technical-container  .layui-col-xs4:nth-child(3)::before{
        display: none;
    }
}






