@charset "gb2312";
.sys1 {
	background-color: #FFF;
	width: 1200px;
	height: 600px;
	border: 0px;
	margin: auto;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	
}
.sys2 {
	width: 400px;
	height: 520px;
	border: 0px;
	border-top:2px solid #00CC00;
	box-shadow: 0 0 10px #ccc;
	padding: 10px;
	margin: auto;
	margin-top:30px;
	text-align:left;
	font-size: 16px;
	color:#666666;
	line-height:30px;
	float:left;
	margin-left:130px;
	-webkit-transition: all .5s; 
	-moz-transition: all .5s; 
	-ms-transition: all .5s; 
	-o-transition: all .5s; 
	transition: all .5s;
}
.sys2:hover {
	border: 1px solid #00CC00;
	border-top:2px solid #00CC00;
}
.banner10 {
	width:100%;
	height:450px;
	margin: auto;
	line-height:80px;
	overflow:hidden;
	color:#FFF;
	font-size:50px;
	font-family:"ºÚÌå";
	background-color:#fff;
	background-position:center;
}