/*banner*/
#banner .swiper-pagination-bullet{
    opacity: 1;
}
#banner img{
    width: 100%;
}
.success-nav{
    width: 780px;
    margin: 60px auto;
    height: 50px;
}
.success-nav li{
    width: 150px;
    height: 50px;
    box-sizing: border-box;
    border:1px solid #cccccc;
    margin-right: 60px;
    float: left;
    font-size:20px;
    font-family:source han sans sc;
    font-weight:400;
    line-height:50px;
    color:rgba(38,38,38,1);
    opacity:1;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
.success-nav li.on{
    background: #ed9224;
    color: #fff;
}
.success-nav li:last-of-type{
    margin-right: 0;
}
.success-content{
    display: none;
    width: 1130px;
    margin: 0 auto;
}
.success-content.on{
    display: block;
}
.complete-right-item{
    width: 260px;
    float: left;
    margin-right: 20px;
    position: relative;
    margin-bottom: 30px;
}
.complete-right-item img{
    width: 100%;
    height: 146px;
}
.complete-mask{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 146px;
    font-size: 18px;
    color: #fff;
    transition-duration: 1s;
}
.complete-mask:hover{
    opacity: 1;
    transition-duration: 1s;
}
.complete-right-item:nth-of-type(4n){
    margin-right: 0;
}