﻿@charset "UTF-8";
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}
body {
	background-color: #f8f8f8;
	color: #333;
	font-family: PingFangSC-Regular, microsoft yahei, arial, STHeiTi, simsun, sans-serif;
	font-size: 14px;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, form {
	margin: 0;
}
ul, ol {
	list-style-type: none;
	padding-left: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
img {
	border: 0;
}
input, textarea, select {
	padding: 0;
	font-family: PingFangSC-Regular, microsoft yahei, arial, STHeiTi, simsun, sans-serif;
}
button, optgroup, select, textarea {
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
textarea {
	overflow: auto;
	resize: vertical;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
 input[type="text"]::-ms-clear, input[type="password"]::-ms-clear, input[type="text"]::-ms-reveal, input[type="password"]::-ms-reveal {
 width: 0;
 height: 0;
}
td, th {
	padding: 0;
}
a {
	color: #666;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #005df1;
	text-decoration: none;
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
 input::-webkit-input-placeholder {
 color: #ccc;
}
 input::-moz-placeholder {
 color: #ccc;
}
 input:-ms-input-placeholder {
 color: #ccc;
}
 input::-webkit-contacts-auto-fill-button {
 visibility: hidden;
 display: none !important;
 pointer-events: none;
 position: absolute;
 right: 0;
}
 input::-ms-clear, input::-ms-reveal {
 display: none;
}
 @-webkit-keyframes spin {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes spin {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.main {
	height: auto;
	overflow: hidden;
	padding-bottom: 40px;
}
.part {
	margin: 0 auto;
	padding: 0;
	width: 1200px;
	box-sizing: border-box;
}
.btn-b, .btn, .btn-g {
	border: 0 none;
	color: white;
}
.btn-b, .btn {
	background-color: #ff8500;
}
.btn-b {
	font-size: 16px;
	height: 52px;
	line-height: 52px;
	width: 344px;
	border-radius: 4px;
}
.btn-b:hover, .btn:hover {
	background-color: #ff921c;
	color: #fff;
}
a.btn-b, a.btn, a.btn-g, a.btn-w {
	text-align: center;
	display: inline-block;
}
/* 日期条 */
.hx-price {
	margin-top: 20px;
	background-color: #005fd1;
	height: 80px;
	overflow: hidden;
	border-radius: 4px;
}
.hx-weekprice {
	float: left;
	height: 80px;
}
.hx-weekprice > div, .hx-weekcon ul, .hx-weekcon li {
	height: 100%;
	float: left;
}
.hx-weekl, .hx-weekr {
	width: 40px;
	padding-top: 30px;
	text-align: center;
	position: relative;
	background: url(../../img/static/line2.png) no-repeat center right;
	box-sizing: border-box;
	cursor: pointer;
}
.hx-weekcon li {
	float: left;
	background: url(../../img/static/line.png) no-repeat center right;
	text-align: center;
	width: 142px;
	cursor: pointer;
}
.hx-weekcon li div {
	margin: 10px 0;
	line-height: 26px;
	color: #fff;
}
.hx-weekcon li span {
	padding-right: 1em;
}
.hx-weekcon li div.zls-price {
	font-size: 16px;
	color: #fff;
}
.hx-weekcon li div.zls-price b {
	font-size: 20px;
}
.hx-weekprice .disable {
	cursor: not-allowed;
}
.hx-weekcon li.disable div {
	color: #448ee7;
}
.hx-weekcon li.current {
	cursor: auto;
	position: relative;
	border-top: 1px #005fd1 solid;
	border-bottom: 1px #005fd1 solid;
	box-sizing: border-box;
	background: #fff;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
}
.hx-weekcon li.current div {
	color: #005fd1;
}
.hx-monthprice {
	float: right;
	height: 80px;
	text-align: center;
	width: 125px;
	padding-left: 30px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	color: #fff;
}
.hx-monthprice i.monthicon {
	float: left;
	width: 34px;
	height: 80px;
	background: url(../../img/static/date.png) 0 26px no-repeat;
}
.hx-monthprice span {
	float: left;
	height: 80px;
	padding-top: 23px;
	line-height: 18px;
	box-sizing: border-box;
}
.clearfix {
	display: block;
}
/*价格展示*/
.flight-item-new {
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	width: 100%;
	margin-top: 20px;
	position: relative;
	-webkit-box-shadow: 0 0 6px 0 rgba(140,140,140,.1);
	box-shadow: 0 0 6px 0 rgba(140,140,140,.1);
}
:root .flight-item-new {
	border: 1px solid transparent;
}
.flight-item-hover {
	z-index: 14;
}
.flight-item-new .f-active {
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 5px 10px -3px rgba(153, 153, 153, 0.3);
}
.flight-item-new .flight-block {
	display: table;
	width: 100%;
	cursor: pointer;
	position: relative;
}
.flight-item-new .flight-block .f-intro {
	display: table-cell;
	vertical-align: middle;
	width: 725px;
	padding: 40px 0;
}
.flight-item-new .flight-block .f-train {
	padding: 50px 0;
}
.flight-item-new .flight-block .f-intro .f-item {
	display: table;
	width: 100%;
	position: relative;
}
.flight-item-new .flight-block .f-intro .f-item .f-base-info {
	display: table-cell;
	width: 178px;
	color: #7d7d7d;
	vertical-align: top;
	position: relative;
}
.flight-item-new .flight-block .f-intro .f-item .f-base-info .f-c-name {
	margin-left: 50px;
	font-size: 16px;
	line-height: 14px;
	position: relative;
	white-space: nowrap;
	width: 128px;
}
.flight-item-new .flight-block .f-intro .f-item .f-base-info .f-c-name em {
	font-size: 14px;
	color: #00479d;
	font-style: normal;
}
.flight-item-new .flight-block .f-intro .f-item .f-base-info .f-c-name a {
	font-size: 14px;
	color: #005df1;
	font-style: normal;
	display: inline-block;
}
.flight-item-new .flight-block .f-intro .f-item .f-base-info .f-c-name .i-company {
	line-height: 16px;
	font-size: 16px;
	color: #008857;
	position: absolute;
	left: -20px;
	top: 0;
}
.flight-item-new .flight-block .f-intro .f-item .f-base-info .f-company-logo-ij {
	display: block;
	width: 22px;
	height: 26px;
	position: absolute;
	left: 20px;
	top: 0;
	background: url(../../img/static/logo-m.png) center top no-repeat;
}
.flight-item-new .flight-block .f-intro .f-item .f-base-info .f-a-name {
	padding-left: 50px;
	font-size: 12px;
	line-height: 12px;
	margin-top: 14px;
	width: 128px;
	position: relative;
}
.flight-item-new .flight-block .f-intro .f-item .f-base-info .f-a-name .iconfont {
	font-size: 15px;
	color: #999;
	margin-left: 5px;
	vertical-align: middle;
}
.flight-item-new .flight-block .f-intro .f-item .f-base-info .f-a-name .f-address {
	display: inline-block;
	position: relative;
	padding: 4px 5px;
	font-size: 12px;
	color: #fff;
	background: #00ab6f;
	border-radius: 5px;
	text-align: center;
	left: 7px;
	top: -12px;
}
.flight-item-new .flight-block .f-intro .f-item .f-base-info .f-a-name .f-address .a-info {
	display: none;
	position: absolute;
	padding: 10px 20px;
	border: 1px solid #008856;
	background: #fff;
	font-size: 12px;
	color: #999;
	width: 150px;
	left: 0;
	top: 50%;
	margin-top: 20px;
	z-index: 15;
	margin-left: -68px;
	line-height: 20px;
	text-align: left;
}
.flight-item-new .flight-block .f-intro .f-item .f-base-info .f-a-name .f-address .a-info em {
	color: #333;
	font-style: normal;
}
.flight-item-new .flight-block .f-intro .f-item .f-base-info .f-a-name .type-tip {
	position: relative;
}
.flight-item-new .flight-block .f-intro .f-item .f-base-info .f-a-name .type-tip .tip-info {
	display: none;
	position: absolute;
	padding: 10px 20px;
	border: 1px solid #008856;
	background: #fff;
	font-size: 12px;
	color: #999;
	width: 145px;
	left: 0;
	top: 50%;
	margin-top: 20px;
	z-index: 15;
	margin-left: -83px;
	line-height: 20px;
	text-align: center;
}
.flight-item-new .flight-block .f-intro .f-item .f-base-info .f-a-name .type-tip .tip-info .i-arrow {
	display: block;
	width: 22px;
	height: 9px;
	background: url(../site5/img/search/rectangle.png) center top no-repeat;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -11px;
}
.flight-item-new .flight-block .f-intro .f-item .c-caac-price-flight {
	font-size: 12px;
	color: #a7a7a7;
	position: absolute;
	top: 15px;
	right: -225px;
}
.flight-item-new .flight-block .f-intro .f-item .f-ori {
	text-align: right;
	width: 220px;
	vertical-align: top;
}
.flight-item-new .flight-block .f-intro .f-item .f-des {
	text-align: left;
	width: 220px;
	vertical-align: top;
}
.flight-item-new .flight-block .f-intro .f-item .f-time {
	font-size: 32px;
	line-height: 24px;
	color: #555;
	position: relative;
	top: -5px;
}
.flight-item-new .flight-block .f-intro .f-item .f-time em {
	position: relative;
	font-style: normal;
	font-weight: bold;
}
.flight-item-new .flight-block .f-intro .f-item .f-time em .cross-day {
	font-size: 12px;
	color: #333;
	position: absolute;
	right: -30px;
	top: -12px;
}
.flight-item-new .flight-block .f-intro .f-item .f-time em .cross-day.left {
	left: -34px;
	right: auto;
}
.flight-item-new .flight-block .f-intro .f-item .f-airport {
	font-size: 14px;
	color: #666;
	margin-top: 6px;
}
.flight-item-new .flight-block .f-intro .f-item .f-ori {
	display: table-cell;
}
.flight-item-new .flight-block .f-intro .f-item .f-des {
	display: table-cell;
}
.flight-item-new .flight-block .f-intro .f-item .f-during {
	display: table-cell;
	width: 200px;
	vertical-align: middle;
	text-align: center;
}
.flight-item-new .flight-block .f-intro .f-item .f-during .f-hx {
	font-size: 14px;
	color: #666;
	line-height: 12px;
	position: relative;
	top: 0;
}
.flight-item-new .flight-block .f-intro .f-item .f-during .f-hx span {
	background-color: #f1f1f1;
	padding: 4px 16px;
	border-radius: 14px;
}
.flight-item-new .flight-block .f-intro .f-item .f-during .f-time {
	font-size: 14px;
	color: #777;
	line-height: 12px;
	position: relative;
	top: 0;
}
.flight-item-new .flight-block .f-intro .f-item .f-during .f-arrow {
	position: relative;
	margin: 12px auto 10px;
	width: 200px;
	height: 16px;
	background: #fff;
}
.flight-item-new .flight-block .f-intro .f-item .f-during .f-arrow .icon-arrow-new {
	display: block;
	top: 3px;
	right: 0;
	background: url(../../img/static/icon-fly.png) center top no-repeat;
	width: 200px;
	height: 11px;
	position: absolute;
}
.flight-item-new .flight-block .f-intro .f-item .f-during .f-arrow .stopover {
	display: block;
	font-size: 12px;
	color: #fff;
	position: absolute;
	background: #00ab6f;
	line-height: 16px;
	width: 33px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -16px;
	border-radius: 5px;
}
.flight-item-new .flight-block .f-intro .f-item .f-during .f-arrow .stopover .s-info {
	display: none;
	position: absolute;
	padding: 10px 20px;
	border: 1px solid #008856;
	background: #fff;
	font-size: 12px;
	color: #999;
	white-space: nowrap;
	left: 50%;
	top: 50%;
	margin-top: 20px;
}
.flight-item-new .flight-block .f-intro .f-item .f-during .f-arrow .stopover .s-info em {
	color: #333;
	font-style: normal;
}
.flight-item-new .flight-block .p-intro {
	display: table-cell;
	vertical-align: middle;
	width: 255px;
}
.flight-item-new .flight-block .p-intro .p-item {
	display: table;
	width: 100%;
	text-align: right;
}
.flight-item-new .flight-block .p-intro .p-item .p-book {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px 0 20px;
	width: 78px;
}
.flight-item-new .flight-block .p-intro .p-item .p-book .btn-book {
	width: 80px;
	height: 36px;
	background: #ff8500;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	border: 1px solid #ff8500;
	border-radius: 4px;
}
.flight-item-new .flight-block .p-intro .p-item .p-book .btn-book:hover {
	background: #ff921c;
	color: #fff;
}
.flight-item-new .flight-block .p-intro .p-item .p-book .btn-book:active {
	background: #ff8500;
}
.flight-item-new .flight-block .p-intro .p-item .p-book .btn-book .btn-arr {
	border-width: 6px 6px 0;
	border-color: #fff transparent transparent;
	background: none;
	border-style: solid;
	height: 0;
	width: 0;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.flight-item-new .f-active .p-intro .p-item .p-book .btn-book {
	background: #fff;
	border-color: #faa701;
	color: #faa701;
}
.flight-item-new .f-active .p-intro .p-item .p-book .btn-book .btn-arr {
	border-width: 0 6px 6px;
	border-color: transparent transparent #faa701;
}
.flight-item-new .f-active .p-intro .p-item .p-book .btn-book:hover .btn-arr {
	border-color: transparent transparent #fff;
}
.flight-item-new .flight-block .p-intro .p-item .p-info {
	display: table-cell;
	vertical-align: middle;
}
.flight-item-new .f-active .p-intro .p-item .p-info {
	display: none;
}
.flight-item-new .flight-block .p-intro .p-item .p-info .price {
	color: #ff8500;
	font-size: 14px;
}
.flight-item-new .flight-block .p-intro .p-item .p-info .price .currency {
	font-size: 16px;
	color: #ff8500;
	position: relative;
}
.flight-item-new .flight-block .p-intro .p-item .p-info .price .currency em {
	font-size: 32px;
	color: #ff8500;
	font-style: normal;
}
.hanshui-cont {
	color: #7d7d7d;
}
.flight-item-new .flight-block .f-intro .f-trans {
	height: 70px;
	position: relative;
}
.flight-item-new .flight-block .f-intro .f-trans .trans-underline {
	width: 673px;
	margin-left: 30px;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	background: #fff;
	position: absolute;
	top: 50%;
	z-index: 8;
}
.flight-item-new .cabin-block .list-m {
	padding: 20px 30px;
}
.flight-item-new .cabin-block .list-m .list-k {
	background:url(../../img/static/l-bg2.svg) left top no-repeat;
	width: 1140px;
	height: 100px;
	color: #006beb;
	font-size: 14px;
	margin-top: 10px;
	border:1px #c5deff solid;
	border-radius:4px;
}
.flight-item-new .cabin-block .list-m .list-k:hover {
	background: url(../../img/static/l-bg.svg) left top no-repeat;
	width: 1140px;
	height: 100px;
	cursor: pointer;
	color: #fff;
	border:1px #005fd1 solid;
	border-radius:4px;
}
.flight-item-new .cabin-block .list-m .list-k .list-title {
	width: 122px;
	height: 100px;
	text-align: center;
	float: left;
}
.flight-item-new .cabin-block .list-m .list-k .list-title .list-t-name {
	width: 122px;
	height: auto;
	font-size: 16px;
	padding-top: 34px;
	font-weight: bold;
}
.flight-item-new .cabin-block .list-m .list-k .list-icon {
	width: 312px;
	height: 100px;
	text-align: center;
	float: left;
}
.flight-item-new .cabin-block .list-m .list-k .list-icon .list-n {
	width: 100px;
	height: 100px;
	text-align: center;
	float: left;
	background: url(../../img/static/icon-cs2.svg) center 28px no-repeat;
	background-size: 28%;
	padding-top: 58px;
	box-sizing: border-box;
	color: #999;
}
.flight-item-new .cabin-block .list-m .list-k .list-icon .list-n2 {
	width: 100px;
	height: 100px;
	text-align: center;
	float: left;
	background: url(../../img/static/icon-xl2.svg) center 25px no-repeat;
	background-size: 24%;
	padding-top: 58px;
	box-sizing: border-box;
	color: #999;
}
.flight-item-new .cabin-block .list-m .list-k .list-icon .list-n3 {
	width: 100px;
	height: 100px;
	text-align: center;
	float: left;
	background: url(../../img/static/icon-tg2.svg) center 28px no-repeat;
	background-size: 31%;
	padding-top: 58px;
	box-sizing: border-box;
	color: #999;
}
.flight-item-new .cabin-block .list-m .list-k:hover .list-icon .list-n {
	width: 100px;
	height: 100px;
	text-align: center;
	float: left;
	background: url(../../img/static/icon-cs.svg) center 28px no-repeat;
	background-size: 28%;
	padding-top: 58px;
	box-sizing: border-box;
	color: #005fd1;
}
.flight-item-new .cabin-block .list-m .list-k:hover .list-icon .list-n2 {
	width: 100px;
	height: 100px;
	text-align: center;
	float: left;
	background: url(../../img/static/icon-xl.svg) center 25px no-repeat;
	background-size: 24%;
	padding-top: 58px;
	box-sizing: border-box;
	color: #005fd1;
}
.flight-item-new .cabin-block .list-m .list-k:hover .list-icon .list-n3 {
	width: 100px;
	height: 100px;
	text-align: center;
	float: left;
	background: url(../../img/static/icon-tg.svg) center 28px no-repeat;
	background-size: 31%;
	padding-top: 58px;
	box-sizing: border-box;
	color: #005fd1;
}
.flight-item-new .cabin-block .list-m .list-k .list-text {
	width: 420px;
	height: 100px;
	text-align: center;
	float: left;
}
.flight-item-new .cabin-block .list-m .list-k .list-t-wz {
	float: right;
	padding-top: 40px;
}
.flight-item-new .cabin-block .list-m .list-k .list-t-wz span {
	float: right;
	padding: 4px 14px;
	border: 1px #f1f1f1 solid;
	border-radius: 14px;
	margin-right: 10px;
	color: #7d7d7d
}
.flight-item-new .cabin-block .list-m .list-k .list-t-wz a {
	float: right;
	padding: 4px 14px;
	border: 1px #f1f1f1 solid;
	border-radius: 14px;
	margin-right: 10px;
	color: #7d7d7d
}
.flight-item-new .cabin-block .list-m .list-k:hover .list-t-wz span, .flight-item-new .cabin-block .list-m .list-k .list-t-wz span:hover {
	border: 1px #005df1 solid;
	border-radius: 14px;
	color: #005df1;
}
.flight-item-new .cabin-block .list-m .list-k:hover .list-t-wz a, .flight-item-new .cabin-block .list-m .list-k .list-t-wz a:hover {
	border: 1px #005df1 solid;
	border-radius: 14px;
	color: #005df1;
}
.flight-item-new .cabin-block .list-m .list-k .list-jg {
	width: 260px;
	text-align: center;
	float: right;
	padding-top: 20px;
	position: relative;
}
.flight-item-new .cabin-block .list-m .list-k .list-jg .p-info {
	width: 180px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.flight-item-new .cabin-block .list-m .list-k .list-jg .p-info .price {
	color: #ff8500;
	font-size: 14px;
}
.flight-item-new .cabin-block .list-m .list-k .list-jg .p-info .price .currency em {
	font-size: 32px;
	color: #ff8500;
	font-style: normal;
}
.flight-item-new .cabin-block .list-m .list-k .list-jg .p-book {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px 0 20px;
	width: 78px;
}
.flight-item-new .cabin-block .list-m .list-k .list-jg .p-book .btn-book {
	width: 80px;
	height: 36px;
	background: #ff8500;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	border: 1px solid #ff8500;
	border-radius: 4px;
}
.flight-item-new .cabin-block .list-m .list-k .list-jg .list-yp {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 64px;
	height: 24px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	background: url(../../img/static/yp-bg.png) center top no-repeat;
}
/*已选择条件*/

.hx-select {
	position: relative;
	margin-top: 20px;
	background-color: #f8fbff;
	height: 80px;
	font-size: 14px;
	color: #636262;
	overflow: hidden;
	border: 1px #005df1 solid;
	border-radius: 4px;
}
.hx-select .sel-tip {
	position: absolute;
	left: 0;
	top: 0;
	width: 69px;
	height: 45px;
	color: #fff;
	font-size: 16px;
	background: url(../../img/static/tip-q.png) center top no-repeat;
	padding: 4px 0 0 10px;
	box-sizing: border-box;
}
.hx-select .sel-title {
	width: 240px;
	height: 80px;
	padding-left: 100px;
	text-align: left;
	float: left;
	box-sizing: border-box;
}
.hx-select .sel-title .sel-t-c {
	padding-top: 16px;
	display: block;
}
.hx-select .sel-title .sel-t-name {
	font-size: 16px;
	padding-top: 6px;
	display: block;
	color: #333;
	font-weight: bold;
}
.hx-select .sel-c-name {
	width: 280px;
	height: 80px;
	line-height: 80px;
	padding-left: 100px;
	text-align: left;
	float: left;
	color: #999;
	background: url(../../img/static/logo-m.png) 70px 24px no-repeat;
	box-sizing: border-box;
}
.hx-select .sel-rl {
	width: 100px;
	height: 80px;
	padding-left: 20px;
	text-align: left;
	color: #333;
	float: left;
	box-sizing: border-box;
}
.hx-select .sel-rl .sel-t-c {
	padding-top: 16px;
	display: block;
}
.hx-select .sel-rl .sel-t-name {
	padding-top: 6px;
	display: block;
}
.hx-select .sel-jc {
	width: 240px;
	height: 80px;
	padding-left: 20px;
	text-align: left;
	color: #333;
	float: left;
	box-sizing: border-box;
}
.hx-select .sel-jc .sel-t-c {
	padding-top: 12px;
	display: block;
}
.hx-select .sel-jc .sel-t-name {
	padding-top: 18px;
	display: block;
}
.hx-select .sel-jg {
	width: 310px;
	height: 80px;
	text-align: left;
	float: right;
	color: #333;
	padding-top: 24px;
	box-sizing: border-box;
}
.hx-select .sel-jg .sel-info {
	width: 160px;
	display: table-cell;
	vertical-align: middle;
}
.hx-select .sel-jg .sel-info em {
	font-size: 20px;
	font-style: normal;
}
.hx-select .sel-jg .p-book {
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	font-size: 16px;
	text-align: right;
}
.hx-select .sel-jg .p-book a {
	color: #005df1;
	text-decoration: none;
}
/*进度条*/
.hx-steps {
	font-size: 14px;
	color: #9d9d9d;
	padding-top: 16px;
}
.hx-steps li {
	float: left;
	height: 36px;
	width: 120px;
	line-height: 36px;
	position: relative;
	text-align: left;
	padding-left: 52px;
	box-sizing: border-box;
}

.gq-top li {
	width: 140px;
}
.hx-steps li.fl-line, .hx-steps li.fl-line2, .hx-steps li.fl-line3 {
	width: 125px;
	background: url(../../img/static/line3.svg) center no-repeat;
}
.gq-top li.fl-line, .gq-top li.fl-line2, .gq-top li.fl-line3 {
	width: 115px;
	background: url(../../img/static/line3.svg) center no-repeat;
}
.flow-order {
	margin-right: 10px;
}
.hx-step1 .step1, .hx-step2 .step1, .hx-step3 .step1, .hx-step4 .step1 {
	background: url(../../img/static/lc-tx.svg) 10px center no-repeat;
	background-size: 28%;
	color: #00479d;
}
.hx-step1 .step2 {
	background: url(../../img/static/lc-d.svg) 10px center no-repeat;
	background-size: 28%;
	color: #9d9d9d;
}
.hx-step1 .step3, .hx-step2 .step3 {
	background: url(../../img/static/lc-zf.svg) 10px center no-repeat;
	background-size: 28%;
	color: #9d9d9d;
}
.hx-step1 .step4, .hx-step2 .step4, .hx-step3 .step4 {
	background: url(../../img/static/lc-wc.svg) 10px center no-repeat;
	background-size: 28%;
	color: #9d9d9d;
}
.hx-step2 .step2, .hx-step3 .step2, .hx-step4 .step2 {
	background: url(../../img/static/lc-d2.svg) 10px center no-repeat;
	color: #00479d;
}
.hx-step3 .step3, .hx-step4 .step3 {
	background: url(../../img/static/lc-zf2.svg) 10px center no-repeat;
	background-size: 28%;
	color: #00479d;
}
.hx-step4 .step4 {
	background: url(../../img/static/lc-wc2.svg) 10px center no-repeat;
	background-size: 28%;
	color: #00479d;
}
.hx-step2 li.fl-line, .hx-step3 li.fl-line, .hx-step4 li.fl-line, .hx-step3 li.fl-line2, .hx-step4 li.fl-line2, .hx-step4 li.fl-line3 {
	width: 125px;
	background: url(../../img/static/line4.svg) center repeat-x;
}
.hx-step2 li.fl-line2, .hx-step2 li.fl-line3, .hx-step3 li.fl-line3 {
	width: 125px;
	background: url(../../img/static/line3.svg) center repeat-x;
}
.nav-bar li.tp-w{ width:230px;background: url(../../img/static/line5.svg) center no-repeat;}

.hx-step2 li.fl-line.tp-w, .hx-step3 li.fl-line.tp-w, .hx-step4 li.fl-line.tp-w, .hx-step3 li.fl-line2.tp-w, .hx-step4 li.fl-line2.tp-w, .hx-step4 li.fl-line3.tp-w {
	background: url(../../img/static/line6.svg) center no-repeat;
}
.hx-step1 .tp-step, .hx-step2 .tp-step, .hx-step3 .tp-step, .hx-step4 .tp-step {
	background: url(../../img/static/lc-tj.svg) 10px center no-repeat;
	background-size: 28%;
	color: #00479d;
}
.hx-step1 .tp-step2 {
	background: url(../../img/static/lc-dd2.svg) 10px center no-repeat;
	background-size: 28%;
	color: #9d9d9d;
}
.hx-step2 .tp-step2, .hx-step3 .tp-step2, .hx-step4 .tp-step2 {
	background: url(../../img/static/lc-dd.svg) 10px center no-repeat;
	background-size: 28%;
	color: #00479d;
}

.gq-top .step1, .gq-top .step2, .gq-top .step3, .gq-top .step4 {
	background-size: 24%;
}
/*左右布局*/
.wrapper-m {
	width: 1200px;
	float: left;
	margin-top: 30px;
}
.m-left {
	width: 780px;
	float: left;
}
.m-right {
	width: 400px;
	float: right;
}
.kl-m {
    width: 100%;
    float: left;
}
.space10 {
	width: 100%;
	height: 10px;
	display: block;
    float: left;
}
.space20 {
	width: 100%;
	height: 20px;
	display: block;
    float: left;
}
.space30 {
	width: 100%;
	height: 30px;
	display: block;
    float: left;
}
/*左布局*/
.info-k {
	width: 100%;
    height: 50px;
    float: left;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 6px 0 rgba(140,140,140,.1);
	box-shadow: 0 0 6px 0 rgba(140,140,140,.1);
}
.info-kx {
	height: auto;
	overflow: hidden;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 6px 0 rgba(140,140,140,.1);
	box-shadow: 0 0 6px 0 rgba(140,140,140,.1);
}
.qr-m {
	width: 100%;
	overflow: hidden;
	padding: 10px 20px;
	box-sizing: border-box;
}
.qr-t {
	width: 100%;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
}
.qr-xct {
	width: 100%;
	overflow: hidden;
	float: left;
	background: #f4f9ff;
	border-radius: 4px;
	position: relative;
	margin-top: 20px;
	padding: 14px 0;
}
.qr-tip {
	position: absolute;
	left: 0;
	top: 0;
	width: 54px;
	height: 40px;
	color: #fff;
	background: url(../../img/static/h-bg.png) center top no-repeat;
	padding: 4px 0 0 4px;
	box-sizing: border-box;
}
.qr-k {
	width: 100%;
	overflow: hidden;
	float: left;
}
.qr-f {
	height: 30px;
	line-height: 30px;
	padding-left: 60px;
	color: #333;
	text-align: left;
	float: left;
	box-sizing: border-box;
	padding-right: 20px;
}
.qr-f2 {
	height: 30px;
	line-height: 30px;
	color: #333;
	text-align: left;
	float: left;
	box-sizing: border-box;
	padding-right: 20px;
}
.qr-f3 {
	height: 30px;
	line-height: 30px;
	color: #7d7d7d;
	text-align: left;
	float: left;
	box-sizing: border-box;
}
.qr-f em {
	font-size: 14px;
	color: #7d7d7d;
	font-style: normal;
}
.info-kl {
	width: 110px;
	overflow: hidden;
	float: left;
	font-size: 16px;
	color: #333;
	text-align: right;
	padding-top:14px;
}
.pr-padding {
	text-align: left;
	padding-top:8px;
}
.info-kr {
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #7d7d7d;
	text-align: right;
	padding-top: 12px;
}
.info-kr span {
	float: left;
	padding: 4px 14px;
	background-color: #f1f1f1;
	border-radius: 14px;
	margin-left: 10px;
}
.g-xz {
	float: right;
	padding-top:11px;
}
.info-lx {
	width: 780px;
	height: auto;
	float: left;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 6px 0 rgba(140,140,140,.1);
	box-shadow: 0 0 6px 0 rgba(140,140,140,.1);
	position: relative;
	padding: 40px 30px 10px;
	box-sizing: border-box;
}
.info-t {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 36px;
	color: #fff;
	font-size: 16px;
	background: url(../../img/static/jb-bg.svg) center top no-repeat;
	text-align: center;
	line-height: 36px;
	box-sizing: border-box;
}
.info-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 12px;
	height: 12px;
}
.info-add {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 160px;
	height: 36px;
}
.info-add a {
	display: block;
	width: 160px;
	height: 36px;
	border: 1px #ee902b solid;
	border-radius: 4px;
	text-align: center;
	line-height: 36px;
	color: #ee902b;
}
.info-add a:hover {
	border: 1px #ee902b solid;
	background-color: #ee902b;
	color: #fff;
}
.info-nr {
	width: 700px;
	float: left;
	font-size: 14px;
	color: #7d7d7d;
	text-align: left;
	padding-top: 12px;
}
.info-input {
	width: 700px;
	float: left;
	margin-bottom: 14px;
	position:relative
}
.in-text {
	width: 300px;
	height: 42px;
	line-height: 42px;
	border: 1px #e7e7e7 solid;
	border-radius: 4px;
	padding-left: 6px;
}
.info-sell {
	width: 110px;
	height: 44px;
	float: left;
}
.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 4px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.info-sell2 {
	height: 44px;
	float: left;
	margin-left: 10px;
	position:relative;
}
.info-input label {
	display: inline;
	font-weight: normal;
	cursor: pointer;
}
.info-input input[type="checkbox"] {
	float: left;
	margin: 3px 4px 0 0;
}
.change-b {
	background: url(../../img/static/jb-bg2.png) center top no-repeat;
}
.yw-l {
	float: left;
	padding-right: 30px;
	color: #333;
}
.yw-l a, .info-kr a {
	color: #00479d;
	text-decoration: none;
}
.yw-l a:hover, .info-kr a:hover {
	color: #005df1;
}
.yw-width {
	width: 80px;
	color: #7d7d7d;
}
.change-h {
	padding-top: 20px;
}
.info-tk {
	width: 99%;
	height: 240px;
	border: 1px solid #ccc;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	overflow-y: auto;
}
.info-tk p {
	color: #7d7d7d;
}
.info-lx2 {
	width: 780px;
	height: auto;
	overflow: hidden;
	text-align: right;
	padding: 10px 0 0;
	box-sizing: border-box;
}
/*右布局*/

.info-rk {
	width: 100%;
	float: left;
	padding: 14px 20px;
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 6px 0 rgba(140,140,140,.1);
	box-shadow: 0 0 6px 0 rgba(140,140,140,.1);
}
.info-rkt {
	width: 100%;
	overflow: hidden;
	float: left;
	font-size: 16px;
	color: #333;
	text-align: left;
}
.info-xcm {
	width: 100%;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #333;
	text-align: left;
}
.info-xct {
	width: 100%;
	overflow: hidden;
	float: left;
	background: #f3f8ff;
	border-radius: 4px;
	position: relative;
	margin-top: 20px;
}
.info-xct .sel-tip {
	position: absolute;
	left: 0;
	top: 0;
	width: 44px;
	height: 36px;
	color: #fff;
	background: url(../../img/static/y-bg.png) center top no-repeat;
	padding: 4px 0 0 4px;
	box-sizing: border-box;
}
.info-f {
	height: 36px;
	line-height: 36px;
	padding-left: 60px;
	color: #00479d;
	text-align: left;
	float: left;
	box-sizing: border-box;
	padding-right: 20px;
}
.info-f2 {
	height: 36px;
	line-height: 36px;
	color: #5b5b5b;
	text-align: left;
	float: left;
	box-sizing: border-box;
}
.info-xcm .f-intro {
	display: table-cell;
	vertical-align: middle;
	width: 360px;
	padding: 16px 0;
}
.info-xcm .f-intro .f-item {
	display: table;
	width: 360px;
	position: relative;
}
.info-xcm .f-intro .f-item .f-base-info {
	display: table-cell;
	width: 360px;
	color: #7d7d7d;
	height: 60px;
	vertical-align: top;
	position: relative;
}
.info-xcm .f-intro .f-item .f-base-info .fg-l {
	display: table-cell;
	width: 160px;
	color: #7d7d7d;
	height: 60px;
	vertical-align: top;
}
.info-xcm .f-intro .f-item .f-base-info .f-c-name {
	margin-left: 50px;
	line-height: 14px;
	position: relative;
	white-space: nowrap;
	width: 128px;
}
.info-xcm .f-intro .f-item .f-base-info .f-a-name {
	padding-left: 50px;
	line-height: 12px;
	margin-top: 8px;
	width: 128px;
	position: relative;
}
.info-xcm .f-intro .f-item .f-base-info .f-company-logo-ij {
	display: block;
	width: 22px;
	height: 26px;
	position: absolute;
	left: 20px;
	top: 0;
	background: url(../../img/static/logo-m.png) center top no-repeat;
}
.info-xcm .f-intro .f-item .f-ori {
	display: table-cell;
}
.info-xcm .f-intro .f-item .f-ori {
	text-align: right;
	width: 220px;
	vertical-align: top;
}
.info-xcm .f-intro .f-item .f-time {
	font-size: 26px;
	line-height: 24px;
	color: #333;
	position: relative;
	top: -5px;
}
.info-xcm .f-intro .f-item .f-airport {
	color: #666;
	margin-top: 6px;
}
.info-xcm .f-intro .f-item .f-during {
	display: table-cell;
	width: 120px;
	vertical-align: middle;
	text-align: center;
}
.info-xcm .f-intro .f-item .f-during .f-arrow {
	position: relative;
	margin: 12px auto;
	width: 100px;
	height: 16px;
	background: #fff;
}
.info-xcm .f-intro .f-item .f-during .f-arrow .icon-arrow-new {
	display: block;
	top: 3px;
	right: 0;
	background: url(../../img/static/icon-fly2.png) center top no-repeat;
	width: 100px;
	height: 11px;
	position: absolute;
}
.info-xcm .f-intro .f-item .f-des {
	display: table-cell;
}
.info-xcm .f-intro .f-item .f-des {
	text-align: left;
	width: 220px;
	vertical-align: top;
}
.info-xcm .f-intro .f-item .f-time em {
	position: relative;
	font-weight: normal;
	font-style: normal;
}
.info-d {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #333;
	text-align: left;
	margin-top: 20px;
}
.info-title {
	width: 100%;
	height: 58px;
	line-height: 58px;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #333;
	text-align: left;
	background: #f8f8f8;
}
.info-mc {
	width: 184px;
	padding-left: 10px;
	float: left;
	text-align: left;
	box-sizing: border-box;
}
.info-pr {
	width: 160px;
	float: right;
	text-align: right;
	color: #ee902a;
	padding-right: 10px;
	box-sizing: border-box;
}
.info-pr em {
	font-size: 32px;
	font-style: normal;
}
.info-table {
	width: 100%;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #7d7d7d;
	text-align: left;
}
.info-td {
	width: 100%;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	float: left;
}
.info-tdl {
	width: 224px;
	padding-left: 10px;
	float: left;
	text-align: left;
	box-sizing: border-box;
}
.info-tdr {
	width: 100px;
	float: right;
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
}
.info-tdr em {
	font-size: 14px;
	color: #ee902a;
	font-style: normal;
}
.td-bg {
	background: #f8f8f8;
}
.info-tdl a {
	color: #005df1;
	margin-left: 10px;
	text-decoration: none;
}
.info-tdl a:hover {
	color: #005fd1;
	text-decoration: none;
}
/*tab标签*/
.hx-tab {
	width: 700px;
	height: 40px;
	color: #444;
}
.hx-tab a.button-md {
	padding: 4px 10px;
	color: #444;
	height: 40px;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 999;
	margin-left: 10px;
}
.hx-tab a.activex {
	color: #00479d;
	text-align: center;
	border-bottom: 2px #005ed1 solid;
}
.price-hr {
	border-top: 1px #e7e7e7 solid;
	z-index: 2;
	height: 0;
	width: 100%;
	position: relative;
	left: 0;
	right: 0;
	top: -1px
}
.panel {
	margin-top: 20px;
	display: none;
	width: 100%;
}
.panel.activex {
	display: block
}
.btn-ok {
	width: 110px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	background: #ff8500;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	margin-left: 10px;
}
.btn-ok:hover {
	background: #ff921c;
	color: #fff;
}
/*支付订单*/
.zf-k {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 30px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 6px 0 rgba(140,140,140,.1);
	box-shadow: 0 0 6px 0 rgba(140,140,140,.1);
}
.zf-kl {
	width: 780px;
	float: left;
	padding: 10px 0;
	border-right: 1px #f2f2f2 solid;
}
.zf-kr {
	width: 320px;
	float: right;
}
.zfk-f {
	height: 30px;
	line-height: 30px;
	color: #333;
	text-align: left;
	float: left;
	font-size: 24px;
	box-sizing: border-box;
	padding-right: 20px;
}
.zfk-f em, .zfk-f2 em {
	font-size: 16px;
	color: #7d7d7d;
	font-style: normal;
}
.zfk-f2 {
	height: 30px;
	line-height: 30px;
	color: #333;
	text-align: left;
	float: left;
	font-size: 18px;
	box-sizing: border-box;
	padding-right: 20px;
}
.zfk-f2 span {
	font-size: 24px;
	color: #ff8500;
	font-style: normal;
}
.space01 {
	width: 100%;
	float: left;
	height: 10px;
	display: block;
}
.zf-text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #7d7d7d;
	text-align: center;
	margin-top: 30px;
}
.zf-jg {
	width: 100%;
	color: #ff8500;
	float: left;
	text-align: center;
	font-size: 18px;
}
.zf-jg em {
	font-size: 36px;
	color: #ff8500;
	font-style: normal;
}
.zf-btn {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: right;
	padding: 10px 0 0;
	box-sizing: border-box;
}
.zf-padding {
	padding-top: 0;
	text-align: left;
}
.zf-tab {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	z-index: 1;
}
.zf-tab a i {
	width: 41px;
	height: 38px;
	margin-top: 10px;
	display: inline-block;
}
.zf-tab a span {
	display: inline-block;
}
.zf-tab a.button-zf {
	height: 58px;
	line-height: 58px;
	padding: 4px 30px;
	color: #444;
	font-size: 18px;
	text-align: center;
	float: left;
	background: #f8f8f8;
	position:relative;
}
.zf-tab a.button-zf:first-child {
	background: #f8f8f8;
}
.zf-tab a.activex {
	background: #fff;
	border: 1px #e7e7e7 solid;
	border-bottom: 1px #fff solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.zf-tab a.activex:first-child {
	background: #fff;
}
.zf-tab a:first-child {
	border-top-left-radius: 4px;
}
.zf-tab a:last-child {
	border-top-right-radius: 4px;
}
.zf-panel {
	display: none;
	width: 100%;
	overflow:hidden;
	padding: 30px;
	background: #fff;
	border: 1px #e7e7e7 solid;
	box-sizing: border-box;
	margin-top: -1px;
}
.zf-panel.activex {
	display: block
}
.zf-qs {
	width: 100%;
}
.zf-qs a {
	color: #005df1;
	margin-left: 10px;
	text-decoration: none;
}
.zf-qs a:hover {
	color: #005fd1;
	text-decoration: none;
}
/*支付方式*/
.phone {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 0;
}
.sys_spec_img li {
	float: left;
	position: relative;
	width: 180px;
	margin-right: 30px;
	height: 90px;
	border: 1px #e7e7e7 solid;
	border-radius: 4px;
	cursor:pointer;
}
.sys_spec_img li i {
	position: absolute;
	width: 35px;
	height: 32px;
	font-size: 0;
	line-height: 0;
	right: -2px;
	top: -2px;
	background: url(../../img/static/icon-g.png) no-repeat right bottom;
	z-index: 99;
	display: none;
}
.sys_spec_img li.selected,.sys_spec_img li:hover {
	border: 1px solid #005df1;
	padding: 0;
	position: relative;
	z-index: 0;
	-webkit-box-shadow: 4px 2px 4px 2px rgba(3,100,217,.1);
	box-shadow: 4px 2px 4px 2px rgba(3,100,217,.1);
}
.sys_spec_img li.selected i {
	display: block;
}
.sys_spec_img li span {
	display: block;
	text-align: center;
}
.sys_spec_img li span.xz-t {
	font-size: 18px;
	color: #666;
	padding-top: 20px;
}
.sys_spec_img li span.xz-t2 {
	font-size: 14px;
	color: #7d7d7d;
}
.sys_spec_img li span.xz-t em {
	font-size: 24px;
	color: #005df1;
	font-style: normal;
}
.yhq-pd {
	padding: 0;
}
.yhq-m li {
	float: left;
	position: relative;
	width: 220px;
	margin-right: 20px;
	height: 100px;
	background:url(../../img/static/q-bg2.svg) no-repeat no-repeat left top;
	margin-bottom:10px;
}
.yhq-m li:hover {
	background: url(../../img/static/q-bg2.svg) no-repeat left top;
	opacity:0.8;
	cursor: pointer;
}
.yhq-m li:nth-child(3n) {
	margin-right: 0;
}
.yhq-m li i {
	position: absolute;
	width: 20px;
	height: 14px;
	font-size: 0;
	line-height: 0;
	right: 8px;
	top: 7px;
	background: url(../../img/static/q-gx.svg) no-repeat right bottom;
	z-index: 99;
	display: none;
}
.yhq-m li.selected {
	padding: 0;
	position: relative;
	z-index: 0;
	opacity: 1;
	background:url(../../img/static/q-bg3.svg) no-repeat no-repeat left top;
}
.yhq-m li.selected i {
	display: block;
}
.yhq-m li span {
	display: block;
	text-align: center;
}
.yhq-m li span.xz-t {
	font-size: 18px;
	color: #666;
	padding-top: 20px;
}
.yhq-m li span.xz-t2 {
	font-size: 14px;
	color: #7d7d7d;
}
.yhq-m li span.xz-t em {
	font-size: 24px;
	color: #005df1;
	font-style: normal;
}
.dur-yhml {
	width: 60px;
	height: 100px;
	float: left;
	color: #fff;
	padding-top: 6px;
	box-sizing: border-box;
}
.dur-yhmlt {
	width: 146px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding-top: 14px;
}
.dur-yhmlt em {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	vertical-align: super;
}
.dur-yhmlb {
	width: 38px;
	height: 90px;
	padding-top: 8px;
	text-align: center;
	margin: 0 auto;
	background: #0c6add;
	border-radius: 20px;
	box-sizing: border-box;
}
.dur-yhmlb a {
	width: 38px;
	height: 70px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	word-wrap: break-word;
}
.dur-yhmlb a:hover {
	color: #fff;
}
.dur-yhmr {
	width: 158px;
	height: 120px;
	float: left;
	color: #fff;
	text-align: left;
	padding-left: 12px;
	box-sizing: border-box;
}
.dur-yhmrt {
	width: 146px;
	float: left;
	font-size: 18px;
	text-align: center;
}
.dur-yhmrp {
	width: 248px;
	float: left;
	font-size: 14px;
	padding-top: 20px;
}
.zf-pd {
	padding: 30px;
}
.dd-l {
	width: 243px;
	float: left;
}
.dd-l2 {
	width: 530px;
	float: right;
}
.dd-wc {
	width: 100%;
	overflow: hidden;
	float: left;
	color: #0d6add;
	font-size: 36px;
	padding-top: 14px;
	padding-bottom: 4px;
}
.xq-btn {
	width: 100%;
	float: left;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}
.xq-btn a {
	color: #005fd1;
}
.dd-pd {
	margin-top: 40px;
}
.dd-np {
	padding: 0;
}
.dd-k {
	padding: 14px 98px;
	box-sizing: border-box;
}
.dqr-k {
	width: 100%;
	overflow: hidden;
	float: left;
	border-bottom: 1px #e0e7ef dashed;
}
.dqr-k:last-child {
	border-bottom: none;
}
.dqr-f {
	height: 30px;
	line-height: 30px;
	padding-left: 4px;
	color: #777;
	text-align: left;
	float: left;
	box-sizing: border-box;
	width: 128px;
}
.dqr-f2 {
	height: 30px;
	line-height: 30px;
	color: #333;
	text-align: left;
	float: left;
	box-sizing: border-box;
}
.dd-tl {
	width: 190px;
	float: left;
	padding: 0 10px;
}
.dd-tld {
	width: 140px;
	float: left;
	padding: 10px 4px 0 4px;
}
.dqr-f3 {
	height: 30px;
	line-height: 30px;
	color: #7d7d7d;
	text-align: right;
	float: right;
	width: 210px;
	box-sizing: border-box;
}
.t-align {
	text-align: right;
}
.dqx-f {
	height: 30px;
	line-height: 30px;
	padding-left: 4px;
	color: #333;
	text-align: left;
	float: left;
	box-sizing: border-box;
	width: 196px;
}
.dqx-f6{
	height: 30px;
	line-height: 30px;
	padding-left: 4px;
	color: #333;
	text-align: left;
	float: left;
	box-sizing: border-box;
	width: 236px;
}
.dqx-f3 {
	height: 30px;
	line-height: 30px;
	padding-left: 4px;
	color: #333;
	text-align: left;
	float: left;
	box-sizing: border-box;
	width: 300px;
}
.dqx-f2 {
	height: 30px;
	line-height: 30px;
	padding-left: 4px;
	color: #333;
	text-align: left;
	float: left;
	box-sizing: border-box;
	width: 220px;
}
.dqx-f2 {
	height: 30px;
	line-height: 30px;
	padding-left: 4px;
	color: #333;
	text-align: left;
	float: left;
	box-sizing: border-box;
	width: 220px;
}
.dqx-f4 {
	height: 30px;
	line-height: 30px;
	padding-left: 4px;
	color: #333;
	text-align: right;
	float: left;
	box-sizing: border-box;
	width: 220px;
}
.dqr-tip {
	position: absolute;
	left: 0;
	top: 0;
	width: 54px;
	height: 40px;
	color: #fff;
	font-size: 22px;
	background: url(../../img/static/h-bg.png) center top no-repeat;
	padding: 4px 0 0 4px;
	box-sizing: border-box;
}
.dqx-f5 {
	height: 30px;
	line-height: 30px;
	padding-left: 4px;
	color: #333;
	text-align: left;
	float: left;
	box-sizing: border-box;
	width: 440px;
}
.cg-k {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px 30px 40px 30px;
	box-sizing: border-box;
}
.cg-img {
	width: 100%;
	height: 251px;
	float: left;
	text-align: center;
}
.cg-txt {
	width: 100%;
	float: left;
	font-size: 36px;
	color: #555;
	padding-top: 20px;
	text-align: center;
}
.cg-txt2 {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #555;
	padding-top: 20px;
	text-align: center;
}
.cg-txt2 em {
	font-size: 30px;
	font-style: normal;
}
.cg-btn {
	width: 100%;
	float: left;
	font-size: 36px;
	color: #555;
	padding-top: 20px;
	text-align: center;
}
.btn-ck {
	font-size: 16px;
	height: 52px;
	line-height: 52px;
	width: 200px;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
	background-color: #ff8500;
	color: #fff;
	margin-right: 70px;
}
.btn-ck:hover {
	background-color: #ff9522;
	color: #fff;
}
.btn-fh {
	font-size: 16px;
	height: 52px;
	line-height: 52px;
	width: 200px;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
	background-color: #aaa;
	color: #fff;
}
.btn-fh:hover {
	background-color: #bbb;
	color: #fff;
}
.fr-xz {
	margin-top: 10px;
}
.fr-xz:first-child {
	margin-top: 0;
}
.fr-xz:first-child a.kz-btn, .fr-xz .info-add a {
	display: none;
}
.fr-xz:last-child .info-add a {
	display: block;
}
.info-kr a {
	float: left;
	padding: 4px 14px;
	background-color: #f1f1f1;
	border-radius: 14px;
	margin-left: 10px;
	color: #777;
}
.info-kr a:hover {
	color: #fff;
	background-color: #005df1;
}
.g-xz a {
	float: right;
	padding: 0 14px;
	background:none;
	border-radius:0;
	margin-left:0;
	color: #005df1;
}
.g-xz a:hover {
	color: #0070f8;
	background:none;
}
/*延误证明*/
.zf-k table {
	background: #dce5f1;
	border-radius: 4px;
}
.zf-k table td {
	background: #fff;
	font-size:16px;
	color:#333;
}
.zm-table td.zm-center {
	text-align: center;
}
.zm-table td.zm-td1 {
	height: 116px;
	overflow: hidden;
	font-size: 16px;
	position: relative;
	background: url(../../img/static/zm-bg.png) left top no-repeat;
	color: #fff;
	padding: 0;
	white-space:nowrap;
}
.zm-table td.zm-td1 .zmt-title {
	font-size: 30px;
	padding-top: 0;
	float: left;
	width: 100%;
}
.zm-table td.zm-td1 .zmt-title2 {
	font-size: 14px;
	padding-top: 2px;
	float: left;
	width: 100%;
}
.zm-table td.zm-td1 .zmt-title3 {
	padding-top: 12px;
	float: left;
	width: 100%;
	font-size: 14px;
}
.zm-table td.zm-td2 {
	width: 106px;
	background: #f7f9fc;
	padding:6px 24px 6px 24px;
	white-space:nowrap;
}
.zm-table td em {
	font-size:14px;
	font-style: normal;
	color:#777;
}
.zm-table td.zm-td3 {
	padding:6px 20px;
	white-space:nowrap;
}
.zm-table td.zm-td30{
	padding:6px 12px 6px 20px;
	width: 24%;
}
.zmt-m {
	overflow: hidden;
}
.zmt-ml {
	width: 50%;
	float: left;
}
.zmm-top {
	margin-top: 10px;
}
.zm-table td.zm-td4 {
	padding:16px 24px;
	font-size:14px;
	line-height:22px;
}
.zm-table td.zm-td5 {
	padding: 20px 6px;
	height: 100px;
	vertical-align: top;
	white-space:nowrap;
}
.zmb-text {
	text-align: left;
	font-size: 16px;
}
.zmb-text2 {
	text-align: left;
	font-size:14px;
	color:#777;
	padding-bottom: 2px;
}
.zmb-text3 {
	text-align: left;
	padding-left: 150px;
}
.zmb-text4 {
	text-align: left;
}
.zmt-img {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 100px;
}
.zm-table td.zm-td6 {
	position: relative;
	white-space:nowrap;
	padding-left:150px;
}
.pr-p{
	position:relative;
	padding-bottom:30px;
}
.zmt-img2 {
	position: absolute;
	right:100px;
	bottom: 10px;
	width: 154px;
}
.utd-input {
    width: 100%;
    height: 100%;
    line-height: 40px;
    border:none;
    box-sizing: border-box;
	font-size:14px;
}
.zm-table td.zm-td7 {
	padding:6px 12px 6px 24px;
	white-space:nowrap;
	background: #f7f9fc;
}
.zm-table td.zm-td8 {
	padding:0 20px;
	white-space:nowrap;
}
.zm-ck{
	float:left;
	padding-right:60px;
}
.zm-ckg{
	height:100%;
	float:left;
	padding-top:64px;
	padding-right:60px;
	box-sizing:border-box;
}
.zm-ckg2{
	height:100%;
	float:left;
	padding-top:44px;
	padding-right:60px;
	box-sizing:border-box;
}
.zm-ckm{
	height:100%;
	float:left;
	padding:20px 20px 14px 20px;
	border-left:1px #dce5f1 solid;
	box-sizing:border-box;
}

.zm-ckd{
	width:500px;
	float:left;
}
.zm-ckl{
	width:30px;
	height:30px;
	padding-top:10px;
	float:left;
}
.zm-ckb{
	width:210px;
	float:left
}
.zm-ckb2{
	width:280px;
	float:left
}
.zm-ckb .zm-ckl,.zm-ckb2 .zm-ckl{
	padding-top:2px;
	height:24px;
}
.zm-ckr{
	float:left;
}
.zm-td03{
	width:100px;	
    padding: 6px 20px;
    white-space: nowrap;
}
.zml-btn {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 10px 0 0;
	box-sizing: border-box;
}
.btn-zm {
	font-size: 18px;
	height: 52px;
	line-height: 52px;
	width: 250px;
	border-radius: 4px;
	border:none;
	color: #fff;
	background-color: #ff8500;
}
.btn-zm:hover{
	background-color: #ff921c;
	color: #fff;
}
a.btn-zm{
	text-align: center;
	display: inline-block;
}
.zm-prl{ margin-right:40px;}
.zml-bkm{
    width: 540px;
    height: 44px;
    margin:0 auto;
    border: 1px #e7e7e7 solid;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
	background:#fff;
	margin-top:10px;
	margin-bottom:80px;
	text-align:left;
}
.uzm-input {
    width:367px;
    height:42px;
    line-height:42px;
    border: none;
    padding: 0 10px;
	box-sizing:border-box;
}
.zmfw-yz {
    position: absolute;
    right: 0;
    top: 0;
    width:172px;
    height:42px;
    line-height:42px;
    text-align: center;
    background: #005fd1;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.zmfw-yz:hover{
    background: #005fd1;
    color: #fff;
}
.fw-icon{
	margin-top:10px;
	float:left;
}
.fw-icon .fw-im {
    margin: 18px 58px 18px 58px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
	float:left;
}
.fw-icon .fw-im .fwl-img {
	height: 55px;
}

.fw-icon .fw-im .fwl-text {
	margin-top: 5px;
	color:#aaa;
	font-size:16px;
}

.fw-icon .fw-im .fwl-img:hover {
	opacity: 0.8;
}
.gq-ckb{
	padding-top:4px;
}
.gq-txt{
	color:#777;
}
.gq-txt em{
	font-size:14px;
	font-style: normal;
	color:#333;
	font-weight:500;
}
.gq-txt span{
	padding:0 4px;
	color:#ccc;
}
.qr-tx{
	width: 100%;
	overflow: hidden;
	float: left;
	color:#777;
	font-size:14px;
	padding:14px 30px;
	box-sizing: border-box;
}
.gq-table{
    width: 100%;
    overflow: hidden;
    float: left;
    padding-bottom: 20px;
}
.gq-padding{
	text-align:left;
	padding-left:30px;
	padding-top:0;
}
.gq-list{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px 0 rgba(140,140,140,.1);
    box-shadow: 0 0 6px 0 rgba(140,140,140,.1);
}
.gq-df{
    width: auto;
    float: left;
}
.pl-gq{
	padding-right:4px;
	padding-top:4px;
}
.rq-input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 1px #e7e7e7 solid;
    border-radius: 4px;
    padding: 0 10px;
    box-sizing: border-box;
	background:url(../../img/static/date-normal.svg) 150px 8px no-repeat;
	background-size: 12%;
}
.gq-info{
	width:100%;
	float:left;
	border:1px #f2f2f2 solid;
    border-radius: 4px;
	margin-top:14px;
	margin-bottom:10px;
	box-sizing: border-box;
}
.gq-info2{
	width:100%;
	float:left;
    border-radius: 4px;
	margin-top:14px;
	margin-bottom:10px;
	box-sizing: border-box;
}
.gq-sj{
	width:100%;
	float:left;
	border-bottom:1px #f2f2f2 solid;
	padding:18px 30px 18px 30px;
	color:#777;
	box-sizing: border-box;
}
.gq-sj em {
    font-size: 14px;
    font-style: normal;
    color: #333;
    font-weight: 500;
}
.gq-sj span {
    padding: 0 4px;
	color:#ccc;
}
.no-line{
	border:none;
}
.gq-sl {
    width:150px;
	float:left;
	text-align:center;
	font-size:14px;
	color:#333;
	border-right:1px #f2f2f2 solid;
}
.gq-xct2 .gq-sl {
    width:150px;
	float:left;
	text-align:center;
	font-size:14px;
	color:#333;
	border-right:1px #deedff solid;
}
.gq-slz{
    width:100%;
	float:left;
}
.gq-slt{
    width:100%;
	float:left;
	padding-top:6px;
}
.gq-sl:last-child{
	border:none;
}
.gq-xct {
    width: 100%;
    overflow: hidden;
    float: left;
    background: #f4f9ff;
    border-radius: 4px;
    position: relative;
    margin-top: 0;
    padding-left:60px;
}
.gq-xct2{
    width: 100%;
    overflow: hidden;
    float: left;
    background: #f4f9ff;
    border-radius: 4px;
    position: relative;
    margin-top: 0;
    padding-left:20px;
}
.qr-tip2{
    position: absolute;
    left: 0;
    top: 0;
    width: 67px;
    height: 45px;
    color: #fff;
    background: url(../../img/static/tip-q2.png) center top no-repeat;
    padding: 6px 0 0 6px;
    box-sizing: border-box;
}
.qr-tip3{
    position: absolute;
    left: 0;
    top: 0;
    width: 67px;
    height: 45px;
    color: #fff;
    background: url(../../img/static/tip-q2.png) center top no-repeat;
    padding: 4px 0 0 10px;
	line-height:16px;
    box-sizing: border-box;
}
.gq-xct .gq-sj span,.gq-xct2 .gq-sj span {
    color: #deedff;
}
.gq-left{
	width:50%;
	float:left;
	font-size:14px;
	color:#777;
	text-align:center;
	border-right:1px #f2f2f2 solid;
    box-sizing: border-box;
	padding:30px 0;
}
.gq-ljg{
	height:60px;
	padding-top:8px;
	font-size:16px;
    box-sizing: border-box;
}
.gq-jgt span{
	padding:0 10px;
}
.gq-jgt span.font-h{
	color:#333;
}
.gq-ljg em{
    font-size: 36px;
    font-style: normal;
    color: #ff8500;
}
.font-o{
    color: #ff8500;
	height:60px;
	padding-top:2px;
	font-size:24px;
    box-sizing: border-box;
}
.tpl-kr {
    overflow: hidden;
    float: right;
    text-align: right;
    padding-top: 14px;
	padding-right:30px;
}
.tpl-kr a {
    color: #005df1;
    font-size: 16px;
}
.tpl-kr a img{
	margin-bottom:3px;
}
.tp-cjr{
    width:100%;
    overflow: hidden;
    float: left;
    font-size: 14px;
    color: #777;
    text-align: left;
	padding-bottom:14px;
	padding-left:30px;
    box-sizing: border-box;
}
.tp-cjr em{
    font-size: 16px;
    font-style: normal;
    color: #333;	
}
.tpw-kl {
    width: 40%;
    overflow: hidden;
    float: left;
    font-size: 16px;
    color: #333;
    text-align: left;
    padding-top: 14px;
	padding-left:30px;
    box-sizing: border-box;
}
.tp-cjg {
    width: 100%;
    overflow: hidden;
    float: left;
    font-size: 14px;
    color: #333;
    text-align: right;
    padding-right: 30px;
    box-sizing: border-box;
}
.tp-cjg span{
	padding:0 6px;
}
.tp-cjg span.gb-font{
	color:#ff8500;
}
.tp-cjg span.gb-font em{
    font-size:18px;
    font-style: normal;
    color: #ff8500;
}

.tp-phone {
	width: 100%;
	height: auto;
	padding: 30px 0;
}
.tp-list li {
    float: left;
    position: relative;
    width:auto;
    margin-right: 20px;
    height: 52px;
	line-height:52px;
	padding:0 30px;
    border: 1px #e7e7e7 solid;
    border-radius: 4px;
    cursor: pointer;
}
.tp-list li span.xz-t {
    font-size: 16px;
    color: #333;
    padding-top:0;
}
.tp-list li i {
	position: absolute;
	width: 35px;
	height: 32px;
	font-size: 0;
	line-height: 0;
	right: -2px;
	top: -2px;
	background: url(../../img/static/icon-g.png) no-repeat right bottom;
	z-index: 99;
	display: none;
}
.tp-list li.selected,.tp-list li:hover {
	border: 1px solid #005df1;
	position: relative;
	z-index: 0;
	padding:0 30px;
	-webkit-box-shadow: 4px 2px 4px 2px rgba(3,100,217,.1);
	box-shadow: 4px 2px 4px 2px rgba(3,100,217,.1);
}
.tp-list li.selected i {
	display: block;
}
.tp-list li span {
	display: block;
	text-align: center;
}
.tp-pa{
	padding:0;
}
.tp-sc{
    width: 100%;
    overflow: hidden;
    float: left;
    font-size: 14px;
    color: #333;
    text-align: left;
    padding-left: 30px;
    box-sizing: border-box;
}
.tp-sct{
    width: 100%;
    overflow: hidden;
    float: left;
    color: #777;
	margin-top:14px;
    box-sizing: border-box;
}
.tp-scf{
    width: 100%;
    overflow: hidden;
    float: left;
	text-align:center;
    box-sizing: border-box;
}
.tp-scf a{
    width:50px;
	height:50px;
	padding-top:12px;
    float: left;
	margin-top:14px;
	background:#f2f2f2;
	display:block;
	border-radius:4px;
    box-sizing: border-box;
}
.tp-scf a:hover{
	background:#005df1;
}
.tp-sjl{
    width:75%;
    overflow: hidden;
    float: left;
	text-align:center;
	border-right:1px #f2f2f2 solid;
    box-sizing: border-box;
}
.tp-sjr{
    width:25%;
    overflow: hidden;
    float: left;
	text-align:center;
	padding-top:60px;
	position: relative;
    box-sizing: border-box;
}
.tp-sjll{
    width:50%;
    overflow: hidden;
    float: left;
	text-align:center;
    box-sizing: border-box;
}
.tp-sjllt{
    width:100%;
    overflow: hidden;
    float: left;
	font-size:14px;
	text-align:left;
	padding:16px 0 16px 30px;
	border-bottom:1px #f2f2f2 solid;
    box-sizing: border-box;
}
.tp-sjlld{
    width:100%;
    overflow: hidden;
    float: left;
	font-size:14px;
	text-align:left;
	padding-bottom:20px;
    box-sizing: border-box;
}
.tp-sjllt2{
    width:100%;
    overflow: hidden;
    float: left;
	font-size:14px;
	text-align:left;
	padding:16px 0 0 30px;
    box-sizing: border-box;
}
.tp-hs{
    width:100%;
    overflow: hidden;
    float: left;
	font-size:14px;
	text-align:left;
	padding:4px 0 0 30px;
	color:#bfbfbf;
    box-sizing: border-box;
}
.jg-tpl{
    width:35%;
    overflow: hidden;
    float: left;
	color:#333;
    box-sizing: border-box;
}
.jg-tpr{
    width:30%;
    overflow: hidden;
    float: left;
	color:#777;
    box-sizing: border-box;
}
.no-rline{
	border-left:1px #f2f2f2 solid;
}
.tp-d {
    width: 100%;
    overflow: hidden;
    float: left;
    font-size: 14px;
    color: #333;
    text-align: left;
}
.tp-qs{
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 20px;
}
.tp-qst{
    width: 100%;
    overflow: hidden;
    float: left;
    font-size: 14px;
    color: #777;
	padding:10px 20px;
    text-align: left;
    background: #f8f8f8;
    box-sizing: border-box;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}
.tp-qsw{
    width: 100%;
    overflow: hidden;
    float: left;
    font-size: 14px;
    color: #666;
	padding:20px;
	margin-top:10px;
    text-align: left;
    background: #eee;
    box-sizing: border-box;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}
.tgq-m{
	position:absolute;
	right:20px;
	top:20px;
	color:#005df1;
	text-decoration:underline;
}
.tp-yleft{
    float: left;
}
.tp-jgy{	
    height: 52px;
    line-height: 52px;
    border: 1px solid #005df1;
    padding: 0 30px;
	color:#005df1;
	border-radius: 4px;
    -webkit-box-shadow: 4px 2px 4px 2px rgba(3,100,217,.1);
    box-shadow: 4px 2px 4px 2px rgba(3,100,217,.1);
}
.tp-title{
    float: left;
	color:#969595;
	margin-left:30px;
	padding-top:20px;
}
.tp-fjm{
    width:50px;
	height:50px;
    float: left;
	margin-left:20px;
	margin-top:4px;
	background:#f2f2f2;
	border-radius: 4px;
}
/*退票进度条*/
.info-jd{
	width:100%;
	float:left;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px 0 rgba(140,140,140,.1);
    box-shadow: 0 0 6px 0 rgba(140,140,140,.1);
}
.tpjd-blue{
	width:100%;
	float:left;
	padding:28px 100px;
    box-sizing: border-box;
}
.blue-m{
	width:1000px;
	float:left;
}

/*进度条蓝*/
.blue-bg{
	width:1000px;
	height:30px;
	float:left;
	background:#f7f9fc;
	border-radius:30px;
}
.step-tp1 .blue-bg{
	width:1000px;
	height:30px;
	float:left;
	background:#f7f9fc;
	border-radius:30px;
	position:relative;
}
.step-tp2 .blue-bg{
	width:1000px;
	height:30px;
	float:left;
	background:#f7f9fc;
	border-radius:30px;
	position:relative;
}
.step-tp3 .blue-bg{
	width:1000px;
	height:30px;
	float:left;
	background:#005df1;
	border-radius:30px;
	position:relative;
}
.step-tp1 .blue-bg1{
	width:150px;
	height:30px;
	float:left;
	background:#005df1;
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
}
.step-tp1 .blue-bg2{
	width:233.3px;
	height:30px;
	float:left;
	background:#005df1;
}
.step-tp1 .blue-bg3{
	width:233.3px;
	height:30px;
	float:left;
	background:#f7f9fc;
}
.step-tp2 .blue-bg1{
	width:150px;
	height:30px;
	float:left;
	background:#005df1;
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
}
.step-tp2 .blue-bg2{
	width:233.3px;
	height:30px;
	float:left;
	background:#005df1;
}
.step-tp2 .blue-bg3{
	width:233.3px;
	height:30px;
	float:left;
	background:#005df1;
}
.step-tp3 .blue-bg1{
	width:150px;
	height:30px;
	float:left;
	background:#005df1;
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
}
.step-tp3 .blue-bg2{
	width:233.3px;
	height:30px;
	float:left;
	background:#005df1;
}
.step-tp3 .blue-bg3{
	width:233.3px;
	height:30px;
	float:left;
	background:#005df1;
}
.top-dx{
	width:940px;
	position:absolute;
	left:30px;
	top:0;
}
.top-dx:before{
	content: "";
	position: absolute;
	left: 0;
	top:14px;
	width:940px;
	height: 2px;
	background: #e3e9f2;
	opacity: 1;
	transition: all .3s;
}
.top-dx1{
	width:12px;
	height:12px;
	position:absolute;
	left:114px;
	top:9px;
	background:#e3e9f2;
	border-radius:50%;
}
.top-dx2{
	width:12px;
	height:12px;
	position:absolute;
	left:347px;
	top:9px;
	background:#e3e9f2;
	border-radius:50%;
}
.top-dx3{
	width:12px;
	height:12px;
	position:absolute;
	left:581px;
	top:9px;
	background:#e3e9f2;
	border-radius:50%;
}
.top-dx4{
	width:12px;
	height:12px;
	position:absolute;
	left:815px;
	top:9px;
	background:#e3e9f2;
	border-radius:50%;
}
.blue-text{
    width: 1000px;
    height:48px;
    float: left;
    position: relative;
}
.step-tp1 .blue-text1,.step-tp2 .blue-text1,.step-tp3 .blue-text1{
    width:170px;
    float: left;
	line-height:38px;
	position:absolute;
	left:62px;
	top:9px;
	color:#005df1;
	font-size:16px;
    text-align: center;
}
.step-tp1 .blue-text2{
    width:170px;
    float: left;
	line-height:38px;
	position:absolute;
	left:296px;
	top:9px;
	color:#005df1;
	font-size:16px;
    text-align: center;
}
.step-tp2 .blue-text2,.step-tp3 .blue-text2{
    width:170px;
    float: left;
	position:absolute;
	left:296px;
	top:9px;
	color:#005df1;
	font-size:16px;
    text-align: center;
}
.step-tp1 .blue-text1 em,.step-tp2 .blue-text1 em,.step-tp3 .blue-text1 em,.step-tp1 .blue-text2 em,.step-tp2 .blue-text2 em,.step-tp3 .blue-text2 em,.step-tp1 .blue-text3 em,.step-tp3 .blue-text3 em,.step-tp1 .blue-text4 em,.step-tp3 .blue-text4 em{
    font-size:13px;
	display:block;
    font-style: normal;
    color: #005df1;
}
.step-tp1 .blue-text2 em,.step-tp1 .blue-text3 em,.step-tp2 .blue-text3 em,.step-tp1 .blue-text4 em,.step-tp2 .blue-text4 em{
    font-size:13px;
    font-style: normal;
    color: #aaa;
	display:none;
}
.step-tp1 .blue-text3,.step-tp2 .blue-text3{
    width:170px;
    float: left;
	position:absolute;
	left:531px;
	top:9px;
	color:#aaa;
	font-size:16px;
	line-height:38px;
    text-align: center;
}
.step-tp2 .blue-text3{
    width:170px;
    float: left;
	position:absolute;
	left:531px;
	top:9px;
	color:#005df1;
	font-size:16px;
	line-height:38px;
    text-align: center;
}
.step-tp3 .blue-text3{
    width:170px;
    float: left;
	position:absolute;
	left:531px;
	top:9px;
	color:#005df1;
	font-size:16px;
    text-align: center;
}
.step-tp1 .blue-text4,.step-tp2 .blue-text4{
    width:170px;
    float: left;
	position:absolute;
	left:767px;
	top:9px;
	color:#aaa;
	font-size:16px;
	line-height:38px;
    text-align: center;
}
.step-tp3 .blue-text4{
    width:170px;
    float: left;
	position:absolute;
	left:767px;
	top:9px;
	color:#005df1;
	font-size:16px;
    text-align: center;
}
.ts-shm {
    width: 100%;
    float: left;
	text-align:center;
    box-sizing: border-box;
}
.ts-shimg{
    width: 100%;
    float: left;
	padding-top:10px;
}
.ts-sht{
    width: 100%;
    float: left;
	font-size:16px;
	padding-top:10px;
	color:#aaa;
}
.ts-sht em{
	font-size:16px;
    font-style: normal;
    color: #ff8500;
}
/*进度条红*/
.step-tp5 .red-bg{
	width:1000px;
	height:30px;
	float:left;
	background:#f7f9fc;
	border-radius:30px;
	position:relative;
}
.step-tp5 .red-bg1{
	width:1000px;
	height:30px;
	float:left;
	background:#ff7a70;
	border-radius:30px;
}
.step-tp5 .top-dx1{
	width:12px;
	height:12px;
	position:absolute;
	left:154px;
	top:9px;
	background:#e3e9f2;
	border-radius:50%;
}
.step-tp5 .top-dx2{
	width:12px;
	height:12px;
	position:absolute;
	left:456px;
	top:9px;
	background:#e3e9f2;
	border-radius:50%;
}
.step-tp5 .top-dx3{
	width:12px;
	height:12px;
	position:absolute;
	left:768px;
	top:9px;
	background:#e3e9f2;
	border-radius:50%;
}
.step-tp5 .top-dx4{
	width:12px;
	height:12px;
	position:absolute;
	left:650px;
	top:9px;
	background:#e3e9f2;
	border-radius:50%;
}
.step-tp5 .top-dx5{
	width:12px;
	height:12px;
	position:absolute;
	left:832px;
	top:9px;
	background:#e3e9f2;
	border-radius:50%;
}
.red-text{
    width: 1000px;
    height:48px;
    float: left;
    position: relative;
}
.step-tp5 .red-text1{
    width:170px;
    float: left;
	position:absolute;
	left:105px;
	top:9px;
	color:#fd8b64;
	font-size:16px;
    text-align: center;
}
.step-tp5 .red-text2{
    width:170px;
    float: left;
	position:absolute;
	left:408px;
	top:9px;
	color:#fd8b64;
	font-size:16px;
    text-align: center;
}
.step-tp5 .red-text1 em,.step-tp5 .red-text2 em{
    font-size:13px;
	display:block;
    font-style: normal;
    color: #fd8b64;
}
.step-tp5 .red-text3 em,.step-tp5 .red-text4 em,.step-tp5 .red-text5 em{
    font-size:13px;
    font-style: normal;
    color: #aaa;
	display:none;
}
.step-tp5 .red-text3{
    width:170px;
    float: left;
	position:absolute;
	left:420px;
	top:9px;
	color:#fd8b64;
	font-size:16px;
    text-align: center;
}
.step-tp5 .red-text4{
    width:170px;
    float: left;
	position:absolute;
	left:722px;
	top:9px;
	color:#fd8b64;
	font-size:16px;
    text-align: center;
}
.step-tp5 .red-text5{
    width:170px;
    float: left;
	position:absolute;
	left:782px;
	top:9px;
	color:#aaa;
	font-size:16px;
    text-align: center;
}
.cz-k {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding:60px 30px;
	box-sizing: border-box;
}
.cz-img {
	width: 100%;
	height:70px;
	float: left;
	text-align: center;
}
.cz-img img{
	width:64px;
	height:64px;
}
.cz-txt {
	width: 100%;
	float: left;
	font-size:16px;
	color: #777;
	padding-top: 20px;
	text-align: center;
}

.cz-btn {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #555;
	margin-top: 90px;
	text-align: center;
}
.btn-qr{
	width:140px;
	font-size: 16px;
	height:40px;
	line-height:40px;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
	background-color: #ff8500;
	color: #fff;
}
.btn-qr:hover {
	background-color: #ff9522;
	color: #fff;
}
.btn-qx {
	width:140px;
	font-size: 16px;
	height:40px;
	line-height:40px;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
	border:1px #ff8500 solid;
	background-color: #fff;
	color: #ff8500;
}
.btn-qx:hover {
	background-color: #ff8500;
	color: #fff;
	border:1px #ff8500 solid;
}
.cz-p{
	margin-right:20px;
}
.fqm-title {
    width: 100%;
    height:50px;
    line-height:50px;
	border:1px #e7e7e7 solid;
    float: left;
    font-size: 14px;
    color: #333;
    text-align: left;
    background: #fff;
	border-radius:4px;
	box-sizing:border-box;
	position:relative;
}
.fqm-mc {
	width:100%;
	float: left;
	text-align: left;
	padding:0 10px;
	box-sizing: border-box;
	position:relative;
	cursor:pointer;
}
.fqm-mc:before {
	content: "";
	position: absolute;
	right:10px;
	top:17px;
	width: 6px;
	height: 11px;
	background: url(../../img/static/list.svg) center no-repeat;
	transition: all .3s;
}
.fq-slt:before {
	content: "";
	position: absolute;
	right:10px;
	top:17px;
	width: 6px;
	height: 11px;
	background: url(../../img/static/list2.svg) center no-repeat;
	transform: rotate(90deg);
}
.fq-select{width:100%;position:absolute;top:50px; background:#fff;border:1px solid #005fd1; border-radius:4px;
	box-sizing:border-box;display:none;}
.fqm-title ul li{line-height:30px;padding-left:10px;}
.tc-main{
	width:100%;
	padding:0 30px 24px 30px;
	box-sizing:border-box;
}
.tc-bg{
	width:100%;
	height:110px;
	background:#f2f8ff;
	border-radius:8px;
}
.tc-title{
	width:46px;
	height:110px;
	float:left;
	position:relative;
}
.tc-lt{
	width:40px;
	height:110px;
	float:left;
	padding-top:18px;
	text-align:center;
	font-size:16px;
	color:#00479d;
	background:#d3e7ff;
	line-height:18px;
	box-sizing:border-box;
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
}
.arrow-tc {
	position:absolute;
	right:0;
	top:44px;
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color:#d3e7ff;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.tc-text{
	width:664px;
	height:110px;
	float:left;
	font-size:14px;
	color:#00479d;
	padding:12px 36px 0 20px;
	line-height:22px;
	box-sizing:border-box;
}
.no-bor{
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
.tc-icon {
    width: 380px;
    height: 110px;
    text-align: center;
    float: left;
}

.tc-icon .list-tc1 {
	width: 90px;
	height: 110px;
	text-align: center;
	float: left;
	background: url(../../img/static/tc-wy2.svg) center 26px no-repeat;
	background-size:28% 28%;
	padding-top: 58px;
	box-sizing: border-box;
	color: #999;
}
.tc-icon .list-tc2 {
	width: 90px;
	height: 110px;
	text-align: center;
	float: left;
	background: url(../../img/static/tc-zs2.svg) center 26px no-repeat;
	background-size:30% 30%;
	padding-top: 58px;
	box-sizing: border-box;
	color: #999;
}
.tc-icon .list-tc3 {
	width: 90px;
	height: 110px;
	text-align: center;
	float: left;
	background: url(../../img/static/tc-hc2.svg) center 26px no-repeat;
	background-size:30% 30%;
	padding-top: 58px;
	box-sizing: border-box;
	color: #999;
}
.tc-icon .list-tc4 {
	width: 90px;
	height: 110px;
	text-align: center;
	float: left;
	background: url(../../img/static/tc-xl2.svg) center 26px no-repeat;
	background-size:30% 30%;
	padding-top: 58px;
	box-sizing: border-box;
	color: #999;
}
.tc-icon .list-tc1:hover{
	width: 90px;
	height: 110px;
	text-align: center;
	float: left;
	background: url(../../img/static/tc-wy.svg) center 26px no-repeat;
	background-size:28% 28%;
	padding-top: 58px;
	box-sizing: border-box;
	color: #005fd1;
}
.tc-icon .list-tc2:hover{
	width: 90px;
	height: 110px;
	text-align: center;
	float: left;
	background: url(../../img/static/tc-zs.svg) center 26px no-repeat;
	background-size:30% 30%;
	padding-top: 58px;
	box-sizing: border-box;
	color: #005fd1;
}
.tc-icon .list-tc3:hover{
	width: 90px;
	height: 110px;
	text-align: center;
	float: left;
	background: url(../../img/static/tc-hc.svg) center 26px no-repeat;
	background-size:30% 30%;
	padding-top: 58px;
	box-sizing: border-box;
	color: #005fd1;
}
.tc-icon .list-tc4:hover{
	width: 90px;
	height: 110px;
	text-align: center;
	float: left;
	background: url(../../img/static/tc-xl.svg) center 26px no-repeat;
	background-size:30% 30%;
	padding-top: 58px;
	box-sizing: border-box;
	color: #005fd1;
}
/*分期tab*/
.fhx-tab {
	width: 100%;
	padding:10px 0 0 20px;
	box-sizing: border-box;
}
.fhx-tab a.fqm-tab {
	padding:0 10px;
	height: 30px;
	line-height:30px;
	float: left;
	box-sizing: border-box;
	text-align: center;
	color:#333;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	z-index: 999;
}
.fhx-tab a.activex {
	background:#005df1;
	color: #fff;
}
.fqm-panel {
	display: none;
	width: 100%;
}
.fqm-panel.activex {
	display: block
}
.fqm-table {
	width: 100%;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #777;
	text-align: left;
}
.fqm-td {
	width: 100%;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	float: left;
}
.fqm-tdl {
	width: 124px;
	padding-left: 10px;
	float: left;
	text-align: center;
	box-sizing: border-box;
}
.fqm-tdr {
	width: 100px;
	float: right;
	text-align: center;
	padding-right: 10px;
	box-sizing: border-box;
}

.td-fbg {
	background: #f7f9fc;
}
.fqm-txt{
	width: 100%;
	float: left;
	padding:20px;
	font-size: 14px;
	color: #777;
	text-align: left;
	line-height:24px;
	box-sizing: border-box;
}
.dqx-xq{
    height: 30px;
    line-height: 30px;
    padding-left: 4px;
    color: #333;
    text-align: right;
    float: right;
    box-sizing: border-box;
    width: 106px;
}
.dqx-xq a{
	color:#005df1;
}
.djp-main{
    width: 100%;
    height: 391px;
    overflow: hidden;
    box-sizing: border-box;
	background: url(../../img/static/djp.png) center no-repeat;
}
.djp-mt{
    width: 100%;
    height: 66px;
	line-height:66px;
	float:left;
	font-size:28px;
	color:#fff;
    padding-left:35px;
    box-sizing: border-box;
}

.zml-dj{
	width:900px;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 10px 0 0;
	box-sizing: border-box;
	margin: 0 auto;
}
.djp-yxsm {
    width:364px;
    height: 44px;
    border: 1px #e7e7e7 solid;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    text-align: left;
	float:left;
}
.btn-djp{
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    width: 250px;
    border-radius: 4px;
    border: none;
    color: #fff;
    background-color: #ff8500;
	float:left;
}
.btn-djp:hover {
    background-color: #ff921c;
    color: #fff;
}

a.btn-djp {
    text-align: center;
    display: inline-block;
}
.djp-input {
    width:264px;
    height: 42px;
    line-height: 42px;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
}
.djp-prl {
    margin-right: 10px;
}
.zmfw-dj{
    position: absolute;
    right: 0;
    top: 0;
    width:96px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #ff8500;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.zmfw-dj:hover{
    background-color: #ff921c;
    color: #fff;
}
.djp-wx{
	width: 100%;
	float: left;
	padding:10px 20px 0 20px;
    box-sizing: border-box;	
	font-size:16px;
	color:#777;
	line-height:24px;
}
.djp-dm{
    width: 100%;
	float:left;
	font-size:16px;
	color:#777;
}
.djp-dml{
    width:190px;
	float:left;
    padding-left:30px;
    box-sizing: border-box;
}
.djp-dmlt{
    width:100%;
	float:left;
}
.djp-tl{
    width:56px;
	float:left;
	height:48px;
}
.djp-tr{
    width:100px;
	float:right;
	font-size:24px;
	color:#555;
	height:48px;
	line-height:42px;
}
.djp-dml2{
    width:578px;
	float:left;
    padding-left:20px;
    box-sizing: border-box;
}
.djp-s{
    width:100%;
	height:60px;
	float:left;
}
.djp-sl{
    width:102px;
	height:60px;
	float:left;
}
.djp-sl2{
    width:130px;
	height:60px;
	float:left;
	font-size:24px;
	color:#555;
	text-align:center;
}
.djp-sl3{
    width:94px;
	height:60px;
	float:left;
	background: url(../../img/static/dj.png) center top no-repeat;
}

.djp-sp{
    width:100%;
	height:184px;
	padding:10px;
	float:left;
	text-align:center;
	background:#f7f9fc;
    box-sizing: border-box;
}
.djp-sps{
    width:100%;
	height:70px;
	float:left;
}
.djp-spsl{
    width:33%;
	height:70px;
	float:left;
	border-right:1px #dfe5ef solid;
    box-sizing: border-box;
}
.djp-spslx{
    width:100%;
	float:left;
}
.djp-ls{
    width:100%;
	padding-top:6px;
	padding-bottom:6px;
	float:left;
}
.djp-lx{
    width:100%;
	float:left;
	font-size:28px;
}
.djp-sps2{
    width:100%;
	margin-top:18px;
	padding-top:4px;
	border-top:1px #dfe5ef solid;
	float:left;
    box-sizing: border-box;
}
.djp-dml3{
    width:318px;
	float:right;
	margin-right:30px;
}
.djp-dml3 .djp-tl {
    width:96px;
    float: left;
    height: 48px;
}
.djp-dml3 .djp-tr{
    width:140px;
	float:left;
	font-size:24px;
	color:#555;
	height:48px;
	line-height:42px;
}
.dj30{
	margin-top:30px;
}
.dj20{
	margin-top:18px;
}
.dj10{
	margin-top:6px;
}
.djp-dmlt img{
	width:318px;
	height:52px;
}
.djp-dm em{
	font-style:normal;
	font-size:14px;
}
.dj-no{
	border-right:none;
}

/**延误证明2*/
.zfw-k {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 30px;
    box-sizing: border-box;
    border-radius: 4px;
	padding: 0;
	position: relative;
}
.zmw-table{
    background-color: #fff;
}

.zmw-table td em {
	font-size:14px;
	font-style: normal;
	color:#777;
}
.zm-top{
	width:100%;
	height:70px;
	float:left;
	position:relative;
}
.zm-topl{
	width:100%;
	height:40px;
	float:left;
	text-align:center;
	font-size: 30px;
}
.zm-toplt{
	width:100%;
	height:30px;
	line-height:30px;
	float:left;
	text-align:right;
	font-size:14px;
	padding-right:4px;
	box-sizing:border-box;
}
.zmt-logo{
	width:200px;
	height:62px;
	position:absolute;
	left:0;
	top:0;
}
.zmt-logo img{
	width:140px;
	height:43px;
}
.zmw-td1{
	width:20%;
	text-align:left;
	padding:6px 20px;
	box-sizing:border-box;
	font-weight: bold;
}
.zmw-td2{
	width:30%;
	text-align:left;
	padding-left:10px;
	box-sizing:border-box;
}
.zmw-td2 .zmw-ckd{
	padding:10px 0;
	float: left;
}
.zmw-ckb {
    width: 33.3%;
    float: left;
}

.zmw-td2 .utd-input {
    width: 98%;
    height: 100%;
    line-height: 40px;
    border:none;
    box-sizing: border-box;
	font-size:14px;
}

.zmw-table td.zm-td4 {
	padding:16px 20px;
	font-size:14px;
	line-height:22px;
}

.zmw-table td.zm-td6 {
	position: relative;
	white-space:nowrap;
	padding-left:20px;
}
.zfw-k .zmt-img2 {
    position: absolute;
    right: 20%;
    bottom: 10px;
    width: 154px;
}

/*登机牌pdf*/

.tbm-dm{
    width: 100%;
	font-size:16px;
	color:#777;
	padding-top:20px;
}
.tbm-dml{
    width:190px;
    padding-left:30px;
    box-sizing: border-box;
}
.tbm-dmlt{
    width:100%;
}
.tbm-tl{
    width:56px;
	height:48px;
}
.tbm-tr{
    width:100px;
	font-size:24px;
	color:#555;
	height:48px;
	line-height:42px;
}
.tbm-dml2{
    width:578px;
    padding-left:4px;
    box-sizing: border-box;
}
.tbm-s{
    width:100%;
	height:60px;
}
.tbm-sl{
    width:102px;
	height:60px;
}
.tbm-sl2{
    width:130px;
	height:60px;
	font-size:24px;
	color:#555;
	text-align:center;
}
.tbm-sl3{
    width:94px;
	height:60px;
}

.tbm-sp{
    width:100%;
	height:184px;
	padding:10px;
	text-align:center;
	background:#f7f9fc;
    box-sizing: border-box;
}
.tbm-sps{
    width:100%;
	height:70px;
}
.tbm-spsl{
    width:33%;
	height:70px;
	border-right:1px #dfe5ef solid;
    box-sizing: border-box;
}
.tbm-spsl3{
    width:33%;
	height:70px;
    box-sizing: border-box;
}
.tbm-spslx{
    width:100%;
	border-top:1px #dfe5ef solid;
}
.tbm-ls{
    width:100%;
	padding-top:6px;
	padding-bottom:6px;
}
.tbm-lx{
    width:100%;
	font-size:28px;
}
.tbm-sps2{
    width:100%;
	margin-top:18px;
	padding-top:4px;
    box-sizing: border-box;
}
.tbm-dml3{
    width:318px;
	margin-right:30px;
}
.tbm-dml3 .tbm-tl {
    width:96px;
    height: 48px;
}
.tbm-dml3 .tbm-tr{
    width:140px;
	font-size:24px;
	color:#555;
	height:48px;
	line-height:42px;
}
.tbm-dmlt img{
	width:318px;
	height:52px;
}
.tbm-dmlt em{
	font-style:normal;
	font-size:14px;
}
.tbm-dm span{
	display:block;
}
.f-error {
    font-size: 15px;
    color: #ff0000;
    width: auto;
    position: absolute;
    top: -10px;
    padding: 0 8px;
    left: 10px;
    background: #fff;
}

.zf-tab a.button-zf:before {
	content: "";
	position: absolute;
	right: 0;
	top: 14px;
	width:1px;
	height:36px;
	border-right:1px #d8d8d8 dashed;
	opacity: 1;
	transition: all .3s;
}
.zf-tab a:last-child:before {
	content: "";
	position: absolute;
	right: 0;
	top: 14px;
	width:1px;
	height:36px;
	border-right:1px #f7f9fc dashed;
	opacity: 1;
	transition: all .3s;
}
.zf-tab a.activex:after {
	content: "";
	position: absolute;
	right: 0;
	top: 14px;
	width:1px;
	height:36px;
	background: #f7f9fc;
	opacity: 1;
	transition: all .3s;
}
.ewm-txt{
	width:50%;
	float:left;
	text-align:center;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
}
.ewm-txt2{
	width:49%;
	height:345px;
	float:right;
	text-align:center;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
}
.ewm-txt2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width:1px;
	height:345px;
	border-left:1px #e7e7e7 dashed;
	opacity: 1;
	transition: all .3s;
}
.ewm-top{
	width:100%;
	float:left;
	font-size:14px;
	color:#777;
	padding-top:30px;
}
.ewm-img{
	width:100%;
	float:left;
	padding-top:30px;
}
.ewm-img img{
	width:180px;
	height:180px;
	padding:20px;
	border:1px #e7e7e7 solid;
}
.ewm-text{
	width:100%;
	float:left;
	font-size:16px;
	color:#333;
	padding-top:20px;
}

a.btn-ygq{
	display:inline-block;
	padding:2px 6px;
	color:#ff8503;
	line-height:normal;
	border:1px #ff8503 solid;
	border-radius:4px;
	margin-left:4px;
}
a.btn-ygq:hover{
	color:#ff9521;
	border:1px #ff9521 solid;
}
.no-yhq{
	width:100%;
	height:82px;
	text-align:center;
}
.no-yhq .no-text{
	font-size:14px;
	color:#aaa;
}
/*投诉建议*/

.tsjy-main {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 6px 0 rgba(140,140,140,.1);
	box-shadow: 0 0 6px 0 rgba(140,140,140,.1);
}
.tsjy-t {
    width: 100%;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
}
.tsjy-kl {
    width: 137px;
	height:54px;
    float: left;
    font-size: 20px;
    color: #333;
    text-align: right;
	line-height:54px;
	border-bottom:2px #00479d solid;
	box-sizing: border-box;
}
.tsjy-info {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #7d7d7d;
    text-align: left;
    padding-top: 12px;
}
.tsjy-info-k {
    width: 100%;
    float: left;
    padding-top: 12px;
}
.tsjy-info-kl {
    width: 126px;
    float: left;
    font-size: 16px;
    color: #333;
    text-align: right;
	padding-right:10px;
	box-sizing: border-box;
	padding-top:12px;
}
.tsjy-info-kr{
    width: auto;
    float: left;
    color: #333;
}
.tsjy-err{
    width: auto;
    float: left;
    color: #ff0000;
	font-size:16px;
	padding-top:12px;
	padding-left:10px;
}
.ts-cont{
	width:740px;
	height:294px;
	border: 1px #e7e7e7 solid;
	border-radius: 4px;
	padding:6px;
	font-size: 14px;
	box-sizing: border-box;
}
.tsjy-info-krk{
    width: auto;
    float: left;
	font-size:14px;
    color: #777;
}
.tsjy-pt{
	padding-top:50px;
}
.tsjy-info-krk a.tsjy-sc{
    width: 130px;
	height:130px;
    float: left;
	border:1px #e4e4e4 dashed;
	border-radius: 6px;
	text-align:center;
	color:#777;
	line-height:34px;
}
.tsjy-info-krk a.tsjy-sc img{
	padding-top:30px;
}
.tsjy-padding{
	padding:30px 0;
}
.tsjy-w{
	width:256px;
	height:44px;
	line-height:44px;
}
.tscg-img {
    width: 100%;
    height: 162px;
    float: left;
    text-align: center;
}
.tscg-txt {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #555;
    padding-top: 20px;
    text-align: center;
}
.tscg-sp {
    width: 100%;
    height: 60px;
    float: left;
    text-align: center;
}
.tscg-sp2 {
    width: 100%;
    height: 160px;
    float: left;
    text-align: center;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #ccc;
}

/*每周二特惠*/
.th-body{background:#b4edf8;}
.th-main {
	width:100%;
    height: auto;
	background:#b4edf8 url(../../img/static/th-bg.jpg) no-repeat top center;
}
.th-part {
    margin: 0 auto;
    padding: 0;
    width: 1238px;
    box-sizing: border-box;
}
.space130{
	width:100%;
	height:615px;
	clear:both;
}
.th-info {
    width: 100%;
    float: left;
}
.th-k {
    width: 100%;
	height:476px;
    float: left;
	background:url(../../img/static/th-t1.png) no-repeat top center;
	padding:120px 30px 0 30px;
    box-sizing: border-box;
}
.th-k2 {
    width: 100%;
	height:476px;
    float: left;
	background:url(../../img/static/th-t2.png) no-repeat top center;
	padding:120px 30px 0 30px;
    box-sizing: border-box;
}
.th-k3 {
    width: 100%;
	height:476px;
    float: left;
	background:url(../../img/static/th-t3.png) no-repeat top center;
	padding:120px 30px 0 30px;
    box-sizing: border-box;
}
.thjd-zs {
    width: 100%;
    text-align: left;
    height: auto;
    overflow: hidden;
    position: relative;
}
.thjd-zs ul li {
    width: 280px;
    height: 130px;
    overflow: hidden;
    float: left;
    background: #fff;
    margin-top: 20px;
    margin-right: 19px;
	border-radius:10px;
    box-sizing: border-box;
}
.thdf-item {
    display: table;
    width: 280px;
    margin-top: 20px;
    position: relative;
}
.thdf-item .thdf-ori {
    display: table-cell;
}
.thdf-item .thdf-ori {
    text-align: right;
    width: 85px;
    vertical-align: top;
}
.thdf-item .thdf-jc {
    color: #333;
    font-size: 18px;
    margin-top: 6px;
}
.thdf-item .thdf-during {
    display: table-cell;
    width: 110px;
    vertical-align: middle;
    text-align: center;
}
.thdf-item .thdf-during .thdf-hx {
    font-size: 14px;
    color: #666;
    line-height: 12px;
    position: relative;
    top: 0;
}
.thdf-item .thdf-during .thdf-hx span {
    background-color: #f1f1f1;
    padding: 4px 16px;
    border-radius: 14px;
}
.thdf-item .thdf-during .thdf-arrow {
    position: relative;
    margin: 12px auto;
    width: 100px;
    height: 16px;
    background: #fff;
}
.thdf-item .thdf-during .thdf-arrow .thdf-arrow-new {
    display: block;
    top: 3px;
    right: 0;
    background: url(../../img/static/icon-fly2.svg) center top no-repeat;
    width: 100px;
    height: 11px;
    position: absolute;
}
.thdf-item {
    display: table;
    width: 280px;
    margin-top: 20px;
    position: relative;
}
.thdf-padding {
    margin-top: 15px;
    margin-bottom: 20px;
}
.thdf-item .thdf-place {
    padding-left: 44px;
    font-size: 18px;
    color: #e45027;
    width: 100px;
    float: left;
}
.thdf-item .thdf-place em {
    font-size: 28px;
    font-style: normal;
}
.thdf-item .thdf-qp {
    font-size: 18px;
    width: 98px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    float: right;
    background: #e45027;
	margin-right: 36px;
	box-sizing:border-box;
	border-radius:20px;
}
.thdf-item .thdf-qp a {
    color: #fff;
}
.thjd-zs ul li:nth-child(4n) {
    margin-right: 0;
}
/*春季约惠 赏花踏青游*/
.th-body2{background:#fff5ed;}
.th-main2 {
	width:100%;
    height: auto;
	background:#fff5ed url(../../img/static/cj-bg.jpg) no-repeat top center;
}
.cj-ck {
    width: 100%;
    float: left;
	padding-top:128px;
	text-align:center;
}
.cj-ck a {
    font-size: 18px;
    width: 90px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
	color:#fff;
	display:inline-block;
    background: #f27327;
    margin-right: 36px;
    box-sizing: border-box;
    border-radius: 20px;
}
.cj-ck a:hover{
	color:#fff;
    background: #e86a1f;
}
.cjh-k {
    width: 100%;
    height: 428px;
    float: left;
    background: url(../../img/static/cj-t.png) no-repeat top center;
    padding: 20px 30px 0 30px;
	margin-top:30px;
    box-sizing: border-box;
}
.cjh-t {
    width: 100%;
    float: left;
	padding-top:20px;
	text-align:left;
	color:#7c3519;
	font-size:20px;
}
/*活动弹窗*/
.cmodal-s {
    width: 630px;
	height:380px;
    background-color: #feecde;
    left: 50%;
	top:50%;
    margin-left: -315px;
    margin-top: -190px;
    padding: 10px;
    display: none;
    position: fixed;
    border-radius: 6px;
    z-index: 1001;
}
.cmodal-s-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: 0.3;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=30);
    display: none;
    z-index: 1000;
}

.cmodal-s .cmodal-s-header {
	width:100%;
	float:left;
    padding: 0 10px 15px 10px;
    font-size: 16px;
	box-sizing:border-box;
	position:relative;
}
.cmodal-s .close-x {
	width:34px;
    height: 34px;
	position:absolute;
	right:5px;
	top:2px;
    cursor: pointer;
}
.cmodal-s .cmodal-s-content {
    width: 100%;
    min-height: 70px;
    /*max-height: 380px;*/
	max-height: 250px;
    overflow-y: auto;
    box-sizing: border-box;
}
.cmodal-s .col-md-text {
	padding:20px 50px;
	font-size:16px;
	color:#a1344d;
	line-height:36px;
}
.cjh-title {
	width:100%;
	text-align:center;
	color:#f14e10;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
	margin-top:10px;
}
.col-md-text p.cjh-text font{
	color:#f14e10;
	font-size:16px;
    font-weight: bold;
	
}

/*大美无疆*/
.dmwj-body{background:#ac0000;}
.dmwj-main {
	width:100%;
    height: auto;
	background:#ac0000 url(../../img/static/dm-bg.jpg) no-repeat top center;
}
.dmwj-part {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
	padding-top:499px;
    box-sizing: border-box;
}
.dmwj-info {
	width:100%;
	background:#fff;
}
.dmwj-k {
    width: 100%;
    float: left;
    padding:0 40px 40px 40px;
    box-sizing: border-box;
}
.dmwj-k:first-child {
    padding-bottom:0;
}
.dmwj-title{
	width:100%;
	height:74px;
	line-height:70px;
	font-size:30px;
	color:#ac0000;
    float: left;
	margin-top:40px;
	margin-bottom:16px;
	text-align:center;
	background:url(../../img/static/dm-t1.png) no-repeat top center;
}
.dmwj-zs {
    width: 100%;
    text-align: left;
    height: auto;
    overflow: hidden;
    position: relative;
}
.dmwj-zs ul li {
    width: 260px;
    height: 170px;
    overflow: hidden;
    float: left;
    margin-top: 20px;
    margin-right: 26px;
    border-radius: 10px;
	background:url(../../img/static/dm-fbg.png) no-repeat top center;
    box-sizing: border-box;
}
.dmwj-item {
    display: table;
    width: 260px;
	height:34px;
    margin-top: 30px;
    position: relative;
    background:url(../../img/static/dm-fly.svg) center center no-repeat;
	background-size:30px 30px;
}
.dmwj-item .dmwj-ori {
    width: 50%;
	float:left;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}
.dmwj-item .dmwj-ori2 {
    width: 49.8%;
	float:right;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}
.dmwj-item2 {
    display: table;
    width: 260px;
	margin-top: 48px;
    margin-bottom: 20px;
    position: relative;
}
.dmwj-item2 .dmwj-place {
    font-size: 18px;
    color: #fff;
    width:120px;
	text-align:right;
	padding-right:10px;
    float: left;
}
.dmwj-item2 .dmwj-place em {
    font-size: 28px;
    font-style: normal;
}
.dmwj-item2 .dmwj-qp {
    font-size: 18px;
    width: 98px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    float: right;
    background: #ff4b32;
    margin-right: 16px;
    box-sizing: border-box;
    border-radius: 20px;
}
.dmwj-item2 .dmwj-qp a {
    color: #fff;
}
.dmwj-zs ul li:nth-child(4n) {
    margin-right: 0;
}

/*大美嫩江*/

.nj-body{background:#fff8e7;}
.nj-main {
	width:100%;
    height: auto;
	background:#fff8e7 url(../../img/static/nj-bg.jpg) no-repeat top center;
}
.nj-k {
    width: 100%;
    height: 184px;
	text-align:center;
    float: left;
}
.nj-k2 {
    width: 100%;
    height: 495px;
	margin-top:48px;
	text-align:center;
    float: left;
}
.nj-k3 {
    width: 100%;
    height: 100px;
    float: left;
}
/*清明活动*/

.th-main-qm {
	width:100%;
    height: auto;
	background:#fff5ed url(../../img/static/qm-bg.jpg) no-repeat top center;
	padding-bottom:40px;
}

.space130-qm{
	width:100%;
	height:587px;
	clear:both;
}
.cj-ck-qm {
    width: 100%;
    float: left;
	padding-top:0;
	text-align:center;
}
.cj-ck a {
    font-size: 18px;
    width: 90px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
	color:#fff;
	display:inline-block;
    background: #f27327;
    margin-right: 36px;
    box-sizing: border-box;
    border-radius: 20px;
}
.cmodal-s.qm-tc-dal{
    width: 630px;
	height:440px;
    background-color: #feecde;
    left: 50%;
	top:50%;
    margin-left: -315px;
    margin-top: -240px;
    padding: 10px;
    display: none;
    position: fixed;
    border-radius: 6px;
    z-index: 200;
}
.cmodal-s.qm-tc-dal .col-md-text {
    padding: 20px 30px;
    font-size: 16px;
    color: #a1344d;
    line-height: 36px;
}

.qm-dl-t {
    width: 400px;
	margin:0 auto;
	padding-top:20px;
	text-align:center;
	color:#779762;
	font-size:30px;
	font-weight:bold;
}
.qm-dl-t span {
    padding: 2px 6px;
    display: block;
    font-size: 30px;
    color: #779762;
    position: relative;
    z-index:9;
}
.qm-dl-t span em {
    font-size: 36px;
	font-style:normal;
}
.qm-dl-t span:before, .qm-dl-t span:after {
    content: '';
    position: absolute;
    top: 54%;
    background: #bac1a0;
    width: 26%;
    height: 1px;
}
.qm-dl-t span:before {
    left: 0;
}
.qm-dl-t span:after {
    right: 0;
}

.qmhd-k {
    width: 100%;
    height: auto;
    float: left;
    background: url(../../img/static/qm-bg-t2.png) repeat-y top center;
    padding: 10px 30px 20px 30px;
	margin-top:0;
    box-sizing: border-box;
	position:relative;
}
.qmhd-t1{
    width: 100%;
    height:18px;
	float:left;
    background:url(../../img/static/qm-bg-t1.png) no-repeat top center;
	margin-top:30px;
}
.qmhd-t3{
    width: 100%;
    height:42px;
	float:left;
    background:url(../../img/static/qm-bg-t3.png) no-repeat top center;
}
.th-ck-qm {
    width: 100%;
    float: left;
}
.th-ck-qm a {
    width:196px;
    float: right;
	margin-right:30px;
}

.space130x{
	width:100%;
	height:594px;
	clear:both;
}
.thhd-t1 {
    width: 100%;
    height: 18px;
    float: left;
    background: url(../../img/static/th-bg-t1.png) no-repeat top center;
}
.thhd-k {
    width: 100%;
    height: auto;
    float: left;
    background: url(../../img/static/th-bg-t2.png) repeat-y top center;
    padding: 10px 30px 20px 30px;
    margin-top: 0;
    box-sizing: border-box;
    position: relative;
}
.thhd-t3 {
    width: 100%;
    height: 50px;
    float: left;
    background: url(../../img/static/th-bg-t3.png) no-repeat top center;
}
.th-dl-t {
    width: 431px;
	height:60px;
	line-height:60px;
    margin: 0 auto;
    text-align: center;
    color: #e95b2a;
    font-size: 36px;	
    background: url(../../img/static/th-line.png) no-repeat center 30px;
}
.margin-th-t{
	margin-top: -6px;
}
.cmodal-s.qm-tc-dal.th-g-bg{
	background-color: #f4fdff;
	height:380px;
}
.margin-th-t2{
	margin-top: 6px;
}
.margin-th-t2 .thhd-t1 {
    width: 100%;
    height: 75px;
    float: left;
    background: url(../../img/static/th-bg-t11.png) no-repeat top center;
}
/*花季春天畅游新疆*/
.cy-body{background:#cdefff;}
.cy-main {
	width:100%;
    height: auto;
	background:#cdefff url(../../img/static/hjct-bg.jpg) no-repeat top center;
}

.cy-dl-t {
    width: 100%;
	height:80px;
	padding-top:20px;
	text-align:center;
	color:#23afee;
	font-size:30px;
	font-weight:bold;
	background:url(../../img/static/cy-line.png) no-repeat bottom center;
}
.cy-dl-t em {
    font-size: 36px;
	font-style:normal;
	padding-left:10px;
}
.thhd-k.cy-nbg{
	background:none;	
}

.space130-cy{
	width:100%;
	height:715px;
	clear:both;
}
.cy-qm {
	width:110px;
    height: auto;
	position:fixed;
	right:30px;
	bottom:20px;
	background:url(../../img/static/cy-icon2.png) no-repeat top center;
}
.cy-qm-js{
	width:100%;
	height:40px;
	float:left;
	margin-top:124px;
	z-index:0;
}
.cy-qm-js a{
	width:100%;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	display:block;
	background:#009cd9;
	border-radius:10px;
}
.cy-qm-sx{
	width:100%;
	height:22px;
	float:left;
	background:url(../../img/static/cy-sx.png) no-repeat top center;
	margin-top:-7px;
	z-index:1;
}
.cy-qm-r{
	width:100%;
	height:auto;
	float:left;
	margin-top:-7px;
	padding-top:9px;
	text-align:center;
	background:#009cd9;
	border-radius:10px;
	position: relative;
	z-index:-1;
}
.cy-list{
	width:110px;
	height:43px;
	float:left;
	position:relative;	
}
.cy-qm-r li{ list-style:none;}
.cy-list:before{
	content: "";
	position: absolute;
	left:10px;
	bottom:0;
	width:90px;
	height: 1px;
	border-bottom:1px #cdefff dashed;
}
.cy-list a{
	width:110px;
	height:42px;
	color:#fff;
	line-height:42px;
	display:block;	
}
.cy-list a:hover,.cy-on a{
	width:110px;
	height:42px;
	line-height:42px;
	color:#fff;
	display:block;
	background:#008bc2;	
}
.cy-list-t{
	width:110px;
	height:43px;
	float:left;
}
.cy-list-t a{
	width:110px;
	padding-top:10px;
	display:block;	
}
.cy-list-t a:hover{
	background:none;	
}
.cmodal-s.qm-tc-dal.cy-g-bg {
    background-color: #ddf4ff;
    height: 440px;
}
.cmodal-s.qm-tc-dal.cy-g-bg .col-md-text{
    color: #004f73;
}
.cmodal-s.qm-tc-dal.cy-g-bg .col-md-text p.cjh-text font {
    color: #23afee;
    font-size: 16px;
    font-weight:normal;
}
.cmodal-s.qm-tc-dal.cy-g-bg .cjh-title {
    color: #23afee;
}