*{
	margin: 0px;
	padding: 0px;
}

body{width: 100%;min-width: 1308px;margin: 0 auto;}
a{text-decoration: none;}
li{list-style: none;}

/*		      头部logo/搜索栏			*/
#header{
	width: 100%;
	height: 140px;
	color: #fff;
	background: #0569ce;
}

#header_div{
	width: 100%;
	height: 100px;
}

#header_container{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

#header_logo{
	width: 65%;
	height: 100%;
	float: left;
}

#header_logo img{
	width: 100%;
	height: 100%;
}

#search_div{
	width: 35%;
	height: 100%;
	float: left;
	position: relative;
}

#search_div #search{
	width: 250px;
	height: 35px;
	background: #fff;
	border-radius: 3px;
	position: absolute;
	top: 35px;
	right: 18%;
}

#search_div #search input{
	width: 192px;
	height: 35px;
	padding-left: 20px;
	margin-left: 1px;
	border: none; 
}
/*******************************/

/*         头部导航栏          */

#header_nav{
	width: 100%;
	height: 40px;
	background: #065bb2;
}

#header_nav > ul{
	width: 1000px;
	height: 40px;
	margin: 0 auto;
}

#header_nav > ul > li{
	width: 10%;
	height: 40px; 
	float: left;
	text-align: center;
	line-height: 40px;
}

#header_nav > ul >li a{
	width: 100%;
	height: 40px;
	display: block;
	color: #fff;
}

#header_nav > ul >li a:hover{
	background: #0569ce;
}

#header_nav > ul >li ul{
	display: none;
}

#header_nav > ul >li:hover ul{
	
	display: block;
	position: relative;
	background: #065bb2;
	z-index: 50;
}
/*******************************/

/*    		 主体部分		   */
#body{
	width: 100%;
	height: 760px;
}

#body_container{
	width: 1000px;
	height: 745px;
	margin: 0 auto;
	padding-top: 15px;
}

.content{
	width: 100%;
	height: auto;
}

.left_nav{
	width: 17%;
	min-width: 140px;
	height: auto;
	margin: 0px 30px;
	float: left;
	text-align: center;
}

.l_nav{
	margin-top: 15px;
}

.l_nav ul{
	width: 100%;
	height: auto;
	border: 1px solid #cccccc;
}

.l_nav ul li{
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.l_nav ul li:hover{
	color: #fff;
	background: #327cd3;
	cursor: pointer;
}

.left_nav h3{
	color: #646464;
	font-weight: 100;
	padding-bottom: 13px;
	border-bottom: 3px solid #327cd3;
}

.right_content{
	width: 73%;
	padding-top: 5px;
	height: auto;
	float: right;
}
.right_content1{
	width: 73%;
	padding-top: 5px;
	height: auto;
	float: left;
}


.position{
	width: 100%;
	color: #555555;
	font-size: 13px;
	padding-bottom: 15px;
	border-bottom: 2px solid #dddddd;
}

.position a{
	color: #555555;
	font-size: 13px;
}

.content_list{
	width: 100%;
	height: auto;
}

.content_list ul{
	width: 100%;
	height: auto;
}

.content_list ul li{
	padding: 0px 25px;
	margin: 5px 0;
	background: url(../images/jiantou_03.jpg) no-repeat 5px 7px;
} 

.content_list ul li a{
	color: #555555;
	font-size: 13px;
}

.content_list ul li:hover a{
	color: #327cd3;
}

.content_list ul li a span{
	float: right;
}

.page{
	width: 100%;
	height: auto;
	font-size: 13px;
	margin-top: 75px;
}

.page > p{
	padding: 0 30%;
	height: auto;
}

.page > p > span{
	float: left;
	margin-right: 20px;
	line-height: 20px;
}

.page > p > a{
	display: block;
	width: 35px;
	height: 20px;
	float: left;
	color: #a3a3a3;
	text-align: center;
	line-height: 20px;
	border: 1px solid #a3c4eb;
}

.page > p > a:hover{
	color: #fff;
	background: #0569ce; 
}
/*底部logo*/
#footer{
	width: 100%;
	height: 100px;
	clear: both;
	background: #065bb2;
}

.footer_container{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.footer_container p{
	width: 65%;
	padding: 29px 0px;
	margin-left: 20px;
	float: left;
	font-size: 14px;
	color: #fff;
}

.footer_container span{
	background: red;
}

.footer_container span img{
	width: 30%;
	height: 100%;
	float: left;
	display: block;
}



.icon-sousuo{
	display: block;
	color: #ccc;
	float: right;
	font-size: 20px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px; 
	padding-left: 2px;
	width: 23px;
	height: 25px;
}

.icon-sousuo:hover{
	transition: 0.5s;
	cursor: pointer;
	color: #ff971d;
}


.chuangxin{
	font-size: 14px;
	line-height: 20px;
}