
/*首页办公系统功能start*/
.group-content{
	width: 1200px;
	margin:0px auto;
	overflow:hidden;
}
.group-top{
	text-align: center;
}
.group-caption1{
	padding-top: 70px;
	color: #3d464d;
	font-size: 32px;
	text-align: center;
}
.group-caption2{
	display: inline-block;
	width: 73px;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 60px;
	background: #39ba60;
}
.group-step{
	float: left;
	width: 300px;
	height: 400px;
	color: #fff;
}
.step-artical{
	position: relative;
}
.step-artical img{
	vertical-align: top;
	width:300px;
	height:300px;
}
.step-artical .step-introduce{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	padding:30px 25px 0px 25px;
	background-color:#ff9768;
	cursor: pointer;
	font-size:14px;
	text-align:center;

}
.step-title{
	display: inline-block;
	width: 300px;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	font-weight:bold;
	text-align: center;
}
.step1-title{
	background: #757984;
}
.step2-title{
	background: #9495a3;
}
.oa_con{ font-size:18px; margin-top:20px; }
/*首页办公系统功能end*/
