/* CSS Document */

* {
    padding: 0;
    margin: 0;
    word-spacing: normal;
    font-family: "微软雅黑";
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

a,
input {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

.height {
    width: 100%;
    display: block;
    height: 90px;
}

html,
body,
div,
p,
img,
ul,
li,
a,
span,
h1 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    text-decoration: none;
    font-family: "微软雅黑";
    outline: none;
    
}

.footer {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    background: #ffffff;
    margin-top:30px;
}
.ftr_center {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.ftc_top {
    width: 950px;
    margin: 0 auto;
}
.ftct_left {
    width: 505px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ftct_left dl {
    margin-bottom: 0;
}

.ftct_left dl {
    float: left;
    width: 168px;
    color: #000;
}
.ftct_left dl dt {
    font: 18px/50px "微软雅黑";
    color: #000;
}
.ftct_left dl dt span {
    font-family: "Arial";
}
.ftct_left dl dd a {
    font: 14px/24px "微软雅黑";
    color: #000;
}
.ftct_right {
    width: 445px;
    float: right;
    margin-top: 20px;
    overflow: hidden;
}
.ftct_img {
    width: 445px;
    display: block;
}
.ftct_right img {
    float: right;
    margin-right: 30px;
}
.ftct_text {
    width: 445px;
    float: right;
    margin-top: 50px;
    font: 14px/24px "微软雅黑";
    color: #000;
    text-align: right;
    padding-right: 36px;
}
.copyright {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #c7c7c7;
    padding: 30px 0;
    border-bottom: 10px solid #df0011;
    background: #ffffff;
}
.cop_cen {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
}
.nav ul, .xuanfu, .cop_cen ul {
    margin-bottom: 0;
}
.cop_cen ul li {
    font: 12px/26px "微软雅黑";
    color: #000;
}
.cop_cen ul li span {
    float: left;
}
.m_foot {
    display: none;
}
@media screen and (max-width:800px) {
    h1{
        font-weight:normal;
    }
    .copyright {
        width: 100%;
        overflow: hidden;
        border-top: 1px solid #c7c7c7;
        padding: 30px 0;
        border-bottom: 10px solid #df0011;
        background: #ffffff;
    }
    .footer{
        display: none;
    }
    .m_foot {
        overflow: hidden;
        display: block;
    }
    .m_foot {
        width:95%;
        background: #ffffff;
        padding: 0 2.5%;
        padding-top: 10px;
        font-family: '微软雅黑';
        margin-top:10px;
    }
    .m_foot a {
        color: #000000;
    }
    .m_foot table {
        border-collapse: separate!important;
        border-spacing: 10px!important;
    }
    .m_foot table tr {
        height: 23px;
    }
    .m_foot table tr {
        height: 23px;
    }
    .m_foot table td {
        font-size: 13px;
        height: 23px;
        table-layout: fixed;
    }
    .m_foot table h1 {
        padding: 0;
        margin: 0;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }
    .m_foot span {
        font-family: "Arial";
        display: inline-block;
    }
    .m_foot img {
        width: 70%;
    }
    .table_img {
        text-align: right;
    }
    .fon1 {
        text-align: right;
        font-size: 10px;
    }
    .cop_cen {
        width: 90%;
        margin: 0 auto;
        text-align: left;
        overflow: hidden;
    }
    .cop_cen ul {
        margin-bottom: 0;
    }
    .cop_cen ul li {
        font: 10px/26px "微软雅黑";
        color: #404040;
    }
}