.mainBack {
    background: url('../image/home/base/financing.png') no-repeat;
    background-size: 100% 350px;
}

.main-padding {
    margin: 20px 17%;
    padding: 20px 20px 0;
    background-color: #fff;
}

.main-top {
    text-align: center;
    padding: 105px 0;
}

.main-box {
    border-bottom: 3px #F0F2F5 solid;
    padding: 20px 0;
}

.main-box h1 {
    font-size: 20px;
    font-weight: 600;
    color: #3E4373;
}

.main-content {
    padding: 30px 0 10px;
    color: #333333;
}

.main-box1 {
    width: 40%;
    background: url('../image/home/aboutus/back1.png') no-repeat;
    background-size: 100% 100%;
}

.main-box2 {
    width: 28%;
    background: url('../image/home/aboutus/back2.png') no-repeat;
    background-size: 100% 100%;
}

.main-box3 {
    width: 28%;
    background: url('../image/home/aboutus/back3.png') no-repeat;
    background-size: 100% 100%;
}

.main-text {
    font-size: 18px;
    color: #fff;
    padding: 20px;
    margin: 20px 0;
}

.main-text p {
    line-height: 25px;
}

.main-text .main-text_title p:nth-child(1) {
    font-size: 20px;
    border-bottom: 2px #fff solid
}

.main-text .main-text_text {
    font-size: 14px;
    color: #888888;
}