*{
	padding:0;
	margin:0;
}
html,body{
	max-width:100%;
	overflow-x:hidden;
}
.map-list a{
	color:#000;
	line-height:30px;
}
.map-title a{
	color:#f00;
}
.font-bold{
    font-weight: bold;
}
.copyright{
	background-color:#202020;
	color:#fff;
	line-height:30px;
	text-align:center;
}
.copyright a,.zh a,.en a{
	color:#fff;
}
a{
color	:#000
}
.header{
	line-height:30px;
	padding:5px 0;
}
.zh,.en{
	background-color:#f00;
	border-radius:15px;
	color:#fff;
}
.map-img{
position: relative;
height:50px;
overflow:hidden;
margin-bottom:5px;
background-position: center center;
background-size: cover;
-webkit-background-size: cover;
background-repeat: no-repeat;
width:100%;
}
/* .map-img:nth-child(even){
	margin-left:2%;
} */
.map-img img{
width:100%;
}
.map-nav{
	position: absolute;
    top: 50%;
    width: 100%;
	font-size:24px;
	margin-top:-17px;
}
.black{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.7);
	position: absolute;
	 top:0;
	 left:0;
}
.text-white{
	color:#fff;
}

/* .map-img:nth-child(1)	{
	background-image:url(../../../images/menu_about.jpg) ;
}
.map-img:nth-child(2)	{
	background-image:url(../../../images/menu_news.jpg) ;
}
.map-img:nth-child(3)	{
	background-image:url(../../../images/menu_zeren.jpg) ;
}
.map-img:nth-child(4)	{
	background-image:url(../../../images/menu_gongqiu.jpg) ;
}
.map-img:nth-child(5)	{
	background-image:url(../../../images/menu_product.jpg) ;
}
.map-img:nth-child(6)	{
	background-image:url(../../../images/menu_job.jpg) ;
}
.map-img:nth-child(7)	{
	background-image:url(../../../images/menu_team.jpg) ;
}
.map-img:nth-child(8)	{
	background-image:url(../../../images/menu_contact.jpg) ;
} */
#body{
		  background-image:url(../../../images/mapbg.jpg) ;
}
#map{
	
	height:100%;
	padding-top:20px;
}
.map-nav a{
	border:1px solid #fff;
	padding:5px 10px;
	border-radius:20px;
}