body {
    color: #666;
    font: 14px;
    background: #f7f7f7;
    width: 100%;
}

.banner .banner_text {
    position: absolute;
    top: 45%;
    left: 30%;
    color: #fff;
    font-size: 50px;
    min-width: 700px;
    text-shadow: 0 0 5px #333;
}

.banner .banner_text2 {
    position: absolute;
    top: 30%;
    left: 10%;
    color: #fff;
    font-size: 40px;
    min-width: 700px;
    text-shadow: 0 0 5px #333;
}

.banner .banner_text2>span {
    font-size: 30px;
}


/* .banner>ul>li {
    background: red;
    filter: Alpha(Opacity=60);
    opacity: 0.6;
} */

.solution {
    display: flex;
    min-height: 600px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.solution>.solution_container {
    display: flex;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    background: #fff;
    min-height: 130px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
}

.solution>.solution_container>.icon_container {
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-right: 15px;
}

.icon_container>img {
    width: 50%;
}

.content_container {
    flex: 1;
}

.content_container span {
    font-size: 14px;
    line-height: 30px;
}

.content_container>h3 {
    margin-bottom: 10px;
}

.content_container img {
    width: 90%;
}

.spacer {
    display: inline-block;
    width: 1em;
}