@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}


em,
i {
    font-style: normal !important;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}


button {
    cursor: pointer;
}

a {
    color: #333;
    text-decoration: none;
}


a:hover {
    color: #c00;
}

button,
input {
    outline: none;
}

body {
    background: url(../images/bg.jpg) no-repeat top center;
    color: #333;
    /* min-width: 1100px; */
    min-width: 375px;
}

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.main {
    width: 1176px;
    margin: 0 auto;
    /* background: #fff; */
    height: auto;
}

.footer {
    overflow: hidden;
    height: 180px;
    background: #f5f5f5;
}

.footer .in {
    padding-top: 50px;
    text-align: center;
}


.footer span {
    margin-top: 44px;
    font-size: 14px;
    color: #999;
    line-height: 34px;
}
