﻿@charset 'utf-8';


/* fix IE */
.isIE .ico{
	background-image: url(/static/images/ico.jpg);
}
.isIE .tab-on .ico-plane{
	background-position: -33px 0;
}
.isIE .tab-on .ico-umbrella{
	background-position: -33px -16px;
}
.isIE .tab-on .ico-service{
	background-position: -33px -42px;
}


/* class */
.ico-plane{
	background-position: 0 0;
	width:28px;
	height: 14px;
}
.ico-umbrella{
	background-position: 0 -16px;
	height: 24px;
	width: 26px;
}
.ico-service{
	background-position: 0 -42px;
	width: 15px;
	height: 23px;
}

/* main framework */
#slider-box{
	height: 400px;
	position: relative;
	z-index: 0;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
#slider{
	width: 1440px;
	height: 400px;
	position: relative;
	z-index: 0;
	left: 50%;
	margin-left: -765px;
}
#slider img{
	min-height: 400px;
	width: 1440px;
}
#banner_list a {
    display: block;
    height: 400px;
    overflow: hidden;
    width: 100%;
}
#filter-left,
#filter-right{
	position: absolute;
	z-index: 1;
	width: 250px;
	height: 100%;
	top: 0;
	left:50%;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#filter-left{	
	margin-left: -720px;
}
#filter-right{
	margin-left: 470px;
}
#order-box{
	position: absolute;
	top:5px;
	left: 50%;
	width: 470px;
	height: 395px;
	margin-left: -479px;	
}
#order-box-bg{
	background-color: white;	
	opacity: 0.85;
	filter: alpha(opacity=85);
	z-index: 0;
	position: absolute;
	top: 0;
	left: 100px;
	width: 370px;
	height: 100%;
}
#order-group {
    height: 100%;
    width: 120px;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
}
#order-content{
	width: 370px;
	height: 395px;
	margin: 0 0 0 100px;
	position: relative;
	z-index: 4;
}
#order-group .tab{
	margin: -7px 20px 0 0;	
	background: url(/static/images/index.png) no-repeat scroll -174px 0 transparent;
	padding:  0 0 9px 0;
	max-height: 49px;
	*height: 40px;
}
#order-group .first-child{
	margin-top: 0;
}
#order-group .tab-on{	
	background-position: -174px -49px;
	margin-right: 0;
}
#order-group .tab a{	
	display: block;
	height: 40px;	
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	outline: 0 none;
}
#order-group .tab-on a{
	background: url(/static/images/index.png) no-repeat scroll right -99px transparent;
}
#order-group .tab a:hover{
	text-decoration: none;
}
#order-group .tab a:hover .tab-item{
	color: yellow;
}
#order-group .tab a:focus{
	outline: 0 none;
}
#order-group .tab-on a:hover{
	cursor: default;
}
#order-group .tab-on a:hover .tab-item{
	color: white;
}
#order-group .tab .tab-item{
	display: block;
	height: 38px;
	line-height: 38px;	
	color: white;
	letter-spacing: 5px;
	padding-left: 45px;
	position: relative;
	background-color: #0096D3;
	cursor: pointer;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
}
#order-group .tab-on .tab-item{
	margin-right: 20px;
	background-color: #BB0000;
	border-right-color: #BB0000;
}
#order-group .tab .ico{
	position: absolute;
	vertical-align: top;	
	top: 50%;
}
#order-group .tab .ico-plane{
	left: 11px;
	margin-top: -7px;
}
#order-group .tab .ico-umbrella{
	left: 12px;
	margin-top: -12px;
}
#order-group .tab .ico-service{
	left: 17.5px;
	margin-top: -12px;
}
#order-content .tab-content{
	margin:0 20px;
	padding: 15px 0;
	overflow: hidden;
}

/* ticket form */
#ticket >div {
    margin: 0 25px 0 35px;
    overflow: hidden;
    width: auto;
    height : auto;
}
#choose-trip {
    margin-bottom: 15px;
}
#choose-trip input {
    visibility: hidden;
    margin: 0 -13px 0 0;
    *margin-right:-20px;
}
#choose-trip .radio {
    background-color: #aaaaaa;
    color: #FFFFFF;
    font-size: 16px;
    padding: 5px 10px;
    text-align: center;
    width: 4em;
    cursor: pointer;
}
#choose-trip .radio:hover{
	background-color: #FFA500;
}
#choose-trip .radio-on:hover,
#choose-trip .radio-on{
	background-color: #0182D3;
	cursor: default; 
}

#backDate-box{
	display: none;
}
#notice{
	line-height: 20px;
	color: #333333;
	padding-right: 15px;
	font-size: 12px;
	font-family: Arial,"微软雅黑",Helvetica,sans-serif,SimSun;
	text-indent: 2em;
}
/* holiday */
#holiday_form {
    padding: 10px 20px;
}
#holiday_form .input-label{
	font-size: 14px;
}
/* #holiday_form .inline-block {    
    overflow: hidden;
    width: 48%;
}
#holiday_form .inline-block .input {
    width: 90px;
} */
#holiday-kwd {
    width: 225px;
}
#holiday_form .btn-primary {
    line-height: 22px;
    padding: 5px 0;
    width: 100px;
}
#guide-block {
    color: #666666;
    font-size: 12px;
    /*margin-top: 20px;*/
    overflow: hidden;
    padding: 0 30px 0 10px;
}
#guide-head {
    border-bottom: 1px solid #CCCCCC;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 5px 0;
}
.guide-line {
    margin: 0 0 15px;
    width: 100%;
}
.guide-line a {
    margin: 0 1em;
    text-decoration: none;
    color: #0088FF;
}
.guide-line a:hover{
	text-decoration: underline;
}
/* service */
.ser-block{
	overflow: hidden;
	text-align: center;
	margin: 10px 40px 0;
}
.ser-block,
.ser-block .txt{
    display: block;
    text-decoration: none;
}
.ser-block .ico-block {
    background-color: #E6E6E6;
    border-radius: 5px 5px 5px 5px;
    height: 80px;
    margin: 0;
    padding: 0;
    position: relative;    
    width: 80px;
    border: 1px solid #CCCCCC;
}
.ser-block .txt{
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
	color: #333;
}
.ser-ico{
	background: url(/static/images/index.png) no-repeat scroll 0 0 transparent;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}
#web_check_in .ser-ico {
    background-position: -12px -180px;
    height: 44px;
    margin: -22px 0 0 -30px;
    width: 66px;
}
#refund .ser-ico {
    background-position: -85px -20px;
    height: 40px;
    margin: -20px 0 0 -37px;
    width: 74px;
}
#verify_ticket .ser-ico {
    background-position: -90px -175px;
    height: 54px;
    margin: -27px 0 0 -30px;
    width: 60px;
}
#baggage .ser-ico {
    background-position: -98px -91px;
    height: 43px;
    margin: -22px 0 0 -26px;
    width: 52px;
}
#travel .ser-ico{
    height: 54px;
    margin: -27px 0 0 -28px;
    width: 57px;
    background-position: -10px -10px;
}
#flight .ser-ico {
    background-position: -13px -94px;
    height: 55px;
    margin: -27px 0 0 -27px;
    width: 55px;
}
.ser-block:hover{
	text-decoration: none;
	cursor: pointer;
}
.ser-block:hover .ico-block{
	background-color: #ffc;
}
/* mainContent */

.left-block {
    margin-right: 15px;
    width: 240px;
}
.right-block{
	width: 685px;
	overflow: visible;
}
#sale_box,
#hot_group,
#discount_ticket,
#news-box{
	background-color: white;
	border: 1px solid #CCDFED;
}

#sale_box{
	width: 238px;
	font-size: 12px;
}
#sale-head {
    height: 35px;
    line-height: 35px;
    margin: 0;
    background-color: #008FD5;
	background:-moz-linear-gradient(#008FD5,#185C8D);
	background:-webkit-gradient(linear,center top,center bottom,from(#008FD5),to(#185C8D));
	background:-webkit-linear-gradient(#008FD5,#185C8D);
	background:-o-linear-gradient(#008FD5,#185C8D);
	background:-ms-linear-gradient(#008FD5,#185C8D);
	background:linear-gradient(#008FD5,#185C8D);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#008FD5',endColorStr='#185C8D',gradientType='0');
}
#sale-head .head-current {
	background: url(/static/images/index.png) no-repeat scroll right -2px transparent;
    display: block;
    margin-left: 5px;
    padding-right: 4px;
    text-align: center;
    width: 6em;
}
#sale-head strong {
    background-color: #FFFFFF;
    border-radius: 4px 4px 0 0;
    color: #666666;
    display: block;
    font-size: 14px;
}
.sale-block {
    border-bottom: 1px dashed #BFD6E8;
    margin:15px;
    padding-bottom: 10px;
}
.sale-block-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 15px;
    background: url(/static/images/index.png) no-repeat scroll -173px -135px transparent;
}
.sale-block-title a {
    color: #0096D3;
}
.sale-detail{
	color: #666;
	margin-left: 15px;
}
#hot_group{
	width: 683px;
}
.comm-box-head {
	position: relative;
    overflow: visible;
    border-bottom: 1px solid #CCDFED;
    color: #666666;
    margin: 0;
    padding: 0 5px;
    background-color: #f3f3f3;
	background:-moz-linear-gradient(#ffffff,#f3f3f3);
	background:-webkit-gradient(linear,center top,center bottom,from(#ffffff),to(#f3f3f3));
	background:-webkit-linear-gradient(#ffffff,#f3f3f3);
	background:-o-linear-gradient(#ffffff,#f3f3f3);
	background:-ms-linear-gradient(#ffffff,#f3f3f3);
	background:linear-gradient(#ffffff,#f3f3f3);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff',endColorStr='#f3f3f3',gradientType='0');
}
.comm-box-head .more-link{
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	font-size: 12px;
	font-weight: normal;
	color: #0096D3;
	text-decoration: none;
}
.comm-box-head .more-link:hover{
	text-decoration: underline;
}
.comm-box-head .tab{
    padding-right: 4px;
    overflow: visible;
    height: 35px;
}
.comm-box-head .tab-on{
	background: url(/static/images/index.png) no-repeat scroll right -2px transparent;
}
.comm-box-head .tab .inner{
	display: block;
	text-align: center;
    width: 9em;
	color: #0096D3;
    height: 35px;
    line-height: 35px;
}
.comm-box-head .tab .inner:hover{
	background-color: white;
}
.comm-box-head .tab-on .inner{
	border-left: 1px solid #CCDFED;
	border-right:1px solid #CCDFED;
    border-bottom: 1px solid #FFFFFF;
	background-color: white;
	color: #666;
}
.comm-box-content{
    padding: 14px 10px;
}
.hot-item {
    text-align: center;
    width: 30%;
    margin-right: 0.3%;
    color: #666;
    padding: 0 1.5%;
}
.hot-item span{
	display: block;
	font-size: 12px;	
}
.hot-item strong {
    color: #BB0000;
    font-size: 16px;
    font-weight: bold;
    margin: 0 3px;
}

#discount_ticket {
    font-size: 14px;
}
#discount_ticket .comm-box-content {
    min-height: 100px;
}
#discount_ticket .tab-content .tab-box {
    border-bottom: 1px dashed #AAAAAA;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
#discount_ticket .tab-content .tab a {
    background-color: #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    display: block;
    font-size: 12px;
    margin: 0 5px 5px;
    padding: 3px 10px;
    cursor: pointer;
}
#discount_ticket .tab-content .tab-on a {
    background-color: #0096D3;
    color: #FFFFFF;
    cursor: default;
}
.discount-item {
    background-color: #F7F7F7;
    border: 1px solid #EDEDED;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 7px 10px 5px;
    overflow: hidden;
    padding: 3px 65px 3px 0;
    text-decoration: none;
    width: 150px;
    *width: 215px;
    cursor: pointer;
    position: relative;
    z-index: 0;
}
.discount-item:hover {
	text-decoration: none;
    border-color: #0096D3;
}
.d-title {
    color: #0096D3;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: text-bottom;
    font-weight: bold;
    text-indent: 5px;
    width: 100%;
}
.d-price {
    color: #666666;
    font-size: 12px;
    position: absolute;
    top: 2px;
	right:0;
	width: 65px;
	display: block;
	zoom: 1;
}
.d-price strong {
    color: #BB0000;
    font-size: 16px;
}
#journey .discount-item {
    margin-left: 25px;
    margin-right: 25px;
    width: auto;
}
#journey .d-title{
    width: 334px;
}
#contact {
    padding: 5px 0;
}
.contact-item {
    min-height: 55px;
    height: auto !important;
    height: 55px;
    text-align: center;
    min-width: 71px;
    width: auto !important;
    width: 71px;
    margin: 0 20px;
}
.contact-item a{
	display: block;
	font-size: 12px;
	padding-left: 20px;
	height: 18px;
	line-height: 18px;
	text-align: left;
	background: url(/static/images/index.png) no-repeat scroll 0 0 transparent;
}
.contact-item .c_qq{
	background-position: -165px -156px;
}
.contact-item .c_fb{
	background-position: -165px -173px;
}
.contact-item .c_wb{
	font-weight: bold;
	background-position: -165px -189px;
}
.contact-item .c_wx{
	font-weight: bold;
	background-position: -165px -205px;
}

#news-box {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    overflow: hidden;
}
#news-box .head-label {
    border-right: 1px solid #DDDDDD;
    line-height: 40px;
    margin: 5px 0;
    padding: 0;
    text-align: center;
    width: 6em;
}
#news-list{
    border-left: 1px solid #FFFFFF;
    height: 40px;
    line-height: 40px;
    margin: 5px 0;
    overflow: hidden;
    width: 530px;
}
#news-list li{ float:left; padding:0 10px;}
.news-item {	
    display: inline;    
    font-size: 12px;
    margin-left: 10px;
    padding-left: 15px;
    background: url(/static/images/index.png) no-repeat scroll -174px -136px transparent;
}
.news-item a{
	color: #666;
}
.news-item a:hover{
	color: #0096D3;
}

#bottom-banner {
    display: block;
}


.toggle-city-box {
    border-color: #CCCCCC #CCCCCC #CCCCCC transparent;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    height: 46px;
    left: 300px;
    position: absolute;
    text-align: right;
    top: 65px;
    width: 25px;
}
.toggle-inner{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.toggle-city-trigger{
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    right:-9px;
    margin-top: -9px;
    background-color: #999;
    border-radius: 4px;
    font-size: 12px;
    color: white;
}
.toggle-city-trigger:hover{
    background-color: #F89406;
}

.ex-noticement {
    position: absolute;
    top: -550px;
    left: 525px;
    height: 430px;
    width: 215px;
    border: 1px solid orange;
    padding: 0 5px;
    z-index: 999;
    box-sizing: border-box;
    font-size: 14px;
    overflow: hidden;
    background-color: rgb(251 242 205);
    background-color: rgb(251 242 205 / 90%);
}
.ex-noticement.is-minimal {
    height: 30px;
    line-height: 30px;
}
.ex-noticement .btn-expander {
    position: relative;
    padding-right: 30px;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
}
.ex-noticement .btn-expander svg {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    color: orange;
}