/* 头部 */
.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-banner{ background:url(../w_images/banner-5.png) no-repeat center center; height:151px;}
.top-bn .top-banner1{ background:url(../w_images/banner-6.png) no-repeat center center; height:151px;}

/* 历程 */
.m-course {
    padding-top: 40px;
}
.m-course .course-ct {
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}
.m-course .course-ct:before {
    content: "";
    position: absolute;
    width: 50%;
    top: 33px;
    height: 86.5%;
    margin-left: -1.5px;
    border-right: 3px solid #41a8eb;
}
.m-course .course-ct li {
    position: relative;
    width: 50%;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.m-course .course-ct li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #41a8eb;
}
.m-course .course-ct li.z-crt:before {
    top: 10px !important;
    left: -8.5px !important;
    width: 16px;
    height: 16px;
}
.m-course .course-ct li.z-crt:after {
    content: "";
    position: absolute;
    top: 2px;
    left: -17px;
    width: 28px;
    height: 28px;
    border: 2px solid #41a8eb;
    border-radius: 50%;
}
.m-course .course-ct li:nth-child(odd) {
    float: right;
    clear: right;
    padding-left: 25px;
    margin-left: 10px;
}
.m-course .course-ct li:nth-child(odd):before {
    top: 12px;
    left: -6.5px;
}
.m-course .course-ct li:nth-child(even) {
    float: left;
    clear: left;
    padding-right: 25px;
    text-align: right;
}
.m-course .course-ct li:nth-child(even):before {
    top: 12px;
    right: -6.5px;
}
.m-course .course-ct h3 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #6d6d6d;
	font-weight:normal;
}
.m-course .course-ct p {
    font-size: 20px;
    line-height: 30px;
    color: #323232;
}

/* 联系我们 */
.m-about {
    height: 446px;
    padding-top: 40px;
    box-sizing: border-box;
    background: url(../w_images/about-map.png) no-repeat left center;
    background-size: cover;
}
.m-about .about-ct {
    padding-top: 115px;
}
.m-about .about-ct li {
    float: left;
    width: 310px;
    height: 187px;
    padding-top: 38px;
    margin-right: 35px;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
}
.m-about .about-ct p {
    font-size: 16px;
    color: #323232;
}
.m-about .about-ct p:nth-child(2) {
    margin-top: 13px;
    margin-bottom: 35px;
    color: #49a9f7;
}
.m-about .about-ct li.z-crt {
    margin-right: 0;
}
.about-icon-1 {
    background: url(../w_images/about-icon-1.png) no-repeat center center;
}
.about-icon-2 {
    background: url(../w_images/about-icon-2.png) no-repeat center center;
}
.about-icon-3 {
    background: url(../w_images/about-icon-3.png) no-repeat center center;
}

/* 动态 */
.m-news {
    position: relative;

    padding-top: 40px;
    margin-bottom: 40px;
}
.m-news .news-ct {
    height: 492px;
    padding-top: 40px;
    overflow: hidden;
}
.m-news .news-ct li {
    margin-bottom: 35px;
}
.m-news .news-ct .news-img {
    float: left;
    width: 179px;
    height: 128px;
    margin-right: 30px;
}
.m-news .news-ct .news-text {
    height: 128px;
    border-bottom: 1px dashed #e7e7e7;
    overflow: hidden;
}
.m-news .news-ct .news-text a {
    display: block;
    height: 113px;
    margin-bottom: 15px;
}
.m-news .news-ct .news-text p:nth-child(1) {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #49a9f7;
    white-space: nowrap;
}
.m-news .news-ct .news-text p:nth-child(2) {
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
}
.u-info {
    font-size: 14px;
    color: #ccc;
}
.u-info .info-right {
    float: right;
    padding-left: 30px;
    margin-right: 15px;
    background: url(../w_images/news-icon.png) no-repeat left center;
}
.u-more .more-mask {
	position: absolute;
    left: 0;
	bottom: 52px;
    width: 100%;
    height: 100px;
	background: linear-gradient(0deg,#fff 0,rgba(255,255,255,0) 100%);
}
.u-more .more-btn {
	width: 200px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	border: 1px solid #41a8eb;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
    color: #41a8eb;
    cursor: pointer;
}

/* icon */
.icon {
    display: inline-block;
    width: 22px;
    height: 19px;
    background-size: cover;
}
/* 公共title */
.u-title {
    font-size: 28px;
    text-align: center;
    color: #232323;
}
