.container1{
  padding-top: 142px;
}
.title{
	text-align: center;
}


.sec{
	padding-top: 20px;
}
h5{
	color:#A08C77;
}
.imgcover{
	margin-top:18px;
	width: 100%;
	height: 500px;

}
.imgcover>img{
	object-fit: cover;
	width: 100%;
	height:100%
}
.midtext{
	position: absolute;
	top: 50%
	left:50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.shenqing{
	color: #9a9a9a;
}
.shenqing:hover{
	color: #31639c;
}