.footer h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.footer * {
    line-height: 28px;
}

.footer .container {
    width: 1200px;
    margin: 0 auto;
}

.footer {
    width: 100%;
    padding: 50px 0 20px 0;
    background: #f6f6f6;
}

.footer .top {
    padding-bottom: 30px;
    border-bottom: 1px solid #858585;
    /* overflow: hidden; */
}

.footer .top dl {
    float: left;
    margin-right: 50px;
}

.footer .top dl:first-child {
    margin-left: 100px;
}

.footer .top dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #345abc;
    margin-bottom: 15px;
}

.footer .top dl dd {
    line-height: 24px;
}

.footer .top dl dd a {
    font-size: 14px;
    color: #444;
}

.footer .top dl dd a:hover {
    color: #345abc;
}

.footer .top dl dd img {
    display: block;
}

.footer .mid {
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #858585;
}

.footer .mid .more_w {
    color: #345abc;
    font-size: 16px;
    font-weight: bold;
    margin-left: 100px;
    line-height: 30px;
    margin-right: 10px;
}

.footer .mid dl {
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: black;
    margin-right: 34px;
}

.footer .mid a {
    color: #444;
}

.footer .mid a:hover {
    color: #345abc;
}

.footer .bottom {
    overflow: hidden;
    margin-top: 30px;
    margin-left: 100px;
}

.footer .bottom ul {
    overflow: hidden;
}

.footer .bottom ul li {
    float: left;
    padding-right: 15px;
}

.footer .bottom ul li a {
    color: #444;
    font-size: 14px;
}

.footer .bottom ul li a:hover {
    color: #345abc;
}

.footer .bottom ul li+li {
    border-left: 1px solid #666;
    padding-left: 15px;
}

.footer .follow img {
    display: inline-block !important;
    width: 40px;
    margin: 5px 15px 10px 0;
}

.footer #weixin {
    position: relative;
}

.vcode {
    opacity: 1 !important;
}

.footer #weixin .vcode {
    width: 100px;
    position: absolute;
    display: none !important;
    bottom: 20px;
    right: -20px;
    border: 1px solid #eee;
}

.footer #weixin:hover .vcode {
    display: inline-block !important;
}

#last_copy {
    width: 100%;
    padding: 10px 0;
    background: #313131;
}

#last_copy p {
    text-align: center;
    color: #fff;
}

#last_copy p a {
    width: 32px;
    height: 36px;
    background: url(../images/slogo.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

#last_copy .ebs-con img {
    width: 30px !important;
    height: auto !important;
}