.banner-bar {
    width: 100%;
    /* height: 472px; */
    overflow: hidden;
    position: relative;
}

.swiper-block {
    width: 100%;
    /* height: 776px; */
    position: absolute;
    top: 0;
    z-index: 99;
}

.swiper-block .block-container {
    position: absolute;
    width: 1200px;
    height: 256px;
    left: 360px;
    top: 273px;

}

.right ul, .description ul {
    display: block !important;
}

/* 产品 */
.project {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    padding-bottom: 80px;
}

.project_item {
    display: block;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 30px;
}

.project_item .project_item_padding {
    width: 380px;
    height: 466px;
    overflow: hidden;
    position: relative;
}

.project_item .tags {
    position: absolute;
    z-index: 99;
    top: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 5px;
}

.project_item .tags .tag {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    padding: 4px 10px;
    background-color: #e85342;
    margin: 10px 5px;
    display: flex;
    align-items: center;
}

.project_item .tags .tag img {
    margin-right: 5px;
}

.project_item .background_img {
    width: 380px;
    height: 466px;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    transition-duration: 0.8s;
}

.project_item .title {
    display: block;
    cursor: pointer;
    /* position: absolute; */
    /* bottom: 20px; */
    line-height: 20px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    /* background-color: #fff; */
    z-index: 2;
    /* width: 340px; */
    /* margin-left: 20px; */
    margin-top: 10px;
    text-align: left;
    width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project_item:hover .background_img {
    transform: scale(1.2)
}