/*联系我们页面非公共内容*/
.page-contact-box {
	position: relative;
	font-size: 0.70rem;
}
.page-contact-box a {
	color: #d1be96; 
}
/*关于我们图片盒子*/
.contact-img-box img {
	width: 100%;
}
/*关于我们文字盒子*/
.contact-text-box {
	text-align: center;
}
/*关于其他分点*/
.contact-others {
	margin-top: 50px;
	text-align: center;
	overflow: hidden;
}
.contact-others h4 {
	padding-bottom: 20px;
	text-align: center;
}
.others-item {
	float: left;
	width: 20%;
}
.others-item-con {
	height:190px;
}
.others-item p{
		font-size: 0.6rem;
	}
/*媒体查询*/
@media screen and (max-width: 750px) {
	.others-item {
		margin-bottom: 50px;
		width: 100%;
		text-align: center;
	}
	.others-item-con {
		padding-top: 0px;
		height:100px;
	}
	.others-item p{
		font-size: 0.75rem;
	}
}