.ourAdvantageBox{
	width: 100%;
	padding-top:300px;
	padding-bottom: 320px;
	display: flex;
	justify-content:center;
	align-items: center;
}
.ourAdvantage{
	width:475px;
	height: 334px;
	position: relative;
}
.ourAdvantageMainPic{
	width:100%;
	height: 100%;
}
.ourAdvantageItems{
	position: absolute;
	width: 200px;
	display: flex;
	flex-direction:column;
	align-items: center;
	text-align: center;
}
.ourAdvantageItems1{
	top:50px;
	left:-170px;
}
.ourAdvantageItems2{
	top:-230px;
	left:50%;
	margin-left: -85px;
}
.ourAdvantageItems3{
	top:50px;
	right:-170px;
}
.ourAdvantageItems4{
	top: 346px;
	right: -30px;
}
.ourAdvantageItems5{
	top: 346px;
	left: 0px;
}
.ourAdvantageItems img{
	width: 138px;
	height: 138px;
}
.ourAdvantageItems h3{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	margin-top:15px;
	margin-bottom:8px;	
	letter-spacing: 2px;
}
.ourAdvantageItems p{
	font-size: 14px;
	color: #666;
	line-height:1.6;
}
.form-container{
	margin:0 auto;
	width: 640px;
	margin-bottom: 80px;
	margin-top: 20px;
}
.formTitle{
	line-height: 1;
	margin-bottom: 25px;
	font-size: 19px;
	color: #a87f37;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
#subBtn:hover{
	border-color: #666;
}
.formItemBlock{
	margin-bottom: 0px!important;
	display:flex;
	align-items: center;
}
@media screen and (max-width: 1000px){
   .top,.partSeven,.footer,.line,.smallbanner,.ourAdvantageBox{
	    width: 1220px;
	}
	.form-container{
		width: 60%;
		margin-left: 30%;
	}
	.navLi:last-child{
		display: none;
	}	
}