@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,hr,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	margin:0;
	padding:0;}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:400;}
address,caption,cite,code,dfn,em,th,var{
	font-style:normal;
	font-weight:400;}
ol,ul{
	list-style:none;}
a, a:hover{
	text-decoration:none;}
fieldset,img{
	border:0;}
img{
	vertical-align:top;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;}
audio,canvas,video{
	display:inline-block;
	*display:inline;
	*zoom:1;}
select{
	padding:2px 0;
	height:22px;
	line-height:18px;}
button,input,select,textarea{
	font-size:100%;
	font-family: simhei;
	border:none;}
button,input[type="button"],input[type="reset"],input[type="submit"]{
	cursor:pointer;
	-webkit-appearance:button;}
q:before,q:after{
	content:'';}
ins{
	text-decoration:none;}
del{
	text-decoration:line-through;}
mark{
	background:#ff0;}
sub,sup{
	position:relative;
	font-size:75%;
	line-height:0;
	vertical-align:baseline;}
sup{
	top:-0.5em;}
sub{
	bottom:-0.25em;}
table{
	border-collapse:collapse;
	border-spacing:0;}
th{
	text-align:inherit;}
iframe{
	display:block;}
body{
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-o-text-size-adjust:none;
	text-size-adjust:none;
	word-wrap:break-word;
	font:12px/1.5 simhei;
	color:#666;
	background:#311f10;}

/*reset end*/

/*public start*/
.tr{text-align:right;}
.tc{text-align:center;}
.tl{text-align:left;}
.bc{margin-left:auto; margin-right:auto;}
.fl{_display:inline; float:left;}
.fr{_display:inline; float:right;}
.cb{clear:both;}

.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f24{font-size:24px;}

/*
.c{display:block; zoom:1;}
.c:after{content:"."; display:block; visibility:hidden; height:0; clear:both;}
*/
.c{*zoom:1}
.c:before,.c:after{display:table; content:"";}
.c:after{clear:both;}
.cutstr{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.pt10{ padding-top:10px;}
.pt25{ padding-top:25px;}
.pt30{ padding-top:30px;}
.pt70{ padding-top:70px;}
.pb20{ padding-bottom:20px;}
.pl4{ padding-left:4px;}
.pl10{ padding-left:10px;}


/*
箭头
.icon{
	width:0;
	height:0;
	font-size:0;
	border-left:4px dashed transparent;
	border-right:4px dashed transparent;
	border-top:4px solid #14a4da;}
*/

/*
焦点虚线
<a href=”#” hidefocus=”true” >链接</a>
a:focus{-moz-outline-style:none; outline:none;}

透明度：
filter:Alpha(opacity=70);
opacity:0.7;

两端对齐：
text-align:justify;
text-justify:inter-ideograph;

灰度滤镜
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: Gray();
*/

.contanter{
    max-width:1920px;
    position:relative;
    width:100%;
	min-width:1002px;
	overflow:hidden;
	background:#fff}
.mainBg{ width: 100%; height: 1080px; position: fixed; z-index: -1; background: url(../img/about_bg2.jpg) no-repeat;}
.lazy{
    background:#eee url(../img/nopicbg.jpg) center center no-repeat;}
.bgcover{
	background-repeat:no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
	background-position:center center;}
.header{
	position:fixed;
	top:0;
	left:0;
	z-index:9;
	height:100%;
	width:274px;
	background:url(../img/header.jpg) 0 0 repeat;
	box-shadow:0 0 10px #777;
	overflow:auto;}
.header_top{
	border-bottom:1px solid #d1d1d1;}
.header_weather{
	padding-left:20px;
	line-height:41px;
	color:#311f11;
	font-size:14px;}
.header_weather span{
	margin-left:2px;}

.header_weather .weatherinfo{
	font-size: 12px;}

.header_weixin{
	position:relative;
	margin:7px 7px 0 0;
	width:27px;
	height:27px;
	background:url(../img/icon.png) 0 -20px no-repeat;}
.header_weixin div{
	display:none;
	position:absolute;
	left:-52px;
	top:27px;
	background:#311f11;
	padding:13px;}
.header_weixin:hover div{
	display:block;}
.header_weixin:hover div p{
	color:#fff;
	padding-top:8px;
	text-align:center;}
.logo{
	height:120px;
	overflow:hidden;
	padding-top:45px;
	text-align:center;}
.logo a{
	display:inline-block;}
.language{
	position:relative;
	width:25%;
	border-left:1px solid #d1d1d1;
	text-align:center;}
.language div{
	display:inline-block;
	height:41px;
	width:100%;
	line-height:41px;}
.language div i{
	margin-left:10px;
	vertical-align:middle;
	width:0;
	height:0;
	font-size:0;
	border-left:3px dashed transparent;
	border-right:3px dashed transparent;
	border-top:4px solid #938a83;}
.language a{
	color:#311f11}
.language ul{
	display:none;
	position:absolute;
	left:0;
	top:40px;
	padding:5px 0;
	width:100%;
	text-align:center;}
.language:hover ul{
	display:block;}
.ni{
	padding-top:40px;
	height:13px;
	width:100%;
	background:url(../img/ni.png) center bottom no-repeat;}
.nav{
	padding-top:40px;
	text-align:center;}
.nav li{
	padding-bottom:10px;}
.nav li a{
	font-size:16px;
	color:#311f11;}
.nav i{
	position:relative;
	top:-5PX;
	display:none;
	margin:0 3px;
	height:1px;
	width:5px;
	background:#da6035;}
.nav .current a,.nav li a:hover{
	color:#da6035;}
.nav .current i,.nav li:hover i{
	display:inline-block;}
.booking{
	padding-bottom:30px;
	text-align:center;
	width:100%;}
.header_iphone{
	color:#807a75;}
.header_iphone .li2{
	font-size:20px;
	color:#6a615c;
	font-weight:700;}
.booking_form{
	padding-top:26px;}
.booking_form #end_date{ border-bottom: 1px solid #bfbab6;}
.booking_form .row{ width: 174px; margin: 0 auto; padding-top: 10px;}
.booking_form .row .title{ line-height: 34px; width: 54px; float: left; text-align: left;}
.booking_form .submit1{ margin-top: 20px;}
.booking_but{
	display:none;
	width:168px;
	background:url(../img/submit.jpg) 0 0 no-repeat;
	text-align:center;
	line-height:46px;
	color:#FFF;
	font-size:16px;}
.member_but{
	padding-top:16px;
	text-align:center;}
.member_but a{
	color:#dc6d4a;}
.member_but i{
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;
	width:2px;
	height:3px;
	background:url(../img/icon.png) -20px 0 no-repeat;}
.main{
	float:right;}





.footer_link{
	background:#311f10;}
.footer_link_box{
	position:relative;
	margin:0 auto;
	padding-top:38px;
	box-sizing:border-box;
	width:100%;
	max-width:982px;
	border:1px solid #717171;
	text-align:center;}
.footer_link_title{
	position:absolute;
	top:-13px;
	left:50%;
	margin-left:-106px;
	width:212px;
	height:26px;
	background:url(../img/link.png) 0 -260px no-repeat;}
.footer_link a{
	display:inline-block;
	margin:0 25px 40px 25px;
	width:104px;
	height:37px;
	background:url(../img/link.png) 0 0 no-repeat;
	vertical-align:middle;}
.footer_link .footer_link_title a{ width: 140px; height: 100%; margin: 0 auto; background: none; display: block;}
.footer_link .a2{
	width:106px;
	background-position:0 -40px;}
.footer_link .a3{
	width:66px;
	height:59px;
	background-position:0 -80px;}
.footer_link .a4{
	width:135px;
	background-position:0 -140px;}
.footer_link .a5{
	width:116px;
	background-position:0 -180px;}
.footer_link .a6{
	width:105px;
	background-position:0 -220px;}

.footer{
	padding:10px 48px 12px 48px;
	background:#2b1a0e}
.footer_box{
	box-sizing:border-box;
	margin:0 auto;
	width:100%;
	max-width:1140px;}
.footer_nav{
	color:#d8ccb9;}
.footer_nav a{
	color:#d8ccb9;}
.footer_nav span{
	display:inline-block;
	vertical-align:middle;
	margin:0 16px;
	width:1px;
	height:13px;
	background:#d8ccb9;
	border-right:1px solid #4e4136;}
.footer_copyright{
	text-align: center;
	color:#d8ccb9;}
.footer_copyright a{color:#d8ccb9;}


/*jcf*/
.jcf-hidden{
	display:block !important;
	position:absolute !important;
	left:-9999px !important;}
.select-area{
	position:relative;
	display:block;
	cursor:pointer;}
.select-area .left{
	display:none;}
.select-area .center{
	text-align:left;
	display:block;
	padding:0 6px;
	height:32px;
	overflow:hidden;
	line-height:32px;
	color: #666;
	background:#FFF;}
.select-jcfselect2 .center{
	height:40px;
	line-height:40px;}
.select-opener{
	position:absolute;
	top:15px;
	right:6px;
	width:0;
	height:0;
	font-size:0;
	border-left:4px dashed transparent;
	border-right:4px dashed transparent;
	border-top:4px solid #14a4da;}
.select-jcfselect2 .select-opener{
	top:18px;
	right:10px;}
.select-options {
	position: absolute;
	overflow: hidden;
	z-index: 2000;}
.select-options .drop-holder {
	overflow: hidden;
	background:#FFF;}
.select-options ul li {
	width: 100%;
	float: left;}
.select-options ul a {
	display: block;
	padding:5px 8px;
	color: #252820;
	cursor: default;}
.select-options .item-selected a {
	color: #fff;
	background: #1e0e0a;}
	
.input1{
	box-sizing:border-box;
	padding:0 4px;
	width:168px;
	height:45px;
	background:url(../img/date.png) right center no-repeat;
	border-top:1px solid #bfbab6;
	line-height:32px;
	color:#666;}
.input2{}
.submit1{
	width:168px;
	height:46px;
	background:url(../img/submit.jpg) 0 0 no-repeat;
	color:#FFF;
	font-size:16px;}
.textarea1{
	box-sizing:border-box;
	padding:8px;
	width:100%;
	max-width:480px;
	height:120px;
	background:#FFF;
	line-height:2;
	color:#252820;}
.textarea2{
	box-sizing:border-box;
	padding:0 8px;
	width:100%;
	height:100px;
	line-height:33px;
	color:#666;
	border:1px solid #ddd;
	font-size:14px;}
.min_header .logo,.min_header .ni,.min_header .nav{
	padding-top:20px;}
.min_header .booking{
	bottom:15px;}
@media screen and (max-width: 1280px){
	.header{
		width:210px;}
	.language {
		width:66px;}
	.logo,.nav{
		padding-top:25px;}
	.header_weather{ display: none;}
}
@media screen and (max-width: 1199px){
	.footer_nav{
		width:100%;}
	.footer_copyright{
		padding-top:8px;
		width:100%;}
}

.expect{ width:480px; height:300px; position:fixed; top:0; bottom:0; left:0; right:0; margin:auto; background: url(../img/expect.png) no-repeat; z-index:99999;}

.select-jcfselect3{ float: left;}
.select-jcfselect3 .center{ border: 1px solid #bfbab6; background: transparent;}
.select-jcfselect3 .select-opener{ border-top-color: #bfbab6;}
.drop-jcfselect3 .drop-holder{ border: 1px solid #bfbab6; border-top: none; background: url(../img/header.jpg) repeat scroll 0 0;}

.header_weather .weatherico img{ vertical-align: middle;}
.amap-toolbar {
    left: auto !important;
    right: 36px !important;
}