﻿/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,p,em{padding: 0; margin: 0;box-sizing: border-box;}
html,body{ height:100%;font-size:12px;}
h1,h2,h3,h4,h5,h6,p,em,i,b{ word-wrap:break-word; font-weight:normal; font-style:normal;}
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: #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{outline:none;-webkit-appearance: none;box-sizing: border-box;}
input[type=checkbox]{
	cursor: pointer;
	vertical-align:middle;
}
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+ */
}
body{
	margin:0;
	text-align: left;
    font-family:Microsoft YaHei; -webkit-tap-highlight-color:rgba(0,0,0,0);
}
/*========基本表格设置：在没有具体规定的情况下适用=*/
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:0;}
/*===========页面头部=*/
#top_bj{
	position: relative;/*顶部元素定位祖先*/
	width:640px;
	height:195px;
	MARGIN: auto;
}
#top{
   position: relative;
	width:640px;
	height:195px;
	MARGIN: auto;
	background-color:#FFF;
}
#logo a{/*网站logo*/
	position: absolute;
	z-index:20;
	top:30px;
	left:20px;
	width:383px;
	height:58px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#top_lan{/*导航栏整体背景*/
	position:absolute;
	z-index:10;
	top:35px;
	right:79px;;

}
#top_lan a{/*导航栏整体背景*/
	width:50px;
	line-height:45px;
	color: #384956;
	font-size:1.6rem;
	font-weight: bold;
	font-family:Microsoft YaHei;
	text-align: center;
	padding:0;
	margin:0 0 0 5px;
	display:block;
	float:left;
	border:1px #cccccc solid;
	border-radius:5px;
   -webkit-border-radius: 5px;
   -moz-border-radius:5px;
   -o-border-radius:5px;
   -ms-border-radius:5px;
}
#top_lan a:hover{color: #fff; background-color:#384956;border:1px #384956 solid;}
#search {
	position:absolute;
	z-index:10;
	bottom:20px;
	left:50%;
	width:600px;
	margin-left:-300px;
	border-radius:10px;
   -webkit-border-radius: 10px;
   -moz-border-radius:10px;
   -o-border-radius:10px;
   -ms-border-radius:10px;
   background-color: #f5f5f5;
   overflow:hidden;
   box-shadow:inset 1px 1px 5px rgba(51,51,51,0.2);
    }
.inp_srh {
	float:left;
	width:520px;
	height:65px;
	padding:0 0 0 20px;
	color:#3d7299;
	line-height:65px;
	font-family:Microsoft YaHei;
	background-color: transparent;
	box-sizing: border-box;
	margin:0px 0 0 0;
	border: none;
	font-size:1.8rem;
}
.btn_srh {
	float:right;
	width:80px;
	height:65px;
	line-height:65px;
	display: inline-block;
	vertical-align: middle;
	border:none;
	cursor:pointer;
	text-indent:-999em;
	background-color: inherit;
	background: #666666 url(../images/search.png) 50% 50% no-repeat;
}

#search * { vertical-align:middle;display:inline;}
#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:640px;
	padding:20px 0 20px 0;
	margin:auto;
	text-align: center;
	background-color: #333;
}
#bottom dl dt{ height:24px; line-height:24px;color:#a7a7a7;display:none;}
#bottom dl dt a{ color: #a7a7a7;}
#bottom dl dd{ padding:0; color:#a7a7a7; font-size:1.0rem;line-height:1.5;}
#bottom dl dd a{ color: #a7a7a7;}

/*===========栏目页设定=*/
#content{
	margin:auto;
	WIDTH:640px;
	padding:0 0px 0px 0;
	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; display:none;
}
#message_button a{margin:0 20px 0 20px; font-size:2.2em;}
.message_title{font-size:1.8em;}
.message_inp {
	width:100%;
	height:65px;
	padding:0 0 0 20px;
	color: #333;
	line-height:65px;
	font-family:Microsoft YaHei;
	background-color: transparent;
	box-sizing:border-box;
	margin:0px 0 10px 0;
	border: 1px solid #d2d2d2;
	font-size:1.8rem;
	border-radius:10px;
   -webkit-border-radius: 10px;
   -moz-border-radius:10px;
   -o-border-radius:10px;
   -ms-border-radius:10px;
}
.message_tex {
	width:100%;
	height:165px;
	padding:20px;
	color: #333;
	line-height:35px;
	font-family:Microsoft YaHei;
	background-color: transparent;
	box-sizing:border-box;
	margin:0px 0 10px 0;
	border: 1px solid #d2d2d2;
	font-size:1.8rem;
	border-radius:10px;
   -webkit-border-radius: 10px;
   -moz-border-radius:10px;
   -o-border-radius:10px;
   -ms-border-radius:10px;
}

.message_yzm {
	width:400px;
	height:65px;
	padding:0 0 0 20px;
	color: #333;
	line-height:65px;
	font-family:Microsoft YaHei;
	box-sizing:border-box;
	margin:0px 0 10px 0;
	border: 1px solid #d2d2d2;
	font-size:1.8rem;
	border-radius:10px;
   -webkit-border-radius: 10px;
   -moz-border-radius:10px;
   -o-border-radius:10px;
   -ms-border-radius:10px;
   float:left;
}
.yzm{
   float: right;
   text-align:right;
   margin:10px 30px 0 0;
}
.yzm img{

	height:50px;
}
.message_btn{
	float: left;
	width:100%;
	height:70px;
	line-height:70px;
	display: inline-block;
	vertical-align: middle;
	border: none;
	cursor:pointer;
	background-color: inherit;
	background: -webkit-linear-gradient(#999, #666); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#999, #666); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#999, #666); /* Firefox 3.6 - 15 */
    background: linear-gradient(#999, #666); /* 标准的语法（必须放在最后） */
	color: #fff;
	text-align:center;
	font-size:2.2rem;
	border-radius:10px;
   -webkit-border-radius: 10px;
   -moz-border-radius:10px;
   -o-border-radius:10px;
   -ms-border-radius:10px;
}

/*--------------------------------------------------------------------------------【分页样式】*/
#view_page{
	TEXT-ALIGN: center;
	font-size:2.0rem;
	padding:20px 0 20px 0;
	display:table;
	width:100%;
}
a.LnkPgPl{
	font-size:2.0rem;
	height:50px;
	line-height:50px;
	margin:0 2px 0 2px;
	padding:0px 13px 0px 13px;
	box-sizing: border-box;
	text-align:center;
	color: #666;
	background-color:#fff;
	display:inline-block;
	border: 1px solid #e1e1e1;
	border-radius:5px;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   -o-border-radius:5px;
   -ms-border-radius:5px;
}
a:hover.LnkPgPl{color:#fff;text-decoration: none;background-color:#374855;border: 1px solid #374855; }
.LnkPgPR {
	font-size:2.0rem;
	height:50px;
	line-height:50px;
	box-sizing: border-box;
	margin:0 2px 0 2px;
	padding:0px 13px 0px 13px;
	text-align:center;
	color:#fff;
	background-color:#374855;
	display:inline-block;
	border: 1px solid #374855;
	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:2.0rem;
	height:50px;
	line-height:50px;
	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:5px;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   -o-border-radius:5px;
   -ms-border-radius:5px;
}
a:hover.LnkPN{color:#fff;text-decoration: none;background-color:#374855;border: 1px solid #374855;}