@charset "utf-8";
.web-top{
	float:left;
	width:100%;
	min-width:1200px;
	height:35px;
	border-bottom:1px solid #ededed;
	background:#f9f7f6}
.web-top .wm-1200{
	height:35px;}
/* 登录前 */
.login-before{
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
    font-size: 0;
}
.login-before a{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}
.login-before a:hover{
    color: #fd7715;
}
.login-before i{
    display: inline-block;
    width: 1px;
    height: 13px;
    margin: 0 7px;
    vertical-align: middle;
    background: #d9d2d9;
}
/* 登录后 */
.login-after{
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
}
.login-after a.name{
    margin-right: 10px;
}
.login-after a:hover{
    color: #fc6000;
}
/* 顶部滚动订单 */
.scroll-order{
	float:right;
	width:420px;
	height:35px;
	overflow:hidden;
	margin:0 70px 0 10px}
.scroll-order ul li{
	height:35px;
    overflow: hidden;
}
.scroll-order ul li strong,
.scroll-order ul li span{
    display: inline-block;
    max-width: 65px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.scroll-order ul li a{
    display: inline-block;
    color: #fc6000;
    width: 265px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.scroll-order ul li a:hover{
    text-decoration: underline;
}

.top-bar{
	float:right;
	max-width:580px}
.top-bar a,
.top-bar dl.dh dt{
	float:left;
	color:#333;
	height:35px;
	line-height:35px;
	padding:0 10px;
	cursor:pointer}
.top-bar a:hover{
	color: #f80;
}
.top-bar dl.dh dt i{
    display: inline-block;
	width:5px;
	height:3px;
    vertical-align: middle;
    margin: 0 0 0 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	background:url(../images/cms-header02-ico.png) no-repeat 0 0}
.top-bar dl.dh:hover dt i{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.top-bar dl.dh{
	float:left;
	position:relative;
	z-index:99999;
	border:1px solid #f9f7f6;
	border-bottom:0}
.top-bar dl.dh dd{
	display:none;
	position:absolute;
	z-index:9999;
	right:-1px;
	top:35px;
	width:140px;
	padding:0 10px;
	border:1px solid #eee;
	border-top:0;
	background:#fff}
.top-bar dl.dh dd a{
	width:70px;
	padding:0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis}
.top-bar .wx,
.top-bar .wb{
    float: left;
    width: 37px;
    height: 35px;
    cursor: pointer;
    position: relative;
}
.top-bar .wx:hover,
.top-bar .wb:hover{
    background: #fff;
}
.top-bar .wx:hover:after,
.top-bar .wb:hover:after{
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index:999;
    background: #fff;
}
.top-bar .wx .tb,
.top-bar .wb .tb{
    display: block;
    width: 35px;
    height: 35px;
    border-left: 1px solid #f9f7f6;
    border-right: 1px solid #f9f7f6;
    background: url("../images/cms-header02-ico.png") no-repeat 7px -88px;
}
.top-bar .wb .tb{
    background: url("../images/cms-header02-ico.png") no-repeat 9px -57px
}
.top-bar .wx:hover .tb,
.top-bar .wb:hover .tb{
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.top-bar .wx .pic,
.top-bar .wb .pic{
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    z-index:999;
    width: 120px;
    height: 120px;
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
}
.top-bar .wx:hover .pic,
.top-bar .wb:hover .pic{
    display: block;
}

.st-header{
	float:left;
	width:100%;
	min-width:1200px;
	padding:22px 0 23px;
	background:#fff}
.st-header .st-logo{
	float:left;
	width:298px;
	height:85px;
    line-height: 85px;
	overflow:hidden}
.st-header .st-logo img{
    vertical-align: middle;
}
/* 全局搜索 */
.st-top-search{
	width:471px;
	height:34px;
	position:absolute;
    left: 420px;
	top:50%;
	margin-top:-20px;
	border:3px solid #0fc8ff;
	background:#fff}
.st-top-search .st-search-down{
	float:left;
	color:#333;
	width:90px;
	height:34px;
	position:relative;
	cursor:pointer;
	border-right:1px solid #e5e5e5}
.st-top-search .st-search-down strong{
	float:left;
    color: #999;
	width:75px;
	height:34px;
	line-height:34px;
    padding-left: 15px;
	background:#f8f8f8}
.st-top-search .st-search-down strong i{
	float:right;
	width:7px;
	height:4px;
	margin:16px 15px 0 0;
	transition:all 0.3s;
	background:url(../images/cms-header02-ico.png) no-repeat -13px 0}
.st-top-search .st-search-down:hover strong i{
	transform:rotate(180deg)}
.st-top-search .st-search-down .st-down-select{
	display:none;
	position:absolute;
	left:0;
	top:34px;
	z-index:9999;
	width:90px;
	background:#fff}
.st-top-search .st-search-down:hover .st-down-select{
	display:block}
.st-top-search .st-search-down .st-down-select li{
	float:left;
    color: #999;
	width:73px;
	height:34px;
	line-height:34px;
	padding-left:15px;
	margin-top:-1px;
	border:1px solid #e5e5e5}
.st-top-search .st-search-down .st-down-select li:hover{
    color: #333;
	background:#f5f5f5}
.st-top-search .st-txt{
	float:left;
	width:170px;
	height:34px;
	line-height:34px;
	font-family:'微软雅黑';
	padding-left:10px}
.st-top-search span{
	float:right;
	width:150px;
	height:34px;
	overflow:hidden;
    text-align: right;
    font-size: 0;
}
.st-top-search span a{
    display: inline-block;
	color:#999;
	height:24px;
	line-height:24px;
	padding:0 10px;
	margin:5px 5px 0 0;
    font-size: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
	background:#f3f3f3}
.st-top-search span a:hover{
	color:#009fde}
.st-top-search .st-btn{
	float:right;
	color:#fff;
	width:50px;
	height:34px;
	line-height:34px;
	text-align:center;
	font-size:14px;
	cursor:pointer;
	background: url("../images/cms-header02-ico.png") no-repeat center -27px #0fc8ff}
/* 咨询电话 */
.st-link-way{
    width: 210px;
	height:60px;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-35px;
    padding-top: 10px;
    background: url("../images/telephone-bg.png") right no-repeat;
}
.st-link-way span{
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;}
.st-link-way strong{
    display: block;
    color: #fd7715;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    font-size: 16px;
    font-weight:bold;
    text-shadow: 2px 0 0 #fff,0 2px 0 #fff,-2px 0 0 #fff,0 -2px 0 #fff;
}

/* 主导航 */
.st-nav{
	float:left;
	width:100%;
	min-width:1200px;
	height:40px;
    border-bottom: 3px solid #009fde;
}
.st-menu{
	float:left;
	width:972px;
	height:40px}
.st-menu > ul > li{
    float: left;
    height: 40px;
    border-bottom: 3px solid #009fde;
    position: relative;
}
.st-menu > ul > li .st-arrow-ico{
    display: inline-block;
    width: 5px;
    height: 3px;
    vertical-align: middle;
    margin: 0 0 0 7px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: url("../images/cms-header02-ico.png") no-repeat 0 -8px;
}
.st-menu > ul > li.this-hover .st-arrow-ico{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.st-menu > ul > li > a{
	float:left;
	color:#0088d0;
	height:40px;
	line-height:40px;
    padding: 0 20px;
	font-size:16px;
	position:relative}
.st-menu > ul > li.this-hover{
    background:#f0f1f3}
.st-menu > ul > li.active,
.st-menu > ul > li.active.this-hover{
    background:#00b7ee}
.st-menu > ul > li.active > a,
.st-menu > ul > li.active.this-hover > a{
    color: #fff;
}
.st-menu > ul > li.active .st-arrow-ico{
    background: url("../images/cms-header02-ico.png") no-repeat -15px -8px;
}
.st-menu > ul > li.active s,
.st-menu > ul > li.this-hover s{
	display:block;
    width: 11px;
	height: 8px;
	position:absolute;
	left:50%;
    bottom: -3px;
	margin-left:-5px;
    background: url("../images/cms-header02-ico.png") no-repeat 0 -16px;
}
.st-menu > ul > li i.st-hot-ico,
.st-menu > ul > li i.st-new-ico,
.st-menu > ul > li i.st-jing-ico,
.st-menu > ul > li i.st-jian-ico{
	display:block;
	width:23px;
	height:16px;
	position:absolute;
	top:-5px;
	right:0;}
.st-menu > ul > li > i.st-hot-ico{
    background:url(../images/nav-hot-ico.png) center no-repeat}
.st-menu > ul > li > i.st-new-ico{
    background:url(../images/nav-new-ico.png) center no-repeat}

.down-nav{
	display: none;
    min-width: 1200px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 43px;
    z-index:99999;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
}
.this-hover .down-nav{
     display: block;
 }
.sub-list{
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0;
    overflow: hidden;
	font-size: 0;
}
.sub-list a{
    padding: 0 10px;
    font-size: 14px;
    white-space: nowrap;
}
.sub-list a:hover{
    color: #009fde
;
}

/*热搜框*/
.st-hot-dest-box{
    display: none;
	position: absolute;
    left: -3px;
    top: 40px;
    z-index:99999;
    width: 437px;
    padding:10px 19px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;;
    background: #fff;
}
.st-hot-dest-box .block-tit{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.st-hot-dest-box .block-tit strong{
    color: #999;
}
.st-hot-dest-box .block-tit i{
    float: right;
    width: 12px;
    height: 12px;
    margin: 9px;
    cursor: pointer;
    background: url("../images/st-sidemenu-closed-ico.png") center no-repeat;
}
.st-hot-dest-box .block-nr{
    display: block;
}
.st-hot-dest-box .block-nr dl{
    padding: 10px 0 0;
}
.st-hot-dest-box .block-nr dl dt{
    font-weight:bold;
}
.st-hot-dest-box .block-nr dl dd{
    padding-top: 5px;
}
.st-hot-dest-box .block-nr dl dd a{
    color: #666;
    float: left;
    height: 24px;
    line-height: 24px;
    margin-right: 15px;
}
/* 出发地切换 */
.down-city-container{
    height: 52px;
    position: absolute;
    left: 320px;
    top: 50%;
    margin-top: -26px;
}
.down-city-content{
    position: relative;
}
.down-city-content .city-title{
    height: 40px;
    padding: 10px 10px 0;
    cursor: pointer;
    position: relative;
    z-index:99999;
    border: 1px solid #fff;
    background: #fff;
}
.down-city-content:hover .city-title{
    border: 1px solid #dfdfdf;
    border-bottom: 1px solid #fff;
}
.down-city-content .city-title .start{
    color: #555;
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
}
.down-city-content .city-title .change{
    display: block;
    color: #999;
    height: 18px;
}
.down-city-content .city-title .change:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin: -2px 0 0 5px;
    border-top: 4px solid #999;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.down-city-content:hover .city-title .change:after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.down-city-content:hover .down-city-block{
    display: block;
}
.down-city-block{
    display: none;
    position: absolute;
    left: 0;
    top: 51px;
    width: 303px;
    z-index:9999;
    border: 1px solid #dfdfdf;
    background: #fff;
}
.down-city-block h3{
    color: #73adc9;
    padding: 10px 10px 0;
}
.down-city-block .city-list{
    padding: 5px;
}
.down-city-block .city-list a{
    float: left;
    color: #666;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
}
.down-city-block .city-list a:hover{
    color: #f60;
    text-decoration: underline;
}
/* 自定义导航 */
.global_nav{
    float:left;
    width:228px;
    height:40px;
    position:relative;
    background:#009fde}
.global_tit{
    float:left;
    color:#fff;
    width:228px;
    height:40px;
    line-height:40px;
    font-size:16px;
    text-align:center;
    background:url(../images/glb-tit.png) no-repeat 12px 12px}

.global_nav .mc{
    float:left;
    width:224px;
    position:absolute;
    left:0;
    top:43px;
    border:2px solid #009fde;
    border-top:0}
.global_nav .kj_tit{
    color:#fff;
    width:200px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:14px;
    cursor:pointer;
    background:url(../images/m_n_ico.png) no-repeat right 12px}
.global_nav .tall{
    position:relative;
    background:#fff;
    z-index: 99999;
    border-bottom:1px solid #dff0d0}
.global_nav .hover{
    border-bottom:1px solid #dff0d0}
.global_nav .tit_bt{
    display:block;
    height:59px;
    position:relative}
.global_nav .tall .tit_bt s{
    width:6px;
    height:9px;
    position:absolute;
    right:15px;
    top:23px;
    background:url(../images/rig-jt-ico.png) left no-repeat}
.global_nav .hover .tit_bt s{
    background:none}
.global_nav .tall .tit_bt h3{
    margin-left:45px;
    height:59px;}
.global_nav .hover .tit_bt h3{
    margin-right:-1px;
    margin-left:45px;
    background:#fff;
    position:relative;
    z-index:999999}
.global_nav .tit_bt h3 a{
    color:#333;
    display:block;
    height:59px;
    line-height:40px;
    font-weight:500;
    font-family:"微软雅黑";
    font-size:16px;}
.global_nav .tit_bt i{
    position:absolute;
    left:12px;
    top:10px;
    display:block;
    width:21px;
    height:21px}
.global_nav .tit_bt i img{
    float:left}
.global_nav .tit_bt .txt{
    position:absolute;
    z-index:99999999;
    left:10px;
    overflow: hidden;
    bottom:5px;
    width:160px;
    height:20px;
    line-height:20px}
.global_nav .tit_bt .txt a{
    color:#999;
    float:left;
    margin-right:10px}
.global_nav .gl_nav_con{
    position:absolute;
    left:224px;
    top:0;
    z-index:9999}
.global_nav .subitem{
    float:left;
    width:712px;
    overflow:hidden;
    border:1px solid #dff0d0;
    background:#fff}
.global_nav .subitem dl{
    float:left;
    margin:10px}
.global_nav .subitem dl dt{
    float:left;
    color:#404040;
    width:690px;
    overflow:hidden;
    font-family:"微软雅黑"}
.global_nav .subitem dl dt a{
    float:left;
    width:690px;
    height:24px;
    line-height:24px;
    font-size:18px;
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px solid #dcdcdc}
.global_nav .subitem dl dt span{
    float:left;
    width:690px;
    padding-bottom:10px;
    font-weight:bold}
.global_nav .subitem dl dd{
    float:left;
    width:690px}
.global_nav .subitem dl dd em{
    float:left;
    height:14px;
    line-height:14px;
    border-right:1px solid #ccc;
    margin:6px 0;
    padding:0 8px;
    font-style:normal}
.global_nav .subitem dl dd a{
    white-space:nowrap;
    text-decoration:none;
    color:#666;}
.global_nav .subitem dl dd a:hover{
    color:#f60}
.global_nav .subitem .gl_pic{
    float:left;
    width:714px;
    margin-top:10px}