@charset "utf-8";
/* CSS Document */
.top{
	width: 100%;
	overflow: hidden;
	line-height: 37px;
	border-bottom: 1px solid #d9d9d9;
}
.top_left{
	float: left;
	color: #666666;
}
.top_right{
	float: right;
	color: #666666；
}
.top_right a { color: #666; }
.header{
	width: 100%;
	overflow: hidden;
	margin: 30px auto;
}
.logo{
	width: 515px;
	height: 65px;
	float: left;
}
.header_lxwm{
	width: 309px;
	height: 51px;
	float: right;
	margin-top: 7px;
}
/*导航*/
.navigation{
	width: 100%;
	height: 48px;
	background: url(../images/navbg.jpg);
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.nav{ 
	width: 1200px;
	margin: 0 auto;
	height:48px; 
	line-height:48px; 
	position:relative; 
	z-index:1;  
	background: url(../images/line.jpg) left no-repeat;
}
.nav a{ color:#fff;  }
.nav .nLi{ 
	float:left;  
	position:relative; 
	display:inline;  
}
.nav .nLi h3{ float:left;  }
.nav .nLi h3 a{ 
	display:block; 
	width: 133px;
	font-size:16px; 
	font-weight: normal; 
	background: url(../images/line.jpg) right no-repeat; 
	text-align: center;
}
.nav .sub{ 
	display:none; 
	width:130px; 
	left:0; 
	top:49px;  
	position:absolute; 
	background:#287d82;  
	line-height:30px; 
	padding:5px 0;  
}
.nav .sub li{ zoom:1; }
.nav .sub a{ display:block; text-align: center; }
.nav .sub a:hover{ background:#1f7479; color:#fff;  }
.nav .on h3 a{ background: url(../images/nav.png) no-repeat; color:#fff;   }

/*banner*/
.slideBox{ 
	width:1920px; 
	height:450px; 
	overflow:hidden; 
	position:relative; 
}
.slideBox .hd{ 
	height:11px; 
	overflow:hidden; 
	position:absolute; 
	left:840px; 
	bottom:23px; 
	z-index:1; 
}
.slideBox .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	float:left;  
}
.slideBox .hd ul li{ 
	float:left; 
	margin-right:10px;  
	width:50px; 
	height:11px; 
	text-align:center; 
	background:#fff; 
	cursor:pointer; 
}
.slideBox .hd ul li.on{ background:#287d82;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:1920px; height:450px; display:block;  }

.main{
	width: 100%;
	overflow: hidden;
	background: #287d82;
}
.mainBody{
	width: 1240px;
	margin: 0 auto;
	overflow: hidden;
	background: #ffffff;
	padding-bottom: 10px;
}
.main_left{
	width: 300px;
	float: left;
	margin-left: 20px;
	display: inline;
	margin-top: 20px;
}


.sideMenu{ 
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: -7px;
	box-shadow:0 3px 8px 1px #ccc;
}
.sideMenu h3{ 
	float: left;
	width: 100%;
	height: 59px;
	line-height: 59px;
	background: url(../images/bt.jpg) bottom no-repeat;
}
.sideMenu h3.last{ background: none; }
.sideMenu h3.on{
	background: url(../images/bt.jpg) bottom no-repeat;
}
.sideMenu h3 a{ 
	display: block;
	width: 100%;
	height: 59px;
	background: url(../images/plus.jpg) 38px no-repeat;
	cursor:pointer; 
}
.sideMenu h3 a.on span{
	color:#287d82;
}
.sideMenu h3 a span{
	padding-left: 55px;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}
.sideMenu ul{ width: 100%; height: 378px; overflow: hidden; display:none; /* 默认都隐藏 */ }

.sideMenu ul li{
	width: 100%;
	float: left;
	line-height: 40px;
	background: url(../images/lib.jpg) 47px no-repeat;
}
.sideMenu ul li a{
	padding-left: 60px;
	font-size: 16px;
	color: #333333;
}

.style{
	width: 100%;
	float: left;
	overflow: hidden;
}

.corporate{ 
	width:300px; 
	height:260px; 
	overflow:hidden; 
	position:relative; 
	margin-top: 15px;
	float: left;
}
.corporate .hd{ 
	width: 100%;
	height:42px; 
	overflow:hidden; 
	position:absolute; 
	left:0; 
	bottom:0; 
	z-index:1; 
	background: #e9f2fc;
	text-align: center;
}
.corporate .hd ul{ overflow:hidden; text-align: center; zoom:1; float:left;  }
.corporate .hd ul li{ 
	float:none;
	display: inline-block; 
	margin-left:15px; 
	margin-top: 20px; 
	width:30px; 
	height:10px; 
	background:#fff; 
	cursor:pointer; 
}
.corporate .hd ul li.on{ background:#287d82;}
.corporate .bd{ position:relative; height:100%; z-index:0;   }
.corporate .bd li{ zoom:1; vertical-align:middle; }
.corporate .bd img{ width:294px; height:211px; padding: 3px; display:block;  }


.column{
	float: left;
	width: 100%;
	height: 38px;
	line-height: 38px;
	border:1px solid #e2e2e2;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
}
.column h3{
	width: 192px;
	float: left;	
	background: #287d82;
	color: #fff;
	font-size: 16px;
	padding-left: 14px;
}
.column h3 span{
	font-weight: normal;
	font-size: 12px;
	padding-left: 10px;
}
.column a{
	float: right;
	margin-right: 10px;
	color: #000;
	font-size: 12px;
}




/*右侧*/
.main_right{
	width: 880px;
	float: left;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 20px;
	display: inline;
}
.subContent{
	width: 880px;
	float: left;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 20px;
	display: inline;
	min-height: 800px;
}
/*友情链接*/
.link{
	width: 1200px;
	height: 40px;
	margin: 20px auto;
	overflow: hidden;
	border: 1px solid #cecece;
}
.link_title{
	width: 105px;
	height: 40px;
	float: left;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 16px;
	background: #fff;
	position: relative;
	z-index: 1;
}
.link_list{
	width: 1100px;
	float: left;
	line-height: 40px;
	margin-left: -5px;
	font-size: 14px;
	color: #333;
	display:inline;
}
.link_list li{
	display: inline-block;
}
.link_list li a{
	font-size: 14px;
	color: #333;
	padding: 0 5px;
}

.footer{
	width: 100%;
	background: #666;
	overflow: hidden;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer p{
	line-height: 35px;
	color: #fff;
	font-size: 14px;
}
.footer p a{
	font-size: 14px;
	color: #fff;
	padding: 0 5px;
}


/*内页*/
.lefter{
	width: 100%;
	float: left;
	border-top: 1px solid #e5e5e5;
}
.lefter_title{
	width: 100%;
	width: 300px;
	height: 82px;
	line-height: 82px;
	margin-top: 10px;
	float: left;
	background: url(../images/lefter.jpg) no-repeat;
}
.lefter_title b{
	font-size: 20px;
	color: #fff;
	float: left;
	padding-left: 20px;
}
.lefter_title span{
	float: left;
	padding-left: 10px;
	line-height: 90px;
	color: #fff;
}
.lefter .sideMenu{
	padding-bottom: 15px;
	margin-top: 0px;
	box-shadow: 0 5px 8px 1px #ccc;
}
.lefter .sideMenu h3{
	line-height: 45px;
}
.lefter .sideMenu h3 a{
	background: url(../images/plus.jpg) 38px 19px no-repeat;
}

.main_title{
	width: 878px;
	height: 38px;
	line-height: 38px;
	float: left;
	border: 1px solid #ccc;
}
.main_title span{
	padding-left: 20px;
}
.main_title span a{
	color: #000;
}
