/*Î²*/
.footer{
    margin-top: 60px;
    background-color: #eee;
    padding: 40px 0px;
}
.footer ul{
   display: flex;
   justify-content:space-between;
   width: 1190px; 
   margin: 40px auto 0px;
}
.footer h2{
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
}
.footer p{
    line-height: 1.8em;
    font-size: 14px;
    text-align: center;
}
.footer .tel{
    font-size: 2em;
}
.h-b-z{
    padding-top: 2em;
    height: 130px;
    background-color: #333;
    color: #FFF;
}
.h-b-z span{
    font-size: 14px;
    line-height: 1.8em;
    color: #bbb;
    display: block;
    text-align: center;
}
.h-telico{
¡¡¡¡width: 200px;
   display: flex;
   justify-content:center;
   position:relative;
}
.h-telico a{
    margin: 20px 14px 0px;
    width: 35px;
    height: 35px;
}
.dd1{
    background-image:url("../images/weixin.png");
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.dd2{
    background-image:url("../images/qq.png");
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.dd3{
    background-image:url("../images/weibo.png");
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.dd4{
    background-image:url("../images/email.png");
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.cimg{
    width: 150px;
    height: 150px;
    position: absolute;
    top: -170px;
    left: 0px;
    display: none;
    border: 10px solid #FFF;
}
.dd1:hover .cimg{
    display: block;
}
