/* 
Anyou
设计负责人：XueJifei
开始时间：2021/02/19
*/

.anyou-contact3 .map{
	width: 100%;
	height: 400px;
}

.anyou-contact3 .box{
	position: relative;
	height: 120px;
	margin: 30px 0;
}
.anyou-contact3 .box h3{
	font-size: 18px;
	margin-bottom: 15px;
}
.anyou-contact3 .box p{
	color: #666;
	font-size: 14px;
	line-height: 1.8;
}
@media screen and (max-width: 1024px) {
	.anyou-contact3 .box{
		height: auto;
		margin: 0;
	}
	.anyou-contact3 .box h3 {
	    font-size: 0.36rem;
	    margin-bottom: 0.3rem;
	}
	.anyou-contact3 .box p {
	    color: #666;
	    font-size: 0.28rem;
	    line-height: 1.8;
	}
}