@charset "gb2312";
.sys1 {
	width: 1200px;
	height: 490px;
	border: 0px;
	margin: auto;
	text-align:left;
	font-size:16px;
	line-height:30px;
	text-align:center;
}
.sys2 {
	width: 480px;
	height: 230px;
	overflow:hidden;
	background-color:#FFF;
	border: 2px solid #ccc;
	border-top:2px solid #FF6600;
	box-shadow: 0 0 10px #ccc;
	padding: 40px;
	margin: auto;
	text-align:left;
	font-size: 16px;
	color:#666666;
	line-height:30px;
	float:left;
	margin-top:30px;
	margin-left:10px;
	-webkit-transition: all .5s; 
	-moz-transition: all .5s; 
	-ms-transition: all .5s; 
	-o-transition: all .5s; 
	transition: all .5s;
}
.sys2:hover {
	border: 2px solid #FF6600;
	-webkit-transform:scale(1.1,1.1);
	box-shadow: 0 0 10px #999;
}