.site-footer {
}
.footer-top {
    border-top: 1px solid #aaa;
    font-size: 16px;
    color: #787878;
    padding: 30px 0;
}
.footer-top a {
    color: #787878;
}
.footer-top a:hover {
    color: #F29600;
}
.footer-top .row {
    margin: 0 -36px;
}
.footer-top .col {
    float: left;
    border: 1px solid #aaa;
    border-width: 0 1px;
    margin-right: -1px;
    min-height: 220px;
    padding: 0 36px;
}
.footer-top .col1 {
    border-left-width: 0;
    width: 23%;
}
.footer-top .col2 {
    width: 18%;
}
.footer-top .col3 {
    width: 31%;
}
.footer-top .col4 {
    border-right-width: 0;
    width: 28%;
}
.footer-top .title {
    color: #222222;
    font-size: 16px;
    margin-bottom: 5px;
}
.footer-top a.contact{
    width: 136px;
    height: 38px;
    display: block;
    background: url(../images/contact.png)top no-repeat;
    margin-top: 5px;
}
.footer-top a.contact:hover{
    background: url(../images/contact.png)bottom no-repeat;
}
.footer-top .logo{
    margin-bottom: 40px;
}
.footer-top .logo li{
    margin-bottom: 10px;
}
.footer-top .map-box {
    height: 150px;
    border: 1px solid #aaa;
    margin-top: 40px;
}
.site-map {
    font-size: 13px;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.site-map ul li {
    margin: 8px 0;
}
.site-map ul li a {
    display: inline-block;
    padding: 3px 6px 3px 15px;
    position: relative;
}
.site-map ul li a:before {
    content: "";
    display: inline-block;
    background: #F29600;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
.qrcode {
    margin-top: 40px;
}
.site-info {
    line-height: 1.8;
    letter-spacing: 0.5px;
    margin-left: 35px;
}

.footer-bottom {
    background: #C30E22;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.footer-bottom a {
    color: #fff;
}
.footer-bottom a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1370px) {
    .footer-top .row {
        margin: 0 -18px;
    }
    .footer-top .col {
        padding: 0 18px;
    }
}
@media screen and (max-width: 1200px) {
    .footer-top .logo{
        float: left;
        margin-bottom: 0;
    }
    .footer-top .share{
        float: right;
        margin-top: 15px;
    }
    .logo li+li{
        height: 50px;
        width: auto !important;
    }
    .footer-top {
    padding: 0;
}
    .footer-top .col {
        min-height: 0;
        padding-top: 10px;
        border-bottom: none;
    }
    .footer-top .col1:after{
        content: '';
        display: block;
        clear: both;
        padding-bottom: 5px;
        border-bottom: 1px solid #DDD;
    }
    .footer-top .col1,
    .footer-top .col4 {
        width: auto;
        float: none;
        clear: both;
    }
    .footer-top .col4{
        border-top: 1px solid #DDD;
        padding-top: 0;
    }
    .footer-top .col2,
    .footer-top .col3 {
        width: 50%;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .footer-top .map-box {
        margin: 0 100px 20px 0;
        height: 100px;
    }
    .qrcode {
        position: absolute;
        right: 15px;
        top: 10px;
    }
    .site-map {
        text-align: center;
        padding-top: 30px;
    }
    .site-map ul {
        display: inline;
    }
    .site-map ul li {
        display: inline-block;
    }
    .footer-top .logo li{
        float: left;
        margin-right: 30px;
    }
}
@media screen and (max-width: 1060px) {
.footer-top .col1,
.footer-top .col4 {
	display:none;
}
}
@media screen and (max-width: 767px) {
    .footer-bottom {
        padding-bottom: 60px;
}
}
@media screen and (max-width: 600px) {
    .footer-top .container {
        padding-bottom: 0px;
        text-align: center;
    }
    .footer-top .logo{
        float: none;
        margin-bottom: 0;
    }
    .footer-top .logo li{
        float: none;
        margin-right: 0;
    }
    .footer-top .share{
        float: none;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .footer-top .col {
        width: auto;
        float: none;
        clear: both;
        padding-bottom: 20px;
    }
    .footer-top .map-box {
        margin: 0;
    }
    .qrcode {
        top: 100%;
        right: 50%;
        margin: -80px -40px 0 0;
    }
    .site-info {
        margin-left: 0;
    }
    .site-map {
        padding-top: 0;
    }
    .footer-top a.contact{
        margin: 5px auto 0;
    }
}