#headerbox .header {
	position: absolute;
}

#headerbox {
	height: auto;
}
.titleContent{
	width: 100%;
	min-width: 1500px;
	border-bottom: 1px solid rgba(179, 185, 199, 0.5) ;
	margin-bottom: 35px;
}
.titleIcons{
	width: 1500px;
	margin: 0px auto;
	box-sizing: border-box;
	margin-top: 30px;
}
.titleIcons ul{
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 15px 0;
}
.titleIcons ul li{
	width: 156px;
	cursor: pointer;
}
.titleIcons ul li div img{
	display: block;
	margin: 0 auto;
}
.titleIcons ul li img.actImg{
	display: none;
}
.titleIcons ul li img.commonImg{
	display: block;
}
.titleIcons ul li.activeMenu img.actImg{
	display: block;
}
.titleIcons ul li.activeMenu img.commonImg{
	display: none;
}
.titleIcons ul li h2{
	width: auto;
	text-align: center;
	font-size: 16px;
	color: #717171;
	margin-top: 5px;
}
.titleIcons ul li.activeMenu h2{
	color: #EC830F;
}
.borderLine{
	width:48px;
	position: absolute;
	left: 54px;
	bottom: -2px;
	height: 3px;
	background-color:#F08D00 ;
	transition: all 0.3s;
}

.solutionContent{
	width: 1432px;
	margin:0  auto;
	display: flex;
	padding: 40px 0px;
	align-items: center;
	margin-bottom: 50px;
}
.solutionContent img{
	margin-right: 80px;
}
.solutionContent h1{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin-bottom: 30px;
}
.solutionContent h2{
	font-size: 24px;
	color: #666;
	font-weight: bold;
	margin-bottom: 30px;
}
.solutionContent div div{
	color: #999;
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 30px;
}
.solutionContent div p{
	color: #999;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 30px;
	padding-left: 20px;
	position: relative;
}
.solutionContent div p:before{
	content: " ";
	display: inline-block;
	width:5px ;
	height:5px;
	border-radius: 5px;
	background: #7A7A7A;
	position: absolute;
	left: 0px;
	top: 13px;
}