.contact-bg{
	background: url(../images/all-bgimg01.png) no-repeat left;
	width: 100%;
	height: 250px;
	color: #ffffff;
	text-align: center;
	line-height: 250px;
	/*border: 1px solid red;*/
	margin-top: 95px;
}
.contact-bg h3{
	font-weight: 500;
    font-size: 42px;
}
.contact-box{
	width: 100%;
	height: 700px;
	/*border: 1px solid black;*/
	position: relative;
	top: 100px;
}
.contact-bg h1{
	font-size: 20px;
}
.cont-mode{
	width: 100%;
	height: 200px;
	padding-top: 60px;
	/*border: 1px solid red;*/
	display: flex;
	justify-content: center;
}
.cont-mode div{
	margin: 0 30px;
}
.cont-mode div span{
	font-size: 20px;
}
.cont-mode div p{
	font-size: 16px;
}

.cont-map{
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	background: #fafafa;
}

.cont-map .map-words{
	width: 45%;
	height: 400px;
	/*border: 1px solid black;*/
	/*margin: 0 auto;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.map-wo{
	width: 100%;
	height: auto;
	/*text-align: center;*/
	padding-left: 60px;
}
.map-wo span{
	font-size: 32px;
}
.map-wo p{
	font-size: 16px;
	line-height: 2;
}

.cont-map .map-navigation{
	width: 680px;
	height: 400px;
	/*border: 1px solid red;*/
}
/*百度地图*/
#baiduMap { width: 680px; height: 400px; }
