img { border: 0 none; vertical-align: center; }
ul, li { list-style-type: none;}
body, input, select, button, textarea { font-family:"微软雅黑";  }	/*设置默认字体*/
button { cursor: pointer; }
i, em, cite { font-style: normal; }
a{ color: #000; text-decoration: none; }/*设置a标签基本样式与伪类选择器设置*/
a:visited {}
a:active, a:hover { text-decoration: none; color:#d00000; }
a:focus { outline: none; } 
.orange { color:#F26E01;}

.clear:after {
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	clear:both;
}

/*加盟流程结构样式*/
.Join {
	width: 100%;
	background: #eaeaea;
	border-top: 0.1em solid #eaeaea;
	border-bottom: 0.1em solid #eaeaea;
}
.step {
	width: 94%;
	height: 5em;
	background: #ffffff;
	margin: 1em auto;
	border-radius: 2.5em;
	/*border: 1px solid black;*/
}
.step_left {
	width: 12%;
	float: left;
	margin: 1.1em 0.5em 0 0.5em;
}
.step_right {
	width: 80%;
	float: left;
	/*border: 1px solid red;*/
}
.step_right h1 {
	font-size: 1em;
	line-height: 150%;
	font-weight: 400;
	margin: 0.4em 0 0 0;
}
.step_right h2 {
	font-size: 0.8em;
	line-height: 150%;
	font-weight: 400;
	color: #666666;
	margin: 0 0 0.4em 0;
}