#footer{
    background: #253c4e;
    padding-top: 90px;
    padding-bottom: 56px;
}
#footer .footer h1{
    position: relative;
    margin-bottom: 10px;
}
#footer .footer h1 a{
    text-decoration: none;
}
#footer .footer h1 a:hover{
    color: #488772;
}
#footer .footer h1::before{
    content: "";
    position: absolute;
    background: #fff;
    bottom: -8px;
    width:20px;
    height:3px;
}
#footer .footer h1 a{
    font-size:18px;
    font-weight:800;
    color:rgba(255,255,255,1);
    line-height:30px;
}
#footer .footer p a{ 
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
    text-decoration: none;
}

#footer .footer p:hover a{ 
    color: #488772;
}
#footer .footer p:hover{
    color: #488772;
}
#footer .footer p{
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#footer .footer .img{
    text-align: center;
}
#footer .footer .hr{
    width: 100%;
    height: 1px;
    background: #364B5B;
    margin-top: 110px;
}
#footer .footer h4{
    margin: 0;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
}
#footer .footer h5{
    margin-top: 6px;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:20px;
}
#footer .footer h5 a{
    color: #fff;
}
#footer .footer .bottom{
    margin-top: 20px;
}
@media(min-width:1200px){
    #footer .footer .bottom{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
@media(max-width:768px){
    #footer{      
        padding-top: 0px;
    }
    #footer .footer .hr {        
        margin-top: 30px;
    }
    #footer .footer h1{
        margin-top: 15px;
    }
    #footer .footer .img{
        margin-top: 30px;
        text-align: left;
    } 
}
/* 侧边悬浮框 */
.float-box{
    position: fixed;
    top:30%;
    right:-80px;
    z-index:999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.float-box.active{
    right:10px;
}
.float-box ul li{
    background:#488772;
    width:60px;
    height:55px;
    text-align: center;
    padding:6px 0;
    margin:5px 0;
    border-radius: 5px;
    position: relative;
    text-align: center;
    line-height: 50px;
}
.float-box ul li a{
    color:#fff;
}
.float-box ul li a span{
    font-size: 30px;
}
.float-box ul li .tanchu-box{
    position: absolute;
    top:0;
    display: none;
}
.float-box ul li .tanchu-tel{
    height:100%;
    width:150px;
    background:#488772;
    border-radius: 5px;
    color:#fff;
    line-height: 22px;
    padding:12px 0 0 0;
    left:-155px;
}
.float-box ul li .tanchu-er{
    left:-155px;
    background: #488772;
    padding: 10px;
    color: #fff;
}
.float-box ul li .tanchu-er img{
    width:130px;
}
.float-box ul li:hover .tanchu-box{
    display: block;
}
@media (max-width: 992px){
   .float-box{
       display:none;
   }
}

/* 手机底部 */
.m-footer{
    position: fixed;
    left:0;
    bottom:0;
    width:100%;
    display: none;
    z-index:999;
}
.m-footer ul{
    margin:0;
    overflow: hidden;
}
.m-footer ul li{
    width:25%;
    height:50px;
    float: left;
    background:#488772;
    border-left:1px solid rgba(255,255,255,0.7);
    text-align: center;
    line-height: 50px;
}
.m-footer ul li:first-child{
    border-left:none;
}
.m-footer ul li a{
    color:#fff;
}

@media(max-width:992px){
    footer{
        margin-bottom:30px;
    }
    .m-footer{
        display: block;
    }
}

/* 页码 */
.page-box{
    margin:30px 0;
    text-align: right;
}
.page-box .pagination{
    overflow: hidden;
}
.page-box .pagination a{
    display: block;
    float: left;
    padding:8px 20px;
    background:#F5F5F5;
    border-radius: 3px;
    text-align: center;
    margin:8px 3px;
}
.page-box .pagination .page-num{
    background:#eee;
}
.page-box .pagination .page-item{
    background:#eee;
}
.page-box .pagination .page-num-current{
    background:#3bb24e !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}