
.main > section .content{
	display: flex;
	flex-direction: column;
	padding-top: 42px;
}
.map-container{
	height: 430px;
	margin-bottom: 33px;
	border:20px solid transparent;
	border-image: url("../images/contactus/bg.png") 20 round;
}
#map{
	width: 100%;
	height: 100%;
}
.BMap_cpyCtrl.BMap_noprint.anchorBL,.anchorBL{
	display: none;
}
.clauses{
	display: flex;
	align-items: center;
	height: 60px;
	padding: 6px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	background-image:url("../images/contactus/03_.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.clauses:last-child{
	justify-content: space-between;
}
.clauses .icon{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 60px;
	height: 100%;
	margin-right: 30px;
	text-align: center;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
}
.clauses i{
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
}
.clauses .addr{
	display: flex;
	align-items: center;
	height: 100%;
}
.clauses .addr +  img{
	margin-right: 10px;
	cursor: pointer;
}
.content + p{
	display: none;
	padding: 0 21px;
	line-height: 30px;
	font-size: 18px
	letter-spacing: 1px;
	color: #626262;
	border: 3px solid transparent;
	border-image: url("../images/contactus/03_.png") 3 round;
	border-top: none;
}