﻿﻿@charset "utf-8";
/* create 2018/11/08 by linli*/
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

html {
    text-align: center;
}

body {
    margin: 0 auto;
    text-align: left;
}

div {
    overflow: hidden;
}

ul, li {
    list-style: none;
    border: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    border: 0;
}

img {
    border: 0;
}

p {
    margin: 0;
    padding: 0;
    border: 0;
}

.clear{ clear:both;}





/*=====================版权部分=====================*/
.div_foot {
    width: 1200px;
    height: 120px;
    margin: 0px auto 0px auto;
    border-top: 2px solid #898989;
}

    .div_foot div {
        text-align: center;
        margin: 20px auto auto auto;
        position: inherit;
    }

        .div_foot div p {
            line-height: 180%;
        }

            .div_foot div p span {
                height:60px;
                font-family: "微软雅黑";
                font-size: 16px;
                color: #000000;
            }
