.product{
    color: #333;
    margin: 30px 0 60px;
}
.product img{
    display: inline-block;
}
.product .wrapper{
}
.product .chanpin{
    margin-bottom: 30px;
    overflow: hidden;
}
.product .chanpin .img{
    float: left;
    width: 48%;
}
.product .chanpin .img img{
	width: 100%;
}
.product .chanpin .txt{
    float: right;
    width: 48%;
    padding-right: 80px;
    box-sizing: border-box;
}
.product .chanpin .txt h2{
    font-size: 38px;
    font-weight: 400;
    color: #BD332B;
    margin: 10px 0;
}
.product .chanpin .txt h3{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.product .chanpin .txt p{
    font-size: 17px;
    text-align: justify;
    /*height: 8em;*/
    line-height: 2em;
    margin-bottom: 100px !important;
    overflow: hidden;
}
.product .more{
    display: inline-block;
    width: 194px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    border-radius: 27px;
    background-image: linear-gradient(to right,#e74e4c,#f6bab9);
}
.product .more:hover{
    background: #D40415;
}

/*产品特点*/
.product .tedian{
    padding: 80px 0;
    background: #F7F8FA;
}
.product .tedian .txt{
    float: left;
    width: 48%;
    font-size: 20px;
}
.product .tedian .txt>h3{
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 60px;
}
.product .tedian .img{
    float: right;
    width: 48%;
    padding-right: 80px;
}

/*工艺*/
.product .gongyi .title{
    font-size: 30px;
    margin: 30px 0;
    text-indent: 1em;
    font-weight: 700;
    color: rgb(192, 0, 0);
}
.product .gongyi  img{
    max-width: 100% !important;
}
.product .gongyi  video{
    max-width: 90%;
    margin: 0 auto;
}
.product .gongyi  p{
    font-size: 18px;
    line-height: 2em;
}

/*资料下载*/
.product .download{
	margin-bottom: 40px;
}
.product .download h3{
    font-size: 38px;
    font-weight: bold;
    margin: 50px 0 25px;
}
.product .download .text{
    height: 332px;
    background: #F7F8FA url(../images/download.jpg) right bottom;
}
.product .download .img{
    float: left;
    width: 332px;
    height: 332px;
    line-height: 332px;
    text-align: center;
    padding: 0 60px;
    background: #E8E8E8;
    box-sizing: border-box;
}
.product .download .txt{
    margin-left: 332px;
    padding: 60px 0 0 60px;
}
.product .download .txt h4{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
}
.product .download .txt p{
    margin-top: 15px;
    color: #999;
    text-indent: 1em;
}

/*客户案例*/
.product .case h3{
    font-size: 38px;
    font-weight: bold;
    margin: 70px 0 40px;
}
/* .product .swiper-slide a{
    position: relative;
    display: block;
    height: 302px;
    overflow: hidden;
}
.product .swiper-slide a:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0, .38);
}
.product .swiper-slide img{
    width: 100%;
    height: 302px;
    object-fit: cover;
}
.product .swiper-slide div{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 15px;
    color: #fff;
    z-index: 9;
}
.product .swiper-slide div h4{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.product .swiper-container{
    padding-bottom: 30px;
}
.product .swiper-pagination-bullets{
    bottom: 0;
}
.swiper-pagination-bullet-active{
    background: #D40415;
} */

.features{
    display: flex;
    flex-wrap: wrap;
}
.features li{
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.features li p{
    line-height: 1.75em;
    margin: 10px 20px;
    text-align: center;
}
.features li p span{
    display: none;
}
.features li img{
    width: auto !important;
}
