/* 首页样式 */

#index{
	width:100%;
	min-width:980px;
	margin:0px auto;
	border-top:3px solid #11304f;
}

#header-line{
	height:3px;
	overflow:hidden;
	width:100%;
	min-width:980px;
	background:#11304f;
}

#header{
	width:100%;
	min-width:980px;
	background:url(images/index-header.jpg) no-repeat center top;
	margin-top:-3px;
}

#header .box{
	width:980px;
	margin:0px auto;
	height:213px;
}

#header .text{
	height:96px;
	width:645px;
	overflow:hidden;
	padding-top:33px;
	margin-left:287px;
	color:#fff;
	line-height:32px;
	font-family:"Microsoft Yahei","黑体";
	font-size:14px;
}

#header .nav{
	height:38px;
	line-height:38px;
	overflow:hidden;
	color:#c7dbe2;
	margin-top:25px;
	padding:0px 30px 0px 15px;
}

#header .nav a{
	color:#c7dbe2;
}

#header .nav .left a{
	margin:0px 5px;
}

#header .nav .icon1{
	margin-right:37px;
	background:url(images/nav-icon1.gif) no-repeat left center;
	padding:3px 0px 3px 27px;
}

#header .nav .icon2{
	background:url(images/nav-icon2.gif) no-repeat left center;
	padding:3px 0px 3px 27px;
}

#layout1 ul li{
	width:940px;
	padding:20px;
	background:#fff;
	margin-top:5px;
	position:relative;
	*margin-bottom:-4px;
}

#layout1 ul .first{
	background:#d3d3d3;
	margin-top:0px;
}

#layout1 ul li .textbg{
	position:absolute;
	left:20px;
	bottom:20px;
	height:44px;
	width:940px;
	background:#000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

#layout1 ul li p{
	position:absolute;
	left:20px;
	bottom:20px;
	height:44px;
	line-height:44px;
	font-size:22px;
	font-weight:bold;
	font-family:"Microsoft Yahei","黑体";
	padding-left:35px;
	color:#fff;
}

#layout1 ul li p a{
	color:#fff
}

#layout1 ul li p span{
	color:#f8d20d;
}

#layout1 ul li img{
	margin:0px auto;
}

#layout2{
	background:#fff;
	margin-top:7px;
	padding-bottom:40px;
}

#layout2 .list ul{
	zoom:1;
}

#layout2 .list ul li{
	float:left;
	display:inline;
	width:215px;
	height:160px;
	overflow:hidden;
	position:relative;
	margin:25px 15px 0px 15px;
}

#layout2 .list ul li .textbg{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:24px;
	background:#000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

#layout2 .list ul li p{
	position:absolute;
	left:0px;
	bottom:0px;
	height:24px;
	line-height:24px;
	overflow:hidden;
	font-size:14px;
	font-weight:bold;
	font-family:"Microsoft Yahei","黑体";
	padding:0px 5px;
}

#layout2 .list ul li p a{
	color:#fff;
}

#layout2 .page{
	margin-top:40px;
	text-align:center;
}

#layout2 .page a{
	margin:0px 9px;
	border:1px solid #d7d7d7;
	color:#347d91;
	font-size:14px;
	background:url(images/page-bg1.gif) no-repeat center center;
	padding:5px 9px;
}

#layout2 .page a:hover{
	text-decoration:none;
}

#layout2 .page .current{
	border:1px solid #7da5b2;
	background:url(images/page-bg2.gif) no-repeat center center;
	color:#fff;
}