*{
	font-family: Arial,"Hiragino Sans GB","Microsoft YaHei",SimSun,Helvetica,Tahoma,Arial sans-serif;
	margin: 0;
	padding: 0;
    list-style: none;
    text-decoration: none;
    border:0;
}
 ::-webkit-input-placeholder {
	color: #eba94e;
}
:-moz-placeholder {/* Firefox 18- */
	color: #eba94e;
}

::-moz-placeholder{/* Firefox 19+ */
	color: #eba94e;
}

:-ms-input-placeholder {
	color: #eba94e;
}
.wrap{
	width: 100%;
	height: 1000px;
	background: url(../img/bg.jpg) no-repeat top center;
	background-size: 1920px 1000px; 
	overflow: hidden;
}
.mainBox{
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.floatBox{
	width: 184px;
	height: 250px;
	position: absolute;
	top: 350px;
	left: 0;
	z-index: 9999;
	background: url(../img/tc_bg.png) no-repeat top center;
	cursor: pointer;
}
.float_main{
	width: 120px;
	height: 85px;
	margin: 80px auto;
	font-size: 0;
	background: url(../img/tc_wz.png) no-repeat top center;
}
.floatBox:hover .float_main{
	background: url(../img/tc_wzs.png) no-repeat top center;
}
.main{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.email{
	width: 485px;
	height: 65px;
	margin: 510px 0 40px 90px;
	background: url(../img/email_bg.png) no-repeat center;
}
.email input{
	width: 485px;
	height: 65px;
	border: 0;
	background: transparent;
	outline: none;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 26px;
	color: #c33d14;
	font-style: oblique;
	text-align: center;
}
.yzm{
	width: 325px;
	height: 35px;
	margin: 20px 0 40px 165px;
}
.yzm .yzm_input{
	width: 250px;
	height: 35px;
	float: left;
	background: #f8ebb1;
	border: 2px solid #ffaa2e;
	box-sizing: border-box;
}
.yzm .yzm_input input{
	width: 246px;
	height: 31px;
	background: transparent;
	outline: none;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #c33d14;
	font-style: oblique;
	text-align: center;
}
.yzm .yzmRefresh{
	width: 70px;
	float: right;
}
.btn{
	width: 396px;
	height: 120px;
	margin: 0 0 0 130px;
	font-size: 0;
	background: url(../img/btn.png) no-repeat center;
	cursor: pointer;
}
.btn:hover{
	background: url(../img/btns.png) no-repeat center;
}
.text{
	width: 416px;
	margin: 20px 0 0 120px;
	overflow: hidden;
}
.text p{
	width: 100%;
	font-size: 14px;
	display: block;
	background: rgba(0,0,0,0.7);
	margin-bottom: 10px;
	color: #e4b26f;
	padding: 5px 10px;
	box-sizing: border-box;
}
.text p:nth-child(1){
	text-align: center;
}
.text p:nth-child(2){
	text-align: center;
	line-height: 1.5;
}
.text p a{
	font-size: 14px;
	color: #e4b26f;
	text-decoration: underline;
}
.yy_box{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	z-index: 999999999;
}
.yy_main{
	width: 765px;
	height: 518px;
	margin: 100px auto;
	background: url(../img/f_bg.png) no-repeat center;
	overflow: hidden;
}
.yy_main p{
	display: block;
	width: 380px;
	margin: 270px 0 0 338px;
	text-align: center;
	box-sizing: border-box;
	font-size: 20px;
	color: #993327;
}
.yy_close{
	width: 151px;
	height: 64px;
	margin: 100px 0 0 450px;
	background: url(../img/ok.png) no-repeat center;
	font-size: 0;
	cursor: pointer;
}
.yy_close:hover{
	background: url(../img/ok1.png) no-repeat center;
}

/*@media screen and (max-width: 1400px) {
	.email{
		width: 300px;
		height: 40px;
		background: url(../img/email_bg.png) no-repeat center;
		background-size: 100% 100%; 
		margin: 330px 0 0 275px;
	}
	.email input{
		width: 300px;
		height: 40px;
		outline: none;
		font-size: 16px;
	}
	.yzm{
		width: 195px;
		height: 25px;
		margin: 10px 0 0 323px;
	}
	.yzm .yzm_input{
		width: 144px;
		height: 25px;
	}
	.yzm .yzm_input input{
		width: 136px;
		height: 21px;
		font-size: 12px;
	}
	.yzm .yzmRefresh{
		width: 50px;
		float: right;
	}
	.btn{
		width: 250px;
		height: 76px;
		font-size: 0;
		background: url(../img/btn.png) no-repeat center;
		background-size: 100% 100%;
		cursor: pointer;
		margin: 10px 0 0 294px;
	}
	.btn:hover{
		background: url(../img/btns.png) no-repeat center;
		background-size: 100% 100%;
	}
	.text{
		margin: 0 0 0 210px;
	}
	.floatBox{
		top: 160px;
	}
}*/
@media screen and (max-width: 1400px) {
	.floatBox{
		top: 0px;
		right: 0;
		left: auto;
	}
}