.titleBox{
	width: 932px;
}
.titleBox h1{
	background:url(../images/theHandIcon.png) no-repeat right center;
}
.zhouchao{
	margin-top:16px;
	margin-bottom: 30px;
}
.items{
	width: 808px;
	margin:0 auto;
	margin-bottom: 42px;
}
.itemsMain{
	width: 100%;
	border: 1px solid #e2e2e2;
	box-sizing:border-box;
	padding: 25px 16px 25px 26px;
	position: relative;
	display: flex;
	flex-direction:row;
	align-items:center;
}
.itemsMain:hover{
	border-color: #bebebe;
}
.itemsTitle{
	width: 14%;
	font-size: 17px;
	color: #111;
	letter-spacing: 3px;
}
.itemsText{
	width: 86%;
}
.itemsText p{
	font-size: 14px;
	color: #555;
	line-height:1.7;
}
.redPointBox1{
	position: absolute;
	top:-2px;
	left:50%;
	margin-left: -78px;
	display: flex;
	background: white;
	width: 150px;
	justify-content:space-around;
}
.redPointBox2{
	position: absolute;
	bottom:-2px;
	left:50%;
	margin-left: -78px;
	display: flex;
	background: white;
	width: 150px;
	justify-content:space-around;
}
.redPoint{
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #c80010;
}
@media screen and (max-width: 1000px){
   .top,.partSeven,.footer,.line,.titleBox,.zhouchao{
	    width: 1220px;
	}	
	.navLi:last-child{
		display: none;
	}	
}