/* 头部 */
.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-banner1{ background:url(../w_images/banner-1.png) no-repeat center center; height:151px;}
/* 版本特点 */
.m-edition {
    padding-top: 40px;
}
.m-edition .edition-ct {
    padding-top: 40px;
    overflow: hidden;
}
.m-edition .edition-ct li {
    float: left;
    width: 232px;
    height: 250px;
    padding: 0 25px;
    margin-right: 24px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    text-align: center;
    transition: .5s all;
    cursor: pointer;
}
.m-edition .edition-ct li:hover {
    border-color: #49a9f7;
}
.m-edition .edition-ct li.z-sel {
    margin-right: 0;
}
.u-icon {
    width: 65px;
    height: 57px;
    margin-top: 33px;
    margin-bottom: 30px;
}
.m-edition .edition-ct .edition-icon-1 {
    transition: .5s all;
    background: url(../w_images/edition-1.png) no-repeat center center;
    background-size: cover;
}
.m-edition .edition-ct .edition-icon-2 {
    transition: .5s all;
    background: url(../w_images/edition-2.png) no-repeat center center;
    background-size: cover;
}
.m-edition .edition-ct .edition-icon-3 {
    transition: .5s all;
    background: url(../w_images/edition-3.png) no-repeat center center;
    background-size: cover;
}
.m-edition .edition-ct .edition-icon-4 {
    transition: .5s all;
    background: url(../w_images/edition-4.png) no-repeat center center;
    background-size: cover;
}
.m-edition .edition-ct li:hover .edition-icon-1 {
    transition: .5s all;
    background: url(../w_images/edition-1-1.png) no-repeat center center;
}
.m-edition .edition-ct li:hover .edition-icon-2 {
    transition: .5s all;
    background: url(../w_images/edition-1-2.png) no-repeat center center;
}
.m-edition .edition-ct li:hover .edition-icon-3 {
    transition: .5s all;
    background: url(../w_images/edition-1-3.png) no-repeat center center;
}
.m-edition .edition-ct li:hover .edition-icon-4 {
    transition: .5s all;
    background: url(../w_images/edition-1-4.png) no-repeat center center;
}
.m-edition .edition-ct li p {
    font-size: 15px;
    line-height: 30px;
    color: #858686;
}
.m-edition .edition-ct li p:nth-child(2) {
    font-size: 18px;
    color: #323232;
}

/* 功能架构 */
.u-exhibition {
    padding-top: 40px;
}
.m-exhibition .exhibition-ct {
    padding-left: 30px;
    padding-top: 40px;
    /* padding-left: 35px; */
}
.m-exhibition .exhibition-ct li.row-1 {
    padding-top: 55px;
}
.m-exhibition .exhibition-ct li.row-1 .exhibition-ct-left {
    width: 437px;
    padding-right: 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.m-exhibition .exhibition-ct li.row-1 .exhibition-ct-right {
    width: 533px;
}
.m-exhibition .exhibition-ct li.row-2 .exhibition-ct-right {
    padding-top: 148px;
}
.m-exhibition .exhibition-ct li.row-3 .exhibition-ct-left {
    padding-right: 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.m-exhibition .exhibition-ct li.row-3 .exhibition-ct-right img {
    width: 100%;
}
.m-exhibition .exhibition-ct li.row-4 .exhibition-ct-right {
    padding-top: 75px;
}
.m-exhibition .exhibition-ct li.row-5 .exhibition-ct-left {
    padding-top: 66px;
    padding-right: 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.m-exhibition .exhibition-ct li.row-6 .exhibition-ct-right {
    padding-top: 75px;
}
.m-exhibition .exhibition-ct li.row-7 .exhibition-ct-left {
    padding-right: 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.m-exhibition .exhibition-ct li.row-7 .exhibition-ct-right img {
    width: 100%;
}
.m-exhibition .exhibition-ct li.row-8 .exhibition-ct-right {
    padding-top: 75px;
}
.m-exhibition .exhibition-ct li {
    margin-bottom: 50px;
}

.m-exhibition p {
    font-size: 18px;
    line-height: 33px;
    color: #858686;
}
.m-exhibition .exhibition-ct h3 {
    margin-bottom: 55px;
    font-size: 22px;
    font-weight: normal;
    color: #41a8eb;
}
.m-exhibition .exhibition-ct .exhibition-ct-left {
    width: 50%;
}
.m-exhibition .exhibition-ct .exhibition-ct-right {
    width: 50%;
}

/* 公共title */
.u-title {
    height: 27px;
    line-height: 27px;
    padding-left: 15px;
    border-left: 3px solid #49a9f7;
    font-size: 22px;
	color: #323232;
}
