html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

a, label, button, input, select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


.background_box{
    min-height: 100%;
    background-image: url('./images/背景.jpg');
    background-position: bottom left;
    background-attachment: fixed;
    background-repeat: no-repeat;background-size: 100% 100%;
}

.tab_page{
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 50px 20px;
    /* display: flex; */
    flex-direction: column;
    align-items: flex-end;
    display: none;
}
.tab_page .close{
    margin: 15px 0px;
    color: #000;
}
.tab_page a{
    margin: 10px 0;
    color: #000;
}
.backdrop{
    position: relative;
    width: 100%;
    /* height: 100%; */
    min-height: 100%;
    /* padding-bottom: 50px; */
    background:  no-repeat 100%/cover;
    /* background-image: url(../images/首页图.jpg);
    background-size: 100%; */
}
.backdrop .tab{
    position: absolute;
    right: 10px;
    top: 60px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: none;
}
.header{
    display: flex;
    justify-content: center;
    
}
.header img{
    width: 80px;
    margin-top: 34px ;
}
.header span{
    font-size: 22px;
    color: #fff;
    margin: 60px 160px 0 28px;
}
.header .nav{
    margin-top: 66px ;
}
.header .nav a{
    font-size: 16px;
    color: #fff;
    margin-right: 24px ;
}


.contant{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* height: 85%; */
}
.contant h2{
    margin: 0 0 16px 0;
    color: #fff;
}
.contant p{
    margin-bottom: 2%;
    color: #fff;
}
/* 关于我们 */
.aboutUs .text{
    width: 66%;
    color: #fff;
    line-height: 30px;
    height: 50%;
}
.aboutUs .text div{
    text-indent: 32px;
}
.aboutUs img{
    width: 28%;
    margin: 20px 10%
}
/* 关于我们 */
.routeIntroduction .Map{
    width: 50%;
    margin: -30px 120px
}
.routeIntroduction .footer{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 66%;
}
.routeIntroduction .footer div{
    padding-left: 24px;
    width: 33%;
    color: #fff;
    margin: 6px 0;
}
.routeIntroduction .footer div span{
    font-size: 14px;
    margin: 8px;
}
/* 综合查询 */
.comprehensiveQuery .box{
    display: flex;
    justify-content: space-evenly;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 70%;
    height: calc(100% - 130px);
}
.comprehensiveQuery .box .sonBox{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.comprehensiveQuery .box .sonBox p{
    text-align: center;
    background-color: #2d72ff;
    width: 110px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    margin-bottom: 50px;
}
.comprehensiveQuery .box .sonBox .searchInput{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    width: 335px;
    height: 44px;
    border-radius: 22px;
    background-color: #fff;
    margin-bottom: 50px;
}
.comprehensiveQuery .box .sonBox .searchInput img{
    /* position: absolute;
    top: 15px;
    left: 15px; */
    width:14px;
    height:14px;
    margin-right: 10px;
}
.comprehensiveQuery .box .sonBox .searchInput input{
    border: 0;
    /* position: absolute;
    top: 14px;
    left: 40px; */
    width: 180px;
}
.comprehensiveQuery .box .sonBox .searchInput .searchBtn{
    /* position: absolute;
    top: -1px;
    right: -1px; */
    color: #fff;
    width: 100px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 22px;
    background-color: #2d72ff;
    cursor: pointer;
}

.comprehensiveQuery .box .sonBox .searchDate{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 500px;
    height: 44px;
    border-radius: 22px;
    background-color: #fff;
}
.comprehensiveQuery .box .sonBox .searchDate .left{
    /* position: absolute;
    top: 12px;
    left: 15px; */
    margin: 0 10px;
    color: #000;
    font-size: 14px;
}
.comprehensiveQuery .box .sonBox .searchDate .searchDateBox{
    display: flex;
    align-items: center;
}
.comprehensiveQuery .box .sonBox .searchDate .inputDate1{
    /* position: absolute;
    top: 10px;
    left: 77px; */
    width: 140px;
    line-height: 24px;
    padding-left: 4px;
    height: 24px;
    border: 1px solid #aaa;
}
.comprehensiveQuery .box .sonBox .searchDate .inputDateBox1{
    position: relative;
}
.comprehensiveQuery .box .sonBox .searchDate .inputDate1_Img{
    position: absolute;
    top: 4px;
    right: 4px;
}
.comprehensiveQuery .box .sonBox .searchDate .heng{
    /* position: absolute;
    top: 22px;
    left: 206px; */
    width: 10px;
    height: 1px;
    margin: 0 5px;
    background-color: #aaa;
}
.comprehensiveQuery .box .sonBox .searchDate .inputDate2{
    /* position: absolute;
    top: 10px;
    left: 226px; */
    width: 140px;
    line-height: 24px;
    padding-left: 4px;
    height: 24px;
    border: 1px solid #aaa;
}
.comprehensiveQuery .box .sonBox .searchDate .inputDateBox2{
    position: relative;
}
.comprehensiveQuery .box .sonBox .searchDate .inputDate2_Img{
    position: absolute;
    top: 4px;
    right: 4px;
}
.comprehensiveQuery .box .sonBox .searchDate .searchBtn{
    /* position: absolute;
    top: -1px;
    right: -1px; */
    color: #fff;
    width: 100px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 22px;
    background-color: #2d72ff;
    cursor: pointer;
}
/* 近年业绩 */
.achievementYears .box{
    width: 66%;
    display: flex;
    justify-content: center;
    margin-top: 11%;
}
.achievementYears .box .text{
    display: flex;
    flex-direction: column-reverse;
    width: 30%;
    height: 300px;
}
.achievementYears .box .text h1{
    color: #3cfffd;
    font-weight: 800;
	-webkit-text-stroke: 1px #fff;
}
.achievementYears .box .text p{
   position: relative;
   padding-left: 30px;
   font-size: 14px;
   margin-bottom: 3px;
}
.achievementYears .box .text .yuandian{
    position: absolute;
    top: 3px;
    left: 0;
}
.achievementYears .box .text h5{
    color: #3cfffd;
    line-height: 24px;
    margin: 8px 0 4px 0;
}
/* 招贤纳士 */
.recruiting .box{
    width: 66%;
    padding: 50px 64px;
    /* background-color: #fff; */
}
.recruiting .box .text{
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom:25px;
    font-size: 14px;
}
.recruiting .box .text span{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: rgb(60, 122, 254);
    font-size: 16px;
}
.recruiting .box .text1{
    display: flex;
    justify-content: left;
    margin-bottom:25px;
}
.recruiting .box .text1 div{
    display: flex;
    flex-direction: column;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}
.recruiting .box .text1 span{
    line-height: 30px;
}
.recruiting .box .text1 div .title{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: rgb(60, 122, 254);
    font-size: 16px;
}
/* 联系我们 */
.contactUs .box{
    width: 66%;
    padding: 36px;
    /* background-color: #fff; */
    display: flex;
    justify-content: left;
}
.contactUs .box .text{
    width: 50%;
}
.contactUs .box .text input{
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 6px;
    width: 45%;
}
.contactUs .box .text textarea{
    resize: none;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 6px;
}
.contactUs .box .text .btn{
    text-align: center;
    background-color: rgb(60, 122, 254);
    width: 160px; 
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.contactUs .box .text .tle{
    color: #fff;
    margin-top: 20px;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
}

 .contactUs .box .text img{
     position: absolute;
     top: 3px;
     left: 0;
 }



 /* 遮挡层样式 */
.modal{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5);

}
.modal-content{
    position: fixed;
    z-index: 2000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 930px;
    height: 280px;
    background-color: #fff;
    padding: 30px;
    background: #fff url("../images/bj.png") repeat-x 0 0;
    border-radius: 15px;
}
.modal-content-box{
    height: 100%;
    background: url("../images/bj.png") repeat-x 0 0;
    border-radius: 15px;
    padding-left: 30px;
}
.close{
    position: absolute;
    top: 0px;
    right: 9px;
    color: #b7b7b7;
    font-size: 30px;
    font-weight: bold;
    
}
.close:hover, .close:focus{
    color: #95b4ed;
    text-decoration: none;
    cursor: pointer;
}


.Tips{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5);

}
.Tips-content{
    position: fixed;
    z-index: 2000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background-color: #fff;
    padding: 30px;
    background: #fff url("../images/bj.png") repeat-x 0 0;
    border-radius: 100px;
}
.NoData{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    height: calc(100% - 70px);
    margin-top: 35px;
}
.NoWaybillFound{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    height: calc(100% - 70px);
    margin-top: 30px;
}



.comprehensiveQuery table tbody {
    display: block;
    height: 100%;
    overflow-y: scroll;
}
 
.comprehensiveQuery table thead,
tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;/*重要  表格固定算法*/
}
 
.comprehensiveQuery table thead {/*留出滚动条的位置*/
    width: calc(100% - 17px)
}
 

.comprehensiveQuery table thead th {
    background: #666;
    color: #222;
    font-size: 18px;
}
.comprehensiveQuery table tbody td{
    text-align: center;
    color: #222;
}
/* 底部 */
.beianBox{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /* height: 200px; */
    padding: 6px 15%;
    background-color: #111;
    color: #fff;
    display: flex;
    justify-content: flex-start;
}
.beianBox .beian_text{
    width:100%;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}