.subnnav{
    /*margin-top: 20px;*/
    width: 180px;
    height: 100%;
    border-right: 1px solid #cccccc;
    background: white;
    /*float: left;*/
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
}
.subnnav ul{
    display: block;
}
.subnnav li{
    display: inline-block;
    height: 65px;
    width: 179px;
    border-bottom: 1px solid #cccccc;
    /*border-top: none;*/
}
.subnnav li a{
    text-decoration: none;
    padding-left: 15px;
    line-height: 65px;
    color: #0f0f0f;
}
.subnnav_son {
    z-index: 100;
    width: 180px;
    height: 195px;
    background: #1b6d85;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: white;
    float: left;
    position: absolute;
    left: 180px;
}
.subnnav_son li{
    display: inline-block;
    height: 65px;
    width: 180px;
    border-bottom: 1px solid #cccccc;
}
.subnnav_son li a{
    text-decoration: none;
    line-height: 65px;
    color: #0f0f0f;
    padding-left: 20px;
}


.search_dm{
    width: 180px;
    height: 195px;
    z-index: 100;
    background: #1b6d85;
    border-right: 1px solid #cccccc;
    border-top:1px solid #cccccc;
    background: white;
    position: absolute;
    left: 180px;
    top: 64px;
}
.search_dm li{
    display: inline-block;
    height: 65px;
    width: 180px;
    border-bottom: 1px solid #cccccc;
}
.search_dm li a{
    text-decoration: none;
    line-height: 65px;
    color: #0f0f0f;
    padding-left: 20px;
}
/*国际空运单查询模块*/
.search_wl{
    width: 440px;
    height: 100%;
    position: absolute;
    left: 140px;
    background: white;
    border-right: 1px solid #dcc;
    overflow-y: auto;
}
.search_wl .two_part{
    text-align: center;
    margin-top: 60px;
    position: relative;
}
.search_wl .two_part .search_sh{
    width: 250px;
    margin-left: 85px;
    margin-top: 20px;
}
.search_wl .two_part .input_search {
    position: absolute;
    left: 360px;
    top: 40px;
}
.search_wl .two_part span{
    position: absolute;
    left: 0;
    top: 47px;
    font-family: "微软雅黑";
    font-size: 15px;
}
.search_wl .two_part i{
     position: absolute;
    left: 0;
    top: 95px;
    font-family: "微软雅黑";
    font-size: 15px;
    font-style: normal;
}
.search_res{
    position: absolute;
    left: 430px;
    top: 0;
    width: 780px;
    height: 100%;
}
.search_res .big-result{
    width: 300px;
    margin:10px auto;
}
.search_res .big-result ul li{
    padding-bottom: 10px;
    border-left: 1px solid #ccc;
    width: 350px;
    position: relative;
    padding-left: 30px;
}
.result-line{
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    position: absolute;
    top:0;
    left: -6px;
}
.result-red i{
    background: red;
   
}

.special{
    width:100%;
    height: 100%;
    background: white;
    position: absolute;
    top:0;
    bottom:0;
    left: 180px;
    overflow-y: auto;
    /*border-right: 1px solid #dcc;*/
}
.threeword{
    padding-left: 350px;
   padding-left: 350px;
    padding-top:50px;
    position: relative;
}
.threeword input:first-child{
    border-radius: 3px;
    width: 320px;
}
.threeword input:last-child{
    border-radius: 5px;
    width: 150px;
    background: #00a1d5;
    border: none;
    color: white;
    position: absolute;
    left:700px;
    top:51px;
}
.charts{
    padding-left: 190px;
    margin-right: -300px;
}
.charts table{
    width: 50%;
}
.search_air{
    background:white;
    width: 70%;
    height: 223px;
    margin-left: 130px;
    overflow-y: auto;
}
/*邮编part*/
.zipcode_left{
    width:45%;
    height: 100%;
    background: white;
    position: absolute;
    top:0;
    bottom:0;
    overflow-y: auto;
    overflow: hidden;
    border-right: 1px solid #dcc;
    z-index: 10
}
.search_zip{
    margin-top: -10px;
    padding-left: 180px;
}
.search_zip h4{
    padding-top: 30px;
    padding-left: 45px;
}
.firstinput{
    width: 200px;
    margin-top: 12px;
    margin-left: 50px;
    position: absolute;
    left: 10%;
    top: 65px;
}
.threeinput{
    width: 200px;
    margin-top: 12px;
    margin-left: 50px;
    position: absolute;
    left: 49%;
    top: 65px;
}
.lastinput{
    width: 200px;
    margin-top: 12px;
    margin-left: 50px;
    position: absolute;
    left: 50%;
    top: 65px;
}
.btn2{
    position: absolute;
    top: 65px;
    left: 785px;
}
.search_zip .zip_option{
    margin-top: 20px;
    margin-left: 50px;
}
.search_zip .zip_option{
    height: 34px;
    border-radius: 4px;
    border-color: #ccc;
    width: 140px;
}
.search_zip .zip_option option{
    width: 140px;
}
.search_zip .must_search{
    position: absolute;
    left: 805px;
    top: 96px;
}
.search_zip button{
    width: 90px;
    margin-left: 90px;
    margin-top: 20px;
    position: absolute;
    left: 820px;
    top: 70px;
}
.result_page{
    padding: 10px 375px
}

/*航班信息查询*/
.air_mes{
    padding-left: 320px;
    padding-top: 10px;
}
.air_mes h4{
    padding: 10px 85px;
    position: relative;
}
.air_mes span{
    transform:rotate(90deg);
    position: absolute;
    left: 450px;
    top: 80px;
}
.air_mes lable{
    margin: 0 20px;
    padding-left: 35px;
}
.air_mes p{
    padding: 10px 0 10px 190px;
}
.air_mes button {
    margin: 10px 0 10px 187px;
    width: 135px;
}
.air_mes select{
    margin-left: 252px;
    position: absolute;
    left: 339px;
    top: 120px;
}
.air_mes .tips{
    width: 196px;
    margin-left: 27px;
    background: white;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, 0.13);
    position: absolute;
    left: 210px;
    top: 145px;
}
.air_company{
    width: 50%;
    margin-left: 240px;
    margin-top: 20px;
    margin-top: 20px;
    margin-left: 50px;
}
.search_zip .zip_option{
    height: 34px;
    border-radius: 4px;
    border-color: #ccc;
    width: 140px;
}
.search_zip .zip_option option{
    width: 140px;
}
.search_zip .must_search{
    position: absolute;
    left: 665px;
    top: 96px;
}
.search_zip button{
    width: 90px;
    margin-left: 90px;
    margin-top: 20px;
    position: absolute;
    left: 230px;
    top: 120px;
}
.result_page{
    padding: 10px 375px
}

/*航班信息查询*/
.air_mes{
    padding-left: 320px;
    padding-top: 10px;
}
.air_mes h4{
    padding: 10px 85px;
    position: relative;
}
.air_mes span{
    position: absolute;
    left: 335px;
    top: 80px;
}
.air_mes lable{
    margin: 0 8px;
    padding-left: 5px;
}
.air_mes p{
    padding: 10px 0 10px 70px;
}
.air_mes button {
    margin: 10px 0 10px 65px;
    width: 135px;
}
.air_mes select{
    margin-left: 252px;
    position: absolute;
    left: 235px;
    top: 120px;
}
.title,.title_flight{
    width: 50%;
    background: #E84040;
    padding: 10px 0;
    margin: 10px 0 10px 140px;
    border-radius: 10px;
    box-shadow: 2px 2px #ccc;
    box-sizing: border-box;
}
.glyphicon glyphicon-chevron-down{
    background: red;
}
.title span{
    display: inline-block;
    width: 24%;
    text-align: center;
    color: #fff;
}
.title_mes{
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
}
.title_mes span{
    width: 24%;
    display: inline-block;
    text-align: center;
}
.title_flight span{
    display: inline-block;
    width: 32%;
    text-align: center;
    color: #fff;
}
.title_mes_flight{
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}
.title_mes_flight span{
    width: 32%;
    display: inline-block;
    text-align: center;
}
.air_mes .tips{
    width: 196px;
    margin-left: 27px;
    background: white;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, 0.13);
    position: absolute;
    left: 210px;
    top: 145px;
}
.air_company{
    width: 50%;
    margin-left: 140px;
    margin-top: 20px;
}
.company_mes{
    width: 50%;
    border: 1px solid #ccc;
    margin-left: 140px;
}

/*航空公司查询*/
.search_company{
    width: 100%;
    height: 100px;
}
.search_company input{
    width: 19%;
    position: absolute;
    left: 12%;
    top: 40px;
}
.search_company button{
    width: 12%;
    position: absolute;
    left: 32%;
    top: 40px;
}

.company_result {
    position: absolute;
    top: 155px;
    left: 220px;
}

.company_result{
    position: absolute;
    top: 155px;
    left: 220px;
}
.page-heading {
    font-size: 19px;
    margin: 0 0 6px;
}
.list-group {
    margin-left: auto;
}
@media (min-width: 768px){
.col-sm-height-400 {
    min-height: 400px;
}
@media (min-width: 768px){
.col-sm-height-200 {
    min-height: 200px;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}


.calendar .calendar-title-box{
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align:center;
  border-bottom: 1px solid #ddd;
  background: #ececec
}
 
/**
 * 设置上个月的按钮图标
 */
.calendar .prev-month {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-left: 0px;
  border-top: 6px solid transparent;
  border-right: 8px solid #999;
  border-bottom: 6px solid transparent;
  cursor: pointer;
}
 
/**
 * 设置下个月的按钮图标
 */
.calendar .next-month {
  position: absolute;
  top:20px;
  right: 20px;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-right: 0px;
  border-top: 6px solid transparent;
  border-left: 8px solid #999;
  border-bottom: 6px solid transparent;
  cursor: pointer;
}
 
 
/* 设置日历表格样式 */
.calendar{
    width: 600px;
    height: 100%;
    background: white;
    /*border: 1px solid #ccc;*/
    /*position: absolute;
    top: 150px;
    left: 150px;*/
}
.calendar-table{
  width: 100%;
  border-collapse: collapse;
  text-align:center;
}
 .calendar-table th{
    text-align: center;
    border: 1px dotted green;
    padding: 8px;
 }
  .calendar-table td{
     border: 1px dotted green;
     cursor: pointer;
     padding: 8px;
     border-radius: 4px;
  }
  .calendar-table td:hover{
    border:1px solid red;
  }
/* 表格行高 */
.calendar-table tr{
  height: 30px;
  line-height: 30px;
}
 
/* 当前天 颜色特殊显示 */
.currentDay {
  background: #FBEC88;
   color: blue;
   border:1px solid red !important;
}
 
/* 本月 文字颜色 */
.currentMonth {
  color: #999;
}
 
/* 其他月颜色 */
.otherMonth{
  color: #ede;
}
.WdayTable {
    line-height: 38px;
    color: #333;
    border-spacing: 1px;
    background-color: #ececec;
    /* border: #BEE9F0 1px solid; */
}
