.aboutNav-rt{
   
    background: url('../images/合作伙伴.png') no-repeat left center;
}
.content{
    width: 1100px;
    margin: 0 auto 90px;
  
}
.cont-list{
    width: 1048px;
    margin: 0 auto;
    padding:50px 26px;
    background: #f6f6f6;
}
.cont-list li{
    float: left;
    width: 198px;
    height: 198px;
    border: 1px solid #e4e4e4;
    background: #fff;
    margin-bottom: 15px;
}
.cont-list li:nth-child(5n+2){
    margin: 0 12px;

}
.cont-list li:nth-child(5n+4){
    margin: 0 12px;
    
}
.cont-list li img{
    display: block;
    width: 180px;
    margin: 0 auto;
}
.cont-list li p{
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
}
.content h2{
    text-align: center;
    font-size: 24px;
    margin: 40px 0;
}
.contBanner{
    position: relative;
}
.gallery-thumbs{
    width: 678px;
    border: 1px solid #f3f3f3;
    margin: 0 auto 10px;
}
.gallery-thumbs img{
    width: 126px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}
.gallery-thumbs .swiper-slide{
    position: relative;
    width: 25%;
    height: 170px;
    opacity: 0.6;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-thumbs p{
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 0;right: 0;
    bottom: 15px;
    margin: auto;
}
.gallery-top {
    width: 1100px;
    background: #f5f5f5;
    padding-bottom: 50px;
}
.gallery-top .swiper-slide{
    width: 1100px;
    
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    width: 81px;
    height: 81px;
    top: 60px;
    z-index: 10;
    cursor: pointer;
    background-size: 81px 81px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next{
    background: url('../images/rightBanner.png');
    right: 110px;
}
.swiper-button-next:hover{
    background: url('../images/rtbanner.png');
    cursor: pointer;
}
.swiper-button-prev{
    background: url('../images/leftBanner.png');
    left: 110px;
}
.swiper-button-prev:hover{
    background: url('../images/ltbanner.png');
    cursor: pointer;
}
.swiper-ul{
    width: 970px;
    margin: 20px auto 0;
}
.swiper-ul li{
    float: left;
    background: #fff;
    width: 300px;
    height: 370px;
}
.swiper-ul li:nth-child(2){
    margin: 0 34px;
}
.swiper-ul li img{
    width: 300px;
}
.swiper-ul li h6{
    font-size: 16px;
    margin-top: 20px;
    margin-left: 20px;
    padding-right: 20px;
}
.swiper-ul li p{
    margin-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #4c4c4c;
}