
.banner{
    position: relative;
}
.banner p{
    height: max-content;
    font-family: PINGFANG;
    font-weight: 800;
    font-size: calc(6px + 2rem);
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product_list_box{
    width: 100%;
    padding: calc(30px + 5rem) 0;
    background-color: #f5f5f5;
}

.product_list{
    max-width: 1400px;
    width: 85%;
    margin: auto;
}

.product_pic_box{
    display: flex;
    justify-content: center;
    gap: calc(1px + 1rem);
    flex-wrap: wrap;
    row-gap: calc(10px + 1rem);
    margin-top: calc(17px + 2rem);
}
.product_pic{
    width: 18%;
   

   
    /*overflow: hidden;*/
}
.product_pic_border{
     width: 100%;
    height: calc(34px + 22rem);
    overflow: hidden;
    background: #fff;
     display: flex;
    justify-content: center;
    padding: calc(10px + 1rem) 0;
   
}

.product_pic img{
   
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.product_pic:hover img{
    transform: scale(1.05);
}

.product_name{
    text-align: center;
    font-size: calc(10px + 0.5rem);
    color: #333;
    font-family:  OPPOSans-B;
    line-height: 1;
    margin-top: calc(4px + 0.5rem);
}



.pub_left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eeeeee;
}
.pub_left ul {
    display: flex;
    justify-content: center;
    background: #eeeeee;
}

.con1920 {
    width: 100%;
    padding: 0 100px;
    margin: 0 auto;
}

.pub_left ul {
    display: flex;
    justify-content: center;
    background: #eeeeee;
}

.pub_left ul li a {
    display: block;
    padding: 0 40px;
    position: relative;
    line-height: 60px;
    font-size: 16px;
    text-transform: capitalize;
}

.pub_left ul li a.hover, .pub_left ul li a:hover {
    background-color: #E39651;
    color: #fff;
}