.wealth {
    margin-top: 120px;
}
.wealth .total {
    position: relative;
    height: 640px;
}
.wealth .total .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 1078px;
    height: 640px;
    padding: 28px 0;
    background: #E8F8FF;
    text-align: center;
}
.wealth .total .pic .bg {
    display: inline-block;
    width: 878px;
    height: 584px;
    background: url("../images/wealth_bg.png") center center no-repeat;
    background-size: cover;
}
@media screen and (min-width:1520px) and (max-width:1679px) {
    .wealth .total {
        height: 546px;
    }
    .wealth .total .pic {
        width: 920px;
        height: 546px;
    }
    .wealth .total .pic .bg {
        width: 720px;
        height: 478px;
    }
}
@media screen and (min-width:1301px) and (max-width:1519px) {
    .wealth .total {
        height: 486px;
    }
    .wealth .total .pic {
        width: 820px;
        height: 486px;
    }
    .wealth .total .pic .bg {
        width: 620px;
        height: 412px;
    }
}
@media screen and (max-width:1300px) {
    .wealth .total {
        height: 474px;
    }
    .wealth .total .pic {
        width: 800px;
        height: 474px;
    }
    .wealth .total .pic .bg {
        width: 600px;
        height: 398px;
    }
}
.title {
    margin-bottom: 40px;
}
.title b {
    margin-right: 0;
}
.center {
    overflow: hidden;
}
.brief {
    width: 380px;
}
.brief .title {
    margin: 124px 0 33px;
}
.brief .txt {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.brief .arrow {
    margin-top: 20px;
}
.intelligence {
    text-align: center;
    font-size: 16px;
    color: #999;
    padding: 80px 0 120px;
}
.intelligence .desc, .data .desc {
    font-size: 20px;
    color: #666;
    line-height: 36px;
    margin: 20px 0 74px;
}
.intelligence ul li, .data ul li {
    float: left;
    text-align: center;
    width: 33.3%;
}
.intelligence .l_txt {
    margin: 40px 0 26px;
    font-size: 24px;
    color: #333;
}
.bond ul li {
    width: 25%;
}
.bond ul.bond2ul li {
    width: 33.33%;
}
.insurance {
    padding: 120px 0;
    background: #F6F7F9;
}
.insurance a {
    display: block;
    cursor: pointer;
}
.insurance a .txt {
    font-size: 20px;
    color: #666;
    line-height: 36px;
}
.insurance .brief .title {
    margin-top: 65px;
}
.fund {
    background: #fff;
}
.fund .brief .title {
    margin-top: 25px;
}
.btn {
    display: inline-block;
    width: 160px;
    height: 42px;
    line-height: 42px;
    background: #FA3C3C;
    text-align: center;
    margin-top: 60px;
    font-size: 18px;
    color: #fff;
}
.btn:hover {
    cursor: pointer;
    background: #ED2C2C;
}
.technology .total {
    width: 100%;
    height: 638px;
    background: url("../images/technology_bg.png") center center no-repeat;
    padding-top: 120px;
}
.technology .total .center {
    height: 750px;
    box-shadow: 0px 0px 29px 2px rgba(156, 164, 185, 0.2);
}
.technology .total .center .left {
    padding-top: 80px;
    width: 602px;
    text-align: center;
    background: #fff;
}
.technology .total .center .left .brief {
    margin: 0 auto;
    width: 442px;
}
.technology .total .center .left .brief .title {
    margin: 0 0 40px;
    text-align: left;
}
.technology .total .center .left .pic {
    margin-top: 60px;
}
.technology .total .center .right {
    width: 598px;
    height: 750px;
    background: url("../images/technology_2.png") center center no-repeat;
    background-size: cover;
}
.robot {
    background: #F6F7F9;
}
.data {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 80px 0 120px;
}
.s_txt {
    color: #999;
    font-size: 16px;
}
