@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: #f4f4f4;
}
/*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;
}
.f30 {
	font-size: 30px !important;
}
.Cff6600 {
	color: #FF6600 !important;
}
/*
.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;
}
.oh {
	overflow: hidden;
}
/*
箭头
.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{
    margin:0 auto;
    max-width:1920px;
    position:relative;
    width:100%;
	min-width:1002px;
	overflow:hidden;}
.header{
	position:absolute;
	top: 0;
	left: 0;
	box-sizing:border-box;
	padding-left:2%;
	height: 74px;
	z-index:100;
	width:100%;
	min-width: 1000px;
	background: url(../img/bg_35_35_35_85.png);}
.header_right{
	padding-right:2%;
	color: #999999;}
.header_bar{
	padding-top:19px;
	line-height:20px;}
.phone{ color: #CCCCCC;}
.phone a,.phone span{
	margin-left:4px;
	color:#e56017;
	font-size:14px;
	font-weight: bold;}
.header_weather{
	padding-left:20px;
	color: #CCCCCC;}
.header_weather span{
	margin-left:7px;}
.header_login{
	padding-left:20px;}
.header_login a{
	color:#666}
.header_login .a1{
	padding:0 10px;
	display:inline-block;
	border-radius:2px;
	background:#da6035;
	color:#FFF;}
.header_login .a2{
	margin-left:4px;
	padding:0 10px;
	display:inline-block;
	border-radius:2px;
	background:#929293;
	color:#FFF;}
.header_login .a-in{color: #ccc;}
.header_login .a-in:hover{color: #e56017;}
.language{
	position:relative;
	padding-left:12px;
	width:44px;
	height:20px;
	background:#7d7d83;
	color:#FFF;
	border-radius:10px;}
.language:after{ content: ''; width: 0; height: 0; border: 3px solid transparent; border-bottom: none; border-top-color: #fff; position: absolute; right: 10px; top: 9px;}
.language:hover{
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;}
.language ul{
	display:none;
	position:absolute;
	left:0;
	top:20px;
	padding:5px 0;
	padding-left:12px;
	width:44px;
	background:#7d7d83;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;}
.language ul a{
	color:#ccc;}
.language:hover ul{
	display:block;}
.weixin a{
	display:inline-block;
	vertical-align:middle;
	margin-right:23px;
	width:19px;
	height:15px;
	background:url(../img/icon.png) 0 0 no-repeat}
.weixin .wx{
	position:relative;
	width:20px;
	background-position:-20px 0;}
.weixin img{ display:none; width: 117px; height: 117px;}
.weixin a:hover img{
	display:block;
	position:absolute;
	left:-45px;
	top:24px;}
.index_link2{
	max-width:1002px;
	position:relative;
	margin:101px auto 0;
	height:141px;
	background:url(../img/logo_list.png) center 0 no-repeat;}
.index_link2 a{
	position:absolute;
	left:41px;
	top:62px;
	width:104px;
	height:37px;}
.index_link2 .a0{ width:140px; height:28px; top:0px; left:0px; right: 0; margin: auto;}
.index_link2 .a2{
	width:106px;
	height:32px;
	top:64px;
	left:205px;}
.index_link2 .a3{
	width:66px;
	height:59px;
	top:52px;
	left:365px;}
.index_link2 .a4{
	width:135px;
	height:28px;
	top:66px;
	left:487px;}
.index_link2 .a5{
	width:116px;
	height:27px;
	top:67px;
	left:681px;}
.index_link2 .a6{
	width:105px;
	height:29px;
	top:66px;
	left:857px;}
.footer{
	background:#282828 url(../img/footer.jpg) 0 0 repeat-x;}
.footer_top{
	box-sizing:border-box;
	height:342px;}
.footer_menu{
	padding-right:30px;
	width:126px;}
.footer_menu h3 a{
	color:#fefefe;}
.footer_menu ul{
	padding-top:26px;}
.footer_menu li{
	padding-bottom:9px;}
.footer_menu ul a{
	color:#c1c1c1;}
.footer_form .li1{
	float:left;
	padding:0 8px;
	box-sizing:border-box;
	width:220px;
	height:32px;
	background:#fff;
	color:#666;}
.footer_form .li2{
	float:left;
	width:70px;
	text-align:center;
	height:32px;
	background:#da6035;
	color:#fff;}
.footer_nav{
	color:#8a8a8a;
	line-height:42px;}
.footer_nav a{
	color:#969696;}
.footer_nav span{
	display:inline-block;
	vertical-align:middle;
	margin:0 20px;
	width:1px;
	height:13px;
	background:#8a8a8a;
	border-right:1px solid #282828;}
.footer_copyright{
	color:#969696;
	line-height:42px;}
.footer_copyright a{color:#969696;}

.input1{
	box-sizing:border-box;
	padding:0 8px;
	width:140px;
	height:32px;
	background:#3b3b3b url(../img/deta.png) right center no-repeat;
	line-height:32px;
	color:#CCCCCC;
	border: 1px solid #868686;}
.submit1{
	height:32px;
	overflow:hidden;
	background:#ff6600;
	color:#FFF;
	font-size:14px;
	padding: 0 22px;}

.txt-in,
.txt-out{position: relative;}
.txt-in:before,
.txt-out:before{ content: "入住"; position: absolute; left: 10px; top: 4px; color: #666666; font-size: 14px;}
.txt-out:before{ content: "离店";}

/*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-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 #929293;}
.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 6px; color: #252820; cursor: default;}
.select-options .item-selected a { color: #fff; background: #1e0e0a;}

.select-jcfselect2 .center{ background: #666666; font-size: 14px; color: #cccccc;}
.select-jcfselect2 .select-opener{ border-top:4px solid #cccccc;}
.drop-jcfselect2 ul a{ background: #666666; color: #cccccc; font-size: 14px;}
.drop-jcfselect2 .item-selected a{ background: #1e0e0a; color: #FFFFFF;}

.swiper1 .swiper-wrapper,
.swiper1 .swiper-slide{ height: 100%;}
.swiper1 .swiper-slide a{ width: 100%; height: 100%; display: block;}
.swiper1-prev,
.swiper1-next{ position: absolute; top: 50%; margin-top: -40px; line-height: 1; color: #FFFFFF; font-family: simsun; font-size: 80px; cursor: pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}
.swiper1-prev:hover,
.swiper1-next:hover{ font-weight: bold;}
.swiper1-prev{ left: 50px;}
.swiper1-next{ right: 50px;}

.breadCrumb{ width: 100%; height: 55px; line-height: 55px; color: #CCCCCC; padding-left:5%; box-sizing:border-box; background: url(../img/bg_0_0_0_10.png);}
.breadCrumb i{ width: 10px; height: 9px; display: inline-block; background: url(../img/icon.png) no-repeat 0 -45px;}
.breadCrumb a{ color: #CCCCCC; margin: 0 8px;}

.loading{ width: 195px; height: 50px; display: inline-block; vertical-align: top; text-align: center; background: url(../img/loading1.gif) no-repeat center center;}
.moreBtn{ padding: 12px 0; display: block; font-size: 16px; color: #999999; background: #424242; border: 1px solid #5d5d5d;}

.ubb{ color: #CCCCCC; font-size: 14px; line-height: 30px; padding-top: 18px; margin-top: 18px; border-top: 1px solid #565656;}
.ubb img{ max-width: 100%;}

.load_bg{ background: url(../img/loading1.gif) no-repeat center center;}

/***guide_***/
.guide_bg{ background: #2b1a47;}
.guide_logo{ margin-top:13px;}
.guide_header{ position:absolute; top: 0; left: 0; box-sizing:border-box; padding-left:2%; height: 58px; z-index:100; width:100%; min-width: 1000px; background: url(../img/bg_35_35_35_85.png);}
.guide_header .header_bar { padding-top: 19px;}
.guide_header .header_right {background: none;}
.guide_min{ background: #433161; padding: 34px 0 0;}

.guide_box1 .cont{ min-height: 59px; margin-top: 8px; padding-left: 172px; background: url(../img/logo_bg.png) no-repeat 0 center;}
.guide_box1 .cont .list{ float: left;}
.guide_box1 .cont .list:hover{ background: #36274e;}
.guide_box1 .cont .list img{ width: 138px; height: 59px; display: block;}

.guide_box2{ height: 100px; padding: 30px 0 40px;}
.guide_box2 .dd{ width: 300px; height: 100%; padding: 10px 20px 0; box-sizing: border-box; float: left; overflow: hidden;}
.guide_box2 .d2{ width: 400px; border-left: 1px solid #695a81; border-right: 1px solid #695a81;}
.guide_box2 .dd a{ width: 190px; display: block; margin:  0 auto; color: #FFFFFF;}
.guide_box2 .dd h3{ height: 30px; line-height: 30px; background: url(../img/icon1.png) no-repeat; padding-left: 38px; font-size: 24px; font-weight: bold;}
.guide_box2 .d1 h3{ background-position: 0 0;}
.guide_box2 .d2 h3{ background-position: 0 -40px;}
.guide_box2 .d3 h3{ background-position: 0 -80px;}
.guide_box2 .dd p{ height: 48px; line-height: 24px; font-size: 14px; overflow: hidden; padding-top: 8px;}

.booking_right{ background: url(../img/bg_67_50_96_85.png)!important;bottom:20px!important;}
.booking_bottom{ padding-top:20px;}
.booking_bottom a{ color:#FFFFFF; margin-left:30px;}
.booking_bottom a:first-child{ margin-left:0;}
.booking_bottom i{ display:inline-block; vertical-align:middle; margin-right:5px; width:2px; height:3px; background:url(../img/icon.png) -80px 0 no-repeat;}
.input1{ height: 32px; line-height: 32px; border: none; background-color: #FFFFFF; color: #666666;}
.submit1{ background: #f17154;}

.swiper_title{
	position:absolute;
	left:50%;
	top:278px;
	margin-left:-550px;
	line-height:1;
	font-size:45px;
	color:#fff;
	text-shadow:0 1px 5px rgba(0,0,0,0.6);}

.swiper4{ height: 550px; overflow: visible !important;}
.swiper4 .swiper-wrapper,
.swiper4 .swiper-slide{ width: 100%; height: 100%;}
.swiper4 .swiper-slide a{ width: 100%; height: 100%; display: block; position: relative; overflow: hidden;}
.swiper4 .swiper-slide a img{ position: absolute; left: 50%; margin-left: -960px;}
.swiper4 .swiper-page{ width: 100%; position: absolute; bottom: 20px; left: 0; text-align: center;}
.swiper4 .swiper-pagination-switch{ width: 25px; height: 5px; display: inline-block; margin: 0 5px; background: #FFFFFF; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}
.swiper4 .swiper-active-switch{ filter:alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;}
.swiper4 .swiper1-prev,
.swiper4 .swiper1-next{ position: absolute; top: 50%; margin-top: -40px; line-height: 1; color: #FFFFFF; font-family: simsun; font-size: 80px; cursor: pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}
.swiper4 .swiper1-prev:hover,
.swiper4 .swiper1-next:hover{ font-weight: bold;}
.swiper4 .swiper1-prev{ left: 50px;}
.swiper4 .swiper1-next{ right: 50px;}

.guide_min.guide_2 .guide_box1{
	position: relative;
	border: 1px solid #807691;
	padding: 34px 0 34px 155px;
}
.guide_min.guide_2 .guide_box1 .img-title{
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -115px;
	height: 50px;
	width: 230px;
	background-color: #2b1a47;
	background-image: url(../img/logo_bg.png);
	background-position: center;
	background-repeat: no-repeat;
}
.guide_min.guide_2 .guide_box1 .list{
	float: left;
	display: block;
	padding: 6px 0;
	margin-right: 2px;
}
.guide_min.guide_2 .type-li{
	position: relative;
	margin-bottom: 8px;
}
.guide_min.guide_2 .type-li .type-title{
	position: absolute;
	left: -115px;
	top: 18px;
	width: 115px;
	font-size: 16px;
	line-height: 1;
	color: rgba(255,255,255,0.6);
	box-sizing: border-box;
}
.guide_min.guide_2 .type-li .type-title div{
	padding-top: 10px;
	font-size: 14px;
}

.guide_min.guide_2{
	padding-top: 80px;
	padding-bottom: 60px;
	background-color: #2b1a47;
}

@media screen and (max-width: 1200px) {
	.booking_right{
		margin-left:-97px}
}

.selectBox .selectModel{ bottom: inherit !important; top:40px}