#swiper1 .swiper-slide{
    width:49%;
    margin-right:2%;
}
#swiper1 .swiper-slide .honor-list{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    float: left;
}
#swiper1 .swiper-slide .honor-img{
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #F0F0F0;
}
#swiper1 .swiper-slide .honor-subtitle{
    width: 100%;
    height: 55px;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    color: #333;
    margin-top: 10px;
    overflow: hidden;
}
#swiper2 .res-subtitle{
    margin-bottom:10px;
    font-size:15px;
    color:#dd0031;
    float:right;
}
.swiper-wrapper{
    margin-bottom:38px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 0;
    width: 100%;
    border-top:1px solid #dddddd;
    padding-top:3px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #dd0031;
}