@charset "utf-8";

.news-center-title{
    width: 100%;
    height: 160px;
    line-height: 160px;
    text-align: center;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.news-center-title h2{
    font-size: 30px;
    font-weight: 500;
    line-height: 160px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.navigation-box{
    padding:  10px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 34.48px;
    color: rgba(190, 190, 190, 1);
}

.news-center-content{
    padding: 0 10px;
}

/* 切换tabs开始 */
.page-switching{
    height: 54px;
    display: flex;
    border-left: 1px solid rgba(16, 186, 196, 1);
}
.page-switching-item{
    flex: 1;
    border-top: 1px solid rgba(16, 186, 196, 1);
    border-bottom: 1px solid rgba(16, 186, 196, 1);
    border-right: 1px solid rgba(16, 186, 196, 1);
    text-align: center;
    line-height: 54px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(16, 186, 196, 1);
    cursor: pointer;
}
.page-switching .page-switching-active{
    flex: 1;
    background: rgba(16, 186, 196, 1);
    box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

/* 切换tabs结束 */

/* 内容切换开始 */

.content-box{
    display: none;
}
.content-box.page-switching-active{
    display: block;
}

/* 内容切换结束 */

/* banner部分开始 */
.swiper-pagination-custom{
    bottom: 5px !important;
}

.banner-news{
    height: 50vw;
    border-radius: 5px;
    background: rgba(204, 204, 204, 1);
    margin: 20px 0;
}
.swiper-pagination-customs{
    display: inline-block;
    width: 38px;
    height: 6px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 6px;
    cursor: pointer;
    position: relative;
}

.swiper-pagination-customs-bar{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    animation: progress 6s linear infinite;
    display: none;
}
.swiper-pagination-customs-activ .swiper-pagination-customs-bar{
    display: block;
}
@keyframes progress {
    0% {
        width: 0;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

/* .swiper-pagination-customs-activ{
    opacity: 1;
    background: rgba(255, 255, 255, 1);
} */
.newsSwiper .swiper-slide{
    position: relative;
    overflow: hidden;
}
.newsSwiper .swiper-slide>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.newsSwiper .swiper-slide .swiper-slide-bg{
    width: 100%;
    height: 100px;
    padding: 10px 20px;
    border-radius: 0px 0px 5px 5px;
    /* background: linear-gradient(180deg, rgba(16, 187, 196, 0) 0%, rgba(16, 186, 196, 1) 100%); */
    background: linear-gradient(180deg, rgba(24, 141, 232, 0) 0%, rgba(23, 142, 232, 1) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
}
.swiper-slide-tit-box{
    display: flex;
    align-items: center;
    justify-content: space-between;    
}
.swiper-slide-tit{
    font-size: 18px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
}
.swiper-slide-time{
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}
.swiper-slide-conter-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}
.swiper-slide-content{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.swiper-slide-return{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26.52px;
    color: rgba(255, 255, 255, 1);
    align-self: flex-end;
}

/* banner部分结束 */


/* 列表部分开始 */

.industry-services-list-box{
    
}
.industry-services-item{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    cursor: pointer;
}
.industry-services-item-img{
    width: 100%;
    height: 182px;
    background: rgba(204, 204, 204, 1);
    position: relative;
}
.industry-services-item-img img{
    width: 100%;
    height: 100%;
}
.industry-services-item-img-hover{
    height: 90px;
    width: 318px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.industry-services-list-box .industry-services-item:hover .industry-services-item-img-hover{
    display: block;
}
.industry-services-list-box .industry-services-item:hover .industry-services-item-content{
    background: #F2F2F2;
}
.industry-services-list-box .industry-services-item:hover .industry-services-item-content p{
    color: rgba(128, 128, 128, 1);

}
.industry-services-item-content{
    flex: 1;
    mix-blend-mode: multiply;
    /* opacity: 0.5; */
    background: #F8F8F8;
    box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding: 10px;
}
.industry-services-item-content h5{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(128, 128, 128, 1);
}
.industry-services-item-content .title-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(128, 128, 128, 1);
}
.industry-services-item-content .title-box h4{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 28px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.industry-services-item-content .title-box .detail-btn{
    font-size: 18px;
    font-weight: 400;
    line-height: 23.87px;
    min-width: 120px;
    max-width: 120px;
    text-align: right;
}
.industry-services-item-content p{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 21.22px;
    color: rgba(128, 128, 128, 0.5);
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}


/* 列表部分结束 */

/* 分页部分开始 */

.paging-box{
    margin-top: 30px;
    margin-bottom: 40px;
}

/* 分页部分结束 */