.wrap12:before{
	content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../imgs/park/wrap12.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.wrap12 .title{
	color: #f7b52b;
}
.wrap12 .title .line{
	width: 120px;
	height: 3px;
	background: #f7b52b;
	margin-top: 20px;
}
.wrap12 .park{
	margin-top: 40px;
	display: flex;
	align-items: center;
}
.wrap12 .park img{
	width: 700px;
}
.wrap12 .park .block{
	width: 400px;
	background: rgba(0,0,0,.6);
	padding: 50px 0;
	transform: skew(-18deg);
	border-right: 4px solid #f7b52b;
	border-bottom: 4px solid #f7b52b;
}
.wrap12 .park .block ul{
	transform: skew(18deg);
}
.wrap12 .park .block ul li{
	color: #fff;
	font-size: 24px;
	line-height: 50px;
}
.wrap12 .park .block ul li>span{
	padding-right: 8px;
	font-weight: bold;
}
.wrap12 .park .block ul li:nth-child(1)>span{
	padding-left: 80px;
}
.wrap12 .park .block ul li:nth-child(2)>span{
	padding-left: 64px;
}
.wrap12 .park .block ul li:nth-child(3)>span{
	padding-left: 48px;
}
.wrap12 .park .block ul li:nth-child(4)>span{
	padding-left: 30px;
}
.wrap12 .park .block ul li.add{
	color: #f7b52b;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.7;
}
.parkMsg{
	margin-top: 60px;
}
.parkMsg h3{
	font-size: 30px;
	color: #f7b52b;
	padding-bottom: 20px;
}
.parkMsg table{
	width: 100%;
	background: rgba(0,0,0,.4);
}
.parkMsg table tr:first-child>th{
	background: #f7b52b;
	padding: 20px;
	text-align: center;
	color: #333;
	border: 1px solid #777;
	border-top: none;
	border-bottom: none;
}
.parkMsg table tr:first-child>th:first-child{
	border-left: none;
}
.parkMsg table tr:first-child>th:last-child{
	border-right: none;
}
.parkMsg table tr td{
	color: #fff;
	padding: 20px;
	border: 1px solid rgba(255,255,255,.2);
	font-size: 14px;
	line-height: 1.7;
}
.parkMsg table tr td:first-child{
	width: 200px;
	border-left: none;
}
.parkMsg table tr td:nth-child(2){
	width: 200px;
}
.parkMsg table tr td:last-child{
	border-right: none;
	line-height: 2;
	font-weight: lighter;
}
.parkMsg table tr:last-child td{
	border-bottom: none;
}
.parkMsg table tr td b{
	color: #f7b52b;
}
.parkMsg .tips{
	color: #fff;
	font-size: 14px;
	padding-top: 20px;
}
.parkMsg .eip{
	height: 50px;
	background: url(../imgs/eip.png) no-repeat left;
	background-size: 50px;
}
.parkMsg .best{
	height: 50px;
	background: url(../imgs/best.png) no-repeat left;
	background-size: 40px 50px;
}

@media (max-width: 768px){
	.wrap12 .title .line{
		width: 60px;
		height: 2px;
		margin-top: 10px;
	}
	.safewidth{
		padding: 0 10px;
	}
	.wrap12 .park{
		margin-top: 20px;
		display: block;
	}
	.wrap12 .park img{
		width: 100%;
	}
	.wrap12 .park .block{
		width: 90%;
		margin: 0 auto;
		padding: 30px 0;
	}
	.wrap12 .park .block ul li{
		font-size: 17px;
		line-height: 36px;
	}
	.wrap12 .park .block ul li:nth-child(1)>span{
		padding-left: 74px;
	}
	.wrap12 .park .block ul li:nth-child(3)>span{
		padding-left: 52px;
	}
	.wrap12 .park .block ul li:nth-child(4)>span{
		padding-left: 38px;
	}
	.wrap12 .park .block ul li.add{
		color: #f7b52b;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.7;
	}
	
	.parkMsg table tr:first-child>th{
		padding: 10px;
		font-size: 14px;
	}
	.parkMsg{
		margin-top: 30px;
	}
	.parkMsg table tr td{
		padding: 8px;
		font-size: 13px;
		vertical-align: top;
	}
	.parkMsg table tr td:first-child{
		width: 80px;
	}
	.parkMsg table tr td:nth-child(2){
		width: 80px;
	}
	.parkMsg table tr td:last-child{
		line-height: 1.7;
		font-weight: normal;
		font-size: 12px;
	}
	.parkMsg h3{
		font-size: 20px;
		padding-bottom: 10px;
	}
	.parkMsg .tips{
		padding-top: 10px;
	}
}
