body {
	/* filter: grayscale(1); */ /* 网站灰白色 */
    /*min-height: 925px;*/
    min-width: 1200px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Microsoft YaHei, sans-serif;
    margin: 0;
    padding: 0;
}


label {
    font-weight: 700;
}


*,
*:before,
*:after {
    box-sizing: border-box;
}

a:focus,
a:active {
    outline: none;
}

a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}
.clearfix:after{
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.none{
    display: none;
}
.hidden{
    visibility: hidden;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-start{
    justify-content: flex-start;
}
.flex-end{
    justify-content: flex-end;
}
.flex-between{
    justify-content: space-between;
}
.flex-align-start{
    align-items: flex-start;
}
.flex-align-end{
    align-items: flex-end;
}

.relative{
    position: relative;
}
.pointer{
    cursor: pointer;
}
span{
    display: inline-block;
    vertical-align: middle;
}
.dot-line{
    padding-left: 10px;
    position: relative;
}
.dot-line:after{
    content:'';
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
}

/*头部*/
header{
    height: 90px;
    border-bottom: 2px solid #00479E;
}
header .main-zone{
    height: 90px;
}
header .company-name{
    width: 311px;
    height: 40px;
    background-image: url("../images/logo.png");
    background-size: 100% 100%;
}

header .info .main-fn{
    text-align: right;
}
header .info span{
    color: #4f4e4e;
    font-size: 12px;
    margin-right: 4px;
}
/* header .info span.clock{
    width: 27px;
    height: 25px;
    background-image: url("../images/25.png");
    background-size: contain;
} */
header .info span.tel{
    margin-right: 22px;
}
header .info span.clock{
    width: 9px;
    height: 15px;
    background-image: url("../images/tel.png");
    background-size: contain;
}
header .info span.email{
    width: 17px;
    height: 13px;
    background-image: url("../images/email.png");
    background-size: contain;
}
header .info span.fax{
    width: 18px;
    height: 14px;
    background-image: url("../images/fax.png");
    background-size: contain;
}
header .info span:last-child{
    margin-right: 22px;
}
header .info span.divider{
    height: 16px;
    width: 1px;
    background-color: #4f4e4e;
}
header .info .lang{
    height: 24px;
    width: 110px;
    font-size: 12px;
    color: #4f4e4e;
    padding-left: 1em;
    margin-right: 8px;
}
header .info span.btn{
    height: 24px;
    width: 50px;
    background-color: #00ADBF;
    text-align: center;
    background-image: url("../images/glass.png");
    background-size: 12px 12px;
    background-position: center center;
    background-repeat: no-repeat;
}

header .info span.phone{
    height: 24px;
    width: 50px;
    background-color: #00ADBF;
    text-align: center;
    background-image: url("../images/phone.png");
    background-size: 50px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}


header .menu{
    line-height: 40px;
    color: #393939;
    font-size: 14px;
    width: 100px;
    text-align: center;
}
header .menus .sub-menu{
    display: flex;
    left: 100px;
    right: 0;
    background-color: rgba(0, 173, 191,.4);
    top: 40px;
    position: absolute;
    font-size: 13px;
    height: 0;
    z-index: 3;
    transition: all .2s linear;
    overflow: hidden;

}
header .menus:hover .sub-menu{

    height: 194px;
    background-color: rgba(0, 173, 191,0.85);
}
header .menus .sub-menu .block{
    width: 100px;
    text-align: center;
    padding-top: 10px;
    position: relative;
    height: 100%;
    border-top: 2px solid transparent;
}
header .menus .sub-menu .block:hover{
    border-top-color: #00479E;
}
header .menus .sub-menu .block:not(:last-child){
    border-right: 1px solid #fff;
}
header .menus .sub-menu .block .item{
    color: #fff;
    line-height: 1.9;
    cursor: pointer;
}
header .menus .sub-menu .block .item:hover{
    color: #1c1a1e;
    
}



/*主要区域*/
.main-zone{
    width: 1080px;
    margin: 0 auto;
}
.center{
    height: calc(100vh - 90px);
    min-height: 600px;
    position: relative;
}
/*@media screen and (min-height: 925px) {
    .center{
        height: calc(100vh - 90px);
    }
}*/
/*尾部*/
footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 78px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0,0,0,.8);
    z-index: 1;
}
footer .main-zone{
    height: 100%;
    padding-bottom: 15px;
}
footer .info{
    color: #848484;
}
footer .info .logo{
    width: 29px;
    height: 13px;
    background-image: url("../images/logo-small.png");
}
footer .info .icon{
    width: 63px;
    height: 22px;
    background-image: url("../images/footer-icon.png");

}
footer .info span:not(:last-child){
    margin-right: 8px;
}
footer .text{
    line-height: 1.5;
    text-align: right;
}
footer .qrcode{
	width: 56px;
	height: 56px;
    display: inline-block;
    margin-left: 15px;
}

footer .qrcode img{
	width: 56px;
	height: 56px;
}

/*内页*/
.inner-page .center{
    padding-top: 2px;
}
.inner-page .center .banner{
    height: 193px;
}
.inner-page .center .banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-page .wrapper{
    margin-top: 3px;
}
.inner-page .wrapper .left {
    width: 113px;
    margin-right: 25px;
}
.inner-page .wrapper .left .title{
    color: #fff;
    font-size: 16px;
    padding: 24px 0 7px 7px;
    border-bottom: 1px solid #00ADBF;
}
.inner-page .wrapper .left .item{
    border-bottom: 1px solid #00ADBF;
    padding: 13px 10px;
    text-align: right;
    font-size: 14px;
    color: #b8b6b6;
    cursor: pointer;
}
.inner-page .wrapper .left .item:hover,.inner-page .wrapper .left .item.active{
    color: #02adc1;
}
.inner-page .wrapper .right{
    width: 942px;
}
.inner-page .wrapper .right>.item{
     display: none;
 }
.inner-page .wrapper .right>.item.only-table{
    padding-top: 28px;
}
.inner-page .wrapper .right>.item.active{
    display: block;
}
.inner-page .wrapper .search-wrapper{
    color: #fff;
    margin-bottom: 12px;
}

.inner-page .wrapper .search-wrapper .row{
    margin-bottom: 3px;
}
.inner-page .wrapper .search-wrapper .flight-no{
    width: 209px;
    position: relative;
    margin-right: 4px;
}
.inner-page .wrapper .search-wrapper .input-no{
    width: 209px;
    position: relative;
    margin-right: 34px;
}
.inner-page .wrapper .search-wrapper .input{
    height: 35px;
}
.inner-page .wrapper .search-wrapper .type-1{
    margin:0 4px 0 4px;
    width: 130px;
}
.inner-page .wrapper .search-wrapper .label-type{
    padding-left: 5px;
}
.inner-page .wrapper .search-wrapper .cycle-label{
    padding-left: 40px;
}
.inner-page .wrapper .search-wrapper .type{
    margin-right: 11px;
    width: 139px;
}
.inner-page .wrapper .search-wrapper .port{
    width: 202px;
    position: relative;
}
.port .port-list{
    position: absolute;
    top: 37px;
    max-height: 175px;
    background-color: #575757;
    left: 0;
    right: 0;
    font-size: 12px;
    display: none;
    overflow: auto;
}
/*.inner-page .wrapper .search-wrapper .port input:focus~.port-list{
    display: block;
}*/
.port .port-list .item{
    padding: 0 25px;
    line-height: 35px;
    cursor: pointer;
}
.port .port-list .item:hover{
    background-color: #2B2B2B;
}
.inner-page .wrapper .search-wrapper .checkbox-item{
    margin-right: 4px;
}
.inner-page .wrapper .search-wrapper .checkbox-item input[type=checkbox]{
    display: none;
}
.inner-page .wrapper .search-wrapper .checkbox-item label{
    display: inline-block;
    width: 64px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #575757;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.inner-page .wrapper .search-wrapper .checkbox-item input[type=checkbox]:checked~label{
    background-color: #00ADBF;
}
.inner-page .wrapper .search-wrapper .label{
    line-height: 35px;
    font-size: 14px;
}
.inner-page .wrapper .search-wrapper .exchange{
    margin: 0 10px ;
    width: 43px;
    height: 26px;
    background-image: url("../images/exchange.png");
    background-size: cover;
}
.inner-page .wrapper .search-wrapper .search{
    width: 728px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-color: #00ADBF;
}
.inner-page .wrapper .search-wrapper .search1{
    width: 942px;
    line-height: 35px;
    /* margin-left: 30px; */
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-color: #00ADBF;
}
.inner-page .wrapper .search-wrapper .search2{
    width: 222px;
    line-height: 35px;
    /* margin-left: 30px; */
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-color: #00ADBF;
}
.inner-page .wrapper .search-wrapper .search.single{
    width: 100%;

}
.inner-page .wrapper .search-wrapper .flight-no .icon{
    width: 14px;
    height: 14px;
    background-image: url("../images/glass.png");
    background-size: cover;
    position: absolute;
    right: 9px;
    top: 10px;

}
.inner-page .wrapper .search-wrapper .input-no .icon{
    width: 14px;
    height: 14px;
    background-image: url("../images/glass.png");
    background-size: cover;
    position: absolute;
    right: 9px;
    top: 10px;

}

.inner-page .wrapper .search-wrapper input,.inner-page .wrapper .search-wrapper select{
    height: 100%;
    width: 100%;
    background-color: #575757;
    border: 0;
    outline: none;
    padding: 0 25px;
    color: #fff;
    font-size: 12px;
}
.inner-page .wrapper .search-wrapper input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}

.inner-page .wrapper .search-wrapper input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:   #fff;
}
.inner-page .wrapper .search-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:   #fff;
}
.inner-page .wrapper .table{
    height: calc(100vh - 495px);
    overflow: auto;
    margin-bottom: 12px;
}
.inner-page .wrapper .table-1{
    height: calc(100vh - 525px);
}
.inner-page .wrapper .table-2{
    height: calc(100vh - 434px);
}
.inner-page .wrapper .table-2.table td{
    color: #000;
}
.inner-page .wrapper   .table.table-2 tbody tr:nth-child(odd){
    background-color: #bbb;
}
.inner-page .wrapper .table.table-2 tbody tr:nth-child(even){
    background-color: #696969;
}
@media screen and (max-height: 690px) {
    .inner-page .wrapper .table{
        height: 195px;
    }
    .inner-page .wrapper .table-1{
        height: 160px;
    }
    .inner-page .wrapper .table-2{
        height: 258px;
    }
}
.inner-page .wrapper .table table{
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
}
.inner-page .wrapper .table th{
    height: 35px;
    border-right: 1px solid;
    color: #000;
    background-color: #bbb;
}
.inner-page .wrapper .table td{
    height: 35px;
    border-right: 1px solid #878787;
    color: #fff;
}
.inner-page .wrapper .table td a{
    color: #27daed;
}
.inner-page .wrapper .table td a:not(:last-child){
    margin-right: 8px;
}
.inner-page .wrapper .table td:last-child{
    border-right: 0;
}
.inner-page .wrapper .table tbody tr:nth-child(odd){
    background-color: #696969;
}

/*分页*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
}
.pagination .btns{
    font-size: 0;
}
.pagination .btns .btn{
    width: 81px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    background-color: #00ADBF;
    cursor: pointer;
}
.pagination .btns .btn:not(:last-child){
    border-right: 1px solid #000;
}
.pagination .turn-to select{
    width: 51px;
    height: 20px;
    font-size: 14px;
    background-color: #00ADBF;
    text-align: center;
    color: #fff;
    text-align-last: center;
    border: 0;
    outline: none;
}

/*
滚动条样式*/
::-webkit-scrollbar {
    width:15px;
    background-color: #474747;
}
::-webkit-scrollbar-thumb{
    background-color: #bbb;
}