.products-banner-div{
    width:100%;
    background-color: #ffffff;
}

.products-banner-img{
    width:100%;
    height: 420px;
}

.products-biaoyu{
    text-align: center !important;
    display: block;
    margin: 24px 0;
    padding: 24px 100px;
    background-color: #ffffff;
}

.products-biaoyu-img{
    width:70%;
}

.products-category-div-out{
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
}

.products-category-div{
    background-color: #f6f6f6;
    display: inline-block;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

.products-category-div-item{
    float:left;
    height: 40px;
}

.products-category-div-item a{
    float:left;
    line-height: 30px;
    padding: 5px 30px;
    color:#333333;
    text-decoration: none !important;
}

.products-category-div-item a:hover{
    background-color: #014574;
    color:#ffffff; 
}

.products-category-div-item img
{ 
    height: 10px;
}

.products-category-div-item:last-of-type img
{ 
    display:none;
}

.products-context{
    width: 80%;
    max-width: 1200px;
    margin: 40px auto;
}

.products-context-bottom{
    width: 80%;
    max-width: 1200px;
    margin: 60px auto;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 40px;
}

.products-list-div{
}

.products-list-div .products-item{
    padding: 14px;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.03);
    height: 310px;
    width: 380px;
}

.products-list-div .products-item .image-mask {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    bottom: 0;			
    background: rgba(101, 101, 101, 0.6);
    margin-left: -14px;
    color: #ffffff;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-show-detail-btn{
    cursor: pointer;
}

.products-show-detail-btn img{
    width: 130px !important;
}


.products-list-div .products-item :hover.image-mask {
    opacity: 1;    
	cursor: default;
}

.products-list-div .products-item .products-img{
    display: inline-block;    
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    width: 352px;
    height: 242px
}

.products-list-div .products-item .title-span{
    display: block;
    background-color: #ffffff;
    width:100%;
    text-align: center;
    padding-top: 14px;
    font-size: 20px;
}
.products-list-div .products-item .title-span span{
    display: block;
    background-color:#ffffff;
    line-height: 22px;
}


.products-top-img{
    margin: 30px auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 2px 5px 7px rgba(0,0,0,0.15), -3px 0px 7px rgba(0,0,0,0.16);
}
.products-top-img ul{
    display: flex;
    padding-inline-start: unset;
    cursor: pointer;
}

.products-top-img li{
    position: relative;
    width: 150px;
    height: auto;
    list-style: none;
    box-shadow: 0 0 16px #f2f2f2;
    transition: all 0.5s;
    overflow: hidden;
    flex: 1 1 auto
}

.products-top-img li:first-child{
    width: 750px;
    width: 600px\9;

}

.products-top-img li img{
    display: block;
    width: 750px;
    height: 500px;
}
.products-top-img ul:hover li{
    position: relative;
    width: 150px;
}
.products-top-img ul li:hover{
    width: 750px;
}

.products-top-img-title{
    position: absolute;
    left:20px;
    top:20px;
    display: flex;
    flex-direction: column;
    /*writing-mode: tb;*/
    padding: 10px 8px;
    background-color: rgba(0, 0, 0, 0.4);
    color:#ffffff;
    border-radius: 3px;
    font-size: 20px;
    letter-spacing: 5px;
    width: 36px;
    line-height: 28px;
}

@media screen and (max-width:1024px){
    .products-top-img li{
        width: 120px;
    }

    .products-top-img li:first-child{
        width: 660px;
    }

    .products-top-img li img{
        width: 660px;
        height: 400px;
    }
    .products-top-img ul:hover li{
        width: 120px;
    }
    .products-top-img ul li:hover{
        width: 660px;
    }

    .products-biaoyu-img{
        width:80%;
    }
}
