.index-content {
    padding-bottom: 0;
}

.banner {
    height: 400rem;
}

.swiper-container {
    height: 400rem;
}

.swiper-slide {
    position: relative;
    background-color: palegoldenrod;
}

.banner_bg {
    width: 100%;
    height: 100%;
}

.banner_tip {
    position: absolute;
    top: 60rem;
    left: 50rem;
}

.banner_tip img {
    width: 63%;
    height: auto;
}


.banner_tip_text {
    width: 306rem;
    height: 51rem;
    font-size: 16rem;
    color: #fff;
    margin-top: 120rem;
    border-bottom: 1rem solid #fff;
    display: flex;
    justify-content: space-between;
}

.banner_tip_text::after {
    width: 17rem;
    height: 17rem;
    content: url("../img/common/add.png");
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10rem;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8rem;
    height: 8rem;
    border-radius: 8rem;
    background: #555;
    margin: 0 5rem;
    opacity: 0.8;
    border: 1rem solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

/*公司业绩*/
.achievement {
    padding-bottom: 110rem;
    padding: 0 24rem;
}

.article {
    width: 100%;
    margin: 60rem auto;
    text-align: center;
}

.article_title {
    line-height: 60rem;
    margin-bottom: 30rem;
    font-weight: 400;
}

.article_content {
    line-height: 44rem;
    text-align: left;
    font-weight: 400;
    color: #666;
}

.achievementData {
    padding: 0;
    align-items:flex-start;
    flex-wrap: wrap;
}

.achievementData > div {
    font-weight: bold;
    text-align: center;
    margin: 0 4rem;
}

.achievementData .font_size_5 {
    line-height: 40rem;
    margin-bottom: 15rem;
    color: #5C2EB4;
}

.achievementData span {
    color: #666;
    line-height: 20rem;
    font-weight: 500;
}

.achievementData_line {
    width: 1rem;
    height: 95rem;
    background-color: #D4D4D4;
}

.achievement_button {
    margin: 50rem auto 0;
}

/*解决方案*/
.solution_list {
    padding: 80rem 0 20rem 60rem;
    background-image: url("../img/index/solution_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: auto;
    color: white;
    margin-top: 50rem;
}

.solution_content {
    width: 576rem;
    min-height: 79rem;
    margin-top: 43rem;
}

.solution_tip_group {
    margin-top: 51rem;
}

.solution_tip {
    width: 166rem;
    height: 106rem;
    padding-top: 17rem;
    text-align: center;
    border-radius: 10rem;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .2);
}

.solution_tip img {
    width: auto;
    height: 33rem;
    margin: 0 auto;
}

.solution_tip > div {
    line-height: 18rem;
    margin-top: 15rem;
}

.solution_tip + .solution_tip {
    margin-left: 27rem;
}

.solution_tip:hover {
    background: linear-gradient(-12deg, #B65BCD, #5C2EB4);
}

/*产品中心*/
.production {
    height: auto;
    background-image: none;
    background-size: 750rem 800rem;
    position: relative;
    padding: 235rem 0 0 0;
    width: 100%;
}

.production_ring {
    width: 100%;
    height: 673rem;
    background: rgba(102, 102, 102, 0);
    border: 90rem solid #5B389A;
    border-radius: 50%;
    position: absolute;
    top: 77rem;
    right: 356rem;
    display: none;
}

.production_project {
    position: absolute;
    flex-direction: row;
    top: 30rem;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 24rem;
}

.production_project a {
    display: block;
    width: 50%;
    height: auto;
}

.production_project > a img {
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-right: 4%;
}

.production_project > img:last-child {
    margin-right: 0;
}

.production_content {
    position: relative;
    z-index: 1;
    padding: 30rem;
    width: 100%;
    height: auto;
    background-image: url("../img/index/production_bg.png");
    background-size: 100% 100%;
    margin: 0 auto;
}

.production_content_text {
    width: 100%;
    min-height: 74rem;
    font-size: 24rem;
    font-weight: 400;
    line-height: 30rem;
    color: #000;
    margin-top: 20rem;
}

.production_button {
    color: white;
    margin-top: 55rem;
}

/*新闻中心*/
.news {
    padding: 50rem 30rem 50rem;
    background-color: #F4F4F4;;
}

.news h1 {
    text-align: center;
    font-weight: 400;
    color: #333;
    margin-bottom: 63rem;
}

.news_content {
    flex-direction: column;
}

.news_content_left {
    width: 100%;
    height: 526rem;
    padding-top: 150rem;
    background-image: url("../img/index/ecology.png");
    background-repeat: no-repeat;
    background-size: 100% 526rem;
    flex-shrink: 0;
}

.news_content_left_common {
    width: 100%;
    margin: 60rem auto 0;
    color: #fff;
    font-size: 40rem;
    padding: 0 24rem;
}

.news_content_left_common:last-child {
    margin-top: 30rem;
    font-size: 28rem;
}

.news_content_right {
    flex-grow: 1;
    margin-left: 0;
    margin-top: 20rem;
}

.news_content_right_top {
    border: 1rem solid rgba(4, 0, 0, 0.1);
    flex-direction: column;
}

.news_content_right_top_img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
}

.news_content_right_top_content {
    padding: 24rem;
    flex-grow: 1;
}

.news_content_right_top_content_title {
    color: #333;
    width: 100%;
    line-height: 35rem;
    text-wrap: normal;
    word-break: break-all;
}

.news_content_right_top_content_article {
    width: 100%;
    min-height: 47rem;
    margin-top: 22rem;
    line-height: 35rem;
    color: #848484;
    font-weight: 400;
    font-size: 24rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;

}

.news_content_right_top_content_time {
    margin-top: 22rem;
    font-weight: 400;
    line-height: 12rem;
}

.news_content_right_bottom_item {
    margin-top: 19rem;
    width: 100%;
    border: 1rem solid rgba(4, 0, 0, 0.1);
}

.news_content_right_bottom_item > img {
    width: 100%;
    height: 217rem;
}

.news_content_right_bottom_a {
    width: 378rem;
}

.news_content_right_bottom_item > div {
    width: 100%;
    height: 50rem;
    background-color: #fff;
}

.news_content_right_bottom_item > div > span {
    width: 288rem;
    min-height: 16rem;
    margin-left: 23rem;
}

.news_button {
    margin: 75rem auto 0;
}

/*探索更多*/
.explore_more {
    padding: 30rem;
    color: #fff;
    flex-direction: column;
}

.explore_more > div {
    width: 100%;
    height: auto;
    padding: 150rem 0 30rem;
    text-align: center;
}

.explore_more .button_style_2 {
    margin: 33rem auto 0;

}

.education {
    background-image: url("../img/index/education.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 30rem;
}

.ecology {
    background-image: url("../img/index/ecology.png");
    background-size: 100%;
    background-repeat: no-repeat;
}