.content{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 90px;
}
.img_div{
    position: relative;
    float: left;
    width: 430px;
    height: 313px;
    background: url('../images/back3.png') no-repeat right bottom;

}
.img_div span{
    position: absolute;
    left: 0;
    top: 0;
    width: 409px;
    height: 292px;
    overflow: hidden;
}
.img_div span img{
    width: 409px;
    height: 292px;
    transition: 0.5s;
}
.img_div span img:hover{
    transform: scale(1.3);
}
.cont{
    width: 712px;
    float: right;
}
.cont h4{
    font-size: 26px;
    color: #00824a;
    font-weight: bold;
    margin-bottom: 10px;
}
.cont p{
    color: #5a5a5a;
    font-size: 14px;
    text-indent: 2em;
    line-height: 30px;
}
.contp{
    margin-top: 30px;
    
}
.contp p{
    color: #5a5a5a;
    font-size: 14px;
    line-height: 30px;
}
.cont_product{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 78px;
}
.cont_product h4{
    font-size: 34px;
    color: #5a5a5a;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
#swiper{
    width: 1100px;
    margin: 0 auto;
}
#swiper .swiper-wrapper{
    width: 1100px;
    margin: 0 auto;
}
#swiper .swiper-wrapper img{
    width: 349px;
    height: 249px;
}
#swiper .swiper-wrapper p{
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}