#footer{
    background: url(../image/foterbj.jpg) no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 86px;
    color: #fff;

}
#footer .footer .f_left{
    margin-top: 20px;
}
#footer .footer .f_left  h1{
    font-size:28px;
    font-weight:800;
    color:rgba(255,255,255,1);
    line-height:1.6;
}
#footer .footer .f_left p{
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:20px;
}
@media(max-width:992px){
    #footer {
        padding-top: 50px;
    }
    #footer .footer .f_left  h1{
      font-size:20px;        
    }
    #footer .footer .f_left img{
        height: 35px;
    }
    #footer .footer .f_left p br,#footer .footer .f_center{
        display: none;
    }
    #footer .footer .f_left p{
        font-size:12px;
    }
    #footer .footer .weChat{
        text-align: center;
    }
}

#footer .footer .f_center .p a{
    color: #fff;
    position: relative;
    margin-left: 20px;
    line-height: 36px;
    font-size: 16px;
}
#footer .footer .f_center {
    margin-top: 20px;
    position: relative;
}
#footer .footer .f_center:after{
    width: 2px;
    height: 250px;
    border-left:1px  solid #242424;
    border-right:1px  solid #3a3a3a;
    position: absolute;
    content: ''; 
    top: 0;
    left: -15px;
}
#footer .footer .f_center:before{
    width: 2px;
    height: 250px;
    border-right:1px  solid #242424;
    border-left:1px  solid #3a3a3a;
    position: absolute;
    content: ''; 
    top: 0;
    right: 0px;
}
#footer .footer .f_center .p{
    margin: 0;
    font-size: 16px;
}
#footer .footer .f_center .p:hover a{
    color: #0093DD;
}
#footer .footer .f_center .p a:before{
    position: absolute;
    content: ''; 
    width: 10px;
    height: 1px;
    background: #0093DD;
    top:8px;
    left: -20px;
    
}
@media(max-width:768px){
    #footer .footer .f_center:after,#footer .footer .f_center:before{
        display: none;
    }
}
@media(max-width:992px){
    #footer .footer .f_center:after{
        display: none;
    }
}
#footer .footer .f_center .h1{
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 16px;
    
}
#footer .footer .f_right {
    margin-top: 20px;
}
#footer .footer .f_right .h2{
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}
#footer .footer .f_right .h3{
    font-size: 22px;
    word-wrap: break-word;
    line-height: 22px;
    margin: 0;
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight:bolder;
}
#footer .footer .f_right .p2{
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
#footer .footer .f_right .btn{
    margin-top: 50px;
    background: #0093DD;
    border: 0;
    color: #fff;
    font-size: 14px;
    width: 120px;
    line-height: 30px;
}

#footer .footer .f_right a{
    color: #fff;
}
#footer .footer .f_bottom{
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:20px;
    margin-top: 130px;
}
#footer .footer .f_bottom a{
    color:rgba(255,255,255,1);
}
#footer .footer .f_bottom .hr{
    height: 2px;
    border-top: 1px  solid #242424;
    border-bottom:1px  solid #3a3a3a;
    margin-bottom: 20px;
}
@media(max-width:992px){
    #footer .footer .f_right .btn{
      margin-top: 0px; 
      margin-bottom: 10px; 
    }
    #footer .footer .f_bottom{
      margin-top: 30px;  
    }
}
/* 侧边悬浮框 */
.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:#0064ba;
    width:50px;
    height:55px;
    text-align: center;
    padding:10px 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:#0064ba;
    border-radius: 5px;
    color:#fff;
    line-height: 22px;
    padding:12px 0 0 0;
    left:-155px;
}
.float-box ul li .tanchu-er{
    left:-135px;
}
.float-box ul li .tanchu-er img{
    width:130px;
    border: 4px solid #0064ba;
}
.float-box ul li:hover .tanchu-box{
    display: block;
}
@media (max-width: 992px){
   .float-box{
       display:none;
   }
}
/* 手机底部 */
.m-foot{
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#0577be;
    display: none;
}
.m-foot ul{
    margin:0;
}
.m-foot ul li{
    float: left;
    width:25%;
    height:50px;
    text-align: center;
    line-height: 50px;
    border-left:1px solid #eee;
}
.m-foot ul li:first-child{
    border-left:none;
}
.m-foot ul li a{
    color:#fff;
}

@media (max-width:992px){
    footer{
        margin-bottom:35px;
    }
    .m-foot{
        display: block;
    }
}