body {
    background: #f7f7f5;
}
.main {
    margin-top: 45px;
    padding-bottom: 60px;
}
.processBox {
    padding-top: 45px;
}
.processBox .fl {
    width: 32%;
    padding-top: 165px;
}
.processBox .fl .adInfo {
    padding: 45px 75px;
    width: 100%;
    background: #fff;
    margin-bottom: 75px;
}
.processBox .fl .adInfo:last-of-type {
    margin-bottom: 0;
}
.processBox .fl .adInfo p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}
.processBox .fl .adInfo p.color {
    color: #333;
}
.processBox .fr {
    width: 43%;
    margin-right: 14%;
}
.processBox .fr .outer {
    background: #d4e2eb;
    width: 260px;
    margin: 0 auto;
    height: 84px;
    padding: 10px;
    border-radius: 43px;
}
.processBox .fr .innder {
    height: 60px;
    background: #096cb0;
    border: 4px solid #2282c3;
    padding: 0 45px;
    border-radius: 38px;
    line-height: 56px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    /* margin: 10px; */
}
/* 流程列表 */
.preList {
    width: 100%;
}
.preList ul, .preList li {
    width: 100%;
}
.preList li {
    padding: 45px 90px;
    background: #fff;
    text-align: center;
    margin-top: 80px;
    position: relative;
}
.preList li i {
    display: block;
    margin: 0 auto;
    width: 99px;
    height: 103px;
    margin-bottom: 30px;
}
.preList li p {
    color: #333;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
}
.preList li::before {
    content: ' ';
    position: absolute;
    left: 50%;
    height: 80px;
    border-left: 2px dashed #096cb0;
    top: -80px;
    z-index: 0;
}
.proSlide {
    display: none;
}
@media only screen and (min-width:0px) and (max-width:768px) {
    /* 越达服务介绍 */
    .processBox {
        padding: 45px 10px;
    }
    .processBox .fl {
        width: 100%;
        padding-top: 0px;
    }
    .processBox .fl .adInfo {
        padding: 20px 40px;
    }
    .processBox .fr {
        width: 100%;
        margin: 0;
        margin-top: 50px;
    }
    .preList li {
        padding: 20px 40px;
    }
    .proSlide {
        display: block;
    }
}
@media only screen and (min-width:769px) and (max-width:1280px) {
    /* 越达服务介绍 */
    .processBox .fl {
        width: 100%;
        padding-top: 0px;
    }
    .processBox .fr {
        width: 100%;
        margin: 0;
        margin-top: 50px;
    }
}
.flex-direction-nav {
    display: none;
}