#tab_content {
	background-color: #f1f1f3;
	position: relative;
}
.solution-body.banner {
	background: url(../../imagess/jjfa_pic.png) center no-repeat;
	background-size: cover;
	height: 300px;
}
.tab_navbar {
	height: 55px;
	/* border-bottom: 1px solid #e0e0e0; */
	display: flex;
	align-items: center;
}
.tab_box {
	display: flex;
	justify-content: center;
	align-items: center;

	font-size: .875rem;
	height: 55;
	line-height: 55px;
}
.tab_box li {
	margin-right: 87px;
	cursor: pointer;
}
.tab_box li > a {
	color: var(--color-333);
}
.tab_box li.active {
	border-bottom: 2px solid var(--main-color);
}
.solution_list {
	padding-top: 40px;
	width: 1212px;
	display: flex;
	flex-wrap: wrap;
}
.solution_item {
	display: flex;
	flex-direction: column;
	width: 288px;
	margin-right: 15px;
	overflow: hidden;
}
.solution_item:nth-child(3n-2) {
	margin-bottom: 10px;
}
.solution_list > .solution_item:last-child {
	margin-right: 0;
}
.solution_item > img {
	width: 288px;
	height: 150px;
	transition: all .4s;
}
.solution_item:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.solution_item > .solution_content {
	height: 185px;
	border: 1px solid #e0e0e0;
	background: var(--color-fff);
}
/*.solution_item > .solution_content:hover {*/
/*	cursor: pointer;*/
/*	box-shadow: 2px 10px 5px -3px rgba(0, 0, 0, .16);*/
/*}*/
.solution_item:hover {
	cursor: pointer;
	box-shadow: 10px 10px 5px -5px rgba(0, 0, 0, .16);
}
.solution_item > .solution_content > .solution_name {
	font-size: 1rem;
	color: var(--color-333);
	padding: 20px 0 20px 24px;
}
.solution_item > .solution_content > .solution_miaoshu {
	padding: 0 24px;
	font-size: .875rem;
	color: var(--color-999);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
}
.ck_solution {
	display: block;
	width: 114px;
	height: 30px;
	line-height: 30px;
	font-size: .75rem;
	color: var(--main-color);
	border: 1px solid var(--main-color);
	border-radius: 3px;
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;
	cursor: pointer;
}
.ck_solution:hover {
	background: var(--main-color);
	color: var(--color-fff) !important;
}
.advantage {
	display: flex;
	/*margin: 40px 0 50px 0;*/
	/* margin-bottom: 50px; */
}

.advantage .advantage_item {
	display: flex;
	align-items: center;
	border: 1px solid #e0e0e0;
	height: 175px;
	width: 590px;
	margin-right: 15px;
	background: var(--color-fff);
}
.advantage div.advantage_item:last-child {
	margin-right: 0;
}
.advantage_item > img {
	margin-left: 50px;
	width: 64px;
	height: 64px;
}
.advantage_miaoshu {
	padding: 0 70px 0 36px;
}
.advantage_miaoshu > div:first-child {
	font-size: 1.125rem;
	color: var(--color-666);
	padding-bottom: 15px;
}
.advantage_miaoshu > div:last-child {
	font-size: .875rem;
	color: var(--color-999);
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
}

.association_box {
	display: flex;
	font-size: 18px;
	color: var(--color-666);
	padding-bottom: 50px;
}
.association_box > ul {
	display: flex;
	margin-left: 20px;
}
.association_box > ul li > a {
	color: var(--color-999);
	font-size: 16px;
}
.association_box > ul li + li:before {
	padding: 20px;
	color: #9a9aa6;
	content: "|";
}

#coreFunctions_list {
	min-height: 635px;
	color: var(--color-333);
}
.all_solution_list {
	padding-top: 40px;
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: space-between;
}
.all_solution_list > .solution_item:last-child {
	margin-right: 0;
}
/* 修改swiper样式 */

#tab_content .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-image: url(../../images/gywm_ryzz_btn01.png);
}
#tab_content .swiper-button-next.swiper-button-disabled {
	opacity: 1;
	background-image: url(../../images/gywm_ryzz_btn02.png);
}
#tab_content .swiper-button-prev,
#tab_content .swiper-container-rtl .swiper-button-next {
	background-image: url(../../images/gywm_ryzz_btn06.png);
	left: -50px;
	right: auto;
}
#tab_content .swiper-button-next,
#tab_content .swiper-container-rtl .swiper-button-prev {
	background-image: url(../../images/gywm_ryzz_btn05.png);
	right:-50px;
	left: auto;
}
#tab_content .swiper-button-next,
#tab_content .swiper-button-prev {
	top: 25%;
	height: 88px;
	background-size: 34px 88px;
}