.the-main > .banner {
    background: url("../images/data/banner-bg.png");
    height: 480px;
    color: #fff;
}

.the-main > .banner .w1200-g {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.the-main > .banner .title {
    font-size: 32px;
}

.the-main > .banner .desc {
    font-size: 18px;
    margin-top: 24px;
}

.the-main > .data-center {
    background: url("../images/data/data-center-bg.png") no-repeat 0 0;
}

.the-main > .data-center .module-title-g {
    color: #fff;
}

.the-main > .data-center .y-card {
    border: 0;
    padding: 40px;
    display: flex;
    align-items: center;
}

.the-main > .data-center .swiper-container {
    width: 550px;
    flex-shrink: 0;
    overflow: hidden;
    height: 367px;
    position: relative;
}

.the-main > .data-center .swiper-container img {
    display: block;
    width: 100%;
    height: 100%;
}

.the-main > .data-center .swiper-pagination-bullet {
    background: #dbdbdb;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.the-main > .data-center .swiper-pagination-bullet-active {
    background: #409eff;
}

.the-main > .data-center .text {
    flex: 1;
    width: 0;
    margin-left: 40px;
}

.the-main > .data-center .info {
    line-height: 26px;
    color: #606266;
}

.the-main > .data-center .params {
    display: flex;
    border-top: 1px solid #ebeef5;
    margin-top: 24px;
    padding-top: 24px;
}

.the-main > .data-center .params .item {
    display: flex;
    align-items: center;
}

.the-main > .data-center .params .item + .item {
    margin-top: 24px;
}

.the-main > .data-center .params .key {
    flex-shrink: 0;
}

.the-main > .data-center .params .value {
    color: #606266;
}

.the-main > .data-center .params .left {
    width: 45%;
    flex-shrink: 0;
}

.the-main > .data-center .params .left .key {
    width: 60px;
}

.the-main > .data-center .params .right .key {
    width: 95px;
}