@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	border:0px;
	margin:0px;	
	font-family: Arial, sans-serif !important;
	}
.clear{
	clear:both; 
	}
a{
	text-decoration:none;
        color:#333;
	}
/*************头部***************/

li{
	list-style-type:none;
	}
.header{
	width:100%;
	background-image:url(../images/top_01.png);
	background-repeat:no-repeat;
	background-position:center top;
	overflow: visible;
	z-index:99;
	position: absolute;
	padding-top:113px;
	top:0px;
	left:0px;
	}
.header .top_nav{
	height:50px;
	overflow:visible;
	background-color:#0093dd;

	}

.header .top_nav .nav_item{
	height:50px;
	line-height:50px;
	width:1200px;
	margin:0px auto;

	}
.header .top_nav .nav_item .outer {
	height:50px;
	overflow:visible;	
	}
.header .top_nav .nav_item .outer li a{
	color:#FFF;
	font-size:20px;
	font-family:微软雅黑;	
	}
	
.header .top_nav .nav_item .outer li{
	float:left;
	width:150px;
	text-align:center;
	position:relative;
	display:inline;
	}		
.header .top_nav .nav_item .outer li .inner{
	background-image:url(../images/nav.png);
	overflow:hidden;
	color:#f93;
	z-index:999;
	position: absolute;
	top:50px;
	left:0px;
	display:none;
	}	
.header .top_nav .nav_item .outer li .inner li{
	display:block;
	float:none;
	height:35px;
	line-height:35px;
	text-align:left;
	border-bottom:1px solid #0d6a9b;
	text-indent:35px;
	}
.header .top_nav .nav_item .outer li .inner li a{
	color:#fff;
	font-family:宋体;
	font-size:15px;
	white-space: nowrap;
	text-overflow:ellipsis;
	}
.banner{
	width:100%;
	overflow:hidden;
	}
.main{
	margin-bottom:50px;
	overflow:hidden;

	}	
/*******底部*********/
.footer{
	padding-top:15px;
	width:100%;
	height:120px;
	background-color:#3390ca;
	clear:both;
	}	
.footer p{
	line-height:35px;
	height:35px;
	text-align:center;
	color:#FFF;
	font-family:宋体;
	font-size:12px;
	}	
	
/*****************导航栏********************/	
.main .main_con{
	width:1200px;
	line-height:35px;
	margin:0px auto;
	}
.main .main_con .main_top{
	font-family:宋体;
	font-size:12px;
	color:868686;
	text-indent:20px;
	}	


	
