body {
    background: url("../images/diwen.png");

}

/*头部部分*/
.top {
    box-sizing: border-box;
    height: 129px;
    padding: 48px 0 34px;
}

.logo {
    margin-right: 26px;
}

.top > .title > img {
    display: block;
    margin: 12px 0 6px;
}

.top > .title > p {
    font: 12px Candara;
}

/*头部结束*/
/*导航部分开始*/
.nav {
    box-sizing: border-box;
    height: 54px;
    background-color: #0089e6;
    padding-left: 44px;
}

.nav li {
    float: left;
    margin-right: 50px;
    color: #ffffff;
    font: 16px Microsoft YaHei;
    line-height: 54px;
}

.nav li a {
    color: #fff
}

.nav .last1 {
    margin: 0;
}

.nav > .especilal {
    position: relative;
    margin: 0;
    padding: 0;
}

.nav > .especilal > img {
    position: absolute;
    display: block;
    top: -19px;
}

/*导航部分结束*/
/*footer部分开始*/
.footer {
    height: 146px;
    border-top: 1px solid #cccccc;
    background: url("../images/footer.png") no-repeat -260px -136px;
    padding: 20px 0 0 0;
    /*position: relative;*/
}

.footer .footer-content div {
    float: left;
    height: 78px;
}

.footer .footer-content .tel {
    width: 260px;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 92px;
    border-right: 1px solid #e0e0e0;
    font: 14px Microsoft YaHei;
    line-height: 39px;
}

.footer .footer-content .copyright {
    width: 578px;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 28px;
    /*text-align: center;*/
    font: 14px Microsoft YaHei;
    line-height: 39px;
}

.footer .footer-content .er {
    width: 178px;
    padding-top: 10px;
    text-align: center;
    /*position: absolute;*/
    /*top: 20px;*/
    /*right: 170px;*/
}






