
/*
 *
 Title:韩游网新版第四版公共文件
 时间：2015-1-16
 维护： 乔晶<dengdaibibi@aliyun.com>
 改版时间：2015-9-24
 维护： 杜焕登
 *
 */

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,div /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre,a,span, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea,label, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
margin: 0;
padding: 0;
}
/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {
font: 14px/1.5 "Microsoft YaHei","微软雅黑",Helvetica,Tahoma,Arial,SimSun, \5b8b\4f53, sans-serif;
color:#62781b;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight:lighter;color:#62781b }
h1{ font-size:30px}
h2{ font-size:20px}
h3{ font-size:18px}
h4{ font-size:16px}
h5{ font-size:14px}
h6{ font-size:12px}
.font_size_12{font-size:12px}
.font_size_14{font-size:14px}
.font_size_16{font-size:16px}
.font_size_12{font-size:12px}
.font_size_18{font-size:18px}
.font_size_20{font-size:20px}
.font_size_24{font-size:24px}
.font_size_30{font-size:30px}
.font_white{ color:#fff}
.font_block{ color:#333}
.font_light_block{ color:#666}
.font_grey{ color:#888}
.font_yellow{ color:#FFAD00}
.font_orange{ color:#fe4500}
.font_green{color:#62781b}
.font_blue{color:#0091d9}
.font_engFamily{ font-family:Arial, Helvetica, sans-serif}
.font_bold{ font-weight:bold}
.font_weight_400{ font-weight:400;}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none;color:#62781b; }
a:hover { text-decoration: none; }

.a_line{ text-decoration:underline}

sup { vertical-align: text-top; } /* 重置，减少对行高的影响 */
sub { vertical-align: text-bottom; }

/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
*:focus { outline: none; }
i{font-style:normal}

/*google浏览器去除输入框背景色*/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{background-color:none}

/*
范围：全站
作用：整站宽度
*/
#jiantou{display:inline-block;border-left:4px solid #fee9ef;border-bottom:4px solid transparent;border-top:4px solid transparent;width:0;height:0;vertical-align:middle}
#jiantou2{display:inline-block;border-left:6px solid #f4413a;border-bottom:6px solid transparent;border-top:6px solid transparent;width:0;height:0}
#jiantou_top{display:inline-block;border-left:4px solid transparent;border-bottom:4px solid #fee9ef;border-right:4px solid transparent;width:0;height:0;vertical-align:middle}
#jiantou_bottom{display:inline-block;border-left:4px solid transparent;border-top:4px solid #fee9ef;border-right:4px solid transparent;width:0;height:0;vertical-align:middle}

/*
范围：全站
作用：margin控制上下间隔
*/
.m_t_3{ margin-top:3px;}
.m_t_20{ margin-top:20px; overflow:hidden;}
.m_t_10{ margin-top:10px;}
.m_t_30{ margin-top:30px;}
.m_t_50{ margin-top:50px;}
.m_b_20{ margin-bottom:20px;}
.m_b_10{ margin-bottom:10px;}
.m_l_20{ margin-left:20px;}
.m_r_10{ margin-right:10px;}

/*
范围：全站
作用：padding控制上下间隔
*/
.p_t_20{ padding-top:20px; overflow:hidden;}
.p_t_25{ padding-top:25px; overflow:hidden;}
.p_t_10{ padding-top:10px;}
.p_t_30{ padding-top:30px;}
.p_t_50{ padding-top:50px;}
.p_b_20{ padding-bottom:20px;}
.p_b_10{ padding-bottom:10px;}
.p_b_30{ padding-bottom:30px;}
.p_b_50{ padding-bottom:50px;}
.p_r_10{ padding-right:10px;}
.p_l_10{ padding-left:10px;}
/*
范围：全站
作用：清除
*/
.clearfix:after ,
.clearfix:before{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;}
.clearfix { zoom: 1; }
/*
  边框，背景
*/
.border_all{ border:1px solid #e5e5e5}
.bgcolor_ff{ background-color:#fff;}
/*
  隐藏
*/
.hide{display:none;}
/*
 作用：清除浮动
 创建人_时间：付钰泽_2015/3/11
 修改人_时间：
 使用范围：全站
*/
.clear{ clear:both; font-size:0; line-height:0; height:0;}
 /*float*/
.f_l{ float:left}
.f_r{ float:right}
.dis_i_b{display:inline-block;}
/*
范围：全站
作用：全屏宽度
*/
.hyw_all_bg{width:100%;min-width:1200px;height:auto;margin:0 auto;background:#f3f3f3;padding-bottom:0px}

/*
范围：全站
作用：整站宽度
*/
.hyw_bg{width:1200px;height:auto;margin:0 auto}

/*
范围：全站
作用：左浮动
*/
.site_left,.site_login,#logo_site_btn{float:left;}

/*
范围：全站
作用：右浮动
*/
.site_right{float:right}
/*
范围：内页
作用：左边宽度
*/
.hyw_left{width:950px;float:left;height:auto}

/*
范围：内页
作用：右边宽度
*/
.hyw_right{width:230px;float:right;height:auto}

/*
范围：内页
作用：按钮样式
*/

.btn{border-radius:4px;display:inline-block}
.green_btn{background-color:#65A10B;color:#fff;border-bottom:#5A930D solid 2px;font-size:14px;height:27px;padding:0 20px;line-height:28px}
.green_btn:hover{background-color:#6CAD0D}
.green_btn:active{background-color:#5D980A}
.orange_btn{background-color:#FDAF00;color:#fff;border-bottom:#D3B672 solid 2px;font-size:14px;height:27px;padding:0 20px;line-height:28px}
.orange_btn:hover{background-color:#FFB715}
.orange_btn:active{background-color:#F2A700}
.orange_btn.loading{background-image:url(../../images/button_loading.gif); background-repeat:no-repeat; background-position:center center; overflow:hidden; line-height:120px !important;}
.grey_btn{background-color:#f0f0f0;color:#999;border-bottom:#B8B8B8 solid 2px;font-size:14px;height:27px;padding:0 20px;line-height:28px; cursor:default}
.orange_white_btn{background-color:#fff;color:#FDAF00;border:#FDAF00 solid 1px;border-bottom:#D3B672 solid 2px;font-size:14px;height:27px;padding:0 6px;line-height:28px}
.orange_white_btn:hover{background-color:#fff;color:#F2A700 }
.orange_white_btn:active{background-color:#fff;color: #F2A700}
/*
范围：全站
作用：渐变按钮样式
*/

 /*蓝色渐变*/
.blue_change_btn{border-radius:3px;color:#FFF;cursor:pointer;float:left;font-family:"Microsoft Yahei",Simsun,sans-serif;font-weight:700;outline:medium none;text-align:center;vertical-align:middle;border:1px solid #39acbe;text-shadow:1px 1px 0 #0eb9c1;background:#29c3cb;background-image:-moz-linear-gradient(top,#33ebf3,#29c3cb);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#33ebf3),color-stop(1,#29c3cb));background-image:-webkit-linear-gradient(top,#33ebf3,#29c3cb);background-image:-o-linear-gradient(top,#33ebf3,#29c3cb);background-image:-ms-linear-gradient(top,#33ebf3,#29c3cb);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ebf3', endColorstr='#29c3cb', GradientType='0');-ms-filter:"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#33ebf3, endColorstr=#29c3cb)"}

 /*红色渐变*/
.red_change_btn{border-radius:3px;color:#FFF;cursor:pointer;float:left;font-family:"Microsoft Yahei",Simsun,sans-serif;font-weight:700;outline:medium none;text-align:center;vertical-align:middle;border:1px solid #c2295f;text-shadow:1px 1px 0 #c11a50;background:#e61557;background-image:-moz-linear-gradient(top,#fe91ba,#e61557);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fe91ba),color-stop(1,#e61557));background-image:-webkit-linear-gradient(top,#fe91ba,#e61557);background-image:-o-linear-gradient(top,#fe91ba,#e61557);background-image:-ms-linear-gradient(top,#fe91ba,#e61557);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe91ba', endColorstr='#e61557', GradientType='0');-ms-filter:"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fe91ba, endColorstr=#e61557)"}

/*绿色渐变*/
.green_change_btn{border-radius:3px;color:#FFF;cursor:pointer;float:left;font-family:"Microsoft Yahei",Simsun,sans-serif;font-weight:700;outline:medium none;text-align:center;vertical-align:middle;border:1px solid #92ae02;text-shadow:1px 1px 0 #91af02;background:#9bba04;background-image:-moz-linear-gradient(top,#d1f71a,#9bba04);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#d1f71a),color-stop(1,#9bba04));background-image:-webkit-linear-gradient(top,#d1f71a,#9bba04);background-image:-o-linear-gradient(top,#d1f71a,#9bba04);background-image:-ms-linear-gradient(top,#d1f71a,#9bba04);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1f71a', endColorstr='#9bba04', GradientType='0');-ms-filter:"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#d1f71a, endColorstr=#9bba04)"}

/*暗橙色渐变*/
.darkOrange_change_btn{border-radius:3px;color:#FFF;cursor:pointer;float:left;font-family:"Microsoft Yahei",Simsun,sans-serif;font-weight:700;outline:medium none;text-align:center;vertical-align:middle;border:1px solid #da5c01;text-shadow:1px 1px 0 #d55900;background:#ff7b11;background-image:-moz-linear-gradient(top,#fbab71,#ff7b11);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbab71),color-stop(1,#ff7b11));background-image:-webkit-linear-gradient(top,#fbab71,#ff7b11);background-image:-o-linear-gradient(top,#fbab71,#ff7b11);background-image:-ms-linear-gradient(top,#fbab71,#ff7b11);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbab71', endColorstr='#ff7b11', GradientType='0');-ms-filter:"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fbab71, endColorstr=#ff7b11)"}

/*
范围：整站
作用：头部样式

*/
/*-----------------头部----------------------*/
.top_site_bd{min-width:1200px;width:100%;height:30px;background:#f6f6f6;border-bottom:1px solid #ebebeb}
.top_site{height:30px;margin:0 auto;line-height:31px;font-size:12px;color:#6C6C6C}
.top_site a{color:#6c6c6c}
.top_site a:hover{text-decoration:underline;color:#65A10B}
.site_left{color:#aaa; line-height:30px}
.site_login{margin-left:10px; height:30px;}
.site_login a{margin-left:8px;display:inline-block}
.site_login .active{color:#65A10B}
.site_right>li{float:left;position:relative;z-index:1800;padding:0 10px; height:31px;}
#menuMyHyw,.logo_site .site_right #logo_site_btn .rate .img,.nav_site_list li .navicon,.site_right .language,.site_right li .hot,.site_right li.line,.site_right li>.arrow,.site_right li>.icon,.smallnav_site_bd .search_form>a,.smallnav_site_bd .search_form>form,.snav_site .icon,.nav_site_list li i,.hyw_top_myorder .icon{background:url(../../images/header/head_icons.png) no-repeat}
.site_right li.line{width:1px;height:10px;padding:0;margin-top:10px;background-position:-18px -16px;overflow:hidden}
.hyw_top_myorder .icon{width:16px;height:16px;margin-top:9px;margin-right:5px; margin-left:10px;}
.hyw_top_myorder a{line-height:31px;display:inline-block}
.site_right .code{cursor:pointer;padding-right:17px;padding-left:5px;margin-left:5px;margin-right:5px;border-left:#F6F6F6 solid 1px;border-right:#F6F6F6 solid 1px}
.site_right .code .icon{width:16px;height:16px;margin-top:8px;margin-right:5px}
.site_right .code a,.site_right .code span{height:30px;overflow:hidden;line-height:32px;display:block;vertical-align:middle;*line-height:30px;}
.site_right .code.yuan span{font-weight: bold;color: #65A53F;}
.site_right li>.arrow{position:absolute;z-index:2;right:6px;top:15px;width:6px;height:3px;transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;background-position:-28px -21px}
.site_right .mobile>a{display:inline-block;margin-top:-4px}
.site_right .weibo{padding-right:0;overflow:hidden}
.site_right .language{width:64px;height:16px;margin-top:6px;line-height:16px;padding:1px;margin-left:12px;background-position:-32px 0;overflow:hidden}
.site_right .language a{width:32px;text-align:center}
.site_right .language a.tr{color:#fff;background-color:#65A10A}
.site_right .language a:hover{text-decoration:none}
.site_right .language.active a.tr{color:#65A10A;background-color:#fff}
.site_right .language.active a.si{color:#fff;background-color:#65A10A}
/*语言*/
.site_right .yuyan:hover{background-color: #fff;border: #E5E5E5 solid 1px;border-bottom: none;border-top: none;}
.site_right .yuyan .code_con ul li{line-height: 21px;text-align: center;}
.site_right .yuyan .code_con ul li:hover{color:#65A10A;}
.site_right .yuyan > span{color: #65A10A;font-weight: bold;}
/*头部选择币种*/
.site_right .currency_index:hover{background-color: #fff;border: #E5E5E5 solid 1px;border-bottom: none;border-top: none;}
.site_right .currency_index .currency_name{padding: 0 5px;color:#65A10A;font-weight: bold}
.site_right .currency_index .code_con{right: -200px}
.site_right .currency_index .ulbox{ border-top:1px solid #e0e0e0; margin-top:25px; padding-top:15px;}
.site_right .currency_index .code_con ul li{line-height: 21px;float: left; font-size: 14px; padding:8px 10px;width: 110px; color:#333}
.site_right .currency_index .code_con ul li:hover{color:#65A10A;cursor:pointer;}
.site_right .currency_index #currency_con{position: relative;width: 400px !important; padding:10px 20px 15px;margin-top: -1px}
.site_right .currency_index #currency_con .recommend{ position:relative}
.site_right .currency_index #currency_con h2{font-size: 14px;color: #888; position:absolute; top:-10px; line-height:20px; display:inline-block; padding-right:20px; background:#fff;}
.site_right .mobile .icon{ background:url(../../images/header/top_tel.gif) -7px 0 no-repeat; margin:0; width:22px; height:30px;}
.site_right .sitemap{cursor:pointer;padding-right:20px;padding-left:5px;margin-left:5px;border-left:#F6F6F6 solid 1px;border-right:#F6F6F6 solid 1px}
.site_right .sitemap .icon{width:9px;height:10px;background-position:0 -16px;cursor:pointer;margin-top:10px;margin-right:7px}
.site_right .mobile:hover,.site_right .sitemap:hover,.site_right .weixin:hover{height:30px;background-color:#fff;border-left:#E5E5E5 solid 1px;border-right:#E5E5E5 solid 1px}
.site_right .mobile:hover .code_con,.site_right .sitemap:hover .code_con,.site_right .weixin:hover .code_con{display:block}
.site_right li:hover .arrow{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s}
.site_right .code .code_con{padding:5px}
.site_right .code_con{display:none;position:absolute;top:31px;right:-1px;background-color:#fff;border:#E5E5E5 solid 1px;border-top:none}
.site_right .sitemap .code_con{width:1200px;padding:20px 0;cursor:default;overflow:hidden}
.site_right .sitemap .code_con .stiemap_con{width:1210px}
.site_right .code .code_con img{vertical-align:middle}
.site_right .sitemap dl{width:166px;height:235px;padding-left:34px;overflow:hidden;border-right:#E5E5E5 solid 1px}
.site_right .sitemap dt{width:100%;color:#333;line-height:16px;height:26px;font-weight:700}
.site_right .sitemap dd{width:80px;color:#888}
.site_right .sitemap dd.app_version{ text-align:center; margin-top:8px; width:85px}
.site_right .sitemap dd.app_left_version{ margin-left:-15px;}
.site_right .sitemap dd.app_version img{ display:block; margin-bottom:0; margin:0 auto}
.site_right .sitemap dd a{position:relative;z-index:1}
.site_right .sitemap dd .hot{position:absolute;z-index:2;right:-12px;top:-7px;width:9px;height:11px;background-position:-19px -16px}
.logo_site{height:94px; position:relative}
/*新年*/
.logo_site .site_left{width:252px;height:94px;overflow:hidden; position:relative; z-index:1}
.logo_site .site_left a.festivallogo{ display:inline-block; position:absolute; width:260px; height:94px; left:0; top:0; z-index:1000}
.logo_site .site_left .logo{width:260px;height:94px;background:no-repeat center;}
.logo_site .site_left .logo a{display:block;width:260px;height:93px;text-indent:-9999px}
.logo_site .site_right{width:948px;margin-top:16px; position:relative; z-index:99}
.logo_site .site_right #logo_site_btn{width:248px;margin-top:8px;overflow:hidden}
.logo_site .site_right #logo_site_btn>div{width:115px}
.logo_site .site_right #logo_site_btn .img{display:inline-block;width:36px;height:31px;margin-left:20px;overflow:hidden; float:left; text-align: center }
.logo_site .site_right #logo_site_btn .name{display:inline-block;width:40px;height:31px;line-height:44px;font-size:14px;font-weight:700;text-align:center;overflow:hidden;color:#5b5b5b; float:left}
.logo_site .site_right #logo_site_btn .fonts{text-align:center;font-size:12px; width:115px;  float:left; padding-top:5px;}
.logo_site .site_right #logo_site_btn .rate{padding-left:10px}
.logo_site .site_right #logo_site_btn .rate .img{background-position:-144px 0}
.logo_site .site_right #logo_site_btn .h_weather{border-right:#D1DDD1 dashed 1px}
.nav_site_bd{width:100%;height:46px;min-width:1200px;background:#65a10b;}
.nav_site{height:46px;position:relative}
/*#menuMyHyw{position:absolute;width:140px;height:51px;right:0;top:-5px;background-position:0 -27px;z-index:100}
#menuMyHyw a{display:block;height:51px;line-height:54px;color:#fff;font-size:18px;padding-left:40px;overflow:hidden}*/
/*#menuMyHyw{
	width: 122px;
	height: auto;
	position: absolute;
	right:0;
	top:-6px;
	z-index: 1000
}
#menuMyHyw .top{
	position: absolute;
	display: block;
	width: 122px;
	height: 46px;
	background: url(../../images/header/head_icons.png) no-repeat -346px -78px;
	z-index: 100;
	text-align: center;
	color:#fff;
	line-height: 30px;
	font-size: 14px;

}
#menuMyHyw .top i{
	display: block;
	margin-left: 48%;
	*margin-left:0;
}
#menuMyHyw ul{
	background: #fff;
	width: 120px;
	height: 0;
	overflow: hidden;
	border:1px #9dc02c solid;
	border-top:0;
	margin-top:6px;
}
#menuMyHyw ul li{
	width: 100%;
	height: auto;
}

#menuMyHyw ul li a{
	color:#222;
	display:block;
	padding-left: 26px;
	width: 94px;
	height: 28px;
	line-height: 28px;
}
#menuMyHyw ul li a:hover{
	background: #eff2f5
}*/
.nav_site_list{width:100%;height:46px}
.nav_site_list li{width:9%;height:46px;margin-left:-2px;border-left:#65A10B solid 1px;position:relative; float:left}
.nav_site_list li .navicon{display:inline-block;width:37px;height:23px;position:absolute;right:6px;top:-12px;background-position:-106px 0;font-size:13px;text-align:center;line-height:18px;color:#fff}
.nav_site_list li .new{background:url(../../images/header/new.gif) no-repeat 0 0;display:inline-block;width:27px;height:24px;position:absolute;right:6px;top:-4px;}
.nav_site_list li a{display:block;width:99%;height:44px;line-height:42px;color:#f9fef8;font-size:18px;text-align:center;border-top:2px solid #65a10b}
.nav_site_list li:hover{background:0 0}
.nav_site_list li a:hover{background:#fff;border-top:2px solid #ff8848;color:#333;text-decoration:none}
.nav_site_list li.nav_site_on{background:0 0}
.nav_site_list li.nav_site_on a{background:#fff;border-top:2px solid #ff8848;color:#333;text-decoration:none}
.nav_site_right{position:relative;height:40px;line-height:40px;padding-right:140px}
.nav_site_right a{text-decoration:underline;color:#f9fef8}
.nav_site_right a.login_btn{position:absolute;right:0;bottom:0;display:inline-block;width:139px;height:48px}
.smallnav_site_bd{width:100%;height:44px;background:#fff;border-top:1px solid #fff;border-bottom:1px solid #ebebeb;min-width:1200px}
.smallnav_site_bd a{font-size:12px}
.snav_site .snav_site_name{width:70px;height:20px;background-color:#fbaf03;color:#fff;margin-top:13px;margin-right:15px}
.snav_site .snav_site_name .f{width:2px;height:20px;background:url(../../images/header/head_icons.png) no-repeat -98px top}
.snav_site .snav_site_name .m{width:62px;height:20px;line-height:20px;font-weight:700;font-size:12px;text-align:center}
.snav_site .snav_site_name .b{width:6px;height:20px;background:url(../../images/header/head_icons.png) no-repeat -100px top}
.snav_site_list li{height:30px;margin-top:7px;padding-right:13px;}
.snav_site_list li a{display:block;height:30px; position:relative }
.snav_site_list li.piao_snav_site_list_on a span,.snav_site_list li.carid_snav_site_list_on a span{ color:#65b71f;}
.snav_site_list li.ticket_snav_site_list_on a span{ color:#f07162;}
.snav_site_list li.hotel_snav_site_list_on a span{ color:#f7841e;}
.snav_site_list li.wifi_snav_site_list_on a span{ color:#43b5e6;}
.snav_site_list li.car_snav_site_list_on a span{ color:#32bdcc;}
.snav_site_list li.sales_snav_site_list_on a span{ color:#f78520;}
.snav_site_list li.snav_site_list_on a span{ color:#ff6600;}
.snav_site_list li.train_snav_site_list_on a span{ color:#26be8d;}
.snav_site_list li i{ height:2px; background-color:#65b71f; display:block; bottom:-8px; left:0; right:0; position:absolute}
.snav_site_list li .icon{width:28px;height:30px;margin-right:5px}
.snav_site_list li span{line-height:34px;color:#333;font-size:14px}
.snav_site_list li a:hover span{color:#65A10B;text-decoration:underline}
.snav_site_list li .icon1{background-position:-140px -35px}
.snav_site_list li .icon2{background-position:-172px -35px; width:36px}
.snav_site_list li .icon3{background-position:-210px -35px}
.snav_site_list li .icon4{background-position:-460px -35px}
.snav_site_list li .icon5{background-position:-268px -35px}
.snav_site_list li .icon6{background-position:-298px -35px}
.snav_site_list li .icon7{background-position:-323px -35px}
.snav_site_list li .icon8{background-position:-350px -35px}
.snav_site_list li .icon9{background-position:-493px -35px}
.snav_site_list li .icon10{background: url(../../images/header/Insurance.png) no-repeat;    background-position: 4px 4px;}
.snav_site_list li .icon11{background-position: -536px -35px;}
.smallnav_site_bd .search_form{margin-top:4px;position: relative;}
.smallnav_site_bd .search_form>a{width:43px;height:28px;margin-top:4px;margin-right:12px;background-position:-380px -36px}
.smallnav_site_bd .search_form>form{display:block;width:228px;height:35px;background-position:-179px 0}
.smallnav_site_bd .search_form .search_key{border:0;background:0 0;width:136px;height:22px;line-height:22px;margin:0px 0 0 36px;padding:6px 0 6px 5px;color:#888}
.smallnav_site_bd .search_form .search_btn{width:51px;height:35px;background:0 0;border:none;cursor:pointer;color:#fff;font-size:16px;background: #FCAF00}
.smallnav_site_bd .search_form .search_btn:disabled{background: #ffd066}
.smallnav_site_bd .search_form .history-list{position: absolute;background: #fff;box-shadow: 0px 4px 4px rgba(0,0,0,0.2);left: 0px;right: 0px;top: 35px;line-height: 25px;z-index: 103;display: none;}
.smallnav_site_bd .search_form .history-list dt,.smallnav_site_bd .search_form .history-list dd{padding: 0 10px;}
.smallnav_site_bd .search_form .history-list dt{color:#aaa;position: relative; }
.smallnav_site_bd .search_form .history-list dt .del{position: absolute;width: 25px;height: 25px;background: url(../../images/index/delete.png);background-repeat: no-repeat;background-size: 75%;background-position: center;right: 4px;cursor: pointer;}
.smallnav_site_bd .search_form .history-list dd{color:rgb(51,51,51);cursor: pointer;}
.smallnav_site_bd .search_form .history-list dd:hover{background:#f5f5f5}
.nav_site_list li i{ display:inline-block; height:34px; position:absolute; z-index:99; top:-15px;}
.nav_site_list li i.index_nav_icons_food{ width:28px; background-position:-471px -78px; right:13px}
.nav_site_list li i.index_nav_icons_coupon{ width:38px; background-position:-501px -80px; right:0px; top:-16px;}
.nav_site_list li i.index_nav_icons_map{ width:33px; background-position:-470px -110px; right:5px; top:-13px;}

/*-----------------头部end----------------------*/
/*
 作用：页面底部
 创建人_时间：乔晶_2015/9/25
 修改人_时间：
 使用范围：各模块
*/
.footer_site_bd{width:100%;height:auto;background-color:#3c3a3f;padding:20px 0;min-width:1200px}
.footer_table{width:100%;height:auto}
.footer_table td,.footer_table tr{height:185px}
.footer_table h3{color:#c3c3c3;height:65px;line-height:65px}
.footer_table div{height:120px}
.footer_table a{display:block;color:silver;height:24px;line-height:14px}
.footer_table .icnkr1{display:block;width:92px;height:30px;background:#fff url(../../images/hotel/bottom_icon.png) no-repeat left top;margin-right:10px;margin-bottom:10px}
.footer_table .hanyouwang1{display:block;width:92px;height:30px;background:#fff url(../../images/hotel/bottom_icon.png) no-repeat -196px top;margin-right:10px;margin-bottom:10px}
.footer_table .zhengxing1{display:block;width:92px;height:30px;background:#fff url(../../images/hotel/bottom_icon.png) no-repeat -99px top;margin-right:10px;margin-bottom:10px}
.footer_code p{ margin-top:43px; margin-bottom:10px; text-align:left}


#suspend_map{ position:fixed; top:217px; left:50%; margin-left:-750px; display:block,_position:absolute; _top:expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); z-index:999}
#map_close{ width:20px; height:20px; position:absolute; right:0; top:0; z-index:999; background:none;}

/*友情链接*/
.link{ width:100%; height:auto;border-top:1px #555358 solid;border-bottom:1px #555358 solid; padding:10px 0}
.link a{ display:inline-block; width:auto; height:20px; line-height:20px;color:#c0c0c0; padding-right:10px; font-size:12px;}

/*声明*/
.statement{ width:100%; text-align:center; height:auto;color:#c0c0c0; margin-top:10px; font-size:12px}

/*---------------------底部 end---------------------*/

/*-----------------面包屑-----------------------*/
.breadcrumb{height:28px;padding-top:2px;line-height:28px;font-size:12px}
.breadcrumb span{float:left;margin-right:5px}
.breadcrumb i{float:left;margin-top:8px;margin-right:5px}
.breadcrumb a{float:left;margin-right:5px}
/*-----------------面包屑 end-----------------------*/

/*头部图片轮播*/
.site_right .hbanner{width:700px;height:60px; float:left; overflow:hidden}
.site_right .hbanner li{height:60px;}
.site_right .hbanner .hostheme{background-image:url(../../images/banner_loading_m.gif);}
/*图片轮播默认样式*/
.hostheme{position:relative;z-index:1;overflow:hidden;background:#f0f0f0 url(../../images/banner_loading.gif) no-repeat center;}
.hostheme li{width:100%;height:0px;position:relative;z-index:1;overflow:hidden;}
.hostheme li>a{position:absolute;left:50%;top:0px;width:2600px;margin-left:-1300px; text-align:center}
.hostheme li img.abs{position:absolute;left:50%;top:0;display:none;}
.hostheme .hos_left,.hostheme .hos_right,.hostheme .hos_num{position:absolute;z-index:11}
.hostheme .hos_left{width:32px;left:0;top:0;cursor:pointer;background:url(../../images/icon-zuojiantou.png) no-repeat center}
.hostheme .hos_right{width:32px;right:0;top:0;cursor:pointer;background:url(../../images/icon-youjiantou.png) no-repeat center}
.hostheme .hos_num{display:inline-block;height:7px;left:50%;bottom:2px;padding:2px 2px 3px 2px;background:transparent\9;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000)\9;background:rgba(0,0,0,0.5);zoom:1;overflow:hidden;border-radius:7px}
.hostheme .hos_num span{float:left;display:inline-block;width:7px;height:7px;overflow:hidden;background-color:#fff;margin:0 2px;border-radius:50%;filter:alpha(opacity=70)\9;opacity:.7;cursor:pointer;vertical-align:middle}
.hostheme .hos_num .active{filter:alpha(opacity=100)\9;opacity:1}
.hostheme_0 li{position:absolute;z-index:1;left:0;top:0;width:100%}
.hostheme_1 ul{position:absolute;left:0;top:0;z-index:1;width:9999999px}
.hostheme_1 li{float:left}
.hostheme_2 ul{position:absolute;width:100%;left:0;top:0;z-index:1;height:99999px}
.hostheme_2 li{float:left;width:100%}

/*自定义下拉列表框*/
.piao_select{display:none}
.piao_select_active{width:70px;height:24px;padding:0 10px;line-height:24px;border:#528608 solid 1px;cursor:pointer;color:#fff;background:url(../../images/piao/icon_xiasanjiao_mid_w.png) #65A10B no-repeat right center}
.piao_select_li{position:absolute;width:90px;overflow:hidden;overflow-y:scroll;left:0;top:0;z-index:99999;background-color:#fff;border:#CCC solid 1px;box-shadow:rgba(0,0,0,.2) 0 1px 4px}
.piao_select_li_10{overflow-y:hidden}
.piao_select_li li{height:26px;line-height:26px;cursor:pointer;padding:0 10px;overflow:hidden}
.piao_select_li li:hover{background-color:#F5F5ED}
.piao_select_li li.active{background:url(../../images/piao/iconfont-duihao.png) no-repeat right center #F5F5ED}


/*
 作用：页面右侧竖导航
 创建人_时间：乔晶_2015/3/5
 修改人_时间：
 使用范围：优惠券版块、门票版块
*/
.icon{display:inline-block;background:url(../../images/piao/icons.png) no-repeat;overflow:hidden;vertical-align:middle}
.icon_denglu{width:17px;height:17px;background-position:0 -37px}
.icon_gongjiao{width:15px;height:19px;background-position:-202px -15px}
.icon_shoucang{width:21px;height:20px;background-position:-32px -37px}
.icon_lishi{width:19px;height:19px;background-position:-53px -37px}
.icon_fenxiang{width:21px;height:22px;background-position:-72px -37px}
.icon_xihuan{width:22px;height:19px;background-position:-93px -37px}
.icon_kefu{width:24px;height:24px; background:url(../../images/piao/kefu.png) no-repeat }
#right_bar .right_bar_back li .icon.icon_kefu{ opacity:0.95;}
.icon_line{width:27px;height:26px; background:url(../../images/line.png) no-repeat !important;}
#right_bar .right_bar_back li .icon.icon_line{opacity:1;filter: alpha(opacity=100)}
#right_bar .right_bar_back .icon_line{margin-top:8px}
.icon_fanhui{width:17px;height:23px;background-position:-136px -37px}
.icon_renminbi{width:19px;height:20px;background-position:-193px -37px;margin-bottom:5px}

/*
 作用：页面右侧共推荐位样式 {template "piao","right_ticket_new"}{template "piao","right_piao_new"}
 创建人_时间：乔晶_2015/5/28
 修改人_时间：
 使用范围：攻略详细页面
*/
.recommendedPosition{width:200px;height:auto;background:#fff;padding:14px 14px 0;border:1px #e5e5e5 solid}
.recommendedPosition dl{width:100%;height:auto;border-bottom:1px #eff3ec solid;margin-bottom:20px;padding-bottom:15px}
.recommendedPosition .font_block{padding-bottom:15px;overflow:hidden}
.recommendedPosition .font_block a{float:right;font-size:12px;color:#99c435;font-family:"微软雅黑";line-height:24px}
.recommendedPosition dt{width:100%;height:140px;position:relative}
.recommendedPosition dt img{width:100%;height:140px}
.recommendedPosition dt i{display:inline-block;width:26px;height:19px;position:absolute;left:-4px;top:4px;background:url(../../images/piao/icon01.png) no-repeat -150px -20px;color:#fff;text-align:center;line-height:16px}
.recommendedPosition dd{width:100%;height:auto}
.recommendedPosition dd h5{height: auto;line-height:18px; padding:10px 0 6px;}
.recommendedPosition dd h4 s{color:#b2b2b2;padding-left:5px;font-weight:lighter}

/*右侧分栏*/
#right_bar{position:fixed;z-index:99999;top:0;right:0;height:100%;width:35px;background-color:#363636}
#right_bar p{margin:0}
#right_bar .right_bar_con{position:absolute;height:442px;left:0;top:50%;margin-top:-221px;color:#fff; padding-top:80px;}
#right_bar .member{width:35px;height:36px;position:relative}
#right_bar .member img{width:34px;height:34px;margin:1px 0 0 1px}
#right_bar .member i{display:inline-block;width:35px;height:36px;background:url(../../images/piao/icon01.png) no-repeat left top;position:absolute;left:0;top:0}
#right_bar .login{width:35px;height:80px;text-align:center;cursor:pointer;}
#right_bar .login>a{display: block;width: 35px;height: 80px;}
#right_bar .login font{font-size:12px;color: #fff;}
#right_bar .login .icon{margin:22px 0 5px 0}
#right_bar .login .login_con{position:absolute;right:60px;top:0;background-color:#FAFAFA;padding:30px 30px 40px 30px;border:#D1D1D1 solid 1px;color:#666;font-size:12px;display:none;cursor:default; z-index:2}
#right_bar .login .login_con .b{font-weight:700}
#right_bar .login .login_con input{border:#CBCBCB solid 1px;padding:4px 5px;margin:5px 0;width:230px}
#right_bar .login .login_con #code{width:120px}
#right_bar .login .login_con .code_font{padding-top:8px;cursor:pointer}
#right_bar .login .login_con .btn{display:block;height:30px;line-height:30px;font-size:16px;margin:5px 0;color:#fff}
#right_bar .login .login_con a{color:#3666CC}
#right_bar .login_con .icon_sanjiao{position:absolute;z-index:2;right:-10px;top:10px}
#right_bar .login:hover{background-color:#99C435}
#right_bar .order{height:138px}
#right_bar font{font-size:12px}
#right_bar .order a{color:#fff;display:block}
#right_bar .order_con{width:24px;height:100px;margin:7px auto;border-top:#999 solid 1px;border-bottom:#999 solid 1px;text-align:center;line-height:120%;padding-top:10px;cursor:pointer}
#right_bar .right_bar_con{width:35px;font-size:12px}
#right_bar .right_bar_con ul{ position:relative; padding-top:40px; }
#right_bar .right_bar_con li{height:40px;text-align:center;cursor:pointer;position:relative;z-index:1}
#right_bar .right_bar_con li.collect{ position:absolute; top:0;width:35px; left:0; z-index:10}
#right_bar .right_bar_con li:hover,#right_bar .right_bar_con li p.icon_lishi_active{background-color:#99C435}
#right_bar .right_bar_con li .icon_shoucang{margin-top:10px}
#right_bar .right_bar_con li .icon_lishi{margin-top:10px}
#right_bar .right_bar_con li .icon_fenxiang{margin-top:8px}
#right_bar .right_bar_con li .icon_xihuan{margin-top:10px}
#right_bar .share_con{position:absolute;right:60px;height:36px;width:160px;padding:1px 0 0 10px;top:0;z-index:1;border:#D1D1D1 solid 1px;background-color:#fff;display:none}
#right_bar .share_con .bds_more{display:none}
#right_bar .right_bar_back{position:absolute;left:0;bottom:20px}
#right_bar .right_bar_back{width:35px;font-size:12px}
#right_bar .right_bar_back li{height:40px;text-align:center;cursor:pointer;position:relative;z-index:1}
#right_bar .right_bar_back .icon_kefu{margin-top:5px}
#right_bar .right_bar_back .icon_fanhui{margin-top:10px}
#right_bar .right_bar_back li:hover{background-color:#99C435}
#right_bar .right_bar_back li.line:hover{background-color: #00C300}
#right_bar .right_bar_back li .icon{opacity:.7;filter:alpha(opacity=70)}
#right_bar .collect_con{position:absolute;right:60px;top:0;width:100px;height:40px;background-color:#393939;text-align:center;font-size:14px;line-height:40px;border-left:#99C438 solid 2px;overflow:hidden;display:none; z-index:2}
#right_bar .collect_con a{display:block;color:#fff}
#right_bar .history_con{position:absolute;right:35px;top:0;width:74px;background-color:#fff;border:#d1d1d1 solid 1px;padding:10px 10px 27px;overflow:hidden; z-index:1}
#right_bar .history_li{width:74px;overflow:hidden;}
#right_bar .history_li .img{width:74px;height:55px}
#right_bar .history_li .font{font-size:12px;text-align:center; line-height:16px;padding:3px 0}
#right_bar .history_li .font a{color:#333;  }
#right_bar li.history  p{ height:40px;}
#right_bar .nav_bar_history_stop{ background:#e3e3e3; color:#666; font-size:12px; position:absolute; bottom:0px; left:0px; right:0px; height:26px; line-height:28px; overflow:hidden}
#right_bar .nav_bar_history_stop i{ display:inline-block; background:url(../../images/piao/icons.png) no-repeat -253px -41px; width:5px; height:9px; margin-left:5px;}
#right_bar .nav_bar_history_stop>*{ vertical-align:middle}

#right_bar .enjoy_con{position:absolute;right:60px;top:0;width:326px;height:132px;background:url(../../images/piao/erweima.png) no-repeat #fff;border:#D1D1D1 solid 1px;overflow:hidden;cursor:default;display:none}
#right_bar .enjoy_con a{width:100%;display:block;height:100%}
#right_bar .kefu_con{position:absolute;right:60px;height:118px;width:180px;padding:10px 0 0 10px;top:-46px;z-index:1;border:#D1D1D1 solid 1px;background-color:#fff;display:none;font-size:14px;text-align:left;line-height:1.8em;color:#666}
#right_bar .kefu_con p a{color:#fe4800;text-decoration:underline}
#right_bar .kefu_con a.asp_btn,#right_bar .kefu_con a.help_btn{display:inline-block;width:73px;height:23px;border-radius:3px;margin-top:5px;text-decoration:none;line-height:23px}
#right_bar .kefu_con a.help_btn{background:#72a900;color:#fff;border:1px solid #6b9f00}
#right_bar .kefu_con a.asp_btn{background:#f7f7f7;color:#323232;border:1px solid #ddd}
#right_bar .line_con{width: 230px; height: 230px;top:-130px;padding:0}
#right_bar .right_two_bar_code,#right_bar .right_weChat_code{ cursor:pointer; width:100%;}
#right_bar .right_weChat>div{  border-bottom:#999 solid 1px; margin:0 auto; width:24px; padding-bottom:15px;}
#right_bar .right_weChat_code{position:absolute;z-index:10; top:0}
#right_bar .two_bar_code_con,#right_bar .navbar_map,#right_bar .right_weChat_con{position:absolute;right:35px;top:0;background-color:#fff;border:#D1D1D1 solid 1px;padding:7px 6px;overflow:hidden;text-align:center; height:172px; overflow:hidden; width:80px;}
#right_bar .right_weChat_con{ padding:0; height:auto; width:auto; border:0; top:-50px; background:none }
#right_bar  .navbar_map{top:190px;box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); height:66px; padding:7px 4px; width:84px;}
/*
 作用：优势
 创建人_时间：付钰泽_2015/3/11
 修改人_时间：
 使用范围：优惠券列表页、火车票列表页
*/
.con-1,.con-2 s,.con-3 s,.con-4 s,.con-5 s{ background:url(../../images/coupon/icon01.png) no-repeat;}
.confidence{ background:#eef9e4; color:#666; margin:50px auto 20px; overflow:hidden; width:1200px;}
.confidence .con-1{ float:left; height:90px; width:298px; background-position:0 -44px}
.confidence ul{ float:left; width:auto}
.confidence ul li{ float:left; margin-left:45px; margin-top:24px;}
.confidence ul li s{ display:block; width:41px; height:41px; vertical-align:middle; float:left}
.confidence ul li span{ float:left; padding-left:10px;}
.confidence ul li.con-2 s{ background-position:0 -138px;}
.confidence ul li.con-3 s{ background-position:-44px -138px;}
.confidence ul li.con-4 s{ background-position:-88px -138px;}
.confidence ul li.con-5 s{ background-position:-132px -138px;}
/*
 作用：添加扫描微信
 创建人_时间：付钰泽_2015/3/23
 修改人_时间：
 使用范围：公演预订、门票预订、导游租车预订、WIFI预订服务表单页
*/
.yuding_po_re{position:relative;}
.yuding_weixin{ position:absolute; right:57px; bottom:80px}



/*------------------登录--------------------*/
.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);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#8ebc28),color-stop(1,#86ae2a));background-image:-webkit-linear-gradient(top,#8ebc28,#86ae2a);background-image:-o-linear-gradient(top,#8ebc28,#86ae2a);background-image:-ms-linear-gradient(top,#8ebc28,#86ae2a);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ebc28', endColorstr='#86ae2a', GradientType='0');-ms-filter:"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#8ebc28, endColorstr=#86ae2a)"}
.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,#fff);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#efefef),color-stop(1,#fff));background-image:-webkit-linear-gradient(top,#efefef,#fff);background-image:-o-linear-gradient(top,#efefef,#fff);background-image:-ms-linear-gradient(top,#efefef,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType='0');-ms-filter:"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#efefef, endColorstr=#ffffff)"}
.login_label span{float:left;height:35px;line-height:35px;padding-left:10px;padding-right:10px}
.login_label input{float:left;border:none;background:0 0;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);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#8ebb24),color-stop(1,#83af24));background-image:-webkit-linear-gradient(top,#8ebb24,#83af24);background-image:-o-linear-gradient(top,#8ebb24,#83af24);background-image:-ms-linear-gradient(top,#8ebb24,#83af24);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ebb24', endColorstr='#83af24', GradientType='0');-ms-filter:"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#8ebb24, endColorstr=#83af24)";border:1px solid #759d20;cursor:pointer;color:#fff;font-size:16px;text-decoration:none;text-align:center}
.ajax_login:hover{background:#8ebb24;background-image:-moz-linear-gradient(top,#83af24,#8ebb24);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#83af24),color-stop(1,#8ebb24));background-image:-webkit-linear-gradient(top,#83af24,#8ebb24);background-image:-o-linear-gradient(top,#83af24,#8ebb24);background-image:-ms-linear-gradient(top,#83af24,#8ebb24);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83af24', endColorstr='#8ebb24', GradientType='0');-ms-filter:"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#83af24, endColorstr=#8ebb24)"}
.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}

 /*
 作用：右侧热门标签
 创建人_时间：fuyuze_2015/6/29
 修改人_时间：
 使用范围：全站右侧
*/

.rate_hot_label>ul{display:block;width:210px;overflow:hidden;padding:0px 0 10px 0}
.rate_hot_label>ul li{float:left;width:61px;height:22px;line-height:22px;text-align:center;border-radius:3px;background-color:#f8f8f8;border:#e6e6e6 solid 1px;margin:0 6px 5px 0}
.rate_hot_label>ul li a{display:block;height:22px;color:#666}
.rate_hot_label>ul li a:hover{color:#000}
.rate_hot_label>ul .name a{font-weight:700}
.rate_hot_label>.type1 .name a{color:#EE8C41}
.rate_hot_label>.type2 .name a{color:#EA8941}
.rate_hot_label>.type3 .name a{color:#B1CC1A}
.rate_hot_label>.type4 .name a{color:#4FB8BB}
.rate_hot_label>.type5 .name a{color:#009ff0}


/*
 作用：分享
 创建人_时间：付钰泽_2015/6/29
 修改人_时间：
 使用范围：全站
*/
.hyw_left .bdshare-button-style1-24 a.bds_tqq{ background:url(../../images/public_tools/tqq.png) no-repeat ; }
.hyw_left .bdshare-button-style1-24 a.bds_sqq{background:url(../../images/public_tools/c_qq.png) no-repeat ;}
.hyw_left .bdshare-button-style1-24 a.bds_qzone{background:url(../../images/public_tools/tqzone.png) no-repeat ;}
.hyw_left .bdshare-button-style1-24 a.bds_tsina{background:url(../../images/public_tools/tsina.png) no-repeat ;}
.hyw_left .bdshare-button-style1-24 a.bds_weixin{background:url(../../images/public_tools/tweixin.png) no-repeat ;}
.hyw_left .bdshare-button-style1-24 a.bds_renren{background:url(../../images/public_tools/renren.png) no-repeat ;}
.hyw_left .bdshare-button-style1-24 a.bds_more{background:url(../../images/public_tools/more.png) no-repeat ;}
/*分享 END*/

/* 底部样式新增加*/

.abt_cont{margin:15px auto 0;width:1200px;border-top:3px solid #389C00;line-height:40px;text-align:center;overflow:hidden}
.link_w{width:1178px;margin:0 auto 10px;font-size:14px;height: auto;overflow:hidden;border-radius:4px;  border:1px solid #d4d4d4; line-height:18px; padding:10px; background:#fff;}
.link_w .link_top{width:1200px;height:8px;background:url(../../images/yqlj_bg.jpg) no-repeat center top;}
.link_w .rtxt{color:#727272;line-height:18px;font-size:12px;height:auto;width:962px;text-align:left;}
.link_w .rtxt a{padding-right:10px;white-space: nowrap;color:#999}
.link_w .link_bottom{clear:both;width:1200px;height:8px;background:url(../../images/yqlj_bg03.jpg) no-repeat center top;}
/*门票、公演、当地游详情页预订列表添加gif提示图标*/
.pro_details_main .part2{ position:relative}
.pro_details_main .part2 img.small_book{ position:absolute; right:41px; top:10px;}

/*
 作用：韩游网各详细页面地图上 查看大地图按钮
 创建人_时间：crystalQiao_2015/11/27
 修改人_时间：
 使用范围：韩游网各详细页面地图
*/
.look_big_map{ position:relative}
.look_big_map .look_big_map_a{ display:inline-block; width:130px; height:32px; background:url(../../images/look_big_map.png) no-repeat -2px top; position:absolute;left:10px;top:10px; z-index:1000}
.look_big_map .look_big_map_a:hover{ background-position:-2px -33px}
#map.ol-zoom-no .ol-zoom .ol-zoom-in {border-bottom: none;margin-bottom: 0}
#map.ol-zoom-no .ol-zoom .ol-zoom-out {margin-top: 0}
#map .ol-attribution ul{ margin-right:5px}
/*
 作用：在线客服
 创建人_时间：fuyuze_2015/12/22
 修改人_时间：
 使用范围：底部、门票，公演，WIFI，导游租车，特惠列表页、详细页、订单页、支付页、支付成功页面添加在线客服
*/
#inputtext{ background: url(../../images/footer/contact.png) no-repeat; border:none; width:85px; height:27px; cursor:pointer; font-size:12px; color:#fff; padding-left:23px; text-align:center; line-height:25px;  overflow:hidden; text-shadow:1px 1px 1px #004a95}
.footer_service #inputtext{margin-top:11px;background: url(../../images/footer/conacticon.png) no-repeat; width:90px; height:24px; text-shadow:none}
.footer_join #inputtext{ display: block; color: silver; height: 14px; line-height: 14px; width:auto; padding-left:0; background:none;text-shadow:none; font-size:14x; margin-bottom:10px;}
/*列表页*/
.online_service{border:1px solid #e5e5e5; background:#fff;}
.online_service h4.font_block{border-bottom:1px solid #e5e5e5; background:#fafafa;padding-left:10px; line-height:40px;}
.online_service .online_content{ padding:10px;}
/*详细页*/
#move_nav .online_box #inputtext{background: url(../../images/footer/detail_contact.png) no-repeat; height:34px; font-size:16px; width:115px; padding-bottom:2px;}
#move_nav .online_box #inputtext{ float:right; margin-top:3px;}
#move_nav.change .online_box #inputtext{ margin-right:5px;}
.favorite_pro{float:right !important;cursor:pointer;height:20px;line-height:20px;color:#666;width:90px;margin:11px 5px 0 0;text-align:left;overflow:hidden;}
.favorite_pro .icon{float:left;width:24px;height:20px;background: url(../../images/piao/icons.png?v=20160512) 0px -58px no-repeat; vertical-align:middle; margin-right:5px;}
.favorite_pro .font{float:left;margin:0 !important;padding:0 !important;height:20px !important; line-height:20px !important;}
.favorite_pro .img{margin:0 0 0 5px !important;height:20px !important; line-height:20px !important;display:none !important;}
.favorite_pro:hover{color:#000;}
.favorite_pro:hover .icon{background-position:-24px -58px}
.favorite_pro.has .icon{background-position:-48px -58px}
.favorite_pro.loading .img{display:inline-block !important;}
.favorite_pro.loading .font{display:none !important;}
.favorite_pro.loading .icon{background-position:-24px -58px}
.favorite_pro.loading.has .icon{background-position:-48px -58px}
.favorite_pro.wifi{color:#fff;}
.favorite_pro.has.wifi .icon{background-position:-48px -58px}
#small_style.favorite_pro{margin-top:15px;}
#small_style.favorite_pro .icon{width:17px;height:14px;margin-top:4px;background: url(../../images/tour/icon01.png?v=20160512) 0 -54px no-repeat;}
#small_style.favorite_pro:hover .icon{background-position:0 -68px}
#small_style.favorite_pro.has .icon{background-position:0 -82px}
#small_style.favorite_pro.loading .icon{background-position:0 -68px}
#small_style.favorite_pro.loading.has .icon{background-position:0 -82px}
.favorite_pro.article{margin-top:9px;}
/*订单页*/
.order_online,.online_payment{ position:relative;}
.order_online span,.online_payment span{ position:absolute; right:23px; top:10px; line-height:normal}
/*支付页面*/
.online_payment span{ right:0; top:20px}

/*
 作用：底部悬浮栏
 创建人_时间：fuyuze_2016/01/08
 修改人_时间：
 使用范围：首页
*/
.appxb_none{ display:none}
.appxb_show{ display:block}
.appxb-header{position:fixed;bottom:0;left:-131px;cursor:pointer}
.appxb{position:fixed;bottom:0;left:0;z-index:999999;width:100%}
.appxb-con{position:absolute;bottom:0;width:100%}
.appxb-con>div{position:relative;z-index:10;margin:0 auto;width:990px}
.appxb-con .app-warp{position:absolute;bottom:0;left:0;z-index:-2;width:100%;height:160px;background:#000f17;background:rgba(0,15,23,.85);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000f17, endColorstr=#50000f17);filter:alpha(Opacity=85)}
.warp-close{position:absolute;bottom:100px;right:0;z-index:9;width:40px;height:60px;background:url(../../images/index/appxb_close.png) no-repeat center center;transition:.5s}
.warp-close:hover{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-ms-transform:rotate(180deg)}
.appxb-con .opred a{ width:98px; height:100px; display:block; position:absolute; z-index:999;  bottom:14px; right:181px }
.appxb-con .opred a.appversion_link{ right:303px;}
.appxb-con .opred a.metroapp_link{right:57px}
/*
 作用：手机版页面提示栏
 创建人_时间：2016/01/12
 修改人_时间：
 使用范围：整站
*/
.wap_head{ width:100%; background-color:#636363; height:auto; padding-top:50px; padding-bottom:50px;z-index:999999; position:relative}
.wap_head a{ display:block;}
.wap_box{margin:0 auto;}
.wap_head .close{ padding-top:29px; margin-left:10px}
.wap_head .close,.wap_head .logo{ margin-right:20px;}
.wap_head .wap_text{ color:#fffacd; font-size:50px; line-height:1.7em; margin-top:-7px}
.wap_head .wap_text p{ color:#ff9000;}
.back_wap{ width: auto; background-color:#fca90a; border-radius:8px; color:#fff; font-size:50px; line-height:1em; text-align:center; padding:27px 20px; margin-top:25px; margin-right:10px}
/*
 作用：信息提示
 创建人_时间：2016/05/24
 修改人_时间：
 使用范围：整站
*/
.help_show{
	display:inline-block;
	margin-left:5px;
	position:relative;
	z-index:1;
	width:20px;
	height:16px;
	}
.help_show_img{
	display:inline-block;
	width:16px;
	height:16px;
	cursor:pointer;
	background:url(../../images/icon/help_green.png) no-repeat;
	}
.help_show .help_show_contents{
	display:none;
	position:absolute;
	left:18px;
	bottom:2px;
	background-color:#fff;
	border:#CCCCCC solid 1px;
	width:200px;
	padding:10px;
	text-align:left;
	font-size:12px;
	}
.help_show:hover .help_show_contents{
	display:block;
	}

#right_bar .navbar_nav i{display:inline-block; width:16px; height:16px; margin-top:-2px; vertical-align:middle; background:url(../../images/member/logo/qq_16_16.png) no-repeat}
#right_bar .navbar_nav i.sina{ background:url(../../images/member/logo/sina_16_16.png) no-repeat}
#right_bar .navbar_nav i.weixin{ background:url(../../images/member/logo/weixin_16_16.png) no-repeat}

.gt_holder.popup{z-index: 2000 !important;}

.hyw_wap_code{  background:url(../../images/wap_code.png) no-repeat; width:230px; height:90px;}
.hyw_wap_code img{ margin:5px auto auto 5px;}

#pagination{padding-bottom: 30px; padding-top: 20px; }
