/*read from redis*/
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
@media screen and (min-width: 767px) {
    #MobileFootNavRenderElem{
        display: none;
    }
}



.new-product{
    display: flex;
}
.new-product .left{
    width: 55%;
}
.new-product .left .product-img-box1{
    width: 100%;
    height: 400px;
}
.new-product .left .product-img-box1 .swiper-slide{
    position: relative;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
}
.new-product .left .product-img-box1 .swiper-slide img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.new-product .left .product-img-box1 .swiper-button-next{
    background-color: rgba(0, 0, 0, 0.6);
    background-position: center;
    background-size: 50% auto;
    padding: 0 20px;
}
.new-product .left .product-img-box1 .swiper-button-prev{
    background-color: rgba(0, 0, 0, 0.6);
    background-position: center;
    background-size: 50% auto;
    padding: 0 20px;
}
.new-product .left .product-controller{
    margin-top: 40px;
    height: 100px;
}
.new-product .left .product-controller .swiper-slide{
    position: relative;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    border: 2px solid #999;
    cursor: pointer;
}
.new-product .left .product-controller .swiper-slide.active{
    border-color: #8F011D;
}
.new-product .left .product-controller .swiper-slide img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.new-product .right{
    flex: 1;
    min-height: 100%;
    margin-left: 10px;
    border-left: 4px solid #999;
}
.new-product .right .top-name{
    border-bottom: 2px solid #999;
    font-size: 24px;
    font-weight: bold;
    padding: 50px;
}
.new-product .right .content{
    margin: 0px;
    padding-left: 50px;
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    padding-bottom: 20px;
    color: #333;
}
.new-product-container{
    margin-top: 40px;
    border: 1px solid #999;
    width: 100%;
}
.new-product-container h2{
    padding: 0 20px;
    line-height: 50px;
    border-bottom: 1px solid #999;
}
.new-product-container .box{
    padding: 10px;
}
.new-product-container .box img{
    display: block;
    margin: 0 auto;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .new-product{
        display: block;
    }
    .new-product .left{
        width: 100%;
    }
    .new-product .left .product-img-box1{
        width: 100%;
        height: 200px;
    }
    .new-product .left .product-controller{
        margin-top: 20px;
        height: 60px;
    }
    .new-product .left .product-controller .swiper-slide{
        overflow: hidden;
    }
    .new-product .right{
        flex: unset;
        min-height: unset;
        margin-left: 0;
        border-left: 0;
        margin-top: 20px;
    }
    .new-product .right .top-name{
        border-bottom: 1px solid #999;
        font-weight: bold;
        padding: 0 0 10px;
    }
    .new-product .right .top-name p{
        font-size: 18px !important;
    }
    .new-product .right .content{
        margin: 0px;
        padding-left: 0;
        padding-top: 0;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
        padding-bottom: 0;
        color: #333;
    }
    .new-product-container{
        margin-top: 20px;
        border: 1px solid #999;
        width: 100%;
    }
    .new-product-container h2{
        padding: 0 20px;
        line-height: 40px;
        border-bottom: 1px solid #999;
        font-size: 18px;
    }
    .new-product-container .box{
        padding: 10px;
    }
    .new-product-container .box img{
        display: block;
        margin: 0 auto;
        width: 100%;
    }
}
#Sub360963983_1{
    width: 317px !important;
}
#module_360963983 .ModuleSubContainer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#module_360965559 .BodyCenter.BodyCenter360965559{
    position: relative;
    height: 100px;
    overflow: hidden;
    display: flex;
    padding: 0 !important;
    align-items: center;
}
#module_360965559 .BodyCenter.BodyCenter360965559>a{
    display: block;
    position: relative;
    z-index: 1;
}
#module_360965559 .BodyCenter.BodyCenter360965559>a img{
    display: block;
    width: 80%;
    margin: 0 auto;
}
#module_360965559 .BodyCenter.BodyCenter360965559::after{
    content: '';
    display: block;
    width: 20%;
    height: 100%;
    background: #002496;
    position: absolute;
    top: 0;
    left: 0;
    visibility: unset;
}
#module_360965559 .BodyCenter.BodyCenter360965559 .imageTextGiant-Container{
    position: relative;
    z-index: 1;
}