﻿body,div,dl,dt,dd,ul,li,h1,h2,h3,p{padding: 0; margin: 0;box-sizing: border-box;}
ul { list-style:none;}
*{ margin:0; padding:0; list-style:none;}
i{ display:table-cell; vertical-align:middle;}
input{outline:none;-webkit-appearance: none;box-sizing: border-box;}
input:-ms-input-placeholder{color: #ccc;} /*=//IE10=*/
textarea:-ms-input-placeholder{color: #ccc;} /*=//IE10=*/  
input::-moz-placeholder{color:#ccc;}/*=//Firefox=*/
textarea::-moz-placeholder{color:#ccc;}/*=//Firefox=*/
input::-webkit-input-placeholder{color:#ccc;}/*=//Chrome,Safari=*/
textarea::-webkit-input-placeholder{color:#ccc;}/*=//Chrome,Safari=*/
textarea{resize:none} 
img { border:0px;}
body{
	margin:0 auto;
	text-align: left;
    font-family:Microsoft YaHei;
	background-color:#FFF;
	font-size:12px;
}
/*========基本表格设置：在没有具体规定的情况下适用=*/
td{font-family:Microsoft YaHei;text-decoration: none;}
/*==========链接基本样式：在没有具体规定的情况下适用=*/
a{text-decoration: none;outline: none;blr:expression(this.onFocus=this.blur());color:#333;}
a:hover{color: #F90;text-decoration: none}
/*============页面整体设定：边距、位置、宽度等=*/
#pageset{margin:auto;}
/*===========页面头部=*/
#top_bj{position:relative;height:230px;MARGIN:0 auto 0px auto;}
#top{
	position:absolute;
	z-index:3;
	top:0px;
	left:50%;
	width:1194px;
	height:180px;
	margin:0 0 0 -597px;  /*设置为宽度的一半*/
}
#top_web{/*导航栏整体背景*/
	position:absolute;
	z-index:10;
	top:0px;
	left:0px;
	line-height:30px;
	color: #858585;
	font-size:12px;
	font-family:Microsoft YaHei;
	font-weight:normal;
}
#logo a{/*网站标题位置*/
    position:absolute;
	z-index:10;
	top:50px;
	left:0;
	width:402px;
	height:104px;
	margin:0 0 0 0px; 
	background: url(../images/logo.png) no-repeat;
}
#search {
	position:absolute;
	z-index:10;
	top:40px;
	right:0;
	width:260px;
	border-radius:8px;
	overflow:hidden;
	border:1px solid rgba(0,153,102,0.2);
	background:rgba(255,255,255,0.6);
    }
#search:hover{border:1px solid rgba(0,153,102,0.8);background:rgba(255,255,255,0.9);}
.inp_srh {
	float:left;
	width:84%;
	height:35px;
	padding:0 0 0 10px;
	color:#666;
	line-height:35px;
	font-family:Microsoft YaHei;
	background-color: transparent;
	box-sizing: border-box;
	margin:0px 0 0 0;
	border: none;
	font-size:14px;
}
.btn_srh {
	float:right;
	width:16%;
	height:35px;
	line-height:35px;
	display: inline-block;
	vertical-align: middle;
	border:none;
	cursor:pointer;
	text-indent:-999em;
	background: url(../images/search.png) 50% 8px no-repeat;
}
.btn_srh:hover{ background:#009966 url(../images/search2.png) 50% 8px no-repeat;}
#search * { vertical-align:middle;display:inline;}

#nav_bj{
	position:absolute;
	z-index:2;
	top:180px;
	left:0;
	width:100%;
	height:50px;
	margin:0;
	background-color:rgba(23,91,176,1.0);
	border-radius:0px;
	display:table;
}
.nav{ width:1194px; margin:auto;padding:0;TEXT-ALIGN: center;}
.nav ul{padding:0;display:inline-block;}
.nav ul li{list-style:none;margin:0 0px 0px 0;float:left;}
.nav ul li a{
	box-sizing: border-box;
	line-height:50px;
	color: #fff;
	display:inline-block;
	text-align: center;
	padding:0px 50px;
	margin:0px;
	font-size:18px;
	text-decoration: none;
	font-weight: normal;
	overflow:  hidden;
	float:left;
}
.nav ul li a:hover{
	color:#ffcc66;
	text-decoration: none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	background:#094998;
}
.nav ul li.ddt a{color: #ffffff;text-decoration: none;display:block;background-color:#006633;}
#list_banner{
	position:absolute;
	z-index:1;
	top:0px;
	width:100%;
	height:230px;
	background: url(../images/list_banner.jpg) no-repeat center top;
}
/*===========页面底部=*/
#bottom{
	width:100%;
	padding:20px 0 20px 0;
	margin: auto;
	text-align: center;
	background-color: #175bb0;

}
#bottom dl dt{line-height:1.5;color:#fff; text-align:center; padding:20px 0 0 0;}
#bottom dl dt img{ width:150px; height:100%;}
#bottom dl dt a{ color: #fff;}
#bottom dl dd{ padding:0; color:#fff; font-size:12px;line-height:1.8;}
#bottom dl dd a{ color:#fff;}

#content{
	margin:auto;
	WIDTH:1194px;
	padding:0px 0 20px 0px;
	overflow: hidden;
}






