@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    outline: none;
    resize: none;
    font-family: microsoft yahei;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clearfix:after {
    content: '.';
    visibility: hidden;
    display: block;
    clear: both;
    line-height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1170 {
    width: 1170px;
    margin: 0 auto;
}

.bg {
    width: 100%;
    min-width: 1170px;
    overflow: hidden;
    font-size: 18px;
}

.banner {
    width: 100%;
    background:  no-repeat center top;
    height: 644px;
}

.loca {
    padding: 15px 0;
    font-size: 14px;
}

.title {
    text-align: center;
    margin: 40px 0;
}

.sec1 li {
    width: 535px;
    margin-bottom: 20px;
    float: left;
    margin-right: 45px;
}

.sec1 li a {
    background:  no-repeat center left;
    padding-left: 10px;
}

.sec1 li span {
    display: inline-block;
    text-align: right;
    width: 520px;
    font-size: 14px;
    margin-top: 13px;
}

.footer {
    margin-top: 75px;
    text-align: center;
    width: 100%;
    height: 130px;
    line-height: 130px;
    background-color: #7f6d4d;
    font-size: 14.16px;
    color: #ffffff;
}