.menus_line {
    left: 10px;
}

.top {
    width: 100%;
    height: 418px;
    margin-top: 82px;
    padding-top: 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.top::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../img/solution/banner.png');
    background-size: 100% 100%;
    opacity: 0.75;
    z-index: -1;
}

.prod_search {
    display: flex;
    position: relative;
}

.prod_search .el-input {
    width: 740px;
    display: inline-block;
    border: 1px solid #D80C18;
    border-radius: 4px;
}
.prod_search .el-input__inner {
    background-color: rgba(255, 255, 255);
    border: none;
    height: 42px;
}
.prod_search .el-input__inner::placeholder {
    color:  #000;
}
.prod_search .search_btn {
    background-color: transparent;
    color: #D80C18;
    font-size: 18px;
    margin-left: 30px;
    height: 42px;
    position: absolute;
    right: 0;
    border: none;
}
.solution_box{
    width: 1400px;
    height: 235px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 41px;
}
.industry-wrapper {
    display: flex;
    margin-top: 3px;
    justify-content: center;
}

.industry-title {
    font-weight: 700;
    font-size: 16px;
    color: #7F7F7F;
    margin-top: 35px;
    line-height: 29px;
}

.industry-list {
    display: flex;
    flex-wrap: wrap;
    width: 1233px;
}

.industry-popper {
    width: 100px;
}

.industry-item {
    margin: 35px 0 0 48px;
    width: 89px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    cursor: pointer;
}

.industry-item.active,
.industry-item:hover {
    color: #fff;
    background-color: #D80C18;
}

.table {
    width: 1476px;
    margin: 20px auto 40px;
}

.tableList {
    display: flex;
    flex-wrap: wrap;
}

.table_item {
    width: 309px;
    height: 369px;
    background: #FFFFFF;
    cursor: pointer;
    box-shadow: 0px 0px 6px 0px rgba(49, 78, 134, .2);
    margin: 30px;
    padding: 15px;
    box-sizing: border-box;
}

.table_item:hover {
    box-shadow: 0 15px 35px 0 rgba(49, 78, 134, .2);
}

.table_item img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: block;
}

.item-popper {
    width: 195px;
}

.tableList_title {
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    margin-top: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.tableList_ms {
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    color: #4C576E;
    margin-top: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 35px;
}

.products {
    display: flex;
    margin-top: 15px;
}

.item-product {
    font-weight: 400;
    font-size: 16px;
    color: #02A7F0;
}

.item-product+.item-product {
    margin-left: 15px;
}

.el-pagination {
    margin-top: 30px;
    text-align: right;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: transparent;
    color: #D80C18;
    border: none;
}

.el-pagination.is-background .el-pager li {
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #DCDCDC;
}

.el-pagination.is-background .btn-prev,
.el-pagination.is-background .btn-next {
    background-color: transparent;
    border: 1px solid #DCDCDC;
}