.solution-list {
    overflow: hidden;
    padding: 40px 0;
}

.solution-list li {
    float: left;
    width: 320px;
    margin-right: 27px;
    margin-bottom: 22px;
    text-align: center;
}

.solution-list img {
    display: block;
    width: 100%;
    height: 210px;
}

.solution-list h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bolder;
}

.solution-list .des {
    line-height: 2;
    font-size: 12px;
    text-align: left;
}

.solution-list .content {
    height: 210px;
    padding: 24px 26px;
    color: #333;
    background-color: #eaeaea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.solution-list li:hover .content {
    background-color: #374e82;
    color: #fff;
}

.solution-list li:nth-child(3n) {
    margin-right: 0;
}

/* 选项卡模板 */

.m-table-select {
    overflow: hidden;
    margin: 40px 47px;
}

.m-table-select-border li {
    border: 1px solid #374e82;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.m-table-select li {
    float: left;
    width: 280px;
    /*padding: 20px 0;*/
    margin-right: 40px;
    text-align: center;
    font-size: 12px;
    color: #333;
    background-color: #fff;
    cursor: pointer;
}

.m-table-select h2 {
    margin-top: 16px;
    margin-bottom: 6px;
    font-size: 25px;
}

.m-table-select li:last-child {
    margin-right: 0;
}

.m-table-select li .eng {
    font-size: 12px;
    color: #5c5c5c;
    text-transform: capitalize;
}

.m-table-select .icon {
    display: block;
    width: 280px;
    height: 140px;
    /*margin: 0 auto 20px;*/
    /*background: url(../images/about-sprite.png) no-repeat;*/
}

.m-table-select .op {
    background: url(../images/about-1.jpg) no-repeat center;
    /*background-position: -128px center;*/
}

.m-table-select .cp {
    background: url(../images/about-2.jpg) no-repeat center;
    /*background-position: -50px center;*/
}

.m-table-select .au {
    background: url(../images/about-3.jpg) no-repeat center;
}

.m-table-select .active {
    /*color: #fff;*/
    /*background-color: #374e82;*/
}

.m-table-select .active .cp {
    /*background-position: 0 center;*/
    background: url(../images/about-s2.jpg) no-repeat center;
}

.m-table-select .active .au {
    /*background-position: -156px center;*/
    background: url(../images/about-s3.jpg) no-repeat center;
}

.m-table-select .active .op {
    background: url(../images/about-s1.jpg) no-repeat center;
    /*background-position: -100px center;*/
}

.m-table-select .active .eng {
    color: #fff;
}

.f-table-item {
    display: none;
}