body{
	background: #F4F4F4;
}
.contbox{
	margin-top: 20px;
	overflow: hidden;
}
.contbox>.boxfl{
	width: 130px;
	height: 640px;
	float: left;
	background: #fff;
	border: none;
}
.contbox>.boxfr{
	width: 1050px;
	float: right;
	min-height: 710px;
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 100px;
}
.espetit{
	color: #666666;
	font-size: 18px;
	border-bottom: 2px solid  #E1251B !important;
	position: relative;
	line-height: 30px;
	display: inline-block;
}
.espetit::after{
	content: "";
	width: 1010px;
	height: 1px;
	background: #eee;
	position: absolute;
	bottom: -3px;
	left: 0;
}
.servicephone{
	display: flex;
	align-items: center;
	margin-top: 120px;
	justify-content: center;
}
.servicephone img{
	width: 91px;
	margin-right: 30px;
}
.servicephone div{

}
.servicephone div p{
	font-size: 27px;
	color: #999999;
	margin-bottom: 11px;
}
.servicephone div span{
	color: #333;
}











