

/* banner */
.owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    left: 0;
    bottom: .88rem;
    margin-top: 0;
    width: 100%;

}

.owl-theme .owl-dots .owl-dot span{
    background-color: #888789;
    width: 14px;
    height: 14px;
    transition: all .4s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #fff;
    width: 48px;
}


.banner .banner-txt{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 38%;
    color: #fff;
    font-size: .53rem;
}

.banner .banner-txt h2{
    font-size: 80px;
    font-weight: bold;
    text-shadow: 3px 3px 7px rgba(17, 17, 18, .3);
}
.banner .banner-txt p{
    text-transform: uppercase;
    margin-top: 20px;
}

@media (max-width: 1440px) {
    .banner .banner-txt h2{
        font-size: 60px;
    }
    
}

/* end .banner */


.title{
    margin-bottom: .8rem;
    position: relative;
    /* margin-top: 1.33rem; */
}
.title h2{
    font-size: 1rem;
}
.title p{
    font-size: .4rem;
    margin-top: .2rem;
}
.title .more{
    display: block;
    position: absolute;
    width: 116px;
    height: 42px;
    right: 0;
    top: 50%;
    margin-top: -21px;
    transition: all .4s ease-in-out;
    background: url(../images/arrow-right.png) no-repeat #af2626 50% center ;
}
.title .more:hover{
    opacity: .9;
    background: url(../images/arrow-right.png) no-repeat #af2626 70% center ;
}

.txt-con {
    padding: .66rem .4rem;
}
.txt-con h2{
    font-size: .46rem;
    color: #000;
    margin-bottom: 10px;
    
}
@media (min-width: 768px) {
    .txt-con h2{
        max-height: 28px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.txt-con p{
    font-size: .35rem;
    color: #828282;
}


.r-item{
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.r-item .img-con{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.r-item .img-con img{

    width: 100%;
    max-width: 100%;
    transition: all .35s ease-in-out;
}
.r-item .img-con .show-tj{
    background-color: #B82C25;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    line-height: 41px;
    font-size: .36rem;
    text-align: center;
    border-radius: 0px 0px 20px 0px;
}

.tj-wrap{
    padding-top: 60px;
    padding-bottom: 60px;
}


/* :hover */
.cs-wrap .r-item:hover,
.tj-wrap .r-item:hover{
    box-shadow: 0 0 10px #ccc;
}



.r-item:hover img{
    transform: scale(1.1);

}

/* 鍑虹 */
.cz-wrap,
.cs-wrap{
    padding-bottom: 60px;
}
.cz-wrap .r-item{
    box-shadow: 0 0 10px #ccc;

}
.cz-wrap .txt-con{
    display: flex;
    align-items: center;

}
.cz-wrap .txt-con .left{
    /* width: 60%; */
    width: 100%;
}

.cz-wrap .txt-con .left p{
    margin-top: 10px;
}

.cz-wrap .txt-con .right{
    width: 150px;
    overflow: hidden;
    text-align: right;
    
}
.cz-wrap .txt-con .right p{
    color: #B82C25;
    font-size: 16px;

}
.cz-wrap .txt-con .right p .price{
    font-size: .53rem;
}


/* 鍑哄敭 */
.cs-wrap .left,
.cs-wrap .right{
    display: inline-block;
    font-size: 0;
}

.cs-wrap .left{
    /* width: 60%; */
    width: 100%;
}
.cs-wrap .right{
    text-align: right;
    width: 35%;

}
.cs-wrap .right p{
    color: #B82C25;

}
.cs-wrap .right .price{
    font-size: .53rem;
}




/* .news */
.news-wrap{
    padding-top: 60px;
    padding-bottom: 60px;
}
/* .img-left{
    padding-right: 15px;
} */
.news-list {
    padding-left: 20px;
}
.news-list li {
    background-color: #f5f5f5;
    margin-top: 10px;
    padding: 13px .55rem 21px .55rem;
    transition: all .4s ease-in-out;

}
.news-list li  a{
    display: block;
}
.news-list li:first-child{
    margin-top: 0;
}
.news-list li h2{
    font-size: .44rem;
    line-height: 36px;
    color: #444141;
    max-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list li span{
    font-size: 15px;
    color: #7B7B7B;
    margin-top: 5px;
    display: inline-block;
    position: relative;
}
.news-list li span::after{
    position: absolute;
    left: 0;
    bottom: -8px;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #c4c4c4;
}

.news-list li .layui-icon-right{
    width: 20px;
    height: 20px;
    background-color: #8D8B8B;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    margin-right: 5px;
}

.news-list li:hover{
    background-color: #af2626;
}
.news-list li:hover h2,
.news-list li:hover span{
    color: #fff;
    
}
.news-list li:hover span::after{
    background-color: #fff;
}


.news-list li:hover .layui-icon-right{
    background-color: #fff;
    color: #af2626;
}




@media (max-width: 992px) {
    .owl-theme .owl-nav.disabled+.owl-dots{
        bottom: 10px;
    }


    .banner .banner-txt{
        font-size: 15px;
    }
    .banner .banner-txt h2 {
        font-size: 20px;
    }
    .banner .banner-txt p{
        margin-top: 8px;
    }


    .news-wrap,
    .cz-wrap, .cs-wrap,
    .tj-wrap{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .title p{
        font-size: 16px;
    }

    .txt-con h2{
        font-size: 18px;
    }

    .txt-con p{
        font-size: 15px;
    }

    .r-item{
        box-shadow: 0 0 10px #ccc;
    }
    .img-left{
        margin-bottom: 13px;
    }
    .img-left,
    .news-list{
        padding: 0;
    }

    .title h2{
        font-size: 26px;
    }
    .title .more{
        top: 0;
        margin-top: 0;
        width: 60px;
        height: 32px;
        background-size: 35px auto;
    }
    .r-item .img-con .show-tj{
        font-size: 14px;
    }

    .owl-carousel .owl-item img {
        height: 200px;

    }
}



/* @media (min-width: 993px) { */
   
/* } */




.r-item .img-con{
    position: relative;
    height: 0;
    padding-bottom: 70%;
}
.r-item .img-con img{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

