﻿/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,p{padding:0;margin: 0;font-family:Microsoft YaHei;}
ul{ list-style:none;}
i{ vertical-align:middle;}
input{outline:none;-webkit-appearance: none;box-sizing: border-box;}
input:-ms-input-placeholder{color:#999;} /*=//IE10=*/
textarea:-ms-input-placeholder{color:#999;} /*=//IE10=*/  
input::-moz-placeholder{color:#999;}/*=//Firefox=*/
textarea::-moz-placeholder{color:#999;}/*=//Firefox=*/
input::-webkit-input-placeholder{color:#999;}/*=//Chrome,Safari=*/
textarea::-webkit-input-placeholder{color:#999;}/*=//Chrome,Safari=*/
textarea{resize:none} 
img {
	border:0px;
	padding: 0;
	margin: 0;
	image-rendering: optimizeQuality;  /* Firefox 3.6+; default behavior is identical, no need to specify */
	-ms-interpolation-mode: bicubic;   /* Internet Explorer 7.0; default in IE8+ */
	image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}
html{font-family:Microsoft YaHei;overflow-x:hidden;overflow: hidden;overflow-y: scroll;}
body{margin:0;text-align:left;font-family:Microsoft YaHei;}
/*========基本表格设置：在没有具体规定的情况下适用=*/
td{font-family:Microsoft YaHei;text-decoration: none;}
/*==========链接基本样式：在没有具体规定的情况下适用=*/
a{text-decoration: none;outline: none;blr:expression(this.onFocus=this.blur());color:#333;font-family:Microsoft YaHei;}
a:hover{color:#e5261f;text-decoration: none;}
/*============页面整体设定：边距、位置、宽度等=*/
#pageset{margin:0; padding:0px 0 0 0;}
/*===========页面头部=*/
#top_bj{ width:100%;position:relative;MARGIN:0;}
#top{position: relative;width:1230px;height:130px;margin: auto;}
#logo a{position:absolute;z-index:10;top:35px;left:0px;width:462px;height:70px;background: url(../images/logo.png) no-repeat;}
#top_link a{position:absolute;z-index:10;top:55px;right:330px; font-size:18px; font-weight:bold; color:#145ab2;}
#search {
	position:absolute;
	z-index:10;
	top:47px;
	right:0px;
	width:300px;
	overflow:hidden;
	text-align:left;
	border:1px solid #ddd;
	border-radius:5px;
	background:rgba(255,255,255,0.8);
    }
.inp_srh {
	float:left;
	width:85%;
	height:40px;
	padding:0 0 0 10px;
	color:#333;
	line-height:40px;
	font-family:Microsoft YaHei;
	box-sizing: border-box;
	margin:0px 0 0 0;
	border:none;
	background-color:transparent;
	font-size:14px;
}
.btn_srh{
	float:right;
	width:15%;
	height:40px;
	line-height:40px;
	cursor:pointer;
	text-indent:-999em;
	background:url(../images/search.png) no-repeat 50% 50%;
	background-size:18px;
	border:none;
	margin:0px 0 0 0; 
	border-radius:0%;
	
}
.btn_srh:after{
	content: '';
	display: block;
	height: 100%;
	transform: translateX(-100%);
	background: inherit;
	filter: drop-shadow(144px 0 0 #000); //需要修改的颜色值
}
.btn_srh:hover{background:#f1f1f1 url(../images/search.png) no-repeat 50% 50%;background-size:18px;}


#list_banner{width:100%;height:200px;margin:0px 0 0 0; background: #09F no-repeat bottom center;}
#list_banner a{width:100%;height:200px;display:block;}
/*===========页面底部=*/
#bottom{
	width:100%;
	padding:30px 0;
	margin: auto;
	text-align: left;
	background:#333;

}
#bottom dl{width:1230px;margin: auto;overflow: hidden;}
#bottom dl dt{ float:right;width:615px;padding:0 0px 0 0px;line-height:24px;color:#FFF;text-align:right;}
#bottom dl dt img{ width:280px;opacity:0.3;filter:alpha(opacity=30);}
#bottom dl dd{float:left;width:615px;padding:0 0 0 0px; margin:0;color:#FFF; font-size:14px;line-height:2.0;}
#bottom dl dd a{ color:#FFF;}
/*===========栏目页设定=*/
#content{margin:auto;WIDTH:1230px;padding:0px 0 0px 0px;overflow: hidden;}
#message_button{
	width:100%;
	padding:20px 0 20px 0;
	margin: auto;
	text-align: center; display:none;
}
#message_button a{margin:0 20px 0 20px;}

/*===========详细内容样式=*/
#search_bt{ /*-内容区顶部-*/
	width:1230px;
	text-align: left;
	padding:0px 0px 0px 0px;
}
#search_bt h2{ /*-内容区顶部-*/
	padding:0px 0px 0px 0px;
	font-size:24px;
	font-family:"Microsoft YaHei";
	COLOR: #666;
	height:60px;
	line-height:60px;
	font-weight: lighter;
	overflow: hidden;
	display:inline-block;
	
}
/*--------------------------------------------------------------------------------【分页样式】*/
#view_page{
	
	TEXT-ALIGN: center;
	font-size:16px;
	padding:20px 0 0px 0;
	display:table;
	width:100%;
}
a.LnkPgPl{
	font-size:16px;
	min-width:36px;
	height:36px;
	line-height:36px;
	margin:0 2px 0 2px;
	padding:0px 12px 0px 12px;
	box-sizing: border-box;
	text-align:center;
	color:#666;
	background-color:#fff;
	display:inline-block;
	border: 1px solid #e1e1e1;
	border-radius:3px;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   -o-border-radius:3px;
   -ms-border-radius:3px;
}
a:hover.LnkPgPl{color:#009143;text-decoration: none;background-color:#fff;border: 1px solid #009143; }
.LnkPgPR {
	font-size:16px;
	min-width:36px;
	height:36px;
	line-height:36px;
	box-sizing: border-box;
	margin:0 2px 0 2px;
	padding:0px 12px 0px 12px;
	text-align:center;
	color: #fff;
	background:#009143;
	display:inline-block;
	border: 1px solid #009143;
	border-radius:3px;

}
a:hover.LnkPgPR {color:#fff;text-decoration: none;}
a.LnkPN{
	font-size:16px;
	min-width:36px;
	height:36px;
	line-height:36px;
	margin:0 2px 0 2px;
	padding:0px 12px 0px 12px;
	box-sizing: border-box;
	text-align:center;
	color:#666;
	background-color:#fff;
	display:inline-block;
	border: 1px solid #e1e1e1;border-radius:3px;
	font-family: Verdana;

}
a:hover.LnkPN{color:#009143;text-decoration: none;background-color:#fff;border: 1px solid #009143;}
.title_key1 a{ font-weight:bold;}
.title_key2 a{ color:blue;}
.title_key3 a{ color:red;}
.title_key1{ font-weight:bold;}
.title_key2{ color:blue;}
.title_key3{ color:red;}