/*.index-content {
    padding-bottom: 124rem;
}*/

.banner {
    height: 817rem;
}

.swiper-container {
    height: 817rem;
}

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

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

.banner_tip {
    position: absolute;
    top: 286rem;
    left: 190rem;
}

.banner_tip img {
    width: 665rem;
    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;
}

.article {
    width: 1187rem;
    margin: 95rem auto 89rem;
    text-align: center;
}

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

.article_content {
	font-size: 18rem;
    line-height: 2;
    font-weight: 400;
    color: #666;
}

.achievementData {
    padding: 0 144rem;
    align-items: center;
}

.achievementData > div {
    font-weight: bold;
    text-align: center;
}

.achievementData_box {
    width: 20%;
    flex: 1;
    border-left: 1px solid #d4d4d4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5rem 0;
}
.achievementData_box > span{
	display: block;
	width: 100%;
}
.achievementData_box:first-child{
	border-left: none;
}
.achievementData .font_size_5 {
    /*line-height: 24rem;*/
    /*margin-bottom: 23rem;*/
    color: #5C2EB4;
	font-size: 56rem;
}

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

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

.achievement_button {
    margin: 61rem auto 0;
}

/*解决方案*/
.solution_list {
    padding: 270rem 0 0 118rem;
    background-image: url("../img/index/solution_bg.png");
    background-size: 100% 100%;
    height: 931rem;
    color: white;
	position: relative;
}

.solution_content {
	font-size: 18rem;
    width: 576rem;
    min-height: 79rem;
    margin-top: 43rem;
	line-height:2;
	letter-spacing: 2rem;
}

.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;
    color: white;
	font-weight: bold;
	letter-spacing: 2rem;
	font-size: 18rem;
}

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

.solution_tip:hover {
    background: linear-gradient(-12deg, #B65BCD, #5C2EB4);
}
.gif{
	position: absolute;
	width: 660rem;
	top: 140rem;
	right: 450rem;
	display: block;
}
.gif img{
	width: 100%;
}
/*产品中心*/
.production {
    height: 1147rem;
    background-image: url("../img/index/product_bg.png");
    background-size: 1920rem 1187rem;
    position: relative;
    padding: 421rem 119rem 0 119rem
}

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

.production_project {
    position: absolute;
    flex-direction: column;
    top: 125rem;
    right: 119rem;
    z-index: 2;
}
.production_project a{
	overflow: hidden;
}
.production_project img {
    width: 645rem;
    height: 297rem;
    cursor: pointer;
}

.production_content {
    position: relative;
    z-index: 1;
    padding-top: 141rem;
    padding-left: 112rem;
    width: 100%;
    height: 633rem;
    background-image: url("../img/index/production_bg.png");
    background-size: 100% 100%;
}

.production_content_text {
    width: 631rem;
    min-height: 74rem;
    font-size: 18rem;
    font-weight: 400;
    line-height: 2;
    color: #5B5B5B;
    margin-top: 50rem;
	
}

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

/*新闻中心*/
.news {
    padding: 85rem 119rem 95rem;
    background-color: #F4F4F4;;
}

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

/* .news_content_left {
	display: block;
    width: 894rem;
    height: 526rem;
    padding-top: 390rem;
    background-image: url("../img/index/ecology.png");
    background-repeat: no-repeat;
    background-size: 984rem 526rem;
    flex-shrink: 0;
} */
.news_content_left {
	display: block;
    width: 894rem;
    height: 526rem;
    padding-top: 390rem;
    flex-shrink: 0;
	position: relative;
	overflow: hidden;
}
.news_content_left .index-news-lf-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news_content_left_common {
    width: 790rem;
    margin: 0 auto;
    color: #fff;
	position: relative;
	z-index: 9;
}

.news_content_left_common:last-child {
    margin-top: 20rem;
}
.news_content_left_box{
	overflow: hidden;
}
.news_content_right {
    flex-grow: 1;
    margin-left: 19rem;
}

.news_content_right_top {
    border: 1rem solid rgba(4, 0, 0, 0.1);
	overflow: hidden;
}

.news_content_right_top_img {
    width: 378rem;
    height: 240rem;
    flex-shrink: 0;
}

.news_content_right_top_content {
    padding-top: 30rem;
    padding-left: 30rem;
    flex-grow: 1;
}

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

.news_content_right_top_content_article {
    width: 315rem;
	min-height: 44rem;
    margin-top: 22rem;
    line-height:1.5;
    color: #848484;
    font-weight: 400;
    font-size: 16rem;
    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:10rem;
    font-weight: 400;
    line-height: 12rem;
    color: #848484;
}

.news_content_right_bottom_item {
	overflow: hidden;
    margin-top: 15rem;
    width: 370rem;
    border: 1rem solid rgba(4, 0, 0, 0.1);
}

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

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

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

.news_button {
    margin: 75rem auto 0;
}

/*探索更多*/
.explore_more {
    padding: 85rem 119rem;
    color: #fff;
}

.explore_more > div {
    width: 825rem;
    height: 485rem;
	overflow: hidden;
    text-align: center;
	overflow: hidden;
}
.more-box > div{
	 padding-top: 184rem;
	 height: 100%;
}
.explore_more .button_style_2 {
    margin: 33rem auto 0;

}

.education_button {
    color: #fff;
}

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

.ecology {
    background-image: url("../img/index/ecology.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
/* banner txt */
.index-banner-more{
	position:absolute;
	top: 260rem;
	left: 100rem;
	width: 35%;
}
.index-banner-more img{
    display: none;
	width: 100%;
}
.index-banner-more .banner-more{
	width: 300rem;
	color: #fff;
	font-size: 22rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:20rem 0;
	border-bottom: 1px solid #fff;
	margin-top: 80rem;
}
.index-banner-more .banner-more:hover{
	color:#5C2EB4;
}