/* 头部 */
.cm-top .top-hd {
    background: #fff;
}
.cm-menu .u-nav li a {
    color: #000;
}

/* banner */
.cm-top .top-bn {
    height: 149px;
    overflow: hidden;
}
.top-bn .top-banner4{ background:url(../w_images/banner-4.png) no-repeat center center; height:151px;}

/* 渠道合作 */
.m-channel {
    padding-top: 40px;
    margin-bottom: 40px;
}
.m-channel .channel-ct {
    padding-top: 40px;
    font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
    color: #666;
}

/* 合作咨询 */
.m-contact {
    height: 234px;
    padding: 52px 0;
    box-sizing: border-box;
    background: url(../w_images/channel-bg-1.png) no-repeat left top;
    background-size: cover;
}
.m-contact .u-contact li {
    float: left;
    height: 130px;
    box-sizing: border-box;
    padding-top: 18px;
    
}
.m-contact .u-contact .item-1 {
    width: 48%;
    padding-left: 134px;
    font-size: 14px;
    color: #fff;
}
/* .m-contact .u-contact .item-1 p:nth-child(1) {
    margin-top: 10px;
} */
.m-contact .u-contact .item-2 {
    width: 403px;
    padding-left: 40px;
    background-color: #fff;
}
.m-contact .u-contact .item-2 p {
    font-size: 14px;
    line-height: 20px;
}
.m-contact .u-contact .item-2 p:nth-child(1),
.m-contact .u-contact .item-1 p:nth-child(1) {
    font-size: 18px;   
}
.m-contact .u-contact .item-2 p:nth-child(2),
.m-contact .u-contact .item-1 p:nth-child(2) {
    margin: 10px 0;
    font-size: 22px;
    color: #fccc4e
}
/* 公共title */
.u-title {
    font-size: 28px;
    text-align: center;
    color: #232323;
}