/**取消浏览器样式 start*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.page{
    width: 100%;
    min-height: 1000px;
    background-color: rgba(241, 241, 241, 1);
    overflow: hidden;
    position: relative;
}


.sy-zhutinr{
    width: 100%;
    min-height: 1000px;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/**banner图板块 start*/
.sy-bn{
    width: 100%;
    height: 48.44vw;
    max-height: 930px;
    position: relative;
}
.sy-benner-yh{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: rgba(0,0,0,0.2);
}
/**轮播图 start*/

.luanbotu {
    width: 100%;
    position: absolute;
    /*z-index: 1;*/
    background-attachment: fixed;
    overflow: hidden;
    height: 100%;
}
.indexSwiper{
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
      /* object-fit: cover;*/
}
.sy-banner-zhengwen{
    width: 100%;
    height: 100%;
}
.sy-banner-zhengwen *{
    width: 100%;
    height: 100%;
}
.sy-banner-zhengwen video{
    width: 100%!important;
    height: 100%!important;
    max-height: 930px;
}

.sy-bn-tz{
    width: 100%;
    height: 100%;
    position: relative;
}

/**轮播图 end*/

/**轮播图上文字及最新航班信息 start**/
/**轮播图上文字 start**/
.sy-section2 {
    width: 100%;
    position: absolute;
    z-index: 5;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bn-miaoshu{
    width: 72.92%;
    max-width: 1400px;
    margin-top: 150px;
}
.zile{
    width: 55%;
    font-size: 65px;
    font-weight: normal;
    color: rgba(255,255,255,1);
    text-shadow: 0px 3px 8px rgba(51,51,51,0.3);
    text-align: left;
}
.msxhx{
    width: 60px;
    height: 2px;
    background-color: rgba(255,255,255,1);
    margin: 37px 0 0 1px;
}


/**轮播图上文字 end**/
/**最新航班信息与查询 start**/
.zxhbxxycx{
    width: 100%;
    height: 100%;
}
.zxhbxxycx2{
    /*width: 72.92%;*/
    /*max-width: 1400px;*/
    height: 100%;
    position: relative;
}
/**最新航班信息 start**/
.zxhbxxlb{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.hbxxlb{
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    z-index: 10;
    position: absolute;
    right: 0;
    width: 40%;
    max-width: 560px;
    height: 42.96%;
    max-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translate(0,-50%);
}
.hbxxlb2{
    width: 92.86%;
    max-width: 520px;
    height: 88.5%;
    overflow-y: hidden;
}
.cfddgd{
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: space-between;
}
.cfydd{
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: row;
}
.zxhb{
    min-width: 42px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 47px;
}
.hb-title{
    width: 100%;
    height: 20px;
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    cursor: pointer;
    /*transition: all 0.6s;*/
}
.hb-title-xz{
    color: rgba(35, 128, 166, 1);
}
.sy-hbbt{
    width: 0%;
    background-color: rgba(35, 128, 166, 1);
    height: 3px;
}
.hbbt-xz{
    width: 100%;
    transition: all 0.6s;
}

.gdhbxx{
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.gdhbxxtb{
    width: 100%;
    height: 100%;
}
.cfhbxx{
    width: 100%;
    height: 84.75%;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    margin-top: 18px;
}
.tb-header{
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: rgba(35, 128, 166, 1);
}
.shijian{
    width: 65px;
    height: 100%;
}
.hangzhanlou{
    width: 70px;
    height: 100%;
}
.hangbanhao{
    width: 140px;
    height: 100%;
}
.mudidi{
    width: 125px;
    height: 100%;
    text-align: center;
}
.mudidi span{
    width: 100%;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zhuangtai{
    width: 120px;
    height: 100%;
    text-align: center;
}
.zxhbxxzt{
    font-size: 16px;
    color: rgba(255,255,255,1);
    font-weight: 400;
    white-space: nowrap;
    padding: 0 10px;
}

.juzhong{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cfhbnrxx{
    width: 100%;
    height: 83.34%;
    max-height: 250px;
    overflow: hidden;
}
.tb-neirong{
    width: 100%;
    height: 100%;
    max-height: 250px;
}
.tbrow1{
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tbrow2{
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.zxhbxxnrzt{
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    padding: 0 5px;
    white-space: nowrap;
}
.hkgslogo{
    width: 23px;
    height: 23px;
    margin-right: 15px;
    object-fit: scale-down;
}
.zwsjdiv{
    width: 100%;
    min-height: 100px;
    max-height: 250px;
    font-size: 20px;
}

.hbxx-yc{
    display: none;
}

/**最新航班信息 end**/

/**最新航班查询 start**/
.zxhbxxcx{
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    background: rgba(35, 128, 166, 0.6);
    border-radius: 12px 12px 0px 0px;
    display: flex;
    justify-content: space-between;
}
.hbcc-btytb{
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zxhbcxtb{
    width: 45px;
    height: 47px;
}
.hbxxcxtb{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.hbcx-title{
    height: 20px;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    margin-left: 14px;
}

.hbcxsrk{
    width: 60%;
    max-width: 550px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 27px;
}
.yddhbcx{
    width: 100%;
    height: 20px;
    display: flex;
    flex-direction: row;
}
.hbcxbtytb{
    min-width: 90px;
    height: 20px;
    display: flex;
    flex-direction: row;
    margin-right: 29px;
    margin-left: 10px;
    cursor: pointer;
}
.hbcxtb {
    width: 27px;
    height: 20px;
    margin-right: 8px;
    margin-top: 1px;
}
.hbcxtp{
    width: 100%;
    height: 100%;
    vertical-align: baseline;
}
.hbcxwz{
    min-width: 50px;
    height: 20px;
    font-size: 20px;
    font-weight: normal;
    color: rgba(255,255,255,1);
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
}
.hbbtxz{
    width: 100%;
    height: 13px;
    margin-top: 5px;
    display: flex;
    flex-direction: row;
}
.hbcxxz{
    width: 70px;
    height: 0%;
    transition: all 0.6s;
}
.hbcxxz-xz{
    height: 100%;
}
.cfhbxz{
    margin-left: 24px;
}
.ddhbxz{
    margin-left: 90px;
}
.hbcxxztp{
    width: 100%;
    height: 100%;
    vertical-align: baseline;
}


.srkys{
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    max-width: 550px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*margin-top: -8px;*/
}
.cxsrk{
    width: 60%;
    height: 90%;
    border:none;
    margin-left: 23px;
    color: rgba(102, 102, 102, 1);
}
.hbcxsstp{
    width: 26px;
    height: 26px;
    margin-right: 16px;
    color: rgba(102, 102, 102, 1);
}

/**最新航班查询 end**/

/**最新航班信息与查询 end**/
/**轮播图上文字及最新航班信息 end**/

/**banner图板块 end*/

/**Passenger Service板块 start*/

.passenger-guide {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.passenger-guide-title{
    width: 100%;
    display: flex;
    justify-content: center;
}
.passenger-guide-title-bk{
    min-width: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.passenger-guide-title-bt{
    width: 100%;
    height: 36px;
    font-size: 36px;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    white-space: nowrap;
    line-height: 36px;
    font-weight: 600;
    position: relative;
}

.passenger-guide-title-hg {
    background-color: rgba(35, 128, 166, 0.3);
    border-radius: 0px 3px 0px 3px;
    width: 100%;
    height: 15px;
    margin-top: -10px;
}

.passenger-guide-container {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    margin-top: 94px;
    width: 100%;
    min-height: 540px;
}

.passenger-guide-container-item {
    width: 32%;
    max-width: 446px;
    /*height: 100%;*/
    box-shadow: 0px 7px 20px 0px rgba(153,153,153,0.15);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.lkzn-child-tp{
    width: 100%;
    height: 37.04%;
    max-height: 200px;
    overflow: hidden;
}
.lkznchildtp{
    width: 100%;
    height: 100%;
}
.lkznchildtp:hover{
    transition: all 0.5s;
    transform: scale(1.2);
}
.passenger-guide-container-item-content{
    width: 100%;
    /*height: 62.97%;*/
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.passenger-guide-container-item-title{
    width: 38.84%;
    max-width: 174px;
    height: 14.71%;
    min-height: 50px;
    background-color: rgba(35, 128, 166, 1);
    border-radius: 0px 0px 8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}
.lkzn-nrong{
    width: 100%;
    /*height: 14.71%;*/
    min-height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.lkzn-nr-jz{
    width: 88%;
    min-height: 50px;
}

.lkzn-drow{
    width: 100%;
    min-height: 50px;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    /*justify-content: center;*/
}
.lkzn-drow-child{
    width: 50%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.active_lk{
    min-width: 55px;
    min-height: 50px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.active_lk:hover{
    box-shadow: 0px 7px 20px 1px rgba(255, 255, 255, 1);
    transform: translateY(-5px);
    transition: all 0.3s;
    /*padding-bottom: 10px;*/
}

.cfhbxtb-lan{
    max-width: 30px;
    max-height: 22px;
    object-fit: contain;
    display: none;
}
.cfhbxtb-hui{
    max-width: 30px;
    max-height: 22px;
    object-fit: contain;
}

.active_lk_xtb{
    width: 100%;
    min-height: 14px;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    text-align: center;
    /*white-space: nowrap;*/
    line-height: 14px;
    margin-top: 14px;
}
.active_lk:hover .active_lk_xtb{
    color: rgba(35, 128, 166, 1);
}
.active_lk:hover .cfhbxtb-lan{
    display: block;
}
.active_lk:hover .cfhbxtb-hui{
    display: none;
}

/**Passenger Service板块 end*/
/**免税与商业板块 start*/
.wzjc{
    height: 750px;
    margin-top: 152px;
}
.wzjcbjtu{
    width: 100%;
    height: 53.4%;
    max-height: 400px;
    background: url(../images/shouye/wzjcbjt.jpg) 100% no-repeat;
    background-size: 100% 100%;
}
.wzjc-lsebj{
    width: 100%;
    height: 100%;
    /*background-color: rgba(35,128,166,0.4);*/
}
.wzjc-title{
    width: 100%;
    height: 37%;
    min-height: 36px;
    color: rgba(255, 255, 255, 1);
    font-size: 36px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 36px;
    position: relative;
    display: flex;
    justify-content: center;
}
.wzjc-title-bk{
    min-width: 150px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.wzjc-title-wz{
    width: 100%;
    height: 36px;
    color: rgba(255, 255, 255, 1);
    font-size: 36px;
    text-align: center;
    white-space: nowrap;
    line-height: 36px;
    position: relative;
}
.wzjc-title-hg{
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0px 3px 0px 3px;
    width: 100%;
    height: 15px;
    margin-top: -10px;
}

.wzjc-nr{
    width: 100%;
    display: flex;
    align-items: center;
    max-height: 364px;
    height: 48.54%;
    margin-top: -7.98%;
}
.wzjc-nr-lb{
    height: 100%;
    overflow: hidden;
}
.wzjcxxnr{
    height: 100%;
    width: 100%;
    max-width: 329px;
    display: flex;
    /*align-items: center;*/
    flex-direction: column;
    position: relative;
    cursor: pointer;
}
.cateringShoppingSwiper .swiper-slide{
    width: 23.5%;
    max-width: 329px;
    margin-right: 2%;
}
.wzjcxxnr-nr{
    width: 87.5%;
    height: 98.91%;
    max-height: 360px;
    position: absolute;
    z-index: 1;
    transform: translate(-50%,0);
    left: 50%;
}
.wzjc-nr-lb2{
    display: flex;
    justify-content: space-between;
}
.cateringShoppingSwiper{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 22px 22px;
    overflow: hidden;
}
.cateringShoppingSwiper .swiper-wrapper {
    overflow: initial;
}
.wzjcxxnr-tp{
    width: 100%;
    max-width: 289px;
    height: 55%;
    max-height: 200px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.wzjcxxnr-tp-tupian{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    transition: all 0.5s;
}
.wzjcxxnr-tp-tupian:hover{
    /*transform: scale(1.1);*/
    /*transform: translateY(-10px);*/
}
.wzjcxxnr:hover{
    transition: all 0.5s;
    /*transform: scale(1.1);*/
    transform: translateY(-20px);
}
.wzjcxxnr-xxnr{
    width: 100%;
    height: 83.4%;
    max-height: 300px;
    background-color: rgba(255,255,255,1);
    border-radius: 12px;
    margin-top: -43.5%;
    position: absolute;
    bottom: 0;
}
.wzjcxxnr:hover .wzjcxxnr-xxnr{
    box-shadow: 0px 7px 20px 1px rgba(153,153,153,0.2);
}
.wzjcxxnr-bt{
    width: 100%;
    height: 45%;
    max-height: 160px;
    overflow: hidden;
}
.wzjcxxnr-xxnr-bt{
    width: 100%;
    height: 32px;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
    margin-top: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}
.wzjcxxnr-xxnr-ms{
    width: 100%;
    min-height: 15px;
    height: 48%;
    max-height: 48px;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    overflow: hidden;  /* 超出的文本裁剪 */
    text-overflow: ellipsis; /* 超出显示... */
    display: -webkit-box; /* 将对象作为弹性盒子 */
    -webkit-line-clamp: 3; /* 显示的行数 */
    -webkit-box-orient: vertical;  /* 垂直排列 */
    margin-top: 5%;
}
.wzjcxxnr-xxnr-ms *{
    width: 100%;
    min-height: 15px;
    height: 100%;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    overflow: hidden;  /* 超出的文本裁剪 */
    text-overflow: ellipsis; /* 超出显示... */
    display: -webkit-box; /* 将对象作为弹性盒子 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical;  /* 垂直排列 */
}
/**免税与商业板块 end*/



.footer-page{
    width: 100%;
    min-height: 100px;
}

/**弹窗新闻 start*/
.model_news {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.model_content {
    width: 130vw;
    max-width: 975px;
    height: 66.67vw;
    max-height: 520px;
    border-radius: 8px;
    /*margin-top: 7vw;*/
    /*overflow: hidden;*/
    position: relative;
}
.tcxw-close-div{
    position: absolute;
    right: 55px;
    top: -32px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.tcxw-close{
    width: 100%;
    height: 100%;
}
.sy-tcxw{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,1);
    padding: 10px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 8px;
}
.sy-tcxw-zt img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.sy-tcxw-nr{
    font-size: 16px;
    color: #666666;
    width: 100%;
    line-height: 36px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.swiper-container {
    width: 108.34vw;
    max-width: 820px;
    height: 69.34vw;
    max-height: 520px;
    border-radius: 8px;
    /*margin-top: 7vw;*/
    overflow: hidden;
    position: relative;
}
.sy_tcxw_no_show{
    display: none;
}
.swiper-button-next-tcxw, .swiper-button-prev-tcxw {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next-tcxw {
    background-image: url(../images/shouye/youjiantoulan.png);
    right: 10px;
    left: auto;
    border-radius: 8px;
}
.swiper-button-prev-tcxw{
    background-image: url(../images/shouye/zuojiantoulan.png);
    left: 10px;
    right: auto;
    border-radius: 8px;
}
/**弹窗新闻 end*/

@media ( min-width : 1150px) {
    .container {
        max-width: 1070px;
    }
    .lkfwcontainer{
        min-height: 463px;
    }
    .wzjheight {
        height: 574px;
    }
    .wzjcxxnr-xxnr-ms{
        height: 40%;
    }
    .zile *{
        font-size: 45px!important;
    }
}


@media ( min-width : 1250px) {
    .container {
        max-width: 1200px;
    }
    .lkfwcontainer{
        min-height: 500px;
    }
    .wzjheight {
        height: 643px;
    }
    .wzjcxxnr-xxnr-ms{
        height: 48%;
    }
    .zile *{
        font-size: 55px!important;
    }
}

@media ( min-width : 1450px) {
    .container {
        max-width: 1400px;
    }
    .lkfwcontainer{
        min-height: 540px;
    }
    .wzjheight {
        height: 750px;
    }
    .wzjcxxnr-xxnr-ms{
        height: 48%;
    }
    .zile *{
        font-size: 65px!important;
    }
}
