.contactUs-section{
	padding: 50px 0;
}
.contactUs-ctn{
	position: relative;
	margin-bottom: 55px;
}
.contact-cpyMsg-list{
	float: left;
	width: 30%;
	height: auto;
}
.cpyMsg-title{
	font-size: 22px;
	font-weight: bold;
	color: #004198;
	margin-bottom: 30px;
}
.cpyMsg-detail{
	width: 70%;
	font-size: 16px;
	color: #121212;
}
.contactUs-qCode-ctn{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
/*百度地图部分*/
#bdMap{
	width: 100%;
	height: 570px;
	overflow: hidden;
}
.address-title{
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
	cursor: pointer;
}
.address-mainCtn{
	font-size: 16px;
	color: #333333;
}
.address-mainCtn>div{
	margin-bottom: 15px;
}



@media only screen and (max-width: 980px) {
	.contact-cpyMsg-list{
		float: unset;
		width: 100%;
	}
	.cpyMsg-title{
		margin-bottom: 10px;
	}
	.contactUs-qCode-ctn{
		position: relative;
		top: 0;
		transform: none;
	}
	#bdMap{
		height: 400px;
	}
	.address-title{
		font-size: 22px;
	}
}