.swiper-container2 {
    position: relative;
    margin: 0 auto;
}
.swiper-container2 .swiper-button-prev,
.swiper-container2 .swiper-button-next {
    display: flex;
    background: #9897978c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.swiper-container2 .swiper-button-prev {
    left: 10%;
}
.swiper-container2 .swiper-button-next {
    right: 10%;
}
.swiper-container2 .swiper-button-prev img,
.swiper-container2 .swiper-button-next img {
    height: 60%;
    width: auto;
}
.swiper-slide {
    height: 388px;
    overflow: hidden;
}
.swiper-slide img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
    text-align: center;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #fff;
}
.swiper-pagination-bullet-active {
    background: #2f929f;
}


/* 行业数据 */
.top-title {
    justify-content: space-between;
    align-items: center;
    height: 45px;
    border-bottom: 2px solid #ebebeb;
}
.left-title {
    align-items: center;
}
.left-title img {
    margin-right: 24px;
}
.left-title h5 {
    font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #333333;
}
.top-title a {
    font-weight: 600;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #333;
}
.top-title a span {
    color: #999;
}
.top-title a:hover span ,
.top-title a:hover {
    color: #2f929f;
}
.data-content ul {
    flex-wrap: wrap;
    padding-top: 55px;
}
.data-content ul li  {
    width: 338px;
    height: 68px;
    justify-content: space-between;
}
.data-content ul li {
    margin-right: 85px;
    margin-bottom: 55px;
}
.data-content ul li:nth-child(3n + 3) {
    margin-right: 0;
}
.data-content ul li a {
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #333333;
    text-align: justify;
}
.data-content ul li div {
    font-family: MicrosoftYaHei;
	font-size: 16px;
    color: #999999;
    align-items: center;
}
.data-content ul li a:hover,
.data-content ul li.active a,
.data-content ul li.active div {
    color: #2f929f;
}

.parrent {
    justify-content: space-between;
}
.data-content ul li div img {
    width: 23px;
    height: 14px;
    margin-right: 10px;
}

/* 移动端适配 */

@media only screen and (max-width: 768px) {
    .banner-show {
        height: auto;
    }
    .swiper-slide {
        height: 6.25rem;
    }
    .data-content ul li {
        margin-right: 0;
        margin-bottom: 5%;
    }
    .data-content ul {
        padding-top: 7%;
    }
    .top-title {
        height: 2.8125rem;
    }
}