/* 头部 */
header{
    position: relative;
    height: 95px;
}

.container{
    position: relative;
    z-index: 1;
    width:1260px;
    margin: 0 auto
 
}
header > .container > a{
    font-family: "Microsoft YaHei";
    display: block;
    float: left;
    margin:5px 25px;

}

header > .container ul li{
    float: left;
    vertical-align: 95px;
    text-align: center;
}

header > .container ul li div {
    height: 95px;
    width: 210px;
    font-size: 18px;
    vertical-align: middle;
    display: table-cell;
}

header > .container ul li span {
    font-size: 12px;
}
header > .container ul li a{
    text-decoration: none;
    color: #000;
    height: 95px;
    display: block;
}

header > .container ul li a:hover{
    color: #fff;
    background-color: #108aed;
}
#header .container img {
    height:83px;
}
/* 尾部*/
footer{
    clear: both;
    height: 190px;
    background-color: #28292d;
}

footer p {
    font-family: '黑体';
    font-size: 16px;
    color: #d3d3d3;
    line-height: 25px;
}

footer div.info{
    float: left;
    margin-top: 20px;
}

footer .company{
    margin-top: 30px;
}

footer div.weixin{
    float: right;
    width: 280px;
    margin-top: 30px;
}

footer .sm {
    float: right;
}

footer .sm .attention {
    margin-top: 53px;
    text-align: center;
}

footer div.weixin .img{
    float: left;
}