.footer{
    width:100%;
    min-width: 1400px;
    background:#efefef;
    padding:30px;
    height:400px;
}
.footer .center{
    height:100%;
    padding-top:50px;
    position:relative;
}
 .deal{
    height:50px;
    background:#005595;
    width:100%!important;
    min-width: 1400px;
    position:relative;
    padding: 0 calc((100% - 1400px)/2);
    text-align: center;
/*position:absolute;*/
/*    bottom:0;*/
}
 .deal>p,
 .deal>a,
 .deal>span,
 .deal img{
     display: inline-block;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    margin: 0 .5em;
 }
 .deal p a{
     color: #fff;
 }
 .deal::after{
     content: '';
     display: block;
     clear: both;
 }
 .deal p:nth-child(5),
 .deal p:nth-child(6){
     float: right;
 }
.footer .center img{
    position:absolute;
    top:50px;
    width:15%;
    left:30px;
    
}
.footer .center .sort{
    /*position:absolute;*/
    /*left:35%;*/
    margin-left:30%;
   
}
.footer .center .sort .sortTitle{
    float:left;
    list-style:none;
    color:#003e90;
    margin-right:7%;
    cursor:pointer;
}
.footer .center .sort .sortTitle span{
    font-weight:600;
    font-size:16px;
}
.footer .center .sort .sortTitle span li{
    font-size:16px;
    color:#7f8285;
    line-height:26px;
    font-weight:500;
    cursor:pointer;
}
.footer .center .sort .sortTitle span .detailList{
    margin-top:10px;
    
}
.footer .YdCenter{
    display:none;
}
@media screen and (max-width:1400px){
    
     .deal{
         padding-right: 0;
     }
}

@media screen and (max-width:992px){
    .footer{
        min-width: 992px;
        background:#efefef;
        padding:30px 0;
    }
    .deal{
        min-width: 992px;
        height: auto;
    }
    .deal p:nth-child(5), .deal p:nth-child(6){
        float: unset;
    }
}
@media screen and (max-width:420px){
    .footer{
        min-width: 100%;
        background:#efefef;
        padding:30px 0;
        height: auto;
    }
    .deal>p, .deal>a, .deal>span, .deal img{
        font-size: 12px;
        line-height: 30px;
    }
    .deal span{
        display: none;
    }
    .deal{
        min-width: 100%;
        height: auto;
        padding: 20px 0;
    }
    .footer .center{
        height:100%;
        padding-top:50px;
        position:relative;
    }
    .footer .center{
        display:none;
    }
    .footer .YdCenter{
        display:block;
    }
    .footerWrap{
        width: 100%;
        padding: 0 20;
        transition: .5s;
        overflow: hidden;
        height: 36px;
    }
    .active{
        height: auto !important;
    }
    .footerWrap p,
    .footerWrap a{
        display: block;
        width: 100%;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        text-indent: 20px;
    }
    .footerWrap p{
        font-weight: bold;
        color:#005595;
    }
    .footerWrap a{
        text-indent: 40px;
        font-size: 12px;
    }
    .footerWrap p:not(:last-child),
    .footerWrap li:not(:last-child) a{
        border-bottom: 1px solid #fff;
    }
    .footerWrap:last-child p{
        border: none;
    }
    .active p{
        border-bottom: 1px solid #fff;
    }
}