@charset "utf-8";
/*导航*/
.solubanner {
	width: 100%;
	overflow: hidden;
}
.solubanner img {
	vertical-align: middle;
}
.solutions_title {
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #e1e1e1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
    justify-content: center;
}
.solutions_title_item {
	height: 80px;
	font-size: 18px;
	font-weight: bold;
	color: #7e7e7e;
	float: left;
	padding-top: 38px;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 60px;
}
.solutions_title_box {
	display: inline-block;
	cursor: pointer;
}
.solutions_bar_across {
	display: block;
	width: 50px;
	height: 3px;
	background-color: #ff7611;
	position: absolute;
	transition: 0.2s ease;
}
.solutions_title_box:hover .solutions_title_box_a {
	color: #ff7611 !important;
	text-decoration: none;
}
.solutions_title_box_a {
	color: #7e7e7e !important;
	text-decoration: none;
	position: relative;
	display: block;
}
.solutions_title_box_span {
	display: none;
	width: 50px;
	height: 3px;
	background-color: #ff7611;
	position: absolute;
	top: 38px;
	left: 50%;
	transform: translateX(-50%);
}
.solutions_title_item.active .solutions_title_box_span {
	display: block;
}
.solutions_title_item.active .solutions_title_box_a {
	color: #ff7611 !important;
}

/* 手机 */
.main-mobile .solutions_title {
	height: 60px;
	justify-content: space-around;
}
.main-mobile .solutions_title_item {
	height: 60px;
	font-size: 16px;
	margin: 0;
	padding-top: 22px;
	white-space: nowrap;
}
.main-mobile .solutions_title_box_span {
	top: 35px;
}
