.news-box .news-list .news-content:hover{
    border:1px solid #fff
}

.top-header .wrap-section-slider .sp-mask{
    min-height:340px!important;
}
.top-header .wrap-section-slider .sp-slides-container{
    min-height:340px!important;
}

.top-header .wrap-section-slider .slide-item{
    height:340px!important;
}
.top-header .wrap-section-slider .slide-item .slide-image{
    height: 340px !important;
}
.top-header .wrap-section-slider .sp-mask{
    height: 340px !important;
}
.top-header .wrap-section-slider{
    min-height: 340px!important;
}
.top-header.home-header{
    min-height: 340px !important;
}
.top-header .swiper-slide{
    height: 340px !important;
    background-size: cover !important;
}
.top-header .wrap-section-slider .slide-item .slide-content{
    padding-top:125px!important;
}

.top-img{
    text-align:center;
}

.manager-item{
    display: flex;
    flex-direction: row;
    margin-top:50px;
    align-items: center;
    justify-content: space-between;
}
/*.manager-item img {*/
/*    width:650px;*/
/*}*/
.manager-right-space{
    margin-right:60px;
}
@media screen and (max-width: 1000px) {
    .manager-item{
        flex-direction: column;
    }
    .icon-resver{
        flex-direction: column-reverse!important;
    }
    .manager-text{
        text-align: center;
    }
    .manager-right-space{
        margin-right:0px;
    }
}
.manager-text{
    /*max-width:300px;*/
}
.manager-title{
    font-size: 24px;
    color:#000;
    font-weight:bold;
    margin-bottom:32px;
}
.manager-description{
    font-size: 18px;
    color:#4A4A4A;

    line-height: 36px;

}

.app-item {
    display: inline-block;
    position: relative;
    margin-bottom:15px;
}
.app-item img{
    width:95%;
    object-fit: scale-down;
}

.app-text{
    position: absolute;
    left:0;
    top:0;
    padding:30px;
}
.app-title{
    font-size: 22px;
    color:#277CFF;
    margin-bottom:50px;
    text-align: left;
}
.app-description{
    text-align: left;
    color:#18283E;
    font-size:15px;
    line-height:30px;
}
.big-img{
    width:100%;
}
