/* <!-- 图片展示 --> */
.picture {
    height: 600px;
    background: url(../images/banner_3.png);
}

/* <!-- 导航栏 --> */
.new {
    height: 75px;
    background: #F1F1F1;
    text-align: center;

}

.box1 {
    width: 1300px;
    height: 100%;
    margin: 0 auto;
}

.box1 li {
    float: left;
    width: 225px;
    height: 45px;
    margin: 15px auto;
    line-height: 45px;
    border-right: #D8D8D8 solid 1px;
}



.box1 li a {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #1F0B11;
    line-height: 46px;
}

.box1 li .current-new {
    font-weight: 600;
}