/*小于768的时候响应这个*/
@media screen and (max-width:768px) {
    /*搜索栏开始*/
    .sxy_ssl{
        background-color: rgba(255,255,255,0.8);
        /*opacity: 0.9;*/
        height: 110px;
        margin:  80px 0 0 0;
        /*position: fixed;*/
        top: 60px;
        width: 100%;
        border-bottom:1px solid #eeeeee;
        z-index: 1000;
        /*margin: 60px 0 0 0;*/
    }
    #ditu{
        height: 440px;
        width: 100%;
        overflow: hidden;
        background: #eeeeee;
    }
    .left_sc{
        height: 40px;
        margin-top: 1px;
        width: 100% !important;
        margin-right: 10px;
        font-size: 16px;
        font-weight: 600;
    }
    .sc_btn{
        height: 40px;
        width: 24%;
        float: left;
    }
    .sc_input{
        float:  left;
        width: 74%;
        margin: 0 2% 10px auto;
        /* margin: 0; */
    }
    .xialakuang{
        /* float: right; */
    }
    .xiala_diqu{
        width: 70%;
        height: 40px;
        font-size: 16px;
        font-weight: 600;
         float: right; 
    }
    .dangqiandiqu{
        font-size: 16px;
        font-weight: 600;
        position: relative;
        top: 8px;
        border-right-width: 20px;
        float: right;
        margin-right: 2%;
        width: 26%;
    }

    /*搜索栏结束*/
    /*查询结果开始*/
    .czjz_czjz{
        display: flex;
        justify-content:center;
        flex-direction:column;
        /*align-items:center;*/
    }
    .cxjg_left{
        height: 220px;
        margin-bottom: 80px;
    }
    .jg_left_bt{
        margin: 0;
        text-align: center;
        color: #00a313;
    }
    .p_jg_mg_1{
        text-align: center;
        margin: 40px 0 20px 0;
        /*width: 80%;*/
    }
    .p_jg_mg_2{
        text-align: center;
        margin: 0 0 20px 0;
        /*width: 80%;*/
    }
    .cxjg_right{
        height: 300px;
        text-align: center;
    }
    .cxjg_right img{
        margin-top: 40px;
    }
    .jg_left_bt_wsq{
        margin: 0;
        text-align: center;
        color: #fe0000;
    }
    /*查询结果结束*/
}

/*大于768的时候响应这个*/
@media screen and (min-width:769px) {
    /*搜索栏开始*/
    .sxy_ssl{
        background-color: rgba(255,255,255,0.8);
        /*opacity: 0.9;*/
        height: 50px;
        margin:  70px 0 0 0;
        /*position: fixed;*/
        top: 60px;
        width: 100%;
        border-bottom:1px solid #eeeeee;
        z-index: 1000;
        /*margin: 60px 0 0 0;*/
    }
    #ditu{
        height: 800px;
        width: 100%;
        overflow: hidden;
        background: #eeeeee;
    }
    .left_sc{
        height: 40px;
        margin-top: 1px;
        width: 300px !important;
        margin-right: 10px;
        font-size: 16px;
        font-weight: 600;
    }
    .sc_btn{
        height: 40px;
        float: left;
        width: 90px;
    }
    .sc_input{
        float:  left;
        width: 349px;
        margin: 0;
    }
    .xialakuang{
        float: right;
    }
    .xiala_diqu{
        width: 160px !important;
        height: 40px;
        font-size: 16px;
        font-weight: 600;
        float: right;

    }
    .dangqiandiqu{
        font-size: 18px;
        font-weight: 600;
        position: relative;
        top: 8px;
        border-right-width: 20px;
        float: right;
        margin-right: 10px;
    }

    /*搜索栏结束*/
    /*查询结果开始*/
    .czjz_czjz{
        display: flex;
        justify-content:center;
        flex-direction:column;
        /*align-items:center;*/
    }
    .cxjg_left{
        height: 220px;
        margin-bottom: 80px;
    }
    .jg_left_bt{
        margin: 0;
        text-align: center;
        color: #00a313;
    }
    .p_jg_mg_1{
        text-align: center;
        margin: 40px 0 20px 0;
        /*width: 80%;*/
    }
    .p_jg_mg_2{
        text-align: center;
        margin: 0 0 20px 0;
        /*width: 80%;*/
    }
    .cxjg_right{
        height: 300px;
        text-align: center;
    }
    .cxjg_right img{
        margin-top: 40px;
    }
    .jg_left_bt_wsq{
        margin: 0;
        text-align: center;
        color: #fe0000;
    }
    /*查询结果结束*/
}

@media (min-width: 1200px) {
    .sc_input{
        margin-left: 200px;
    }
    .xiala_diqu{
        margin-right: 200px;
    }
}