body{
	background:url(../iframe/imgs/bg2.jpg) no-repeat center bottom;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
}
.wrap{
	width: 76%;
	margin: auto;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}
.wrap p{
	line-height: 32px;
	font-size: 14px;
	margin-bottom: 4.2%;
	text-align: left;
}
.wrap h1{
	font-size: 42px;
	font-weight: bold;
	margin-top: 7.8%;
	text-align: center;
}
.wrap h4{
	font-size: 30px;
	font-weight: bold;
	margin-top:3%;
	margin-bottom: 1.5%;
}
.wrap h5{
	font-size: 24px;
	margin-top:3%;
	margin-bottom: 3%;
}
.wrap h5.h5_btn{
	text-align: center;
}
.wrap p.h5_btn_p{
	margin-top: 3%;
}
.wrap h5.h5_btn a{
	display: inline-block;
	line-height: 50px;
	letter-spacing: 2px;
	padding:0 1%;
	background: #e60021;
	color: #fff;
	font-weight: bold;
}
.wrap .hr{
	height: 1px;
	background: #fff;
	margin-top: 2%;
	margin-bottom: 3%;
}
.wrap .hr_76{
	width: 76%;
	margin:3% auto;
}
.center_img{
	width: 52.6%;
	display: block;
	margin: auto;
}

.wrap .img_list{
 overflow: hidden;
 width: 76%;
 margin: auto;
}
.wrap .img_list li{
	float: left;
	width: 49%;
	margin-right: 2%;
	position: relative;
}
.wrap .img_list li h4{
	text-align: left;
	line-height: 24px;
	margin: 0;
}
.wrap .img_list li p{
	margin-top: 6%;
	font-size: 14px;
}
.wrap .img_list li img{
	display: block;
	width: 100%;
}
.wrap .img_list li .sm_img_wrap{
	overflow: hidden;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	margin-top: 35%;
}
.wrap .img_list li .sm_img_wrap .sm_img{
	float: left;
	margin-right: 2%;
	width: 49%;
}
.wrap .img_list li .sm_img_wrap .sm_img:nth-child(even){
	margin-right: 0;
}
.wrap .img_list li:nth-child(even){
	margin-right: 0;
}

@media (max-width: 1600px){
	.wrap h1{
		font-size: 28px;
	}
	.wrap h4{
		font-size: 20px;
	}
	.wrap h5{
		font-size: 18px;
	}
	.wrap h5.h5_btn a{
		font-size: 18px;
		line-height: 40px;
	}
	.wrap p.h5_btn_p{
		line-height: 22px;
		font-size: 12px;
	}
}