

/*# sourceMappingURL=style.css.map */

/* 本例子css */
body{
	padding: 0;
	margin: 0;
	min-width: 1280px;
}
.map-title{
	width: 1280px;
	margin:110px auto 145px;
}
.map-title h2{
	height: 40px;
	line-height: 40px;
	font-size:26px;
	color: #333;
	text-align: center;
	margin:0 auto 85px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.map-title .warp{
	width: 1280px;
	overflow: hidden;
}
.map-title .warp ul{
	width: 1360px;
}
.map-title .warp li{
	float: left;
    width: 100px;
    margin-right: 70px;
}
.map-title .warp li .title{
	font-size:18px;
	color: #222;
	margin-bottom: 20px;
	line-height: 28px;
}
.map-title .warp li .details,.map-title .warp li .details a{
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #a4a4a4;
}
.map-title .warp li .details a{
	cursor: pointer;
		transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.map-title .warp li .details a:hover{
	color: #000;
}


.legal-warp{
	width: 1150px;
	margin: 55px auto 140px;
}
.legal-warp .title{
	margin-bottom: 60px;
}
.legal-warp .title h3{
	font-size: 26px;
	line-height: 40px;
	color: #666;
	text-align: center;
	margin-bottom: 25px;
}
.legal-warp .title .tit{
	font-size: 12px;
	color: #666;
	line-height: 22px;
}
.legal-warp .list,.legal-warp .list .span{
	width: 100%;
}
.legal-warp .list li{
	margin-bottom: 35px;
}
.legal-warp .list h3{
	color: #c2986d;
	font-size: 18px;
	line-height: 30px;
	padding-left: 35px;
	margin-bottom:15px;
}
.legal-warp .list .details,.legal-warp .list .details p{
	font-size: 12px;
	line-height: 22px;
	color: #727171
}
.legal-warp .list .span span{
	display: block;
	font-size: 12px;
	color: #727171;
	line-height: 24px;
	padding-left: 30px;
	background: url(../img/legal-icon8.png) 10px center no-repeat;
}



