/*无响应式*/

body,
.fixednav,
.main-nav {
    width: 100%;
    min-width: 1200px;
}

.headbar,
.footer
{
    min-width: 1200px;
}

.container,
.row,
.container-fluid {
    width: 1200px !important;
}

.col-lg-4 {
    width: 400px !important;
}

.col-lg-6,
.col-md-6 {
    width: 590px !important;
    float: left;
}

.col-lg-8 {
    width: 800px !important;
}

.col-md-3 {
    width: 287px !important;
}

.col-md-4 {
    width: 387px !important;
}

.col-md-10 {
    width: 1000px !important;
}

.col-md-2 {
    width: 200px !important;
}