﻿/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,p{padding: 0; margin: 0;box-sizing: border-box;}
ul { list-style:none;}

i{ display:table-cell; vertical-align:middle;}
input{outline:none;-webkit-appearance: none;box-sizing: border-box;}
input::-webkit-input-placeholder{ /*WebKit browsers*/color: #CCC;}
input::-moz-input-placeholder{ /*Mozilla Firefox*/color: #CCC;}
input::-ms-input-placeholder{ /*Internet Explorer*/ color: #CCC;}
textarea::-webkit-input-placeholder{color:#CCC;}/*=//Chrome,Safari=*/
textarea{resize:none} 
img { border:0px;}
body{
	margin:0 auto;
	text-align: left;
    font-family:Microsoft YaHei;
	background-color:#FFF;
	font-size:12px;
}
/*========基本表格设置：在没有具体规定的情况下适用=*/
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: #F90;
	text-decoration: none
}
/*============页面整体设定：边距、位置、宽度等=*/
#pageset{
	margin:auto;
}
/*===========页面头部=*/
#top_bj{
	position:relative;/*顶部元素定位祖先*/
	height:300px;
	MARGIN:0 auto 0px auto;
}
#top_png{
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	height:300px;
	background: -webkit-linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.0)); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.0)); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.0)); /* Firefox 3.6 - 15 */
	background: linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.0));
}
#top{
	position:absolute;
	z-index:3;
	top:0px;
	left:50%;
	margin:auto;
	width:1110px;
	height:110px;
	margin-left:-555px;  /*设置为宽度的一半*/
	margin-top:0px;   /*设置为高度的一半*/
}
#top_web{/*导航栏整体背景*/
	position:absolute;
	z-index:10;
	top:0px;
	left:0px;
	line-height:30px;
	color: #858585;
	font-size:12px;
	font-family:Microsoft YaHei;
	font-weight:normal;
}
#top_tel{/*导航栏整体背景*/
	position:absolute;
	z-index:10;
	top:40px;
	right:0px;
	line-height:38px;
	color: #666;
	font-size:14px;
	font-family: Verdana;
	font-weight:normal;
}
#top_tel i{ margin:0 5px 0px 10px;font-size:18px;color:#0695db;line-height:12px;}
#logo a{/*网站标题位置*/
    position:absolute;
	z-index:10;
	top:20px;
	left:0px;
	width:421px;
	height:72px;
	background: url(../images/logo.png) no-repeat;
}

#search {
	float: right;
	overflow:hidden;
	text-align:left;
    }
.inp_srh {
	float:left;
	width:240px;
	height:55px;
	padding:0 0 0 10px;
	color: #FFF;
	line-height:55px;
	font-family:Microsoft YaHei;
	background-color: transparent;
	box-sizing: border-box;
	margin:0px 0 0 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color:rgba(255,255,255,0.2);
	border-left-width: 1px;
}
.inp_srh::-webkit-input-placeholder {color: #fff;}
.inp_srh::-moz-input-placeholder{ /*Mozilla Firefox*/color:#fff;}
.inp_srh::-ms-input-placeholder{ /*Internet Explorer*/ color:#fff;}
.btn_srh {
	float:right;
	width:60px;
	height:55px;
	line-height:55px;
	display: inline-block;
	vertical-align: middle;
	border:none;
	cursor:pointer;
	text-indent:-999em;
	background-color: inherit;
	background: rgba(28,20,59,0.6) url(../images/search.png) 50% 50% no-repeat;
	border-radius:0px 5px 5px 0px;
}
.btn_srh:hover{background:#0695db url(../images/search.png) 50% 50% no-repeat;}

#search * { vertical-align:middle;display:inline;}
#nav{
	float:left;
	height:55px;
	text-align:center;
	margin:0 0 0 30px;
}
#nav_bj{
	position:absolute;
	z-index:4;
	width:1110px;
	top:110px;
	left:50%;
	height:55px;
	margin:0 0 0 -555px;
	background-color:rgba(28,20,59,0.9);
	border-radius:5px;
}
#list_banner{
	position:absolute;
	z-index:1;
	top:0px;
	left:0;
	width:100%;
	height:300px;
	background-image: url(../images/list_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #06C;
}
/*===========页面底部=*/
#bottom{
	width:100%;
	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:12px;line-height:2;}
#bottom dl dd a{ color: #a7a7a7;}

/*===========栏目页设定=*/
#content{
	margin:auto;
	WIDTH:1110px;
	padding:0px 0 20px 0px;
	overflow: hidden;
}
/*--------------------------------------------------------------------------------【分页样式】*/
#view_page{
	TEXT-ALIGN: center;
	font-size:16px;
	padding:0px 0 0px 0;
	display:table;
	width:100%;
}
a.LnkPgPl{
	font-size:16px;
	min-width:36px;
	height:36px;
	line-height:36px;
	margin:0 1px 0 1px;
	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:#0b389f;text-decoration: none;background-color:#fff;border: 1px solid #0b389f; }
.LnkPgPR {
	font-size:16px;
	min-width:36px;
	height:36px;
	line-height:36px;
	box-sizing: border-box;
	margin:0 1px 0 1px;
	padding:0px 12px 0px 12px;
	text-align:center;
	color:#fff;
	background-color:#0b389f;
	display:inline-block;
	border: 1px solid #0b389f;
	border-radius:3px;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   -o-border-radius:3px;
   -ms-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 1px 0 1px;
	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.LnkPN{color:#0b389f;text-decoration: none;background-color:#fff;border: 1px solid #0b389f;}