.footer .info {
    background-color: #3c3c3c;
    color: #000;
    padding-bottom: 1vw;
}

.footer .mob-slogn{
    background: url('/static/image/web/slogn-bg.jpg');
    background-size:cover;
    height: 152px;
    text-align: center;
    line-height: 152px;
    font-size: 18px;
    font-family: fantasy;
}

.footer .info {
    border-top: 1px solid #909090;
    background-color: transparent;
    color: #000;
}

.footer .copyright {
    background-color: transparent;
    color: #000;
    text-align: center;
    border-top: 1px solid #909090;
}

.footer .info .web .gzh {
    border-left: solid 1px #909090;
    height: 185px;
    line-height: 185px;
    display: flex;
    justify-content: center;
}

.footer .info .web .gzh img {
    margin: 0px 30px;
    width: 140px;
    height: 140px;
}
.footer .info .web .gzh p {
    width: 200px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.footer .info .web .contact {
    font-size: 1vw;
}

.footer .info .web .contact .title {
    display: block;
    line-height: 50px;
    color: #03428b;
}

.footer .info .web .contact .title span {
    display: inline-block;
    height: 50px;
    margin-bottom: 15px;
    margin-right: 10px;
    border-bottom: 2px solid #03428b;
    color: #000;
}

.footer .info .web .contact .item {
    line-height: 1.8vw;
}


.footer .info .web .logo img {
    width: 100%;
}


.footer .copyright {
    background-color: #313131;
    color: #a0a0a0;
    text-align: center;
    border-top: 1px solid #909090;
}

.footer .copyright a {
    color: #a0a0a0;
    height: 40px;
    line-height: 40px;
}

.footer .copyright a:hover {
    color: #d3b277;
}

.footer .copyright img {
    width: 16px;
    margin: 0px 5px;
    display: inline-block;
    border: none;
    vertical-align: middle;
}

.footer .info .mob {
    padding: 10px;
}

.footer .info .mob .item {
    line-height: 25px;
    color: #000;
}

.footer .info .web .friendlylinks {
    border-left: solid 1px #909090;
    height: 185px;
    line-height: 185px;
    /*display: flex;*/
    /*justify-content: normal;*/
}