body{
	background:url(../imgs/index_bg.jpg) no-repeat center center;
	background-size:auto 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.logo{
	width: 21%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}
.logo img{
	width: 100%;
}
.wrap{
	width: 94%;
	height: 100%;
	margin: auto;
	position: relative;
}
.wrap .btns{
	overflow: hidden;
	margin-top: 8.4%;
}
.wrap .btns img{
	width: 100%;
	display: block;
}
.wrap .btns .car{
	float: left;
	width: 6.8%;
}
.wrap .btns .cultural{
	float: right;
	width: 6.8%;
}
.wrap .item{
	width: 18.6%;
	background-image: url(../imgs/black.png);
	position: absolute;
}
.wrap .item .add{
	position: absolute;
	right: -4px;
	top: -4px;
}
.wrap .item .add3{
	position: absolute;
	left: -4px;
	top: -4px;
}
.wrap .item p{
	padding: 20px;
	padding-bottom: 30px;
	line-height: 28px;
	font-size: 16px;
	color: #fff;
}
.wrap .item p span{
	display: block;
	height: 20px;
}
.wrap .item p a.red{
	color: #e00222;
}

.wrap .item01{
	top: 0;
	left: 0;
	margin-top:10%;
}
.wrap .item02{
	top: 0;
	left: 21.4%;
	margin-top:7.4%
}
.wrap .item03{
	top: 0;
	right: 2%;
	margin-top:8.7%
}

.icons{
	position: fixed;
	top: 28px;
	right:28px;
	width: 4%; 
}
.icons a{
	cursor: pointer;
	display:inline-block;
	width: 100%;
}
.icons a img{
	display: block;
	width: 100%;
}
/*map*/
.map{
	position: fixed;
	bottom: 0;
	right:0;
	z-index: 10;
	width: 508px; 
	
	cursor: pointer;	
}
.map .big_map{
	width: 100%;
	padding: 48px;
	background: #fff;
	position: relative;
	left: -96px;
	bottom: 0;
	z-index: 2;
	display: none;
}
.map .big_map h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #e50012;
}
.map .big_map .map_img img{
	width: 100%;
	display: block;
}
.map .map_btn{
	width: 34%;
	position:absolute;
	z-index: 1;	
	bottom: 0;
	right: 0;
}
.map .map_btn img{
	width: 100%;
}
@media (max-width: 1600px){
	.wrap .item p{
		font-size: 12px;
		line-height: 20px;
	}
}