.yewu .left,
.about .w1300 .title,
.about .w1300 .mid .left,
.new .w1300 .newN{    
    transition: all 0.6s;
    transform: translateX(-120px);
    opacity: 0;
}
.yewu .excessive,
.about .w1300 .excessive,
.about .w1300 .mid .excessive,
.product-number-info .product-number-inner .excessive,
.new .w1300 .excessive{
    transform: translateY(0) !important;
    opacity: 1 !important;
}
.yewu .right,
.about .w1300 .mid .right{
    transition: all 0.6s;
    transform: translateX(120px);
    opacity: 0;
}
.about .w1300 .bot,
.product-number-info .product-number-inner .clearfix{
     transition: all 0.6s;
    transform: translateY(120px);
    opacity: 0;
}