﻿/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
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;}
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{vertical-align:middle;border: 1 solid #DBDBDB;}
input[type=submit],[type=reset],[type=button]{
	cursor: pointer;

	vertical-align:middle;box-sizing: border-box;

}
input[type=text],[type=password]{

	vertical-align:middle;
border: 1 solid #DBDBDB;box-sizing: border-box;
}


input[type=checkbox]{
	cursor: pointer;
	vertical-align:middle;
}
img { border:0px;padding: 0; margin: 0;}
body{
	margin:0 auto;
	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;
}
a:hover{
	color: #0a57a7;
	text-decoration: none
}
/*============页面整体设定：边距、位置、宽度等=*/
#pageset{
	margin:auto;
}
/*===========页面头部=*/
#top_bj{
	position:relative;/*顶部元素定位祖先*/
	height:300px;
	MARGIN:auto;

}
#top{
	position:absolute;
	z-index:2;
	top:0px;
	left:50%;
	margin:auto;
	width:1110px;
	height:100px;
	margin-left:-555px;  /*设置为宽度的一半*/
	margin-top:0px;   /*设置为高度的一半*/
}

#logo a{/*网站标题位置*/
     position:absolute;
	z-index:10;
	top:25px;
	left:0px;
	width:362px;
	height:52px;
	background: url(../images/logo.png) no-repeat; 

}

#top_tel{/*导航栏整体背景*/
	position:absolute;
	z-index:10;
	top:10px;
	right:0px;;
	height:24px;
	line-height:24px;
	color: #333;
	font-size:14px;
	font-weight:normal;
}
#top_tel span{/*导航栏整体背景*/
	line-height:24px;
	color:#333;
	font-size:14px;
	font-weight: normal;
}
#top_tel i{/*导航栏整体背景*/
	margin:0px 5px 0 10px;
	color:#cc0033;
	font-size:18px;
	line-height:24px;
}
#search {
	position:absolute;
	z-index:3;
	top:47px;
	right:0px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-o-border-radius:30px;
	-ms-border-radius:30px;
	overflow:hidden;
	text-align:left;

    }
#search_bj{
	position:absolute;
	z-index:2;
	width:265px;
	height:32px;
	top:47px;
	right:0px;
	background-color: #ffffff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border-radius:30px;
   -webkit-border-radius:30px;
   -moz-border-radius:30px;
   -o-border-radius:30px;
   -ms-border-radius:30px;
   overflow:hidden;
    }
.inp_srh {
	float:left;
	width:210px;
	height:32px;
	padding:0 0 0 10px;
	color: #bebebe;
	line-height:32px;
	background-color:transparent;
	font-family:Microsoft YaHei;
	box-sizing: border-box;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin:0px 0 0 0;
}
.btn_srh {
	float:left;
	width:45px;
	height:24px;
	line-height:24px;
	cursor:pointer;
	text-indent:-999em;
	background:  url(../images/search.png) no-repeat 50% 50%;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #0a57a7;
	margin:4px 0 0 0;
}
#search * { vertical-align:middle;display:inline;}
#nav{
	position:absolute;
	z-index:10;
	width:1110px;
	top:100px;
	left:50%;
	margin-left:-555px;  /*设置为宽度的一半*/
	text-align:center;
}
#nav_bj{
	position:absolute;
	z-index:2;
	width:1110px;
	top:100px;
	left:50%;
	height:50px;
	background-color:#ca0b13;
	filter:alpha(opacity=85);  
      -moz-opacity:0.85;  
      -khtml-opacity: 0.85;  
      opacity: 0.85;
	margin-left:-555px;  /*设置为宽度的一半*/
	border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
}

#list_banner{
	position:absolute;
	z-index:1;
	top:0;
	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 0px 0px;
	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;}
/*--------------------------------------------------------------------------------【分页样式】*/
#view_page{
	TEXT-ALIGN: center;
	font-size: 14px;
	padding:30px 0 20px 0;
}
a.LnkPgPl{
	font-size:14px;
	margin:1px;
	line-height: 26px;
	padding: 8px;
	height:26px;
	background-color:#F5F5F5;
}
a:hover.LnkPgPl{
	color:#fff;text-decoration: none;background-color:#2153a1;
}
.LnkPgPR {
	font-size:14px;
	line-height: 26px;
	margin:1px;
	padding: 8px;
	height:26px;
	color:#fff;
	background-color:#2153a1;
}
a:hover.LnkPgPR {
	color:#fff;
	text-decoration: none;
}
a.LnkPN{
	font-size:14px;
	margin:1px;
	line-height: 26px;
	padding: 8px;
	height:26px;background-color:#F5F5F5;
}
a:hover.LnkPN{
	color:#fff;
	text-decoration: none;background-color:#2153a1;
}
