.logo h1{
	font-family: "华文仿宋","隶书";
	margin: 0px;
	width: 80%;
	display: inline-block;
	line-height: 60px;
	position: relative;
	top: 12px;
	left: 10px;
	font-size: 2em;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.logo{
	text-align: left;
	color: white;
	background-color: #565656;
}
.logo img{
	position:relative;
	top:-20px;
	width: 70px;
	display: inline-block;
}
.header{
	border-bottom: 2px solid #dddddd;
	margin:0 auto 5px auto;
}
.heading{
	left: 0;
	box-sizing: border-box;
	padding: 10px 10%;
	position: fixed;
	width:100% ;
	background-color:#565656;
	z-index: 999;
	border-bottom: 3px solid #eeeeee;
}
.heading:after{
	position: relative;
	height: 100%;
	content: "";
}
.header .title{
	background:#dddddd;
	padding:5px 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #565656;
	/*font-weight: bold;*/
	font-size: 1.5em;
	/*font-family: "宋体";*/
}
body{
	background-color: #eeeeee;
}
.content{
	margin: 120px auto 10px auto;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	overflow: hidden;
	background: white;
}

.pro{
	width: 100%;
	position: relative;
	background-color: #565656;
}
.pro span{
	
}
.details{
	overflow: hidden;
	position: relative;
}
.details div{
	/*transition: .5s;*/
	/*display: none;*/
	/*position: absolute;*/
	left: 0;
	top: 0;
}
div.details:first-child{
	display: block;
}
.oh{
	list-style: none;
}
.processorBox li {float: left;width:33.333%;}
.step_inner {color: #FFFFFF;text-align: center;width: 100px;margin: 0 auto;}
.step_line {width: 720px;background-color: #9E9F9F;height: 6px;position: absolute;top: 50%;left: 50%;margin: -18px auto auto -360px;z-index: 1;}
.icon_step{
	border-radius: 100%;
	background: #aaa;
	display: block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	
}
.step_inner{
	text-align: center;
	
}
.processorBox{
	position: relative;
	overflow: hidden;
	margin: 0px 0 10px 0;
	padding: 20px 0;
	box-sizing: border-box;
}
.baseInfo{
	overflow: hidden;
}
.accRegister{
	overflow: hidden;
}
.line{
	position:absolute;
	width: 65%;
	height: 2px;
	left: 17%;
	top: 39px;

	border-bottom: 5px solid #999;
}
.step_inner h4{
	text-align: center;
	font-size: 14px;
}
.active div span{
	background-color: #64BD2E;
	color: white;
}
.active div h4{
	color: #64BD2E;
}
.dividing_line{
	position: relative;
	width: 95%;
	height: 1px;
	background-color:#bbb ;
	left: 0;
	margin:10px auto;
}
.btn_group{
	position: relative;
	padding:0 20px 20px 0;
}
label.control-label{
	font-weight: normal;
	line-height: 35px;
}
.form-group{
	margin-bottom: 20px;
	overflow: hidden;
}
.form-group label{
	text-align: right;
	font-size: 1.2em;
}
.jumbotron{
	background-color: white;
}
