﻿html {
    text-align: center;
}

body {
    margin: 0 auto;
    text-align: left;
}

div, p, img {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0;
}

/*背景*/
.background {
    width: 1423px;
    height: auto;
    margin: 0px auto 0px auto;
    background-color: #ffffff;
}

/*底部 版权*/
.bottom {
    width: 1200px;
    height: 130px;
    margin: 70px auto auto auto;
    line-height: 30px;
    border-top: 2px solid #898989;
}

    .bottom div {
        height: 80px;
        text-align: center;
        margin: 30px auto 0px auto;
    }

        .bottom div p {
            line-height: 180%;
        }

            .bottom div p span {
                font-family: 'Microsoft YaHei';
                font-size: 15px;
                color: #000000;
            }

