
.navBar-li .nav-link:nth-of-type(6) {
    color: #cf3339 !important;
    border-bottom: 2px solid #cf3339;
}

.footer-content-Menu ul li:nth-of-type(7) a{
    color: #cf3339;
}

.list{
    width: 1280px;
}
.list .list-title{
    margin: 0 0 5px;
    padding-top: 88px;
    font-size: 40px;
}
.list-body{
    padding: 55px 0;
    border-bottom: 1px solid #5d5a59;
}
.list-body-img{
    margin-bottom: 30px;
    width: 140px;
    height: 140px;
}
.list-body p{
    margin-bottom: 0;
    line-height: 40px;
    font-size: 24px;
}
.list-body p a{
    color: #3e3a39;
    cursor: pointer;
}

.list-body p:nth-of-type(1){
    font-weight: bolder;
}
.list-body-title{
    padding: 0 5px;
    display: inline-block;
    width: 90px;
}
.list-body-factory-img{
    padding-top: 170px;
    width: 610px;
    height: 406px;
}
.list-body-factory-dep{
    color: #000000;
    font-size: 30px !important;
    font-weight: bolder !important;
    font-style: italic;
}
@media (max-width: 767px) {
    .flex-column .nav-item:nth-of-type(6) a{
        color: #cf3339;
    }
    .list{
        width: 100%;
    }
    .Contact-mobile{
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .list-body{
        padding: 32px 10px;
        flex-direction: column-reverse;
        justify-content: flex-end !important;
        border-bottom:none;
    }
    .list>p:first-child{
        display: block !important;
        padding-top: 50px;
        padding-left: 25px;
        font-style: italic;
    }
    .list .list-title{
        padding-left: 25px;
        padding-top: 0px;
        font-size: 24px;
    }
    .list-body>div{
        width:calc(610px/2);
        height: max-content;
    }
    .list-body p{
        font-size: 16px;
    }
    .list-body-title{
        width: auto;
    }
    .list-body-img{
        margin-top: 30px;
        width: 50%;
        height: auto;
    }
    .list-body-factory-img{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .banner-content div:last-child, .button, .Login-href {
        font-size: 12px;
    }
    .navBar-li .nav-link{
        font-size: 16px;
    }

    .select-list-link {
        font-size: 12px !important;
    }

    .list .list-title{
        font-size: 20px !important;
    }
    .list-body-factory-dep{
        display: none;
    }
    .list-body p{
        font-size: 14px;
    }
    .list-body-title{
        width: 10%;
    }
    .footer-content-Menu .active {
        font-size: 18px;
    }

    .footer-content, .footer-content > div {
        padding-top: 30px !important;
    }

    .footer-content-Introduction div {
        font-size: 12px;
    }

    .footer-content-Menu {
        font-size: 14px;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    .banner-content div:last-child, .button, .Login-href {
        font-size: 16px;
    }
    .navBar-li .nav-link{
        font-size: 20px;
    }

    .select-list-link {
        font-size: 16px !important;
    }
    .list .list-title{
        font-size: 30px !important;
    }
    .list-body-factory-dep{
        display: none;
    }
    .list-body p{
        font-size: 18px;
    }
    .list-body-title{
        width: 10%;
    }

    .footer-content-Menu .active {
        font-size: 24px;
    }

    .footer-content, .footer-content > div {
        padding-top: 20px !important;
    }

    .footer-content-Introduction div {
        font-size: 16px;
    }

    .footer-content-Menu {
        font-size: 18px;
    }

}