@charset "utf-8";
/* CSS Document */


*{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
	color:#333;
}
a:hover{
    text-decoration: underline;
	color:#288ff8;
}
ul,li{
    list-style-type: none;
}
img{
    border: 0 none;
}
body{
	background:url(../images/bg_02.jpg) no-repeat  center 450px;
	width:100%;
    font-size: 14px;
    font-family:"微软雅黑",Verdana, Geneva, sans-serif;
    color: #333;
}
.banner{
	width:100%;
	height:450px;
	background:url(../images/b_01.png) no-repeat center;
	}
	
.nav{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #288FF8;
	margin-top: 10px;
	font-size: 16px;
	margin-bottom:20px;
}
.nav ul{
	width:960px;
	margin:0 auto;}
.nav ul li{
	float: left;
	width: 60px;
	text-align: center;
}
.nav ul li a{
	color: #FFFFFF;
}

.wrapper{
	width:960px;
	margin:0 auto;
	}
	
.wrapper .main_01{
	overflow:hidden;
	}
.wrapper .main_01 .main_01_left{
	float:left;
	width:410px;
	height:360px;}
.wrapper .main_01 .main_01_left .tit{
	font-size:20px;
	color:#fff;
	line-height:38px;
	padding-left:50px;
	width:410px;
	height:38px;
	background:url(../images/tit_04.png) no-repeat left;}
.wrapper .main_01 .main_01_left ul{
	margin-top:10px;
	width:410px;
	}
.wrapper .main_01 .main_01_left ul li a{
	width:390px;
	display:block;
	background:url(../images/tit_08.png) no-repeat left;
	line-height:30px;
	padding-left:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
	
	
	
/*======焦点图   开始====*/
.focus{
	position:relative;
	width:520px;
	height:350px;
	background-color:#000;
	}  /*更改整体的宽高*/
.focus img{
	width:520px;
	height:350px;} /*更改图片的宽高*/
.focus .shadow .title{
	width:400px;
	height:65px;
	padding-left:30px;
	padding-top:20px;}
.focus .shadow .title a{
	text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:bolder;
	overflow:hidden;}
.focus .btn{
	position:absolute;
	bottom:34px;
	left:510px;
	overflow:hidden;
	zoom:1;} 
.focus .btn a{
	position:relative;
	display:inline;
	width:13px;
	height:13px;
	border-radius:7px;
	margin:0 5px;
	color:#B0B0B0;
	font:12px/15px "\5B8B\4F53";
	text-decoration:none;
	text-align:center;
	outline:0;
	float:left;
	background:#D9D9D9;}  
.focus .btn a:hover,.focus .btn a.current{
	cursor:pointer;
	background:#fc114a;}  
.focus .fPic{
	position:absolute;
	left:0px;top:0px;}  
.focus .D1fBt{
	overflow:hidden;
	zoom:1;
	height:16px;
	z-index:10;}  
.focus .shadow{width:100%;
	position:absolute;
	bottom:0;left:0px;
	z-index:10;
	height:50px;
	line-height:50px;
	background:rgba(0,0,0,0.6);  
	filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
	display:block;
	text-align:left;} /*更改文字背景的颜色、宽高*/ 
.focus .shadow a{
	text-decoration:none;
	color:#fff;
	font-size:16px;
	overflow:hidden;
	margin-left:10px;
	font-family:"微软雅黑";} /*更改文字的大小、颜色*/ 
.focus .fcon{
	position:relative;
	width:100%;
	float:left;
	display:none;
	background:#000  }  
.focus .fcon img{
	display:block;}  
.focus .fbg{
	bottom:10px;
	right:20px;
	position:absolute;
	height:23px;
	text-align:center;
	z-index:200;}  /*调整圆点的位置*/
.focus .fbg div{
	margin:4px auto 0;
	overflow:hidden;
	zoom:1;
	height:14px}    
.focus .D1fBt a{
	position:relative;
	display:inline;
	width:12px;
	height:12px;
	border-radius:7px;
	margin:0 5px;
	color:#B0B0B0;
	font:12px/15px "\5B8B\4F53";
	text-decoration:none;
	text-align:center;
	outline:0;
	float:left;
	background:#D9D9D9;}    
.focus .D1fBt .current,.focus .D1fBt a:hover{
	background:#027ec6;}/*调整圆点被选中时的颜色*/    
.focus .D1fBt img{
	display:none}    
.focus .D1fBt i{
	display:none;
	font-style:normal;}  
	  
.focus .prev,.focus .next{
	position:absolute;
	width:40px;
	height:74px;
	background:url(../images/focus_btn.png) no-repeat;}
	/*插入的向前向后的箭头图片、箭头图片的宽高调整*/
.focus .prev{
	top:50%;
	margin-top:-37px;left:0;
	background-position:0 -74px;
	cursor:pointer;}  /*通过调整背景位置显示向前箭头*/
.focus .next{
	top:50%;
	margin-top:-37px;
	right:0;
	background-position:-40px -74px;
	cursor:pointer;} /*通过调整背景位置显示向后箭头*/  
.focus .prev:hover{
	background-position:0 0;}  
.focus .next:hover{
	background-position:-40px 0;}  
	
/*======焦点图   end====*/

.wrapper .main_01 .main_01_right{
	width:520px;
	height:365px;
	float:right;}
	
.wrapper .main_02{
	overflow:hidden;}	
	
.wrapper .main_02 .tit{
	width:960px;
	height:38px;
	background:url(../images/tit_11.png) no-repeat left;
	font-size:20px;
	color:#fff;
	line-height:38px;
	padding-left:50px;
	margin-bottom:10px;
	}	
.wrapper .main_02 .main_02_1{
	width:960px;
	overflow:hidden;}
	
.wrapper .main_02 .main_02_1 ul{
	float:left;
	width:450px;
	height:140px;
	padding:10px;
	border:solid 1px #bbb;
	margin-bottom:10px;
	}
.wrapper .main_02 .main_02_1 ul li img{
	margin-right:10px;
	float:left;
	}
.wrapper .main_02 .main_02_1 ul li p a{
	color:#027ec6;}
	
.wrapper .main_03{
	overflow:hidden;
	margin-bottom:20px;}	
	
.wrapper .main_03 .tit{
	width:960px;
	height:38px;
	background:url(../images/tit_11.png) no-repeat left;
	font-size:20px;
	color:#fff;
	line-height:38px;
	padding-left:50px;
	margin-bottom:10px;
	}	
.wrapper .main_03 img{
	float:left;
	margin-right:20px;
	}
.wrapper .main_04{
	overflow:hidden;
	margin-bottom:20px;}	
	
.wrapper .main_04 .tit{
	width:960px;
	height:38px;
	background:url(../images/tit_11.png) no-repeat left;
	font-size:20px;
	color:#fff;
	line-height:38px;
	padding-left:50px;
	margin-bottom:10px;
	}	
.wrapper .main_04 img{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	}
	
	
	
.wrapper .main_05{
	overflow:hidden;
	margin-bottom:20px;}	
	
.wrapper .main_05 .tit{
	width:960px;
	height:38px;
	background:url(../images/tit_12.png) no-repeat left;
	font-size:20px;
	color:#fff;
	line-height:38px;
	padding-left:50px;
	margin-bottom:10px;
	}	
.wrapper .main_05 ul{
	float:left;
	margin-right:10px;
	text-align:center;
	margin-bottom:10px;
	}	
	
.wrapper .main_06{
	overflow:hidden;
	margin-bottom:20px;}	
	
.wrapper .main_06 .tit{
	width:960px;
	height:38px;
	background:url(../images/tit_11.png) no-repeat left;
	font-size:20px;
	color:#fff;
	line-height:38px;
	padding-left:50px;
	margin-bottom:10px;
	}	
.wrapper .main_06 .main_06_1{
	width:304px;
	height:250px;
	float:left;
	margin-right:20px;
	border:solid 1px #32A1F1;
	margin-bottom:10px;}
	
.wrapper .main_06 .main_06_1 ul{
	margin-top:5px;
	text-align:center;
	}
.wrapper .main_06 .main_06_1 ul li a{
	display:block;
	background:url(../images/tit_08.png) no-repeat left;
	line-height:30px;
	padding-left:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin:0 10px;
	}
.wrapper .main_07{
	overflow:hidden;
	margin-bottom:20px;}	
	
.wrapper .main_07 .tit{
	width:960px;
	height:38px;
	background:url(../images/tit_11.png) no-repeat left;
	font-size:20px;
	color:#fff;
	line-height:38px;
	padding-left:50px;
	margin-bottom:10px;
	}	
	
.wrapper .main_08{
	overflow:hidden;
	margin-bottom:20px;}	
.wrapper .main_08 .main_08_1{
	width:284px;
	height:400px;
	float:left;
	margin-right:20px;
	border:solid 1px #32A1F1;
	margin-bottom:10px;
	padding:0px 10px;}
		
.wrapper .main_08 .tit{
	font-size:20px;
	color:#fc8b00;
	line-height:38px;
	font-weight:bold;
	}
.wrapper .main_08 p{
	line-height:28px;}	
	
.wrapper .main_08 .main_08_1 ul li a{
	display:block;
	background:url(../images/tit_08.png) no-repeat left;
	line-height:28px;
	padding-left:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.wrapper .footer{
	width:960px;
	background:url(../images/footer_17.png) no-repeat center;
	height:120px;}