/* 广告背景修改 */
.new_update {
    /*background: url(../images/bannar-gaikuang.png) no-repeat;*/
    margin: 0;
    height: 10px;
    background-position: center center;
    background-size: 100%;
    background-size: cover;
}

.banner-wrap {
    /*background: url(../images/bannar-gaikuang.png) no-repeat;*/
    /*margin: 0;*/
    /*background-position: center center;*/
    /*background-size: 100%;*/
    /*background-size: cover;*/
}
/*主页面*/
.enterprise-up {
    width: 100%;
    padding-top: 38px;
}

.enterprise-logo {
    width: 100%;
    text-align: center;
}

.enterprise-logo img {
    width: 157px;
    height: 161px;
}

.enterprise-btitle {
    width: 100%;
    max-width: 870px;
    margin-top: 35px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.enterprise-stitle {
    width: 100%;
    max-width: 870px;
    text-align: center;
    height: 15px;
    margin-top: 5px;
    font-size: 10px;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.enterprise-text {
    width: 100%;
    font-size: 18px;
    color: #333;
    padding: 51px 43px 20px;
}

.enterprise-paragraph {
    width: 100%;
    line-height: 30px;
    text-indent: 36px;
    margin-bottom: 20px;
}