.banner{
	height: 240px;
    background-image: url(../images/usbanner.jpg);
    background-repeat: no-repeat;
    position: relative;
}
.bannerText{
	position: absolute;
	text-align: center;
	color:#fff;
	left:50%;
	top:50%;
	z-index: 2;
	transform: translate(-50%,-50%);
}
.enText{
	font-size: 26px;
}
.cnText{
	font-size: 20px;
}
.middle{
	background-color:#f4f4f4;
	padding:20px 0px 30px 0px;
}
.middleMsg{
	width:900px;
	background-color: #fff;
	height:500px;
	margin:0 auto;
	padding-top:56px;
	padding-left:150px;
	padding-right:150px;
}
.mapArea{
	position: relative;
	width:900px;
	height:340px;
}
.middleLeft{
	display: inline-block;
	width:490px;
	height:340px;
}
.middleRight{
	display: inline-block;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	margin-left:60px;
}
.middleRight .titleText{
	font-weight: bold;
	margin-bottom:20px;
}
.middleRight .text{
	font-size: 14px;
	margin-bottom:10px;
}
