﻿/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
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:auto;
}

#top{
	position:absolute;
	z-index:1;
	top:0px;
	left:50%;
	margin:auto;
	width:1110px;
	height:100px;
	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:34px;
	right:130px;
	line-height:38px;
	color: #666;
	font-size:18px;
	font-family:Verdana;
	font-weight:normal;
}
#top_tel i{ margin:0 5px 8px 20px;font-size:24px;color:#0b389f;}
#top_en a{/*导航栏整体背景*/
	position:absolute;
	z-index:10;
	top:38px;
	right:0px;
	line-height:30px;
	color: #0b389f;
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight: bold;
	padding:0 20px;
	display:block;
	border-radius:20px;
}
#top_en a:hover{color: #fff;font-size:18px; background:#0b389f;}

#logo a{/*网站标题位置*/
    position:absolute;
	z-index:10;
	top:15px;
	left:0px;
	width:364px;
	height:66px;
	background: url(../images/logo.png) no-repeat;

}

#search {
	position:absolute;
	z-index:10;
	top:0px;
	right:0px;
	height:30px;
	line-height:30px;
	background-color:#CCC;

    }
.inp_srh {
	float:left;
	width:220px;
	height:30px;
	padding:0 0 0 10px;
	color: #333;
	line-height:30px;
	font-family:Microsoft YaHei;
	background-color: transparent;
	box-sizing: border-box;
	margin:0px 0 0 0;
	border: none;

}
.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:40px;
	height:30px;
	line-height:30px;
	display: inline-block;
	vertical-align: middle;
	border:none;
	cursor:pointer;
	text-indent:-999em;
	background-color: inherit;
	background: #999 url(../images/search.png) 50% 50% no-repeat;
}

#search * { vertical-align:middle;display:inline;}
#nav{
	position:absolute;
	z-index:3;
	width:1110px;
	top:100px;
	left:50%;
	height:55px;
	margin-left:-555px;
}
#nav_bj{
	position:absolute;
	z-index:2;
	width:100%;
	top:100px;
	left:0;
	height:55px;
	background-color:rgba(255,255,255,0.7);
}
#list_banner{
	position:absolute;
	z-index:1;
	top:100px;
	left:0;
	width:100%;
	height:200px;
	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;}