.footer {
    background: url(../imgs/footer.png) bottom no-repeat;
    background-size: cover;
	min-width:1375px;
}

.footer-top {
    width: 1200px;
    height: 360px;
}

.footer img {
    width: 160px;
    height: 160px;
    padding: 80px 0px 0px 120px;
}

.footer-bottom {
    height: 39px;
    border-top: 1px solid #767676;
}

.footer-bottom p {
    text-align: center;
    margin-top: 5px;
    color: #c8c8c8;
    font-weight: bold;
}

.footer ul {
    float: left;
}

.wechat_img {
    height: 320px;
    float: left;
}

.company_about {
    height: 320px;
    float: left;
}

.company_about ul {
    padding-left: 100px;
    padding-top: 30px;
    color: #ffffff;
}

.company_about ul li:first-child {
    margin-bottom: 40px;
}

.company_about ul li {
    margin: 14px;
}

.company_about ul li a:hover {
    color: skyblue;
}

.company_about ul li a {
    color: #ffffff;
    text-decoration: none;
}

.company_about ul:nth-child(4) {
    width: 200px;
}

.company_about ul li:first-child {
    font-size: 18px;
}

