@media screen and (min-width:960px) {
    
    .s-zyjt-footer{


        width: 19.2rem;
        height: 4.5rem;
        background-color: #333;
        box-sizing:border-box;
        padding-top: 0.48rem;


    }
    .s-zyjt-footer-container{
        margin: auto;
        width: 14.4rem;
        height: 3.52rem;
        /* border: solid 1px blue; */

    }
    .s-zyjt-footer-top{

        display: flex;
        /* justify-content: space-between; */
    }

    .s-zyjt-footer-top nav{


        width: 1.98rem;
        height: 2.25rem;
        /* border: solid 1px red; */
  
    }
    .s-zyjt-footer-top nav b{
        display: block;
        font-size: 0.16rem;
        color: #fff;
        font-weight: bold;
        line-height: 3em;
      

    }
    .s-zyjt-footer-top nav a:nth-of-type(1){

        width: 0.28rem;
        border-bottom: solid 0.05rem #fff;
        margin-bottom: 0.05rem;
    }
    .s-zyjt-footer-top nav a{

        display: block;
        font-size: 0.14rem;
        line-height: 2em;
        color: #fefefe;

    }

    .s-zyjt-middle{


        width: 3.64rem;
        height: 2.25rem;
        border-left: solid 1px #535353;
        border-right: solid 1px #535353;
        display: flex;
        flex-direction: column;
        align-items: center;


    }

    .s-zyjt-middle dt{

        width: 2.45rem;
        height: 0.7rem;
        display: flex;

        border-bottom: solid 0.01rem #535353;

    }

    .s-zyjt-middle dt img{

        width: 100%;
        height: 0.45rem;
        
    }

    .s-zyjt-middle dd{
        width: 2.45rem;
        height: 1.53rem;

     
    }
    .s-zyjt-middle  dd p{
        height: 0.98rem;
     
        box-sizing: border-box;
        /* border: solid 1px red; */
        display: flex;
        justify-content: space-between;

        
    }
    .s-zyjt-middle  dd p:nth-of-type(1){
        height: 0.98rem;
        margin-top: 0.3rem;
    }
    .s-zyjt-middle  dd p:nth-of-type(2){
        height: 0.18rem;
    }
    .s-zyjt-middle  dd p
    .s-zyjt-middle  dd p img{
        width: 0.97rem;
    }
    .s-zyjt-middle  dd p span{
        display: block;
        width: 0.97rem;
        text-align: center;
        font-size: 0.14rem;
        color: #fefefe;
        margin-top: 0.05rem;
    }
    .s-zyjt-address{
        box-sizing: border-box;
        width: 4.86rem;
        padding-left: 1.08rem;
    }
    .s-zyjt-address p{
        box-sizing: border-box;
        padding-left: 0.24rem;
        width: 4.35rem;
        /* border: solid 1px red; */
        font-size: 0.14rem;
        color: #fefefe;
        margin-bottom: 0.12rem;
        
    }
    .s-zyjt-address p:nth-of-type(1){
        background: url(/img/html5_join/bigzhuanti/service.png)no-repeat;
        background-size: 0.21rem 0.18rem;
    }
    .s-zyjt-address p:nth-of-type(2){
        background: url(/img/html5_join/bigzhuanti/phone-bottom.png)no-repeat;
        background-size: 0.15rem 0.19rem;
    }
    .s-zyjt-address p:nth-of-type(3){
        background: url(/img/html5_join/bigzhuanti/email.png)no-repeat;
        background-size: 0.19rem 0.15rem;
    }
    .s-zyjt-address p:nth-of-type(4){
        background: url(/img/html5_join/bigzhuanti/address-1.png)no-repeat;
        background-size: 0.16rem 0.18rem;
    }
    .s-zyjt-address p:nth-of-type(5){
        background: url(/img/html5_join/bigzhuanti/address-1.png)no-repeat;
        background-size: 0.16rem 0.18rem;
    }

    .s-zyjt-address p strong{
        display: block;
        font-weight: bold;
    }
    
    .s-zyjt-footer-bottom{
        height: 1.3rem;
        /* border: solid 1px blue; */
        font-size: 0.14rem;
    }
    .s-zyjt-footer-bottom ul{
        height: 0.7rem;
        display: flex;
        border-bottom: solid 0.01rem #535353;
    }

    .s-zyjt-footer-bottom ul li{
        height: 0.7rem;
        line-height: 0.7rem;
        padding-left: 0.15rem;
        padding-right: 0.15rem;
    }
    .s-zyjt-footer-bottom ul li:nth-of-type(1){
        padding-left: 0;
    }
    .s-zyjt-footer-bottom ul li:nth-of-type(1) a{
        font-weight: bold;
        color: #fff;
    }
    .s-zyjt-footer-bottom ul li a{
        color: #fefefe;
    }
    .s-zyjt-footer-bottom  dl{
        height: 0.54rem;
        line-height: 0.54rem;
        display: flex;
        justify-content: space-between;
        font-size: 0.12rem;
        color: #888888;
    }
    .s-zyjt-footer-bottom  dl dt a{
        font-size: 0.12rem;
        color: #888888;
    }


}


@media screen and (max-width:960px) {

    .s-zyjt-footer-container{
        display: none;
    }
    

    .public-footer {
        font-size: 0.14rem;
        padding-bottom: 0.3rem;
        color: #4a4a4a;
        box-sizing: border-box;
        padding-left: 0.1rem;
        padding-right: 0.1rem;
        padding-top: 0.2rem;
    }



    
}


