.banner {
    height: 610px;
}

.banner-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-content {
    margin: 40px auto 0;
    width: 1100px;
}

.intro-text {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #333;
}

.intro-data {
    margin: auto;
    margin-top: 50px;
    width: 1006px;
}

.intro-data-item {
    text-align: center;
}

.intro-data-itemNum {
    font-size: 60px;
    font-family: Gotham Rounded;
    font-weight: normal;
    line-height: 40px;
    color: #333;
}

.intro-data-itemText,
.intro-data-itemNum span:nth-of-type(2) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 40px;
}

.intro-data-itemText {
    color: #999;
}

.img-textBox {
    font-size: 0;
    background-color: #F7F7FC;
}

.img {
    width: 50%;
    min-height: 550px;
    object-fit: cover;
}

.img-text-info {
    padding: 70px 60px;
}

.img-text-infoRow:nth-of-type(n + 2) {
    margin-top: 60px;
}

.img-text-title {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 51px;
    color: #262626;
}

.img-text {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 30px;
    color: #666;
}

/* 主营业务 */
.business {
    background-image: url(../static/images/1920-560_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.business-list {
    position: relative;
    margin-top: 10px;
}

.business-list::after {
    content: "";
    display: block;
    visibility: visible;
    clear: both;
    width: 0;
    height: 0;
}

.business-list-item {
    float: left;
    margin-top: 40px;
    margin-right: 40px;
    width: 390px;
    font-size: 0;
}

.business-list-item:nth-of-type(2n) {
    margin-right: 0;
}

.business-list-itemIcon {
    width: 38px;
    height: 38px;
}

.business-list-itemTitle {
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.business-list-itemText {
    margin-top: 12px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

.business-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 323px;
    height: 360px;
}

.create {
    padding: 100px 360px 125px;
    background-image: url(../static/images/1920-280_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create-img {
    width: 198px;
    height: 55px;
}

.create_text {
    flex: 1;
    margin: 0 60px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 30px;
    color: #333;
}

.create-btn {
    width: 220px;
    height: 50px;
    border: 1px solid #0092E5;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0092E5;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
}