body {
    font-family: "微软雅黑";
}

.layout-wrap {
    width: 1250px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    display: block;
    height: 0;
    clear: both;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    height: 0px;
    width: 100%;
    font-size: 1px;
    line-height: 0px;
    visibility: hidden;
    overflow: hidden;
}

.icon {
    display: inline-block;
    vertical-align: middle;
}

.talign-c {
    text-align: center;
}

.fb {
    font-weight: bold;
}

.nav-row {
    width: 100%;
    float: left;
}

.nav-lable {
    width: 12%;
    padding-bottom: 15px;
}

.lable-box {
    height: 90px;
    border-radius: 6px;
    font-size: 20px;
    box-sizing: border-box;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}

.lable-box.common {
    background: #ac3328;
}

.lable-box.two-line {
    background: #286cab;
}

.common {
    line-height: 90px;
}

.two-line {
    padding: 10px 5px;
    line-height: 32px;
}

.nav-content {
    width: 88%;
    position: relative;
}

.nav-list {
    width: 91%;
}

.morebox {
    width: 8%;
    position: absolute;
    right: 156px;
}

.nav-item {
    float: left;
    width: 21%;
    padding-bottom: 15px;
}

.nav-item-inner {
    height: 90px;
    border: 1px solid #ac3328;
    border-radius: 6px;
    margin-left: 15px;
}

.item-inner-l {
    width: 66.6%;
    float: left;
}

.item-inner-r {
    width: 33%;
    float: right;
}

.item-name {
    font-weight: bold;
    color: #ac3328;
    font-size: 25px;
}

.item-inner-in {
    padding: 15px 0;
    line-height: 30px;
    background: url(../img/num_bg.png) 0 0 repeat-x;
    overflow: hidden;
    border-radius: 0 6px 6px 0;
    border-left: 1px solid #ac3328;
    font-weight: bold;
    color: #ac3328;
}

.item-inner-r .num {
    font-size: 28px;
}

.item-inner-r .tit {
    font-size: 18px;
}

.btn_slide {
    width: 100%;
    height: 90px;
    line-height: 90px;
    font-weight: bold;
    color: #ac3328;
    font-size: 24px;
    border: 1px solid #ac3328;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
}

.icon_more {
    width: 24px;
    height: 24px;
    background: url(../img/btn_more.png) 0 0 no-repeat;
    margin-right: 6px;
}

.btn_slidedown {
    position: absolute;
    top: 0;
}

.btn_slideup {
    position: absolute;
    bottom: 17px;
}

.text-more,
.text-more-up {
    font-size: 14px;
    text-align: center;
    color: #44b8d1;
    line-height: 40px;
    cursor: pointer;
}