.top{
	height:50px;
}
.ht-navbar-default{
	background:#2D76BB;
}
ul li a{
	color:#fff;
	outline:none;
}
.container{
	width:1200px;
}
.header .select{
	background: #eeeeee;
	color:#23527c;
}

/*模块一内容部分*/
.module1{
	letter-spacing:2px;
	line-height:1.8em;
	height:500px;
}
.module1contentframe{
	width:250px;
	height:280px;
	text-align:center;
	border:1px solid #ddd;
	border-radius:10px;
	margin:20px 0px 0px 40px;
}
.module1wordframe{
	color:#E7EAF0;
}
.module1wordframe h4{
	margin-top:50px;
}
/*模块二内容部分*/
.module2{
	letter-spacing:2px;
	line-height:1.8em;
	height:450px;
	background:#F4F4F4;
}
.module2contentframe{
	width:230px;
	height:230px;
	text-align:center;
	margin:20px 0px 0px 10px;
}
*{
	margin:0;padding:0;list-style-type:none;
}/*清楚内外默认边距*/
.module2frame{
	width:1000px; 
	overflow:hidden;
	margin:100px auto;
}
.module2frame ul li{
	width:230px;
	height:230px;
	float:left;
	margin:0 20px 0px 0;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.module2frame .txt{
	width:230px;
	height:40px; 
	background:url(../images/1px.png) repeat;
	position:absolute;l
	eft:0;
	bottom:0;
	color:#fff;
	font-family:"微软雅黑";
}
.module2frame .txt h3{
	font-size:14px;
	font-weight:100;
	height:10px;
	margin-top:13px;
	text-align:center;
}
.module2frame .txt p{
	font-size:14px;
	text-align:center;
}

/*模块三内容部分*/
.module3{
	letter-spacing:2px;
	line-height:1.8em;
	min-height:1150px;
}
.module3contentframe{
	width:310px;
	margin:20px 0px 0px 10px;
}
.module3imgframe{
	width:310px;
	height:240px;
}
.module3wordframe{
	width:280px;
	margin:auto;
	letter-spacing:1px;
}
.module3_title{
	margin-top:50px;
}
.module3_title span{
	padding-left:5%;
}
.module3_time{
	margin-top:10px;
}
.module3_time span{
	padding-left:4%;
	color:#666;
}

/*模块四内容部分*/
.module4{
	line-height:1.8em;
	background:#F4F4F4;
}
.module4contentframe{
	width:310px;
	height:235px;
	color:#DFDFDF;
	background:#666666;
	margin:20px 0px 0px 10px;
	overflow: hidden;
}

.clearfloat{
	clear: both;
}

/*模块五内容部分*/
.module5{
	height:900px;
	background:#fff;
}
