/*
KISSY CSS Reset
理念：1. reset 的目的不是清除浏览器的默认样式?
2. reset 的目的不是让默认样式在所有浏览器下一致，而是减少默认样式有可能带来的问题。
3. reset 期望提供一套普适通用的基础样式。但没有银弹，推荐根据具体需求，裁剪和修改后再使用。
特色：1. 适应中文；2. 基于最新主流浏览器。
维护： 乔晶<dengdaibibi@aliyun.com>
*/
/*
范围：内页
作用：左边宽度
*/
.hotel_left_bd{
	width:860px;
	float:left;
	height:auto;}
/*
范围：内页
作用：右边宽度
*/
.hotel_right_bd{
	width:320px;
	float:right;
	height:auto;}
/*
范围：全站
作用：整站宽度
*/

#jiantou{
	 display: inline-block;
	 border-left:6px solid #f4413a; 
	 border-bottom:6px solid transparent;
	 border-top:6px solid transparent;
	 _border-top:6px solid black;
	 _filter:chroma(color=black);
	 _border-bottom:6px solid black; 
     _filter:chroma(color=black); 
     width:0; height:0; }
#jiantou2{
	 display: inline-block;
	 border-left:6px solid #fff; 
	 border-bottom:6px solid transparent;
	 border-top:6px solid transparent;
	 _border-top:6px solid black;
	 _filter:chroma(color=black);
	 _border-bottom:6px solid black; 
     _filter:chroma(color=black); 
     width:0; height:0; }
#jiantougreen{
	display: inline-block;
	 border-bottom:4px solid #9dc02c; 
	 border-left:4px solid transparent;
	 border-right:4px solid transparent;
	 _border-right:4px solid black;
	 _filter:chroma(color=black);
	 _border-bottom:6px solid black; 
     _filter:chroma(color=black); 
     width:0; height:0;
     }
#jiantougreen_on{
	display: inline-block;
	 border-top:4px solid #9dc02c; 
	 border-left:4px solid transparent;
	 border-right:4px solid transparent;
	 _border-right:4px solid black;
	 _filter:chroma(color=black);
	 _border-bottom:6px solid black; 
     _filter:chroma(color=black); 
     width:0; height:0;
     }
#jiantougreen_6{
	display: inline-block;
	 border-bottom:6px solid #9dc02c; 
	 border-left:4px solid transparent;
	 border-right:4px solid transparent;
	 _border-right:4px solid black;
	 _filter:chroma(color=black);
	 _border-bottom:6px solid black; 
     _filter:chroma(color=black); 
     width:0; height:0;
     }
#jiantougreen_6_up{
	display: inline-block;
	 border-top:6px solid #9dc02c; 
	 border-left:4px solid transparent;
	 border-right:4px solid transparent;
	 _border-right:4px solid black;
	 _filter:chroma(color=black);
	 _border-bottom:6px solid black; 
     _filter:chroma(color=black); 
     width:0; height:0;
     }
#jiantougreen_6_left{
	 display: inline-block;
	 border-top:4px solid transparent;
	 border-bottom:4px solid transparent;
	 border-left:6px solid transparent;
	 border-right:6px solid #9dc02c; 
	 _border-right:6px solid #9dc02c; 
	 _border-bottom:6px solid black; 
     _filter:chroma(color=black); 
	 _border-top:6px solid black; 
     _filter:chroma(color=black); 
	 _border-left:6px solid black; 
     _filter:chroma(color=black); 
     width:0; height:0;
     }
#jiantougreen_6_right{
	 display: inline-block;
	 border-top:4px solid transparent;
	 border-bottom:4px solid transparent;
	 border-right:6px solid transparent;
	 border-left:6px solid #9dc02c; 
	 _border-right:6px solid #9dc02c; 
	 _border-bottom:6px solid black; 
     _filter:chroma(color=black); 
	 _border-top:6px solid black; 
     _filter:chroma(color=black); 
	 _border-right:6px solid black; 
     _filter:chroma(color=black); 
     width:0; height:0;
     }
/*
范围：全站
作用：价钱显示
*/

#price_orange{
	color:#fe4500;
	border-bottom:1px dotted #fe4500;
}
#price_orange .num{
	font-size:24px;
	font-weight:bold;
	padding:0 2px}
#price_orange .qi{
	color:#6b6b6b}
	
#price_orange2{
	color:#fe4500;
	border-bottom:1px dotted #fe4500;
}
#price_orange2 .num{
	font-size:20px;
	padding:0 2px; *line-height:1em;}
#price_orange2 .qi{
	color:#6b6b6b}	
		
#price_Gray{
	color:#6b6b6b;
	border-bottom:1px dotted #7b7462;
}
#price_Gray .num{
	font-size:24px;
	font-weight:bold;
	padding:0 2px;
	color:#7b7462;}
/*
范围：全站
作用：关闭按钮
*/
#close{
	width:11px;
	height:11px;
	background-color:#bcbcbd;
	border-radius:10px;
	color:#fff;
	font-size:10px;
	text-align:center;
	line-height:11px;
	font-family:Arial, Helvetica, sans-serif}
/**/
#fenye{
	width:100%;
}
/*----------------------------------------------------------------*/

.trans_msg
{
  filter:alpha(opacity=100,enabled=1) revealTrans(duration=.2,transition=1) blendtrans(duration=.2);
}

/*------------------登录--------------------*/
.loginbox_left{ width:100%;}
.loginbox_left h2{ width:100%; height:43px;color:#fff; line-height:43px; font-size:16px; 
background:#86ae2a;
 background-image: -moz-linear-gradient(top, #8ebc28, #86ae2a); /* Firefox */
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8ebc28), color-stop(1, #86ae2a)); /* Saf4+, Chrome */
 background-image: -webkit-linear-gradient(top, #8ebc28, #86ae2a);
 background-image: -o-linear-gradient(top, #8ebc28, #86ae2a);
 background-image: -ms-linear-gradient(top, #8ebc28, #86ae2a);/* IE10*/
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ebc28', endColorstr='#86ae2a', GradientType='0'); /* IE*/
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#8ebc28, endColorstr=#86ae2a)";/*IE8+*/

}
.login_label{ display:block; width:308px; height:35px;border:1px solid #d7d7d7; border-radius:5px; margin-top:12px;
background:#efefef;
 background-image: -moz-linear-gradient(top, #efefef, #ffffff); /* Firefox */
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(1, #ffffff)); /* Saf4+, Chrome */
 background-image: -webkit-linear-gradient(top, #efefef, #ffffff);
 background-image: -o-linear-gradient(top, #efefef, #ffffff);
 background-image: -ms-linear-gradient(top, #efefef, #ffffff);/* IE10*/
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType='0'); /* IE*/
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#efefef, endColorstr=#ffffff)";/*IE8+*/
}
.login_label span{ float:left; height:35px; line-height:35px; padding-left:10px; padding-right:10px}
.login_label input{float:left; border:none; background:none; height:35px; line-height:35px; width:230px;color:#555}
.ajax_login {display:inline-block; width:155px; height:40px; line-height:40px; border-radius:5px;
  background:#83af24;
 background-image: -moz-linear-gradient(top, #8ebb24, #83af24); /* Firefox */
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8ebb24), color-stop(1, #83af24)); /* Saf4+, Chrome */
 background-image: -webkit-linear-gradient(top, #8ebb24, #83af24);
 background-image: -o-linear-gradient(top, #8ebb24, #83af24);
 background-image: -ms-linear-gradient(top, #8ebb24, #83af24);/* IE10*/
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ebb24', endColorstr='#83af24', GradientType='0'); /* IE*/
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#8ebb24, endColorstr=#83af24)";/*IE8+*/
  border:1px solid #759d20;
  cursor:pointer;
  color:#ffffff;
  font-size:16px;
  text-decoration:none;
text-align:center;

 }
 .ajax_login:hover {
   background:#8ebb24;
 background-image: -moz-linear-gradient(top, #83af24, #8ebb24); /* Firefox */
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #83af24), color-stop(1, #8ebb24)); /* Saf4+, Chrome */
 background-image: -webkit-linear-gradient(top, #83af24, #8ebb24);
 background-image: -o-linear-gradient(top, #83af24, #8ebb24);
 background-image: -ms-linear-gradient(top, #83af24, #8ebb24);/* IE10*/
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83af24', endColorstr='#8ebb24', GradientType='0'); /* IE*/
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#83af24, endColorstr=#8ebb24)";/*IE8+*/
 }
 .ajax_loading{ display:inline-block; width:20px; height:20px; background:url(../../images/hotel/040.gif) no-repeat left top; vertical-align:middle; margin-left:5px}
 .other_login{ float:left; width:57px; height:78px; text-align:center; margin:15px 0 0 20px}
/*wap_ad.html 样式修改*/
.wap_head{ min-width:990px;}
.wap_head .wap_box { min-width:990px; max-width:990px;}
.logo img{ width:130px !important; height:130px !important;}
.wap_head .wap_text{ font-size:40px !important;}
.back_wap{ font-size:40px!important; padding:20px !important;}

@media screen and (max-width: 1200px) {
.hyw_bg{width:990px;margin:0 auto}
/*顶部*/
.top_site_bd{min-width:990px}
.top_site{width:990px;height:auto}
.top_site_bd,.nav_site_bd,.smallnav_site_bd,.footer_site_bd{min-width:990px}
.logo_site .site_right{width:817px;}
.logo_site .site_left{ width:172px; overflow:hidden; height:60px; padding-top:25px;}
.logo_site .site_left .logohotel{width:172px;height:50px;background-size:191px 50px}
.logo_site .site_left .logohotel a{width:170px;height:50px}
.logo_site .site_right #logo_site_btn,.logo_site .site_right #logo_site_btn>div{ width:117px;}
.logo_site .site_right #logo_site_btn .h_weather{ border:0; margin-bottom:6px;}
.logo_site .site_right #logo_site_btn .fonts{ width:auto; padding:0; width:auto; height:auto; line-height:23px; color:#333;}
.logo_site .site_right #logo_site_btn .img,.logo_site .site_right #logo_site_btn .rate .name{ display:none}
.logo_site .site_right #logo_site_btn .name{ font-size:12px;width:auto; padding:0; width:auto; height:auto; line-height:23px; margin-right:2px;}
.logo_site .site_right #logo_site_btn .rate{ padding-left:0}
.logo_site .site_right #logo_site_btn .rate .img{ background-position:-429px -36px;}
/*nav*/
.nav_site_list li{ width:80px;}
.nav_site_list li a{ width:79px;}
.snav_site_list li{padding-right:10px;}
.smallnav_site_bd .search_form>form{ width:331px; background-position:0 -78px;}
.smallnav_site_bd .search_form .search_key{ width:214px;}
.filter_item a{ margin-right:9px;}
/*顶部*/
/*底部*/
.footer_table td.footer_brand{ width:132px;}
.footer_table td.footer_about,.footer_table td.footer_join{ width:108px;}
/*.footer_table td.footer_salf{ width:100px;}*/
.footer_table td.footer_contact{ width:270px;}
.footer_table td.footer_code{ width:104px;}
}