.conUs-banner{
	width:100%;
	height:320px;
	background: url(../img/conbanner.jpg) no-repeat center center;
	background-size: cover;
}
*{	
	margin: 0;
	padding:0;
	font-family: "微软雅黑";	
}
.conUs-main *{
	box-sizing: border-box;
}
.conUs-main-con{
	box-sizing: border-box;
	width:1100px;
	margin:0 auto;
	padding:0px 50px;
	
}
.conUs-heading{
	font-size:23px;
	color:#343434;
	font-weight:600;
	padding-top:60px;
	padding-bottom:10px;
	text-align: center;
}
.conUs-headeing-dec{
	width:70px;
	height:2px;
	background-color:#2C9AF9;
	text-align: center;
	margin:0 auto;
	margin-bottom:50px;
}
.conus-left-heading{
	font-size:17px;
	color:#343434;
	font-weight: bold;
	line-height: 58px;
	border-bottom: 1px dashed #F1F1F1;
}
.conus-ul{
	margin-top:30px;
}
.conus-ul li{
	padding-left: 30px;
	line-height: 45px;
	background: url(../img/icon_add.png) no-repeat left center;
	font-size:13px;
	color:#747474
}
.conus-map{
	background: url(../img/img.jpg) no-repeat;
	background-size:cover ;
	position: relative;
	margin-left:50px;
}
.conus-map-bo{
	background: rgba(0,0,0,0.6);
	color:#FFFFFF;
	text-align: center;
	position: absolute;
	bottom:0px;
	line-height:52px;
	font-size: 15px;
	width:100%;
}
