﻿/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
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{ display:table-cell; 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;background-color:#FFF;}
/*========基本表格设置：在没有具体规定的情况下适用=*/
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:#145ab2;text-decoration: none;}
/*============页面整体设定：边距、位置、宽度等=*/
#pageset{margin:auto; padding:0px 0 0 0;}
/*===========页面头部=*/
#top_bj{ width:100%;margin:0; background:#FFF;}
#top{position: relative;width:1290px;height:120px;margin: auto;}
#logo a{position:absolute;z-index:10;top:20px;left:0px;width:582px;height:85px;background: url(../images/logo.png) no-repeat;}
#top_link{position:absolute;z-index:10;top:15px;right:0px; font-size:14px;}
#top_link a{color:#069; padding:0 0 0 10px;}
#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:rgba(255,255,255,0.0);
	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:left;
	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;}
.btn_srh:hover{background:#f1f1f1 url(../images/search.png) no-repeat 50% 50%;background-size:18px;}


#list_banner{
	width:100%;
	height:300px;
	margin:0px 0 0 0; background:#fff no-repeat bottom center;}
#list_banner a{width:100%;height:500px;display:block;}
/*===========页面底部=*/
#bottom{
	width:100%;
	padding:30px 0;
	margin: auto;
	text-align: left;
	background:#145ab2;}
#bottom dl{width:1290px;margin: auto;overflow: hidden;}
#bottom dl dt{ float:right;width:645px;padding:0 0px 0 0px;line-height:24px;color:#FFF;text-align:right;}
#bottom dl dt img{ width:260px;}
#bottom dl dd{float:left;width:645px;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:1290px;padding:35px 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;}

/*-----------内容区样式-*/
#detail_a{float:left;height:60px;}
#detail_a h2{
	min-width:240px;
	padding:0px 20px;
	text-align:center;
	font-size:24px;
	font-family:"Microsoft YaHei";
	color: #fff;
	height:65px;
	line-height:60px;
	font-weight: normal;
	overflow: hidden;box-sizing: border-box;
	display:inline-block;
	text-transform: capitalize;
	background:url(../images/bt_bj.png) no-repeat bottom center;}
#detail_a h2:before {
	content:"";
	display: inline-block;
	width:10px;
	height:20px;
	margin:0px 10px 3px 0px;
	border-radius:0%;
	vertical-align:middle;
	border:0px solid #ddd;
	background:#145ab2; display:none;}
#place{
    position: absolute;
	z-index:1;
	top:415px;
	left:50%;
	margin:0 0 0 -645px; 
	width:1290px;
	text-align:  right;
	padding:0 20px 0 0px;
	font-size:12px;
	line-height:60px;
	height:60px;
	font-family:Verdana;
	color: #666;
	background:rgba(255,255,255,0.8); /*-rgba(255,255,255,1.0)-*/
	border-radius:0px 0px 0 0;
	box-sizing: border-box;}
#place a{color: #666;font-family:Microsoft YaHei;}
#place a:hover{color:rgba(0,0,0,1.0);}