.jumbotron-staff {
	padding-bottom:0;
	padding-top:0;
}
.join {
	background: #f5f5f5;
	background-size: cover;
	min-height: 300px;
}
.join h3 {
	/*
	background: url("../images/red_dot.png") no-repeat left 0;
	text-indent: 25px;
	*/
	font-size: 15px;
}
.join h3 a {
	color: #333;
}
.join p {
	color: #333;
	font-size: 12px;
}
.join .join-footer span {
	color: #333;
	font-size: 12px;
	margin-right: 35px;
}
.join-wrapper {
	padding: 30px 0 0 0;
}
.join-content {
	margin-top:-23px;
}
.join-content h3 {
	font-size: 16px;
}
.join-content p {
	font-size: 12px;
	line-height:200%;
}
a.news-btn {
	padding:1px 15px;
	line-height:30px;
	background:#da251c;
	color:#fff;
	text-align:center;
	float:left;
	margin-top:10px;
	margin-bottom: 10px;
}



.contact {
	background: #fff;
	color:#666;
}
.contact-wrapper {

}
.contact .message h2 {
	font-size: 14px;
	text-align: left;
}
.contact .message {
	text-align: center;
}
.contact .message textarea {
	width:100%;
	min-height: 150px;
	background: #fff;
	border:1px solid #ccc;
	border-radius: 4px;
	outline:none;
	padding: 5px;
	color:#333;
}
.contact .message .submit {
	width:80%;
	background: #1a3a75;
	padding: 10px 0;
	margin-top: 10px;
	letter-spacing: 2px;
}
.contact-us {
	/* letter-spacing: 1px; */
}
.contact-us .label {
	font-size: 12px;
	color: #666;
}
.contact-us .fa, .join .fa {
	font-size: 12px;
	color: #db3e3e;
}
.contact-us tr {
	height:40px;
	line-height: 40px
}
.contact-us td {
	font-size: 12px
}
.contact-us .black {
	color: #000;
}
.contact-us .other-phone {
	margin-right: 10px;
}
.contact-us .email .first {
	padding-left: 35px;
}
.contact-us .email .content {
	padding-left: 20px;
}
/*
.contact-us .name {
	background: url("../images/contact_phone_small.png") no-repeat left center;
	padding: 10px 0 10px 25px;
}
.contact-us .phone {
	background: url("../images/contact_phone_small.png") no-repeat left center;
	padding: 10px 0 10px 25px;
}
.contact-us .position {
	background: url("../images/contact_position_small.png") no-repeat left center;
	padding: 10px 0 10px 25px;
}
.contact-us .postcode {
	background: url("../images/contact_postcode_small.png") no-repeat left center;
	padding: 10px 0 10px 25px;
}
.contact-us .emails {
	background: url("../images/contact_email_small.png") no-repeat left center;
	padding: 10px 0 10px 25px;
}
*/
.contact .map {
	margin-top: 20px;
}
#dituContent {
	width:100% !important;
}
.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}
.contact .media-title span,.contact .media p{
	color: #fff;
}


/*没有小于768px，是因为Bootstrap3以移动端优先设计*/

/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
	.about-container {

	}
	.contact-us {
		margin-top:20px;
	}
	.contact-us td {
		font-size: 13px
	}
	.contact-us .label {
		font-size: 14px;
	}
	.contact-us .fa {
		font-size: 18px;
	}
	.join .fa {
		font-size: 15px;
	}
}

/* 中等屏幕（桌面显示器，大于等于992px） */
@media (min-width: 992px) {
	.contact-us {
		margin-top:20px;
	}
	.contact-us td {
		font-size: 14px
	}
	.contact-us .black {
		font-size: 20px;
	}
	.contact-us .label {
		font-size: 14px;
	}
	.contact-us .fa {
		font-size: 18px;
	}
	.join .fa {
		font-size: 15px;
	}
}

/* 大屏幕（大桌面显示器，大于等于1200px） */
@media (min-width: 1200px) {
	.contact-us {
		margin-top:20px;
	}
	.contact-us td {
		font-size: 14px
	}
	.contact-us .black {
		font-size: 22px;
	}
	.contact-us .label {
		font-size: 14px;
	}
	.contact-us .fa {
		font-size: 18px;
	}
	.join .fa {
		font-size: 15px;
	}
}