.swiper-container {
    height: 600px;
}

.banner-pagination {
    width: 1200px;
    display: flex;
    position: absolute;
    height: 30px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    box-sizing: border-box;
}

.swiper-pagination {
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 4px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.6;
}

.dot {
    width: 25px;
    height: 25px;
    font-size: 10px;
    color: #3A4950;
    display: inline-block;
    line-height: 25px;
    cursor: pointer;
}

.dot-active {
    background: rgba(224, 25, 25, 1);
    color: #fff;
    cursor: pointer;
}

.data-display-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.data-display-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-center-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.data-display-container {
    width: 1200px;
    display: flex;
    flex-direction: row;
    margin-top: 33px;
    align-items: center;
    justify-content: space-around;
    padding: 0 30px;
    box-sizing: border-box;
}

.data-display-item {
    flex: 1;
    height: 150px;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
}

.data-display-item .data-display-item-title {
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
}

.data-display-item .data-display-item-title img,
.data-display-item .data-display-item-title span {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.data-display-item .data-display-item-card {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 10px 0px rgba(193, 44, 28, 0.2);
    margin-top: 12px;
    border-radius: 5px;
    box-sizing: border-box;
}

.data-display-item .data-display-item-card span {
    display: inline-block;
    margin-top: 1.8em;
    font-weight: 600;
    color: #E01919;
    font-size: 40px;
    text-shadow: 0px 3px 2px rgba(193, 44, 28, 0.2);
}

.data-display-item .data-display-item-card .orange-text-color {
    color: #E06819;
    text-shadow: 0px 3px 2px rgba(193, 44, 28, 0.2);
}

.data-display-item .data-display-item-card .yellow-text-color {
    color: #E0A519;
    text-shadow: 0px 3px 2px rgba(193, 44, 28, 0.2);
}

.margin-left-right {
    margin: 0 60px;
}

.news-center-area {
    height: 646px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    background-image: url('https://zhiduoxin888.oss-cn-shanghai.aliyuncs.com/home_website/images/bg_news.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.news-center-tab {
    width: 40%;
    background: rgba(230, 230, 230, 1);
    border-radius: 13px;
    margin-top: 13px;
}

.news-center-tab ul {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: space-around;
}

.news-center-tab li {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}

.news-center-tab .news-selected {
    background-color: #C72318;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 13px;
}

.news-center-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 20px;
}

.news-center-left {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.news-center-tip-title {
    max-width: 380px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    background-image: url('https://zhiduoxin888.oss-cn-shanghai.aliyuncs.com/home_website/images/bg_news_tip.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 10px;
}

.news-center-tip-title span {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 0 30px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-center-right,
.news-center-list {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.news-center-item {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.news-center-item-left {
    width: 90px;
    height: 60px;
    padding: 5px 0;
    text-align: center;
    background: rgba(199, 35, 24, 0.1);
    border-radius: 2px;
    margin-right: 8px;
}

.news-center-list .news-center-item-left span {
    color: rgba(145, 24, 16, 1);
    display: block;
}

.news-center-item-day {
    font-size: 30px;
    font-weight: bold;
}

.news-center-item-year {
    margin-top: 8px;
    font-size: 12px;
}

.news-center-item-right {
    width: 400px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.news-center-item-right a {
    text-align: left;
}

.news-center-item-right .news-center-item-right-title {
    width: 400px;
    display: block;
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.news-center-item-right .news-center-item-right-content {
    width: 400px;
    display: block;
    font-size: 14px;
    height: 37px;
    line-height: 20px;
    color: #808080;
    margin-top: 10px;
    text-align: left;
    overflow: hidden;
}

.news-center-more {
    align-self: flex-end;
}

.news-center-more a span {
    font-size: 14px;
    color: rgba(199, 35, 24, 1);
}

.attention-download-area {
    padding-top: 30px;
}

.attention-download-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
    height: 550px;
}

.attention-download-container {
    margin-top: 23px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
}

.attention-download-left {
    width: 370px;
    height: 400px;
    position: relative;
    box-sizing: border-box;
}

.attention-download-left img {
    position: absolute;
    bottom: -115px;
    left: 0;
}

.attention-download-right {
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: flex-start;
    padding-top: 70px;
    margin-left: 130px;
}

.attention-download-right span {
    font-size: 23px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #000;
    line-height: 50px;
}

.to-experience-area {
    background-color: #F6F4F4;
    padding-top: 96px;
    padding-bottom: 64px;
}

.to-experience-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
}

.to-experience-content-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 147px;
    padding-top: 33px;
}

.to-experience-content-left span {
    font-size: 23px;
    font-weight: 400;
    color: #000;
    display: block;
    margin-top: 18px;
    margin-bottom: 28px;
}

.to-experience-content-left button {
    width: 175px;
    height: 45px;
    color: #fff;
    background: #C0251B;
    box-shadow: 0px 2px 3px 0px rgba(21, 90, 138, 0.14);
    border-radius: 4px;
    cursor: pointer;
}