.section-banner {
    background-image: url("../images/shangmeng/banner.png");
    background-repeat: no-repeat;
    background-position-x: 50%;
    height: 650px;
    background-color: #e73737;
}

.section-banner .banner-container {
    width: 500px;
    text-align: center;
    color: white;
}

.section-banner .logo {
    padding-top: 186px;
    margin-bottom: 18px;
}

.section-banner .title1 {
    font-size: 46px;
    margin-bottom: 16px;
    line-height: 46px;
}

.section-banner .title2 {
    font-size: 96px;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 96px;
}

.section-banner .slogan {
    font-size: 22px;
    color: #f7e39f;
    margin-bottom: 44px;
}

.section-banner .support-text {
    vertical-align: middle;
    font-size: 16px;
}

.section-banner .support-icon {
    padding-right: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    vertical-align: middle;
    margin-right: 26px;
}

.section-banner .demo-link {
    font-size: 22px;
    color: white;
    background: url("../images/shangmeng/download-btn.png");
    height: 56px;
    width: 200px;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    line-height: 56px;
}

.section-banner .demo-link:hover {
    background: url("../images/shangmeng/download-btn-active.png");
    color: red;
}

.section .section-title {
    font-size: 30px;
    color: #333;
    text-align: center;
}

.section-intro {
    height: 600px;
}

.section-intro .section-title {
    padding-top: 70px;
    margin-bottom: 40px;
}

.section-intro .intro-content {
    font-size: 18px;
    color: #999;
    line-height: 24px;
    margin-bottom: 46px;
}

.section-intro .intro-flow {
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
}

.section-intro .intro-subcontent {
    height: 80px;
    width: 1066px;
    background: #f7f7f7;
    font-size: 13px;
    color: #666;
    padding: 20px 60px;
    line-height: 20px;
    margin: 0 auto;
}

.section-features {
    background: #f7f7f7;
    height: 628px;
}

.section-features .section-title {
    padding-top: 50px;
    margin-bottom: 38px;
}

.section-features .feature-items {
    font-size: 0;
}

.section-features .feature-item {
    display: inline-block;
    height: 436px;
    width: 288px;
    margin: 0 6px;
    vertical-align: top;
    background: white;
}

.section-features .feature-item .f-logo {
    height: 180px;
    width: 100%;
}

.section-features .feature-item .f-title {
    display: table;
    height: 90px;
    width: 100%;
}

.section-features .feature-item .title {
    font-size: 18px;
    color: #333;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.section-features .f-divider {
    display: block;
    margin: 0 auto;
}

.section-features .f-content {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    padding: 0 24px;
    margin-top: 1em;
}

.section-apply {
    height: 430px;
    padding-top: 80px;
}

.section-apply .title {
    text-align: center;
    background: url("../images/shangmeng/title-banner.png") no-repeat;
    background-position: 50% 50%;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    color: white;
    margin-bottom: 40px;
}

.section-apply .apply-targets {
    margin: 0 auto;
    width: 650px;
    font-size: 18px;
    color: #333;
    line-height: 42px;
    list-style-image: url("../images/shangmeng/point.png");
}

.section-apply .apply-targets li {
    padding-left: 0.5em;
}