@charset "utf-8";
body{
	font-family: "Microsoft Yahei";
	background:url(../images/bg.jpg) repeat-y #F2F9FB center 0;
}
.nav{
	margin:-35px auto 50px;
	width:1130px;
	background:#5FB887;
	line-height:40px;
}
.nav ul{
	margin-left:25px;
}
.nav ul li{
	float:left;
	display:inline-block;
	margin:0 10px;
}
.nav ul li a{
	color:#FFF;
	font-size:15px;
	text-decoration:none;
}
.nav ul li a:hover{
	color:#204D35;
}

.title0{
	background:url(../images/title0.png) no-repeat;
	width:1080px;
	margin:15px auto;
	height:52px;
}
.title1{
	background:url(../images/title1.png) no-repeat;
	width:1120px;
	margin:15px auto 30px;
	height:52px;
}
.title2{
	background:url(../images/title2.png) no-repeat;
	width:1120px;
	margin:30px auto;
	height:52px;
}
.top100, .top10{
	width:1120px;
	margin:0 auto 40px;
}
.top100 th, .top10 th{
	background:#d3eaef;
	color:#275891;
	text-align:center;
}
.top100 th, .top100 td, .top10 th, .top10 td{
	line-height:24px;
	border:#d3eaef 1px solid;
	padding:5px;
}
.top10 td{
	text-align:center;
}
.mainten, .main{
	width:1120px;
	margin:0 auto;
}
.mainten ul li{
	float:left;
	margin:16px 15px;
	width:250px;	
}
.mainten ul li h3{
	background:#D3EAEF;
	width:245px;
	margin:8px 0;
	line-height:30px;
	color:#275891;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.mainten ul li div{
	color:#265891;
	line-height:24px;
}

.main ul li{
	float:left;
	margin:16px 20px;	
}
.main ul li .pic{
	border:#d4e5f8 1px solid;
	padding:4px;
	margin-right:8px;
}
.main ul li .pic img{
	width:103px;
	height:103px;
}
.main ul li .text{
	width:210px;
	color:#275891;
	line-height:22px;
}
.main ul li .text span{
	font-weight:bold;
}

div.box {
		height: 55px;
/* 				overflow: hidden; */
	}
	div.resize {
	}
	div.resize div.box {
		position: absolute;
		width: 40%;
		height: 150px;
	}
	div.resize div.box.before {
		right: 50%;
		margin-right: 10px;
	}
	div.resize div.box.after {
		left: 50%;
		margin-left: 10px;
	}
	div.box.opened
	{
		height: auto;
	}
	div.box .toggle .close,
	div.box.opened .toggle .open
	{
		display: none;
	}
	div.box .toggle .opened,
	div.box.opened .toggle .close
	{
		display: inline;
	}
div.box a{
	color:#C00;
}