﻿/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,p,em{padding: 0;margin: 0;font-size:12px;box-sizing: border-box;}
h1,h2,h3,h4,h5,h6,p,em,i,b{word-wrap:break-word;font-size:12px; font-weight:normal; font-style:normal;}
ul { list-style:none;}
i{ display:table-cell; vertical-align:middle;}
html,body{ height:100%;}
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{width:350px;font-size:1.2em;border:1px solid #DBDBDB;padding:10px;box-sizing: border-box;}
input[type=submit],[type=reset],[type=button]{
	cursor: pointer;
	vertical-align:middle;box-sizing: border-box;height:40px;
	line-height:40px;font-size:1.2em;
	vertical-align:middle;

}
input[type=text],[type=password]{
	font-size:1.2em;
	vertical-align:middle;
	height:40px;
	line-height:40px;border:1px solid #CCC;box-sizing: border-box;
	padding:10px;
	width:350px;
}
input.yzm{
	font-size:1.2em;
	vertical-align:middle;
	height:40px;
	line-height:40px;border:1px solid #CCC;box-sizing: border-box;
	padding:0 0 0 5px;
	width:150px;
}

input[type=checkbox]{
	cursor: pointer;
	vertical-align:middle;
}
img{
	border:0px;
	padding: 0;
	margin: 0;
	vertical-align:middle;
	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+ */
}
body, body *{max-height:1000000px;}
body{margin:0;text-align: left;font-family:Microsoft YaHei;background-color:#FFF; -webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100% !important;text-size-adjust:100% !important;-moz-text-size-adjust: 100% !important;}
/*========基本表格设置：在没有具体规定的情况下适用=*/
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: #20b2ea;
	text-decoration: none
}
/*============页面整体设定：边距、位置、宽度等=*/
#pageset{margin: auto;width:640px;}
/*===========页面头部=*/
#top_bj{
	position:relative;/*顶部元素定位祖先*/
	width:640px;
	height:240px;
	MARGIN: auto;
}
#top{
	position:absolute;
	z-index:2;
	top:0px;
	left:0;
	width:640px;


}
#logo a{/*网站logo*/
	position: absolute;
	z-index:999;
	top:30px;
	left:20px;
	width:263px;
	height:45px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#top_png{
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	height:100px;
	background: -webkit-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.1)); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.1)); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.1)); /* Firefox 3.6 - 15 */
	background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.1));
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color:rgba(255,255,255,0.50);
/*渐变透明filter:Alpha(opacity=60);
	opacity:0.6;
	background-color: #000000;*/

}
#search {
	position:absolute;
	z-index:10;
	top:225px;
	left:50%;
	width:398px;
	margin-left:-199px;
	border: 1px solid #20b2ea;
	border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -o-border-radius: 8px;
   -ms-border-radius: 8px;
   background-color: #FFF;
   overflow:hidden;
    }
.inp_srh {
	float:left;
	width:338px;
	height:50px;
	padding:0 0 0 10px;
	color:#3d7299;
	line-height:50px;
	font-family:Microsoft YaHei;
	background-color: transparent;
	box-sizing: border-box;
	margin:0px 0 0 0;
	border: none;
	font-size:1.2em
}
.btn_srh {
	float:right;
	width:60px;
	height:50px;
	line-height:50px;
	display: inline-block;
	vertical-align: middle;
	border:none;
	cursor:pointer;
	text-indent:-999em;
	background-color: inherit;
	background: #2e713a url(../images/search2.png) 50% 50% no-repeat;
}

#search * { vertical-align:middle;display:inline;}
#nav a{
	position:absolute;
	z-index:20;
	top:0px;
	right:0px;
	font-size:3.0em;
	color:#FFF;
	width:100px;
	line-height:200px;
	text-align:center;
	display: block;filter:Alpha(opacity=80);
	opacity:0.8;
}
#nav a i{line-height:100px;}
#list_banner{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:640px;
	height:240px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #033;
	background-image: url(../images/top.jpg);
}

/*===========页面底部=position: fixed;
	bottom:0px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFF;*/
#bottom{
	width:100%;
	padding:20px;
	margin: auto;
	text-align: center;
	background-color: #161616;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3e3e3e;
}
#bottom dl dt{ font-size:0.9rem;line-height:1.8;color:#999999;}
#bottom dl dt a{ color: #999999;}
#bottom dl dd{ padding:0; color:#999999; font-size:0.7rem;line-height:1.5;}
#bottom dl dd a{ color:#999999;}

/*===========栏目页设定=*/
#content{
	margin:auto;
	WIDTH:640px;
	padding:0 0px 0px 0px;
	box-sizing: border-box;
	overflow: hidden;
}
.bshare-custom{ float:left; margin:0px 0px 0px 0px; width:20%;}
#message_button{
	width:100%;
	padding:20px 0 20px 0;
	margin: auto;
	text-align: center;
}
#message_button a{margin:0 20px 0 20px; font-size:2.2rem;}
.message_title{font-size:1.8rem;}
/*--------------------------------------------------------------------------------【分页样式】*/
#view_page{
	TEXT-ALIGN: center;
	font-size:1.5rem;
	padding:20px 0 0px 0;
	display:table;
	width:100%;
}
a.LnkPgPl{
	font-size:1.5rem;
	min-width:50px;
	_width:50px;
	height:50px;
	line-height:50px;
	margin:0 2px 0 2px;
	padding:0px 0px 0px 0px;
	box-sizing: border-box;
	text-align:center;
	color: #666;
	background-color:#fff;
	display:inline-block;
	border: 1px solid #e1e1e1;
	border-radius:4px;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   -o-border-radius:4px;
   -ms-border-radius:4px;
}
a:hover.LnkPgPl{color:#fff;text-decoration: none;background-color:#0198e1;border: 1px solid #0198e1; }
.LnkPgPR {
	font-size:1.5rem;
	min-width:50px;
	_width:50px;
	height:50px;
	line-height:50px;
	box-sizing: border-box;
	margin:0 2px 0 2px;
	padding:0px 0px 0px 0px;
	text-align:center;
	color:#fff;
	background-color:#0198e1;
	display:inline-block;
	border: 1px solid #0198e1;
	border-radius:5px;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   -o-border-radius:5px;
   -ms-border-radius:5px;
}
a:hover.LnkPgPR {color:#fff;text-decoration: none;}
a.LnkPN{
	font-size:1.5rem;
	min-width:50px;
	_width:50px;
	height:50px;
	line-height:50px;
	margin:0 2px 0 2px;
	padding:0px 0px 0px 0px;
	box-sizing: border-box;
	text-align:center;
	color: #666;
	background-color:#fff;
	display:inline-block;
	border: 1px solid #e1e1e1;border-radius:4px;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   -o-border-radius:4px;
   -ms-border-radius:4px;
}
a:hover.LnkPN{color:#fff;text-decoration: none;background-color:#0198e1;border: 1px solid #0198e1;}