.register-box{
    width: 1024px;
    padding-bottom: 90px;
    background: #fff;
    border: 1px solid #e8e8e8;
    margin: auto;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 50px;
}
.pic{
    background: url(imgflow.png);
    height: 147px;
    width: 793px;
    margin: 22px auto 65px auto;
}
.register{
    width: 318px;
    border-radius: 2px;
    padding: 0 20px;
}
.register h3{
    text-align: center;
    border-bottom: 1px dashed #dadada;
    height: 68px;
    line-height: 68px;
    font-size: 18px;
    color: #5b5c5c;
}
.register p{
    font-size: 14px;
    line-height: 18px;
    margin: 15px auto 20px;
    color: #5b5c5c;
}
.register .click{
    margin: auto auto 30px auto;
    width: 80px;
}
.business{
    border: 1px solid #dadada;
    float: left;
    margin-left: 112px;
    background: url(imgzhucebg1.png);
}
.business h3{
	padding-left:20px;
    background: url(imgzhuce1_2.png) no-repeat;
    background-position: 60px center;
}
.serve{
    border: 1px solid #dfbd98;
    float: right;
    margin-right: 112px;
    background: url(imgzhucebg2.png);
}
.serve h3{
    background: url(imgzhuce1_3.png) no-repeat;
    background-position: 65px center;
}