* {
	box-sizing: border-box;
}

.content_card a {
	text-decoration: none;
	color: #000;
}

.content_title h2,
.content_card h5 {
	font-weight: bold;
}

.pc_banner_box .img_top {
	min-height: 375px;
	position: relative;
}

.mobile_banner_box .img_top {
	min-height: 250px;
	position: relative;
}

.img_top .contact_us_btn {
    padding: 10px 30px;
    display: inline-block;
    font-size: 24px;
    font-weight: 200;
    position: absolute;
    top: 50%;
    left: 17%;
	border: 1px solid #fff;
	color: #fff;
    border-radius: 4px;
}

.img_top .contact_us_btn .btn_icon {
	width: 24px;
	height: 20px;
	display: inline-block;
	object-fit: cover;
	margin-left: 14px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../index/icon-more_w.png);
}

.img_top .img_box {
	width: 100%;
	height: 100%;
	position: relative;
}

.img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_text {
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
	position: absolute;

}

.top_text strong {
	color: #fff !important;
	line-height: 55px;
}

.content {
	width: 100%;
	background-color: #f6f7fa;
	border: 0;
	overflow: hidden;
}

.content_box .related_cases_more {
	margin-left: 10px;
	position: absolute;
	right: 20px;
	top: 90px;
}
.content_box .image_box {
	margin-bottom: 10px;
}
.content .tab-pane {
	padding: 20px 15px;
}

.content_box .related_cases_more a {
	color: #333;
}

.content_box .related_cases_more:hover a {
	color: #3172f6;
}

.content_box {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 15px;
	overflow: hidden;
	position: relative;
}

.bg_white {
	background-color: #fff !important;
}

.content_title {
	margin: 100px 0;
}

.content_box .painpoin_box {
	height: auto;
}

.content_swiper {
	/* width: 100%; */
	height: 500px;
	overflow: hidden;
	position: relative;
}

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

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-pagination .swiper-pagination-bullet,
.content_swiper .swiper-pagination-bullet {
	width: 1.5%;
	min-width: 15px;
	opacity: 0.9;
	height: 3px;
	border-radius: 10px;
	background: #efefef;
}

.swiper-pagination-bullet-active {
	background-color: #9886fa !important;
}

.swiper-button-prev {
	left: 0 !important;
}

.swiper-button-next {
	right: 0 !important;
}

.swiper-button-prev,
.swiper-button-next {
	background-color: rgba(0, 0, 0, 0.2980392156862745);
	width: 50px !important;
	height: 75px !important;
}

.tabs_box {
	width: 100%;
	max-width: 550px;
	height: 170px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabs_box >h2{
	font-size: 24px;
}

.tab-content {
	padding: 15px;
}

.ele_icon {
	width: 68px;
	height: 68px;
	margin: 0 15px 0 0;
	border-radius: 50%;
	overflow: hidden;
	background-color: #efefef;
}

.ele_icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ele_title {
	font-weight: bold;
	font-size: 24px;
}

.ele_desc {
	color: #a5a5a5;
	font-size: 16px;
}

#nav-tab .active {
	border-left: 10px solid #3172f6;
	background: linear-gradient(to right, #e6efff, #fff);
	color: #3172f6;
}

#nav-tab .active h2 strong {
	color: #3172f6 !important;
}

.card {
	border-radius: 10px !important;
}

.list_box a {
	cursor: pointer;
}

.list_box a:hover .solution_item_title {
	color: #d71820;
}

.mobile_banner_box {
	display: none;
}

.solution_item_title {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	text-align: center;
	font-weight: 300;
}

@media (max-width: 1440px) {
	.img_top .contact_us_btn {
		padding: 10px 20px;
		font-size: 18px;
	}
	.img_top .contact_us_btn .btn_icon {
		width: 18px;
		height: 16px;
	}
}
@media (max-width: 1024px) {
	.img_top .contact_us_btn {
		transform: translateY(-30px);
	}
}

@media screen and (max-width: 768px) {
	.img_top .contact_us_btn {
		transform: translateY(0);
		top: 44%;
		left: 6%;
		font-size: 14px;
		padding: 8px 20px;
	}
	.img_top .contact_us_btn .btn_icon {
		width: 14px;
		height: 14px;
	}
	.img_top .img_box img {
		height: 250px !important;
		object-fit: cover;
	}

	.top_text strong {
		line-height: 12px !important;
	}

	.top_text h2 {
		font-size: 14px !important;

	}

	.top_text h5 {
		font-size: 12px !important;
	}

	.content_card_detail_btn {
		bottom: -14px;
		right: 10px;
	}

	.content_swiper {
		height: 250px;
	}

	#nav-tab {
		display: flex;
	}

	#nav-tab .tabs_box {
		max-height: 150px;
		margin-right: 0 !important;
		padding: 0 10px;
	}

	#nav-tab .active {
		border-left: 0;
		border-top: 10px solid #3172f6;
		background: linear-gradient(to bottom, #e6efff, #fff);
		color: #3172f6;
	}

	#nav-tab .tabs_box h2,
	h3 {
		font-size: 16px !important;
	}

	#nav-tab .tabs_box h4 {
		font-size: 14px !important;
	}

	.pc_banner_box {
		display: none;
	}

	.mobile_banner_box {
		display: block;
	}

	.ele_desc {
		color: #a5a5a5;
		font-size: 14px;
	}

	.solution_item_title {
		font-size: 14px;
	}
}
@media screen and (max-width: 567px) {
	.img_top .contact_us_btn {
		top: 50%;
	}
}