.fl{
	float: left;
}
.fr{
	float: right;
}
.contain {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.contain >img {
  display: block;
  vertical-align: bottom;
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.contain .picture {
  display: block;
  vertical-align: bottom;
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.contain .btn_div {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.p1{
	width: 1200px;
    position: absolute;
    left: 360px;
    top: 42px;
    text-align: center;
    font-size: 18px;
    color: #666;
    line-height: 32px;
}
.p1 span{
	color: #2b705d;
}

.wait_list{
	width: 1200px;
    position: absolute;
    top: 5px;
    left: 360px;
    padding-left: 93px;
}
.wait_list li{
	float: left;
	width: 210px;
	text-align: center;
	color: #fff;
	margin-right: 58px;
	font-size: 14px;
	line-height: 20px;
}
.myForm{
	width: 1200px;
	position: absolute;
	top: 100px;
	left: 360px;
	padding-left: 650px;
}
.myForm div.input_box{
	width: 400px;
	margin-right: 20px;
}
.myForm div.input_box input{
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: none;
	outline: none;
	background: #fff;
	padding: 0 16px;
	font-size: 16px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.myForm .form_btn{
	width: 110px;
	height: 110px;
	border: none;
	outline: none;
	background: #f5bb43;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	padding-left: 26px;
	letter-spacing: 12px;
	line-height: 36px;
	box-sizing: border-box;
}
.wl_title{
	width: 1200px;
	position: absolute;
	top: 0;
	left: 360px;
	text-align: center;
}
.wl_title h2{
	font-size: 60px;
	line-height: 124px;
	font-weight: 800;
}
.col_2b705d{
	color: #2b705d;
}
.mar_top_5{
	margin-top: 52px;
}
.mar_top_2{
	margin-top: 20px;
}
.wl_title h4{
	font-size: 30px;
	font-weight: bold;
}
.want_to{
	position: absolute;
	top: 0;
	left: 360px;
	margin-left: 500px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	background: #2b705d;
}
