﻿/*
 * 格盟：30
 * Create By JoneLu 
 * 2016-09-21
 */


/*style.css*/
/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:80%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
	font-family: 'Microsoft Yahei';
	background:#ffffff;
	font-size: 100%;
}
.wrap{
	margin:0 auto;
	width:80%;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.header_bg{
	background:none;
}
.header{
	padding: 2%;	
}
/* start logo */
.logo1{
	float: left;
}
/* start h_right */
.h_right{
	width: 60%;
	float:left;
}
/* start menu */
.menu{
	float:left;
	color: #555555;
    width:100%;
}
.menu  li{
	display: inline-block;
	margin:6px 14px;
}
.menu  li a{
	display: block;
	color: #ffffff;
	line-height: 1.8em;
	text-transform: capitalize;
	font-size: 17px;	
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.liLogin{
    text-align: right; 
    margin: 12px 10px;
    float:right;
    
}
.liLogin a{
    font-size:15px;
    color:#FFF;
    cursor:pointer;
    text-decoration:none;
}
.liLogin a:visited{
    color:#FFF;
    text-decoration:none;
}

.MR12{
    margin-right:12px;
}



.menu  li.active{
	border-bottom: 2px solid #FFF;
}

.menu  li:hover{
	border-bottom: 2px solid #FFF;
}

.menu  li.active a{
	/*color: #52ABDF;*/
}
.menu  li a:hover{
	/*color: #52ABDF;*/
}
/*------start-top-nav------*/
.top-nav{
	display: none;
	margin-top: 10px;
}
.nav_bg{
	background: #464646;
}
.clearfix {
	height: 40px;
	width: 100%;
	font-size: 11pt;
	position: relative;
	z-index: 9999;
}
.clearfix ul {
	padding: 0;
	margin: 0 auto;
	display: none;
	background: #f0f0f0;
}
.clearfix li {
	display: block;
}
.clearfix a {
	color: #555555;
	font-size:13px;
	text-transform:uppercase;
	display: block;
	width:100%;
	text-indent: 10px;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.clearfix li a {
	border-bottom: 1px solid rgba(90, 85, 73, 0.17);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.clearfix li:last-child a {
	border-right: 0;
}
.clearfix a:hover,.clearfix a:active {
	background: #202227;
	color:#ffffff;
}
.clearfix a#pull {
	font-size: 20px;
	display: block;
	width: 100%;
	position: relative;
	color: #FFFFFF;
	background-color: #202227;
}
.clearfix a#pull:after {
	background:url('../images/nav-icon.png')no-repeat;
	width: 30px;
	content:"";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
}
/* start main */
.main_bg{
	margin-top: -5px;
	background: #ebebeb;
}
/* start booking_room */
.online_reservation{
	position: relative;
	margin-top: -75px;
	z-index: 999;
    text-align:center;
}
.b_room{
	margin: 2% 2%;
	display: inline-flex;
	box-shadow: 0px 0px 4px rgb(97, 97, 97);
	-webkit-box-shadow: 0px 0px 4px rgb(97, 97, 97);
	-moz-box-shadow: 0px 0px 4px rgb(97, 97, 97);
	-o-box-shadow: 0px 0px 4px rgb(97, 97, 97);
}
.booking_room{
	padding: 2%;
	float: left;
	width: 19.6%;
	background: #E4E4E4;
}
.booking_room h4{
	font-size: 1.5em;
	color: #202020;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}
.booking_room p{
	font-size: 0.8725em;
	color: #6b6b6b;
	line-height: 1.8em;
}
.reservation{
	font-family:'Microsoft Yahei';
	padding: 2%;
	float: left;
	width: 72.33333%;
	background: #FFFFFF;
}
.reservation ul li{
	float: left;
}
.reservation ul li.left{
	margin-left: 15px;
}
.reservation ul li.span1_of_1{
	width: 19.33333%;
}
.reservation ul li.span1_of_2{
	width: 24.33333%;
}
.reservation ul li.span1_of_3{
	width: 15.33333%;
	margin-left: 20px;
}
.reservation h5{
	font-size: 1em;
	color: #5F5F5F;
	text-transform: capitalize;
	margin-bottom: 10px;
}
select {
	width: 100%;
	color: #858585;
	font-size: 0.8725em;
	padding: 7px;
	outline: none;
	margin: 5px 0;
	font-family: 'Microsoft Yahei';
	background: #ffffff;
	border: 1px solid #DFDFDF;
	box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-webkit-box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-moz-box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-o-box-shadow: inset 0 0 2px rgb(236, 236, 236);
}
select option{
	border: 1px solid #DFDFDF;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.book_date input[type="text"]{
	width: 88%;
	color: #858585;
	font-size: 0.8725em;
	padding: 8px;
	outline: none;
	margin: 5px 0;
	font-family: 'Microsoft Yahei';
	border: 1px solid #DFDFDF;
	box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-webkit-box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-moz-box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-o-box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-webkit-appearance: none;
}

.book_city input[type="text"]{
	width: 80%;
	color: #858585;
	font-size: 0.8725em;
	padding: 8px;
	outline: none;
	margin: 5px 0;
	font-family: 'Microsoft Yahei';
	border: 1px solid #DFDFDF;
	box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-webkit-box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-moz-box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-o-box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-webkit-appearance: none;
}

.book_keyword input[type="text"]{
	width: 80%;
	color: #858585;
	font-size: 0.8725em;
	padding: 8px;
	outline: none;
	margin: 5px 0;
	font-family: 'Microsoft Yahei';
	border: 1px solid #DFDFDF;
	box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-webkit-box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-moz-box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-o-box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-webkit-appearance: none;
}




.date{
	/*background:url(../images/cal-icon.png) no-repeat 100% 50% #FFF;*/
}
.date_btn{
	margin-top: 33px;
}
/*不同品牌显示不同*/
.date_btn input[type="submit"] {
	text-transform:capitalize;
	width: 100% !important;

	background: #85c028;
	/*background: #fdd000;*/

	font-family: 'Microsoft Yahei';
	color: #FFF;
	padding: 8px;
	border: none;
	font-size: 1em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	outline: none;
	cursor: pointer;
}
.date_btn form input[type="submit"]:hover{
	background: #85c028;
}
/* start grids_of_3 */
.grids_of_3{
	display: block;
	padding: 4% 2% 2%;
}
.grid1_of_3{
	float: left;
	width: 30.333333%;
	margin-left: 4.33333%;

}
.grid1_of_3:first-child{
	margin-left: 0;
}
.grid1_of_3 h4 a{
	margin: 4% 0;
	display:block;
	font-size: 1.5em;
	color: #8A8A8A;
	text-transform: capitalize;
	font-weight: 100;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.grid1_of_3 h4 span{
	font-weight: 600;
	padding-left: 10px;
	color: #202020;
}
.grid1_of_3 h4 a:hover{
	color: #202020;
}
.grid1_of_3 p{
	font-size: 0.8725em;
	color: #6b6b6b;
	line-height: 1.8em;
}
.grid1_of_3_img{
		position: relative;	
}
/* start footer */
.footer{
	padding: 4% 2% 2%;
}
.copy{
	float: left;
	margin-top: 15px;
}
.copy p{
	color: #9c9c9c;
	font-size: 0.8725em;
	line-height: 1.5em;
}
.copy p a{
	color: #52ABDF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copy p a:hover{
	color: #9c9c9c;
}
/* start soc_icons */
.soc_icons {
	text-align: center;
}
.soc_icons h2{
	text-transform: uppercase;
	font-size: 1.2em;
	color: #c0c0c0;
	font-weight: 400;
	margin-bottom: 10px;
}
.soc_icons ul li{
	display:inline-block;
	margin-left: 5px;
}
.soc_icons ul li:first-child{
	margin-left: 0;
}
.soc_icons ul li a{
	display: block;
	background: url('../images/soc_icons.png') no-repeat 0px 0px;
	width: 46px;
	height: 46px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.soc_icons ul li a.icon1{
	background-position:0px 0px;
}
.soc_icons ul li a.icon2{
	background-position:-55px 0px;
}
.soc_icons ul li a.icon3{
	background-position:-110px 0px;
}
.soc_icons ul li a.icon4{
	background-position:-166px 0px;
}
.soc_icons ul li a.icon5{
	background-position:-224px 0px;
}
.soc_icons ul li a:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
/* start f_nav */
.f_nav{
	float: right;
	margin-top: 10px;
}
.f_nav li{
	display: inline-block;
	margin-left: 20px;
}
.f_nav li:first-child{
	margin-left: 0;
}
.f_nav li a{
	display:block;
	color: #9c9c9c;
	padding: 0 5px;
	text-transform: capitalize;
	font-size: 0.8725em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.f_nav li a:hover{
	color: #52ABDF;
}
/* start rooms and suits */
.main{
	padding: 4% 2%;
}
.content{
	float: left;
	width: 68.333333%;
	margin-right: 3.3333%;
}
.sidebar{
	float: left;
	width: 24.333333%;
	padding-left: 3.3333%;
	border-left: 1px solid rgb(184, 184, 184);
}
.room {
    padding-bottom: 6%;
    border-bottom: 2px dashed rgb(109, 109, 109);
}
.room h4{
	text-transform: capitalize;
	font-size: 1.5em;
	color: #252525;
	font-weight: 100;
	margin-bottom: 15px;
}
p.para{
	font-size: 0.8725em;
	color: #6b6b6b;
	line-height: 1.8em;
}
.sidebar h4{
	text-transform: capitalize;
	font-size: 1em;
	color: #252525;
	font-weight: 600;
	margin: 10% 0 4%;
}
.s_nav li{
	border-bottom: 1px solid rgb(194, 194, 194);
	margin: 15px 0;
}
.s_nav li a{
	display: block;
	padding:4px 0;
	text-transform: capitalize;
	font-size: 0.8725em;
	color: #6b6b6b;
	line-height: 1.6em;
}
.s_nav li a:hover{
	color: #228AC6;
}
.s_nav1 li{
	display: inline-block;
	margin-right: 10px;
}
.s_nav1 li a{
	display: block;
	background: url('../images/s_icons.png') no-repeat 0px 0px;
	width: 32px;
	height: 32px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.s_nav1 li a.icon1{
	background-position:0px 0px;
}
.s_nav1 li a.icon2{
	background-position:-42px 0px;
}
.s_nav1 li a.icon3{
	background-position:-84px 0px;
}
.s_nav1 li a.icon4{
	background-position:-125px 0px;
}
.s_nav1 li a:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
.grids_of_2{
	display: block;
	margin: 8% 0;
}
.grids_of_img{
	float: left;
	width: 22.33333%;
}
.grids_of_para{
	float: left;
	width:73.333333%;
	margin-left: 4.333333%;
}
/* res_online */
.res_online h4 {
	text-transform: capitalize;
	font-size: 1.5em;
	color: #252525;
	font-weight: 100;
	margin-bottom: 15px;
}
.span_of_2{
	padding: 4% 0;
	margin: 6% 0;
	border-bottom: 2px dashed rgb(109, 109, 109);
	border-top: 2px dashed rgb(109, 109, 109);
}
.span2_of_1{
	float:left;
	width: 47.33333%;
	margin-left: 4.33333%;
}
.span2_of_1:first-child{
	margin-left: 0;
}
.span2_of_1 h4{
	text-transform: capitalize;
	font-size: 1em;
	color: #303030;
	font-weight: 600;
	margin-bottom: 5px;
}
.sel_room{
	float:left;
	width: 47.77777%;
}
.sel_room.left{
	margin-left: 4.33333%;	
}
.book_date.btm{
	margin-bottom: 15px;
}
.res_btn{
	text-align: center;
	display: block;
	margin-bottom: 4%;
}
.res_btn form input[type="submit"] {
	display: inline-block;
	text-transform: capitalize;
	width: 25% !important;
	background: #32A2E3;
	font-family: 'Microsoft Yahei';
	color: #FFF;
	padding: 15px;
	border: none;
	font-size: 1em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
}
.res_btn form input[type="submit"]:hover{
	background: #228AC6;
}

/* start portfolio page */
.service_list{
	display: block;
}
.service_list.top{
	margin-top:4%;
}
.service_list li{
	float: left;
	width: 22.3333%;
	margin-left: 3.3333%;
	position: relative;
}
.service_list li:first-child{
	margin-left: 0;
}
.service_list li a img:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.8;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
.service_list li h3 {
	display: inline-block;
	margin: 15px 0 5px;
	text-transform: capitalize;
	font-size: 1em;
	color: #191919;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service_list li h3:hover{
	color: #52ABDF;	
}
.service_list li h4 a {
	display: block;
	margin-top: 10px;
	font-style: italic;
	line-height: 1.5em;
	font-size: 0.8725em;
	font-weight: 400;
	color: #52ABDF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service_list li h4 a:hover{
	color: #191919;
}
.ser_img {
	position: relative;
}
span.next{
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background: url(../images/next_30.png) center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 4px;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
span.next:hover {
	opacity: 0.9;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/* start contact */
.contact{
	display: block;
}
.contact_left {
	float:left;
	margin-right:3.3333%;
	width: 32.3333%;
}
.contact_right {
	float:left;
	width: 63.3333%;
}
.contact_left h3{
	margin-bottom: 2%;
	text-transform: capitalize;
	font-size: 1.5em;
	color: #252525;
	font-weight: 100;
}
.company_address{
	padding-top:10px;
}
.company_address p{
	color: #242424;
	text-shadow: 0 1px 0 #ffffff;
	line-height: 1.8em;
	font-size: 0.8125em;
	font-weight: 600;
}
.company_address p a{
	color: #52ABDF;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-shadow: 0 1px 0 #ffffff;
}
.company_address p a:hover{
	color: #242424;
}
.map{
	margin: 6% 0 4%;
}
.contact_right h3{
	margin-bottom: 2%;
	text-transform: capitalize;
	font-size: 1.5em;
	color: #252525;
	font-weight: 100;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display: block;
	color: #252525;
	text-shadow: 0 1px 0 #ffffff;
	line-height: 1.5em;
	font-size: 0.7825em;
}
.contact-form input[type="text"],.contact-form textarea{
	font-family: 'Microsoft Yahei';
	margin-top: 5px;
	padding: 10px;
	display: block;
	width: 98% !important;
	background: rgba(255, 255, 255, 1);
	outline: none;
	color: #555555;
	font-size: 1em;
	border: 1px solid rgb(224, 224, 224);
	-webkit-appearance: none;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	margin-top: 10px;
	display: inline-block;
	text-transform: uppercase;
	background: #32A2E3;
	font-family: 'Microsoft Yahei';
	color: #FFF;
	padding: 15px;
	border: none;
	font-size: 1em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	outline: none;
	cursor: pointer;
	float: right;
	width: 25% !important;
	-webkit-appearance: none;
}
.contact-form input[type="submit"]:hover{
	background: #228AC6;
}
/* start details */
.details h2{
	text-transform: capitalize;
	font-size: 1.5em;
	color: #252525;
	font-weight: 100;
}
.det_pic{
	margin: 2% 0;
}
.read_more{
	margin-top: 2%;
}
.read_more a{
	display:inline-block;
	text-transform: capitalize;
	background: #32A2E3;
	font-family: 'Microsoft Yahei';
	color: #FFF;
	padding: 12px 36px;
	border: none;
	font-size: 1em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	outline: none;
}
.read_more a:hover{
	background: #228AC6;
}
 @media only screen and (min-width: 1358px) { 
	.wrap{
		width:95%;
	}
	.span_of_2 {
		padding: 3% 0;
		margin: 4% 0;
	}
	.menu li {
		margin: 6px 8px;
	}
    .menu li a {
              font-size:18px;
        }
   
    
}
/***** Media Quries *****/
@media only screen and (max-width: 1366px) {
	.wrap{
		width:95%;
	}
	.span_of_2 {
		padding: 3% 0;
		margin: 4% 0;
	}
	.menu li {
		margin: 6px 8px;
	}
    .menu li a {
              font-size:18px;
        }
    
}
@media (max-width:1280px) and (min-width: 1023px) {
    .wrap {
        width: 95%;
    }

    .span_of_2 {
        padding: 3% 0;
        margin: 4% 0;
    }

   .menu li {
		margin: 6px 8px;
	}

  .menu li a {
              font-size:13px;
        }
}

@media (max-width: 1366px) and (min-width: 1280px) {
    .wrap {
        width: 95%;
    }

    .span_of_2 {
        padding: 3% 0;
        margin: 4% 0;
    }

    .menu li {
        margin: 6px 8px;
    }

  .menu li a {
              font-size:13px;
        }
}
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
	.menu li {
		margin: 6px 10px;
	}
	.booking_room h4 {
		font-size: 1.2em;
	}
	.booking_room p {
		font-size: 0.8125em;
	}
	.f_nav li {
		margin-left: 6px;
	}
     .menu li {
        margin: 6px 7px;
    }
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.menu li {
		margin: 10px 8px;
	}
	.menu li a {
		font-size: 0.8725em;
	}
	.reservation ul li.span1_of_3 {
		width: 14.33333%;
		margin-left: 15px;
	}
	.f_nav li a {
		padding: 0 0px;
	}
}

@media  (max-width: 785px)  and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.menu li {
		margin: 10px 8px;
	}
	.menu li a {
		font-size: 0.8725em;
	}
	.reservation ul li.span1_of_3 {
		width: 14.33333%;
		margin-left: 15px;
	}
	.f_nav li a {
		padding: 0 0px;
	}

   .menu li {
        margin: 6px 8px;
    }
}


@media only screen and (max-width: 785px) {
    .menu {
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
	.wrap{
		width:95%;
	}
	.row .grid_3 {
		float: right;
		width: 38.333333% !important;
	}
	.menu {
		display: none;
	}
	.h_right {
		width: 100%;
		float: none;
	}
	.row {
		width: 70% !important;
	}
	.top-nav {
		display: block;
		margin: 10px 0;
		z-index: 999;
		position: relative;
	}
	.nav a{
		display: block;
	}
	.reservation ul li {
		float: none;
		display: inline-block;
	}
	.booking_room {
		float: none;
		width: 98%;
	}
	.reservation {
		float: none;
		width: 98%;
	}
	.b_room {
		display: inline-block;
	}
	.grid1_of_3 h4 a {
		font-size: 1.4em;
	}
	.copy {
		float: none;
		text-align:center;
	}
	.f_nav {
		float: none;
		text-align:center;
		margin-top: 20px;
	}
	.soc_icons {
		text-align: center;
		margin: 20px 0;
	}
	.content {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
	.sidebar {
		float: none;
		width: 100%;
		padding-left: 0%;
		border-left: none;
	}
	.sidebar h4 {
		margin: 4% 0 4%;
	}
	.sel_room {
		float: none;
		width: 100%;
	}
	.sel_room.left {
		margin-left: 0%;
	}
	.service_list li {
		width: 48.3333%;
		margin-bottom:4%;
	}
	.service_list li:nth-child(3){
		margin-left: 0;
	}
	.reservation h5 {
		margin: 10px 0;
	}
}
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.logo1{
		width: 32.333333%;
	}
	.h_right{
		width:60%;
	}
	.row .grid_3 {
		width: 70.333333% !important;
	}
	.reservation ul li.span1_of_1 {
		width: 100%;
	}
	.row .grid_3 {
		width: 70.333333% !important;
	}
	.book_date input[type="text"] {
		width: 96% !important;
	}
	.reservation ul li.left {
		margin-left: 0px;
	}
	.reservation ul li.span1_of_2 {
		width: 49.33333%;
	}
	.reservation ul li.span1_of_3 {
		width: 47.33333%;
		margin-left: 10px;
	}
	.grid1_of_3 {
		float: left;
		width: 100%;
		margin-left: 0%;
	}
	.grid1_of_3 h4 a {
		margin: 2% 0;
	}
	.grid1_of_3 img{
		margin-top:4%;
		width: 100%;
	}
	.online_reservation {
		margin-top: -30px;
	}
	.reservation ul li.span1_of_2 {
		width: 48.33333%;
	}
	.res_btn form input[type="submit"] {
		width: 50% !important;
		padding: 10px;
	}
	.contact_left {
		float: none;
		margin-right: 0%;
		width: 100%;
	}
	.contact_right {
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.logo1{
		width: 32.333333%;
	}
	.h_right{
		width:60%;
	}
	.row .grid_3 {
		width: 70.333333% !important;
	}
	.online_reservation {
		margin-top: 0px;
	}
	.date_btn {
		margin: 0 0 20px;
	}
}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.logo1{
		margin-top:10px;
		width: 38.333333%;
	}
	.h_right{
		width:60%;
	}
	.row .grid_3 {
		width: 70.333333% !important;
	}
	.reservation {
		padding: 10px;
		width: 97%;
	}
	.booking_room {
		width: 97%;
		padding: 10px;
	}
	.hide{
		display: none;
	}
	.reservation ul li.span1_of_2 {
		width: 100%;
	}
	.reservation ul li.span1_of_3 {
		width: 100%;
		margin-left: 0px;
	}
	.book_date input[type="text"] {
		width: 93% !important;
	}
	.soc_icons ul li {
		margin-left: 0px;
	}
	.grids_of_img {
		float: none;
		width: 100%;
	}
	.grids_of_para {
		float: none;
		width: 100%;
		margin-left: 0%;
	}
	.span2_of_1 {
		float: none;
		width: 100%;
		margin-left: 0%;
	}
	.res_btn form input[type="submit"] {
		width: 60% !important;
		padding: 10px;
	}
	.service_list li {
		float:none;	
		margin-left:0;
		width: 100%;
		margin-bottom: 4%;
	}
	.contact-form input[type="text"], .contact-form textarea {
		width: 93% !important;
	}
	.contact-form input[type="submit"] {
		padding: 10px;
		width: 50% !important;
	}
}

/*各子品牌*/
.divBrand {
    width: 1080px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.divBrandB {
    width: 880px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.childBrand {
    height: 70px;
    width: 162px;
    background-color: #FFF;
    float: left;
    cursor:pointer;
    margin-left:52.6px
}

.emBrand {
        background-color: #FFF;
        width: 160px;
        height: 50px;
        position: absolute;
        top: 20px;
        left: -15px;
        text-align: left;
        /*padding: 20px 12px 10px;*/
        font-style: normal;
        z-index: 2;
        display: none;
        border-radius:3px;
        font-size:12px;
        /*-webkit-box-shadow: 1px 3px 10px;
        -moz-box-shadow: 1px 3px 10px;
        box-shadow:1px 3px 10px;*/
        text-align:center;
        line-height:50px;
         color:#FFF;
        background-color:#DEDEDE;
    }
.spanBrand {
    border-width: 10px;
    border-color: #09F transparent transparent;
    left: 70px;
    top: 50px;
    width: 0;
    height: 0;
    font-size: 0;
    border-style: solid;
    overflow: hidden;
    position: absolute;
}


.brandLeft{
    margin-left:0px;
}

.rightLogo{
    width:20%;float:left;cursor:pointer
}
.rightLogin{
    width:10.87%;float:right;
}
.liLogo{
    margin:10px 16px;
}

/*子品牌*/
.greenTreeinn{
    background-image:url(../images/Index_GreenTreeinn_H.png);
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
    -moz-background-size:100% 100%;  
    background-size:100% 100%;  
}
.greenUnion{
    background-image:url(../images/Index_GreenUnion_H.png);
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
    -moz-background-size:100% 100%;  
    background-size:100% 100%;  
}
.greenWest{
    background-image:url(../images/Index_GreenWest_H.png);
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
    -moz-background-size:100% 100%;  
    background-size:100% 100%;  
}
.vatica{
    background-image:url(../images/Index_Vatica_H.png);
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
    -moz-background-size:100% 100%;  
    background-size:100% 100%;  
}
.shellHotel{
    background-image:url(../images/Index_ShellHotel_H.png);
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
    -moz-background-size:100% 100%;  
    background-size:100% 100%;  
}
.overSea{
    background-image:url(../images/Index_Oversea_H.png);
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
    -moz-background-size:100% 100%;  
    background-size:100% 100%;  
}
.VX{
    background-image:url(../images/Index_VX_H.png);
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
    -moz-background-size:100% 100%;  
    background-size:100% 100%;  
}
.Gya{
    background-image:url(../images/Index_Gya_H.png);
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
    -moz-background-size:100% 100%;  
    background-size:100% 100%;  
}
.Gme{
    background-image:url(../images/Index_Gme_H.png);
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
    -moz-background-size:100% 100%;  
    background-size:100% 100%;  
}
.Apartment {
    background-image: url(../images/Index_Apartment_H.png);
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.INN {
    background-image: url(../images/Index_INN_H.png);
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.WM {
    background-image: url(../images/Index_WM_H.png);
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.MD {
    background-image: url(../images/Index_MD_H.png);
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

@media (min-width: 1366px) {
    /*各子品牌*/
    .divBrand {
        width: 1080px;
        height: 120px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .divBrandB {
        width: 880px;
        height: 120px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
   

    .childBrand {
        height: 70px;
        width: 162px;
        background-color: #FFF;
        float: left;
        cursor:pointer;
        margin-left:52.6px;
     
    }

    .emBrand {
        background-color: #FFF;
        width: 160px;
        height: 50px;
        position: absolute;
        top: 20px;
        left: -15px;
        text-align: left;
        /*padding: 20px 12px 10px;*/
        font-style: normal;
        z-index: 2;
        display: none;
        border-radius:3px;
        font-size:12px;
        /*-webkit-box-shadow: 1px 3px 10px;
        -moz-box-shadow: 1px 3px 10px;
        box-shadow:1px 3px 10px;*/
        text-align:center;
        line-height:50px;
        color:#FFF;
        background-color:#DEDEDE;
    }
    .spanBrand {
        border-width: 10px;
        border-color: #DEDEDE transparent transparent;
        left: 70px;
        top: 50px;
        width: 0;
        height: 0;
        font-size: 0;
        border-style: solid;
        overflow: hidden;
        position: absolute;
    }


}




@media (min-width: 1024px) and (max-width: 1279px) {
     /*各子品牌*/
    .divBrand {
        width: 819.2px;
        height: 120px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .divBrandB {
        width: 492px;
        height: 120px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .childBrand {
        height: 70px;
        width: 122.88px;
        background-color: #FFF;
        float: left;
        cursor:pointer;
         margin-left:43.38px
    }

    .emBrand {
        background-color: #FFF;
        width: 110px;
        height: 50px;
        position: absolute;
        top: 20px;
        left: -15px;
        text-align: left;
        /*padding: 20px 12px 10px;*/
        font-style: normal;
        z-index: 2;
        display: none;
        border-radius:3px;
        font-size:12px;
        /*-webkit-box-shadow: 1px 3px 10px;
        -moz-box-shadow: 1px 3px 10px;
        box-shadow:1px 3px 10px;*/
        text-align:center;
        line-height:50px;
      color:#FFF;
        background-color:#DEDEDE;
    }
    .spanBrand {
        border-width: 10px;
        border-color: #DEDEDE transparent transparent;
        left: 45px;
        top: 50px;
        width: 0;
        height: 0;
        font-size: 0;
        border-style: solid;
        overflow: hidden;
        position: absolute;
    }
    .h_right{
        width:60%;
    }
    .rightLogin{
        width:13%;
    }
    .liLogin a{
        font-size:12px;
    }
}

@media (min-width: 800px) and (max-width: 1023px) {
     /*各子品牌*/
    .divBrand {
        width: 640px;
        height: 120px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .divBrandB {
        width: 384px;
        height: 120px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .childBrand {
        height: 70px;
        width: 96px;
        background-color: #FFF;
        float: left;
        cursor:pointer;
         margin-left:42.8px
    }

    .emBrand {
        background-color: #FFF;
        width: 85px;
        height: 50px;
        position: absolute;
        top: 20px;
        left: -15px;
        text-align: left;
        /*padding: 20px 12px 10px;*/
        font-style: normal;
        z-index: 2;
        display: none;
        border-radius:3px;
        font-size:12px;
        /*-webkit-box-shadow: 1px 3px 10px;
        -moz-box-shadow: 1px 3px 10px;
        box-shadow:1px 3px 10px;*/
        text-align:center;
        line-height:50px;
         color:#FFF;
        background-color:#DEDEDE;
    }
    .spanBrand {
        border-width: 10px;
        border-color: #DEDEDE transparent transparent;
        left: 30px;
        top: 50px;
        width: 0;
        height: 0;
        font-size: 0;
        border-style: solid;
        overflow: hidden;
        position: absolute;
    }
    .h_right{
        width:60%;
        /*padding-left:10% !important;*/
        font-size:20px;
    }
    .rightLogin{
        width:12%;
    }
    .liLogin a{
        font-size:12px;
    }
    .menu li{
        margin:10px 1px;
    }

        .menu li a{
        font-size:14px;
    }
    .liLogin{
        margin:12px 0px;
    }
    .MR12{
        margin-right:2px;
    }



}
@media only screen and (max-width:776px)
{
    .rightLogin
    {
        width:40% !important;
    }
}
/*layout101.css*/

@charset "utf-8";
/* CSS Document */
body {
    /*background: #f7f7f7;*/
}

a {
    text-decoration: none;
}

.gl_header {
    height: 106px;
    width: 100%;
    background: #f7f7f7;
}

.gl_header_top {
    height: 35px;
    background: #fbfbfb;
    border-bottom: 1px solid #ddd;
}

.gl_top_sideBar {
    width: 1003px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
}

.pop_history_city_container {
    width: 350px;
    display: block;
    float: left;
}

    .pop_history_city_container ul li {
        margin: 0 5px;
        line-height: 24px;
        font-size: 14px;
    }

        .pop_history_city_container ul li a{
        color:#333;
        text-decoration:none;
    }
        .pop_history_city_container ul li a:visited{
        color:#333;
        text-decoration:none;
    }

.float_r {
    float: right;
}

#site-nav .quick-menu LI {
    BACKGROUND: url(../images/mbg.png) no-repeat;
}

#site-nav .search .menu-hd S {
    BACKGROUND: url(../images/mbg.png) no-repeat;
}

#site-nav .quick-menu .cart S {
    BACKGROUND: url(../images/mbg.png) no-repeat 999em 0px;
}

#site-nav .search .menu-bd BUTTON {
    BACKGROUND: url(../images/mbg.png) no-repeat 999em 0px;
}

.gl_top_sideBar span {
    float: left;
}

/******header*******/
#header {
    width: 1003px;
    padding: 8px 0 5px 0;
    margin: auto;
    background: #fff;
    height: 60px;
}

#banner {
    width: 100%;
    height: 273px;
    clear: both;
}

.logo {
    width: 202px;
    height: 51px;
    background: url("img/logo_new.jpg") no-repeat;
    float: left;
    margin-left: 20px;
    margin-right: 30px;
}

    .logo a {
        width: 202px;
        height: 51px;
        display: inline-block;
    }

.login {
    float: right;
    width: 250px;
    height: 60px;
}

    .login a.pod {
        background: url("img/en.png") no-repeat;
        width: 47px;
        font-family: "微软雅黑";
        height: 43px;
        display: inline-block;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        color: #666;
        position: relative;
        right: 40px;
        float: right;
    }

    .login a:hover.pod {
        background: url("img/en.png") no-repeat;
        width: 47px;
        height: 43px;
        display: inline-block;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        color: #f60;
    }

    .login img {
        width: 37px;
        height: 34px;
        float: right;
        margin-right: 13px;
    }

.register {
    clear: both;
    z-index: 99;
    font-size: 12px;
    position: relative;
}

.login .register img {
    width: 20px;
    height: 18px;
    float: none;
    vertical-align: middle;
    margin: 0;
}

.login .register .san {
    width: 12px;
    height: 10px;
}

.register span {
    color: #666666;
}

.register .line {
    color: #cccccc;
}

.shuffling {
    float: left;
}

    .shuffling .shuffScroll {
        width: 501px;
        overflow: hidden;
        margin: 0;
        float: left;
    }

    .shuffling .nextBtn {
        float: left;
        margin: 30px 0 0;
    }

        .shuffling .nextBtn img {
            width: 16px;
            height: 14px;
            margin: 0;
        }

    .shuffling img {
        float: left;
      
        height: 35px;
        margin-right: 10px;
    }

.register .Mygreen a {
    color: #EC6030;
}

.Hovergreen {
    width: 90px;
    height: 18px;
    float: left;
}

.loginGreen {
    float: right;
    width: 130px;
}

    .loginGreen span {
        padding: 0 1px;
    }

.MygreenDiv > div {
    line-height: 18px;
}

    .MygreenDiv > div:hover {
        cursor: pointer;
        line-height: 18px;
    }

.MygreenDiv > .exit:hover {
    border-bottom: none;
}

.MygreenDiv {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #7FA5A3;
    clear: both;
    font-size: 13px;
    left: 0;
    overflow: auto;
    padding: 5px 10px 0;
    position: absolute;
    /*right: 201px;*/
    top: 20px;
    min-width: 110px;
    z-index: 9999;
}

    .MygreenDiv span {
        margin: 3px 0;
        display: inline-block;
        padding: 5px 0;
    }

    .MygreenDiv .exit {
        text-align: center;
        border-top: 1px dashed #cccccc;
        padding: 5px 0;
        vertical-align: top;
    }

        .MygreenDiv .exit img {
            width: 14px;
            height: 18px;
            margin-right: 10px;
        }

#page {
    float: right;
    WIDTH: 810px;
}

#site-nav-bg {
    Z-INDEX: 9999;
    BACKGROUND: #f7f7f7;
    LEFT: 0px;
    WIDTH: 100%;
    BORDER-BOTTOM: #d2d2d2 1px solid;
    POSITION: absolute;
    TOP: 0px;
    HEIGHT: 35px;
}

#site-nav {
    Z-INDEX: 10000;
    MARGIN: 2px auto;
    COLOR: #000;
    LINE-HEIGHT: 35px;
    POSITION: relative;
    HEIGHT: 35px;
}

    #site-nav A {
        COLOR: #666;
        display: inline-block;
    }

        #site-nav A:hover {
            COLOR: #f50;
        }

    #site-nav .login-info {
        FLOAT: left;
        PADDING-TOP: 1px;
    }

        #site-nav .login-info A {
            MARGIN-RIGHT: 8px;
        }

            #site-nav .login-info A.user-nick {
                MARGIN-RIGHT: 0px;
            }

    #site-nav .quick-menu {
        RIGHT: 0px;
        POSITION: absolute;
        TOP: 0px;
    }

        #site-nav .quick-menu LI {
            PADDING-RIGHT: 4px;
            text-align: center;
            BACKGROUND-POSITION: right 6px;
            PADDING-LEFT: 10px;
            FLOAT: left;
            PADDING-BOTTOM: 0px;
            MARGIN-LEFT: -1px;
        }

            #site-nav .quick-menu LI.last {
                BACKGROUND: none transparent scroll repeat 0% 0%;
            }

            #site-nav .quick-menu LI.menu-item {
                PADDING-RIGHT: 0px;
                PADDING-LEFT: 0px;
                PADDING-BOTTOM: 0px;
                PADDING-TOP: 0px;
                POSITION: relative;
            }

        #site-nav .quick-menu .cart {
            PADDING-TOP: 1px;
            POSITION: relative;
            _padding-top: 2px;
        }

            #site-nav .quick-menu .cart A {
                PADDING-LEFT: 16px;
            }

            #site-nav .quick-menu .cart S {
                BACKGROUND-POSITION: -83px -21px;
                LEFT: 8px;
                WIDTH: 14px;
                POSITION: absolute;
                TOP: 6px;
                HEIGHT: 11px;
            }

    #site-nav .menu-hd {
        PADDING-RIGHT: 22px;
        DISPLAY: block;
        PADDING-LEFT: 10px;
        Z-INDEX: 10002;
        PADDING-BOTTOM: 0px;
        MARGIN: 1px 1px 0px;
        CURSOR: pointer;
        PADDING-TOP: 0px;
        POSITION: relative;
        HEIGHT: 30px;
    }

    #site-nav .mytaobao .menu-hd {
        WIDTH: 48px;
        PADDING-TOP: 1px;
        _padding-top: 1px;
    }

    #site-nav .search .menu-hd {
        WIDTH: 24px;
        PADDING-TOP: 1px;
        _padding-top: 1px;
    }

    #site-nav .services .menu-hd {
        WIDTH: 48px;
        PADDING-TOP: 1px;
        _padding-top: 1px;
    }

    #site-nav .menu-hd B {
        BORDER-RIGHT: #eee 4px solid;
        BORDER-TOP: #666 4px solid;
        FONT-SIZE: 0px;
        RIGHT: 10px;
        BORDER-LEFT: #eee 4px solid;
        WIDTH: 0px;
        LINE-HEIGHT: 0;
        BORDER-BOTTOM: #eee 4px solid;
        POSITION: absolute;
        TOP: 17px;
        HEIGHT: 0px;
        -webkit-transition: -webkit-transform .2s ease-in;
        -moz-transition: -webkit-transform .2s ease-in;
        -o-transition: -webkit-transform .2s ease-in;
        transition: -webkit-transform .2s ease-in;
    }

    #site-nav .search .menu-hd {
        PADDING-LEFT: 25px;
        COLOR: #666;
    }

        #site-nav .search .menu-hd S {
            BACKGROUND-POSITION: -67px -20px;
            LEFT: 9px;
            WIDTH: 14px;
            POSITION: absolute;
            TOP: 4px;
            HEIGHT: 13px;
        }

    #site-nav .menu-bd {
        BORDER-RIGHT: #bfbfbf 1px solid;
        BORDER-TOP: #bfbfbf 1px solid;
        DISPLAY: none;
        Z-INDEX: 10001;
        RIGHT: 0px;
        BACKGROUND: #fff;
        BORDER-LEFT: #bfbfbf 1px solid;
        BORDER-BOTTOM: #bfbfbf 1px solid;
        POSITION: absolute;
        TOP: 21px;
    }

    #site-nav .search .menu-bd {
        _right: -1px;
    }

    #site-nav IFRAME.menu-bd {
        BORDER-TOP-WIDTH: 0px;
        BORDER-LEFT-WIDTH: 0px;
        Z-INDEX: -1;
        BACKGROUND: none transparent scroll repeat 0% 0%;
        FILTER: alpha(opacity=0);
        FLOAT: left;
        BORDER-BOTTOM-WIDTH: 0px;
        BORDER-RIGHT-WIDTH: 0px;
    }

    #site-nav .menu-bd-panel {
        PADDING-RIGHT: 10px;
        PADDING-LEFT: 10px;
        PADDING-BOTTOM: 6px;
        PADDING-TOP: 10px;
    }

    #site-nav .menu-item-opp .menu-bd {
        LEFT: 0px;
    }

        #site-nav .menu-item-opp .menu-bd S.rt {
            LEFT: 0px;
        }

        #site-nav .menu-item-opp .menu-bd S.lt {
            BACKGROUND-POSITION: -87px -55px;
            RIGHT: -2px;
            LEFT: auto;
        }

    #site-nav .menu {
        POSITION: relative;
    }

        #site-nav .menu:hover .menu-hd {
            BORDER-RIGHT: #bfbfbf 1px solid;
            BORDER-TOP: #bfbfbf 1px solid;
            BACKGROUND: white;
            MARGIN: 0px;
            BORDER-LEFT: #bfbfbf 1px solid;
            BORDER-BOTTOM: #bfbfbf 1px;
        }

    #site-nav .hover .menu-hd {
        BORDER-RIGHT: #bfbfbf 1px solid;
        BORDER-TOP: #bfbfbf 1px solid;
        BACKGROUND: white;
        MARGIN: 0px;
        BORDER-LEFT: #bfbfbf 1px solid;
        BORDER-BOTTOM: #bfbfbf 1px;
    }

    #site-nav .menu:hover .menu-bd {
        DISPLAY: block;
    }

    #site-nav .hover .menu-bd {
        DISPLAY: block;
    }

    #site-nav .menu:hover .menu-hd B {
        BORDER-LEFT-COLOR: #fff;
        FILTER: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
        BORDER-BOTTOM-COLOR: #fff;
        BORDER-TOP-COLOR: #666;
        TOP: 17px;
        BORDER-RIGHT-COLOR: #fff;
        -moz-transform: rotate(180deg);
        -moz-transform-origin: 50% 30%;
        -webkit-transform: rotate(180deg);
        -webkit-transform-origin: 50% 30%;
        -o-transform: rotate(180deg);
        -o-transform-origin: 50% 30%;
        transform: rotate(180deg);
        transform-origin: 50% 30%;
    }

    #site-nav .hover .menu-hd B {
        BORDER-LEFT-COLOR: #fff;
        FILTER: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
        BORDER-BOTTOM-COLOR: #fff;
        BORDER-TOP-COLOR: #666;
        TOP: 5px;
        BORDER-RIGHT-COLOR: #fff;
        -moz-transform: rotate(180deg);
        -moz-transform-origin: 50% 30%;
        -webkit-transform: rotate(180deg);
        -webkit-transform-origin: 50% 30%;
        -o-transform: rotate(180deg);
        -o-transform-origin: 50% 30%;
        transform: rotate(180deg);
        transform-origin: 50% 30%;
    }

    #site-nav .mytaobao .menu-bd {
        WIDTH: 94px;
        LINE-HEIGHT: 1.7;
        TOP: 31px;
        HEIGHT: 57px;
    }

    #site-nav .mytaobao .menu-bd-panel {
        PADDING-RIGHT: 10px;
        PADDING-LEFT: 10px;
        PADDING-BOTTOM: 8px;
        PADDING-TOP: 8px;
    }

    #site-nav .search .menu-bd {
        WIDTH: 204px;
        TOP: 21px;
        HEIGHT: 66px;
    }

        #site-nav .search .menu-bd INPUT {
            BORDER-RIGHT: #b7b7b7 1px solid;
            PADDING-RIGHT: 1px;
            BORDER-TOP: #878787 1px solid;
            PADDING-LEFT: 1px;
            FLOAT: left;
            MARGIN-BOTTOM: 5px;
            PADDING-BOTTOM: 2px;
            BORDER-LEFT: #878787 1px solid;
            WIDTH: 180px;
            LINE-HEIGHT: 13px;
            PADDING-TOP: 3px;
            BORDER-BOTTOM: #b7b7b7 1px solid;
        }

        #site-nav .search .menu-bd BUTTON {
            BORDER-TOP-WIDTH: 0px;
            BACKGROUND-POSITION: 0px -20px;
            BORDER-LEFT-WIDTH: 0px;
            FLOAT: left;
            BORDER-BOTTOM-WIDTH: 0px;
            WIDTH: 66px;
            CURSOR: pointer;
            COLOR: #fff;
            HEIGHT: 24px;
            BORDER-RIGHT-WIDTH: 0px;
        }

    #site-nav .services .menu-bd {
        WIDTH: 174px;
        TOP: 21px;
        HEIGHT: 218px;
    }

    #site-nav .services .menu-bd-panel {
        PADDING-RIGHT: 10px;
        PADDING-LEFT: 10px;
        PADDING-BOTTOM: 5px;
        PADDING-TOP: 5px;
    }

    #site-nav .services .menu-bd DL {
        PADDING-RIGHT: 0px;
        PADDING-LEFT: 0px;
        PADDING-BOTTOM: 5px;
        PADDING-TOP: 5px;
        BORDER-BOTTOM: #e5e5e5 1px solid;
    }

    #site-nav .services .menu-bd .last {
        BORDER-TOP-WIDTH: 0px;
        BORDER-LEFT-WIDTH: 0px;
        BORDER-BOTTOM-WIDTH: 0px;
        BORDER-RIGHT-WIDTH: 0px;
    }

    #site-nav .services .menu-bd DT {
        FONT-WEIGHT: bold;
        COLOR: #8c8c8c;
        LINE-HEIGHT: 1.5;
        TEXT-ALIGN: left;
    }

    #site-nav .services .menu-bd DD {
        LINE-HEIGHT: 1.6;
        TEXT-ALIGN: left;
    }

        #site-nav .services .menu-bd DD A {
            MARGIN-RIGHT: 2px;
        }

.gl_top_sideBar_right ul li {
    float: left;
    margin: 0 5px;
}

.gl_top_sideBar_right {
    width: 500px;
    float: right;
}

#nav .mainlevel {
    float: left;
    width: 125.374px;
}

    #nav .mainlevel a {
        color: #026151;
        text-decoration: none;
        line-height: 30px;
        display: block;
        width: 125.374px;
        font-size: 22px;
        height: 30px;
        font-family: "microsoft yahei";
    }

    #nav .mainlevel ul li a {
        background: #eee;
        border-bottom: 1px solid #46db94;
        font-size: 16px;
        font-weight: normal;
    }

        #nav .mainlevel ul li a:hover {
            background: #fff;
            color: #333;
        }

    #nav .mainlevel ul {
        display: none;
        position: absolute;
        z-index: 9999;
        width: 125.374px;
        *margin-left: -72px;
    }

    #nav .mainlevel a.on {
        height: 34px;
        border-bottom: 3px solid #026151;
    }

.navs {
    width: 50px;
    text-align: center;
}

    .navs p {
        background: #ccc;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

        .navs p a {
            width: 50px;
            text-align: center;
            display: inline-block;
            color: #000;
        }

.bshare-custom {
    margin-top: 10px;
}

.head_nav {
    height: 65px;
    width: 1003px;
    margin: 0 auto;
}

    .head_nav .logo {
        width: 204px;
        height: 54px;
        float: left;
    }

        .head_nav .logo a {
            background: url(img/logo_new.jpg) no-repeat 0 0;
            width: 204px;
            height: 54px;
            display: inline-block;
        }

.right_nav {
    float: right;
    width: 700px;
    margin-top: 5px;
}

    .right_nav ul li {
        float: left;
        margin: 10px 30px 0 0;
    }

        .right_nav ul li.no1 {
            background: url(img/pinpai.png) no-repeat 0 0;
            display: inline-block;
            width: 94px;
            height: 35px;
        }

        .right_nav ul li.no2 {
            background: url(img/pinpai.png) no-repeat -108px 0;
            display: inline-block;
            width: 94px;
            height: 35px;
        }

        .right_nav ul li.no3 {
            background: url(img/pinpai.png) no-repeat -226px 0;
            display: inline-block;
            width: 94px;
            height: 35px;
        }

        .right_nav ul li.no4 {
            background: url(img/pinpai.png) no-repeat -352px 0;
            display: inline-block;
            width: 94px;
            height: 35px;
        }

        .right_nav ul li.no5 {
            background: url(img/pinpai.png) no-repeat -466px 0;
            display: inline-block;
            width: 94px;
            height: 35px;
        }

            .right_nav ul li.no1 a, .right_nav ul li.no2 a, .right_nav ul li.no3 a, .right_nav ul li.no4 a, .right_nav ul li.no5 a, .right_nav ul li.no6 a {
                width: 94px;
                height: 35px;
                display: inline-block;
            }

                .right_nav ul li.no1 a:hover {
                    background: url(img/pinpai.png) no-repeat 0 -35px;
                    display: inline-block;
                    width: 94px;
                    height: 35px;
                }

                .right_nav ul li.no2 a:hover {
                    background: url(img/pinpai.png) no-repeat -108px -35px;
                    display: inline-block;
                    width: 94px;
                    height: 35px;
                }

                .right_nav ul li.no3 a:hover {
                    background: url(img/pinpai.png) no-repeat -226px -35px;
                    display: inline-block;
                    width: 94px;
                    height: 35px;
                }

                .right_nav ul li.no4 a:hover {
                    background: url(img/pinpai.png) no-repeat -352px -35px;
                    display: inline-block;
                    width: 94px;
                    height: 35px;
                }

                .right_nav ul li.no5 a:hover {
                    background: url(img/pinpai.png) no-repeat -466px -35px;
                    display: inline-block;
                    width: 94px;
                    height: 35px;
                }

.gl_menu {
    height: 45px;
}

.gl_menu_bo {
    width: 1003px;
    margin: 0 auto;
    height: 36px;
    background: #fff;
    position: relative;
    z-index: 9;
}

    .gl_menu_bo ul {
        width: 1003px;
        height: 36px;
        line-height: 36px;
    }

        .gl_menu_bo ul li {
            float: left;
            height: 30px;
            line-height: 50px;
            font-family: "微软雅黑";
            font-size: 16px;
            width: 125.374px;
            text-align: center;
            position: relative;
        }

            .gl_menu_bo ul li.on {
                background: #EEEEEE;
                height: 40px;
                display: inline-block;
            }

            .gl_menu_bo ul li a {
                color: #026151;
                width: 100px;
                height: 40px;
                text-align: center;
                text-decoration: none;
            }

                .gl_menu_bo ul li a:hover {
                    background: #f8f8f8;
                    height: 38px;
                    display: inline-block;
                }

    .gl_menu_bo .loginbar {
        width: 195px;
        float: right;
        position: relative;
    }

        .gl_menu_bo .loginbar ul {
            width: 118px;
            height: 50px;
            overflow: hidden;
        }

            .gl_menu_bo .loginbar ul li {
                float: left;
                color: #fff;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-weight: normal;
                width: auto;
                text-align: center;
            }

                .gl_menu_bo .loginbar ul li a {
                    width: auto;
                    margin: 0 10px;
                    text-align: left;
                    width: 200px;
                }

                    .gl_menu_bo .loginbar ul li a:hover {
                        background: none;
                    }

                .gl_menu_bo .loginbar ul li .subNav {
                    background-color: #FFFFFF;
                    border-bottom: 1px solid #06b864;
                    border-left: 1px solid #06b864;
                    border-right: 1px solid #06b864;
                    display: block;
                    position: absolute;
                    right: -1px;
                    top: 49px;
                    width: 220px;
                    z-index: 50;
                    height: auto;
                }

                .gl_menu_bo .loginbar ul li.boa_a {
                    background: #fff;
                    width: 75px;
                }

                    .gl_menu_bo .loginbar ul li.boa_a a {
                        color: #06b864;
                    }


/*************footer*****************/
.footer {
    background: #F6F6F6;
}

#footer {
    margin: 0 auto;
    width: 1003px;
    background: #F6F6F6;
}

    #footer .about {
        width: 1003px;
        float: left;
        margin-top: 20px;
        height: 110px;
        display: inline-block;
        border-bottom: 1px solid #ddd;
    }

        #footer .about img {
            width: 42px;
            height: 40px;
            float: left;
        }

        #footer .about div {
            float: left;
        }

            #footer .about div div {
                float: left;
                width: 208px;
                margin-bottom: 15px;
            }

                #footer .about div div p {
                    font-size: 18px;
                    font-weight: bold;
                    font-family: "微软雅黑";
                }

            #footer .about div img {
                margin-top: -5px;
            }

            #footer .about div div img {
                width: 76px;
                height: 20px;
                float: none;
                border-bottom: 1px solid #00765B;
            }

        #footer .about span {
            display: block;
            width: 188px;
            line-height: 25px;
            font-family: "微软雅黑";
            font-size: 14px;
        }

    #footer .contact {
        width: 642px;
        float: right;
        border-left: 1px solid #00765B;
        padding-left: 10px;
    }

    #footer .telephone {
        width: 310px;
        float: left;
        padding: 0 10px;
        line-height: 40px;
    }


        #footer .telephone p {
            font-size: 24px;
            font-family: "微软雅黑";
            color: #00765B;
            font-weight: 500;
            margin-top: 20px;
        }

            #footer .telephone p span {
                color: #f60;
            }

            #footer .telephone p b {
                font-weight: 500;
            }

        #footer .telephone img {
            width: 230px;
            height: 22px;
            margin-right: 80px;
        }

    #footer .whyChose {
        color: #00765b;
        padding-top: 5px;
        font-size: 20px;
        font-weight: bolder;
        font-family: "微软雅黑";
    }

.footer_main {
    background: #fff;
    padding: 10px;
    display: inline-block;
}

.fot_top {
    width: 983px;
    display: inline-block;
}

#footer .introduce {
    float: left;
    text-align: center;
    padding-top: 10px;
    margin: 0 5px;
    width: 23%;
}

    #footer .introduce img {
        width: 46px;
        height: 40px;
        position: relative;
        left: -25px;
    }

    #footer .introduce div {
        font-weight: bolder;
        font-size: 12px;
        padding: 10px 0 5px 0;
        text-align: left;
        margin-left: 20px;
    }

    #footer .introduce span {
        font-size: 12px;
        display: block;
        text-align: left;
    }

#footer .copyright {
    text-align: center;
    padding-top: 10px;
    height: 30px;
    width: 1003px;
    display: inline-block;
}

    #footer .copyright span {
        display: block;
        font-size: 12px;
        font-family: "微软雅黑";
        color: #666666;
        line-height: 24px;
    }

    #footer .copyright img {
        height: 60px;
        width: auto;
        margin-top: 7px;
    }

        #footer .copyright img + img {
            margin-left: 50px;
        }
/*************footer**************/
ul.subNav {
}

ul.w150 {
    right: 0;
    width: 150px;
}

ul.subNav li {
    display: block;
    font-size: 12px;
    font-weight: 100;
    height: 25px;
    line-height: 25px;
    padding: 0;
    vertical-align: middle;
}

    ul.subNav li a {
        background-image: none;
        border: medium none;
        color: #06b864;
        display: block;
        padding: 0 10px;
        width: 200px;
        height: 25px;
        overflow: hidden;
    }
/*JCitySelector Begin*/
.list_city {
    position: absolute;
    z-index: 120;
    overflow: hidden;
    -moz-box-shadow: 2px 2px 5px rgb(51, 51, 51);
    width: 222px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #fdd000;
    margin: 0;
    min-height: 305px;
    padding: 0 0 4px;
    text-align: left;
    width: 260px;
    -moz-box-shadow: 2px 2px 5px rgb(51, 51, 51);
    -webkit-box-shadow: 2px 2px 5px rgb(51, 51, 51);
}

    .list_city .list_city_head {
        background-color: #fdd000;
        border: medium none;
        color: #FFFFFF;
        display: block;
        font-family: Simyou;
        line-height: 20px;
        padding: 2px 0 2px 9px;
        width: auto;
        word-wrap: break-word;
    }

        .list_city .list_city_head .msg {
            color: #FFF;
        }

    .list_city .list_city_container {
        margin: 0;
        min-height: 257px;
        padding: 0;
    }

        .list_city .list_city_container a {
            border-bottom: 1px solid #FFFFFF;
            border-top: 1px solid #FFFFFF;
            color: #fdd000;
            cursor: pointer;
            display: block;
            line-height: 22px;
            min-height: 22px;
            padding: 1px 9px 0;
            text-align: left;
            text-decoration: none;
            display: block;
        }

         .list_city .list_city_container a.selected {
                  color: #FFF;
                  background-color: #fdd000;
            }

            .list_city .list_city_container a b {
                font-weight: normal;
                display: inline-block;
                width: 200px;
            }

            .list_city .list_city_container a:hover {
                background: none repeat scroll 0 0 #fdd000;
                color:#FFF;
            }

        .list_city .list_city_container span {
            float: right;
            font: 10px/22px verdana;
            margin: 0;
            overflow: hidden;
            padding: 0;
            text-align: right;
            white-space: nowrap;
            width: 26px;
        }

    .list_city .selected {
        background: none repeat scroll 0 0 #FFE6A6;
        color: #FFFFFF;
    }

    .list_city .page_break {
        line-height: 25px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .list_city .page_break a {
            color: #0055AA;
            font-family: Arial, Simsun, sans-serif;
            font-size: 14px;
            margin: 0;
            padding: 0 4px;
            text-decoration: underline;
        }

        .list_city .page_break .current {
            color: #000000;
            text-decoration: none;
        }

.pop_city {
    position: absolute;
    z-index: 999;
    width: 360px;
    font-size: 12px;
    border: 1px solid #EEE;
    background-color: #FFFFFF;
    font-family: "microsoft yahei";
    -moz-box-shadow: 2px 2px 5px rgb(51, 51, 51);
    -webkit-box-shadow: 2px 2px 5px rgb(51, 51, 51);
}

    .pop_city UL.list_history_label {
        display: inline-block;
        float: left;
        margin: 10px;
        width: 330px;
    }

        

    .pop_city .pop_head {
        background-color: #f8f8f8;
        border-bottom: 1px solid #ddd;
        color: #333;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
    }

    .pop_city UL {
        margin: 0 10px;
        display: inline-block;
        width: 325px;
    }

        .pop_city ul li {
            float: left;
        }

    .pop_city .list_label {
        /*border-bottom: 1px solid #ddd;*/
        display: inline-block;
        list-style: none outside none;
        margin-bottom: 10px;
        /*margin-top: 15px;*/
        padding-bottom: 1px;
        padding-left: 4px;
        width: 340px;
        height: 26px;
    }

.hotel_datelist td {
    font-family: Arial;
    padding: 4px;
}

.hotel_datelist tr.h td {
    background: url("http://pic.c-ctrip.com/hotels110127/td_hover.gif") repeat-x scroll 0 2px rgba(0, 0, 0, 0);
}

    .hotel_datelist tr.h td.pic_icon {
        background: none repeat scroll 0 0 #FFFFFF;
    }

.hotel_datelist tr.n td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.hotel_datelist td .ico_vouch, .hotel_datelist td .icon_vouch, .hotel_datelist td .icon_prepay {
    cursor: default;
    vertical-align: middle;
}


.pop_city .list_label li {
    float: left;
    margin-left: 8px;
    height: 24px;
    line-height: 24px;
}

    .pop_city .list_label li.active {
        border-bottom: 2px solid #2a674F !important;
    }

    .pop_city .list_label li a {
        color: #2A4F67;
        cursor: pointer;
        text-decoration: none;
        background: #fff;
        padding: 0px 4px;
    }

    .pop_city .list_label li:hover {
        color: #2A4F67;
        border-bottom: 2px solid #2a674F;
    }

    .pop_city .list_label li a.current {
        color: #666666;
        display: block;
        background: #FFF;
        border: 1px #ddd solid;
        border-bottom: 1px solid #fff;
        padding: 0px 4px;
    }


.pop_city .pop_city_container {
    padding: 4px;
}

    .pop_city .pop_city_container ul {
    }

        .pop_city .pop_city_container ul li {
            width: 24%;
            float: left;
            margin-right: 3px;
        }

            .pop_city .pop_city_container ul li a {
                color: #000000;
                display: block;
                height: 22px;
                line-height: 22px;
                text-decoration: none;
                border: 1px solid #fff;
                padding: 2px 0px;
                overflow: hidden;
            }

                .pop_city .pop_city_container ul li a:hover {
                    background-color: #2A4F67;
                    color: #FFF;
                }
/*2017-06-09*/
.pop_city .list_country {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    list-style: none outside none;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 1px;
    padding-left: 4px;
    width: 340px;
}

    .pop_city .list_country li {
        float: left;
        margin-left: 8px;
        height: 24px;
        line-height: 24px;
    }

        .pop_city .list_country li a {
            color: #2A4F67;
            cursor: pointer;
            text-decoration: none;
            background: #fff;
            padding: 0px 4px;
        }

            .pop_city .list_country li a:hover {
                color: #2A4F67;
            }

            .pop_city .list_country li a.current {
                color: #666666;
                display: block;
                background: #FFF;
                border: 1px #ddd solid;
                border-bottom: 1px solid #fff;
                padding: 0px 4px;
            }

                
/*JCitySelector End*/

.c_address_box {
    position: absolute;
    width: 340px;
    height: auto;
    border: 1px solid #EEE;
    font-size: 12px;
    z-index: 999;
    background: #FFF;
}

.c_address_boxd {
    position: absolute;
    width: 300px;
    height: auto;
    border: 1px solid #eee;
    font-size: 12px;
    float: left;
    z-index: 999;
    background: #FFF;
}





.key_word_list dt {
    border-bottom: 1px dotted #DDDDDD;
    float: left;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    text-align: left;
    width: 320px;
    padding-bottom: 5px;
    /*background: #f8f8f8;*/
    background-color:#85c028; 

    margin-top: 5px;
}

.key_word_list dd {
    display: inline-block;
    width: 330px;
    margin: 0;
    padding: 0 10px;
}

    

.keyword_sub_city {
    background: #f8f8f8;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #ddd;
    text-indent: 20px;
}

    .keyword_sub_city a {
        color: #333;
        text-decoration: none;
    }

.key_word_list {
    margin: 0;
}

.sisa {
    margin: 10px;
    padding-bottom: 10px;
}

    .sisa p {
        height: 30px;
        background: #f8f8f8;
        line-height: 30px;
        float: left;
        width: 300px;
        text-indent: 10px;
        color: #ccc;
    }

    .sisa a {
        width: 270px;
        height: 25px;
        line-height: 25px;
        padding: 0 5px;
        text-decoration: none;
        display: inline-block;
        text-indent: 10px;
        overflow: hidden;
        display: inline-block;
        color:#333;
    }

        .sisa a:hover {
            background: #2A4F67;
            padding: 0 5px;
            color: #fff;
            width: 270px;
            text-decoration:none;
        }

        .sisa a.selected {
            background: #2A4F67;
            padding: 0 5px;
            color: #fff;
            width: 270px;
            text-decoration:none;
        }
         .sisa a:visited {
            text-decoration:none;
        }

    .sisa span {
        text-align: left;
        width: 300px;
        float: left;
        width: 250px;
        text-indent: 10px;
        color: #999;
        font-size: 14px;
        border-bottom: 1px dotted #DDD;
        padding-bottom: 10px;
    }

.c_address_title p {
    width: 240px;
    float: left;
    padding-left: 10px;
}

.map_mark {
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    padding-left: 33px;
    padding-top: 3px;
    white-space: nowrap;
    width: 220px;
}

    .map_mark .map_num {
        background: url(img/un_map_spot3.png) no-repeat scroll 0 0;
        color: #f30;
        font-size: 16px;
        font-weight: bold;
        height: 50px;
        left: 0;
        line-height: 32px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 33px;
        z-index: 3;
    }

        .map_mark .map_num:hover {
            background: url(img/un_map_spot3.png) no-repeat scroll 0 -50px;
            color: #f60;
            font-size: 16px;
            font-weight: bold;
            height: 50px;
            left: 0;
            line-height: 32px;
            position: absolute;
            text-align: center;
            top: 0;
            width: 33px;
            z-index: 3;
        }

    .map_mark .map_mark_inner {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #FFFFFF;
        border-bottom-right-radius: 13px;
        border-color: #A1A19D #A1A19D #A1A19D -moz-use-text-color;
        border-image: none;
        border-style: solid solid solid none;
        border-top-right-radius: 13px;
        border-width: 1px 1px 1px 0;
        box-shadow: 2px 2px 2px 0 #CCCCCC;
        height: 29px;
        left: -10px;
        line-height: 29px;
        padding: 0 10px 0 14px;
        position: relative;
        z-index: 2;
        width: 200px;
    }

.map_mark_inner span {
    width: 200px;
    height: 24px;
    overflow: hidden;
    display: inline-block;
}




/*右侧签到样式*/


#rightButton {
    position: fixed;
    _position: absolute;
    z-index: 999999;
    display: block;
    bottom: 100px;
}

#right_ul {
    position: relative;
}


#right_tip {
    background: url(img/flag_right.png) no-repeat;
    width: 155px;
    height: 43px;
    line-height: 43px;
    position: absolute;
    right: 70px;
    top: -10px;
    display: none;
    z-index: 999999;
}

.flagShow_p1 {
    float: left;
    margin-left: 15px;
    _margin-left: 5px;
    font-size: 12px;
    line-height: 35px;
}

.flagShow_p2 {
    float: left;
    margin-left: 10px;
    _margin-left: 5px;
    font-size: 12px;
    color: #FA7C00;
}

    .flagShow_p2 a {
        display: block;
        margin: 20px 0 5px 12px;
        line-height: 0;
    }

    .flagShow_p2 span {
        margin: 0 0 0 14px;
    }

.flag_qq {
    display: none;
}

#backToTop {
    position: fixed;
    _position: absolute;
    bottom: 36px;
    right: 0;
    z-index: 999999;
    display: none;
    border-top: 1px solid #999;
}


#err {
    padding-top: 95px;
    width: 963px;
    margin: 0px auto;
    padding: 20px;
    background: url(img/404.jpg) #fff;
    height: 410px;
}

    #err .tips {
        color: #333333;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 5px;
        margin-top: 70px;
    }

    #err .reason {
        line-height: 1.6em;
        margin-bottom: 25px;
    }


    /*轮播图设置*/
    .uslideDiv{
        width:1340px;
        margin-top:20px;
        margin-left:auto;
        margin-right:auto;
    }

    .footerLeft{
        width: 20%; float: left; height: 100px;text-align:center;line-height:50px;text-align:left
    }

    .footerRight{
        width: 69%; float: right; min-height: 100px;
    }


@media only screen and (min-width:1360px) {
    .uslideDiv {
        width: 1340px;
    }

     .title1{
        width:40%;
    }
}

@media (min-width: 1280px) and (max-width: 1359px) {
     .uslideDiv {
        width: 1260px;
    }
      .title1{
        width:40%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
     .uslideDiv {
        width: 1004px;
    }
    .footerLeft {
        width:22%;
    }
    .footerRight {
        width:67%;
    }
     .title1{
        width:40%;
    }
}


@media (min-width: 800px) and (max-width: 1023px) {
     .uslideDiv {
        width: 780px;
    }
    .footerLeft {
        width:26%;
    }
    .footerRight {
        width:63%;
    }
    .wrap{
        width:100%;
    }
    .b_room{
        margin:0px;
    }
    .title1{
        width:55%;
    }
    .liLogo{
        margin:10px -10px;
    }
}
/*******************************不同品牌*********************************/
.key_word_list dd a {
        text-decoration: none;
        padding: 0 5px;
        color: #333;
        height: 25px;
        font-size: 12px;
        line-height: 25px;
        display: inline-block;
    }

        .key_word_list dd a:hover {
            background: #fdd000;
            padding: 0 5px;
            color: #fff;
        }
.pop_city .pop_city_container ul li a:hover {
        background-color: #fdd000;
        color:#FFF;
    }
.pop_city UL.list_history_label li {
            margin-right: 10px;
            line-height: 24px;
            font-family: "microsoft yahei";
            display: inline-block;
            font-size: 16px;
            color:  #fdd000;
        }
.pop_city .list_label li a {
        color: #fdd000;
        cursor: pointer;
        text-decoration: none;
        background: #fff;
        padding: 0px 4px;
    }

        .pop_city .list_label li a:hover {
            color: #fdd000;
        }

.close {
    float: right;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: -20px;
    right: -18px;
    background: #fdd000;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    color:#FFF;
    filter:alpha(opacity=50);  
      -moz-opacity:0.5;  
      -khtml-opacity: 0.5;  
      opacity: 0.5;  

}
.dianping
{
    color:#fdd000;
}
.footer_bg
{
    background: #fdd000;
}

/*品牌介绍*/

.brandIntro { 
    position: relative;
    width:85% !important;
    margin:3% auto;
    border:solid thin #ddd;
    min-height:300px;
}
.brandIntroInner
{
    position:relative;
}
.brandWord
{
    position:relative;
    float:left;
    width:42%;
    padding:3% 4%;
    font-size: .875em;
    line-height: 2;
    color: #8d8d8d;
    text-indent:2%;
    height:210px;
    overflow-y:auto;
    background:url('../images/tag_30.png') no-repeat 9px 0px;
}
.brandImg_outer
{
     position:relative;
    float:left;
    width:50%;
}
#brandImg
{
    min-height:300px;
}
.carousel-inner .item
{
    min-height:300px;
}

.carousel {
  position: relative;
  /*margin-bottom: 20px;*/
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor:pointer;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
          height:300px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  cursor:pointer;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}
/*品牌介绍End*/


 .zUIpanelScrollBox, .zUIpanelScrollBar {
            width: 10px;
            top: 4px;
            right: 2px;
            border-radius: 5px;
        }

        .zUIpanelScrollBox {
            background: #A2D2B7;
            opacity: 0.1;
            filter: alpha(opacity=10);
        }

        .zUIpanelScrollBar {
            background: #91CEAC;
            opacity: 0.8;
            filter: alpha(opacity=80);
        }
.bi_div {
    float: left;
    width: 25%;
    text-align: center;
    min-width: 246px;
    margin-top: 26px;
}

.bi_div_c {
    margin-left: auto;
    margin-right: auto;
    height: 94px;
    width: 246px;
}

    .bi_div_c img {
        float: left;
        margin-right: 20px;
    }

.bi_div_tit {
    height: 94px;
    line-height: 94px;
    color: #333333;
    float: left;
}

.brandIntroB {
    position: relative;
    width: 85% !important;
    margin: 100px auto 74px;
    min-height: 100px;
}