@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}
body, input, textarea, select, button, table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
img, fieldset {
    border: 0 none;
}
ul, ol, li {
    list-style: none;
}
em, address {
    font-style: normal;
}
table {
    border-collapse: collapse;
}
em, i {
    font-style: normal;
}
strong, b {
    font-weight: normal;
}
img {
    border: none;
}
input, img {
    vertical-align: middle;
}
input {
    outline: none;
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
textarea:focus {
    outline: 0;
}
a {
    text-decoration: none;
}
.mainText{
    padding: 20px 60px;
}
.magText{
    margin: 10px 0;
}
.footer {
    margin: 0 auto;
    min-width: 1040px;
    max-width: 1960px;
    overflow: hidden;
    width: 100%;
    background: #2d2d32;
}
.footer-main {
    margin: 0 auto;
    width: 665px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
}
.home-bg {
    width: 70%;
}
.foot {
    float: left;
    margin-top: 20px;
    width: 210px;
}
.f-name{
    font-size: 14px;
    color: #888;
}
.foot-info {
    float: right;
    padding-top: 30px;
    width: 445px;
    color: #888;
    text-align: center;
    font-size: 14px;
}
.foot-info p {
    padding-left: 10px;
    line-height: 24px;
}
.foot-info a {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
    color: #888;
}
.foot-info a:hover {
    color: #fff;
}
@media (max-width:1200px) {
    .footer {
        padding-bottom: 20px;
        min-width: 100%;
        max-width: 100%;
    }
}
@media (max-width:750px) {
    .footer-main {
        margin: 0 auto;
        width: 100%;
    }
    .foot {
        display: none;
    }
    .foot-info {
        width: 100%;
    }
}
