.section-7 {
    width: 100%;
    padding: 30px 15vw;
    text-align: left;
}

.section-7 .section-7-head {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}

.section-7 .section-7-pageBtn {
    float: right;
}
.section-7-pageBtn img{
    height: 20px;
    width: 30px;
}
.section-7-pageBtn
.pageBtn-item{
    float: left;
    padding: 0 20px;
}
.pageBtn-item:hover{
    cursor: pointer;
}

.section-7 .section-7-head-cn {
    width: 140px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: left;
    position: relative;
    font-size: 36px;
    font-weight: bold;
}

.section-7 .line {
    height: 5px;
    width: 50px;
    background-color: #083683;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -20px;
    border-radius: 3px;
}
#slide{
    min-height: 120px;
}
.slide-company {
    width: 100%;
    height: 120px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.company-item {
    height: 60px;
    border: 1px solid #083683;
    border-radius: 50px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.company-item div {
    margin: 0 auto;
    display: table;
}

.company-item img {
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 10px;
}

.company-item span {
    float: left;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}