.banner {
    width: 100%
}

.banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.boxshadows{width: 100%;height: 154px;position: absolute;top: 0px;left: 0px;
    background: linear-gradient(360deg, rgba(0,0,0,0.64) 0%, rgba(255,255,255,0) 100%);}
.Inflex {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    /* justify-content: space-between; */
}

.Inflex .Inferlist {
    margin-left: 20px;
    margin-bottom: 20px;
    width: 274px;
    height: 215px;
    background: linear-gradient(284deg, #EAEAEA 0%, #F5F5F5 0%, #FFFFFF 100%);
    box-shadow: 5px 5px 20px 0px rgba(17, 8, 110, 0.08);
    border-radius: 10px;
    border: 1px solid #FFFFFF;
}


.Inflex .Inmaxwidth {
    width: 1200px;
    margin: 0 auto;
}

.Inflex .Inferlist .anliimg {
    width: 100%;
    height: 154px;
    border-radius: 10px 10px 0 0;
}
.Inflex .Inferlist .anliimg img{
    width: 76px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.Inflex .text_name {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 112px 12px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    z-index: 166;
}

.Inflex .wulan {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.Inflex .wulan .name {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.Inflex .wulan .Inferna_button {
    width: 62px;
    height: 28px;
    line-height: 28px;
    border-radius: 15px;
    border: 1px solid #FF6A00;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #FA6400;
    margin-top: 12px;
}
.Inflex .wulan .Inferna_button:hover{
    color: #ffffff;
    background-color: #FA6400;
    cursor: pointer;
}

.Inflex .Inferlist {
    transition: all .5s ease-in-out;
}

.Inflex .Inferlist:hover {
    transform: translateY(-10px);
}

.product {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    vertical-align: middle;
    width: 1160px;
    margin: 32px auto 24px auto;
}

.product b {
    width: 3px;
    height: 24px;
    background: #2A5AA8;
    border-radius: 8px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 4px;
}