@charset "utf-8";

.nav-product { background: #DA251C; color: #fff !important;}

/*产品列表*/
.main-product-wrap{
    width: 100%;
    float: left;
    padding: 75px 0px;
}
.main-product-titlebox{
    width: 100%;
    float: left;
}
.main-product-tbox{
    width: 50%;
    float: left;
}
.main-product-text1{
    display: block;
    font-size: 28px;
    color: #DA251C;
    font-weight: 600;
}
.main-product-text2{
    font-size: 14px;
    color: #A1A1A1;
    float: left;
    margin-top: 10px;
}
.product-more{
    float: right;
    width:130px;
    border:1px solid #999999;
    height: 38px;
    color: #A3A3A3;
    text-align: center;
    line-height: 38px;
    border-radius:30px;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    margin-top: 8px;
}
.main-product{
    width: 282px;
    float: left;
    height:350px;
}
.mr-24{margin-right: 24px;}
.main-product:nth-child(4n) {
    margin-right: 0;
}
.main-product-img{
    width: 100%;
    height: 215px;
    float: left;
    object-fit:cover;
}
.main-product-title{
    width: 100%;
    float: left;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #343434;
    margin: 25px 0px 20px 0px;
}
.main-product-content{
    width: 100%;
    float: left;
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    color: #989898;
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.main-product-line{
    width: 100%;
    height: 1px;
    background: #E2E3E5;
    float: left;
    margin: 0 0px 20px 0px;
}
.main-product-detail{
    cursor: pointer;
    width:103px;
    height: 33px;
    color: #969696;
    text-align: center;
    line-height: 35px;
    float: left;
    font-size: 12px;
    border:1px solid #E2E3E5;
    margin: 2px;
}
.main-product:hover .main-product-title{color: #DA251C;}
.main-product:hover .main-product-detail{color: #fff;background:#DA251C;}

/*lunbo样式*/
.swiper-container {
    width: 590px;
    height: 450px;
    float: left;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f2f2f2;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper3 img{
    width: 590px;
    height: 450px;
    object-fit:cover;
}
/*lunbo样式覆盖*/
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.swiper-pagination-bullet-active {
    width: 30px;
    background-color: #DA251C;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.swiper-button-next, .swiper-button-prev{
    width: 45px;
    height: 105px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    top: 50%;
    margin-top: -53px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 25px;
}
.swiper-pagination-bullet-active{width: 10px;}
.next3{right: 0px;}
.prev3{left: 0px;}
/**/
.product-detail-box{
    width:580px;
    float: right;
}
.product-detail-title{
    width: 100%;
    float: left;
    font-size: 28px;
    color: #323232;
    border-bottom: 1px solid #D9D9D9;
    line-height: 40px;
    padding-bottom: 12px;
    font-weight: 600;
}
.product-detail-title2{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #323232;
    padding: 25px 0px 12px 0px;
    font-weight: 600;
}
.product-detail-box ul{
    float: left;
    width: 100%;
    min-height: 70px;
	padding-bottom: 20px;
}
.product-detail-box ul li{
    display: block;
    font-size: 15px;
    color: #9C9C9C;
    line-height: 25px;
}
.product-detail-box ul li span{
    width: 3px;
    height: 3px;
    float: left;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #9C9C9C;
    margin-top: 12px;
}
.segmentation-line{
    width: 100%;
    height: 1px;
    background-color: #D8D8D8;
    float: left;
}
