@charset "UTF-8";
@font-face {
    font-family:'Oswald-Medium';
    src: url('/cn/css/fonts/Oswald/Medium.woff') format('woff');
    font-display: swap;
}
*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,html,iframe,img,ins,kbd,label,legend,li,object,ol,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;border:0;-webkit-tap-highlight-color:transparent}
body,html{color: #000;}
html{-webkit-text-size-adjust:100%;font-size:100px}
@media (max-width:1480px) {
    html{font-size: calc((100 / 1600) * 100 * 1vw);}
}
@media (min-width:769px) and (max-width:1024px) {
    html{font-size: calc((100 / 1100) * 100 * 1vw);}
}
@media (max-width:768px) {
    html{font-size: calc((100 / 750) * 100 * 1vw);}
}
@media (max-width:640px) {
    html{font-size: calc((100 / 600) * 100 * 1vw);}
}
body{/* -webkit-text-size-adjust:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;user-select:none; */overflow-x:hidden;line-height: 1;}
body,input,pre,select,th,td,textarea{font-family:Arial,sans-serif;font-size: 0.16rem;}
@media (max-width:480px) {
    body,input,pre,select,th,td,textarea{font-size: 0.2rem;}
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;padding:0;margin:0}
input,textarea{margin:0;padding:0;outline:0;-webkit-appearance:none;border-radius:0}
select{border:solid 0.01rem #eee;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url(/cn/images/select.gif) no-repeat scroll right 0.1rem center transparent;padding-right:0.2rem;}
select::-ms-expand{display:none}
a,a:active{color:#333}
a:hover{color:#001a70}
a,a:active,a:hover,a:link,a:visited{text-decoration:none !important;-webkit-tap-highlight-color:transparent !important}
:focus,a:focus{outline:0;-moz-outline:none}
table,td,th{border-collapse:collapse;border-spacing:0;color: #333;}
.ul,.ul li{list-style:none}
img{border:none;max-width:100%;vertical-align:middle;height: auto;}
.Ispic{background-repeat:no-repeat;background-position:center center;background-size:cover}
pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;margin:0;text-align:justify;text-justify:inter-ideograph}
/* .clear{clear:both;height:0;font-size:0;line-height:0;overflow:hidden;zoom:0} */
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1}
.dot{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.dot1,.dot2,.dot3,.dot4{display:-webkit-box;display:box;overflow:hidden;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical}
.dot1{-webkit-line-clamp:1}
.dot2{-webkit-line-clamp:2}
.dot3{-webkit-line-clamp:3}
.dot4{-webkit-line-clamp:4}
.ytable{display:table;width:100%;}
.ytable.h100pc{height:100%}
.ytable.fixed{table-layout: fixed;}
.ytable-cell{display:table-cell;vertical-align:middle}
@media (max-width:1024px) {
    .ytable.xy,
    .ytable.xy .ytable-cell{display: block;}
}
.none{display:none}
.hidden{visibility:hidden}
@media (min-width:1025px) {
.fl{float:left}
.fr{float:right}
}
.auto-inner{width:87.5%;max-width:14.8rem;margin:auto auto 0 auto}
@media (max-width:1024px) {
    .auto-inner{width: 94%;}
}
.pr{position:relative}
.nm{margin:0}
.nfw{font-weight:normal}
.img-block{display:block;width:100%}
.view.editor p{margin:0.16rem 0}
.view.editor .list-paddingleft-2{padding-left:0}
.view.editor ol,.view.editor ul{width:auto}
.view.editor li{clear:inherit}
.w1200{max-width: 12rem;margin-left: auto;margin-right: auto;}
.h108{height: 1.08rem;}

/*header*/
.header{position: fixed; left: 0;top: auto;width: 100%;z-index: 110; border-bottom: 1px solid rgba(255,255,255,0.1); transition: 0.3s;font-size: 1.125em;}
.header .logo{display: table; height: 0.8rem; margin: 0 0.76rem 0 0;}
.header .logo a{display: table-cell;vertical-align: middle;}
.header .logo img{height: 0.5rem;}
.header .logo img.blue{display: none;}
.header[class*=white-]{background-color: #fff;}
.header[class*=white-] .logo img.white{display: none;}
.header[class*=white-] .logo img.blue{display: block;}
@media (max-width:1024px) {
.menu-show header{background-color: #fff;}
.menu-show header .logo img.white{display: none;}
.menu-show header .logo img.blue{display: block;}
}

/*menu*/
menu li aside a{font-weight: bold;}
menu li .sub{width: 100%;border-top: 1px solid #eee; padding: 0.29rem 0;display: none;}
menu li .sub h4{color: #001a70;font-size: 1em; margin: calc(24 / 18 * 1em) 0;}
menu li .sub dl{overflow: hidden;}
menu li .sub dd a{font-size: calc(16 / 18 * 1em);color: #52627c; padding-right: calc(40 / 16 * 1em); background: url(/cn/images/top/sub-a.svg) no-repeat right center; background-size: calc(20 / 16 * 1em) auto; line-height: calc(20 / 16 * 1em);transition: 0.2s ease-in-out;}
menu li .sub dd a:hover{color: #ffb81c; padding-right: calc(50 / 16 * 1em);background: url(/cn/images/top/sub-ahover.svg) no-repeat right center; background-size: calc(20 / 16 * 1em) auto; }
.header[class*=white-] menu li aside a{color: #001a70;}
.header[class*=white-] menu li aside a:after{background-color: #ffb81c;}

@media (min-width:1025px) {
    menu li{float: left;display: table; height: 0.8rem;}
    menu li:not(:last-child){margin-right: calc(50 / 1920 * 100vw);}
    menu li aside{display: table-cell;vertical-align: middle;}
    menu li aside a{color: #fff; display: block;position: relative;z-index: 1;}
    menu li aside a:after{position: absolute;content: '';width: 100%; height: 0.03rem;bottom: -0.13rem;background-color: #fff; left: 0; transform: translateY(0.1rem);transition: 0.3s; opacity: 0;}
    menu li:hover aside a:after,
    menu li.aon aside a:after{opacity: 1;transform: translateY(0);}
    menu li .sub{position: absolute; left: 0!important; top: 100%;background-color: #fff; box-shadow:  0 0.05rem 0.05rem rgba(0,0,0,0.05);}
    menu li .sub .pic{width: calc(540 / 1480 * 100%);}
    /* menu li .sub .column-list{width: calc(830 / 1480 * 100%);} */
    menu li .sub .column-list{display: flex;align-items: center;}
    menu li .sub h4{font-size: 1.7em;}
    menu li .sub dl{width: 55%;margin-left: 1rem;padding-left: 1rem;border-left: 1px solid #eee;}
    menu li .sub dd{float: left; min-width: calc(100% / 3); margin-bottom: 0.2rem;padding-right: .2rem;box-sizing: border-box;}
    /* menu li .sub dd:nth-child(3n+1){clear: left;} */
    menu li .sub dd a{display: inline-block;}
}
@media (max-width:1024px) {
    menu{position: fixed; top:0.8rem;bottom: 0; overflow: auto; width: 4rem;background-color: #fff;right: 0; transform: translateX(100%);transition: 0.5s 0.1s;opacity: 0;}
    menu li{border-bottom: 1px solid #eee;}
    menu li aside a{color: #001a70;font-size: .28rem;font-weight: normal;}
    menu li aside{padding: .3rem .45rem .3rem .3rem; position: relative;overflow: hidden;}
    menu li .op{position: absolute; width: 2em; height: 2em;right: 1em; top:50%;margin-top: -1em; background: url(/cn/images/op.svg) no-repeat center center; background-size: auto 53%;z-index: 10;transition:transform 0.3s;}
    menu li .op.click{transform: rotate(45deg);}
	menu li .sub {padding-left: .3rem;padding-right: .2rem;}
    menu li .sub dd{padding: 0.5em 0;}
    menu li .sub dd a{display: block;font-size: .24rem;color: #001a70;}
    menu li .sub h4{display: none;}

    .open-menu{position: absolute; top: 50%;transform: translateY(-50%); width: 0.4rem; height: 0.3rem; right: 3%;display: flex;flex-direction: column; justify-content: space-between;}
    .open-menu i{width: 100%; height: 4px;background-color: #fff;display: block;border-radius:3px;transition: 0.3s;}
    .open-menu i:nth-child(2){width: 70%;}
    .menu-show .open-menu i,
    .header[class*=white-] .open-menu i{background-color: #003da5;}
    .menu-show .open-menu i:nth-child(2){display: none;}
    .menu-show .open-menu i{position: absolute;top: 50%;margin-top: -2px; transform: rotate(45deg); left: 0;}
    .menu-show .open-menu i:nth-child(3){transform: rotate(-45deg);}

    .menu-show{overflow: hidden;position: relative;}
    .menu-show menu{transform: translateX(0);opacity: 1;}
    .top-nav{display: none;}
    .menu-show menu .top-nav{display: block;}
}
@media (max-width:480px) {
    /*.open-menu i{height: 3px;}*/
}

/*top-nav*/
.top-nav dl{font-weight: bold;}
.top-nav a{transition:color  0.3s;}
.header[class*=white-] .top-nav,
.header[class*=white-] .top-nav a{color: #001a70;}
.header[class*=white-] .top-nav a:hover{color: #ffb81c;}
@media (min-width:1025px) {
.top-nav dl{display: table;height: 0.8rem;}
.top-nav dl > *{display: table-cell; vertical-align: middle;}
.top-nav,
.top-nav a{color: #fff;}
}
@media (max-width:1024px) {
    .top-nav,
    .top-nav a{color: #001a70;}
    /* .top-nav{padding: 0 1em;} */
    /* .top-nav dl > *{margin: 1em 0;} */
}

.top-lang{position: relative;}
.top-lang .current{padding-right: calc(28 / 18 * 1em); background: url(/cn/images/top/lang-white.svg) no-repeat right center; background-size: 1em auto; cursor: pointer;}
.other-lang a{color: #001a70;}
.header[class*=white-] .top-lang .current{background-image: url(/cn/images/top/lang.svg);}
@media (min-width:1025px) {
.other-lang{position: absolute; left: 0;width: 1.2rem;left: 50%;margin-left: -0.6rem;top: calc(100% - 2px); background-color: #fff; text-align: center;padding: 0.1rem; border-radius: 0 0 0.03rem 0.03rem;display: none;}
.other-lang a{display: block; line-height: 2;}
}
@media (max-width:1024px) {
    .menu-show  .header .top-lang .current{background-image: url(/cn/images/top/lang.svg);}
	.top-lang{background: #eef0f6;}
    .top-lang .other-lang{display: block; font-size: .24rem;padding: .45rem .3rem .45rem .6rem;border-radius: 0; opacity: 1;transition: 0s;}
    .top-lang .other-lang a{position:relative;display: block;background: url(/cn/images/top/lang.svg) no-repeat left center;padding-left:.52rem; background-size: .3rem auto;  line-height: 3;}
    .top-lang .other-lang a:after {content:'';position:absolute;width:.3rem;height:.3rem;top:50%;right:0;margin-top:-.15rem;border-radius: 50%;background: url(/cn/images/top/arr1.png) no-repeat center/.3rem;}
    .top-lang .current{display: none;}
}

.subsite{padding: 0 0.3rem 0 0.39rem;}
.subsite aside{ padding-right: calc(31 / 18 * 1em);background: url(/cn/images/top/subsite-white.svg) no-repeat right center;background-size: calc(22 / 18 * 1em) auto;}
.subsite aside a:not(:last-child){position: relative; margin-right: 0.16rem;}
.subsite aside a:not(:last-child):after{position: absolute; content: '';width: 1px;height:0.16rem;background-color: #fff; opacity: 0.5;right: -0.08rem; top: 50%;margin-top: -0.08rem;}
.header[class*=white-] .subsite aside{background-image:url(/cn/images/top/subsite-blue.svg)}
.header[class*=white-] .subsite aside a:not(:last-child):after{background-color: #001a70;}
@media (max-width:1024px) {
    .menu-show  .header  .subsite aside{background:none;}
    .menu-show  .header  .subsite aside a:not(:last-child):after{background-color: #001a70;}
    .subsite{}
	.subsite aside {padding-right: 0;}
    .subsite aside a {position: relative;display: block;padding:.3rem .4rem .4rem .6rem;margin-top: .3rem; border-radius: .5rem;border: 1px solid #e4e8ec;font-size: .3rem;font-weight: bold;color: #001a70;}
    .subsite aside a:not(:last-child):after{display: none}
    .subsite aside a:nth-child(1) {margin-right: 0;background: url("/cn/images/pudong.png") no-repeat left bottom/2.3rem}
    .subsite aside a:nth-child(2) {background: url("/cn/images/hongqiao.png") no-repeat left bottom/2.3rem;}
    .subsite aside a:before{content:'';position: absolute;right: .3rem;top: .3rem;width: .38rem;height: .38rem;background: url("/cn/images/top/subsite-blue.svg") no-repeat center/contain;}
}

.top-login aside a:not(.loginout){ padding-right: calc(27 / 18 * 1em);line-height: calc(20 / 18 * 1em);background: url(/cn/images/top/login-white.svg) no-repeat right 1px center; background-size: calc(18 / 18 * 1em) auto; }
.top-login .login-after{display: none;}
.header[class*=white-] .top-login a:not(.loginout){background-image: url(/cn/images/top/login-blue.svg);}
@media (min-width:1025px) {
.top-login aside a{display: inline-block;}
.top-login aside a + a{margin-left: 0.1rem;}
}
@media (max-width:1024px) {
    .menu-show .header .top-login a:not(.loginout){background-image: url(/cn/images/top/login-blue.svg);}
    .top-login {padding: 0 .3rem .3rem;display: none;}
    .top-login aside a{display: block; border-radius: .5rem;padding: 0 .4rem;margin-top: .3rem;line-height: 1rem!important;font-size: .3rem;font-weight: bold; border: 1px solid #e4e8ec; background-position: right 0.3rem center!important;}
    .top-login aside a + a{margin-top:1em;}
}

/*banner*/
.home-ban{position: relative;z-index: 1; overflow: hidden;}
.home-ban-swiper{position: relative;z-index: 1; height: 100vh;}
.home-ban-swiper .swiper-slide{overflow: hidden;}
.home-ban-swiper .Ispic{height: 100%;transition: 40s linear;position: relative;}
.home-ban-swiper .swiper-slide-active .Ispic{transform: scale(1.5); transform-origin: center;}
.home-ban-swiper-page{position:absolute;z-index: 10; right: 0;width: calc(710 / 1920 * 100%); bottom: 0.6rem;text-align: center;}
.home-ban-swiper-page .swiper-pagination-bullet{margin: 0 0.07rem; border: 0.02rem solid #fff;background: none; width: 0.14rem;height:  0.14rem;display: inline-block;border-radius: 50%;}
.home-ban-swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #fff;}

.home-ban-txt{position: absolute;z-index: 2; left: 0;  height: 3.8rem; top: 50%;margin-top: -1.8rem; width: 100%;}
.home-ban-txt .auto-inner{position: relative;text-align: right; padding-right: 0.99rem; height: 100%;}
.home-ban-txt .auto-inner:before{position: absolute;content: ''; width: 3.8rem;border-radius: 50%; height: 100%; background-color: #001a70; opacity: 0.8;  top:0;right: 0; }
.nRound .home-ban-txt .auto-inner:before{display: none;}
.home-ban-txt .ytable{position: relative;z-index: 3;max-width: 6.84rem; float: right;}
.home-ban-txt .cn{font-size: 0.6rem;/* font-weight: 700; */color: #fff;}
.home-ban-txt .cn span{
	display: block;
	font-size: 0.32rem;
	font-weight: 300;
}
.home-ban-txt .cn p,
.home-ban-txt .en p{
	margin: 0;
}
.home-ban-txt .en{color: #ffb81c;font-size: 0.35rem; margin: 0.15rem 0 0.25rem 0;}
.home-ban-txt .more{display: inline-block; font-size: 1.125em; line-height: calc(50 / 18 * 1em); background:  url(/cn/images/more7-12.svg) no-repeat right calc(26 / 18 * 1em) center rgba(255,255,255,0.1); background-size: calc(7 / 18 * 1em) auto; border-radius: 0.5rem; padding: 0 calc(40 / 18 * 1em) 0 calc(25 / 18 * 1em);color: #fff;transition: 0.3s;}
.home-ban-txt .more:hover{background-color: #ffb81c;}
.home-ban-txt .en .jcb-t{font-size: 0;}
.home-ban-txt .en .jcb-t span{
	font-size: 0.3rem;
	display: inline-block;
	width: 1.5rem;
	text-align: right;
}
.home-ban-txt .en .jcb-b{font-size: 0;}
.home-ban-txt .en .jcb-b span{
	font-size: 0.2rem;
	display: inline-block;
}
.home-ban-txt .en .jcb-b span:nth-of-type(1) {
	width: 1.5rem;
	text-align: right;
	box-sizing: border-box;
	padding-right: 0.12rem;
}

.home-ban-txt .en .fw-t{
	font-size: 0;
	line-height: 1.1;
}
.home-ban-txt .en .fw-t:nth-of-type(2) {
	margin-top: 0.1rem;
}
.home-ban-txt .en .fw-t em{
	display: block;
	font-style: normal;
	font-size: 0.3rem;
}
.home-ban-txt .en .fw-t span{
	font-size: 0.2rem;
	display: inline-block;
	width: 2.4rem;
	text-align: left;
}
.home-ban-txt .en .fw-t span:nth-of-type(2) {
	width: 1.9rem;
}

@media (max-width: 768px) {
    .home-ban-swiper{height: 40vh;}
	.home-ban {
		background-color: #67c5fb;
	}
	.home-ban-txt .en .fw-t em{
		font-size: 0.2rem;
	}
	.home-ban-txt .en .fw-t span{
		width: 1.2rem;
	}
	.home-ban-txt .en .fw-t span:nth-of-type(2) {
		width: 0.95rem;
	}
}

@media (max-width:640px) {
    .home-ban-txt{height: 4rem; margin-top: -2rem;}
    .home-ban-txt .cn{font-size: 0.5rem;}
    .home-ban-txt .en{font-size: 0.3rem;}
    .home-ban-txt .auto-inner:before{width: 2.4rem;height: 2.4rem;top: 50%;margin-top: -1.2rem;}
}

.departure_arrival{position: absolute;width: calc(500 / 1920 * 100%); left: 50%;margin-left: calc((-500 / 1920 * 100%) / 2); bottom: 0.6rem;z-index: 12;}
.departure_arrival .change{display: flex;align-items: center;justify-content: center}
.departure_arrival .change .query{margin-right: .1rem;}
.departure_arrival .change .query a{display: block;width: calc(120 / 16 * 1em);line-height: calc(40 / 16 * 1em);color: rgb(0,26,112);text-align: center;font-weight: bold;background-color: #ffb81c;border-radius: calc(40 / 16 * 1em);}
.departure_arrival ul{display: table;position: relative;z-index: 1;background-color: rgba(0,26,112,0.8); border-radius: calc(40 / 16 * 1em);/* margin: 0 auto; */}
.departure_arrival ul li{float: left;width: calc(80 / 16 * 1em);line-height: calc(40 / 16 * 1em);text-align: center;color: #fff;cursor: pointer;}
.departure_arrival ul li b{position: relative;z-index: 4;display: block;transition: 0.3s;}
.departure_arrival ul li.active b{color: rgb(0,26,112);}
.departure_arrival ol{position: absolute; left: 0; top: 0; width:calc(80 / 16 * 1em); height: 100%; border-radius: calc(80 / 16 * 1em);background-color: #ffb81c;}
.departure_arrival ol:after{position: absolute;content: '';border: 0.09rem solid transparent; border-top-color: #ffb81c; top: 100%; left: 50%; margin-left: -0.09rem;border-top-width: 0.06rem;}
@media (max-width:1024px) {
    .departure_arrival{width: 94%; margin: 0 auto;position: relative;left:0;bottom: 0;padding: .3rem 0; }
    .departure_arrival ul li{width: calc(90 / 16 * 1em);font-size: .24rem;}
    .departure_arrival ol{width: calc(110 / 16 * 1em);}
}

.search-flight{margin-top: 0.1rem;background: #ffffff url(/cn/images/top/subsite-blue.svg) no-repeat left 0.2rem center;background-size: 0.24rem auto; border-radius: 0.5rem; padding: 0 0.5rem 0 0.6rem;position: relative;}
.search-flight .text{color: #444;line-height: 0.5rem;height: 0.5rem;border: 0;width: 100%;}
.search-flight .text.focus{color: #333;}
.search-flight .btn{position: absolute;right: 0; top: 0;width: 0.5rem; height: 100%; cursor: pointer; background: url(/cn/images/search-blue.svg) no-repeat center center; background:  0.18rem auto;}

.news-swiper{height: calc(0.5rem * 3); padding-right: 0.64rem;}
.news-swiper .btn{position: absolute;right: 0.27rem; top: 0.13rem;}
.news-swiper .btn a{display: block; height: 0.12rem; width: 0.12rem;background: url(/cn/images/up-10-6.svg) no-repeat center center; background-size: 0.1rem auto; cursor: pointer;opacity: 0.2;transition: 0.3s;}
.news-swiper .btn a:hover{opacity: 1;}
.news-swiper .btn a.next{background-image: url(/cn/images/down-10-6.svg);}
.news-swiper .swiper-slide a{color: #fff;}
.news-swiper .swiper-slide a:before{content: '· ';}
.news-swiper .swiper-slide a:hover{text-decoration: underline;}
.home-news .items-video .swiper-slide a{background: url(/cn/images/more6-10.svg) no-repeat right center; background-size: calc(6 / 16 * 1em) auto;}

.home-news .items{overflow: hidden;position: relative;background-color: rgba(0,26,112,0.6);padding-left: 0.81rem;line-height: 0.5rem;height: 0.5rem;transition: 0.3s;}
.home-news .items b{position: absolute; left: 0;top: 0;width: 0.8rem;text-align: center;color: #ffb81c;}
.home-news .items b a{color: #ffb81c;}
.home-news .items b a:hover{text-decoration: underline !important;}
.home-news .items-video .news-swiper{padding-right: 0.29rem;}
.home-news .items-video .btn{visibility: hidden;}

@media (min-width:1025px) {
    .home-news{position: absolute; left: 2.1rem; width: calc(400 / 1920 * 100%); bottom: 0.6rem;z-index: 10;}
    .home-news .items:not(.items-video):hover{height: calc(0.5rem * 3);}
	.home-news .items.notHover:not(.items-video):hover{height: 0.5rem;}
    .home-news .items{ border-radius: 0.25rem; }
    .home-news .items + .items{margin-top: 0.1rem;}
}
@media (max-width:1024px) {
    .home-news {width: 94%;margin: 0 auto;border-radius: 20px;background-color: rgba(28, 45, 102, 0.5);}
    .home-news .items{height:1rem;line-height:1rem;background: transparent; }
    .home-news .items .swiper-slide{height:1rem!important;}
    .home-news .items + .items{border-top: 1px solid rgba(255, 255, 255, 0.1);}
	.home-news .items b {font-size: .24rem;font-weight: bold;}
	.home-news .swiper-slide {font-size: .24rem;}
	.news-swiper .btn {top: .4rem;}
}
@media (max-width:640px){
    .home-news{padding: 1.5em 1em;}
    .home-news .items{background: #4479b0;height: .8rem;line-height: .85rem;overflow: hidden;}
}
.special-news{position: absolute;left: 0;width: 100%; top: 0.81rem;background-color: rgba(0,26,112,0.2); padding: 0.1rem 0;line-height: 0.3rem;z-index: 100;}
.special-news .auto-inner{position: relative; padding-left: 1.02rem;height: 27px;overflow: hidden;line-height: 27px;}
.special-news b{position: absolute;left: 0; top:0;color: #ff0000;font-size: calc(18 / 16 * 1em);}
.special-news .close{position: absolute; top: 0; background: rgba(255,255,255,0.1) url(/cn/images/close.svg) no-repeat right 0.2rem center; background-size: auto 0.12rem; padding: 0 0.4rem 0 0.19rem;right: 0;border-radius: 0.3rem;color: #fff;cursor: pointer;transition: 0.3s;z-index: 3;}
.special-news .txt{color: #fff; width: calc(100% - 1.2rem);height: 0.3rem!important;}
.special-news .txt a{color: #fff;display: block;}
.special-news .txt a:hover{text-decoration: underline;}
/* .special-news .txt aside{white-space: norwap;} */
.special-news .close:hover{background-color: #ffb81c;}
.pageNext{
	margin-top: 0.8rem;
	    padding-top: 0.3rem;
	    border-top: solid 1px #eee;
}
.pageNext a{
	display: block;
	margin-bottom: 0.15rem;
	color: #52627c;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
}
.pageNext a:last-child{
	margin-bottom: 0;
}
.pageNext a:hover{
	text-decoration: underline;
}

.right-fixed{position: fixed; top: 50%;margin-top: calc((-0.5rem * 6 - 5px * 5) / 2);z-index: 100;right: 0.25rem;}
.right-fixed li{cursor: pointer;position: relative;}
.right-fixed li + li{margin-top: 0.05rem;}
.right-fixed li i{display: block;width: 0.5rem;height: 0.5rem;background-color: #001a70;border-radius: 0.5rem; background-repeat: no-repeat;background-position: center; background-size: auto 0.22rem;position: relative;z-index: 3;transition: 0.2s;}
.right-fixed li.hover i{background-color: #ffb81c;}
.right-fixed li figure{position: absolute; right: 0; padding: 0 0 0 0.17rem; top: 0;right: 0;white-space: nowrap; background-color: #ffb81c;line-height: 0.5rem;border-radius: 0.25rem; min-width: 1.4rem; transform: translateX(100%); opacity: 0;transition: 0.5s transform 0.3s,0.5s opacity;}
.right-fixed li.hover figure{transform: translateX(0); opacity: 1;transition: 0.5s transform,0.5s opacity 0.3s;}
.right-fixed li figure a{color: #fff; font-size: calc(14 / 16 * 1em);}
.right-fixed li.li_1 i{background-image: url(/cn/images/search.svg); background-size: auto 0.16rem;}
.right-fixed li.li_2 i{background-image: url(/cn/images/message.svg);}
.right-fixed li.li_3 i{background-image: url(/cn/images/kf.svg);}
.right-fixed li.li_4 i{background-image: url(/cn/images/read.svg);}
.right-fixed li.li_5 i{background-image: url(/cn/images/tick.svg);background-size: auto 0.18rem;}
.right-fixed li.li_gettop i{background-image: url(/cn/images/gettop.svg);background-size: auto 0.2rem;}
.right-fixed li.li_menu i{background-image: url(/cn/images/up-10-6.svg); background-size: 0.16rem auto;}
.right-search{position: absolute;right: 0;  padding-left: 0.2rem; width: 4rem; background: #ffb81c;border-radius: 0.25rem;top: 0;transform: translateX(100%); opacity: 0;transition: 0.5s transform 0.3s,0.5s opacity; padding-right: 0.6rem;}
.right-search .text{width: 100%;line-height: 0.5rem;height: 0.5rem; border: 0;background: none;color: rgba(255,255,255,0.5);}
.right-search .text.focus{color: #fff;}
.right-search .btn{position: absolute;right:0; width: 0.5rem; height: 100%; top: 0;background: url(/cn/images/search.svg) no-repeat center; background-size: auto 0.16rem;}
.right-fixed:not(.hide-other) li.li_1 i{transition: 0.3s 0.5s;}
.right-fixed li.li_1.hover i{opacity: 0;}
.right-fixed li.li_1.hover .right-search{transform: translateX(0); opacity: 1;transition: 0.5s transform,0.5s opacity 0.3s;z-index: 6;}
.right-fixed li.li_menu{display: none;}

.hide-other{top: auto; bottom: 0.25rem; margin-top: 0;}
.hide-other li:not(.li_menu):not(.li_gettop){visibility: hidden; opacity: 0;transition: 0.5s 0s;height: 0; }
.hide-other li.li_menu{display: block;}
.hide-other.li-show li{opacity: 1!important; visibility:inherit!important; height: auto!important;}
.hide-other.li-show li.li_menu i{transform: rotate(180deg);}

.class-info{background-repeat:no-repeat;background-size: cover; background-position: center; padding: 1rem 0;min-height: 7.4rem;}
.class-info .tab-ul li{float: left;width: calc(100% /2); text-align: center;cursor: pointer;background-color: rgba(169,201,225,0.8);line-height: 0.6rem;}
.class-info .tab-ul li b{font-size: calc(24 / 16 * 1em);color: #52627c;}
.class-info .tab-ul li.on{background-color: rgba(255,255,255,0.6);}
.class-info .tab-ul li.on b{color: #102273;}
.class-info .tab-ul li:first-child{border-radius: 0.2rem 0 0 0; }
.class-info .tab-ul li:last-child{border-radius: 0 0.2rem 0 0; }
.class-info .tab-info{background-color: rgba(255,255,255,0.6);border-radius: 0 0 0.2rem 0.2rem; padding: 0 0 0.3rem 0;}
.class-info .tab-info .info{position: relative;height: 100%;}
@media (max-width: 640px){
    .class-info{padding: 0rem 0 1rem 0;}
    .class-info .tab-info{height: 6rem;}
}
/* .class-swiper{margin: 0 calc(-0.45rem / 2)!important;} */
.class-swiper .swiper-container{margin: 0 0.8rem;}
.class-swiper dl{display: table;width: 100%; }
.class-swiper .swiper-slide{padding: 0.3rem 0;}
.class-swiper .swiper-slide:after{position: absolute;content: ''; height: 1px;background-color: #c3d2e0; left: calc(0.82rem + (0.45rem / 2));right: calc(0.82rem + (0.45rem / 2)); bottom: 0;}
.class-swiper .flight-name{margin-bottom: 0.26rem;}
.class-swiper dl dd{display: table-cell; vertical-align: middle; width: calc(100% /  3);}
.class-swiper dl dd:nth-child(2){text-align: center;}
.class-swiper dl dd:nth-child(3){text-align: right;}
.class-swiper dd time{font-size: calc(28 / 16 * 1em); font-weight: bold; margin-bottom: 0.1rem;display: block;}
.class-swiper .is-over{color: #838495;}
.class-swiper .is-progress{color: #102273;}
.class-swiper .is-preparing{color: #003da5;}
.class-swiper dl dd:nth-child(2) b{font-size: calc(14 / 16 * 1em);}
.class-swiper .is-progress dd:nth-child(2) b{color: #ffb81c;}
.class-swiper .boarding{height: 0.19rem; background-size: contain; background-repeat: no-repeat;background-position: center; margin-bottom: 0.13rem;}
.class-swiper .is-over .boarding{background-image: url(/cn/images/boarding/is-over.svg);}
.class-swiper .is-progress .boarding{background-image: url(/cn/images/boarding/ing.svg);}
.class-swiper .is-preparing .boarding{background-image: url(/cn/images/boarding/get-ready.svg);}
.class-swiper .btn{position: absolute; width: 0.45rem; height: 0.45rem; background: url(/cn/images/btn-prev.svg) no-repeat center;background-size: contain; top: 50%;margin-top: calc(-0.45rem / 2);z-index: 10;cursor: pointer;}
.class-swiper .btn.swiper-button-disabled{cursor: default;filter: grayscale(100);}
.class-swiper .btn-prev{left: -0.25rem;}
.class-swiper .btn-next{right: -0.25rem;background-image: url(/cn/images/btn-next.svg);}

.class-info .right dd{border-radius: 0.2rem; padding: 0.16rem 0.28rem 0 0.3rem;transition: 0.3s;}
.class-info .right dd:not(:last-child){margin-bottom: 0.17rem;}
.class-info .right dd.show{background-color: rgba(255,255,255,0.2);}
.class-info .right dd h3{margin: 0 0 0 calc(46 / 24 * 1em);
color: #001a70;font-size: calc(24 / 16 * 1em);
border-bottom: 1px solid rgba(0, 26,112,0.2);
padding-bottom: calc(21 / 24 * 1em);
position: relative;transition: 0.3s;
background: url(/cn/images/more10-18.svg) no-repeat right 3px/10px;
display: flex;
align-items: center;
justify-content: space-between
}
.class-info .right dd h3 span{font-size: calc(12 / 16 * 1em);font-weight: normal;cursor: pointer;}
.class-info .right dd:last-child img{display: none;}
.class-info .right dd.show h3{border-bottom-color: transparent;background: none;}
.class-info .right dd h3 img{position: absolute;right: 100%; top:calc((-0.3rem + 1em) / 2);width: 0.3rem;margin-right: 0.1rem;}
.class-info .right dd h3 a{float: right; font-size: calc(16 / 24 * 1em);color: #001a70; line-height: calc(24 / 16 * 1em); padding-right: 1em;background: url(/cn/images/more6-10-blue.svg) no-repeat right center; background-size: calc(6 / 16 * 1em) auto; transition: 0.3s;}
.class-info .right dd h3 a:hover{padding-right:2em ;}
.class-info .right dd .txt{color: #001a70;line-height: calc(30 / 16 *1em); padding-bottom: 0.3rem; padding-left: calc(45 / 16 * 1em); padding-right: 0.07rem;display: none;}
.class-info .right dd .txt .SinglePage p{margin: 0;}
.class-info .right dd:first-child a{cursor: auto;}
.class-info .right dd:nth-of-type(2) h3,
.class-info .right dd:nth-of-type(3) h3,
.class-info .right dd:nth-of-type(4) h3{
	margin-left: 0;
	padding-left: calc(46 / 24 * 1em);
}
.class-info .right dd:nth-of-type(2) h3 img,
.class-info .right dd:nth-of-type(3) h3 img{
	display: none;
}
.class-info .right dd:nth-of-type(2) h3{
	background: url(/cn/images/pudong.png) no-repeat 0 bottom/1.7rem, url(/cn/images/more10-18.svg) no-repeat right 3px/10px;
	padding-bottom: 0.3rem;
}
.class-info .right dd:nth-of-type(3) h3{
	background: url(/cn/images/hongqiao.png) no-repeat 0 bottom/1.7rem, url(/cn/images/more10-18.svg) no-repeat right 3px/10px;
	padding-bottom: 0.4rem;
}
.class-info .right dd:nth-of-type(4) h3{
    background: url(/cn/images/AviPort.png) no-repeat 0 bottom/1.7rem, url(/cn/images/more10-18.svg) no-repeat right 3px/10px;
    padding-bottom: 0.4rem;
}
.class-info #index_flight .swiper-slide{transition: all 0.3s ease-in-out}
.class-info #index_flight .swiper-slide:hover{transform: translateY(-.2rem);}
@media (min-width:1025px) {
.class-info .left{width: calc(780 / 1480 * 100%);}
.class-info .right{width: calc(570 / 1480 * 100%);}
}
@media (max-width:1024px) {
	.class-info {padding: .3rem 0;}
    .class-info .left{margin: 0 2em 3em;}
	.class-info .right dl {display: flex;flex-wrap: wrap;justify-content: space-between;}
	.class-info .right dd:nth-child(1) {flex-shrink: 0;width: 100%;padding: .3rem;}
	.class-info .right dd {width: 31.88%;}
	.class-info .right dd.show {background-color: rgba(255, 255, 255, 0.6);}
	.class-info .right dd .txt {padding-left: 0;padding-bottom: 0;font-size: .24rem;}
	.class-info .right dd:nth-child(1) h3 {padding-bottom: 0;margin-left: 0;padding-left: .4rem;}
	.class-info .right dd:nth-child(1) h3 img {left: 0;}
	.class-info .right dd:nth-of-type(2) h3, .class-info .right dd:nth-of-type(3) h3 ,.class-info .right dd:nth-of-type(4) h3{padding-left: 0;padding-bottom: 0;padding-top: .5rem;background-position: top center;text-align: center;}
	.class-info .right dd:not(:first-child) {padding: 0;margin-top: 2%;}
	.class-info .right dd:not(:last-child) {margin-bottom: 0;}
	.class-info .right dd:nth-child(2),
	.class-info .right dd:nth-child(3),
	.class-info .right dd:nth-child(4) {padding: .4rem .1rem .3rem; background-color: rgba(255, 255, 255, 0.8);}
	

	.class-info .right dd:nth-child(2) h3 {border-bottom:0;font-size: .24rem; background-image: url("/cn/images/pudong.png");}
	.class-info .right dd:nth-child(3) h3 {border-bottom:0;font-size: .24rem; background-image: url("/cn/images/hongqiao.png");}
	.class-info .right dd:nth-child(4) h3 {border-bottom:0;font-size: .24rem; background-image: url("/cn/images/AviPort.png");}
	.class-info .right dd:nth-child(4) {padding-top: .1rem;}
	.class-info .right dd:nth-child(4) h3{padding-top: 0.8rem;}
	.class-info .right dd a {position: relative;}
	.class-info .right dd:nth-child(2) a:after,
	.class-info .right dd:nth-child(3) a:after,
	.class-info .right dd:nth-child(4) a:after {content:'';display: none;width: .4rem;height: .4rem;margin: .2rem auto 0;border-radius: 50%;background: #001a70;}
	.class-info .right dd:nth-child(2) a:before,
	.class-info .right dd:nth-child(3) a:before,
	.class-info .right dd:nth-child(4) a:before {display: none;content:'';position:absolute;width: .4rem;height: .4rem;bottom:0;left:50%;margin-left:-.2rem;background: url("/cn/images/more10-18.svg") no-repeat center;background-size: 0.10rem;filter: brightness(100);}
	.class-info .right dd:nth-child(4) h3 img {position: relative;left:0;width: auto;height:.4rem;margin-bottom: .1rem;}
}
@media (max-width: 640px) {
	.class-swiper .swiper-container{
		margin: 0 0.4rem;
	}
}

footer{background-color: #f6f7fb;position: relative;overflow: hidden;}
footer .ft-bg{
	position: absolute;
	left: -12%;
	bottom: -20%;
	width: 8rem;
	z-index: 5;
	animation:myfirst 200s infinite linear;
	-webkit-animation:myfirst 200s infinite linear; /* Safari and Chrome */
}
@keyframes myfirst
{
	0%{transform: rotateZ(0deg);transform-origin:center center;}
	50%{transform: rotateZ(1440deg);transform-origin:center center;}
	100%{transform: rotateZ(0deg);transform-origin:center center;}
}

@-webkit-keyframes myfirst
{
	0%{transform: rotateZ(0deg);transform-origin:center center;}
	50%{transform: rotateZ(720deg);transform-origin:center center;}
	100%{transform: rotateZ(0deg);transform-origin:center center;}
}
footer .auto-inner{position: relative;z-index: 8;}
footer a{color: #52627c;}
footer .nav dt{font-weight: bold;font-size: calc(18 / 16 * 1em); margin-bottom: calc(25 / 18 * 1em);}
footer .nav dd a{display: block; padding-left: 1em; background: url(/cn/images/a-9-13.svg) no-repeat left center;background-size: calc(9 / 16 * 1em) auto;}
footer .nav dd:not(:last-child){margin-bottom: 1em;}
footer .fllow-us{border-bottom: 1px solid rgba(204,204,204,0.5); padding: 0.3rem 0 0.22rem 0;}
footer .fllow-us .box p{margin: 0;line-height: calc(26 / 16 * 1em);}
footer .fllow-us .box h4{margin: 0 0 calc(30 / 18 * 1em) 0;font-size: calc(18 / 16 * 1em);}
footer .share li{
	margin-left: 0.1rem;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: #001a70;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	position: relative;
}
#hq-website footer .share li:hover{
	background: #ffb81c;
}
footer .share li a{display: block;width: 0.22rem; height: 0.22rem;background-repeat: no-repeat;background-position: center;background-size: contain;cursor: pointer;}
/*footer .share li.li-wx a{background-image: url(/cn/images/wx.svg);}
footer .share li.li-sina a{background-image: url(/cn/images/sina.svg);}
footer .share li.li-qq a{background-image: url(/cn/images/qq.svg);}
footer .share li.li-routine a{background-image: url(/cn/images/routine.png);}
footer .share li.li-trill a{background-image: url(/cn/images/trill.png);}*/
footer .share li figure{position: absolute; bottom: 100%; margin-bottom: 0.1rem; left: 0; width: 1.8rem; padding: 0.05rem; background-color: #fff;box-shadow: 0 0.05rem 0.1rem rgba(0,0,0,0.3);display: none;}
footer .share li figure:before{position: absolute;content: ''; left: 0.08rem;top: 100%;border: 0.06rem solid transparent; border-top-color: #fff;}
footer .copyright{/* text-align: center; */padding: 0.6rem 0 0.4rem 0;}
footer .copyright nav{margin-bottom: 0.16rem;}
footer .copyright nav a:not(:last-child):after{display: inline-block; content: ''; width: 1px;height: 0.1rem;margin: 0 0.1rem; background-color: #c4cad5; vertical-align: middle;}
footer .friendship{float: right;margin-left: .3rem;}
footer .friendship .name{position: relative;width: 2.8rem;height: .5rem;padding: 0 .2rem;font-size: .16rem;color: #a8b0bd;line-height: .48rem;border: 1px solid #e1e1e3;box-sizing: border-box;cursor: pointer;}
footer .friendship .name:after{position: absolute;display: inline-block;content: '';width: 8px;height: 8px;top: 0;right: .2rem;bottom: 0;margin: auto 0;border-right: 2px solid #a8b0bd;border-bottom: 2px solid #a8b0bd;    transform: rotate(45deg);z-index: 3;}
.Popup{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 400;background-color: rgba(0, 0, 0, 0.5);display: none;z-index: 333;}
.Popup .Popup-box{position: absolute;top: 50%;left: 50%;padding: .6rem .8rem;background: #fff;max-width: 11.2rem;width: 90%;transform:translate(-50%,-50%);box-sizing: border-box;max-height: 90vh;overflow-x: hidden;}
.Popup .Popup-box .close{position: absolute;right: 0.3rem;top: 0.3rem;width: 0.25rem;height: 0.25rem;background: url(/cn/images/close-lighter.svg) no-repeat center center;background-size: contain;z-index: 10;cursor: pointer;}
.friendship-list .title{margin-bottom: .35rem;padding: 0 .2rem;font-size: .2rem;color: #001a70;font-weight: bold;}
.friendship-list .item{margin-bottom: .55rem;}
.friendship-list .item:last-child{margin-bottom: 0;}
.friendship-list .item .name{position: relative;padding: 0 .2rem;height: .6rem;line-height: .6rem;font-size: .18rem;color: #001a70;font-weight: bold;background-color: #f6f7fb;}
.friendship-list .item ul{font-size: 0;margin-top: .3rem;}
.friendship-list .item ul li{display: inline-block;margin-left: 1%;margin-bottom: .2rem;width: 24%;position: relative;padding-left: .16rem;box-sizing: border-box;}
.friendship-list .item ul li:before{position: absolute;display: inline-block;content: '';width: 8px;height: 8px;top: 0;left: 0;bottom: 0;margin: auto 0;border-right: 2px solid #53637d;border-bottom: 2px solid #53637d;    transform: rotate(-45deg);z-index: 3;}
.friendship-list .item ul li a{font-size: .16rem;color: #52627c;}



@media (min-width:1025px) {
    footer{ padding-top: 1rem;}
    footer .fllow-us,
    footer .nav{display: flex; justify-content: space-between;}
    footer .fllow-us{border-top: 1px solid rgba(204,204,204,0.5); margin-top: 0.97rem;}
}
@media (max-width:1024px) {
    footer .nav{}
    footer .nav dl {border-bottom: 1px solid #a6b3c0;}
    footer .nav dl dt {position:relative;margin-bottom: 0;}
    footer .nav dl dt:after {content:'';position:absolute;width: .13rem;height: .22rem;right:0;top:50%;transform: translateY(-50%);background:url("/cn/images/btmNav_icon.png") no-repeat center/.13rem;transition: .3s;}
    footer .nav dl dt.on:after {transform:translateY(-50%) rotate(90deg);}
    footer .nav dl dt a{line-height:.9rem;font-size: .26rem;color: #001a70;}
    footer .nav dl div {display: none;}
    footer .nav dl dd:last-child{margin-bottom: .3rem;}
    footer .nav dl dd a{line-height:.5rem;font-size: .24rem;color: #001a70;}
    footer .fllow-us{text-align: center;}
    footer .fllow-us .box+.box{margin-top: 1em;}
    footer .share{display: table;margin: 0 auto;}
    footer .copyright{line-height: 1.5;}
}
@media (max-width:640px){
    footer .friendship{float: none;margin-left: 0;margin-bottom: .2rem;}
    footer .friendship .name{width: 100%;}
    footer .copyright nav{text-align: center;}
    footer .fllow-us{border-bottom: 0;}
    footer .copyright{padding: 0 0 .4rem 0;}
    footer .nav dt{font-weight: normal;}
    footer .fllow-us .box h4{margin: 0 0 calc(22 / 18 * 1em) 0;font-size: calc(22 / 16 * 1em);color: #001a70;}
    footer .share li{width: .55rem;height: .55rem;}
    footer .share li a{width: .35rem;height: .35rem;}
    .Popup .Popup-box{padding: .3rem .2rem;}
    .friendship-list{overflow-x: hidden}
    .friendship-list .item{margin-bottom: .2rem;}
    .friendship-list .item ul{display: flex;flex-wrap: wrap;margin: .2rem -1% -2% -1%;}
    .friendship-list .item ul li{width: 48%;margin: 2% 1%;}
}
.home-column{overflow: hidden;position: relative;z-index: 1; padding: 1.5rem 0 0.86rem 0;background-color: #f3f6fa;}
.home-column .auto-inner{position: relative;z-index: 3;}
.home-column .bg-picture{position: absolute; left: 0; top: 0;height: 100%; width: calc(600 / 1920 * 100%);background-repeat: no-repeat; background-position: center;background-size: cover;}
.home-column .tab-ul li{color: #52627c;cursor: pointer;}
.home-column-front .tab-ul li{display: inline-block;}
.home-column-reverse .tab-ul li{overflow: hidden;position: relative;padding-right: calc(46 / 16 * 1em);}
.home-column-reverse .more{margin-top: .5rem;}
.home-column .tab-ul li .por{position: relative;padding-left: calc(46 / 16 * 1em);}
.home-column .tab-ul li:not(:last-child){margin-bottom: 0.5rem;}
.home-column .tab-ul li aside{font-size: calc(32 / 16 * 1em);color: #52627c;}
.home-column .tab-ul li .icon{position: absolute; top: 0;}
.home-column-front .tab-ul li .icon{left: 0;}
.home-column-reverse .tab-ul li .icon{right: 0;}
.home-column .tab-ul li .icon img{height: calc(28 / 16 * 1em);}
.home-column .tab-ul li:not(.on) .icon img.hover{display: none;}
.home-column .tab-ul li.on .icon img.default{display: none;}
.home-column .tab-ul li.on aside{font-weight: bold;color: #061c70;max-width: 100%; background-repeat: no-repeat; background-size: 0.1rem auto;}
.home-column.home-column-reverse .tab-ul li.on aside{color: #fff;}
.home-column.home-column-reverse .tab-ul li aside{color: rgba(255, 255, 255, .6);}
.home-column.home-column-reverse .more a{color: #fff;}
.home-column-front .tab-ul li.on aside{ float: left;padding-right: calc(39 / 32 * 1em); background-position: right center;background-image: url(/cn/images/more10-18.svg);}
.home-column-reverse .tab-ul li aside{text-align: right;}
.home-column-reverse .tab-ul li.on aside{ float: right;padding-left: calc(39 / 32 * 1em); background-position: left center;background-image: url(/cn/images/more10-18-2-reverse.svg);}
.home-column .more a{color: #061c70;font-size: calc(18 / 16 * 1em); padding-right: calc(16 / 18 * 1em); background: url(/cn/images/more10-18.svg) no-repeat right center;background-size: calc(7 / 16 * 1em) auto;}
.home-column.home-column-reverse .more a{background: url(/cn/images/more10-18-2.svg) no-repeat right center;background-size: calc(7 / 16 * 1em) auto;}
.home-column .right .tab-info{width: calc(1400 / 1183 * 100%);}
.yuyue .yy{
	display: flex;
}
.yuyue .yy p{margin: 0;}
.yuyue .yy .yyTxt p:nth-of-type(2){
	display: flex;
	align-items: center;
}
.store-details .dl-group .yuyue .yy p a{color: #001a70;}
.yuyue .yy .yyTxt p:nth-of-type(2) a{display: block;}
.yuyue .yy .yyTxt p:nth-of-type(2) img{width: 1.5rem;}
.hqy-content2 .store-details .dl-group .time.yuyue dt{background-image: url(/cn/images/icon-riqi.png)}
@media (max-width:1720px) {
    .home-column .right .tab-info{width: calc(1400 / 1283 * 100%);}
}

.column-swiper{position: relative;padding-bottom: 0.84rem;overflow: hidden;}
.column-swiper .inner{display: block; position: relative; /*height: 4.2rem;*/background-color: #fff;overflow: hidden;}
/* .home-column-reverse .column-swiper .inner{margin-left: 0.2rem;} */
.home-column-reverse .promotionIMG{padding-left:.2rem;padding-bottom: 0.84rem;}
.home-column-reverse .promotionIMG a{display: block;overflow: hidden;}
.home-column-reverse .promotionIMG figure{background-repeat:no-repeat;background-size: cover;background-position:center center;padding-bottom:4.2rem;transition:.8s;}
.home-column-reverse .promotionIMG a:hover figure{transform: scale(1.1, 1.1);}
.column-swiper .Ispic{height: 3.6rem; transition: 0.3s ease-out;}
.column-swiper .txt{position: absolute; bottom: 0; left: 0;width: 100%;background-color: #fff;z-index: 10;padding: 0 0.35rem 0.3rem;color: #52627c;transform: translateY(calc((28 / 16 * 1em) * 4 + 0.3rem)); transition: 0.3s ease-out;}
.home-column-reverse .column-swiper .txt{background-color: #f3f6fa;}
.column-swiper .txt > *{margin: 0;}
.column-swiper .txt h5{font-size: calc(18 / 16 * 1em); line-height: 0.6rem;}
.column-swiper .inner:hover .txt h5{color: #ffb81c;}
.column-swiper .txt p{line-height: calc(28 / 16 * 1em);height: calc((28 / 16 * 1em) * 4);}
.column-swiper .inner:hover .txt{transform: translateY(0); padding-top: 0.06rem;}
.column-swiper .inner:hover .Ispic{height:3.6rem;}
.home-column-reverse .column-swiper .inner:hover .Ispic{height:3.6rem;}
.home-column-reverse .column-swiper .inner:hover .txt{transform: translateY(calc((28 / 16 * 1em) * 4 + 0.3rem)); padding-top: 0;}

.column-swiper .btn{position: absolute; width: 0.45rem; height: 0.45rem; background: url(/cn/images/btn-prev.svg) no-repeat center;background-size: contain; top: calc((100% - 0.84rem) / 2);margin-top: calc(-0.45rem / 2);z-index: 10;cursor: pointer; }
.column-swiper .btn.swiper-button-disabled{visibility: hidden;}
.column-swiper .btn.prev{left: 0.3rem;}
.column-swiper .btn.next{right: 0.3rem;background-image: url(/cn/images/btn-next.svg);}
.column-swiper.swiper-container-horizontal>.swiper-scrollbar{display: none;width: calc(880 / 1400 * 100%); left: calc((100% - (880 / 1400 * 100%)) / 2);background-color: #dfe3e9; height: 1px;}
.column-swiper .swiper-scrollbar-drag{ height: 6px; top: -1px;background-color: #ffb81c;}

.home-column-reverse{background-color: #f3f6fa;padding: 0;}
.home-column-reverse .bg-picture{left: auto;right: 0;}
.home-column-reverse .tab-info{float: right;}
.home-column-reverse .flex{position: relative;z-index: 5;}

@media (min-width:1025px) {
    .home-column .left{width: calc(297 / 1480 * 100%); padding-top: 1.04rem;}
    .home-column .right{width: calc(100% - (297 / 1480 * 100%));}
    .home-column-front .tab-ul{margin-bottom: 1.14rem;position: relative;}
    .home-column-front .tab-ul li .more{display: none;position: absolute;left: 0;top: 2rem;z-index: 3;}
    .home-column-front .tab-ul li.on .more{display: block;}
    .home-column-front .column-swiper .inner{margin-right: 0.2rem;}
    .home-column-front-2 {padding-bottom: 2rem;background-color: #fff;}
    .home-column-front-2 .auto-inner {position:static;/*width: calc(100% - (600 / 1920 * 100%))*/}
    .home-column-front-2 .tab-ul {text-align: right;}
	.home-column-front-2 .tab-ul li aside {padding-left: calc(39 / 32 * 1em);padding-right: 0;color:#001a70;opacity: .5;}
	.home-column-front-2 .tab-ul li.on aside {padding-right: 0;background-image:url("/cn/images/more10-18-reverse.svg");background-position: left center;opacity: 1;}
	.home-column-front-2 .tab-ul li .icon {left: auto;right: 0;}
	.home-column-front-2 .tab-ul .por {padding-left: 0;padding-right: calc(46 / 16 * 1em);}
    .home-column-front-2 .right {width: calc(100% - (600 / 1920 * 100%))}
    .home-column-front-2 .right .tab-info {position: absolute;left:0;max-width: 14rem;padding-left: .2rem;z-index: 10;}
    .home-column-front-2 .bg-picture{left:auto;right:0;z-index: -1;}
    .home-column-front-2 .column-swiper .txt {background-color: #f3f6fa;}
	.home-column-front-2 .tab-ul li .icon img.default {opacity: .5;}
    .home-column-reverse .flex{display: flex;align-items: center;flex-flow: row-reverse}
    .home-column-reverse .flex .left{position: relative;width: 20%;background: #e53389;padding-top: 2.5rem;height: 6rem}
    .home-column-reverse .flex .left:after{display: block;content: '';width: 15%;height: 100%;position: absolute;right: 100%;background: #e53389;top: 0;}
    .home-column-reverse .flex .right{width: 80%;}
    .home-column-reverse .flex .left .tab-ul,
    .home-column-reverse .flex .left .more{display: flex;justify-content: center}
    .home-column-reverse .flex .right .column-swiper{padding-bottom: 0;}
    .home-column-reverse .flex .right .column-swiper .Ispic{height: 5rem}
    .home-column-reverse .flex .right .column-swiper .btn{margin-top: 0;}
    .home-column .swiper-horizontal>.swiper-scrollbar,  .home-column .swiper-scrollbar.swiper-scrollbar-horizontal{width: 60%;left: 50%;transform: translateX(-50%);}
}
@media (min-width:1025px) and (max-width: 1720px) {
	.home-column-front-2 .right .tab-info {max-width: 12rem;}
}
@media (max-width:1024px) {
    .home-column{padding: 0.5rem 0;}
    .home-column .tab-ul{display: flex;justify-content: center;}
    .home-column .tab-ul li{margin: 0 2em;}
    .home-column .bg-picture{width: 100%; height: 100%;}
    .home-column .more{display: none;}
    .home-column .right .tab-info{width: 100%;}
	.home-column .tab-ul {margin-bottom: .3rem;/* border-bottom: 2px solid #a6b3c0; */}
	.home-column .tab-ul li {position:relative;width: 50%;padding-bottom: .2rem;margin: 0;text-align: center;}
	.home-column .tab-ul li.on:after {content:'';position:absolute;width: 100%;height: 3px;bottom:-2px;left:0;background: #001a70;}
	.home-column .tab-ul li:not(:last-child) {margin-bottom: 0;}
    .home-column .tab-ul li .por{display: flex;justify-content: center;padding-left: 0;}
	.home-column .tab-ul li .icon {position: relative;margin-right: .1rem;}
    .home-column .tab-ul li aside{font-size: .32rem;padding-right: 0;}
    .home-column .tab-ul li.on aside{padding-right: 0;background-image: none!important;background-size: 0.5em auto;}
    /*.home-column-front .column-swiper {margin: 0 -3%;padding: 0 3%;}*/
    .home-column-front .column-swiper {margin: 0;padding-bottom: 0;}
    .home-column-front .column-swiper .inner{margin: 0;}
	.home-column-front .column-swiper .swiper-scrollbar {display: none;}
	.column-swiper .btn.prev {left: 1%;top: calc((65% - 0.84rem) / 2);}
	.column-swiper .btn.next {right: 1%;top: calc((65% - 0.84rem) / 2);}
    .column-swiper .Ispic{height: 3rem;}
    .column-swiper .inner{height: auto;}
	.column-swiper .txt {position: relative;transform: none;}
	.column-swiper .txt h5 {font-size: .3rem;color: #ffb81c;font-weight: bold;}
	.column-swiper .txt p {font-size: .24rem;color: #52627c;}
	.column-swiper .pagination{margin-top: .3rem; z-index: 10;text-align: center;display: block;}
	.column-swiper .pagination .bullet{margin: 0 0.07rem; border: 0.02rem solid #ffb81c;background: none; width: 0.2rem;height:  0.2rem;display: inline-block;border-radius: 50%;}
	.column-swiper .pagination .active{background-color: #ffb81c;}
    .home-column-reverse .promotionIMG figure{padding-bottom:3.6rem;}
	.home-column-reverse {position:relative;padding-top: 0;}
	.home-column-reverse:before {  content:'';position:absolute;width: 100%;height:52.6%;top:0;left:0; background: #e53389;}
	.home-column-reverse .tab-ul {margin-bottom: 0;}
	.home-column-reverse .tab-ul li {display: flex;justify-content: center;align-items: center;padding-bottom: 0;padding-right: 0;}
	.home-column-reverse .tab-ul li.on:after {display: none;}
	.home-column-reverse .tab-ul li.on aside {padding-left: .16rem;}
	.home-column-reverse .left {padding: .3rem 0;}
	.home-column-reverse .right {padding: 0 3%;}
	.home-column-reverse .column-swiper {padding-bottom: 0;}
	.home-column-reverse .pagination .bullet { border-color:#e53389;}
	.home-column-reverse .pagination .active{background-color: #e53389;}
	.home-column-reverse .column-swiper .btn {top: calc(100% / 2);}
}
@media (max-width:640px){
    .home-column .tab-ul li aside{padding-right: 0;font-size: .32rem;}
    .home-column .tab-ul li:not(:last-child){margin-bottom: 2.5em;}
    .home-column .tab-ul li{position: relative;display: flex;justify-content: center;margin: 0;margin-bottom: 2.5em;padding-bottom: 1.5em;width: 50%;border-bottom: 2px solid #a6b3c0;}
    .home-column .tab-ul li.on aside{background-image: none !important;padding-right: 0;}
    .home-column .tab-ul li.on:after{display: block;content: '';position: absolute;left: 0;bottom: -2px;width: 100%;height: 4px;background-color: #001a70;z-index: 3;}
    .home-column-reverse .flex .left{background: #e53389;padding-top: 0.5rem;}
    .home-column.home-column-reverse .tab-ul li.on{padding-bottom: 0;border-bottom: 0;}
    .home-column.home-column-reverse .tab-ul li.on:after{display: none;}
    .home-column-reverse .tab-ul li{padding-right: 0;margin-bottom: 0;}
    .home-column-reverse .tab-ul li .icon {right: auto;left: 0;}
    .home-column-reverse .tab-ul li.on aside{padding-left: .16rem;padding-right: 0;}
    .column-swiper .inner{height: auto}
    .column-swiper .txt{position: initial;transform: translateY(0);padding: .3rem .35rem;}
}
.page-ban{position: relative;z-index: 1;}
.page-ban .Ispic{height: 6rem;}
.page-ban .home-ban-txt{height: 3.8rem; margin-top: calc(-3.8rem / 2);}
.page-ban .home-ban-txt .auto-inner:before{width: 3.8rem;}
.page-ban.empty .home-ban-txt .auto-inner:before{display: none;}
.page-ban .home-ban-txt .cn{font-size: 0.48rem; line-height: calc(60 / 48 * 1em);}
.page-ban .home-ban-txt .en{font-size: 0.2rem; line-height: calc(24 / 20 * 1em); margin-bottom: 0;}
@media (max-width:768px) {
    .page-ban .Ispic{height: 3rem;}
    .page-ban .home-ban-txt{height: 2rem; margin-top: calc(-2rem / 2);}
    .page-ban .home-ban-txt .auto-inner:before{width: 2rem;height: 2rem;}
    .page-ban .home-ban-txt .auto-inner{padding-right: 0.4rem;}
    .page-ban .home-ban-txt .cn{font-size: 0.24rem; }
    .page-ban .home-ban-txt .en{font-size: 0.14rem; }
}

.Current{position: relative;z-index: 1; overflow: hidden;background-color: #f6f7fb; padding-top: 0.16rem;}
.Current:before{width: 9.27rem; height: 9.07rem;position: absolute;content: ''; left: calc(1321 / 1920 * 100%); top:-0.9rem; background: url(/cn/images/decorate.svg) no-repeat;background-size: contain;animation: 100s zhuan infinite both;z-index: 1;}
@keyframes zhuan {
    0%{transform: rotate(0);}
    100%{transform: rotate(360deg);}
}
.Current .auto-inner{position: relative;z-index: 5;}

.location{padding: 0.33rem 0;line-height: 1.3;}
.location,
.location a:not(:hover){color: #52627c;}

.sub-menu ul{position: relative;z-index: 1;}
.sub-menu ol{position: absolute; height: 3px;background-color: #001a70; left: 0;transition: 0.5s; bottom: 0;width: 0;}
.sub-menu li{float: left; line-height: 0.59rem;}
.sub-menu li:not(:last-child){margin-right: calc(50 / 1920 * 100vw);}
.sub-menu li a{display: block;position: relative; font-size: calc(18 / 16 * 1em);}
.sub-menu li.aon a{color: #001a70; font-weight: bold;}
.dropNav aside {display: none;}
@media (max-width:1024px) {
	.Current {/* overflow: visible; */z-index: 20;}
    .sub-menu ul{white-space: nowrap; overflow-x: auto; overflow-y: hidden;}
    .sub-menu ul:after{display: none;}
    .sub-menu li{display: inline-block; float: none;}
	.dropNav .sub-menu {position:relative;}
	.dropNav aside {position:relative;/* padding: .35rem 0 .35rem .42rem; */padding: .35rem 0 .35rem 0rem;font-size: .3rem;font-weight: bold;color: #001a70;display: block;}
	/* .dropNav aside:before {content:'';position:absolute;width: .22rem;height: .14rem;top:50%;left:0;margin-top:-.07rem;background: url("/cn/images/dropNav_icon.png") no-repeat center/contain;transform: rotate(-90deg);transition: .3s;} */
	.dropNav aside.on:before {transform: rotate(0)}
	.dropNav .sub-menu ul {position: absolute;top:100%;left:0;width: 100%;padding-left:.42rem;white-space:normal;overflow:hidden;background: #fff;display: none;z-index: 20;}
	.dropNav .sub-menu li {display: block;border-top:1px solid rgba(166, 179, 192, 0.3);}
	.dropNav .sub-menu li:not(:last-child) {margin-right: 0;}
	.dropNav .sub-menu li a {line-height: .9rem;font-size: .3rem;color: #001a70;}
}

.rideGuide{padding-bottom: 1.04rem;}
.rideGuide.pb0{padding-bottom: 0;}
.rideGuide .items{background-color: #f6f7fb;border-radius: 16px; padding-left: 0.59rem; padding-bottom: 0.6rem;position: relative;color: #333;}
.rideGuide .other{position: absolute;right: 0.5rem; top: 0.5rem;font-weight: bold;color: #001a70;font-size: calc(18 / 16 * 1em);z-index: 2;}
.rideGuide .txt-icon{position: relative; width: 1.8rem; height: 1.8rem; margin-top: calc(-1.8rem / 2);z-index: 1;}
.rideGuide .txt-icon .inside{background-color: #33488d;border-radius: 50%; height: 100%;text-align: center;font-weight: bold;color: #fff;position: relative;z-index: 4; border: 0.1rem solid;}
.rideGuide .txt-icon .inside aside{font-size: calc(18 / 16 * 1em); line-height: calc(24 / 18 * 1em); margin-top: 0.1rem;}
.rideGuide .txt-icon .inside img{height: 0.35rem;}
.rideGuide .txt-icon .icon-bg{position: absolute; left: -0.59rem;right: -0.8rem; height:calc(50% + 1rem); overflow: hidden; top:0.9rem;background-color: #f6f7fb;}
.rideGuide .txt-icon .icon-bg:before{position: absolute; content: ''; background: url(/cn/images/decorate2.png) no-repeat center top #f6f7fb; background-size: contain; width: 3.52rem;height: 3.52rem; bottom: 0.09rem; left: -0.27rem;animation: 100s zhuan infinite both linear;}
.rideGuide .step{position: relative; /* padding-top: 0.26rem; margin-left: 0.51rem; */margin-top: -1.75rem;z-index: 5;}
.rideGuide .step:not(.no-minheight){ min-height: 3.4rem;}
.rideGuide .step dl{counter-increment: my;}
.rideGuide .step:not(.ytable) dl{display: table;width: 100%; }
.rideGuide .step:not(.ytable) dl > *{display: table-cell; vertical-align: middle;}
.rideGuide .step dl dt{width: 0.7rem;}
.rideGuide .step dl dt:before{content:'0'counter(my);color: #52627c;font-size: 0.36rem;line-height: 0.7rem;background-color: #d6dae8;border-radius: 50%;text-align: center;display: block;font-weight: bold;}
.rideGuide .step dl dd{font-size: calc(20 / 16 * 1em);line-height: calc(30 / 20 * 1em);}
.rideGuide .step:not(.ytable) dd{padding-left: 0.21rem; }
.rideGuide .step .tree{padding-left: 0.45rem!important; background: url(/cn/images/kuohao.svg) no-repeat left center; background-size:  auto 0.7rem;line-height: 2; font-size: 1em;}
.rideGuide .step .tree2{background-size:  0.35rem 0.5rem; margin-top: 0.07rem; font-size: calc(16 / 18 * 1em);margin-bottom: -0.5rem;}
.rideGuide .step .tree3{font-size: calc(18 / 20 * 1em);}
.rideGuide .step .tree-l-r{overflow: hidden;}
.rideGuide .step .tree-l-r span{float: left;width: 50%;max-width: 1.6rem;}
.rideGuide .step .tree-l-r span:nth-child(2n+1){clear: left;}
.rideGuide .step dl dd.one{width: 1.01rem;}
.rideGuide .step .jiantou:before{content: '';height: 0.5rem; width: 0.7rem;display: block;background: url(/cn/images/step-icon.png) no-repeat center center; background-size: auto 0.33rem;}
.rideGuide .step + .gothere{margin-top: 0.74rem;margin-left: 0.51rem;}
.rideGuide  .gothere a{display: inline-block; line-height: calc(40 / 16 * 1em); padding-left: calc(47 / 16 * 1em);padding-right: calc(25 / 16 * 1em);color: #fff; border-radius: calc(40 / 16 * 1em); background: url(/cn/images/gothere.svg) no-repeat left  calc(25 / 16 * 1em)  center #33488d; background-size:calc(13 / 16 * 1em) auto;transition: 0.3s;}
.rideGuide  .gothere a:hover{background-color: #ffb81c;}
.rideGuide .step dd h5{margin: calc(29 / 22 * 1em) 0 calc(15 / 22 * 1em) 0; font-weight: normal;font-size: calc(22 / 20 * 1em);}
.rideGuide .step dd p{margin: 0 0 0.7em 0; line-height: calc(30 / 20 * 1em);}
.rideGuide .step .floor{color: #001a70; line-height: calc(30 / 20 * 1em);}
.rideGuide .step .floor span{display: inline-block;margin-right: 0.1rem;width:calc(30 / 20 * 1em);text-align: center;background-color: #001a70;border-radius: 0.05rem;color: #fff;}
/* .rideGuide .info >  .ytable + .ytable{margin-top: 1.28rem;} */
.rideGuide .info .ytable.fixed{display: flex;flex-wrap: wrap;}
.rideGuide .info .ytable.fixed .items{margin-right: 5%;margin-bottom: 1.28rem;}
.rideGuide .info .ytable.fixed .items:nth-of-type(2n){margin-right: 0;}
.rideGuide .info .ytable.fixed .items.one{width: 100%;margin-right: 0;}
.rideGuide .info .policy{position: relative;z-index: 5;margin-top: .6rem;}
.rideGuide .info .policy p{margin: 0;font-size: .18rem;color: #333333;line-height: 2;}
.rideGuide .info .policy .flex .ul li{float: left;width: 40%}
.rideGuide .info .policy .flex .ul li h4{font-size: .24rem;color: #33488d;}
.rideGuide .info .policy .flex .ul li:nth-of-type(1){margin-right: 15%;}
.rideGuide .info p{line-height: 1.7;}
@media (min-width:1025px) {
	.rideGuide .step .floor{white-space: nowrap;}
.rideGuide .info{display: table;width: 100%;table-layout: fixed; margin-top: 0.76rem;  }
.rideGuide .info >  .ytable > div{display: table-cell;vertical-align: top;}
.rideGuide .items:not(.items-full){width: calc(680 / 1480 * 100%);}
.rideGuide .step.ytable{width: calc(100% - 0.5rem - 1rem);}
.rideGuide .step.ytable > *{display: table-cell;}
.rideGuide .step.ytable .jiantou{vertical-align: middle; width: 1.27rem;}
.rideGuide .step-2.ytable .jiantou{width: 2rem;}
.rideGuide .step.ytable .jiantou:before{width: 0.33rem; height: 0.18rem;background-image: url(/cn/images/step-icon-r.png); background-size: contain; margin: 0 auto;}
.rideGuide .step.ytable dl:nth-of-type(2){width: 43.51%;}
.rideGuide .step.ytable dl.same-w{width: 2.4rem!important;}
.rideGuide .step.ytable dl.same-w:nth-of-type(2){width: auto !important;}
.rideGuide .step.ytable dl.same-w:last-of-type{width: 3.64rem!important;}
.rideGuide .step-2 dd p{min-height: calc((30 / 20 * 1em) * 3);}
.rideGuide .step ul li{float: left; width: 47.5%;}
.rideGuide .step ul li:nth-child(2n){float: right;}
.rideGuide .items.flx-justify{padding: 0 0.59rem;width: 100%}
.rideGuide .items.flx-justify .step{display: flex;justify-content: space-between;margin-left: 0;padding: .3rem 0;min-height: 2.6rem}
.rideGuide .items.flx-justify .step .jiantou:before{ transform:rotate(-90deg)}
.rideGuide .items.flx-justify .step:not(.ytable) dl{display: block;width: auto;}
.rideGuide .items.flx-justify .step:not(.ytable) dl > *{display: block;margin: auto;text-align: center;}
.rideGuide .items.flx-justify .step:not(.ytable) dd{padding-left: 0;}
}
@media (max-width:1024px) {
.rideGuide .info{padding-top: 0.6rem;}
/* .rideGuide .txt-icon{float: left;} */
.rideGuide .step {clear: both;}
.rideGuide .no-items{height: 1.2rem;}
.rideGuide .step.ytable{width: calc(100% - 0.7rem);}
}
.sub-nav{padding: 0.6rem 0;}
.sub-nav li{margin-bottom: 20px;}
.sub-nav li a{display: block;color: #52627c;font-size: calc(18 / 16 * 1em);padding: 0 calc(37 / 18 * 1em); cursor: pointer;}
.sub-nav li.on a{color: #fff; }
@media (min-width:769px) {
.sub-nav ul{display: table; margin: 0 auto;}
.sub-nav li{float: left; }
.sub-nav li:not(:last-child){margin-right: 0.2rem;}
.sub-nav li a{line-height: calc(50 / 18 * 1em); background-color: #f6f7fb;border-radius: 0.5rem;  }
.sub-nav li.on a{background-color: #001a70;}
}
@media (max-width:768px) {
    .sub-nav ul:after{display: none;}
    .sub-nav ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
    .sub-nav li{width: calc(50% - 0.05rem); display: flex;justify-content: center;align-items: center;height: calc(60 / 18 * 1em); background-color: #f6f7fb;border-radius: 0.5rem; margin-bottom: 0.1rem; }
    .sub-nav li.on{background-color: #001a70;}
    .sub-nav li a{padding: 0 1em;}
}
.notice-passengers .list{padding-top: .6rem;max-width: 900px;margin: auto;}
.notice-passengers .tips{margin-top: .4rem;font-size: .22rem;color: #001a70;line-height: 1.7;}
.notice-passengers .list ul{border-top: 1px solid #ddd;border-left: 1px solid #ddd;}
.notice-passengers .list ul li{display: flex;border-bottom: 1px solid #ddd;}
.notice-passengers .list ul li .item{display: flex;align-items: center;flex-wrap: wrap;width: 50%;padding: .2rem;font-size: 18px;color: #333;box-sizing: border-box;border-right: 1px solid #ddd;}
@media (max-width:640px){
    .notice-passengers .list ul li{display: block;}
    .notice-passengers .list ul li .item{width: 100%;border-bottom: 1px solid #ddd;}
    .notice-passengers .list ul li .item:last-child{border-bottom: 0;}
}
@media (max-width:640px){
    .rideGuide .info .ytable.fixed .items{margin-right: 0;width: 100%}
    .rideGuide .info .policy .flex .ul li:nth-of-type(1){margin-right: 0;}
    .rideGuide .info .policy .flex .ul li{float: none;}
    .rideGuide .txt-icon{display: none;}
    .rideGuide .step{margin-top: -1rem;}
    .rideGuide .info .ytable.fixed .items{padding-left: .2rem;padding-right: .2rem;}
}
.Oneid .public-title{font-size: .32rem;color: #001a70;}
.Oneid .public-title:after{display: block;content: '';margin-top: .2rem;width: .2rem;height: .04rem;border-radius: .04rem;background-color: #ffb91d;}
.Oneid .top-box{padding: .8rem 0;}
.Oneid .top-box .flex{margin-top: -.3rem;}
.Oneid .flex{display: flex;align-items: center}
.Oneid .name{margin-bottom: .4rem;font-size: .18rem;color: #001a70;font-weight: bold;}
.Oneid .text{font-size: .18rem;color: #52627c;line-height: 1.8;}
.Oneid .marg80{margin: .8rem 0;}
.Oneid .top-box .text{max-width: 4.5rem;}
.Oneid .top-box .img{margin-left: 2rem;}
.Oneid .burden{position: relative;margin-top: -1.8rem;}
.Oneid .list{margin-top: .7rem;}
.Oneid .list .item{padding: .8rem 0}
.Oneid .list .item:nth-of-type(odd){background-color: #f6f7fb}
.Oneid .list .flex .img{margin-left: 1.2rem;}
.Oneid .list .flex .img img{width: 100%}
.Oneid .list .item:nth-of-type(1) .img{width: 50.6%}
.Oneid .list .item:nth-of-type(1) .box{width: calc(49.4% - 1.2rem)}
.Oneid .list .item:nth-of-type(2) .img{margin-top: .7rem;}
.Oneid .list .item:nth-of-type(3){margin-top: .7rem;}
.Oneid .list .item:nth-of-type(3) ul li:nth-of-type(1) .img{width: 50.5%}
.Oneid .list .item:nth-of-type(3) ul li:nth-of-type(1) .box{width: calc(49.5% - 1.2rem)}
.Oneid .list .item:nth-of-type(3) ul li:nth-of-type(2) .img{width: 66.8%}
.Oneid .list .item:nth-of-type(3) ul li:nth-of-type(2) .box{width: calc(33.2% - 1.2rem)}
.Oneid .list .item:nth-of-type(3) ul li:nth-of-type(3) .img{width: 50.5%}
.Oneid .list .item:nth-of-type(3) ul li:nth-of-type(3) .box{width: calc(49.5% - 1.2rem)}
.Oneid .list .item:nth-of-type(3) ul li{margin-bottom: .7rem;}
.Oneid .list .item:nth-of-type(3) ul li:last-child{margin-bottom: 0;}
.Oneid .list .item:nth-of-type(4) .flex .img{width: 50.5%}
.Oneid .list .item:nth-of-type(4) .flex .box{width: calc(49.5% - 1.2rem)}
@media (max-width:1024px){
    .Oneid .list .item:nth-of-type(3) ul li:nth-of-type(2) .box{width: calc(49.5% - .5rem)}
    .Oneid .list .item:nth-of-type(3) ul li:nth-of-type(2) .img{width: 50.5%}
    .Oneid .list .flex .img{margin-left: .5rem;}
    .Oneid .list .item:nth-of-type(3) ul li:nth-of-type(3) .box{width: calc(49.5% - .5rem)}
    .Oneid .list .item:nth-of-type(3) ul li:nth-of-type(1) .box{width: calc(49.5% - .5rem)}
    .Oneid .list .item:nth-of-type(4) .flex .box{width: calc(49.5% - .5rem)}
    .Oneid .list .item:nth-of-type(1) .box{width: calc(49.4% - .5rem)}
    .Oneid .top-box .img{margin-left: 1rem;}

}
@media (max-width:640px){
    .Oneid .list{margin-top: 0;}
    .Oneid .top-box .flex{margin-top: .3rem;}
    .Oneid .flex{display: block;}
    .Oneid .top-box .img{margin-left: 0;margin-top: .2rem;}
    .Oneid .burden{margin-top: 0;}
    .Oneid .flex .img{width: 50%!important;margin-top: .2rem;margin-left: auto!important;margin-right: auto!important;}
    .Oneid .flex .box{width: 100%!important;}
}


.process-title{font-size: calc(28 / 16 * 1em);color: #001a70; border-bottom: 0.05rem solid #f6f7fb; padding-bottom: 0.29rem;text-align: center; margin:0;}
.process-title-mt{margin-top: -0.76rem;}
.process-title + .ytable{margin-top: 1.14rem;}
.process-title span{display: block;margin-top: .25rem;font-size: calc(12 / 16 * 1em);color: #000;font-weight: normal;line-height: 1.6;}
.process-title.pd{padding-top: .29rem;border-top: 0.05rem solid #f6f7fb;}
.complex-step{background-color: #f6f7fb; border-radius: 0.16rem; margin: 0.3rem 0 0 0; font-size: calc(22 / 16 * 1em); line-height: calc(32 / 22 * 1em);}
.complex-step + .process-title{margin-top: 0.8rem;}
@media (min-width:1025px) {
 .complex-step{padding: 0.7rem 6.757% 0.4rem;}
.complex-step[data-rel='2']{padding-left: 0.59rem;padding-right: 0.6rem;}
.complex-step[data-rel='2'] .w5{width:calc(130 / 1361 * 100%);padding-left: calc(40 / 22 * 1em);}
.complex-step .w4{width: calc(150 / 1280 * 100%);}
.complex-step .w3{width: calc(80 / 1280 * 100%);}
.complex-step .w5{width: calc(100 / 1280 * 100%); padding-left:  calc(36 / 22 * 1em);}
.complex-step .w3-1{width: calc(119 / 1280 * 100%);}
.complex-step[data-rel='2']  .w4{width: calc(150 / 1361 * 100%);}
.complex-step[data-rel='2']  .w3{width: calc(113 / 1361 * 100%);}
.complex-step[data-rel='2']  .w3-1{width: calc(119 / 1361 * 100%);}
.complex-step[data-rel='2']  .w3:before{content: '';height: 0.18rem; width: 0.33rem;display: block;background: url(/cn/images/step-icon-r.png) no-repeat center center; background-size:contain;margin: 0 auto;}
.complex-step .w2{width: calc(196 / 1280 * 100%); padding-left:  calc(36 / 22 * 1em);}
.complex-step[data-rel='2'] .w2{width: calc(196 / 1361 * 100%); }
.complex-step .w1{background: url(/cn/images/kuohao2.svg) no-repeat right center; background-size: 0.44rem auto; padding-right:  calc(70 / 22 * 1em);}
.complex-step .w1 dl{display: table; width: 100%; table-layout: fixed;padding: calc(1.1rem / 2) 0;}
.complex-step .w1 dd{display: table-cell; vertical-align: middle; line-height: calc(35 / 22 * 1em);}
.complex-step .w1 dd.dd1{width: calc(162 / 751 * 100%);}
.complex-step .w1 dd.dd2{width:calc(90 / 751 * 100%);}
.complex-step .w1 dd.dd2-1{width: calc((277 / 751 * 100%) / 2)!important;}
.complex-step[data-rel='2'] .w1 dd.dd1{width: calc(162 / 898 * 100%);}
.complex-step[data-rel='2'] .w1 dd.dd2{width: calc(90 / 898 * 100%);}
.complex-step[data-rel='2'] .w1 dd.dd2-1{width: calc((277 / 898 * 100%) / 2)!important;}
.complex-step .w1 dd.dd2:before{content: '';height: 0.18rem; width: 0.33rem;display: block;background: url(/cn/images/step-icon-r.png) no-repeat center center; background-size:contain;margin: 0 auto;}
.complex-step .w1 dd.dd3{width: calc(277 / 751 * 100%);position: relative;}
.complex-step[data-rel='2'] .w1 dd.dd3{width: calc(277 / 898 * 100%);}
.complex-step .w1 dd.dd3 .p,
.complex-step .w1 dd.dd3 .p p{background-repeat:no-repeat;background-size: auto 0.7rem; background-repeat: no-repeat;}
.complex-step .w1 dd.dd3 .p{background-image:  url(/cn/images/kuohao-l.svg) ; background-position: left center; padding-left:  18%;}
.complex-step .w1 dd.dd3 .p p{background-image:  url(/cn/images/kuohao-r.svg) ; background-position: right center; margin: 0;}
.complex-step .w1 dd.dd3 aside{text-align: center;position: absolute; width: 100%;left: 0;transform: translateY(-0.5rem);}
.complex-step[data-rel='2'] .w1 dd.dd4{width: calc(136 / 898 * 100%);}
.complex-step[data-rel='2'] .w1 dd.dd2{width: calc(72 / 898 * 100%);}
.complex-step .w1 dd.dd4,
.complex-step .w1 dd.dd5{white-space: nowrap;}
}
@media (max-width:1024px) {
    .complex-step{padding: 0.3rem;text-align: center;}
    .complex-step .w1{display: flex!important;flex-direction: row;}
    .complex-step .w1 dl{width:50%;}
    .complex-step .w1 dd.dd2{height: 0.6rem;background: url(/cn/images/step-icon.png) no-repeat center;}
    .complex-step .w1 dd.dd3{height: 1.2rem;display: flex;align-items: center;justify-content: center;flex-direction: column;}
    .complex-step .w1 dd.dd3 p{margin: 0;}
    .complex-step .w5:before,
    .complex-step .w2:before{content: url(/cn/images/kuohao-wap.svg);display: block;margin: 0 auto;}
    .complex-step .w3:before{content: url(/cn/images/step-icon.png);}
}

/* .traffic .table{margin-bottom: 0.6rem;}
.traffic .table table{ border: 1px solid #eee;}
.traffic .table table th,
.traffic .table table td{text-align: center; border: 1px solid #eee;border-collapse: collapse; line-height: calc(28  / 16 * 1em); padding-top: 0.28rem; padding-bottom: 0.28rem;}
.traffic .table table td:nth-child(1){line-height: calc(24  / 16 * 1em);}
.traffic .table tr td:nth-child(1){background-color: #fafbfd;}
.traffic .table tr:nth-child(2n) td:nth-child(1){background-color: #f6f7fb;}
.traffic .table tr.title th{background-color: #d1d4e2;color: #354154;height: 0.8rem;font-size: calc(20 / 16 * 1em);padding: 0;}
.traffic .table tr.sub-tit th{color: #52627c;padding-top: 0.2rem; padding-bottom: 0.2rem;}
.bgcolor-1{background-color: #fafbfd!important;}
.bgcolor-2{background-color: #f6f7fb;} */

.traffic-img{padding-bottom: 0.69rem;}
.traffic-img img:not(:last-child){margin-bottom: 0.6rem;}
.tab-info .info .tips {
    margin-top: 0.4rem;
    font-size: .22rem;
    color: #001a70;
    line-height: 1.7;
}
.pc{display: block;}
.media{display: none;}
@media (max-width:640px){
.media{display: block;}
.pc{display: none;}
}
.traffic-tips + .traffic-img{margin-top:0.6rem;}
.traffic-tips .icon{display: table; margin: 0 auto;}
.traffic-tips .icon i{display: block; margin: 0 auto;background: #f6f7fb url(../images/subway.svg) no-repeat center center;background-size: auto calc(44 / 100 * 100%);border-radius: 50%;width: 1rem; height: 1rem;transition: 0.3s;}
.traffic-tips .icon aside{font-weight: bold;font-size: calc(18 / 16 * 1em);color: #52627c; margin-top: 0.1rem;text-align: center;}
.traffic-tips .icon a:hover i{transform: rotateY(-180deg);}
.traffic-tips .tips h4{margin: 0;color: #ed6529;font-size: 1em; line-height: calc(36 / 16 * 1em);}
.traffic-tips .sweet-tips{ line-height: calc(36 / 16 * 1em);margin-top: 0.3rem;}
.traffic-tips .left .sweet-tips{ line-height: calc(28 / 16 * 1em);}
.traffic-tips .sweet-tips a.underline{text-decoration: underline;color: #52627c; }
.traffic-tips .sweet-tips a:hover{color: #ffb81c;}
.traffic-tips .right-btn a{display: inline-block;text-align: center;background-color: #17a0e6; border-radius: 0.5rem; padding: 0 0.3rem; transition: 0.3s;}
.traffic-tips .right-btn a:hover{background-color: #ffb81c;}
.traffic-tips .right-btn a span{display: block; padding-left:calc(37 / 18 * 1em); color: #fff; font-size: calc(18 / 16 * 1em);line-height: calc(50 / 18 * 1em);  background: url(/cn/images/time.svg) no-repeat left center;background-size: calc(22 / 18 * 1em) auto; }
.traffic-query{margin-bottom: .4rem;}
.traffic-query .box{width: max-content;margin: auto;font-size: 0;}
.traffic-query .box .ewm{display: inline-block;width: 1.3rem;vertical-align: middle;display: none;}
.traffic-query .box .ewm img{width: 100%;}
.traffic-query .box .more{display: none;}
.traffic-query .box .casket{display: inline-block;margin-left: .4rem;padding-left: .4rem;border-left: 1px solid #eeeeee;vertical-align: middle;margin-left: 0;padding-left: 0;border-left: 0;}
.traffic-query .box .casket .more a:before{display: inline-block;content: '';width: .5rem;height: .5rem;margin-right: .1rem;background-image: url('/cn/images/traffic-query.png');background-repeat: no-repeat;background-position: center;background-size: contain;vertical-align: middle;}
.traffic-query .box .casket .more a span{display: inline-block;font-size: .18rem;color: #52627c;font-weight: bold;vertical-align: middle;}
.traffic-query .box .casket .more a:hover span{text-decoration:underline}
.traffic-query .box .casket .more a:hover:before{background-image: url('/cn/images/traffic-query-on.png');}
.traffic-query .box .casket .text{margin-top: .3rem;font-size: .16rem;color: #52627c;margin-top: 0;}
.traffic-query .box .casket .tips{margin-top: .15rem;font-size: .16rem;color: #ec6726;display: none;}
@media (min-width:769px) {
.traffic-tips .left{padding-right: 0.3rem;}
.traffic-tips .right{border-left: 1px solid #eeeeee; width: 2.8rem;}
.traffic-tips .right-btn,
.traffic-tips .right-txt{text-align: right;}
.traffic-tips .right-txt .sweet-tips{text-align: left;display: inline-block;}
}
@media (max-width:768px) {
    .traffic-tips .left{margin-bottom: 0.3rem;}
    .traffic-tips .right-btn{text-align: center;}
}

.search{background-color: #f6f7fb;border-radius: 0.2rem; padding: 0.4rem 1rem; margin-bottom: 0.3rem;}
.search > *{ line-height: 0.5rem;font-size: calc(18 / 16 * 1em);}
.search span{text-align: center;color: rgba(82,98 ,124,0.5);}
.search .btn{background-color: #17a0e6;border-radius: 0.25rem;color: #fff;cursor: pointer;text-align: center; display: block;}
.search .input{font-size: calc(18 / 16 * 1em);}
.search .input .text{width: 100%;border: 0;background:#fff; height: 0.5rem; padding: 0 0.2rem;border-radius: 0.5rem;}
.search .input .text::placeholder{color: rgba(82,98 ,124,0.5);}
@media (min-width:1025px) {
    .search > *{float: left;}
    .search span{width: 0.8rem;}
    .search .input{width: calc((100% - 2.8rem) / 2); }
    .search .btn{width: 1.8rem;margin-left: 0.2rem;}
}
@media (max-width:1024px) {
    .search{padding: 0.2rem;text-align: center;}
    .search .btn{margin-top: 0.1rem;}
}

.traffic-txt-table .table{margin-bottom: 0.3rem;margin-left: auto;margin-right: auto;}
.traffic-txt-table .table [class*=max-]{ margin: 0 auto;}
.traffic-txt-table .table .max-w{max-width: 2.93rem;}
.traffic-txt-table .table .max-w2{max-width: 2.6rem;}
.traffic-txt-table .table,
.traffic-txt-table .table td{border: 1px solid #eee; }
.traffic-txt-table .table td{text-align: center; line-height: calc(28 / 16 * 1em); padding: 0.25rem 0;}
.traffic-txt-table .table tr.tit td{font-weight: bold; line-height: calc(24 / 16 * 1em); height: 0.82rem; font-weight: bold; padding: 0;}

/* .traffic-txt-table .table-1 tr td:nth-child(1){font-weight: bold;color: #fff;background: #001a70; } */
/* .traffic-txt-table .table-1 tr:nth-of-type(even) td:nth-child(1){background: #001a70; color: #fff;} */
/* .traffic-txt-table .table-1 tr:nth-child(2n) td:nth-child(1){background-color: #f6f7fb;}
.traffic-txt-table .table-1 tr:nth-child(2n-1) td:nth-child(1){background-color: #fafbfd;} */
.traffic-txt-table .table-1 tr.tit td{color: #fff;background: #001a70;}
/* .traffic-txt-table .table-1 tr.tit td:nth-child(2n){background-color: #f6f7fb;}
.traffic-txt-table .table-1 tr.tit td:nth-child(2n-1){background-color: #fafbfd;}
.traffic-txt-table .table-1 tr.tit td:nth-child(1){background-color: #fff;} */
.traffic-txt-table .table-1 tr.tit td:nth-child(1){width: calc(82 / 1480 * 100%);}
.traffic-txt-table .table-1 tr.tit td:nth-child(2){width: calc(262 / 1480 * 100%);}
.traffic-txt-table .table-1 tr.tit td:nth-child(3){width: calc(400 / 1480 * 100%);}
.traffic-txt-table .table-1 tr.tit td:nth-child(4){width: calc(111 / 1480 * 100%);}
.traffic-txt-table .table-1 tr.tit td:nth-child(5){width: calc(121 / 1480 * 100%);}
.traffic-txt-table .table-1 tr.tit td:nth-child(6),
.traffic-txt-table .table-1 tr.tit td:nth-child(7){width: calc(171 / 1480 * 100%);}
.traffic-txt-table .table-1 tr.tit td:nth-child(8){width: 61px;}
.traffic-txt-table .table-1 tr:not(.tit):nth-of-type(even) td{background-color: #d3e3fd}
.traffic-txt-table .table-1 tr:not(.tit):nth-of-type(odd) td{background-color: #fff8eb}
.traffic-txt-table .table-2 .tit td{color: #fff;}
/* .traffic-txt-table .table-2 .tit td:nth-child(2n-1){background-color: #fcfaf8;} */
.traffic-txt-table .table-2 .tit td{background-color: #f9b315;}
.traffic-txt-table .table-2 tr:not(.tit):nth-of-type(even) td{background-color: #fff7e4}
.traffic-txt-table .table-2 tr:not(.tit):nth-of-type(odd) td{background-color: #ffb81c;color: #001a70 !important;}
.traffic-txt-table .table-2 .tit td:not(:nth-child(2)){width: calc(200 / 1480 * 100%);}
.traffic-txt-table .table-2 .name td{background-color: #dfdcc9;color: #fff !important;font-weight: bold;}
.traffic-txt-table .table-2-1 .tit td:nth-child(2n-1){background-color: #fcfaf8;}
.traffic-txt-table .table-2-1 .tit td:nth-child(2n){background-color: #fcf9f2;}
.traffic-txt-table .table-2-1 .tit td:not(:nth-child(2)){width: calc(400 / 1480 * 100%);}
/* .traffic-txt-table .table-2 tr td:nth-of-type(1){background: #fbfaf8;color: #4d4941;font-weight: 700;} */
/* .traffic-txt-table .table-2 tr:nth-of-type(even) td:nth-of-type(1){background: #fcf9f2;} */

.traffic-txt-table .table-3 td:nth-child(1){font-weight: bold;color: #fff;background: #001a70;}

.traffic-txt-table .table-4 .name td{font-weight: bold;background-color: #001a70;color: #fff !important;font-size: calc(20 / 16 * 1em);}
.traffic-txt-table .table-4 .name td aside{font-weight: normal;font-size: calc(16  / 20 * 1em);color: #fff !important;}
.traffic-txt-table .table-4 tr:nth-child(2) td{font-weight: bold;color: #52627c;}
.traffic-txt-table .table-4 tr:not(.name):nth-of-type(even) td{background-color: #d3e3fd}
.traffic-txt-table .table-4 tr:not(.name):nth-of-type(odd) td{background-color: #fff8eb}

/* .traffic-txt-table .table-4 tr:nth-child(2) td:first-child{background-color: #fff;}
.traffic-txt-table .table-4 tr:nth-child(2) td:nth-child(2n){background-color: #fafbfd;}
.traffic-txt-table .table-4 tr:nth-child(2) td:nth-child(2n-1){background-color: ##f6f7fb;} */
.traffic-txt-table .table-4-2 tr.tit td:nth-child(1),
.traffic-txt-table .table-4-2 tr.tit td:nth-child(3),
.traffic-txt-table .table-4-2 tr.tit td:nth-child(5){width: calc(199 / 1480 * 100%);}
.traffic-txt-table .table-4-2 tr.tit td:nth-child(2){width: calc(484 / 1480 * 100%);}

.traffic-txt-table .table-4-3 .txt-left{padding-left: 0.3rem;text-align: left;}
.traffic-txt-table .table-4-3 .name td{    background-color: #f9b315;
    color: #001a70 !important;}
.traffic-txt-table .table-4-3 tr:not(.name):nth-of-type(even) td{background-color: #fff7e4}
.traffic-txt-table .table-4-3 tr:not(.name):nth-of-type(odd) td{background-color: #ffecb2}
.traffic-txt-table .table-4-3 .tit td:nth-child(1),
.traffic-txt-table .table-4 .tit td:nth-child(1){/* background-color: #fcf9f2!important;  */width: calc(360 / 1480 * 100%);}
.traffic-txt-table .table-4-3 .tit td:nth-child(2){/* background-color: #fcfaf8!important */;}

.traffic-txt-table .table-4-4 tr:nth-child(2) td:first-child{background: #f6f7fb;}
.traffic-txt-table .table-4-4 tr.tit td:not(:nth-child(2)){width: calc(400 / 1480 * 100%);}
.traffic-txt-table .table-5 tr.tit td:nth-of-type(1) {width: calc(82 / 1480 * 100%);}
/* .traffic-txt-table .table-5 tr.tit td:nth-child(2n){background-color: #f6f7fb;} */
.traffic-txt-table .table-5 tr.tit td{background-color: #001a70 !important;font-weight: 700;color:#fff;}
.traffic-txt-table .table-5 tr.tit td:not(:nth-child(1)){width: calc(130 / 1480 * 100%);}
.traffic-txt-table .table-5 tr:not(.tit):nth-of-type(even) td{background-color: #d3e3fd}
.traffic-txt-table .table-5 tr:not(.tit):nth-of-type(odd) td{background-color: #fff8eb}
/* .traffic-txt-table .table-5 tr td:nth-of-type(1) {font-weight: bold;color: #001a70;background: #e5ecff; } */
/* .traffic-txt-table .table-5 tr:nth-of-type(even) td:nth-child(1){background: #f2f6ff; } */
.traffic-txt-table .table-2.table-2-1 tr.firstRow td{
	background-color: #f9b315;
	color: #5f5b54;
}

.traffic-notice{box-shadow: 0 0 0.2rem  rgba(0, 0, 0, 0.05); line-height: calc(36 / 16 * 1em); margin-bottom: 0.6rem; padding: 0.5rem 0;text-align: center;}
.traffic-notice aside{color: #52627c;}
.traffic-notice .red{color: #ec6726;}

.traffic-editor{margin-bottom: 0.3rem;}
.traffic-editor dl dt{border: solid 1px #eeeeee;text-align: center; padding-top: 0.36rem;padding-bottom: 0.36rem;}
.traffic-editor dt h3{margin: 1em 0;font-size: calc(22 / 16 * 1em);color: #001a70;}
.traffic-editor dt aside{color: #52627c;line-height: calc(28 / 16 * 1em);}
.traffic-editor dt .icon{background-repeat: no-repeat;background-position: center; height: 0.5rem;background-size: contain;}
.traffic-editor dt .icon-add{background-image: url(/cn/images/address.svg);}
.traffic-editor dt .icon-add-full{background-image: url(/cn/images/add-full.svg);}
.traffic-editor dt .icon-tel{background-image: url(/cn/images/tel.svg);}
.traffic-editor dt .icon-tel-full{background-image: url(/cn/images/tel-full.svg);}
.traffic-editor dt .icon-website{background-image: url(/cn/images/website.svg);}
.magnetic-suspension{margin-bottom: .30rem;text-align: center;}
.magnetic-suspension ul{position: relative;}
.magnetic-suspension ul li{display: inline-block;vertical-align: middle;}
.magnetic-suspension ul em{display: inline-block;margin: 0 .4rem;width: 1px;height: .8rem;background-color: #eeeeee;vertical-align: middle;}
.magnetic-suspension ul a:before{display: inline-block;content: '';width: .5rem;height: .5rem;margin-right: .1rem;background-image: url('/cn/images/magnetic-suspension.png');background-repeat: no-repeat;background-position: center;background-size: contain;vertical-align: middle;}
.magnetic-suspension ul a span{display: inline-block;font-size: .18rem;color: #52627c;font-weight: bold;vertical-align: middle;}
.magnetic-suspension ul a:hover span{text-decoration:underline}
.magnetic-suspension ul a:hover:before{background-image: url('/cn/images/magnetic-suspension-on.png');}
@media (min-width:769px) {
.traffic-editor dl{display: table;width: 100%;table-layout: fixed;}
.traffic-editor dl > *{display: table-cell; vertical-align: middle;}
.traffic-editor dl dt{width: calc((100% - 1rem) / 3);}
.traffic-editor dl.row-2 dt{width: calc((100% - 0.4rem) / 2);}
.traffic-editor dl dd{width: 0.5rem;}
.traffic-editor dl.row-2 dd{width: 0.4rem;}
}
@media (max-width:768px) {
    .traffic-editor dl dt{margin: 0 auto;max-width: 4rem;}
    .traffic-editor dl dd{height: 0.5rem;}
}

.car-park{/* background: url(/cn/images/tcc-bg.jpg) no-repeat right bottom;background-position:calc(942 / 1920 * 100%) auto; */}
.car-park .info *{color: #52627c !important;}
.search-car{position: relative;z-index: 1; padding-right: 1.8rem;}
.search-car .search{border-radius: 0.2rem 0 0 0.2rem;}
.a-url-search-car{position: absolute; right:0;width: 1.8rem; top: 0; height: 100%;background-color: #eaecf3;border-radius: 0 0.2rem 0.2rem 0;color: #354154;font-size: calc(18 / 16 * 1em);font-weight: bold;}
.a-url-search-car figure{display: table; height: 100%;text-align: center;width: 100%;}
.a-url-search-car figcaption{display: table-cell; vertical-align: middle;}
.a-url-search-car i{display: block;margin: 0 auto 0.21rem; width: 0.4rem; height: 0.4rem;background: url(/cn/images/btn-fxxc.svg) no-repeat;background-size: contain;}
.a-url-search-car[data-name="hongqiao"]{color: #4276b2;}
.a-url-search-car[data-name="hongqiao"] i{background-image: url(/cn/images/btn-jcjt.png);}

.parkCar-notice{margin: 0.54rem 0;padding: 0.6rem 0;position: relative;z-index: 1;line-height: calc(36 / 16 * 1em);}
.parkCar-notice:before{position: absolute;content: ''; left: 50%;width: 100vw; height: 100%;background-color: #fcfcfb; top: 0; margin-left: -50vw;z-index: -1;}
.parkCar-notice .editor-info{position: relative;z-index: 5;line-height: calc(36 / 16 * 1em);color: #5f5b54;}

/*餐饮购物*/
.shopping-search{padding: 0.4rem 0.3rem;background-color: #f6f7fb;border-radius: 0.2rem; line-height: calc(50 / 18 * 1em); margin: 0.6rem 0 0.4rem 0;font-size: calc(18 / 16 * 1em);}
.shopping-search .select{position: relative;}
.shopping-search .select .sel-name{background: #fff url(../images/down-12-8.svg) no-repeat right calc(20 / 18 * 1em) center;background-size: calc(12 / 18 * 1em)auto; padding-right: calc(32 / 18 * 1em);color: rgba(82,98,124,0.5); padding-left: calc(20 / 18 * 1em); cursor: pointer;border-radius: 0.25rem;}
.shopping-search .select .sel-name.on{color: #000;}
.shopping-search .select .box{position: absolute; top: 100%;border-radius: 0.25rem; left: 0;background-color: #fff;width: 100%; padding: 0.2rem; box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);display: none;z-index: 50;}
.shopping-search .select .box ul{overflow: auto;line-height: 2; max-height: 12em;}
.shopping-search .select .box li a{display: block;cursor: pointer; transition: 0.3s;}
.shopping-search .select .box li a:hover{background-color: #ec6626;color: #fff; padding-left: 0.1rem;}
.shopping-search .s-box{background: url(/cn/images/search-blue.svg) no-repeat right calc(20 / 18 * 1em) center #fff; background-size: calc(16 / 18 * 1em) auto; padding-left: calc(20 / 18 * 1em); padding-right: calc(56 / 18 * 1em);border-radius: 0.25rem;}
.shopping-search .s-box .text{display: block;width: 100%; height: calc(50 / 18 * 1em); line-height: calc(50 / 18 * 1em);  border: 0;font-size:1em;}
.shopping-search .s-box .text::placeholder{color: rgba(82,98,124,0.5);}
.shopping-search .btn{display: block;background-color: #ec6626;text-align: center;color: #fff;cursor: pointer;border-radius: 0.25rem;}
@media (min-width:1025px) {
    .shopping-search .select{width: calc(260 / 1420 * 100%); margin-right:calc(20 / 1420 * 100%);}
    .shopping-search .s-box{width: calc(380 / 1420 * 100%); }
    .shopping-search .btn{width: calc(180 / 1420 * 100%);}
}
@media (max-width:1024px) {
    .shopping-search > *:not(.btn){margin-bottom: 0.1rem;}
}

.type-list-search{border-bottom: 5px solid #f6f7fb; padding-bottom: 0.34rem;}
.type-list-search li{margin-bottom: 0.2rem;position: relative;box-shadow: 0 0 .1rem rgba(0, 0, 0, .18);border-radius: .2rem}
.type-list-search li .pic{overflow: hidden;border-radius: 0.2rem .02rem 0 0;}
.type-list-search li .pic .Ispic{padding-bottom: calc(320 / 480 * 100%);transition: 0.3s ease-out;}
.type-list-search li a:hover .pic .Ispic{transform: scale(1.05);}
.type-list-search li .txt{/* position: absolute;left: 0;bottom: 0; */padding: .2rem 0;width: 100%;color: #fff;text-align: center;z-index: 3;background-color: rgba(255,184,28,1);border-radius: 0 0 .2rem 0.2rem;}
.type-list-search li .txt h3{margin: 0;/* margin: calc(30 / 24 * 1em) 0 calc(16 / 24 * 1em) 0; */font-size: calc(26 / 16 * 1em);letter-spacing: 1em}
.type-list-search li .txt pre{display: none;font-size: calc(18 / 16 * 1em); line-height: calc(28 / 18 * 1em);}
@media (min-width:769px) {
.type-list-search li{float: left; width: calc((100% - 0.4rem * 2) / 2); }
.type-list-search li:not(:nth-child(2n)){margin-right: 0.4rem;}
}
@media (max-width:768px) {
    .type-list-search{padding-left: 0.3rem;padding-right: 0.3rem;}
}

.list-colmn-name{padding: 0.59rem 0 0.27rem 0;font-size: calc(18 / 16 * 1em);}
.list-colmn-name h4{margin: 0 0 calc(20 / 32 * 1em);font-size: calc(32 / 18 * 1em);}

.list-store ul{position: relative; background-color: #f6f7fb; transition: 0.3s;}
.list-store ul:hover{background-color: #fff;box-shadow: 0 0 0.2rem  rgba(0, 0, 0, 0.12);}
.list-store ul .url{position: absolute;z-index: 4; left: 0;top: 0;width: 100%;height: 100%;display: block;}
.list-store ol .pic{overflow: hidden;}
.list-store ol .Ispic{padding-bottom: calc(200 / 300 * 100%);transition: 0.3s;}
.list-store ul:hover ol .Ispic{transform: scale(1.05);}
.list-store li .tit{color: #001a70;font-size: 0.24rem; line-height: calc(32 / 24 * 1em);}
.list-store li .tit + dl{margin-top: 0.15rem;}
.list-store li .floor{padding: 0.11rem 0 0.28rem 0;}
.list-store li .floor span{display: inline-block;color: #fff;background-color: #ec6626;border-radius: 0.05rem; font-size: calc(14 / 16 * 1em);padding: 0 0.5em; line-height: calc(20 / 14 * 1em); margin-right: 0.05rem;font-weight: bold;}
.list-store li .floor span.end{background-color: #52627c;font-weight: normal;}
.list-store li dd{line-height: calc(28 / 16 * 1em);}
.list-store li dd:nth-of-type(1){height: .84rem;}
.list-store li dd:last-child{min-height: 0.55rem;}

.laster-store ul{padding: 0.5rem; border: 1px solid #fff;}
.laster-store ul:hover{z-index: 10;}
.laster-store ol{width: 48%;}
.laster-store li{padding-left: 0.5rem; width: 50%;}
/* .laster-store li  dd{position: relative;padding-left: 0.8rem; }
.laster-store li  dd span{position: absolute; left: 0; top: 0; min-height: calc(28 / 16 * 1em);} */
@media (min-width:769px) {
	.laster-store{display: flex;flex-wrap: wrap;}
    .laster-store ul{width: 50%;}
}
@media (min-width:769px) and (max-width:1024px) {
    .laster-store ul{padding: 0.2rem;height: 2.4rem;}
    .laster-store li{padding-left: 0.2rem;}
}
@media (max-width:640px) {
    .laster-store ul{padding: 0.2rem; height: auto;display: block;}
    .laster-store ol{display: block;width: 100%;}
    .laster-store li{padding-left: 0;margin-top: .2rem;display: block;width: 100%}
    .list-store li dd:nth-of-type(1){height: auto;}
}

.list-storeindex ul{ margin-bottom: 0.4rem;border-radius: 0.2rem; overflow: hidden;}
.list-storeindex li{padding: 0.3rem;}
.list-storeindex li .floor{padding: 0.09rem 0 0.25rem 0;}
@media (min-width:769px) {
.list-storeindex ul{float: left;width: calc((100% - 0.54rem * 3) / 4); }
.list-storeindex ul:not(:nth-child(4n)){margin-right: 0.54rem;}
.list-storeindex ul:nth-child(4n+1){clear: left;}
}
@media (max-width:768px) {
    .list-storeindex:after{display: none;}
    .list-storeindex{display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
    .list-storeindex ul{width: 48%;}
}

.more-remcom{text-align: center;padding: 0.6rem 0;}
.more-remcom a{display: inline-block;background-color: #ec6626;border-radius: calc(50 / 18 * 1em);font-size: calc(18 / 16 * 1em);line-height: calc(50 / 18 * 1em);color: #fff; padding: 0 calc(36 / 18 * 1em);transition: 0.3s;}
.more-remcom a:hover{background-color: #091b6f;}

.sales-slider{background-color: rgba(246,247,251,0.5); padding-bottom: 0.8rem;}
.sales-slider .slider li a{display: block; margin: 0 0.1rem;}
.sales-slider .slider li .txt{background-color: #fff; padding: 0.2rem 0.2rem 0.15rem;color: #52627c;font-size: calc(18 / 16 * 1em);line-height: calc(24 / 18 * 1em);transition: 0.3s;z-index: 4;position: relative;}
.sales-slider .slider li a:hover .txt{margin-top: -0.3rem; padding-bottom: 0.45rem;}
.sales-slider .slick-arrow{position: absolute; top: 50%; width: 0.36rem; height: 0.36rem;margin-top: -0.18rem;background-position: center;background-repeat: no-repeat;background-size: contain; cursor:pointer;border: 0;background-color: transparent;font-size: 0;transition: 0.3s; }
.sales-slider .slick-prev{right: 100%;background-image: url(/cn/images/arrow-prev.svg);}
.sales-slider .slick-next{left: 100%;background-image: url(/cn/images/arrow-right.svg);}
.sales-slider .slick-prev:hover{background-image: url(/cn/images/btn-prev.svg);}
.sales-slider .slick-next:hover{background-image: url(/cn/images/btn-next.svg);}
@media (min-width:1025px) {
.sales-slider .slider{margin: 0 -0.1rem;}
}
@media (max-width:1024px) {
    .sales-slider .slider{margin: 0 0.36rem;}
}

.Pages{text-align: center;font-size: calc(18 / 16 * 1em);line-height: calc(52 / 18 * 1em);color: #52627c; margin: 0.6rem 0;}
.Pages > *{display: inline-block; vertical-align: middle;}
.Pages .el-pagination button i{display: none !important;}
.Pages .el-pager li,
.Pages .el-pagination button,
.Pages a{
	line-height: calc(52 / 18 * 1em);
	float: left; height: calc(52 / 18 * 1em);border-radius: 50%;  
	width: calc(52 / 18 * 1em); text-align: center; margin: 0 0.05rem;color: #52627c;
	background-color: #f6f7fb;background-position: center; background-size: auto 0.12rem; background-repeat: no-repeat;
}
.Pages  em{font-style:normal;}
.Pages .el-pagination button{float: none;}
.Pages .el-pager .num{overflow: hidden;font-style: normal;}
.Pages .el-pager li.active{background-color: #001a70;color: #fff;}
.Pages .el-pagination button.btn-prev,
.Pages a.a_prev{background-image: url(/cn/images/page/arrow-prev.svg);}
.Pages .el-pagination button.btn-next,
.Pages a.a_next{background-image: url(/cn/images/page/arrow-next.svg);}
.Pages a.a_prev:hover{background-image: url(/cn/images/page/arrow-prev-hover.svg);}
.Pages a.a_next:hover{background-image: url(/cn/images/page/arrow-next-hover.svg);}
.Pages .el-pager li:hover,
.Pages a:hover,
.Pages a.a_cur{background-color: #001a70;color: #fff;}
.Pages .el-pagination button:disabled{
	background-color: #f6f7fb;
	opacity: .3;
}
.Pages .el-pager li.btn-quicknext, .Pages .el-pager li.btn-quickprev,
.Pages .el-pagination button,.Pages .el-pagination span:not([class*=suffix]),
.Pages .el-pagination__total{
	line-height: calc(52 / 18 * 1em) ;
}
.Pages .p_total{font-size: calc(16 / 18 * 1em);}
@media (max-width:640px) {
    .Pages .p_page .num{display: none;}
}

.no-submenu{background-color: #fff;}
.no-submenu:before{display: none;}
.no-submenu .sub-menu{display: none;}

@media (min-width:1025px) {
.store-details .left{width: calc(640 / 1480 * 100%); }
.store-details .right{width: calc(780 / 1480 * 100%);}
}
.store-details{position: relative;z-index: 1;}
.store-details .line{position: absolute; bottom: 0;width: 100%;height: 0.05rem;background-color: #f6f7fb;}
.store-details .left{padding: 0.3rem 0.5rem 0.5rem;}
.store-details .tit-intro{position: relative;z-index: 1;padding: 0.3rem 0;}
.store-details .tit-intro:before{position: absolute; left: -0.5rem; top: 0; height: 100%;background-color: #f6f7fb;border-radius: 0.2rem; content: '';z-index: -1;}
.store-details .tit-intro h2{margin: 0;color: #001a70;font-size: calc(30 / 16 * 1em);}
.store-details .getback{position: absolute;right: 0; width: 0.5rem; height: 0.5rem;border-radius: 50%;background: url(/cn/images/back.svg) no-repeat center center #fff;background-size: 0.2rem auto;margin-top: -0.25rem; top: 50%;transition: 0.3s;}
.store-details .getback:hover{background-image: url(/cn/images/back-white.svg);background-color: #ffb81c;}
.store-details .floor{padding: 0.15rem 0 0 0;}
.store-details .floor span{display: inline-block;color: #fff;background-color: #ec6626;border-radius: 0.05rem; font-size: calc(14 / 16 * 1em);padding: 0 0.5em; line-height: calc(20 / 14 * 1em); margin-right: 0.05rem; font-weight: bold;}
.store-details .floor span.end{background-color: #52627c;font-weight: normal;}
.store-details .floor span.start{background-color: #001a70;font-weight: normal;}
.store-details .details pre{font-size: calc(18 / 16 * 1em); line-height: calc(30 / 18 * 1em); margin: calc(40 / 18 * 1em) 0;}
.store-details .details pre img{display: none;}
.store-details .dl-group dl{display: flex; line-height: calc(30 / 16 * 1em); }
.store-details .dl-group dl:not(:last-child){margin-bottom: 0.15rem;}
.store-details .dl-group dd{flex: 1;}
.store-details .dl-group dd a{color: #52627c;}
.store-details .dl-group dd a:hover{color: #001a70;text-decoration: underline;}
.store-details .dl-group dt{padding-left: 0.5rem; background-repeat: no-repeat;background-position: left top;background-size: auto 0.3rem;}
.store-details .dl-group .time dt{background-image: url(/cn/images/info/time.svg);}
.store-details .dl-group .tel dt{background-image: url(/cn/images/info/tel.svg);}
.store-details .dl-group .locat dt{background-image: url(/cn/images/info/add.svg);}
.store-details .dl-group .work dt{background-image: url(/cn/images/info/shop.svg);}
@media (min-width:1025px) {
    /* .store-details .dl-group dl{max-width:4.53rem;}s */
    .store-details .tit-intro:before{width: calc(1480 / 640 * 100%);}
}
@media (max-width:1024px) {
    .store-details .tit-intro:before{right: -0.5rem;}
}

.store-details .slider-for{border-radius: 0.2rem; overflow: hidden;}
.store-details .slider-for .Ispic{padding-bottom: calc(520 / 780 * 100%);}
.store-details .slider-nav{ margin-top: 0.2rem; overflow: hidden;}
.store-details .slider-nav .slider{background-color: #fff;padding-left: 0.3rem;float: right; width: calc(1.3rem * 3);}
.store-details .slider-nav .slider li figure{margin: 0 0.05rem;}
.store-details .slider-nav .Ispic{padding-bottom:calc(80 / 120 * 100%) ;border-radius: 0.1rem;border: 2px solid transparent;}
.store-details .slider-nav .slider li.slick-current .Ispic{border-color:#ec6626;}

.laster-store.slider{ padding-bottom: 0.79rem; }
.laster-store.slider ul{float: none;width: calc(100% - 0.2rem);}
.laster-store.slider .slick-dots{padding: 0; height: auto;background: none;text-align: center; margin-top: 0.4rem;}
.laster-store.slider .slick-dots:hover{box-shadow: none;}
.laster-store.slider .slick-dots li{list-style: none;display: inline-block;padding: 0;/* width: auto; */padding: 0;}
.laster-store.slider .slick-dots li button{width: 14px;height: 14px;border: solid 2px #eeeeee;background: none;cursor: pointer;font-size: 0;border-radius: 50%;padding: 0;}
.laster-store.slider .slick-dots li.slick-active button{background-color: #ec6626;border-color: #ec6626;}
@media (min-width:769px) {
.laster-store.slider .slick-list{padding: 0.2rem 0;}
.laster-store.slider{margin: 0 -0.2rem;}
.laster-store.slider .slick-active ul{margin-right: 0.2rem;}
.laster-store.slider .slick-current ul{margin-left: 0.2rem;margin-right: 0;}
}
@media (max-width:768px) {
    .laster-store.slider .slick-active ul{margin: 0 0.2rem;}
}

.vip-about{padding: 0.79rem 0 1.88rem 0; background: url(/cn/images/vip-aboutbg2.png) no-repeat center bottom; background-size: calc(1049 / 1920 * 100%) auto;}
.vip-about .rideGuide .items{padding-left: 0.4rem;}
.vip-about .rideGuide .items:after{position:absolute; content: 'VIP';font-family: 'Oswald-Medium';font-size: 3rem;color: #eff0f5;opacity: 0.8; right: 0.15rem;bottom: 0; height: 2.23rem; overflow: hidden;}
.vip-about .rideGuide .txt-icon .inside img{ height: 0.6rem;}
.vip-about .rideGuide .txt-icon .icon-bg{left: -0.4rem;}
.vip-about .rideGuide .txt-icon .icon-bg:before{left: -0.47rem;}
.vip-about .rideGuide .txt-icon .inside aside{font-size: calc(24 / 16 * 1em);}
.vip-about .edit-desc{ max-width: 11.03rem; margin: 0 auto; line-height: calc(36 / 18 * 1em);}
.vip-about .info-desc{color: #52627c;position: relative;z-index: 3;padding: 0.29rem 1.08rem 0 0.4rem; line-height: calc(36 / 18 * 1em); font-size: calc(18 / 16 * 1em);clear: both;}
.vip-about .info-desc .blue{color: #001a70;}
@media (max-width:1024px) {
    .vip-about .rideGuide .txt-icon .inside aside{font-size: calc(20 / 16 * 1em);}
    .vip-about .info-desc{padding-right: 0.4rem;}
}

.vip-contact td{color: #52627c;background-color: #f6f7fb;}
.vip-contact dl{display: table;width: 100%; table-layout: fixed;}
.vip-contact dl > *{display: table-cell; vertical-align: middle;}
.vip-contact dl dt{text-align: center; width: 1.4rem;}
.vip-contact dl dt h4{margin: 0.1rem 0 0 0;color: #001a70;font-size: calc(22 / 16 * 1em);}
.vip-contact .ke-zeroborder .firstRow td:nth-of-type(1) h4{margin:  0 0 0.2rem 0;color: #001a70;font-size: calc(22 / 16 * 1em);}
.vip-contact dl dt img{max-height: 0.5rem;}
.vip-contact dl dd{font-size: calc(18 / 16 * 1em);line-height: calc(28 / 18 * 1em);padding-left: 0.4rem;color: #001a70;}
.vip-contact tr:nth-child(1) td:nth-child(1) dl dd{line-height: calc(36 / 18 * 1em);}
@media (min-width:1025px) {
.vip-contact td{ padding-left: 0.92rem;padding-right: 0.92rem;}
.vip-contact td.small{ border-left: 4px solid #fff; width: calc(560 / 1480 * 100%); padding: 0.38rem 0.55rem;}
.vip-contact tr:nth-child(1) td.small{border-bottom: 4px solid #fff;}
.vip-contact tr:nth-child(2) td.small{border-top: 4px solid #fff;}
}
@media (max-width:1600px){
    .vip-contact dl dd{padding-left: .3rem;}
}
@media (max-width:1024px) {
    .vip-contact table,
    .vip-contact table td{display: block;}
    .vip-contact table td{padding: 0.4rem;border-bottom: 2px solid #fff;}
    .vip-contact dl dt{width: 1.4rem;}
    .vip-contact dl dd{padding-left: 0.4rem;}
}

.btn-booking{text-align: center;}
.btn-booking a{display:block;color: #fff; line-height: calc(50 / 18 * 1em);border-radius: calc(50 / 18 * 1em);background-color: #091b6f;transition: 0.3s;}
.btn-booking a:hover,.ico-yd .btn-booking a:hover{ background-color: #ffb91d;}
.btn-booking a.default:not(:hover){background-color: #f6f7fb;color: #52627c;}
.ico-yd .btn-booking a{
	width: 1.5rem;
	line-height: 0.4rem;
	padding-left: 0.3rem;
	background: #091b6f url(../images/icon3.svg) no-repeat 0.2rem center/0.2rem;
}
.btn-booking.c17 a{background-color: #17a0e6;}
.number-count{padding: 0.73rem 0 0.76rem 0;}
.number-count li{float: left; font-size: calc(18 / 16 * 1em); }
.number-count li aside{margin-top: 0.1rem;}
.number-count li .count,
.number-count li sub{display: inline-block; vertical-align: super;}
.number-count li sub{font-size: calc(18 / 16 * 1em); }
.number-count li .count{position: relative;font-family:'Oswald-Medium';color: #ffb91d;font-size: calc(48 / 18 * 1em); margin-right: 0.1rem;}
.number-count li .count i{font-style: normal;display: block;}
.number-count li .count i.init{opacity: 0;}
.number-count li .count i.ani{position: absolute; left: 0;top: 0;}
@media (min-width:769px) {
.number-count ul{display: table; margin: 0 auto;}
.number-count li{margin: 0 0.75rem;}
}
@media (max-width:768px) {
    .number-count li{width: 50%;text-align: center; margin: 0.3rem 0;}
}

.photo-album{margin-bottom:1.55rem;position: relative;z-index: -1;}
.photo-album::before{position: absolute;content: '';width: 100%; height: 100%;background: url(/cn/images/vip-aboutbg.png) no-repeat left top; background-size:calc(1276 / 1480 * 100%) auto; top: -3.42rem; left: -0.75rem;}
.photo-album .slider-nav li{cursor: pointer;}
.photo-album .slider-for{overflow: hidden;border-radius: 0.2rem;}
.photo-album .slider-for .Ispic{ padding-bottom: calc(700 / 1480 * 100%);}
.photo-album .slider-nav{position: relative;z-index: 4; margin-top: -0.28rem;}
.photo-album .slider-nav .slider{max-width: 11.14rem; margin: 0 auto;width: 90%; background-color: #fff;border-radius: 0.1rem; padding: 0.2rem calc(0.2rem - (0.19rem / 2));}
.photo-album .slider-nav .Ispic{padding-bottom: calc(120 / 254 * 100%); margin: 0 calc(0.19rem / 2);border-radius: 0.05rem;}
.photo-album .slider-nav li:not(.slick-current) .Ispic{opacity: 0.5;}
@media (max-width:1024px) {
    .photo-album{margin-bottom:0.6rem;}
    .photo-album::before{left: 0;background-size: contain; top: -1.5rem;}
}

.column-name{color: #001a70;font-size: calc(32 / 16 * 1em); margin-bottom: 0.46rem;font-weight: bold;}
/* .column-name:after{width: 20px;content: '';height: 4px;background-color: #ffb91d;border-radius: 2px;display: block; margin-top: 0.1rem;} */
.column-name.center{text-align: center;}
.column-name.center:after{margin-left: auto;margin-right: auto;}

.intro-desc .pic img{border-radius: 0.2rem;}
.intro-desc .txt{font-size: calc(18 / 16 * 1em); line-height: calc(36 / 18 * 1em); }
@media (min-width:1025px) {
.intro-desc .pic{width: calc(740 / 1480 * 100%);}
.intro-desc .txt{padding-right: 0.84rem;}
}
.hotel-about .intro-desc{padding: 0.8rem 0 1.3rem 0;}
.hotel-about .intro-desc .txt .logo{ margin-bottom: 0.28rem; max-width: 2.84rem;}
@media (max-width:1024px) {
    .hotel-about .intro-desc .txt .logo{display: block;margin: 0 auto;}
}

.hotel-album li .Ispic{padding-bottom: calc(580 / 1920 * 100%);background-size: contain;}
.hotel-album .slick-dots{position: absolute;z-index: 34; left: 0; bottom: 0.35rem;text-align: center;height: 14px;width: 100%;}
.hotel-album .slick-dots li{display: inline-block; height: 0.14rem; width: 0.14rem;border: 0.02rem solid #fff; margin: 0 0.1rem; border-radius: 50%; cursor: pointer;background-color: transparent;}
.hotel-album .slick-dots li button{display: none;}
.hotel-album .slick-dots li.slick-active{background-color: #fff;}
@media (max-width:768px) {
    .hotel-album li .Ispic{padding-bottom: calc(600 / 1200 * 100%);}
    .hotel-album .slick-dots{bottom: 0.6rem;}
}

.hotel-facility{position: relative;margin-top: 0;z-index: 10; /*padding-bottom: 0.8rem;*/}
.hotel-facility .auto-inner{padding-top: 0.79rem; background-color: #fff;border-radius: 0.2rem;}
.hotel-facility .xy .column-name{margin-bottom: 0.2rem;font-size: calc(28 / 16 * 1em);}
.hotel-facility .auto-inner > .desc{max-width: 10.59rem; margin: 0 auto 1rem;text-align: center;}
.hotel-facility .desc{line-height: calc(36 / 18 * 1em); font-size: calc(18 / 16 * 1em);}
.hotel-about .hotel-album{margin-top: .3rem;}
.hotel-facility .pic img{border-radius: 0.2rem;}
.hotel-facility .slick-dots{position: absolute;z-index: 34; left: 0; bottom: 0.2rem;text-align: center;height: 14px;width: 100%;}
.hotel-facility .slick-dots li{display: inline-block; height: 0.14rem; width: 0.14rem;border: 0.02rem solid #fff; margin: 0 0.1rem; border-radius: 50%; cursor: pointer;background-color: transparent;}
.hotel-facility .slick-dots li button{display: none;}
.hotel-facility .slick-dots li.slick-active{background-color: #fff;}
#hotel-about641 .hotel-album {margin-bottom: .8rem;}
#hotel-about641 .hotel-facility .auto-inner {padding-top: 0;}
@media (min-width:1025px) {
.hotel-facility .pic{width: calc(740 / 1480 * 100%);}
.hotel-facility .txt{padding-left: 1.2rem; padding-right: 0.4rem;}
.hotel-facility2 {padding-bottom: 0;}
.hotel-facility2 .txt{padding-right: 1.2rem; padding-left: 0;}
}
@media (max-width:1024px) {
    .hotel-facility .auto-inner > .desc{margin-bottom: 0.4rem;}
    .hotel-facility .txt{margin-top: 0.4rem;}
	.hotel-facility .slick-dots{bottom: 0.6rem;}
}

.hotel-contact{padding: 0.8rem 0;}
.hotel-contact .way dl dt{font-size: calc(18 / 16 * 1em);padding-top: .1rem; padding-bottom: .1rem;padding-left: calc(34 / 18 * 1em);color: #001a70; line-height: calc(20 / 18 * 1em); background-position: left center;background-repeat: no-repeat;background-size: auto calc(20 / 18 * 1.3em);}
.hotel-contact .way dl dt.ico-add{background-image: url(/cn/images/add-full2.svg);}
.hotel-contact .way dl dt.ico-tel{background-image: url(/cn/images/tel-full2.svg);}
.hotel-contact .way dl dt.ico-wx{background-image: url(/cn/images/wx-full2.svg);}
.hotel-contact .way dl dt.ico-web{background-image: url(/cn/images/ie.svg);}
.hotel-contact .way dl dt.ico-concern{background-image: url(/cn/images/concern-full2.svg);}
.hotel-contact .way dl dt.ico-email{background-image: url(/cn/images/email-full2.svg);}
.hotel-contact .item{background-color: #fff; height: 3.2rem;text-align: center;}
.hotel-contact .no-item{width: 0.2rem;}
.hotel-contact .item .icon img{height: 0.5rem;}
.hotel-contact .item h5{margin: 1em 0; font-size: calc(22 / 18 * 1em);color: #001a70;}
.hotel-contact .item .btn-booking a{max-width:1.8rem;margin: 0 auto;}
.hotel-contact .item aside{line-height: calc(28 / 18 * 1em);}
@media (min-width:1025px) {
    .hotel-contact .way{display: flex;justify-content: space-between; margin-bottom: 1rem;}
    .hotel-contact .way .column-name{margin-bottom: 0;}
    .hotel-contact .way .column-name:after{margin-left: 0;}
    .hotel-contact .way{padding: 5% 0;border-top: 1px solid #eee;border-bottom: 1px solid #eee;}
    .hotel-contact .way>dl{width: 40%;}
    /* .hotel-contact .way dl dt:not(:last-child){margin-bottom: 0.3rem;} */
}
@media (max-width:1024px) {
    .hotel-contact .way dl{padding: 0 0.3rem;}
    .hotel-contact .way dl dt{margin-bottom: 0.3rem; line-height: calc(30 / 18 * 1em); background-position: left top 0.3em;}
}

.hotel-store{padding: 0.8rem 0 0 0;}
.hotel-store .column-name{margin-bottom: 0;}
.hotel-store .desc{text-align: center; margin: 0.2rem 0;font-size: calc(18 / 16 * 1em);}
.hotel-store .more-remcom a{background-color: #091b6f;}
.hotel-store .more-remcom a:hover{background-color: #ffb91d;}

.official-about{padding-top: 0.8rem; overflow: hidden;padding-bottom: 1.5rem;}
.official-about .intro-desc .ytable-cell{vertical-align: top;}
.official-about .intro-desc .txt{position: relative;z-index: 5;}
.official-about .intro-desc .logo{max-width: 4.03rem; margin-bottom: 0.07rem;}
.official-about .number-count{max-width: 9.6rem;background-color: #f6f7fb;border-radius: 0.1rem; padding: 0.6rem 0; margin-top: -0.23rem;position: relative;z-index: 4;}
.official-about .number-count .pt{position: absolute;width: 8.85rem; height: 7.5rem;background: url(/cn/images/official-pt.png) no-repeat center;background-size: contain; right: 0.49rem; top: -1.02rem;}
.official-about .number-count li{position: relative;z-index: 4;}
@media (min-width: 769px) {
   .official-about .number-count li{margin: 0 calc(0.7rem / 2);}
}
@media (max-width:1024px) {
    .official-about .intro-desc .logo{margin-left: auto;margin-right: auto;display: block;}
}

.main-service{position: relative;z-index: 40; padding-top: 0.97rem; overflow: hidden; padding-bottom: 1.35rem;}
.main-service .gallery-thumbs{margin: 0 -11.325%;text-align: center;}
.main-service .gallery-thumbs .Ispic{margin: 0 calc(0.78rem / 2); padding-bottom: calc(470 / 700 * 100%); border-radius: 0.2rem;}
.main-service .num{font-family: 'Oswald-Medium'; height: 0.6rem; font-size: 0.72rem; line-height: calc(60 / 72 * 1em);}
.main-service .gallery-thumbs .num{color: #f6f7fb;}
.main-service .gallery-thumbs .tit{font-size: calc(24 / 16 * 1em); margin-top: -1em;}
.main-service .gallery-thumbs .swiper-slide-active .tit,
.main-service .gallery-thumbs .swiper-slide-active .num{opacity: 0;}
.main-service .gallery-thumbs .swiper-btn{position: absolute; top: calc(50% - 0.6rem);width: 0.45rem; height: 0.45rem; margin-top: calc(0.45rem / 2); background: url(/cn/images/btn-prev.svg) no-repeat center;background-size: contain; cursor: pointer;z-index: 20;}
.main-service .gallery-thumbs .swiper-prev{left: calc((100% / 3) - (0.78rem / 2) - (0.45rem / 2));}
.main-service .gallery-thumbs .swiper-next{right: calc((100% / 3) - (0.78rem / 2) - (0.45rem / 2));background-image: url(/cn/images/btn-next.svg);}
.main-service .gallery-thumbs .swiper-btn.swiper-button-disabled{opacity: 0;}
.main-service .gallery-top{width: calc(600 / 1903 * 100%); margin: -1.3rem auto 0;z-index: 5;}
.main-service .gallery-top:before{position: absolute;content: '';background-color: #f6f7fb;border-radius: 0.2rem; left: 0; bottom: 0;width: 100%; top: 0.43rem;}
.main-service .gallery-top .txt{padding: 0.3rem; margin-top: -0.17rem;}
.main-service .gallery-top .txt h4{margin: 0.1rem 0 1em 0;color: #001a70;font-size: calc(24 / 16 * 1em); }
.main-service .gallery-top .num{color: #ffb91d;position: relative;z-index: 10; padding-left: 0.3rem;}
.main-service .gallery-top .swiper-page{z-index: 12;position: absolute;left: 0; width: 100%; top:0.09rem; bottom: auto;text-align: center;}
.main-service .gallery-top .swiper-page span{width: 0.12rem; height: 0.12rem;cursor: pointer;}
.main-service .gallery-top .swiper-page span.swiper-pagination-bullet-active{background-color: #ffb91d;}
.main-service .gallery-top .txt dd{float: left;width: 50%;line-height: calc(20 / 16 * 1em); padding-left: 0.13rem;position: relative; padding-top: 0.05rem; padding-bottom: 0.05rem;}
.main-service .gallery-top .txt dd:before{position: absolute;content: '';background-color: #52627c; width: 0.04rem; height: 0.04rem; border-radius: 50%; left: 0; top: calc((20 / 16 * 1em) / 2 - 0.02rem);}
.main-service .gallery-top .txt dd:nth-child(2n+1){clear: left;}
.ad-service .ad-intro .pic .slick{position: relative;}
.ad-service .ad-intro .pic .slick .slick-dots{position: absolute;left: 0;bottom: 20px;width: 100%;text-align: center;z-index: 3;}
.ad-service .ad-intro .pic .slick .slick-dots li{display: inline-block;margin: 0 10px;}
.ad-service .ad-intro .pic .slick .slick-dots li button{display: block;width: 15px;height: 15px;background-color: transparent;font-size: 0;border-radius: 15px;border: 1px solid #001a70;box-sizing: border-box;    cursor: pointer;}
.ad-service .ad-intro .pic .slick .slick-dots li.slick-active button{background-color: #001a70;}
@media (max-width:1024px) {
.main-service .gallery-thumbs{margin: 0 -40%;}
.main-service .gallery-thumbs .Ispic{margin: 0 0.2rem;}
.main-service .gallery-top{width: 50%;}
}
@media (max-width:640px) {
    .main-service .gallery-thumbs .Ispic{margin: 0 0.1rem;}
    .main-service .gallery-top{width: 90%;}
    .main-service .gallery-thumbs .swiper-slide:not(.swiper-slide-active){opacity: 0.3;transition: 0.3s;}
}

.ad-service{padding: 0 0 1.2rem 0 ;}
.ad-service .ad-intro{padding: 0.8rem 0;}
.ad-service .ad-intro .pic img{border-radius: 0.2rem;}
.ad-service .ad-intro .info-txt{font-size: calc(18 / 16 * 1em); line-height: calc(36 / 18 * 1em);}
@media (min-width:1025px) {
.ad-service .ad-intro .pic{width: calc(740 / 1480 * 100%);}
.ad-service .ad-intro .txt{padding-right: 0.9rem;}
}
@media (max-width:1024px) {
    .ad-service .ad-intro .txt{margin-bottom: 0.4rem;}
}

.ad-contact{position: relative;z-index: 4; margin-top: -0.6rem;}
.ad-contact .auto-inner{background-color: #fff;border-radius: 0.2rem 0.2rem 0 0; padding-top: 0.67rem;}
.ad-contact .column-name{line-height: calc(52 / 32 * 1em); padding: 0 2%;}
.ad-contact .column-name.no-after::after{display: none;}
.ad-contact .desc{max-width: 8.16rem; margin: -0.3rem auto 0.8rem; font-size: calc(18 / 16 * 1em); line-height: calc(36 / 18 * 1em);text-align: center;}
.contact-table td{border: 2px solid #fff; background-color: #f6f7fb;  padding-left: calc(66 / 1480 *100%); padding-top: 0.48rem;padding-bottom: 0.48rem;    word-break: break-word;}
.contact-table td.address{position: relative;padding-left: calc(80 / 1480 *100%);}
.contact-table td.address:before{position: absolute;content: ''; width: calc(466 / 493 * 100%); padding-bottom: calc(378 / 493 * 100%); top: -45%; right: calc(-115 / 493 * 100%); background: url(/cn/images/decorate3.jpg) no-repeat center;background-size: contain; animation: zhuan 100s linear infinite both;}
.contact-table td.address .inner{position: relative;z-index: 4;}
.contact-table td dl{display: table; width: 100%;table-layout: fixed;}
.contact-table td dl > *{display: table-cell; vertical-align: middle;}
.contact-table td dt{width: 1.13rem;}
.contact-table .tit{margin: 0 0 0.6em 0;color: #001a70;font-size: calc(22 / 16 * 1em);}
.contact-table aside{font-size: calc(18 / 16 * 1em); line-height: calc(28 / 18 * 1em); color: #52627c;}
.contact-table aside a{color: #52627c;}
.contact-table aside a:hover{color: #ec6626;}
.contact-table .icon img{max-height: 0.5rem;}
@media (min-width:1025px) {
    .contact-table.table-row-3 td{width: calc(100% / 3);}
    .contact-table.table-row-2 td{width: calc(100% / 2);}
    .contact-table td.address{overflow: hidden;}
    .contact-table td.address dl,
    .contact-table td.address dl > *{display: block;}
    .contact-table.table-row-3 td dt{width: calc(113 / 425 * 100%);}
    .contact-table.table-row-2 td dt{width: calc(115 / 740 * 100%);}
    .contact-table td.address .icon{margin-bottom: 0.8rem;}
    .contact-table td.address aside{max-width: 66%;}
}
@media (max-width:1024px) {
    .contact-table{overflow: hidden;}
    .contact-table td{display: block;border-left: 0;border-right: 0; padding-right: 0.3rem;}
    .contact-table td.address:before{background-image: url(/cn/images/decorate2.svg);right: calc((-466 / 493 * 100%) / 2);}
}
@media (max-width:640px) {
    .ad-contact .auto-inner{padding-top: 0.2rem;}
    .ad-contact   .column-name{font-size: 0.32rem;}
}

.jet-fuel-service{padding-bottom: 0.8rem;}
.jet-fuel-boxs .box{padding: 0.8rem 0 ;}
.jet-fuel-boxs .box:nth-child(2n){background-color: #f6f7fb;}
.jet-fuel-boxs .box .info-txt{font-size: calc(18 / 16 * 1em); line-height: calc(36 / 18 * 1em);}
@media (min-width:1205px) {
.jet-fuel-boxs .box .pic{width: calc(740 / 1480 * 100%);}
.jet-fuel-boxs .box:nth-child(2n-1) .txt{padding-right: 0.8rem;}
.jet-fuel-boxs .box:nth-child(2n) .txt{padding-left: 0.8rem;}
}
@media (max-width:1024px) {
    .jet-fuel-boxs .box:nth-child(2n) .ytable{display: flex;flex-direction: column-reverse;}
    .jet-fuel-boxs .box .txt{margin-bottom: 0.3rem;}
}


.ground-service .edit-desc{font-size: calc(18 / 16 * 1em); line-height: calc(36 / 18 * 1em);}
.ground-intro{padding: 0.8rem 0;}
.ground-intro .auto-inner{max-width: 11.54rem;}
.ground-intro .edit-desc p{text-indent: 0.35rem;}

.ground-client .auto-inner{padding: 0.75rem 0;}
.ground-client .txt-main{border-radius: 0.2rem;background-color: #fff;padding: 0.6rem;}
.ground-client .column-name{margin-bottom: 0.2rem;}
@media (min-width:1025px) {
    .ground-client .txt-main{float: right; width: calc(640 / 1480 * 100%);}
}

.ground-features{padding: 1.61rem 0 0.8rem 0;}

.traveler-service{position: relative;z-index: 1; padding: 0.8rem 0 1.3rem 0 ; overflow: hidden;/* background: url(/cn/images/line-bg.jpg) repeat-x left bottom; animation: line infinite  50s linear both; */}
@keyframes line{
    0%{background-position: 0 bottom;}
    100%{background-position: 100vw bottom;}
}
.traveler-service.row2 .auto-inner{max-width: 11.7rem;}
.traveler-service.row4 .auto-inner{max-width: 13.8rem;}
.traveler-service .items{ margin-bottom: 0.58rem;}
.traveler-service .item{float: left;text-align: center; cursor:pointer;margin-bottom: 0.7rem;}
.traveler-service .items-2 .item{width: calc(100% / 3); }
.traveler-service .items-4 .item{width: calc(100% / 2); }
.traveler-service .item .icon{background-color: #ffb81c;border-radius: 50%; width: 0.8rem; height: 0.8rem;display: table; margin: 0 auto 0.15rem; transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);}
.traveler-service .item:hover .icon{animation:updown 0.5s infinite both alternate;}
@keyframes updown {
    0%{transform: translateY(0);}
    100%{transform: translateY(-0.1rem);}
}
.traveler-service .item .icon figure{display: table-cell; vertical-align: middle;}
.traveler-service .item .icon img{max-width: 0.4rem; max-height: 0.4rem;}
.traveler-service .item aside{color: #555555;}
@media (min-width:768px){
    .traveler-service .item{width: 10.25%;}
    .traveler-service .item:nth-of-type(even){margin-right: 6%;}
    .traveler-service .item:nth-of-type(8n){margin-right: 0;}
}
@media (min-width:751px) {
 .traveler-service .items{float: left;}
.traveler-service .items-2{ width: calc(510 / 1170 * 100%);}
.traveler-service .items-2:nth-child(2n){float: right;}
.traveler-service .items-2:nth-child(2n+1){clear: left;}

.traveler-service .items-4{ width: calc(280 / 1380 * 100%);}
.traveler-service .items-4:not(:nth-child(4n)){margin-right: calc((1380 - 280 * 4) / 3 / 1380 * 100%);}
.traveler-service .items-4:nth-child(4n+1){clear: left;}
}
@media (max-width:640px){
    .traveler-service .items-4 .item{width: calc(100% / 3);}
    .traveler-service .item{width: 33.33%;}
}


.popshow{overflow: hidden;}
.popUp-box{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 400; background-color: rgba(0, 0, 0, 0.5);display: none; overflow: auto;}
.popUp-box .ytable{padding: 10vh 0;}
.popUp-box .main{background: #fff;max-width: 11.2rem; width: 90%; margin:  0 auto;position: relative;;}
.popUp-box .main .close{position: absolute; right: 0.3rem; top: 0.3rem; width: 0.25rem; height: 0.25rem; background:url(/cn/images/close-lighter.svg) no-repeat center center; background-size: contain;z-index: 10; cursor: pointer;}
.popUp-box .info-main{ padding: 0 calc(100 / 1120 * 100%) 0.6rem; min-height: 5rem;}
.popUp-box .info-main .icon{background-color: #001a70;width: 1.4rem; height: 1.4rem;float: left;margin-top: -0.7rem;border-radius: 50%;display: table;}
.popUp-box .info-main .icon figure{display: table-cell;vertical-align: middle;text-align: center;}
.popUp-box .info-main .icon img{height: 0.46rem;}
.popUp-box .info-main .icon aside{font-weight: bold;color: #ffb81c; margin-top: 1em;}
.popUp-box .info-main .tab{clear: both; padding-top: 0.58rem;}
.popUp-box .info-main .tab-ul{padding-bottom: 0.3rem;  border-bottom: 1px solid #dee1ed; margin-bottom: 0.3rem;}
.popUp-box .info-main .tab-ul li{float: left; cursor: pointer;}
.popUp-box .info-main .tab-ul li:not(:last-child){margin-right: 0.5rem;}
.popUp-box .info-main .tab-ul li b{color: #888888;}
.popUp-box .info-main .tab-ul li.on b{color: #001a70;}
.popUp-box .info-main .btn-booking{margin-top: 0.46rem; overflow: hidden;}
.popUp-box .info-main .btn-booking a{min-width: 2rem; float: left; padding: 0 0.42rem;}
.popUp-box .info-main .btn-booking a + a{margin-left: 0.1rem;}
.popUp-box .info-table{color: #001a70; min-height: 1.36rem;}
.popUp-box .info-table table + table{margin-top: 0.4rem;}
.popUp-box .info-table td{color: #001a70;line-height: 2; vertical-align: top; padding-bottom: 0.1rem;}
/* .popUp-box .info-table td.td-name,
.popUp-box .info-table td.td-name2,
.popUp-box .info-table td.td-name3{white-space: nowrap;} */
.popUp-box .info-table td.td-name{white-space: nowrap;width: .1rem;}
.popUp-box .info-table td.td-name2{width: 1.1rem;}
.popUp-box .info-table td.td-name3{width: 1.2rem;}
.popUp-box .info-table table,
.popUp-box .flex-table table{width: auto;}
.popUp-box .flex-table td:nth-child(1){width: calc(320 / 920 * 100%);}
.popUp-box .flex-table td:nth-child(3){width: calc(202 / 920 * 100%);}
.popUp-box .flex-table td{border: 1px solid #eee;text-align: center; vertical-align: middle;}
.popUp-box .flex-table tr.tr-top td{font-weight: bold;color: #52627c;background-color: #f6f7fb; height: 0.8rem;}
.popUp-box .flex-table tr.tr-top td:nth-child(1){background-color: #fafbfd;}
.popUp-box .flex-table tr:not(.tr-top) td{padding: 1.5em 0;}
.popUp-box .flex-table td a{color: #001a70;}
.popUp-box .flex-table td a.underline{text-decoration: underline;}
.popUp-box .flex-table td a:hover{color: #ffb81c;}
.popUp-box .flex-table .td-row4 td{width: calc(100% / 4 )!important;}

.popUp-box .flex-table-2 td{padding-bottom: 0;}
.popUp-box .flex-table-2 tr.tr-top td:nth-child(2n-1){background-color: #f6f7fb;}
.popUp-box .flex-table-2 tr.tr-top td:nth-child(2){background-color: #fafbfd;}
.popUp-box .flex-table-2 td:nth-child(1){width: calc(220 / 764 * 100%);}
.popUp-box .flex-table-2 td:nth-child(2){width: calc(290 / 764 * 100%);}
.popUp-box .flex-table-2 td:nth-child(3){width:auto;}
.popUp-box .flex-table-2 tr:not(.tr-top) td{color: #333; padding: calc(13 / 16 * 1em);}

.popUp-box .mt40{margin-top: 0.4rem;}
.popUp-box .tips{color: #888888;}


.Applet-ewm{float: right;text-align: center;margin-left: .4rem;}
.Applet-ewm .img{padding: .1rem;background-color: #f6f7fb;}
.Applet-ewm .img img{width: 100%;}
.Applet-ewm .name{margin-top: .2rem;font-size: .16rem;color: #001a70;font-weight: bold;}
.Applet-ewm.fn{width: max-content;float: none;margin-left: auto;margin-top: -15%;}
.popUp-box .info .hqy-content{margin-top: 0.2rem;}
.popUp-box .info .p-img{/* border-radius: 0.2rem; */overflow: hidden;}
.popUp-box .info.active .service-info-text .info-t{width: 100%;}
.popUp-box .info.active .service-info-text .pic{display: none;}
.popUp-box .info.active .service-info-image .info-t{display: none;}
.popUp-box .info.active .service-info-image .pic{width: 100%;}
.popUp-box .info.active .service-info-text-image{display: flex;justify-content: space-between;align-items: center}
@media (max-width:640px){
    .popUp-box .info.active .service-info-text-image{display: block;}
}
@media (min-width: 781px) {
	.popUp-box .info.active{
		display: block;
	}
	.popUp-box .info.active .info-t,
	.popUp-box .info.active .pic{
		width: 48%;
	}
	.popUp-box .info.active .hqy-content{
		margin-top: 0;
	}
    
}
@media (max-width:750px) {
    .popUp-box .info-table td.td-name{width: 1rem;}
    .popUp-box .info-table td.td-name2{width: 2rem;}
    .popUp-box .info-table td.td-name3{width: 1.5rem;}
}
.ydhzl-list{padding: 0.8rem 0 1.3rem 0;}
.ydhzl-list ul li{padding: .5rem .8rem;margin-bottom: .35rem;background-image: linear-gradient(to bottom, #f6f7fb, #fff);box-sizing: border-box}
.ydhzl-list ul li .img img{max-width: calc(300 / 51 * 3em);}
.ydhzl-list ul li dl{margin-top: .5rem;}
.ydhzl-list ul li dl dt{font-size: calc(18 / 16 * 1em);padding-top: .1rem; padding-bottom: .1rem;padding-left: calc(34 / 18 * 1em); line-height: calc(20 / 18 * 1em); background-position: left center;background-repeat: no-repeat;background-size: auto calc(20 / 18 * 1.3em);}
.ydhzl-list ul li dl dt.ico-add{background-image: url(/cn/images/add-full2.svg);}
.ydhzl-list ul li dl dt.ico-tel{background-image: url(/cn/images/tel-full2.svg);}
.ydhzl-list ul li dl dt.ico-email{background-image: url(/cn/images/email-full2.svg);}
@media (min-width: 640px){
    .ydhzl-list ul{display: flex;flex-wrap: wrap;}
    .ydhzl-list ul li{width: 48%;margin-right: 4%;}
    .ydhzl-list ul li:nth-of-type(2n){margin-right: 0;}
}
/******************editor****************/
.edit-subtit{font-size: calc(24 / 18 * 1em); }
.edit-dl{margin-top: calc(24 / 18 * 1em);}
.edit-dl dd{position: relative;line-height: calc(36 / 18 * 1em); padding-left: 0.13rem;}
.edit-dl dd:before{position: absolute; left: 0; width: 0.04rem; height: 0.04rem;border-radius: 50%; background-color: #50617b; top: calc((36 / 18 * 1em) / 2 - 0.02rem); content: '';}

.edit-table-ul{margin-left: 1em;}
.edit-table-ul li{list-style-type:auto;}
.edit-table-ul2 li{float: left;width: 50%;}

.edit-table-ol ol{margin-bottom: 0.4rem;}
.edit-table-ol .edit-table-ul{margin-left: 3em;}

.editor-jichang-huoyun .boxs{padding: 0.8rem 0;line-height: calc(36 / 18 * 1em);font-size: calc(18 / 16 * 1em);}
.editor-jichang-huoyun .boxs:not(:last-child){border-bottom: 1px solid #eee;}
.editor-jichang-huoyun .boxs:nth-child(2){border-bottom: 0;padding-bottom: 0;}
.editor-jichang-huoyun .tit{margin: 0;margin-bottom: .3rem;font-size: calc(24 / 18 * 1em);color: #001a70;}
.editor-jichang-huoyun .tit img{max-width: calc(300 / 51 * 2.5em);max-height: 3.5em}
/* .editor-jichang-huoyun .tit:after{display: block;content: '';width: 20px;height: 4px;background-color: #ffb91d;border-radius: 2px; margin-top: 0.2rem; margin-bottom: 0.1rem;} */
[class*=editor-] .contact-dl{margin: 0.2rem 0;color: #001a70;}
[class*=editor-] .contact-dl dd{ padding-left:calc(43 / 18 * 1em);position: relative;z-index: 1; line-height: calc(32 / 18 * 1em); }
[class*=editor-] .contact-dl dd:not(:last-child){margin-bottom: 0.16rem;}
[class*=editor-] .contact-dl dd:before{position: absolute;content: ''; left: 0;top: 0; width: calc(32 / 18 * 1em); height: calc(32 / 18 * 1em);background-color: #f6f7fb;border-radius: 50%;background-position: center;background-repeat: no-repeat; background-size: auto calc(20 / 18 * 1em);}
[class*=editor-] .contact-dl dd.d-tel:before{background-image: url(/cn/images/tel-full.svg);}
[class*=editor-] .contact-dl dd.d-fax:before{background-image: url(/cn/images/fax.svg);}
[class*=editor-] .contact-dl dd.d-website:before{background-image: url(/cn/images/ie.svg);}
[class*=editor-] .contact-dl dd.d-add:before{background-image: url(/cn/images/add-full.svg);}
[class*=editor-] .contact-dl dd.d-email:before{background-image: url(/cn/images/email-full.svg);background-size: auto calc(14 / 18 * 1em);}
[class*=editor-] .contact-dl dd.d-concern:before{background-image: url(/cn/images/concern.svg);background-size: auto calc(14 / 18 * 1em);}
[class*=editor-] .contact-dl dd a{color: #52627c;}
[class*=editor-] .contact-dl dd a:hover{color: #001a70;text-decoration: underline;}
[class*=editor-] .outside-url {margin-top: 0.5rem;}
[class*=editor-] .outside-url a{display: inline-block;color: #f2f2f2;background-color: #091b6f;line-height: calc(50 / 18 * 1em); padding: 0 calc(48 / 18 * 1em); border-radius:calc(50 / 18 * 1em) ; transition: 0.3s;}
[class*=editor-] .outside-url a:hover{color:#fff;background-color: #ffb81c;}
.jdfw-list .editor-jichang-huoyun .num{
	font-size: 1.2rem;
    opacity: .1;
    margin: 0;
    line-height: 1;
}
.jdfw-list .editor-jichang-huoyun .tit{position: relative;margin-top: -0.5rem;margin-bottom:.54rem;}
/* .jdfw-list .editor-jichang-huoyun .tit:after {content:'';position: absolute;width: .2rem;height: .04rem;bottom:-0.25rem;left:0;border-radius: .1rem;background-color: #ffb81c;} */
.jdfw-list .editor-jichang-huoyun .pic {border-radius: .2rem;overflow: hidden;}
@media (min-width:1025px) {
    .editor-jichang-huoyun .boxs .txt-area,
    .editor-jichang-huoyun .boxs:nth-child(2n-1) .img-area{float: right;}
    .editor-jichang-huoyun .boxs .img-area,
    .editor-jichang-huoyun .boxs:nth-child(2n-1) .txt-area{float: left;}
    .editor-jichang-huoyun .boxs .img-area{width: calc(740 / 1480 * 100%);}
    .editor-jichang-huoyun .boxs .txt-area{width: calc(650 / 1480 * 100%);}
    .editor-jichang-huoyun .boxs:nth-child(2n) .txt-area{width: calc(585 / 1480 * 100%);}
}
@media (max-width:1024px) {
    .editor-jichang-huoyun .boxs{max-width: 740px; margin: 0 auto;}
    .editor-jichang-huoyun .boxs .txt-area{margin-bottom: 0.4rem;}
    .editor-jichang-huoyun .boxs .img-area .pic{text-align: center;}
}
@media (max-width:768px) {
    .editor-jichang-huoyun .tit{font-size: calc(21 / 18 * 1em);}
    [class*=editor-] .contact-dl dd{display: flex;}
    [class*=editor-] .contact-dl dd span{white-space: nowrap;}
}

.edit-dimian-flex dl:not(:last-child){margin-bottom: 0.8rem;}
.edit-dimian-flex dd{background-color: #f6f7fb;border-radius: 20px; padding:0 0.6rem 0.4rem ;}
.edit-dimian-flex .img{margin-top: -0.6rem;}
.edit-dimian-flex .img img{width: 1.2rem; height: 1.2rem; border-radius: 50%;}
.edit-dimian-flex .tit{font-size: 0.32rem;margin: 0; padding: 1em 0;border-bottom: 1px solid #dee1eb;color: #001a70;}
.edit-dimian-flex dd p{margin: calc(30 / 18 * 1em) 0 0 0;line-height: calc(36 / 18 * 1em); font-size: calc(18 / 16 * 1em);}
@media (min-width:751px) {
.edit-dimian-flex dl{display: table;width: 100%; table-layout: fixed; }
.edit-dimian-flex dl > *{display: table-cell; }
.edit-dimian-flex dl dt{width: 0.2rem;}
.edit-dimian-flex dl.row-3 dd{width: calc((100% - 0.2rem * 2) / 3);}
.edit-dimian-flex dl.row-2 dd{width: calc((100% - 0.2rem) / 2);}
}
@media (max-width:750px) {
    .edit-dimian-flex dt{height: 0.8rem;}
    .edit-dimian-flex .img{float: left;}
    .edit-dimian-flex .tit{clear: both;}
}
/*机场指南*/
.Guide-map .list{padding-top: .6rem;}
.Guide-map .list ul{font-size: 0;margin: 0 -1%;}
.Guide-map .list ul li{position: relative;width: 23%;margin: 0 1%;border-radius: 5px;overflow: hidden;display: inline-block;}
.Guide-map .list ul li a{position: absolute;left: 0;width: 100%;height: 100%;z-index: 3;}
.Guide-map .list ul li .img img{width: 100%;height: 2.5rem;object-fit: contain;}
.Guide-map .list ul li .name{position: absolute;left: 0;bottom: 0;width: 100%;line-height: .45rem;text-align: center;font-size: .14rem;color: #fff;background-color: rgba(0, 0, 0, .8);z-index: 2;}
.Guide-map .list ul li .table{display: none;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 26, 112, .6);z-index: 2;}
.Guide-map .list ul li .table .table-cell{display: table-cell;vertical-align: middle;}
.Guide-map .list ul li .table .name2{text-align: center;font-size: .16rem;color: #fff;}
.Guide-map .list ul li:hover .name{display: none;}
.Guide-map .list ul li:hover .table{display: table;}
.Guide-map .details ul{font-size: 0;margin: 0 -1%;}
.Guide-map .details ul li{display: inline-block;position: relative;width: 23%;margin: 0 1%;}
.Guide-map .details ul li .img img{width: 100%;height: 2.5rem;object-fit: contain;}
.Guide-map .details ul li .name{margin-top: .2rem;text-align: center;font-size: .16rem;color: #333;}
@media (max-width:750px){
    .Guide-map .list ul li{width: 48%}
    .Guide-map .details ul li{width: 48%}
}

/* 企业文化（新） */
.b-box ul{
	display: flex;
	margin: 0 -5px;
}
.b-box ul li{
	width: 20%;
	box-sizing: border-box;
	padding: 0 5px;
}
.b-box ul li:hover{
	width: 42%;
}
.b-box ul li .b-txt{
	background: #f6f7fb;
	height: 5rem;
	box-sizing: border-box;
	padding: 0 10px;
}
.b-box ul li .b-icon{
	text-align: center;
	font-size: 0.22rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.b-box ul li .b-icon img{
	max-height: 1rem;
	display: block;
	margin: 0 auto 0.2rem;
}
.b-box ul li p{
	margin: 0;
}
.b-box ul li .b-h-desc{
	padding: 0.4rem;
	display: none;
	height: 100%;
}
.b-box ul li .b-h-desc h4{
	font-size: 0.22rem;
	margin-bottom: 0.2rem;
}
.b-box ul li .b-h-desc strong{
	font-size: 0.28rem;
	color: #001a70;
	line-height: 1.3;
	white-space: nowrap;
}
.b-box ul li:hover .b-icon{
	display: none;
}
.b-box ul li:hover .b-h-desc{
	display: block;
}


/* 清静知识 */
.MainContent{
	padding: 0 0 0.3rem 0;
}
.NavTab ul{
	border: 1px solid #e3ebe8;
	border-radius: 3px 3px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.NavTab li{
	width: 20%;
	border-right: 1px solid #e3ebe8;
	border-bottom: 1px solid #e3ebe8;
	text-align: center;
	box-sizing: border-box;
	padding: 14px 5px;
}
.NavTab li.on a, .NavTab li:hover a{
	color: #245fab;
	font-weight: bold;
}
.NavTab li.on, .NavTab li:hover{
	background-color: #f5f8f7;
	border-bottom: 1px solid #e3ebe8;
}
.MainContent .McBd .BgSinglePage{
	padding: 30px 0;
	display: none;
}
.MainContent .McBd .BgSinglePage:nth-of-type(1){
	display: block;
}
.SinglePage {
    clear: both;
    overflow: hidden;
}
.bgcor{
	background: #6ac5fa;
	background-image: linear-gradient(#6ac5fa, #f4f6fc);
}
.official-about .swiper-pagination-bullet-active{
	background: #ffb81c;
}
.official-about .swiper-pagination-bullet{
	opacity: 1;
}
.SpecialTipsWrap{
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 300;
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.SpecialTipsWrap.active{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.SpecialTipsBox {
    width: 964px;
    margin: 0 auto;
    background: rgba(0, 26, 112, .8);
    padding: 0.1rem;
    max-height: 80%;
    /* overflow-y: scroll; */
    overflow-y: auto;
	max-width: 95%;
}
.SpecialTipsBox .ContentBox {
    border: 1px solid #68A6CB;
    padding: 0.35rem 0.2rem;
    color: #fff;
}
.SpecialTipsBox .ContentBox a{color: #fff;}
.SpecialTipsBox .ContentBox .h1 {
    font-size: 18px;
    line-height: 1;
    text-align: center;
	margin: 0;
}
.SpecialTipsBox .ContentBox .h2 {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}
.SpecialTipsBox .ContentBox .txt {
    padding: 17px 0 15px 0;
    width: 680px;
    margin: 0 auto;
	line-height: 1.8;
	max-width: 100%;
}
.SpecialTipsBox .ContentBox .h3 {
    text-align: center;
    padding-top: 5px;
}
.SpecialTipsBox .ContentBox .h3 .SpecialTipsClose {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: .5rem;
    margin: 0 auto;
    font-size: .16rem;
    color: #001a70;
    font-weight: bold;
    background-color: #ffb81c;
    border-radius: .5rem;
}
.SpecialTipsBox .ContentBox .h3 .SpecialTipsClose:after{
    display: block;
    content: '';
    width: .13rem;
    height: .13rem;
    margin-left: .15rem;
    background-image: url('/cn/images/close.png');
    background-size: 100%;
}
.show-phone .btn-booking{display: none;}

@media (max-width: 1200px) {
	.b-box ul{
		flex-wrap: wrap;
		margin-top: -10px;
	}
	.b-box ul li{
		margin-top: 10px;
	}
	.b-box ul li,.b-box ul li:hover{
		width: 50%;
	}
	.b-box ul li .b-icon{
		display: none;
	}
	.b-box ul li .b-h-desc{
		display: block;
		padding: 0.2rem;
	}
	.b-box ul li .b-txt{
		height: 3.5rem;
	}
	.b-box ul li .b-h-desc strong{
		white-space: normal;
	}
}

@media (max-width: 800px) {
	.NavTab li{
		width: 25%;
	}
}

@media (max-width: 600px) {
	.NavTab li{
		width: 33.33%;
	}
	.show-phone .btn-booking{display: block;}
}


/*搜索*/
.searMenu span{display: inline-block;padding:.2rem 0;border-bottom:.03rem solid #001a70;font-size:.18rem;color:#001a70;font-weight:bold;}
.search-inner{max-width:12rem;margin: 0 auto;padding:.6rem 0;}
.searTab{text-align: center;margin-bottom:.5rem;}
.searTab a{display: inline-block;vertical-align: middle;width: 1.8rem;line-height:.5rem;border-radius:.5rem;background:#f6f7fb;color:#52627c;font-size:.18rem;margin: 0 .1rem;transition:.3s;}
.searTab a:hover,
.searTab a.on{background:#001a70;color:#fff;}

.searIpt{width: 5.8rem;margin: 0 auto .35rem;position: relative;}
.searIpt input{width: 100%;line-height:.5rem;border-radius:.5rem;border:.01rem solid #e2e4ed;height: .5rem;padding:0 .15rem;}
.searIpt .loading {
	position: absolute;
	right: 0;
	top: 0;
	width: 0.5rem;
	height: 100%;
	cursor: pointer;
}
.searIpt .searBtn{position: absolute;right: 0;top: 0;width: 0.5rem;height: 100%;cursor: pointer;background: url(/cn/images/search-blue.svg) no-repeat center center;}
.search-inner .tip p{font-size:.16rem;color:#52627c;font-weight:bold;margin-bottom:.25rem;}
.search-inner .tip p span{color:#ffb81c;}

.searItem{}
.searItem .tab{font-size:.24rem;color:#001a70;font-weight:bold;position: relative;padding-bottom:.15rem;margin-bottom:.2rem;margin-right: 5px;display: inline-block;cursor: pointer;}
.searItem .tabon{text-decoration: underline; text-decoration-color: #ffb81c;}
.searItem .itemBox{margin-bottom:.7rem;}
.searItem .itemBox .tit{font-size:.24rem;color:#001a70;font-weight:bold;position: relative;padding-bottom:.15rem;margin-bottom:.2rem;}

.searItem .itemBox .tit:before{width: .2rem;height: .04rem;content:'';background:#ffb91d;border-radius:.04rem;position: absolute;left: 0;bottom:0;}
.searItem .itemBox .newsList li{padding:0 .5rem;line-height:.7rem;}
.searItem .itemBox .newsList li:nth-child(odd){background:#f6f7fb;}
.searItem .itemBox .newsList li h5{margin: 0;font-size:.18rem;color:#52627c;font-weight:normal;width: calc(100% - 1.1rem);padding-left:.1rem;position: relative;float: left;}
.searItem .itemBox .newsList li h5:before{content:'';width: .04rem;height: .04rem;border-radius:50%;background:#52627c;position: absolute;left: 0;top: 50%;margin-top: -.02rem;}
.searItem .itemBox .newsList li time{font-size:.16rem;color:#999999;float: right;}
.searItem .itemBox .newsList li:hover h5{color:#001a70;}

.searItem .itemBox .servList li{float: left;width: .8rem;margin-right:.5rem;text-align: center;cursor: pointer;margin-bottom:.2rem;padding-top:.15rem;}
.searItem .itemBox .servList li .icon{background-color: #ffb81c;border-radius: 50%;width: 0.8rem;height: 0.8rem;display: table;margin: 0 auto 0.15rem;transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);}
.searItem .itemBox .servList li .icon figure{display: table-cell;vertical-align: middle;}
.searItem .itemBox .servList li .icon img{max-width: 0.4rem;max-height: 0.4rem;}
.searItem .itemBox .servList li aside{color:#555;min-height: 0.48rem;line-height: 1.3;}
.searItem .itemBox .servList li:hover .icon{animation: updown 0.5s infinite both alternate;}

.searItem .itemBox .guideList li{padding:.2rem 0;border-bottom:1px solid #eeeeee;}
.searItem .itemBox .guideList li a{color:#52627c;}
.searItem .itemBox .guideList li h5{margin: 0;margin-bottom:.1rem;font-size:.16rem;}
.searItem .itemBox .guideList li p{margin: 0;line-height:.28rem;}
.searItem .itemBox .guideList li:hover h5{color:#001a70;}

@media(max-width:768px){
    .searItem .itemBox .newsList li{padding:0 .15rem;}
    .searItem .itemBox .newsList li h5{width: calc(100% - 1.3rem);}
    .searItem .itemBox .servList li{width: 1rem;}
    .searTab a{width: 1.6rem;}
}

/*货运效劳*/
.FreightWarp{padding-bottom:.8rem;}
.FreightWarp .item{margin-bottom:.4rem;padding-bottom:.7rem;border-bottom:1px solid #eeeeee;position: relative;}
.FreightWarp .item .tit{font-size:.24rem;color:#001a70;font-weight:bold;position: relative;padding-bottom:.15rem;margin-bottom:.25rem;}
/* .FreightWarp .item .tit:before{width: .2rem;height: .04rem;content:'';background:#ffb91d;border-radius:.04rem;position: absolute;left: 0;bottom:0;} */
.FreightWarp .tips {
    font-size: .22rem;
    color: #001a70;
    line-height: 1.7;
}
.FreightF1 .leftBox{float: left;width: 46%;}
.FreightF1 .leftBox .leftTop{padding:.35rem .4rem .6rem;background:#f6f7fb;border-radius:.15rem;margin-bottom:.4rem;}
.FreightF1 .leftBox .leftTop .com{font-size:.18rem;color:#000;margin-bottom:.1rem;display: block;}
.FreightF1 .leftBox .leftTop h5{margin: 0;font-size:.18rem;color:#001a70;}
.FreightF1 .leftBox .leftTop .imgBox{text-align: center;margin-top:.5rem;}
.FreightF1 .leftBox .leftBom{padding:.3rem .4rem;background:#f6f7fb;border-radius:.15rem;line-height:.36rem;color:#001a70;}
.FreightF1 .leftBox .leftBom h5{margin: 0;font-size: .18rem;}
.FreightF1 .leftBox .leftBom p{margin: 0;font-size: .18rem;}
.FreightF1 .rightBox{float: right;width: 46%;padding:.55rem .4rem .4rem;background:#f6f7fb;border-radius:.15rem;}
.FreightF1 .rightBox h5{margin: 0;font-size:.18rem;color:#001a70;}
.FreightF1 .rightBox .imgBox{text-align: center;margin:.5rem 0 .4rem;}
.FreightF1 .rightBox p{font-size:.18rem;margin: 0;color:#001a70;line-height:.28rem;}

.FreightWarp .item .textBox p{font-size:.18rem;line-height:.36rem;color:#000;margin: 0;}

.FreightF3 .ff3Top{margin-bottom:.3rem;}
.FreightF3 .ff3Top .textBox{width: 5.7rem;display: inline-block;vertical-align: middle;}
.FreightF3 .ff3Top .downL{display: inline-block;vertical-align: middle;width: 1.1rem;}
.FreightF3 .ff3Top .downL .downBtn{width: 100%;height: 1.1rem;border-radius:50%;background:url(/cn/images/down_ser.png) no-repeat;background-size: contain;transition:.3s;display: block;}
.FreightF3 .ff3Top .downL .downBtn:hover{transform: translateY(-.1rem);}
.FreightF3 .ff3Bom h5{margin: 0;font-size:.18rem;color:#001a70;line-height:.36rem;}
.FreightF3 .ff3Bom .txt p{font-size: .18rem;color:#000;line-height:.36rem;margin: 0 0 .12rem;}
.FreightF3 .ff3Bom .txt p:last-child{margin: 0;}
.FreightF3 .ff3Bom .leftBox{width: 46%;float: left;}
.FreightF3 .ff3Bom .leftBox .leftTop{min-height: 5rem;padding:.5rem .7rem .4rem .35rem;background:#f6f7fb;border-radius:.15rem;margin-bottom: .3rem;}
.FreightF3 .ff3Bom .leftBox .leftBom{padding:.3rem .7rem .4rem .3rem;background:#f6f7fb;border-radius:.15rem;}
.FreightF3 .ff3Bom .rightBox{padding:.5rem .35rem .7rem .5rem;background:#f6f7fb;border-radius:.15rem;width: 46%;float: right;}

.FreightWarp .item .serTime{font-size: .18rem;font-weight:bold;color:#000;float: left;}
.FreightWarp .item .phoList{width: 72%;display: flex;justify-content: space-between;float: right;margin-top:-.3rem;}
.FreightWarp .item .phoList .iaBox{padding:0 .4rem 0 .6rem;position: relative;line-height:.5rem;border-radius:.5rem;background:#091b6f;}
.FreightWarp .item .phoList .iaBox:before{width: .16rem;height: .18rem;content:'';background:url(/cn/images/i1.png) no-repeat;background-size: contain;position: absolute;left: .35rem;top: 50%;margin-top: -.09rem;}
.FreightWarp .item .phoList .iaBox span{display: block;font-size:.18rem;color:#fff;}

@media(max-width:1024px){
    .ff4tit{float: none;}
    .FreightWarp .item .phoList{float: none;width: 100%;}
}

@media(max-width:768px){
    .FreightF1 .leftBox{float: none;width: 100%;}
    .FreightF1 .leftBox .leftTop{padding:.3rem .2rem;}
    .FreightF1 .leftBox .leftTop .imgBox{margin-top: .3rem;}
    .FreightF1 .leftBox .leftBom{padding:.3rem .2rem;}
    .FreightF1 .rightBox{float: none;width: 100%;padding:.3rem .2rem;}
    .FreightF1 .rightBox .imgBox{margin: .3rem 0;}
    .FreightF3 .ff3Top .textBox{display: block;width: 100%;margin-bottom: .2rem;}
    .FreightF3 .ff3Bom .leftBox{float: none;width: 100%;}
    .FreightF3 .ff3Bom .leftBox .leftTop{padding:.3rem .2rem;min-height: inherit;}
    .FreightF3 .ff3Bom .leftBox .leftBom{padding:.3rem .2rem;}
    .FreightF3 .ff3Bom .rightBox{float: none;width: 100%;padding:.3rem .2rem;}
    .FreightWarp .item .serTime{float: none;}
    .FreightWarp .item .phoList{display: block;margin-top:.2rem;}
    .FreightWarp .item .phoList .iaBox{margin-bottom:.2rem;}
}


.dateSele{
	display: flex;
}
.HangBan_list .List ul li{
	list-style-type: none;
	line-height: 1.8;
	margin-right: 0.3rem;
	display: inline-block;
}
.HangBan_list .List .marquee{
	max-width: 150px;
}
.gd-swiper{
	position: relative;
	margin-bottom: 1rem;
}
.gd-swiper ul li{
	list-style-type: none;
}
.gd-swiper ul .slick-slide{
	margin: 0.15rem;
}
.class-swiper.gd-swiper  .btn-next{
	right: -0.15rem;
}
.class-swiper.gd-swiper  .btn-prev{
	left: -0.15rem;
}
body .slick-dots{
	display: flex;
	justify-content: center;
}
body .slick-dots li button{
	display: none;
}
body .slick-dots li{
	margin: 0 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #999;
}
body .slick-dots li.slick-active{
	background: #ffb91d;
}
.class-swiper.gd-swiper .slick-dots{
	display: none !important;
}
.hqy-content .hqy-desc p{
	font-size: 0.18rem;
	line-height: 1.8;
	margin: 0;
	/* text-indent: 0.36rem; */
}
.hqy-content .store-details .left{
	padding: 0;
}
.hqy-content .slider-nav{
	margin: 0;
	margin-top: -0.3rem;
	position: relative;
	z-index: 5;
}
.hqy-content .store-details .slider-nav .slider{
	padding: 0.2rem;
	border-radius: 0.1rem;
	width: calc(1.3rem * 4);
	float: none;
	margin: 0 auto;
	background: #fff;
}
.hqy-content.dmdl-content .store-details .slider-nav .slider{
	width: calc(1.3rem * 3);
}
.hqy-content .editor-jichang-huoyun .tit{
	font-size: calc(32 / 18 * 1em);
	margin-bottom: 0.2rem;
}
.hqy-content .editor-jichang-huoyun .tit img{max-width: calc(300 / 55 * 2.5em);max-height: 3.5em}
.hqy-content .dl-group{
	margin-top: 0.3rem;
}
.hqy-figures ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.25rem;
	margin-bottom: 1rem;
}
.hqy-figures ul li{
	box-sizing: border-box;
	padding: 0 0.25rem;
	text-align: center;
	width: 25%;
	margin-top: 0.5rem;
}
.hqy-figures ul li img{
	border-radius: 10px;
	width: 100%;
}
.hqy-figures ul li h2{
	font-size: 0.18rem;
	color: #ffb91d;
	margin: 0.2rem 0 0.1rem;
}
.hqy-figures ul li p{
	color: #001a70;
}
.hqy-content .store-details .dl-group dd{
	font-size: 0.18rem;
	color: #001a70;
}

.dmdl-content .store-details .dl-group .tel dt{
	background-image: url(/cn/images/dmTel.png);
}
.dmdl-content .store-details .dl-group .fax dt{
	background-image: url(/cn/images/dmFax.png);
}
.dmdl-content .store-details .dl-group .map dt{
	background-image: url(/cn/images/dmMap.png);
}
.dmdl-content .store-details .dl-group .zip dt{
	background-image: url(/cn/images/dmZip.png);
}
.dmdl-content .store-details .dl-group .email dt{
	background-image: url(/cn/images/dmEmail.png);
}
.hqy-content2 .store-details .dl-group .tel dt{
	background-image: url(/cn/images/hqyTel.png);
}
.hqy-content2 .store-details .dl-group .time dt{
	background-image: url(/cn/images/hqyTime.png);
}
.hqy-content2 .store-details .dl-group .time.tx dt{
	background-image: url(/cn/images/icon-tx.png);
}
.hqy-content .store-details .dl-group .d-concern dt {
    background-image: url(/cn/images/concern2.svg);
    background-size: auto calc(40 / 20 * 1em);
}
.hqy-content .store-details .dl-group .website dt{
	background-image: url(/cn/images/ie.svg);
	background-size: auto calc(30 / 20 * 1em);
}

.hqy-content .hc-content .store-details{
	margin-bottom: 0.7rem;
	border-bottom: solid 1px #eee;
	padding-bottom: 0.7rem;
}
.hqy-content .hc-content .store-details:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.hqy-content .slick-prev,
.hqy-content .slick-next{
	display: none !important;
}
.hqy-content .ej-logo{
	margin-bottom: 0.6rem;
}
.hqy-content {
	margin-top: 0.5rem;
}
.vip-about .hqy-content{
	margin-top: 0;
}
.hqy-content .store-details.flex-flow{display: flex;flex-flow: row-reverse;justify-content: space-between}
.hqy-content .store-details.flex-flow.clearfix:after{display: none;}
@media (min-width: 1025px) {
	/* .hqy-content .store-details:nth-of-type(even) .left{
        float: right !important;
    }
    .hqy-content .store-details:nth-of-type(even) .right{
        float: left !important;
    } */
    .hqy-content .right .dl-group{margin-top: .7rem;}
}

@media (max-width: 1200px) {
	.class-swiper.gd-swiper  .btn-next,
	.class-swiper.gd-swiper  .btn-prev{
		display: none !important;
	}
	.class-swiper.gd-swiper .slick-dots{
		display: flex !important;
	}
    .hqy-content .store-details.flex-flow{display: block;}
    .hqy-content .store-details.flex-flow.clearfix:after{display: block;}
}

@media (max-width: 1024px) {
	.hqy-content .store-details .right{
		margin-top: 0.3rem;
	}
}

@media (max-width: 640px) {
	.hqy-figures ul li{
		width: 50%;
	}
	
	.MsoNormalImg2 img{
		margin-right: 0 !important;
		max-height: 150px !important;
	}
	.MsoNormalImg img{
		max-height: 100px !important;
	}
	.MsoNormalImg>span{
		width: 45% !important;
	}
}

/* 机场指南图 */
#cn-website .pd-airport-box ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.2rem;
	margin-top: -0.4rem;
}

#cn-website .pd-airport-box ul li {
	box-sizing: border-box;
	padding: 0 0.2rem;
	width: 33.33%;
	list-style-type: none;
	margin-top: 0.4rem;
}

#cn-website .pd-airport-box ul li .txt {
	border: solid 2px #f6f7fb;
	border-radius: 0.2rem;
	overflow: hidden;
	display: block;
}

#cn-website .pd-airport-box ul li p {
	height: 3.2rem;
	margin: 0;
}

#cn-website .pd-airport-box ul li h3 {
	color: #001a70;
	margin: 0;
	display: flex;
	font-weight: 400;
	background: #f6f7fb;
	height: 0.7rem;
	align-items: center;
	line-height: 1.3;
	box-sizing: border-box;
	padding-right: 0.1rem;
}

#cn-website .pd-airport-box ul li h3 span {
	color: #fff !important;
	font-weight: 700;
	font-size: 0.26rem;
	width: 0.7rem;
	background: #1d51aa;
	margin-right: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px;
	height: 0.7rem;
}

#cn-website .pd-airport-box ul li.s h3 span {
	background: #25a1e3;
	width: 1.1rem;
}
@media (max-width: 640px) {
    #cn-website .pd-airport-box ul li{width: 100%;}
	#cn-website .pd-airport-box ul li:first-child{margin-top: 0;}
	#cn-website .pd-airport-box ul{margin-top: -.8rem;}
	
}

.stock-menu { position: relative;padding: .4rem 0 0;z-index: 20;}
.stock-menu ul {text-align: center;font-size: 0;}
.stock-menu li {display: inline-block;margin: .2rem .05rem 0 .05rem;}
.stock-menu li:first-child {margin-left: 0;}
.stock-menu li:last-child {margin-right: 0;}
.stock-menu li a {display: block;width: 1.8rem;line-height: .5rem;font-size: .18rem;color:#52627c;border-radius: .25rem;background-color: #f6f7fb;}
.stock-menu li:hover a {color: #001a70;}
.stock-menu li.on a {color:#fff;background-color: #001a70;}
.industry-menu li a {width:auto;padding: 0 .25rem;}

.stockCompany-index {position: relative;z-index: 20;}
.stockCompany-index .boxs{padding:.6rem 0;line-height: calc(36 / 18 * 1em);font-size: calc(18 / 16 * 1em);}
.stockCompany-index .boxs:not(:last-child){border-bottom: 1px solid #eee;}
/*.stockCompany-index .boxs:nth-child(2){border-bottom: 0;padding-bottom: 0;}*/
.stockCompany-index .tit{position:relative;margin: 0;margin-bottom: .3rem;font-size: calc(24 / 18 * 1em);color: #001a70;}
.stockCompany-index .tit:after {content:'';position: absolute;width: .2rem;height: .04rem;bottom:-0.1rem;left:0;border-radius: .1rem;background-color: #ffb81c;}
.stockCompany-index .tit.not:after{display: none;}
.stockCompany-index .boxs .img-area {border-radius: .2rem;overflow: hidden;}
.stockCompany-index .contact-dl {margin-top: .5rem;color: #001a70;}
.stockCompany-index.dmdl-content .boxs {
    border: 0;
    padding: 0;
}
@media (min-width:1025px) {
	.stockCompany-index .boxs .img-area{float: right;width: calc(780 / 1480 * 100%);}
	.stockCompany-index .boxs .txt-area{float: left;width: calc(640 / 1480 * 100%);}
    .stockCompany-index .boxs .img-area img{width: 100%;}
	.stockCompany-index .boxs .txt-area p:first-child{margin-top: 0;}
	.stockCompany-index .boxs.stockCompany-honqiao .img-area{margin-left: .78rem;margin-bottom: .4rem;}
	.stockCompany-index .boxs.stockCompany-honqiao .txt-area{float:none;width: auto;}
}
@media (max-width:1024px) {
	.stockCompany-index .boxs{max-width: 740px; margin: 0 auto;}
	.stockCompany-index .boxs .txt-area{margin-bottom: 0.4rem;}
	.stockCompany-index .boxs .img-area .pic{text-align: center;}
}
@media (max-width:768px) {
	.stockCompany-index .tit{font-size: calc(21 / 18 * 1em);}
    .stock-menu ul{font-size: inherit;display: flex;flex-wrap: wrap;margin: -.1rem;}
    .stock-menu ul li{display: flex;justify-content: center;align-items: center;height: calc(60 / 18 * 1em);width: calc(33.33% - 0.1rem);margin: .05rem;}
    .stock-menu ul li a{font-size: calc(18 / 16 * 1em);}
    .stockCompany-index .boxs .img-area{margin-bottom: .2rem;}
}
/*二维码*/
.Code{position: relative;padding: 8% 0;background-color: #f6f7fb;}
.Code .ft-bg {position: absolute;left: -10%;bottom: 10%;width: 8rem;z-index: 5;animation: myfirst 200s infinite linear;-webkit-animation: myfirst 200s infinite linear;}
.Code .list{position: relative;max-width: 5rem;margin: 0 auto;z-index: 10;}
.Code .list ul{margin: -2%;display: flex;flex-flow: wrap;justify-content: center}
.Code .list ul li{width: calc(50% - 4%);margin: 2%;padding: .2rem;background-color: #fff;box-sizing: border-box;}
.Code .list ul li .img img{width: 100%;}
.Code .list ul li .title{margin-top: .15rem;font-size: .18rem;color: #001a70;line-height: 1.6;text-align: center;}





/* 2024-01-08 */
.myTable{
	margin-bottom: .6rem;
}
.myTable h3{
	height: .8rem;
	font-size: .2rem;
	margin: 0;
	text-align: center;
	line-height: .8rem;
	color: #cae4ff;
	background: #001a6f;
}
.myTable table{
	width: 100%;
}
.myTable td,.myTable th{
	padding: .1rem;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
}
.myTable tbody tr:nth-of-type(1) td{
	background: #96b8f2;
	color: #001660;
}
.myTable tbody tr:last-child td{
	border-bottom: 0;
}
.myTable tbody tr:not(:nth-of-type(2)) td:nth-of-type(1) {
	color: #001660;
	font-weight: 700;
}
.myTable tbody tr td:last-child{
	border-right: 0;
}
.myTable table{
	border: solid 1px #eee;
}
.myTable td{
	height: 1rem;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
.myTable tbody tr:nth-of-type(1) td,.myTable tbody tr.bold td{
	height: .8rem;
	font-weight: 600;
}
.myTable tbody tr td.not{
	font-weight: 400 !important;
	color: #333 !important;
}
.myTable table:not(:last-child){
	margin-bottom: .2rem;
}
.myTable tbody tr td.bold{
	font-weight: 700;
}
.myTable tbody tr td.cor091{
	color: #091f66;
}
.myTable tbody tr td.bg96{
	background: #96b8f2;
}
.myTable tbody tr td.bge3{
	background: #e3edff;
}
.myTable tbody tr td.bgf2{
	background: #f2f7ff;
}
.myTips{
	color: #ed6529;
	line-height: 1.5;
}
.myTips p{
	color: #333;
}
.store-details .slider-nav .slick-arrow{display: none !important;}
@media (max-width: 1650px) {
	.auto-inner{
		max-width: 1650px;
		width: 95%;
	}
}
#esdMobleButton{display: none !important;}
.mobile-code{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: url(/cn/images/code-bg.jpg) no-repeat center bottom/cover;
	display: none;
}
.mobile-code .m-close{
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	z-index: 5;
	background: url(/cn/images/close.svg) no-repeat center/20px;
	margin: 0;
}
.mobile-code .m-code{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-size: .3rem;
	letter-spacing: 1px;
	color: #fff;
	    padding: 0 0.3rem;
    line-height: 1.5;
}
.mobile-code .m-code img{
	width: 220px;
	margin-bottom: .3rem;
}
/*20241224*/
.traffic-tips .sweet-tips{font-size: 0.2rem}
.traffic_box .t1{font-size: 0.3rem;line-height: 0.36rem;color: #001a6f;font-weight: bold;margin-bottom: 0.1rem;margin-top: 0.3rem;}
.traffic_box .p1{font-size: 0.24rem;line-height: 0.36rem;color: #555555;}
.traffic_box .box .t2{font-size: 0.3rem;line-height: 1;color: #000000;margin-top: 0.3rem;}
.traffic_box .box .Lines{position: relative;background-color: #f2f6ff;border: solid 0.01rem #e5eaf6;padding: 0.3rem 0 0.1rem;margin-top: 0.3rem;margin-bottom: 0.15rem;}
.traffic_box .box .Lines.first:before{background-color: #f2f6ff;border-top-color: #e5eaf6; border-left-color: #e5eaf6;position: absolute; content: ''; width: 0.2rem; height: 0.2rem; transform: rotate(45deg); left: 0.4rem; top: -0.1rem;}
.traffic_box .box .Lines .ti{font-size: 0.22rem;color: #001a6f;line-height: 0.37rem;padding: 0 0.3rem;border-bottom: 1px solid #e5eaf6;padding-bottom: 0.1rem;;}
.traffic_box .box .Lines li{display: flex;justify-content: space-between;line-height: 0.31rem;padding: 0.15rem 0.3rem;border-bottom: 1px solid #e5eaf6;font-size: 0.22rem;}
.traffic_box .box .Lines li .left{color: #555555;}
.traffic_box .box .Lines li .right{color: #555555;color: #001a6f;}
.traffic_box .box .Lines li:last-child{border-bottom: none;}
.traffic_box .box .Lines li.wrap{flex-wrap:wrap;}
.traffic_box .box .Lines li.wrap .left,.traffic_box .box .Lines li.wrap .right{width: 100%;}
.traffic_box .box .Lines:nth-child(2n+1){background-color: #fffaf0;}





@media (max-width: 768px){
	.Pages{position: relative;}
	.Pages .el-pagination__total{display: block !important;margin-right: 0;margin-bottom: .15rem;}
	.Pages .btn-prev{position: absolute;left: 0;top: 0;z-index: 3;}
	.Pages .btn-next{    position: absolute;right: 0;top: 0;z-index: 3;}
}<!--耗时1775298470.9441秒-->