.stepmsg{
    height: 450px;
    background-color: #7D644E;
    margin-top: -150px;
    position: relative;
}
.stepmsg .stepmsg_top{
    height: 150px;
    background-color: #79604A;
    margin-top: -150px;
}
.stepmsg_top .stepmsg_top_p1{
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
    padding-top: 40px;
}
.stepmsg_top .stepmsg_top_p2{
    text-align: center;
    font-size: 14px;
    color: #E8E5E3;
    padding-top: 25px;
}
.stepmsg_center{
    font-size: 0;
    overflow: hidden;
}
.stepmsg_center .stepmsg_center_li{
    height: 300px;
    width: 300px;
    display: inline-block;
    vertical-align: top;

}
.stepmsg_center_li .stepmsg_center_li_top{
    padding-top: 40px;
    height: 55px;
    font-size: 0;

}
.stepmsg_center_li_top .leftNum{
    padding-left: 20px;
    height: 55px;
    font-size: 55px;
    line-height: 58px;
    color: #BCB0A5;
    display: inline-block;
    vertical-align: top;
}
.stepmsg_center_li_top .rightMsg{
    width: 210px;
    height: 54px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #A29181;
    margin-left: 6px;
}
.rightMsg p{
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 3px;
}
.rightMsg .rightMsg_p1{
    margin-top: 10px;
}
.stepmsg_center_li_center{
    height: 205px;
    width: 300px;
    position: relative;
    transition:0.5s;
    transform-style:preserve-3d;

}
.stepmsg_center_li_center img{
    width: 60px;
    height: 60px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    backface-visibility:hidden;
}
.stepmsg_center_li_center .stepmsg_center_li_center_imgbox1{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 70px;
    left: 120px;
    backface-visibility:hidden;
    z-index: 2;
}
.stepmsg_center_li_center .stepmsg_center_li_center_imgbox2{
    width: 150px;
    height: 150px;
    position: absolute;
    backface-visibility:hidden;
    top: 30px;
    left: 62px;
}
.stepmsg_center_li_center .stepmsg_center_li_center_imgbox2 img{
    width: 150px;
    height: 150px;
}
.stepmsg_center_li_center .stepmsg_center_li_center_imgbox2{transform:rotateY(-180deg);}
.stepmsg_center_li1 .change1:hover .stepmsg_center_li_center{transform:rotateY(180deg);}
.stepmsg_center_li2 .change1:hover .stepmsg_center_li_center{transform:rotateY(180deg);}
.stepmsg_center_li3 .change1:hover .stepmsg_center_li_center{transform:rotateY(180deg);}
.stepmsg_center_li4 .change1:hover .stepmsg_center_li_center{transform:rotateY(180deg);}
