﻿.solution-banner-placeholder {
    height: 400px;
}

.solution-banner, .solution-banner img {
    height: 400px;
}

.solution-banner .title-box {
    top: 172px;
}

.solution-banner .title-box .title {
    font-size: 48px;
    margin-bottom: 15px;
    height: 48px;
}

.solution-banner .title-box .subtitle {
    font-size: 20px;
}

.solution-sidebar {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    text-align: center;
}

.solution-sidebar-inner {
    text-align: center;
    background: #f4f7f9;
    width: 190px;
    transition: top ease-out 100ms;
    transition: bottom ease-in 100ms;
    padding-bottom: 20px;
}

.solution-sidebar-inner .title {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.solution-item {
    display: table;
    width: 100%;
}

.solution-item .real-content {
    display: none;
    height: 157px;
    background: #e9edf3;
    vertical-align: middle;
}

.solution-item .real-content .name {
    color: #0091ff;
    margin-top: 0.5em;
    font-size: 14px;
}

.solution-item .real-content .image {
    height: 70px;
    width: 70px;
}

.solution-item .title-content {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 50px;
    margin: 0 2em;
    border-bottom: 1px solid #e9edf3;
}

.solution-item:last-child .title-content {
    border-bottom: none;
}

.solution-item.active .real-content {
    display: table-cell;
}

.solution-item.active .title-content {
    display: none;
}

.solution-content {
    display: inline-block;
    vertical-align: top;
    margin-left: 43px;
    width: 960px;
    min-height: 600px;
}

/*.solution-content .solution-title {
    text-align: center;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    margin-bottom: 20px;
}*/

.solution-html iframe {
    border: 0;
    width: 100%;
}