﻿.quanwuBox{
    width: 100%;
    height: 276px;
    overflow: hidden;
}
.quanwuCont{
    height: 276px; 
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
.qw_itemBox{
    width: 380px;
    height: 100%;
    display: inline-block;
    /* border: 1px solid gainsboro; */
    box-sizing: border-box;
    margin-right: 4px;
	cursor: pointer;
}
.qw_item_name{
    text-align: center;
    font-size: 20px;
    color: white;
    margin-top: -34px;
}
.qw_item_bt{
    width: 25%;
    /* height: 20%; */
    padding: 4px 10px;
    color: white;
    background: #c7000b;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 12px;
    cursor: pointer;
}
.pro_arrow_left{
    width: 46px;
    margin-left: 45%;
    margin-top: 25px;
    cursor: pointer;
    transform: rotate(180deg);
}
.pro_arrow_right{
    width: 46px;
    margin-left: 2%;
    margin-top: 25px;
    cursor: pointer;
}