.hdmodel_cover {
    position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0);
	background: #000;
	width: 100%;
	/*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
	height: 100%;
	min-height: 640px;
	filter: alpha(opacity=70);
	/*设置透明度为60%
    /*opacity:0.7;*/
	opacity: 0.7;
	display: none;
	z-Index: 998;
}

.shade_con {
	overflow: hidden;
}

.check_receive {
	position: fixed;
	width: 503px;
	height: 568px;
	opacity: 1;
	top: 50%;
	left: 50%;
	/*background-color:#fff;*/
	background: url(/images/17anniversary.png)left center no-repeat;
	/*display:none;*/
	display: none;
	cursor: pointer;
	z-Index: 999;
	margin-left: -201px;
	margin-top: -284px;
}

.hdmodel_form {
	width: 300px;
	height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -136px;
	margin-top: 90px;
}

.hdmodel_mobile {
	width: 264px;
	height: 42px;
	margin: 15px auto;
	border-radius: 6px;
	border: 1px solid #bc0000;
	padding-left: 20px;
	outline: none;
	margin-left: 10px;
	font-size: 16px;
}

.form_btn {}

.form_btn img {
	display: block;
	margin: 0 auto;
}

.hdmodel_close {
	width: 36px;
	height: 36px;
	position: absolute;
	top: -30px;
	right:0;
	margin-left: -10px;
	padding-top: 10px;
}

.receive_suss {
	position: absolute;
	width: 840px;
	height: 640px;
	opacity: 1;
	top: 50%;
	left: 50%;
	/*background-color:#fff;*/
	background: url(/images/hf/model/suss.png)left center no-repeat;
	/*display:block;*/
	display: none;
	cursor: pointer;
	z-Index: 999;
	margin-left: -400px;
	margin-top: -320px;
}
.suss_top{
	width: 100%;
	position: absolute;
	left: 16%;
	top: 70%;
}
.suss_top img{
	width: 340px;
	height: 97px;
	display: block;
	margin: 0 auto;
}
.receive_close {
	width: 100%;
	height: 52px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	padding-top: 10px;
}
.hdmodel_active{
	display: none;
}

.hdmodel_block{
display: block;	
}


.header-bottom{
	width: 100%;
	min-width: 1200px;
	height: 100px;
	/*margin-bottom: 200px*/
}
.header-bottom #header-nav{
	width: 1200px;
	/*overflow: hidden;*/
	margin: 0 auto;
	z-index: 9999;
}
.header-index-swiper {
	width: 100%;
    /* height: 680px; */
	height: 760px;
}