.index-part5{
    width: 100%;
    padding-bottom: 3vw;
}
.index-part5 .index-part5-box{
    width: 100%;
    /*background: url(/static/image/web/reason-bg.png) no-repeat;*/
    background-size: cover;
    padding: 0;
    position: relative;
}
.index-part5 .index-part5-box .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*ä¹‹å‰æ˜¯ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
.index-part5 .index-part5-detail{
    width: 15.8vw;
    height: 19.3vw;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 2.6vw 0vw rgba(0, 39, 147, 0.08);
    border-radius: 1vw;
    padding: 2vw;
}
.index-part5-detail-title .index-part5-detail-tit-quote{
    float: left;
}
.index-part5-detail-tit-name{
    font-size: 1.4vw;
    float: right;
    height: 2.9vw;
    line-height: 1.4vw;
}
.index-part5-detail-tit-name .index-part5-detail-tit-job{
    font-size: 0.8vw;
    color: #666;
    line-height: 0.8vw;
    margin-top: 0.7vw;
}
.index-part5-detail-tit-quote,.index-part5-detail-foot-quote{
    color: #f2f5fa;
    font-size: 9.3vw;
    width: 2.6vw;
    height: 2.4vw;
    line-height: 7.2vw;
}
.index-part5-detail-line{
    width: 100%;
    height: 0.1vw;
    margin: 1.5vw 0 1.2vw 0;
}
.index-part5-detail-des{
    font-size: 0.8vw;
    line-height: 1.7vw;
    color: #666666;
    height: 10vw;
}
.index-part5-detail-foot{
    height: 2.8vw;
    margin-top: 1vw;
}
.index-part5-detail-foot img{
    height: 2.2vw;
    margin-top: 0.35vw;
}
.index-part5-detail-foot-quote{
    float: right;
    line-height: 7.8vw;
}
@media screen and (max-width: 767.98px) {
    .index-part5 {
        padding-bottom: 20px;
    }
    .index-part2-right {
        width: calc(100% - 35vw);
    }
    .index-part5 .index-part5-box {
        height: 380px;
    }
    .index-part5 .index-part5-detail{
        width: 270px;
        height: 290px;
        margin: 1vw 0.1vw;
    }
    .index-part5-detail-tit-name {
        font-size: 20px;
        padding: 8px;
        float: none;
    }
    .index-part5-detail-tit-name .index-part5-detail-tit-job {
        font-size: 14px;
        line-height: 18px;
        margin-top: 20px;
    }
    .index-part5-detail-des {
        width: 90%;
        font-size: 14px;
        line-height: 18px;
        color: #666666;
        height: 180px;
        margin: 8px auto;
    }
    .index-part5-detail-foot img {
        height: 24px;
    }
    .index-part5-detail-line {
        height: 1px;
        margin: 32px 0 1.2vw 0;
    }
    #customer-swiper .swiper-slide{
        width: 300px;
    }
}