/* CSS Document */
html,body,iframe,div,table,tr,th,td,iframe,dl,ul,ol,li,dt,dd,p,h1,h2,h3,h4,h5,h6,a,img,span,form,input,select,textarea,pre {margin:0; padding:0; border:0;}
/* ul,ul li{float:left;} */
ul,ol {list-style:none;}
li {height:auto;}
input,select,textarea {font-size:14px; color:#666666; font-family:tahoma,"microsoft yahei","\5FAE\8F6F\96C5\9ED1"!important;}
h1,h2,h3,h4,h5,h6,b,i,em,cite {font-weight:normal; font-style:normal;}

body {font:14px/1.5 "Microsoft YaHei","微软雅黑",tahoma,arial,Hiragino Sans GB,\5b8b\4f53}
a {text-decoration:none; color:#333;}
/* a:link,a:visited  {color:#333; text-decoration: none;}
a:hover,a:active {color:#0099F9;} */

button { border:none;}
table {border-collapse:collapse;}
h3, h4{font-size:14px; font-weight:normal;}
.clear {clear:both;}
.clear:after, .clear:before {    
 visibility:hidden;    
 display:block;    
 font-size:0;    
 content:" ";    
 clear:both;    
 height:0;    
} 
ul:after, ul li:after { clear:both;}   
.clear{    
 zoom:1;    
}

/*表单样式*/

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

.w_long{width:100%;}
.w_1200 {width:1200px; margin:0 auto; }

body {
	background:#ffffff;
	min-width: 1200px;
}

/*顶部样式*/
.top{
	height:38px;
	line-height: 38px;
	background-color: #ffffff;
	border-bottom: 1px solid #e3e1e1;
}
.top p {
	float: left;
	width: 250px;
	color: #666666;
}
.top_login {
	display: inline-block;
	text-align: right;
	color: #666666;
}
.top_login a {
	margin: 0px 10px;
	color: #666666;
}
.top_login a:hover {
	color: #0099f9;
	text-decoration: none;
}
/*登录后*/
.top_login a i {
	font-size: 20px;
}
.dropdown-menu li{
	width: 100%;
}
.dropdown-menu li a {
	padding-left: 0;
}
.dropdown-menu li i {
	
	margin-right: 10px;
	font-size: 16px;
	color: #999;
}
/*header*/
.header_bg {
	height:120px;
	background: url(../images/header_bg.gif) center center no-repeat;
}
.header {
	height: 32px;
	padding-top: 44px;
}
/*搜索栏*/
.search input.form-control {
	border:none;
	height: 34px;
}
.search button.btn {
	border:none;
	width: 40px;
	height: 34px;
	background-color:#0099f9 ;
	color: #ffffff;
}
.search button.btn:hover {
	background-color:#028ce3;
}
/*导航栏*/
.menu_bg {
	height:50px;
	background-color: #0099F9;
}
.menu ul li a {
	display: inline-block;
	height:48px;
	line-height: 48px;
	padding:0px 34px;
	margin:1px 20px;
	color: #ffffff;
	font-size:16px;
}
.menu ul li a.hover,.menu ul li a:hover {
	background-color: #ffffff;
	color:#0099F9;
	text-decoration: none;
}

/*计划申报列表通用*/
.declare_list .table {
	margin-bottom: 0;
}
.declare_list .table th {
	background-color: #e5f5fe;
}
.declare_list .table td a {
	margin-left: 4px;
	margin-right:6px;
	color: #0099F9;
}
.declare_list .table td a:hover {
	color: #0583d2;
	text-decoration: underline;
}
/*通用*/
.l { float:left;}
.r { float:right;}
.c { float:center;}
.block { display:block;}
.none { display:none;}

/*底部*/
/* .bottom {

	background-color: #405765;
	color: #c0c3c4;
}
.bottom dt h3 {
	margin-bottom: 10px;
	color: #fff;
}
.bottom dd {
	line-height: 30px;
}
.bottom_help {
	width: 280px;
	float: left;
	padding: 20px;
}
.bottom_lianxi {
	width: 480px;
	float: left;
	padding: 20px 0px 20px 40px;
	border-left: 1px solid #7b8083;
}
.bottom_copy {
	padding: 40px;
	line-height: 30px;
} */