body{
    background:#fff ;
}

.container {
    width: 100%;
    padding: 15px;
    background: #fff;
}

.none{
    display: none;
}
.gray-block{
    height: 10px;
    background: #f0eeef;
}
.banner{
    height: 120px;
    background-image: url(../image/banner1.jpg);
    background-size: 100% auto;
    padding: 0;
    background-repeat: no-repeat;
}
@media (width: 768px) {
    .banner {

        height: 230px;

    }

}

@media (min-width: 769px) {
    .banner {

        height: 305px;

    }
}

.foot{
    background-color: #efefef;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
}
.foot .foot-nav {
    padding: 0 15px;
}
.clear-float {
    overflow: auto;
    zoom: 1;
}
ul {
    list-style: none;
    margin: 0;
}
.foot li {
    position: relative;
    width: 20%;
    /* height: 50px; */
    float: left;
    padding: 10px 0;
    text-align: center;
    font-weight: 700;
}
.foot li.active a {
    background-color: #93814f;
    color: #fff;
}
.foot li a {
    background-color: #dddddd;
    color: #5b4c44;
    position: relative;
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    margin: auto;
    border-radius: 50%;
    font-size: 1.4rem;
}
.foot a>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    margin: 0 15%;
    text-align: center;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {

    background-color: #09254a;
    border-color: #09254a;
}

#page1{
    min-height: 500px;
}