.fea-panel {

}
.fea-banner {
text-align: center;
    background: url(http://files.wcapture.cn/wcp/image/banner/function-banner.jpg) center #2a3b4f;
    padding: 138px 15px 80px;
    background-size: cover;
}
.fea-banner > h1 {
    color: #fff;
    font-size: 38px;
    font-size: 3.8rem;
    padding-top: 20px;
    padding-bottom: 30px;
}
.fea-banner-btn {

}
.fea-banner-btn > a {
    width: 100%;
    max-width: 178px;
    padding: 0;
    height: 45px;
    line-height: 43px;
    border-radius: 1px;
}
.fea-banner-btn > a:hover {
    text-decoration: none;
}

.fea-content {
    padding-top: 50px;
}
.fea-tabs {
    overflow: hidden;
}   
.fea-tabs > li {
    width: 20%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.fea-tabs > li a {
    padding: 30px 15px 10px;
    border: 1px solid #eee;
    border-radius: 0;
    color: #555;
    display: block;
}
.fea-tabs > li a:hover {
    text-decoration: none;
    background-color: #eee;
    border-color: #eee #eee #ddd;
}
.fea-tabs > li.active a {
    border-bottom: #337ab7 3px solid;
    color: #337ab7;
    padding-bottom: 8px;
}
.fea-tabs > li i {
    display: block;
    height: 46px;
}
.fea-tabs > li h5 {
    height: 34px;
    font-size: 17px;
    font-size: 1.7rem;
    color: #333;
}
.fea-tab-content {
    padding-top: 80px;
}
.fea-title {
    position: relative;
    text-align: center;
}
.fea-title > h2 {
    background: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0px 15px;
    font-size: 30px;
    font-size: 3.0rem;
    /*font-weight: bold;*/
    color: #333;
}
.fea-title > .line {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0;
    border-top: #DDD thin solid;
    z-index: 0;
}
.fea-list {
    padding-top: 15px;
    padding-bottom: 50px;
}
.fea-wrap {
    padding: 50px 0;
    overflow: hidden;
}
.fea-wrap-text {
    float: right;
    width: 50%;
    padding: 0 15px;
    text-align: left;
    padding-top: 80px;
}
.fea-wrap-text > h5 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: normal;
    color: #333;
    padding-bottom: 13px;
}
.fea-wrap-text > p {
    font-size: 15px;
    font-size: 1.5rem;
    color: #666;
    line-height: 25px;
}
.fea-wrap-img {
    float: left;
    padding: 0 15px;
    width: 50%;
}
.fea-wrap-img > img {
    max-width: 100%;
}
.fea-list > .fea-wrap:nth-child(2n) .fea-wrap-img {
    float: right;
}
.fea-list > .fea-wrap:nth-child(2n) .fea-wrap-text {
    float: left;
}
@media(max-width: 840px) {
    .fea-wrap-text {
        padding-top: 38px;
    }
}
@media(max-width: 640px) {
    .fea-wrap-text,
    .fea-wrap-img {
        width: 100%;
    }
}