.contentIntroduce{
    padding-bottom: 60px;
}
.product{
    width: 100%;
    height: auto;
    padding-top: 43px;
}
.productTitle{
    font-size: 28px;
    color:rgba(0,0,0,0.85);
    text-align: center;
    margin-bottom: 86px;
}
.productCent{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
}
.productCent img{
    width: 100%;
    height: 100%;
}
.productLeft{
    width: 537px;
    height: 475px;
    margin-left: 48px;
    margin-right: 113px;
}
.productLeft img{
    width: 100%;
    height: 100%;
}
.productRight{
    flex: 1;
}
.productRight p{
    height: 42px;
    line-height: 42px;
    margin-bottom: 60px;
    color:rgba(0,0,0,0.65);
}
.productRight p:nth-child(1){
    margin-top: 90px;
}
.productRight p img{
    display: inline-block;
}
.productRight p span{
    display: inline-block;
    width: 40px;
    margin-right: 23px;
}
.productRight p:nth-child(1)>span>img{
    width: 22px;
    height: 41px;
}
.productRight p:nth-child(2)>span>img{
    width: 32px;
    height: 30px;
}
.productRight p:nth-child(3)>span>img{
    width: 27px;
    height: 29px;
}
.productRight p:nth-child(4)>span>img{
    width: 30px;
    height: 24px;
}
