body,html{
	min-width: 1580px;
	width: 100%;
	height: auto;
}
.swiper-container-initialized{
	height: 100%;
	width: 100%;
}
.qrcode{
	position: fixed;
	right: 0;
	top: 500px;
	z-index: 9998;
}
.qrcode1{
	height: 110;
	width: 110px;
}
.qrcode1_box{
	position: fixed;
	right: 54px;
	width: 118px;
	height: 118px;
	border: 4px solid #fff;
	top: 500px;
	z-index: 9999;
	display:none
}
.hearder_box{
	width: 100%;
}
.hearder {
	height: 125px;
	width: 1580px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: row;
}
/*导航*/
.logo{
	height: 90px;
	width: 335px;
	margin-top: 17px;
	margin-right: 70px;
}
/**/
.navigation{
	height: 100%;
	width: 1000px;
	position: relative;
}
.search{
	height: 32px !important;
	width: 360px;
	border: 1px solid #fe6702;
	border-radius: 5px !important;
	font-size: 14px;
	line-height: 32px;
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
}
.search input{
	outline: none;
	width: 250px;
	height: 32px;
}
input,input:focus{
	border: none !important;
	box-shadow: none !important;
}
.search span{
	background: #fe6702;
	color: #fff;
	height: 32px;
	border: 1px solid #fe6702;
	width: 70px;
}
.search span:hover{
	cursor: pointer;
}
/**/
.nav{
	position: absolute;
	bottom: 0;
	left: 0;
}
.navActive{
	color: #fe6702;
}
.nav_a{
	color: #000;
}
.nav_a:hover{
	color: #000;
}
ul li{
	float: left;
	padding: 15px 22px;
	font-size: 16px;
}
ul li:hover{
	cursor: pointer;
}
ul li:first-child{
	background: #fe6702;
	color: #fff;
}
.content{
	position: relative;
}
/**/
.hotline{
	width: 200px;
	height: 50px;
	margin-top: 75px;
	width: 250px;
}
.hotline_phone{
	direction: block;
	float: left;
	margin-right: 5px;
}
.phone{
	/*padding-top: 5px;*/
	font-size: 22px;
}
.phone :first-child{
	color: #b6b6b6;
}
.phone :last-child{
	color: #fe6702;
	font-weight: 600;
}
/*表单*/
#form1{
	width: 700px;
	position: relative;
	margin: 0 auto;
	top: -100px;
	z-index: 9970;
    /*margin-left: 70px;*/
}
.group1{
	width: 700px;
	height: 60px;
	line-height: 60px;
	margin-bottom: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 9px 0px rgba(195, 195, 195, 0.52);

}
.icon{
	background: #fff;
	margin-left: 140px;
	position: relative;
	padding-left: 40px;
	border-radius: 50px;
	border: none;
}
.icon img{
	width: 28px;
	height: 28px;
}
.input-group{
	line-height: 60px;
	height: 60px;
	font-size: 18px;
	border-radius: 50px;
}
.btn:hover{
	color: #fff;
}
.btn{
	background: #fe6702;
	color: #fff;
	font-size: 18px;
	width: 300px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	padding: 0;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}
.banner_box{
	width: 100%;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
}
.banner_box img{
	width: 100%;
}

/*底部预约*/
.clickme{
	left: 0;
	bottom: 0px;
	position: fixed;
	z-index: 9998;
}
.clickmebox_item{
	/*left: -100%;*/
	bottom: 0px;
	position: fixed;
	width:100%;
	height: 140px;
	z-index: 9988;
	background-color: rgba(0,0,0,.8);
	/*display: none;*/
}
.clickmebox{
	display: none;
	position: fixed;
	width: 1700px;
	height: 140px;
	margin: 0 auto;
	z-index: 9989;
}

.clickmeimg{
	z-index: 9990;
	display: block;
	margin: 0 auto;
	top: -63px;
	position: relative;
}
.close{
	position: absolute;
    right: 0px;
    display: block;
    z-index: 9999;
    color: #000;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    top: 0;
    text-align: center;
    line-height: 32px;
    font-size: 35px;
}

#form2{
	width: 1200px;
	margin: 0 auto !important;
    height: 42px;
    top: -150px;
    padding: 0 !important;
    z-index: 9999;
    padding-left: 550px !important;
    position: relative;
}
.form2_input{
	height: 42px !important;
	width: 232px !important;
	background: #fff !important;
	float: left;
	border-radius: 4px !important;
	margin-top: 0 !important;
	margin-right: 5px !important;
}
.btn2{
	width: 104px;
    border-radius: 4px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: -webkit-gradient(linear,left top,right bottom,from(#dabd97),to(#8f7960));
    background: linear-gradient(to bottom right,#dabd97,#8f7960);
    -webkit-box-shadow: 0 7px 9px 0 rgba(43,45,50,.25);
    box-shadow: 0 7px 9px 0 rgba(43,45,50,.25);
    cursor: pointer;
}
/*新闻详情*/
.newsdetails{
	width: 1200px;
	min-height: 300px;
	height: auto;
	margin: 60px auto;
}
/*弹窗*/

.form3{
  position: fixed;
  background-image: url(../images/index/form3.png);
  top: 350px;
  left: 50%;
  margin-left: -240px;
  width: 480px;
  height: 400px;
  z-index: 9999;
}
.form3 input{
	border-radius: 100px;
	width: 360px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	padding-left: 20px;
	display: block;
	margin: 20px auto;
	outline: none;
} 
.form3 input:last-child{
	background: #ffd409;
	color: #000;
	width: 180px;
}
.form3 span{
	text-align: center;
	font-size: 36px;
	color: #fff;
	display: block;
	padding-top: 30px;
	font-size: 800;
}
.form3 img{
	position: absolute;
	right: 5px;
	top: 5px;
}
.form3 img:hover{
	cursor: pointer;
}
.pointer{
	
}
.pointer:hover{
	cursor: pointer;
}
.mask{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9998;
	background: rgba(0,0,0,0.5);
	display: none;
}
