
.category-list {
    width: 100%;
    height: 120px;
    margin-top: -60px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    /*border-bottom: 1px solid #ddd;*/

}

.category-body {
    margin: 0;
    padding: 0;
    padding-left: 240px;
    height: 60px;
    /*overflow: hidden;*/
    background-color: #6e3a3a;
    opacity: 0.9;
}

.category-body > li {
    float: left;
    position: relative;
    width: 180px;
    height: 60px;
    text-align: center;
}

.category-body > li > a {
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #f2f2f2;
    text-decoration: none;
    text-align: center;
}

.category-child {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 111;
    height: 60px;
    padding: 0;
    margin: 0;
    display: none;

    /*width: 100vw;*/
    /*height: ;*/
}

.category-child a.active {
    color: #f10707;

    /*width: 100vw;*/
    /*height: ;*/
}

.category-child > li {
    float: left;
    width: 180px;

    text-align: center;

}

li.active-category {
    background-color: #f10707;
}

.active-category .category-child {
    display: block;
}


/*.active-category .category-child{*/
/*z-index: 120;*/
/*}*/

.category-child > li > a {
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #444;
    text-decoration: none;
    text-align: center;
}

.category-child > li > a:hover {
    color: #f10707;
}


.category-temp {
    width: 100%;
    height: 60px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
    /*display: none;*/
}

/*.category-list:hover .category-temp{*/
/*display: block;*/
/*}*/

.list-product-banner {
    width: 100%;
    height: 580px;
    position: relative;
    margin-bottom: 60px;

}

.list-product-banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.list-product-banner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.list-product-banner-container > p {
    text-align: center;
    margin: 0;
    margin-top: 186px;
    font-size: 24px;
    color: #1f1c1c;
}

.list-product-banner-container > h1 {
    text-align: center;
    margin: 0;
    margin-top: 42px;
    font-weight: 500;
    font-size: 60px;
    color: #1f1c1c;
}

.list-category {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #6e3a3a;
    opacity: 0.9;
}

.list-category > ul {
    margin: 0;
    width: 100%;
    padding-left: 160px;
    overflow: hidden;
}

.list-category > ul > li {
    float: left;
    font-size: 0;
    position: relative;
}

.list-category > ul > li > a {
    display: block;
    width: 180px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #f2f2f2;
    text-decoration: none;
}

.list-category a.active {
    background-color: #ff0000;
}


@media (max-width: 1920px) {
    .category-body {
        padding-left: 240px;
    }


}


/*0.125*/
@media (max-width: 1680px) {
    .category-body {
        padding-left: 210px;
    }

}

/*0.25*/
@media (max-width: 1440px) {

    .category-body {
        padding-left: 180px;
    }
}

/*>=1280的设备*/
/*0.289*/
@media (max-width: 1366px) {
    .category-body {
        padding-left: 100px;
    }

}


/*>=1100的设备*/
@media (max-width: 1280px) {
    .category-body {
        padding-left: 80px;
    }

}

