@charset "UTF-8";
.header{
	position:relative;
	height:220px;
	width:100%;
	background:#449d59;
	text-align:center;
}
.header img.banner-img{
	border:0;
	margin-top:45px;
}
.banner-3d-l{
	 position:absolute;
	left:0;
	width:50%;
	height:100%;
	/*background:url('../images/banner-left.png') no-repeat; */
}
#particles-js{
	width:100%;
}
.banner-3d-r{
	position:absolute;
	right:0;
	width:50%;
	height:100%;
	/* background:url('../images/banner-right.png') no-repeat; */
	background-position:right
}
.ggao{
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;
	background:rgba(250,250,250,.2)
}
.ggao-w{
	width:1100px;
	height:24px;
	margin:0 auto;
	margin-top:13px;
	text-align:left;
}
.ggao-w >img {
	margin-left:1px;
	/* vertical-align:middle; */
}
.ggao-w >.message {
	display:inline-block;
	height:24px;
	line-height:24px;
	overflow:hidden;
	margin-left:10px;
	color:#fff;
}
.width-50{
	width:50%;
	float:left;
}
.modules{
	/* height:248px; */
	height:166px;
	width:100%;
	margin:0;
}
.modules-banner{
	float:left;
	height:100%;
	width:20%;
	/* width:160px; */
	background:#449d59;
}
.modules a{
	float:left;
	display:block;
	width:100%;
	margin:39px 0 40px 0;
	color:#fff;
	text-align:center;
}
.modules a img{
	border:0;
	height:45px;
}
.modules a .textspan{
	display:block;
	padding-top:10px;
	/* line-height:36px; */
}
.modules-list{
	/* float:left; */
	margin-left:26%;
	width:74%;
	height:160px;
	padding:2px 0;
	overflow:hidden;
}
.modules-list ul .modules-li {
	line-height:32px;
	height:32px;
	background:url('../images/list-type.png') no-repeat;
	background-position:0 center;
	padding-left:18px;
	padding-right:10px;
}
.modules-list ul .modules-li a{
	margin:0;
	color:#595758;
	text-align:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mores{
	
	position:absolute;
	top:245px;
	right:8%;
	text-align:right;
	font-size:16px;
}
.mores >a.morea{
	display:none;
}
