/*  */
.footer .friendlink{
    background: #FFF;
    height: 80px;
    padding-top: 24px;
    border-top: 1px solid #BA2F2F;
    box-sizing: border-box;
}
.footer .friendlink .pulldown{
    display: inline-block;
    width: 23%;
    height: 33px;
    /* margin-right: 32px; */
    margin: 0 20px;
}
.footer .friendlink .pulldown:last-child{
    margin-right: 0;
}
.footer .friendlink .pulldown:hover{
    background: #fff;
}
.footer .friendlink .pulldown:last-child:hover,.footer .friendlink .pulldown:nth-child(5):hover{
    background: none;
}
.footer .friendlink .pulldown .butn{
    height: 33px;   
    color: #333;
    background: #f8f8f8;
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    border: 1px solid #808080;
}
.footer .friendlink .pulldown .butn img{
    position: absolute;
    right: 12px;
    top:12px;
}
.footer .friendlink .pulldown .text-center{
    padding-left: 0px;
    text-align: center;
}
.flex.por {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}
.pulldown .pulldown-menu{
    width: 100%;
    max-height: 260px;
    overflow-y: scroll;
    position:unset;
    left:0;
    bottom: 50px;
    padding: 10px 10px 10px 20px;
    display: none;
    box-shadow: 0 -5px 10px 0 rgba(150,150,150,.15);
    background: #fff;
    z-index: 30;
}
.footer .friendlink .pulldown .pulldown-menu li{
    line-height: 35px;
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 88.888%;
    cursor: pointer;
}
.pulldown .pulldown-menu li a{
    display: block;
    margin: 0;
    font-size: 14px;
}
.pulldown .pulldown-menu li a:hover{
    color: #BD2828;
    font-weight: bold;
}
/*  */
.foot{
    background: #F5F5F5;
    height: 246px;
}
.foot .item{
    float: left;
    width: 445px;
    min-height: 186px;
    background: #edecec;
    margin: 30px 10px 0 11px;
    color: #696969;
    font-size: 0.888889em;
    box-sizing: border-box;
}
.foot .item.zc{
    padding: 10px 30px 0 30px;
}
.foot .item.zc .dzjc .slh{
    margin-left: 10px;
}
.foot .item.zc p{
    color: #696969;
    line-height: 30px;
    
}
.foot .item.about{
    padding: 10px 30px 0 30px;
}
.foot .item.about .dzjc{
    margin-top: 20px;
    padding-bottom: 20px;
}
.foot .item.about .dzjc a{
    color: #595959;
    padding-right: 10px;
}
.foot .item.about p,.foot .item.mail p{
    line-height: 30px;
}
.foot .item.mail{
    padding: 30px 30px;
}

.ldlist li img{
    height: 209px;
} 


@media (max-width:1480px){
    .foot .item{width:31%;height:auto;}
}

@media (max-width:992px){
    .righthv{
        display: none;
    }
    .foot{height: auto;}
    .footer .friendlink{height: auto;margin-bottom: 20px;}
    .flex.por{flex-wrap: wrap;}
    .footer .friendlink .pulldown{width: 49%;}
    .footer .friendlink .pulldown .butn{text-align: center;}
    .foot .item{width: 100%;}
    .footer .friendlink .pulldown:last-child{margin-right: 20px;}
.ldlist li img{height:480px;}
    .foot .item.mail,.foot .item.zc,.foot .item.about{padding: 2% 3%;}
}


@media (max-width:768px){
    .footer .friendlink .pulldown .butn{
        font-size: 0.9em;
    }
.ldlist li img{height:63vw;}
}

@media screen and (max-width:414px) {
    
   
    .righthv,.friendlink {
        display: none;
    }
    .foot .item{float: none;width: 100%;margin:20px 0}
    .foot .item.mail{margin-bottom: 0;}
}
