.index-box .index-title {
	font-size: 30px;
}

.index-box .more-btn {
	margin-top: 0;
	background: #474747;
	color: #fff;
}

.index-box .index-top {
	padding: 80px 0 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about-index {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0 30px;
}

.about-left-info {
	width: 50%;
}

.about-left-info .about-left-title {
	font-size: 30px;
}

.about-left-info .about-left-desc {
	font-size: 20px;
	/* max-width: 240px; */
	line-height: 1.2;
	margin: 100px 0 20px;
}

.about-left-info .about-left-content>p {
	margin-bottom: 20px;
}

.about-left-info .about-left-content>p:last-child {
	margin-bottom: 0;
}

.about-right-info {
	width: 40%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
}

.about-right-info .about-right-info-bg {
	width: 90%;
}

.about-right-info .about-right-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -25%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.about-right-info .about-index-item {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 10px;
	padding: 30px;
	width: 48.5%;
	margin-bottom: 15px;
}

.about-right-info .about-index-item-en {
	padding: 20px;
}

.about-right-info .about-index-item .about-index-icon {
	width: auto;
	height: 30px;
}

.about-right-info .about-index-item .about-index-content {
	text-align: right;
	font-size: 16px;
	color: #666;
}

.about-right-info .about-index-item .about-index-num {
	font-size: 52px;
	font-weight: bold;
	color: #333;
	display: inline-block;
	line-height: 1;
}

.product-index-box {
	position: relative;
	margin-bottom: 80px;
}

.product-index-content {
	color: #fff;
	position: absolute;
	left: 0;
	z-index: 10;
	right: 0;
	top: 150px;
}

.product-index-content .product-index-title,
.solution-index-content .solution-index-title {
	font-size: 30px;
}

.product-index-content .more-btn {
	background: #fff;
	color: #333;
	margin-top: 120px;
}

#product-index .swiper-slide-img-modal,
#solution-index .swiper-slide-img-modal {
	background: rgba(0, 0, 0, 0.08);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

#product-index .swiper-slide-img,
#solution-index .swiper-slide-img {
	height: 900px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#solution-index .swiper-slide-img-modal {
	background: rgba(0, 0, 0, 0.32);
}

#product-index .swiper-slide-thumb-active {
	border-bottom: 3px solid #0092dc;
}

.product-index-thumbs {
	width: 710px;
	margin: 0 auto;
	position: absolute;
	bottom: 120px;
	left: 0;
	right: 0;
	z-index: 10;
	cursor: pointer;
	/* border-bottom: 3px solid #dbd6d3; */
}

.product-index-thumbs-en {
	width: 1170px;
}

.product-index-thumbs::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #dbd6d3;
	margin-top: -3px;
}

.product-index-thumbs .swiper-slide-text {
	color: #fff;
	padding: 10px 0 20px;
}

.solution-index-box {
	position: relative;
}

.solution-index-content {
	color: #fff;
	position: absolute;
	left: 0;
	z-index: 10;
	right: 0;
	top: 170px;
	text-align: center;
}

.solution-index-thumbs {
	/* width: 710px; */
	margin: 0 auto;
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	z-index: 10;
	cursor: pointer;
	/* border-bottom: 3px solid #dbd6d3; */
}

.solution-index-thumbs .swiper-slide {
	background: #f4f4f4;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	box-sizing: border-box;
}

.solution-index-thumbs .swiper-slide .swiper-slide-text {
	font-size: 20px;
	flex: 1;
	text-align: left;
	padding-right: 10px;
}

.solution-index-thumbs .swiper-slide .swiper-slide-more {
	background: #ffffff;
	color: #333;
	width: 42px;
	height: 42px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.solution-index-thumbs .swiper-slide-thumb-active {
	background: #fff;
}

.solution-index-thumbs .swiper-slide-thumb-active .swiper-slide-more {
	background: #0092dc;
	color: #fff;
}

#case-index.case-index-content {
	position: relative;
}

#case-index .case-bg {
	position: absolute;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 5%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.9) 95%);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}

#case-index .case-button-prev,
#case-index .case-button-next {
	position: absolute;
	top: 40%;
	z-index: 10;
}

#case-index .case-button-prev {
	left: 50%;
	margin-left: -17%;
}

#case-index .case-button-next {
	right: 50%;
	margin-right: -17%;
}

#case-index .swiper-slide>p {
	display: none;
}

#case-index .swiper-slide-next>p {
	display: block;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	color: #666;
}


.case-button-icon,
.news-button-icon {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #0092dd;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 30px;
}

.swiper-button-disabled .case-button-icon,
.swiper-button-disabled .news-button-icon {
	background: #474747;
}

.contact-index-box {
	background: #fff;
	padding-top: 84px;
}

.contact-index-box .contact-index-bg {
	background-repeat: no-repeat;
	height: 240px;
	background-size: cover;
	background-position: center center;
}

.contact-index-box .contact-index {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	height: 100%;
}

.contact-index-box .contact-index .contact-index-info {
	font-size: 24px;
	flex: 1;
	font-weight: bold;
}

.contact-index-box-en .contact-index-en .contact-index-info {
	font-size: 20px;
}

.contact-index-box .contact-index .contact-index-tel {
	padding-right: 200px;
}

.contact-index-box-en .contact-index-en .contact-index-tel {
	padding-right: 100px;
}

.contact-index-box .contact-index .contact-index-tel .contact-index-tel-item {
	padding: 15px 0;
}

.contact-index-box .contact-index .contact-index-tel i {
	color: #f5d153;
}

.contact-index-box .more-btn {
	margin-top: 0;
}

.news-container .news-item {
	margin-bottom: 2px;
	background: #fff;
	display: block;
	/* border-bottom: 3px solid transparent; */
	border: 1px solid #f0f0f0;
}

.news-container .news-item .news-img {
	background-repeat: no-repeat;
	height: 300px;
	background-size: cover;
	background-position: center center;
}
.news-container .news-item .news-index-info {
	padding: 20px;
}
.news-container .news-item .news-item-title,
.news-container .news-item .news-item-content {
	margin-bottom: 20px;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-container .news-item .news-item-content {
	height: 40px;
	margin-bottom: 0;
}

.news-container .news-item .news-date {
	border-top: 1px solid #f0f0f0;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-container .news-item::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: transparent;
}

.news-container .news-item:hover::after {
	background: #0092dd;
}

#news-index .news-button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 60px 0;
}

#news-index .news-button .news-button-prev,
#news-index .news-button .news-button-next {
	margin: 0 30px;
}

@media (max-width: 1700px) {
	.about-index {
		padding: 50px 0;
	}

	.about-left-info .about-left-desc {
		margin: 60px 0 20px;
	}

	.about-right-info {
		width: 45%;
	}

	.about-right-info .about-right-bg {
		margin-top: -30%;
	}

	.about-right-info .about-index-item .about-index-num {
		font-size: 50px;
	}
}

@media (max-width: 1500px) {
	.about-right-info .about-right-info-bg {
		width: 80%;
	}

	.about-right-info .about-index-item .about-index-num {
		font-size: 40px;
	}

	.case-button-icon,
	.news-button-icon {
		width: 40px;
		height: 40px;
		font-size: 22px;
	}

	#case-index .case-button-prev,
	#case-index .case-button-next {
		top: 35%;
	}

	.solution-index-thumbs .swiper-slide {
		padding: 25px;
	}

	#product-index .swiper-slide-img,
	#solution-index .swiper-slide-img {
		height: 700px;
	}
	
	.contact-index-box .contact-index .contact-index-tel {
		max-width: 400px;
	}
}

@media (max-width: 1450px) {
	.about-left-info-en {
		width: 40%;
	}
	.about-left-info-en .line-10 {
		-webkit-line-clamp: 5;
	}
	.about-right-info-en {
		width: 54%;
	}
	.product-index-content {
		top: 80px;
	}

	.solution-index-content {
		top: 110px;
	}

	.product-index-content .more-btn {
		margin-top: 50px;
	}

	.product-index-thumbs-en {
		width: 850px;
	}
	.product-index-thumbs {
		bottom: 110px;
	}
	.solution-index-thumbs {
		bottom: 60px;
	}

	.solution-index-thumbs .swiper-slide {
		padding: 20px;
	}
}

@media (max-width: 1300px) {
	.solution-index-content {
		top: 80px;
	}

	#news-index .news-button {
		margin: 40px 0;
	}
	.contact-index-box .contact-index .contact-index-tel {
		padding-right: 100px;
	}
	.contact-index-box-en .contact-index-en .contact-index-tel {
		padding: 0 50px;
	}
}

@media (max-width: 1200px) {
	.about-right-info-en .about-index-item .about-index-num {
		font-size: 36px;
	}
	.about-right-info-en .about-index-item .about-index-content {
		font-size: 14px;
	}
}

@media (max-width: 992px) {
	.about-index-container {
		background: #f7f8fa;
		padding: 20px;
	}

	.about-index {
		display: block;
		padding: 20px 0;
	}

	.about-left-info,
	.about-right-info {
		width: 100%;
	}

	.about-left-info .about-left-title {
		font-size: 28px;
	}

	.about-left-info .about-left-desc {
		margin: 30px 0;
		font-size: 18px;
		/* max-width: 220px; */
	}

	.about-right-info .about-right-bg {
		margin-top: 0;
		position: initial;
		width: 100%;
	}

	.about-right-info .about-right-info-bg {
		display: none;
	}

	.about-right-info .about-index-item {
		width: 49%;
	}

	.about-right-info .about-index-item .about-index-num {
		font-size: 34px;
	}

	.product-index-content {
		padding: 0 20px;
	}

	.product-index-thumbs {
		width: 90%;
	}

	.product-index-thumbs .product-swiper-img {
		width: 50px;
		height: auto;
	}

	.product-index-content .product-index-title,
	.solution-index-content .solution-index-title {
		font-size: 28px;
	}
	.solution-index-thumbs .swiper-slide .swiper-slide-text {
		font-size: 16px;
	}
	.contact-index-box .contact-index .contact-index-info {
		font-size: 20px;
	}
	.contact-index-box .contact-index .contact-index-tel {
		padding-right: 40px;
	}
	#case-index .case-bg {
		display: none;
	}
	#case-index .caseSwiper {
		padding: 0 0 0 20px;
	}
	#case-index .swiper-slide>p {
		display: none;
		font-size: 16px;
		line-height: 60px;
		text-align: center;
		color: #666;
	}
	#case-index .swiper-slide-active>p {
		display: block;
	}
	.contact-index-box-en {
		padding: 40px 20px 20px;
	}
	.contact-index-box-en .contact-index-bg-en {
		border-radius: 10px;
		height: 400px;
	}
	.contact-index-box-en .contact-index-en {
		flex-direction: column;
		align-items: baseline;
		padding: 40px;
	}
	.contact-index-box-en .contact-index-en .contact-index-info {
		flex: 0;
	}
	.contact-index-box-en .contact-index-en .contact-index-tel {
		padding: 0;
		max-width: 100%;
	}
}


@media (max-width: 768px) {
	.about-left-info .about-left-title,
	.product-index-content .product-index-title,
	.solution-index-content .solution-index-title {
		font-size: 24px;
	}
	
	.about-right-info-en .about-right-bg {
		display: block;
	}
	.about-right-info .about-index-item-en {
		width: 100%;
	}

	.product-index-box {
		margin-bottom: 0;
	}
	.product-index-thumbs {
		bottom: 110px;
	}
	.solution-index-thumbs {
		bottom: 20px;
	}
	#solution-index .solution-index-thumbs .swiper-wrapper {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#solution-index .solution-index-thumbs .swiper-slide {
		width: 49% !important;
		margin-bottom: 10px;
	}
	.solution-index-thumbs .swiper-slide .swiper-slide-text {
		font-size: 16px;
	}
	.solution-index-thumbs .swiper-slide .swiper-slide-more {
		width: 34px;
		height: 34px;
	}
	.index-box .index-top {
		padding: 20px 0;
		margin-top: 0;
	}
	.index-box .index-title {
		font-size: 24px;
	}
	.index-box .more-btn {
		width: 110px;
		font-size: 12px;
		/* margin-top: 40px; */
	}
	.contact-index-box {
		padding: 20px;
	}
	.contact-index-box .contact-index-bg {
		border-radius: 10px;
		height: 400px;
	}
	.contact-index-box .contact-index {
		flex-direction: column;
		align-items: baseline;
		padding: 40px;
	}
	.contact-index-box .contact-index .contact-index-info {
		font-size: 18px;
		flex: 0;
	}
	.contact-index-box .contact-index .contact-index-tel {
		padding: 0;
	}
	.news-container .news-item .news-img {
		height: 200px;
	}
	#case-index .swiper-slide>p {
		font-size: 14px;
		line-height: 40px;
	}
}

@media (max-width: 576px) {
	.about-right-info .about-index-item {
		padding: 20px;
		width: 48%;
		margin-bottom: 12px;
	}
	.about-right-info .about-index-item-en {
		width: 100%;
	}
	.about-right-info .about-index-item .about-index-content {
		font-size: 14px;
	}
	.about-right-info .about-index-item .about-index-num {
		font-size: 24px;
	}
	.product-index-thumbs .swiper-slide-text {
		font-size: 12px;
	}
	.news-container .news-item .news-img {
		height: 150px;
	}
	.about-left-info .about-left-title, .product-index-content .product-index-title, .solution-index-content .solution-index-title, .index-box .index-title {
		font-size: 18px;
	}
	.solution-index-thumbs .swiper-slide .swiper-slide-text {
		font-size: 14px;
		text-align: left;
	}
	.news-container .news-item .news-index-info,
	.news-container .news-item .news-date {
		padding: 10px;
	}
	.news-container .news-item .news-item-title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.news-container .news-item-en .news-item-title {
		-webkit-line-clamp: 1;
		height: auto;
	}
	.news-container .news-item .news-item-content {
		font-size: 14px;
	}
	.index-box .index-top {
		padding: 20px 0;
		display: block;
	}
	.about-left-info .about-left-desc {
		font-size: 16px;
		/* max-width: 190px; */
	}
	.index-box .more-btn {
		margin-top: 40px;
	}
	#news-index .news-button {
		margin: 20px 0;
		justify-content: flex-start;
	}
	#news-index .news-button .news-button-prev, #news-index .news-button .news-button-next {
		margin: 0;
	}
	#news-index .news-button .news-button-prev {
		margin-right: 15px;
	}
	.index-box .news-btn {
		position: absolute;
		bottom: 40px;
		right: 20px;
		margin-top: 0;
	}
	.index-box .news-btn-en {
		bottom: 0;
	}
	.index-box .news-btn::before {
		content: '';
	}
}