.assistant-banner {
    background: url("../img/as-banner.html") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.market-title {
    padding: 70px 0 50px 0;
}

.market-title h3 {
    line-height: 28px;
    font-size: 28px;
    font-weight: 600;
    color: #3b426b;
}

.market-icon {
    padding: 0 41px 50px;
    display: flex;
    justify-content: space-between;
}

.market-icon .item {
    flex: 0 0 260px;
    text-align: center;
    background: #fff;
    padding: 36px 0 0;
    height: 290px;
    box-sizing: border-box;
}

.market-icon .item img {
    margin: 0 auto 28px;
}

.market-icon .item h4 {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #3b426b;
    margin-bottom: 14px;
}

.market-icon .item p {
    line-height: 1;
    font-size: 16px;
    color: #7d88a2;
}

/*------part------*/

.sub-title {
    text-align: center;
    font-size: 28px;
    color: #3b426b;
    font-weight: 600;
    line-height: 1;
}

.sub-title1 {
    padding-top: 60px;
}

.sub-title2 {
    padding-top: 70px;
    padding-bottom: 30px;
}

.market-member {
    margin-bottom: 60px;
}

.market-member>div{
    flex: 0 0 600px;
}

.market-member .item {
    flex: 0 0 600px;
    box-sizing: border-box;
    position: relative;
    background-image: url("../img/product/market2_titlebg.png");
    background-repeat: no-repeat;
    background-position: 28px 0;
    padding-top: 70px;
}

.market-member .item.right{
    background-position: 9px 0;
}

.market-member .item h4 {
    padding: 0 0 24px 60px;
    line-height: 1;
    font-size: 24px;
    color: #5d6494;
}

.market-member .item .info {
    padding-left: 60px;
    font-size: 18px;
    color: #7d88a2;
    line-height: 44px;
}

.market-member .item2 {
    flex: 0 0 580px;
    box-sizing: border-box;
    position: relative;
}

.market-member .item2.right h4{
    padding: 0 0 24px 54px;
}

.market-member .item2.right h4:after{
    left: 36px;
}

.market-member .item2 h4 {
    padding: 0 0 24px 44px;
    line-height: 1;
    font-size: 24px;
    color: #5d6494;
    font-weight: 600;
    position: relative;
}

.market-member .item2 h4:after{
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff4e4c;
    position: absolute;
    top: 9px;
    left: 26px;
}

.market-member .item2 .info {
    padding-left: 44px;
    font-size: 18px;
    color: #7d88a2;
    line-height: 44px;
}

