.right-content{
    width:933px !important;
}
.regarding-main .right-content .content{
    padding-top:36px;
}
.regarding-main .right-content .content div{
    display:inline-block;
    vertical-align:top;
    width:68%;
    margin-left:30px;
}
.regarding-main .right-content img{
    display:inline-block;
    vertical-align:top;
    width:260px;
    height:340px;
}

/* 大事迹轮播 */
.achievement-contain{
    position:relative;
    width:100%;
    height:550px;
    margin:0 auto;
    padding:68px 0 119px 0;
    background:#f7f7f7;
}
.achievement-contain .wrapper{
    width:85%;
    height:100%;
    text-align: left;
}
.achievement-contain .wrapper>div{
    margin:43px auto 0;
    text-align:center;
}
.achievement-contain p{
    text-align:center;
    font-size:30px;
    color:#3b3b3b;
}

.achievement-swiper{
    position:relative;
    width:100%;
    height:auto;
    margin:43px auto 0;
    padding-left:26px;
    overflow:hidden;
}

.achievement-swiper .swiper-slide{
    position:relative;
    height:234px;
    width:100%;
    overflow:hidden;
}

.achievement-swiper li{
    float:left;
    width:15%;
    margin-right:26px;
}
.achievement-swiper li:last-child{
    margin:0;
}

.achievement-swiper a{
    display:inline-block;
}

.achievement-swiper img{
    display:block;
    width:249px;
    height:160px;
}
.achievement-swiper p{
    height:25px;
    line-height:25px;
    font-size:14px;
    color:#474747;
    text-align:left;
}

.achievement-swiper .swiper-pagination-bullets,.achievement-swiper .swiper-pagination-custom,.achievement-swiper .swiper-pagination-fraction{
    width:auto !important;
    bottom:20px !important;
}

.achievement-swiper .swiper-pagination-bullet{
    width:4px;
    height:4px;
    background-color:#e5e5e5;
    border:0;
    opacity:1;
}

.achievement-swiper .swiper-pagination-bullet-active{
    width:24px;
    height:4px;
    border-radius:1.5px;
    border:0;
    background-color:#cdac57;
}
.achievement-contain .swiper-button-prev,.achievement-contain .swiper-button-next{
    position:absolute;
    top:400px;
    left:46%;
    width:18px;
    height:33px;
    background:url(../img/swiper-button-prev.png) top center no-repeat;
}
.achievement-contain .swiper-button-prev{
    margin-left:-56px;
}
.achievement-contain .swiper-button-next{
    margin-left:76px;
    transform:rotate(180deg);
}