html,body {min-width: 970px !important;}
.container {min-width: 970px !important;max-width: none !important;}
.container_wrapper {padding-bottom: 20px;}
.container_wrapper.pdb80 {padding-bottom: 80px;}

.navbar {
    min-height: 60px;
}
.nav.navbar-nav a {
    color: #000000;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FF0000;
    background-color: #FFFFFF;
    text-decoration: underline;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FF0000;
    background-color: #FFFFFF;
}
.navbar-brand {
    padding: 10px 15px;
    height: 60px;
}
.navbar-brand .logo {
    height: 40px;
}
@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


.footer {
    height: 60px;
    width: 100%;
    line-height: 60px;
    background: #fff;
    overflow: hidden;
}
.footer a {
    color: #000;
}
.footer p {
    color: #999999;
    font-size: 14px;
    text-align: center;
}
.footer .span-list {
    margin-right: 10px;
}
.footer a:hover {
    text-decoration: none;
    color: #000000;
}
.footer_line {
    border-top: 1px solid #999;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border: none;
    background: transparent;
    color: #000;
    font-weight: 700;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}
.pagination > li > a, .pagination > li > span {
    margin-right: 10px;
    color: #e60012;
    background: none;
    border: 1px solid #e1e2e3;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .container.bg {
        width: 1170px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 970px;
    }
    .container.bg {
        width: 1170px;
    }
}
