.footer{
    width: 100%;
    min-width: 1213px;
    height:402px;
    background:rgba(34,34,34,1);
}
.footer-top{
    height: 342px;
    width: 1213px;
    margin: 0 auto;
}
/* .footer-img{
    display: inline-block;
    width: 140px;
    height: 95px;
    background: url(../css/img/website/fotter.png) no-repeat;
    background-size: contain;
    margin-top: 30px;
    float:left;
    margin-right: 123px;
    cursor: pointer;
} */

.footer-box {
	float: left;
	height: 140px;
	width: 125px;
	margin-top: 40px;
}
.footer-mar{
    float: left;
    width:264px;
    margin-top: 40px;
}
.footer-p{
    font-size: 16px;
    color:rgba(255,255,255,1);
    font-weight:400;
    margin-bottom: 20px;
    line-height:22px;
    font-family: Microsoft YaHei ,微软雅黑;
}
.footer-a{
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei ,微软雅黑;
    font-weight:400;
    color:rgba(255,255,255,0.66);
    line-height:20px;
    margin-bottom:10px;
}
.last .footer-a{
    float:left;
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei ,微软雅黑;
    font-weight:400;
    color:rgba(255,255,255,0.66);
    line-height:20px;
}
.footer-a i{
    float:left;
    display:block;
    width:16px;
    height:16px;
    margin-right:10px;
}
.footer-a:nth-of-type(1) i{
    background:url(../img/telephone.png);
}
.footer-a:nth-of-type(2) i,.footer-a:nth-of-type(3) i,.footer-a:nth-of-type(4) i{
    background:url(../img/fly.png);
}
.footer-a a{
    color:  #fff;
    opacity:0.66;
}
.footer-a:hover{
    color: #8C8F99;
}
.footer-a:hover .footer-mail{
    color:  #fff;
    opacity:0.66;
}
.last{
    position:relative;
}
.last div{
    width:100px;
    height:100px;
    background:url(../img/dahua.jpg);
    background-size:contain;
    position:absolute;
    left:2px;
    bottom:-112px;
}
.footer_company{
    width:250px;
}

.footer-bottom{
    width: 1200px;
    height:59px;
    margin: 0 auto;
    font-size: 14px;
    color: #50576F;
    line-height: 25px;
    padding-top: 0;
    text-align: center;
    font-family: "微软雅黑";
    border-top:1px solid #979797;
}
.footer-bottom p{
    width:584px;
    height:20px;
    font-size:14px;
    font-family: "微软雅黑";
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:20px;
    margin:auto;
    display:block;
    margin-top:19px;
}