@charset "utf-8";
/*顶部*/
.web-top {
	width: 100%;
	min-width: 1200px;
	height: 35px;
	border-bottom: 1px solid #ededed;
	background: #f4f6f8
}
.web-top .wm-1200 {
	height: 35px;
}
.notice-txt {
	float: left;
	color: #666;
	width: 50%;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.st-nav .global-list {
    display: none;
}
.st-global:hover .global-list{
	display:block;
}
.notice-txt>a {
	padding-left: 20px;
	color: #666666;
}
.notice-txt>a:nth-of-type(1), .notice-txt>a:nth-last-of-type(1) {
	padding-left: 0;
}
.notice-txt>a:hover {
	color: #ff9900;
}
.notice-txt>s {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.top-nav {
	float: right;
	max-width: 580px
}
.top-nav .time {
	float: left;
	color: #026ab3;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
}
.top-nav .time>i:nth-of-type(1) {
	padding-right: 16px;
}
.top-nav .dd, .top-nav dl.dh dt {
	float: left;
	color: #666;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
}
.top-nav a:hover {
	color: #ff9900;
}
.top-nav dl.dh dt:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 7px;
	height: 5px;
	background: url("index-ico.png") no-repeat -3px -8px;
	margin-top: -3px;
	transition: linear .2s;
}
.top-nav dl.dh:hover dt:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 7px;
	height: 5px;
	background: url("index-ico.png") no-repeat -3px -8px;
	margin-top: -3px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.top-nav dl.dh {
	float: left;
	position: relative;
	z-index: 99999;
	border-left: 1px solid #f9f7f6;
	border-right: 1px solid #f9f7f6;
}
.top-nav dl.dh dd {
	display: none;
	position: absolute;
	z-index: 9999;
	right: -1px;
	top: 35px;
	width: 149px;
	padding: 10px 0 0;
	border-top: 0;
	background: #fff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.21);
}
.top-nav dl.dh dd:before {
	content: "";
	position: absolute;
	top: -11px;
	right: 0;
	width: 149px;
	height: 12px;
	background: url("top-arr-top-ico.png") no-repeat right top;
}
.top-nav dl.dh:hover dd {
	display: block;
}
.top-nav-li {
	padding: 0 18px 14px;
	border-bottom: 1px solid #e5e5e5;
}
.top-nav-li:nth-last-of-type(1) {
	border-bottom: 0;
}
.top-nav-li>p {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #0095df;
	line-height: 30px;
	font-weight: bold;
}
.top-nav dl.dh dd a {
	float: left;
	width: 50%;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*头部*/
.st-header {
	width: 100%;
	min-width: 1200px;
	padding: 20px 0;
	background: #fff
}
.st-header .st-logo {
	float: left;
	width: 398px;
	height: 65px;
	line-height: 65px;
	overflow: hidden
}
.st-header .st-logo img {
	vertical-align: middle;
}
.st-top-search {
	width: 452px;
	height: 32px;
	position: absolute;
	left: 482px;
	top: 50%;
	margin-top: -18px;
	border: 2px solid #ff8800;
	border-radius: 4px;
	background: #fff
}
.st-top-search .st-txt {
	float: left;
	width: 170px;
	height: 32px;
	line-height: 32px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.st-top-search input{
	outline:none;
}
.st-top-search span {
	float: right;
	width: 145px;
	height: 32px;
	overflow: hidden;
	text-align: right;
	font-size: 0;
}
.st-top-search span a {
	display: inline-block;
	color: #7d7d7d;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	margin: 4px 6px 0 0;
	font-size: 12px;
	border-radius: 3px;
	background: #f3f3f3
}
.st-top-search span a:hover {
	color: #ff8800
}
.st-top-search .st-btn {
	float: right;
	color: #fff;
	width: 78px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	background: #ff8800
}
.st-link-way {
	float: right;
	height: 43px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
	padding-left: 43px;
	background: url("24hours.png") no-repeat left center;
}
.st-link-way .data {
	font-size: 12px;
	color: #999;
	line-height: 15px;
}
.st-link-way .data .num {
	font-size: 26px;
	color: #fd8700;
	line-height: 28px;
}
/*导航*/
.st-nav {
	width: 100%;
	min-width: 1200px;
	height: 45px;
	background: #0099FF;
}
.st-global {
	float: left;
	width: 230px;
	height: 45px;
	position: relative
}
.st-global .global-bt {
	float: left;
	color: #fff;
	width: 230px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	text-align: center;
	background: #0192F3;
	border-bottom: 1px solid #0669b6;
}
.st-global .global-bt>.ico {
	display: inline-block;
	width: 11px;
	height: 6px;
	background: url("nav-ico.png") no-repeat -14px -7px;
	vertical-align: middle;
	margin-left: 8px;
	transition: linear .2s;
}
.st-global:hover .global-bt>.ico{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.st-global .global-list {
	float: left;
	position: relative;
	z-index: 99999;
	width: 230px;
	height: 420px;
	background: #0192F3;
}
.gl-list-tabbox {
	float: left;
	width: 230px;
	height: 68px;
	border-top: 1px solid #5297EB;
	border-bottom: 1px solid #027FD2;
}
.gl-list-tabbox:hover {
	background-color: #fff;
	border-color: #fff;
}
.gl-list-tabbox h3 {
	float: left;
	width: 196px;
	height: 68px;
	padding: 0 15px 0 10px;
	position: relative;
}
.gl-list-tabbox h3 strong {
	float: left;
	width: 184px;
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
	font-size: 14px
}
.gl-list-tabbox h3 strong em {
	margin: 2px 5px 0 0
}
.gl-list-tabbox h3 strong em {
	float: left;
	width: 16px;
	height: 18px;
	overflow: hidden
}
.gl-list-tabbox h3 strong em img {
	max-width: 100%;
	max-height: 100%;
}
.gl-list-tabbox h3 strong a {
	color: #fff;
	float: left;
	font-size: 15px;
	margin-left: 9px;
	font-weight: 600;
}
.gl-list-tabbox h3 strong a:first-child {
	margin-left: 0;
}
.gl-list-tabbox:hover h3 strong a {
	color: #666;
}
.gl-list-tabbox h3 p {
	float: left; margin-left: 28px;
	width: 184px;
	height: 20px;
	margin-top: 5px;
	overflow: hidden
}
.gl-list-tabbox h3 p a {
	float: left;
	color: #f5f5f5;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	margin-left: 14px
}
.gl-list-tabbox:hover h3 p a {
	color: #666;
}
.gl-list-tabbox h3 p a:first-child {
	margin-left: 0;
}
.gl-list-tabbox h3 .arrow-rig {
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	width: 7px;
	height: 11px;
	margin-top: -5px;
	background: url(arrow-right-ico2.png) left no-repeat
}
.gl-list-tabbox:hover  h3 .arrow-rig {
	background-image: url(arrow-right-ico3.png);
	opacity: 0.6;
}
.tabcon-item {
	display: none;
	position: absolute;
	left: 230px;
	top: 0;
	z-index: 999;
	width: 750px;
	min-height: 420px;
	border-left: 0;
	background: #fff
}
.gl-list-tabbox:hover .tabcon-item {
	display: block;
}
.tabcon-item .item-list {
	float: left;
	width: 714px;
	padding: 4px 19px 14px;
}
.tabcon-item .item-list dl {
	float: left;
	width: 311px;
	padding: 12px 23px 5px
}
.tabcon-item .item-list dl.hot-dl {
	width: 666px;
}
.tabcon-item .item-list dl dt, .tabcon-item .item-list dl dt a {
	float: left;
	color: #333;
	width: 311px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
}
.tabcon-item .item-list dl.hot-dl dt, .tabcon-item .item-list dl.hot-dl dt a {
	width: 666px;
}
.tabcon-item .item-list dl dt {
	border-bottom: 1px dashed #ddd
}
.tabcon-item .item-list dl dd {
	float: left;
	width: 311px;
	margin-top: 7px
}
.tabcon-item .item-list dl.hot-dl dd {
	width: 666px;
}
.tabcon-item .item-list dl dd a {
	float: left;
	color: #666;
	font-size: 14px;
	height: 12px;
	line-height: 12px;
	margin: 8px 7px 8px 0;
	padding-right: 8px;
	border-right: 1px solid #ddd;
}
.tabcon-item .item-list dl dt a:hover, .tabcon-item .item-list dl dd a:hover {
	color: #ff9900;
}
.st-menu {
	float: left;
	width: 970px;
	height: 45px
}
.st-menu > ul > li {
	float: left;
	height: 45px;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.st-menu > ul > li .st-arrow-ico {
	float: right;
	display: block;
	width: 7px;
	height: 4px;
	margin: 22px 0 0 5px;
	background: url("nav-arr-doem.png") no-repeat;
}
.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 {
	display: block;
	color: #fff;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	font-size: 16px;
	position: relative
}
.st-menu > ul > li.active, .st-menu > ul > li:hover, .st-menu > ul > li.this-hover {
	background: #2577E3;
}
.st-menu > ul > li.active s, .st-menu > ul > li.this-hover s {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -4px;
	border-bottom: 4px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.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;
	background: url("st-menu-list-ico.png") no-repeat;
}
.st-menu > ul > li i.st-hot-ico {
	background-position: 0 0;
}
.st-menu > ul > li i.st-new-ico {
	background-position: 0 -18px;
}
.st-menu > ul > li i.st-jian-ico {
	background-position: 0 -36px;
}
.st-menu > ul > li i.st-jing-ico {
	background-position: 0 -54px;
}
.down-nav {
	display: none;
	min-width: 1200px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 99999;
	border-bottom: 1px solid #e9e9e9;
	background: #fff;
}
.this-hover .down-nav {
	display: block;
	overflow: hidden;
}
.sub-list {
	height: 44px;
	padding: 11px 0 0;
	position: absolute;
	top: 0;
	overflow: hidden;
	font-size: 0;
}
.sub-list a {
	display: inline-block;
	line-height: 22px;
	padding: 0 10px;
	font-size: 14px;
	white-space: nowrap;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 3px 11px 3px;
}
.sub-list a:first-child {
	color: #f80;
}
.sub-list a:hover {
	color: #fff;
	background-color: #0099ff;
}
/*热搜框*/
.st-hot-dest-box {
	display: none;
	position: absolute;
	left: -1px;
	top: 40px;
	z-index: 99998;
	width: 458px;
	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("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;
}
.st-hot-dest-box .block-nr dl dd a:hover {
	color: #ff9900;
}

 .xxt1{float: left; margin-top: 3px;width: 20px; height: 20px;background: url(z49.png);display: block;}
 .xxt2{float: left; margin-top: 3px;width: 20px; height: 20px;background: url(z50.png);display: block;}
 .xxt3{float: left; margin-top: 3px;width: 20px; height: 20px;background: url(z51.png);display: block;}
 .xxt4{float: left; margin-top: 3px;width: 20px; height: 20px;background: url(z52.png);display: block;}
 .xxt5{float: left; margin-top: 3px;width: 20px; height: 20px;background: url(z53.png);display: block;}
  .xxt6{float: left; margin-top: 3px;width: 20px; height: 20px;background: url(z54.png);display: block;}
.gl-list-tabbox:hover .xxt1{float: left; margin-top: 3px;width: 20px; height: 20px;background: url(z49a.png);display: block;}
.gl-list-tabbox:hover  .xxt2{float: left; margin-top: 3px;width: 20px; height: 20px;background: url(z50a.png);display: block;}
.gl-list-tabbox:hover  .xxt3{float: left; margin-top: 3px;width: 20px; height: 20px;background: url(z51a.png);display: block;}
.gl-list-tabbox:hover  .xxt4{float: left; margin-top: 3px;width: 20px; height: 20px;background: url(z52a.png);display: block;}
.gl-list-tabbox:hover  .xxt5{float: left; margin-top: 3px;width: 20px; height: 20px;background: url(z53a.png);display: block;}
.gl-list-tabbox:hover   .xxt6{float: left; margin-top: 3px;width: 20px; height: 20px;background: url(z54a.png);display: block;}

/*outbound_trave导航*/
.gl-list-tabbox .xo1{background: url(cj-1.png) no-repeat center center;;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox .xo2{background: url(cj-2.png) no-repeat center center;;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox .xo3{background: url(cj-3.png) no-repeat center center;;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox .xo4{background: url(cj-4.png) no-repeat center center;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox .xo5{background: url(cj-5.png) no-repeat center center; display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox .xo6{background: url(cj-6.png) no-repeat center center;;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox:hover .xo1{background: url(cj-1a.png) no-repeat center center;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox:hover .xo2{background: url(cj-2a.png) no-repeat center center;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox:hover .xo3{background: url(cj-3a.png) no-repeat center center;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox:hover .xo4{background: url(cj-4a.png) no-repeat center center;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox:hover .xo5{background: url(cj-5a.png) no-repeat center center;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox:hover .xo6{background: url(cj-6a.png) no-repeat center center;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}

.gl-list-tabbox .gu1{background: url(gn-1.png) no-repeat center center;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox .gu2{background: url(gn-2.png) no-repeat center center;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox .gu3{background: url(gn-3.png) no-repeat center center;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox .gu4{background: url(gn-4.png) no-repeat center center;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox .gu5{background: url(gn-5.png) no-repeat center center;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox .gu6{background: url(gn-6.png) no-repeat center center;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}

.gl-list-tabbox:hover .gu1{background: url(gn-1a.png) no-repeat center center;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox:hover .gu2{background: url(gn-2a.png) no-repeat center center;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox:hover .gu3{background: url(gn-3a.png) no-repeat center center;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox:hover .gu4{background: url(gn-4a.png) no-repeat center center;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox:hover .gu5{background: url(gn-5a.png) no-repeat center center;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
.gl-list-tabbox:hover .gu6{background: url(gn-6a.png) no-repeat center center;display: inline-block;width: 20px; height: 28px;float: left;background-size: 100% auto;}
