.fit,.step{
	margin: 0 auto;
	width: 1100px;
}
.fit-left,.fit-right{
	display: inline-block;
}
.fit-left img{
	vertical-align: middle;
	width: 470px;
}
.fit-right p{
	    width: 550px;
    letter-spacing: 2px;
    color: #999999;
    text-indent: 33px;
}
.fit-right{
	width: 600px;
	margin-left: 25px;
	float: right;
    margin-top: 30px;
}
.dotted{
	border: 1px dotted #d5d5d5;
    height: 41px;
    width: 312px;
    line-height: 41px;
   
}

.dotted label{
	font-weight: 800;
	margin-left: 30px;
}
.dotted font{
	color: #838383;
}
.step-nav{
	width: 510px;
	height: 380px;
	margin: 25px 18px;
	display:inline-table;
	-moz-box-shadow: 3px 5px 20px #DBDBDB, 1px 4px 16px #DBDBDB;
	-webkit-box-shadow: 3px 5px 20px #DBDBDB, 1px 4px 16px #DBDBDB;
	box-shadow: 3px 5px 20px #DBDBDB, 1px 4px 16px #DBDBDB;
}
.step-nav label{
	color: #FEA413;
    font-size: 50px;
    font-weight: 800;
    display: block;
    width: 200px;
    margin-top: 15px;
    margin-left: 14px;
}
.step{
    margin-top: 50px;
    margin-bottom: 40px;
}
.step-nav font{
	font-size: 20px;
    font-weight: 900;
    margin-left: 20px;
}
.step-nav i{
	height: 5px;
    width: 56px;
    background-color: #FEA413;
    display: block;
    margin-top: 6px;
    margin-left: 20px;
}
.step-nav div{
	height: 246px;
}
.step-nav p{
	margin-left: 20px;
    color: #999999;
        padding: 0 5px;
}
.half p{
	width: 217px;
	display: inline-flex;
	    margin: 0;
    margin-left: 20px;
    height: 47px;
}
.training{
	display: inline-block;
	height: 250px;
	width: 520px;
	margin: 15px 13px;
	position: relative;
	-moz-box-shadow: 3px 5px 20px #DBDBDB, 1px 4px 16px #DBDBDB;
	-webkit-box-shadow: 3px 5px 20px #DBDBDB, 1px 4px 16px #DBDBDB;
	box-shadow: 3px 5px 20px #DBDBDB, 1px 4px 16px #DBDBDB;
}
.training-right,.training-left{
	display: inline-block;
}
.training-right label,.training-right i,.training-right font,.training-right input{
	display: block;
	position: absolute;
}
.training-right label{
    top: 30px;
    right: 60px;
    font-size: 20px;
    font-weight: 800;
 }
 .training-right i{
    background-color: #999999;
    width: 66px;
    height: 2px;
    top: 78px;
    right: 77px;
 }
 .training-right font{
     color: #999999;
    top: 116px;
    right: 27px;
 }
 .training-right input{
    top: 186px;
    cursor:pointer;
    width: 80px;
    height: 30px;
    padding-left: 10px;
    color: #999999;
    right: 70px;
    background: url(/newToneas/image/cx.png)no-repeat;
    background-position: 50px 9px;
    border: 1px solid #999999;
 }