/*关于我们*/

#about .container{
    padding: 0;
}
#about div.title{
    margin-top: 60px;
}



#about .swiperNew .swiper-slide{
    padding-right: 20px;
    box-sizing: border-box;
    text-align: center;

}
#about .swiperNew .swiper-slide a{
    display: inline-block;
    overflow: hidden;
    padding: 18px 0 0 0;
    /*background: #000;*/
    border-left: 1px  solid transparent;
    border-right: 1px  solid transparent;
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
}
#about .swiperNew .swiper-slide a:hover{
    border:1px solid rgba(254,11,45,1);

}


#about .swiperNew .swiper-slide a img{
    width: 100%;
    display: inline-block;
}
#about .swiperNew .swiper-slide a .textInfo {
    width: 100%;
    padding: 74px 26px 26px 26px;
}
#about .swiperNew .swiper-slide a span{
    color: #999;
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}
#about .swiperNew .swiper-slide a .title{

    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 18px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
#about .swiperNew .swiper-slide a .text{
    color: #999;
    display: block;
    text-align: center;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 12px;
}
#about .swiperNew .swiper-slide a button{
    width: 100%;
    line-height: 40px;
    background: #f6f6f6;
    display: inline-block;
    border: none;
    outline: none;
    color: #666;
    font-size: 12px;
    margin-top: 9px;
}
#about .swiperNew .swiper-slide a:hover{
    text-decoration: none;
    color: #333;
}
#about .swiperNew .swiper-slide a:hover button{
    color:#fff;
    background: rgba(254,11,45,1);
}
#about .container .moreBtnBox{
    text-align: center;
    margin: 40px 0  60px 0;
}
#about .container .moreBtn{
    background: #fff;
    color: rgba(254,11,45,1);
    /*border: 1px #0254a3 solid;*/
    padding: 14px 48px;
    transition: all 0.3s linear;
    margin: 0 auto;
    display: inline-block;
}
#about .container .moreBtn:hover{
    background:rgba(254,11,45,1);
    color: #fff;
}
#about .swiper-button-white{
    width: 28px;
    height: 40px;
    background-size: 12px;
    background-color: #9c9c9c;
}
#about .swiper-button-white.swiper-button-prev{  left: 0;  }
#about .swiper-button-white.swiper-button-next{  right: 18px;  }




@media screen and (max-width: 1000px) {

    #about .swiperNew .swiper-slide{
        padding: 0;
    }
    #about .swiper-button-white.swiper-button-next {
        right: 0px;
    }
    #about div.title {
        margin-top: 20px;
    }

    #about .swiperNew .swiper-slide a .textInfo {
        padding: 45px 26px 26px 26px;
    }
}