
/****************banner******************/
.banner{
	width: 100%;
	background-color: #00bcbe;
}
.banner img{
	width: 100%;
	height: 100%;
}
/****************contact_us***************/
.contact_us{
	width: 1090px;
	margin: auto;
	margin-top: 134px;
	margin-top:50px;
}
.contact_us .contact_title {
	padding-bottom: 9px;
	border-bottom: 1px solid #cfcfcf;
}
.contact_us .contact_title span:nth-child(1){
	display: inline-block;
	width: 3px;
	height: 27px;
	background: #00a5a3;
	float: left;
	margin-left: 3px;
	margin-right: 7px;
}
.contact_us .contact_title span:nth-child(2){
	color: #00a5a3;
	font-size: 24px;
	font-family: "黑体";
	height: 27px;
	line-height: 27px;
	display: inline-block;
	float: left;
}
/***************地址**************/
.location{
	margin-top: 32px;
}
/*************百度地图***********/
.contact_us .map{
	width:596px;
	height: 408px;
	margin-top: 32px;
	margin: auto;
	float: left;
	/*overflow: hidden;*/
}
.contact_us .map frame{
	border: none;
}
.message{
	height: 408px;
	display: flex;
	/*align-items: center;*/
	margin-bottom: 240px;
}
.message ul li{
	width: 390px;
	display: block;
	margin-bottom: 25px;
	margin-left: 50px;
	clear: both;
	overflow: hidden;
	font-size: 18px;
	font-family: "微软雅黑";
	color: #666666;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
}
.message ul li span{
	width: 50px;
	display: inline-block;	
	float: left;

}
.message ul li p{
	width: 340px;
	float: right;
}


