html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, em, img, strong, sub, sup, tt, u, i, center, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, canvas, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "微软雅黑";
    font-size: 100%;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 14px;
}

body {
    background-color: #ebeced;
}

li {
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.container, .center, .banner {
    overflow: hidden;
}

.container {
    padding: 0;
    width: 80%;
    margin: 0 auto;
    min-width: 1152px;
}

.center {
    margin: 0 auto;
    box-shadow: #e5e5e5 0 2px 2px 2px;
}
.c-center{
    -webkit-box-shadow: #e5e5e5 0 2px 2px 2px;
    -moz-box-shadow: #e5e5e5 0 2px 2px 2px;
    box-shadow: #e5e5e5 0 2px 2px 2px;
}
.header, .footer {
    background-color: #2b8744;
    min-width: 1152px;
    width: 100%;
    clear: both;
}

.header .row {
    min-height: 78px;
    margin: 0;
}

.footer .row {
    min-height: 50px;
    margin: 0;
}

.crumb {
    line-height: 40px;
    color: #333;
}

.crumb a {
    color: #1293C5;
    text-decoration: none;

}

.banner, .five-cons, .widget-cons {
    padding: 15px 0;
    min-height: 40px;
    overflow: hidden;
}

.five-lists {
    margin: 0 -15px;
}

.five-list {
    width: 20%;
    float: left;
    cursor: move;
}

.banquan {
    text-align: center;
    line-height: 50px;
    color: #f6f6f6;
}

.header .row {
    height: 78px;
    line-height: 78px;
    overflow: hidden;
}

.container{
    clear: both;
}

.logo-cons, .nav-cons {
    float: left;
}

.person-cons {
    float: right;
}

.nav-lists {
    overflow: hidden;
}

.nav-list {
    float: left;
    padding: 0 25px;
}

.nav-list a {
    position: relative;
    padding-left: 25px;
}

.nav-list a i {
    position: absolute;
    top: 2px;
    left: 0;
    line-height: 20px;
    font-size: 18px;
}

.nav-list .icon-zhuye {
    font-size: 21px;
}

.nav-list a, .nav-short-cut-list a, .nav-short-cut-list:last-child {
    color: #adbec5;
    font-size: 16px;
    font-weight: bold;
}

.nav-list a i, .nav-short-cut-list a i {
    font-weight: normal;
}

.nav-list:hover, .nav-list:active {
    background-color: #3D535C;
    cursor: pointer;
}

.nav-list:hover a, .nav-list:active a, .nav-short-cut-list a:hover {
    color: #fff;
}

.nav-short-cut-lists {
    overflow: hidden;
}

.nav-short-cut-list {
    float: left;
    padding: 0 5px;
}

.nav-short-cut-list a i {
    font-size: 18px;
}

.nav-short-cut-list a i.icon-fl-pifu {
    font-size: 25px;
}

.nav-short-cut-list a i.icon-bangzhu {
    font-size: 20px;
}

.nav-short-cut-list:last-child {
    font-weight: normal;
}

.nav-short-cut-list:last-child span {
    display: inline-block;
}

.headerpic {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    vertical-align: middle;
}

.banner-ad {
    display: block;
    width: 100%;
}

.five-pic {
    display: block;
    width: 100%;
}

.widgt-pic-test {
    display: block;
    width: 100%;
    height: 320px;
}

.w-ck {
    min-height: 40px;
    min-width: 40px;
}
.banner .w-ck{
    width: 100%;
}
.h-center .w-panel {
    overflow: hidden;
}
.h-center .w-ck{
    float: left;
}
.h-center .w-ck:last-child{
    float: right;
}
.h-pic-test{
    display: block;
    max-width: 600px;
}
.h-pic-test2{
    display: block;
    max-width: 300px;
}
.five-cons {
    padding-top: 0;
}
.w-width-five {
    float: left;
    width: calc(20% - 15px);
    /*min-width: calc(20% - 15px);*/
    /*max-width: 33.33333333%;*/
    margin: 0 7.5px;
    min-height: 50px;
}
.widget-cons {
    margin: 0 -15px -15px 0;
    padding: 0 0 15px;
    overflow: hidden;
}
.widget-cons .w-ck{
   float: left;
    margin: 0 15px 15px 0;
}
.w-ck-1 {
    width:calc(33.3333333% - 15px);
}

.w-ck-2 {
    width: calc(66.6666667% - 15px);
}

.w-ck-3 {
    width: 100%;
}
@media (min-width: 1200px) {
    .container {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 80%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 80%;
    }
}


.container{
    width: 1252px;
    margin: 0 auto;
}


