#mapContainer{
	height: 400px;
}
.mapMessage{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #777;
	background: #f5f6f7;
	font-size: 14px;
}
.infoWindow{
	box-sizing: border-box;
	height: 140px;
	width: 540px;
	padding: 20px;
	background: #fff;
	border-radius: 12px;
	font-size: 0;
	overflow: hidden;
}
.tdt-infowindow-content-wrapper{
	border-radius: 12px;
	overflow: hidden;
}
.tdt-infowindow-content{
	margin: 0;
	border-radius: 12px;
	overflow: hidden;
}
.tdt-infowindow-close-button{
	display: none;
}
.infoWindow>.title{
	font-weight: bold;
	color: #333;
	font-size: 16px;
	width: 240px;
	float: left;
}
.infoWindow>.pic{
	width: 200px;
	height: 100px;
	background-image: url(https://cdn.qipengit.com/file/3aa8b003-2592-4b11-ba16-65ccb8dda70f.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-right: 40px;
	position: relative;
}

.infoWindow>.pic:after{
	content: '';
	position: absolute;
	right: -20px;
	height: 100%;
	border-right: 1px solid #f1f2f3;
}
.infoWindow>.tel{
	color: var(--primary);
	font-size: 20px;
	float: left;
}
.infoWindow>.address{
	float: left;
	font-size: 12px;
	color: #999;
	width: 240px;
}
.contactMain{
	text-align: center;
	padding-bottom: 40px;
}
.contactMain h1{
	font-size: 30px;
	color: #333;
	padding-bottom: 20px;
	padding-top: 30px;
}
.contactMain h2{
	line-height: 2em;
	font-size: 18px;
	max-width: 900px;
	display: inline-block;
	color: #555;
	font-weight: normal;
}

.contactMain h3{
	line-height: 2em;
	font-size: 18px;
	max-width: 900px;
	display: inline-block;
	color: #777;
	font-weight: normal;
	padding-bottom: 20px;
	position: relative;
}
.contactMain h3:before{
	background:#ccc;
	height: 1px;
	width: 50px;
	position: absolute;
	left: -100%;
	top: 18px;
	margin-left: -10px;
	content: '';
}
.contactMain h3:after{
	background:#ccc;
	height: 1px;
	width: 50px;
	position: absolute;
	right: -100%;
	top: 18px;
	margin-right: -10px;
	content: '';
}
.contactBox{
	background: #fff;
	padding: 20px;
	margin-top: 30px;
	border-radius: 3px;
	text-align: left;
}
.contactBox .title{
	font-weight: bold;
	color: #555;
	font-size: 14px;
	padding-bottom: 10px;
}
.contactBox>div>div>i{
	margin-right: 10px;
}
.contactBox>div>div>span{
	margin-left: 20px;
	color: #555;
}
.contactBox>div>div{
	line-height: 34px;
	color: #777;
	font-size: 14px;
}
.summary{
	line-height: 2.5em;
	font-size: 16px;
	display: inline-block;
	color: #555;
	font-weight: normal;
}
.summary>i:first-child{
	font-size: 30px;
	position: relative;
	top: -4px;
	color: #999;
}
.summary>i:last-child{
	font-size: 30px;
	transform: rotate(180deg);
	display: inline-block;
	position: relative;
	top: 8px;
	color: #999;
}
.minTitle{
	line-height: 30px;
	text-align: center;
}
.minTitle>span{
	font-size: 18px;
	display: inline-block;
	color: #777;
	font-weight: normal;
	padding-bottom: 20px;
	position: relative;
}
.minTitle>span:before{
	height: 1px;
	width: 100%;
	position: absolute;
	right: 100%;
	content: '';
	background: #ddd;
	top: 15px;
	margin-right: 20px;
}
.minTitle>span:after{
	height: 1px;
	width: 100%;
	position: absolute;
	left:  100%;
	content: '';
	background: #ddd;
	top: 15px;
	margin-left: 20px;
}
.contactInfo{
	line-height: 38px;
	font-size: 14px;
	color: #777;
}
.contactInfo .col-8{
	color: #555;
	font-weight: 500;
}
.contactInfo .col-4>i{
	margin-right: 10px;
	position: relative;
	top: 1px;
}
