.navlist {
    overflow: hidden;
    float: right;
    font-size: 17px;
    color: #fff;
    padding-top: 30px;
}

.navlist li {
    float: left;
    padding: 0px 10px;
}

.navlist li .line {
    padding-left: 15px;
}

.navlist li:last-child {
    border-style: none;
}

.navlist li a i {
    padding-right: 5px;
}

.navlist li a span {
    font-size: 17px;
    color: #fff;
}


/* 指定ul的样式修改 */

.dataBig li {
    font-size: 18px;
    margin-bottom: 10px;
}

.navbar-brand img {
    width: 350px;
    height: 70px;
}

@media (max-width: 500px) {
    .navbar-brand img {
        width: 250px;
        height: 50px;
        margin-top: 0px;
    }
}

.index-business {
    padding-bottom: 30px;
    background: url(../images/home/workbg.png) no-repeat 0 0;
    color: #fff;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .index-business {
        margin-top: 0;
        background-color: #04c67c;
        height: auto;
        padding-bottom: 1rem;
    }
}

.index-business .container,
.index-news .container {
    position: relative;
    padding-top: 90px;
}

.index-business .index-business-abs,
.index-news .index-news-abs {
    position: absolute;
    width: 100%;
    height: 180px;
    line-height: 180px;
    font-size: 96px;
    color: rgba(255, 255, 255, 0.1);
    text-align: center;
    top: 0;
    z-index: 0;
    font-weight: bold;
}

.index-business .index-business-title,
.index-news .index-news-title {
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.index-business .index-business-desc {
    line-height: 32px;
    margin: 40px auto;
    text-align: center;
    width: 70%;
}

.index-business .ibc-content {
    margin: 0px;
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    height: auto;
    box-shadow: 0px 3px 30px 0px rgba(166, 171, 180, 0.3);
    border-radius: 5px;
    padding-bottom: 30px;
}

.ibc-content:hover {
    transform: translate(0, -16px);
    cursor: pointer;
    transition: all 0.6s;
    box-shadow: 0px 4px 30px 0px rgba(166, 171, 180, 0.4);
}

.index-business .ibc-content .ibc-icon {
    width: 118px;
    margin: 20px auto;
    text-align: center;
}

.index-business .ibc-content .ibc-icon img {
    width: 100%;
}

.index-business .ibc-content .ibc-text-box {
    text-align: center;
}

.index-business .ibc-content .ibc-title {
    color: #2a2a2a;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    font-weight: 600;
}

.index-business .ibc-content .ibc-desc {
    color: #76777e;
    line-height: 28px;
    height: 56px;
    text-align: left;
    text-indent: 2em;
}

.index-business .index-business-title,
.index-news .index-news-title {
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .index-business .container .index-business-title {
        height: 5rem;
        line-height: 5rem;
    }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

@media ( min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media ( min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media ( min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.footerlist {
    overflow: hidden;
    margin-bottom: 10px;
}

.footerlist li {
    float: left;
    border-right: 1px solid #fff;
    padding: 0px 10px;
}

.footerlist li:last-child {
    border-style: none;
}

.footerlist li a {
    color: #fff;
}