.bannerProduct{
    background-color: #000;
    position: relative;
    max-height: 750px;
    overflow: hidden;
}
.main-slider{
    max-height: 750px;
}
.main-slider div{
    width: 100%;
    max-height: 750px;
}
.main-slider div img{
    width: 100%;
    max-height: 750px;
    object-fit: cover;
}
    /* 自定义左右箭头样式 */
.slick-prev, .slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
z-index: 3;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}

.slick-prev:before, .slick-next:before {
font-family: 'slick';
font-size: 20px;
line-height: 1;
color: #fff;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
left: -20px;
content: "←"; /* 或者使用slick-prev的Unicode字符 */
}

.slick-next {
right: -10px;
content: "→"; /* 或者使用slick-next的Unicode字符，但通常slick.js会自动处理这些 */
}
.nav-slider{
width: 60%;
margin: 0 auto;
position: absolute;
left: 20%;
bottom: 150px;
}
/* 缩略图样式 */
.nav-slider .slick-slide {
margin: 0 5px; /* 设置缩略图间距 */
border: 2px solid rgba(255, 255, 255, 0.5); /* 白色半透明边框 */
transition: border-color 0.3s, opacity 0.3s;
}
.nav-slider  .nav-slider-item{
border: 3px solid rgba(255, 255, 255, 0.5);
cursor: pointer;
float: left;
/* height: 77px; */
margin-right: 15px;
overflow: hidden;
position: relative;
width: 194px;

}
.nav-slider  .nav-slider-item img{
width: 100%;
object-fit: cover;
max-height: 100px;
}
.nav-slider .slick-current {
border-color: #E1251B; /* 选中状态白色边框 */
opacity: 1; /* 可以添加其他效果，如放大或改变背景色 */
}

/* 可选：为缩略图添加一些内边距或调整大小 */
.nav-slider img {
display: block;
width: 100%; /* 或者设置固定宽度 */
height: auto;
}
.new-supremacy{


}

.new-supremacy .wrap{
display: flex;
justify-content: space-between;
align-items: center;
}
.new-supremacy .img{
min-width: 45%;

}
/* .new-supremacy .new-supremacy-right .img{
    width: 49%;
} */
.new-supremacy .img img{
width: 100%;
object-fit: cover;
transition: all 0.5s;
}
.new-supremacy .img img:hover{
transform: scale(1.1);
}
.new-supremacy-content.content-right div{
text-align: right;

}
.new-supremacy-content.content-left div{
text-align: left;
color: #fff;
}

.new-supremacy .title{
font-size: 48px;
font-family: "Bebas Neue Blod", "微軟正黑體", sans-serif;
font-weight: 400;
margin-bottom: 70px;
}

.new-supremacy .smail-title{
font-size: 30px;
font-family: "Bebas Neue Blod", "微軟正黑體", sans-serif;
font-weight: 400;
margin-bottom: 20px;
}
.new-supremacy .info{
font-size: 24px;
}
.new-supremacy .content-right {
margin-left: 30px;
}
.new-supremacy .content-left{
min-width: 35%;
margin-right: 30px;
}
.new-supremacy .img-box{
display: flex;
justify-content: space-between;
align-items: center;
}
.new-supremacy .img-box .img+.img{
margin-left: 30px;
} 
.new-supremacy-content div{
transition: all 0.3s;
}
.new-supremacy-content div:hover{
color: #E1251B
}

.main-slick-dots{
    width: 100%;
    position: absolute;
    bottom: 30px;
    z-index: 3;
}
.main-slick-dots {
    display: flex;
    justify-content: center;
}
.main-slick-dots li{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 70px;
    height: 6px;
    cursor: pointer;
    color: transparent;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 10px;
    position: relative;
    border-radius: 3px;
}
.main-slick-dots li::before{
    content: '';
    width: 0;
    height: 6px;
    display: block;
    background-color: #E1251B;
    position: absolute;
    left: 0;
    top: 0;
    transition: width .3s ease;
    border-radius: 3px;
}
.main-slick-dots li button{
    opacity: 0;
}
.main-slick-dots li.slick-active::before{
    width: 70px;
}

.newRoomBox{
    padding: 100px 0;
}
.newsSlick{
    width: 100%;
   
}
.newsSlick .newsSlick-item{ 
    width: 100%;
    position: relative;
}
.newsSlick .newsSlick-item img{
    width: 100%;
 }
 .newsSlick .newsSlick-item .newsSlick-item-info{
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 51px;
    left: 52px;
    width: 358px;
    height: 450px;
    color: #fff;
    padding: 30px;
 }
 .newsSlick .newsSlick-item .newsSlick-item-info::after{
    width: 328px;
    height: 420px;
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    border: 1px solid rgba(255,255,255,0.5);
 }
 .newsSlick .newsSlick-item .newsSlick-item-info .title{
    font-size: 22px;
    font-weight: 400px;
    margin: 20px 0;
    font-family: "Bebas Neue Blod", "微軟正黑體", sans-serif;
 }
 .newsSlick .newsSlick-item .newsSlick-item-info p{
    color: rgb(169, 169, 169);
    padding: 0 15px;
 }
 .newsSlick-dots{
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
 }
 .newsSlick-dots-item{
    flex: 1;
    padding: 15px;
    transition: all .4s ease;
    border-bottom: 2px #fff solid;
 }
 .newsSlick-dots-item img{
    width: 100%;

 }
 .newsSlick-dots-item+.newsSlick-dots-item{
    margin-left: 10px;
 }
 .newsSlick-dots li.active{
    box-shadow: 0px 0px 16px rgba(26, 26, 26, 0.2);
    border-bottom: 2px #E1251B solid;
 }

 .newproduct-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 0;
}
.newproduct .panel-img-box:nth-child(1),.newproduct .panel-img-box:nth-child(4){
    min-width: 64%;
    max-width:64% ;
    flex:1;
}
.newproduct .panel-img-box:nth-child(2),.newproduct .panel-img-box:nth-child(3){
    min-width: 34%;
    max-width: 34%;
    flex:1;
}

.newproduct .panel-img-box.mr {
    /* margin-right: 30px; */
}
.newproduct .panel-img-box {
    margin-bottom: 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 458px;
}

.newproduct .panel-img-box img{
    min-width: 100%;
    height: 458px;
   object-fit: cover;
   -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.newproduct .panel-img-box:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
@media (max-width: 1280px){
    .newproduct .panel-img-box{
        min-width: 100% !important;
        max-width: 100% !important;
        height: auto;
        flex:1;
    }
    .newproduct .panel-img-box img{
        width: 100%;
        max-width: 100%;
        height:auto;
    }
}
.newproduct .panel-img-box .text-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    color: #fff;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 4;
    bottom: 0;
    padding: 15px;
    font-size: 14px;
}
.newproduct .panel-img-box .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-image: url(../image/mask_grad.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 100%;
    visibility: visible;
    opacity: 0;
}
@media (min-width: 992px){
.newproduct .panel-img-box .mask {
    visibility: visible;
    opacity: 1;
    height: 70%;
    width: 100%;
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
    display: block;
    top: auto;
    bottom: 0;
}
}

.newproduct .panel-img-box:hover .mask {
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-image: url(../image/mask_grad.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 100%;
}

.newproduct .panel-img-box .mask {
    visibility: visible;
    opacity: 1;
    height: 70%;
    width: 100%;
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
    display: block;
    top: auto;
    bottom: 0;
}
.newproduct .panel-img-box .text-box .name {
    /* margin-bottom: 5px; */
    font-size:26px;
    line-height: 1.4em;
}
.newproduct .panel-img-box .text-box .text {
    font-size: 20px;
    opacity: 0.7;
}
.newproduct .panel-img-box .text-box {
    font-size: 20px;
}
.newproduct .panel-img-box .text-box {
    padding: 25px 30px;
    bottom: -50px;
}
.newproduct .panel-img-box:hover .text-box {
    bottom: 0;
}
.newproduct .read-more{
    margin-top: 10px;
}
.newproduct .read-more span{
    position: relative;
}
.newproduct .read-more span:after {
    content: "";
    border-top: 2px solid #E1251B;
    border-right: 2px solid #E1251B;
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 6px);
    left: auto;
    bottom: auto;
    right: -20px;
    z-index: 2;
}
@media (min-width: 992px){
.mb30 {
    margin-bottom: 30px !important;
}
}
.mb30 {
    margin-bottom: 15px !important;
}
@media (max-width: 480px){
    .new-supremacy .wrap{
        display: block;
    }
    .new-supremacy .smail-title {
        font-size: 22px;
    }
    .new-supremacy .info {
        font-size: 15px;
    }
    .new-supremacy-content.content-right div {
        text-align: left;
    }
    .new-supremacy .content-right {
        margin-left: 0px;
    }
    .new-supremacy .title {
       font-size: 30px;
        margin-bottom: 12px;
    }
    .new-supremacy.new-supremacy-bg-1 {
        padding: 25px 0;
    }
    .new-supremacy.new-supremacy-bg-2 {
    
        padding: 50px 0;
    }
    .new-supremacy .content-left {
        min-width: 35%;
        margin-right: 0px;
        margin-bottom: 30px;;
    }
    .newsSlick-dots{
        flex-wrap: wrap;
        display: none;
    }
    .newsSlick-dots-item{
        max-width: 50%;
    }
    .newsSlick .newsSlick-item .newsSlick-item-info {
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 10px;
        left: 5%;
        width: 90%;
        height: 200px;
        color: #fff;
        padding: 20px;
    }

    .newsSlick .newsSlick-item .newsSlick-item-info::after {
        width: 90%;
        height: 90%;
        content: '';
        position: absolute;
        top: 5%;
        left: 5%;
        border: 1px solid rgba(255, 255, 255, 0.5);
    }
    .newsSlick .newsSlick-item .newsSlick-item-info .title {
        font-size: 15px;
        margin: 8px 0;
        height: 62px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
    }
    .newsSlick .newsSlick-item .newsSlick-item-info p{
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        padding: 0;
    }

    .newsSlick-dots-item .title{
        -webkit-box-orient: vertical;
        height: 44px;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }
    .newsSlick-dots-item{
        margin: 5px;
    }
    .newRoomBox {
        padding: 0 0;
    }
    .newproduct-list {
        padding: 40px 0 0 0;
    }
    .newproduct .panel-img-box .text-box .name {
        /* margin-bottom: 5px; */
        font-size: 14px;
    }
}