/* 底部 */
.footer {
	position: absolute;
	width: 100%;
	min-width:600px;
    margin-top: 40px;
    background: #353535;
    padding-top: 44px;
    padding-bottom: 68px;
}

.footer .footer-left {
    width: 100px;
}

.footer .footer-left .footer-logo {
    width: 100px;
    height: auto;
}

.footer .footer-left .footerwx {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    overflow: hidden;
}

.footer .footer-left .footerwx img {
    width: 100%;
}

.footer .footer-right {
    width: calc(100% - 180px) !important;
    margin-left: 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly
}

.footer .footer-right li {
    width: 14%;
}

.footer .footer-right li .foo-r-list-title {
    opacity: 1;
    font-size: 14px;
    margin-bottom: 6px;
    color: #fff;
}

.footer .footer-right li a {
    opacity: .4;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    display: block;
    transition: all 0.4s;
    color: #fff;
}

.footer .footer-right li a:hover {
    color: #fff;
    opacity: 1;
}

.footer-bot {
    margin-top: 30px;
    padding-bottom: 27px;
    opacity: .4;
}

.footer-bot-text {
    font-size: 14px;
    line-height: 2;
    color: #fff;
    text-align: center;
}

.footer-bot-text span a {
    opacity: 1;
    color: #fff;
}

.footer-bot-text span a:hover{
    color: #fff;
}