.banner {
    display: flex;
    justify-content: center;
}

/* 内容 */
.content {
    min-height: 500px;
}

.content-content {
    padding: 0 20px;
}

.content-content-title {
    height: 100px;
    border-bottom: 1px dashed #b4b4b4;
}

.content-content-title>h2 {
    padding-top: 25px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
	color: #333333;
}

.content-content-title>p {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
    color: #8b8b8b;
}

.content-content-title>p>span {
    margin-right: 20px;
}

.content-content-box {
    padding: 30px 0;
}

.content-content-box p {
    font-size: 16px;
    line-height: 26px;
    text-indent: 2em;
    color: #333333;
}
.content-content-box span,strong{
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.content-content-box img {
    display: flex;
    margin: 20px auto;
    max-width: 1200px;
}

.content-content-kuai {
    height: 40px;
	background-color: #ecf4fc;
}

.content-content-sx {
    margin-bottom: 50px;
    font-size: 16px;
	color: #333333;
}
.content-content-sx>p {
    margin-top: 20px;
}

@media screen and (max-width: 1600px) {
    .content-content-box img {
        max-width: 890px;
    }
}