@charset "utf-8";
/* CSS Document */

.process-box{
	width:100%;
	height:auto;
	margin-top:50px;
}
.step{
	width:100%;
	height:auto;
	overflow:hidden;
}
.step-left{
	width:55px;
	height:auto;
	float:left;
	font-size:15px;
	color:#666666;
	line-height:15px;
}
.step-right{
	width:640px;
	float:left;
	background:url(../images/step-line.png) 5.5px 50px repeat-y;
	padding-bottom:40px;
}
.step-img{
	width:11px;
	height:11px;
	float:left;
}
.step-content{
	width:595px;
	height:auto;
	float:left;
	margin-left:12px;
}
.step-img2{
	width:43px;
	height:30px;
	float:left;
}
.step-word{
	width:550px;
	height:auto;
	float:left;
}
.step-word p font{
	font-size:15px;
}
.step-word p.line1{
	line-height:15px;
}
.step-word p.line2{
	margin-top:10px;
}
.step-word .grey{
	color:#666666;
}
.step-word .blue{
	color:#ca4341;
}
.step-last .step-right{
	padding-bottom:0px;
}