.indexBanner {
	width: 100%;
}

.indexBanner img {
	width: 100%;
}
.contactUs {
	width: 100%;
	padding: 0 50px;
}

.comTit {
	text-align: center;
	padding: 30px 0 20px 0;
}

.comTit span {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	background: url(../img/pagetitbg.png) no-repeat center bottom;
	background-size: 126px 14px;
}

.joinBox{
	width: 100%;
	background: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 12px;
}
.joinTit{
	font-size: 27px;
	padding: 60px 0 40px 0;
}
.joinNum{
	font-size: 21px;
}
.phoneImg img{
	width: 100px;
}
.phoneImg{
	padding: 35px 0 40px 0;
}
.qrcodeImg img{
	width: 120px;
}
.comName{
	font-size: 10px;
	padding-top: 20px;
}
.comEmail{
	font-size: 10px;
	padding-top: 8px;
	padding-bottom: 40px;
}
.addressBox{
	width: 100%;
	background: #4d4d4d;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 12px;
	color: #fff;
}
.addressTit{
	font-size: 27px;
	padding: 45px 0;
}
.addressText{
	font-size: 13px;
}
.addressImg{
	padding: 40px 0 60px 0;
}
.addressImg img{
	width: 100px;
}

#dituContent{
	margin: auto;
	width:620px;
	height:500px;
	border:#ccc solid 1px;
}
.line-20{
	width: 100%;
	height: 20px;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}