/* top */
.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-banner2{ background:url(../w_images/banner-2.png) no-repeat center center; height:151px;}

.m-role  {
    padding-top: 40px;
    margin-bottom: 40px;
}
.m-role .role-ct .role-item {
    display: none;
}
.m-role .role-ct .role-item.z-sel {
    display: block;
}
.m-role .role-title {
    padding-bottom: 40px;
    text-align: center;
	font-size: 16px;
}
.m-role .role-title span {
    display: inline-block;
    width: 136px;
    height: 42px;
    line-height: 42px;
    margin: 0 25px;
    text-align: center;
    background-color: #e1e1eb;
    color: #fff;
    cursor: pointer;
}
.m-role .role-title span.z-sel {
    background-color: #49a9f7;
}
.m-role .role-ct .role-item-title {
    float: left;
    position: relative;
    width: 50%;
    padding-left: 15px;
    box-sizing: border-box;
}
.m-role .role-ct .role-item-title li {
    height: 50px;
    overflow: hidden;
    transition: .5s all;
}
.m-role .role-ct .role-item-title li.z-sel {
    height: auto;
    overflow: hidden;
    transition: .5s all;
}
.m-role .role-ct .role-item-title li.z-sel p {
    opacity: 1;
}
.m-role .role-ct .role-item-title li.z-sel h3 {
    color: #49a9f7;
}
.m-role .role-ct .role-item-title li.z-sel:before {
    background-color: #49a9f7;
}
.m-role .role-ct .role-item-title li:before {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    width: 13px;
    z-index: 1;
    height: 13px;
    margin-top: 5px;
    border-radius: 50%;
    background-color: #e7e7e7;
}
.m-role .role-ct .role-item-title h3 {
    padding-bottom: 22px;
    font-size: 20px;
    font-weight: normal;
    color: #323232;
    cursor: pointer;
}
.m-role .role-ct .role-item-title p {
    margin-bottom: 35px;
    font-size: 18px;
    color: #858686;
    opacity: 0;
    transition: .5s all;
}
.m-role .role-ct .role-item-ct {
    float: right;
    width: 50%;
    margin-top: 50px;
}
.m-role .role-ct .role-item-ct img {
    display: none;
}
.m-role .role-ct .role-item-ct img.z-sel {
    display: block;
}
.m-role .role-item-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 3%;
    left: 0;
    width: 1.4px;
    height: 86%;
    background-color: #e7e7e7;
}
