@media (min-width: 980px) {
    .box {
        position: relative;
        width:62.5%;
        margin:-90px auto 0 auto;
        background: #F7F7F7;
        z-index: 9999;
    }
    .box .box1 {
        /*height: 742px;*/
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding-top: 15px;
        margin:auto;
    }
    .flexzidingyi img{
        width: 100%;
        height: 300px;
    }

    .tese1 .nie1 {
        margin: 15px auto;
        width: 66px;
        height: 2px;
        background: #fff;
        text-align: center;
    }
    .tese1 .tre {
        width: 100%;
    }
    .tese1 .tre p {
        text-align: center;
    }
    .tese1 .nie2 {
        width: 100%;
    }
    .tese1 .nie2 p {
        text-align: center;
        font-size: 32px;
    }
    /*.trs {*/
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        /*width: 100%;*/
        /*height: 89%;*/
        /*background: black;*/
        /*opacity: 0.5;*/
    /*}*/
    /*.tese1{*/
        /*position: relative;*/
        /*color: #fff;*/
        /*font-size: 32px;*/
        /*width: 348px;*/
        /*height: 200px;*/
        /*margin: -12% auto;*/
    /*}*/
   /* 搜索框 */
    .search-trade{
    
        box-sizing: border-box;
        width: 56%;
        height: 50px;
        margin: 5% auto;
        /* border: 1px solid black; */
        display: flex;
        /* background: rgb(223, 155, 155); */
  
    }
    .search-trade .search-input{
        padding-left:10px;
        font-size: 16px;
        width:68%;
        height: 40px;
        border: 1px solid #CCCCCC
    }
    /* 查询按钮 */
     .search-trade  .zdy-button{
      background: #0042E8;
         outline: none;
        margin-left: 16px;
        width: 29%;
        height: 50px;
     }
    /* .search-trade input{
        width: 50%;
    } */
     /*  */

    /* .zdy-button{
        width: 35% !important;
    } */

    .box-switch{
        height: 50px;
        width: 100%;
        text-align: center;
        line-height: 50px;
        margin-bottom: 30px;
        /*display: flex;*/
    }

    .tracking-query-tab {
        width: 40%;
        margin: 0 auto 15px;
        overflow: hidden;
    }

    .tracking-query-tab li {
        height: 50px;
        line-height: 50px;
        float: left;
        width: 50%;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
    }

    /* .tracking-query-tab li.on {
        border-bottom: 2px solid #0042E8;
        color: #0042E8;
    } */

    .tracking-query-tab  li .noes{
         border-bottom: 2px solid #0042E8;
        color: #0042E8;
        font-size: 16px;
        padding-bottom:3px;
        cursor: pointer;
    }
   
   /* .tracking-query-tab ul li span{
         cursor: pointer;
          color: #0042E8;
   }
    .noes{
          cursor: pointer;
         color: #0042E8;
         font-size: 18px;
         border-bottom: 2px solid #0042E8;
    } */
   

    





    .box-spfl{
        width: 100%;
        min-height: 600px;
        /*padding: 20px;*/
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .box-spfl ul{
        width: 100%;
    }
    .box-hypp{
        width: 100%;
        min-height: 600px;
        display: none;
    }
    .sb-ul .sb-li{
        float: left;
        margin: 1%;
        height: 200px;
        width: 18%;
        background: #fff;
        border: 1px solid #DDDDDD;
        border-radius: 8px;
    }
    .sb-li .sb-img{
        text-align: center;
        line-height: 100px;
    }
    .sb-img a{
        display: block;
    }
    .sb-wenzi{
        line-height: 30px;
        height: 30px;
        width:89px;
        background: #0042E8;
        color: #fff;
        border-radius: 8px 0 8px 0;
        text-align: center;
    }
    .industry-matching-one {
        border: 1px solid #E5E5E5;
        width: 48%;
        margin: 10px 1%;
        float: left;
        height: 300px;
    }
    .industry-matching-one .industry-top {
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        background-color: #EDF2FD;
        border-bottom: 1px dotted #DDDDDD;
    }
    .industry-matching-one .industry-top .industry-icon {
        float: left;
    }
    .industry-matching-one .industry-top .industry-title {
        float: left;
        margin-left: 15px;
        font-size: 15px;
    }
    .industry-matching-one .industry-bottom {
        /*overflow: hidden;*/
        padding: 15px;
        min-height: 190px;
    }
    .industry-child-one {
        padding: 10px 5px;
        border-bottom: 1px dotted #E5E5E5;
    }
    .industry-child-one .industry-child-title {
        float: left;
        font-size: 14px;
        line-height: 0px;
    }
    .industry-child-one .industry-child-list {
        overflow: hidden;
    }
    .industry-child-one .industry-child-list a {
        display: block;
        float: left;
        height: 34px;
        line-height: 34px;
        width: 34px;
        text-align: center;
        border: 1px solid #E5E5E5;
        margin: 0 10px 10px 0;
        color: black;
    }

    .industry-child-one .industry-child-list {
        overflow: hidden;
    }

}

@media (max-width: 480px){
    .flexzidingyi{
        height: 150px !important;
    }
    .flexzidingyi img{
        height:100%;width: 100%;
        object-fit:cover;
    }
    .trs{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 150px;
        background: black;
        opacity: 0.5;
    }
    .tese1{
        position: absolute;
        top: 25%;
        left: 28%;
        color: #fff;
        font-size: 16px;
        /*width: 348px;*/
        /*height: 200px;*/
    }
    .tese1 .nie1 {
        margin-top: 8px;
        margin-left: 30%;
        width: 66px;
        height: 2px;
        background: #fff;
        text-align: center;
    }
    .tese1 .tre {
        width: 100%;
    }
    .tese1 .tre p {
        text-align: center;
    }
    .tese1 .nie2 {
        margin-top: 5px;
        width: 100%;
        height: 31px;
    }
    .tese1 .nie2 p {
        text-align: center;
        font-size: 16px;
        line-height: 31px;
    }

    .box{
        position: inherit;
        width: 100%;
        margin: 26px auto 0 auto;
        background: #fff;
    }
    /*.box .box1 {*/
        /*!*height: 742px;*!*/
        /*width: 100%;*/
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*padding-top: 15px;*/
    /*}*/
    .search-trade{
        /*border: 1px solid red;*/
        padding-left: 5px;
        padding-right: 5px;
    }
    .search-trade input{
        width: 55%;
        border-radius: 15px;
    }
    .btn{
        height: 40px;
        background: #0042E8;
        width: 40% !important;
    }
    .box-switch{
        height: 50px;
        width: 100%;
        text-align: center;
        line-height: 50px;
        margin-bottom: 30px;
        /*display: flex;*/
    }
    .tracking-query-tab {
        width: 80%;
        margin: 0 auto 15px;
        overflow: hidden;
    }
    .tracking-query-tab li {
        height: 50px;
        line-height: 50px;
        float: left;
        width: 50%;
        text-align: center;
        cursor: pointer;
        font-size: 18px;
    }
    .tracking-query-tab li.on {
        border-bottom: 2px solid #0042E8;
        color: #0042E8;
    }
    .box-spfl {
        width: 100%;
        min-height: 600px;
        padding: 20px;
    }
    .sb-ul .sb-li {
        float: left;
        margin: 10px 0 10px 3%;
        height: 200px;
        width: 150px;
        background: #fff;
        border: 1px solid #DDDDDD;
        border-radius: 8px;
    }
    .sb-wenzi {
        height: 30px;
        width: 50px;
        background: #0042E8;
        color: #fff;
        border-radius: 8px 0 8px 0;
        text-align: center;
    }
    .sb-li .sb-img {
        text-align: center;
        line-height: 100px;
    }
    .sb-img a {
        display: block;
    }

    .box-hypp {
        width: 100%;
        min-height: 600px;
        display: none;
    }

    .industry-matching-one {
        border: 1px solid #E5E5E5;
        width: 100%;
        margin: 10px 1%;
        float: left;
        min-height: 280px;
    }
    .industry-matching-one .industry-top {
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        background-color: #EDF2FD;
        border-bottom: 1px dotted #DDDDDD;
    }
    .industry-matching-one .industry-top .industry-icon {
        float: left;
    }
    .industry-matching-one .industry-top .industry-title {
        float: left;
        margin-left: 15px;
        font-size: 15px;
    }
    .industry-matching-one .industry-bottom {
        /* overflow: hidden; */
        padding: 15px;
        min-height: 190px;
    }
    .industry-child-one {
        padding: 10px 5px;
        border-bottom: 1px dotted #E5E5E5;
    }
    .industry-child-one .industry-child-title {
        float: left;
        font-size: 14px;
        line-height: 0px;
    }
    .industry-child-one .industry-child-list {
        overflow: hidden;
    }
    .industry-child-one .industry-child-list a {
        display: block;
        float: left;
        height: 34px;
        line-height: 34px;
        width: 34px;
        text-align: center;
        border: 1px solid #E5E5E5;
        margin: 0 10px 10px 0;
        color: black;
    }


}


a:hover{text-decoration:none}


