﻿body{
    overflow-x: hidden;
}
footer{
    width: 100%;
    display: block;
    position: relative;

}
.footer-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    z-index: 10;
    padding-top: 30px;
}

.footer-title{
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}
.footer-box li{
    padding-bottom: 10px;
}
.footer-box li> p{
    font-size: 14px;
    display: inline-block;
    padding-bottom: 10px;
}
.footer-last-list-p-box{
    display: inline-block;
}
.footer-last-list-p-box p{
    font-size: 14px;
    display: block;
    padding-bottom: 10px;
}
.footer-last-list-p-box p:last-child{
    padding-bottom: 0;
}
.footer-list-box{
    width: 1000px;
    max-width: 100%;
    display: inline-block;
}
.gov-logo{
    width: 150px;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;

}
.web{
    font-size: 12px;
    color: #767676;
    display: block;
    text-align: right;
}
.footer-bg-box{
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
  
}
.footer-bg1{
    width: 100%;
    height: 400px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.footer-bg2{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}