

/* <!-- 图片展示 --> */
.picture {
    height: 600px;
    background: url(../images/web/banner_3.png);
}

/* <!-- 导航栏 --> */
.service {
    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;
    cursor: pointer;
}

.box1 li .current-new {
    font-weight: 600;
}

/*  <!-- 新闻展示 -->*/
.service-body {
    width: 1400px;
    margin: 0 auto;
}

.item {
    display: none;
    margin: 53px auto;
}

.item h2 {
    margin-bottom: 44px;
    text-align: left;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 26px;
}

.content {
    margin-left: 30px;
    width: 1189px;
    /* height: 197px; */
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 40px;
    text-align: justify;
    text-indent: 2rem;
    letter-spacing: 1px;
    
    font: 1em sans-serif;
    
}