﻿/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,p{padding:0;margin: 0;font-family:Microsoft YaHei;}
ul{ list-style:none;}
i{ vertical-align:middle;}
input{outline:none;-webkit-appearance: none;box-sizing: border-box;}
input:-ms-input-placeholder{color:#999;} /*=//IE10=*/
textarea:-ms-input-placeholder{color:#999;} /*=//IE10=*/  
input::-moz-placeholder{color:#999;}/*=//Firefox=*/
textarea::-moz-placeholder{color:#999;}/*=//Firefox=*/
input::-webkit-input-placeholder{color:#999;}/*=//Chrome,Safari=*/
textarea::-webkit-input-placeholder{color:#999;}/*=//Chrome,Safari=*/
textarea{resize:none} 
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+ */
}
html{font-family:Microsoft YaHei;}
body{margin:0;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;font-family:Microsoft YaHei;}
a:hover{color:#145ab2;text-decoration: none;}
/*============页面整体设定：边距、位置、宽度等=*/
#pageset{margin:0; padding:0px 0 0 0;}
/*===========页面头部=*/
#top_bj{ width:100%;position: relative;MARGIN:0;}
#top{position: relative;width:1230px;height:230px;margin: auto;}
#logo a{position:absolute;z-index:10;top:80px;left:0px;width:721px;height:113px;background: url(../images/logo.png) no-repeat;}
#top_link a{position:absolute;z-index:10;top:55px;right:330px; font-size:18px; font-weight:bold; color:#145ab2; display:none;}
#search {
	position:absolute;
	z-index:10;
	top:140px;
	right:0px;
	width:320px;
	overflow:hidden;
	text-align:left;
	border:1px solid #3589be;
	border-radius:0px;
	background:rgba(255,255,255,0.0);
    }

.inp_srh {
	float:left;
	width:85%;
	height:40px;
	padding:0 0 0 10px;
	color:#333;
	line-height:40px;
	font-family:Microsoft YaHei;
	box-sizing: border-box;
	margin:0px 0 0 0;
	border:none;
	background-color:transparent;
	font-size:14px;
}
.btn_srh{
	float:right;
	width:15%;
	height:40px;
	line-height:40px;
	cursor:pointer;
	text-indent:-999em;
	background:#3589be url(../images/search.png) no-repeat 50% 50%;
	background-size:18px;
	border:none;
	margin:0px 0 0 0; 
	border-radius:0%;
	
}



#list_banner{width:100%;height:500px;margin:0px 0 0 0; background:#3589be url(../images/list_banner.jpg) no-repeat bottom center;}
#list_banner a{width:100%;height:500px;display:block;}
/*===========页面底部=*/
#bottom{
	width:100%;
	padding:40px 0;
	margin: auto;
	text-align: left;
	background:#3589be;overflow: hidden;

}
#bottom ul{width:1230px;margin: auto;text-align: left;}
.bottom_logo{float:left;width:220px;margin:0;overflow: hidden; }
.bottom_logo img{width:100%;margin:0;}
#bottom dl{float:left;margin:0 0 0 60px;overflow: hidden; float:left;}
#bottom dl dt{padding:0 0px 0 0px; font-size:32px;height:60px;line-height:40px;color:#FFF; font-weight:bold;}
#bottom dl dt span{padding:0 0px 0 10px; font-size:28px;line-height:45px; font-weight: normal;}
#bottom dl dt i{width:32px;height:32px;font-size:22px;margin:0 10px 5px 0;background:#fff; color:#3589be;border-radius:8px; font-weight:normal; display:inline-block; text-align:center; line-height:33px;}
#bottom dl dd{padding:0 0 0 0px; margin:0;color:#FFF; font-size:22px;line-height:1.6; font-weight:lighter;}
#bottom dl dd a{ color:#FFF;}
.bottom_wx{float: right;width:130px;margin:0;overflow: hidden; font-size:16px;color:#fff; text-align:center;}
.bottom_wx img{width:100%;margin:0 0 10px 0;}



.link_box {float:left;width:600px;margin:0 0px 0px 0px;overflow: hidden;}
.link_box h2{height:35px;text-align: left; border-bottom:0px solid rgba(255,255,255,0.4);}
.link_box h2 span{
	font-size:18px;
	COLOR:#fff;
	height:35px;
	line-height:20px;
	padding:0 10px 0 0px;
	position: relative;
	border-radius:0;
	display:inline-block;
	float:left;
	text-align: left;
	font-weight: normal;
	}
.link_con {width:100%;margin:0;padding:0px 0px 0px 0px;}
.link_con ul {width:620px;padding:0 0 0px 0; overflow: hidden; zoom:1;}
.link_con ul li a{
	float:left;
	width:270px;
	line-height:26px;
	box-sizing: border-box;
	margin:0px 20px 0px 0px;
	color:#fff;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	display:inline-block;
	font-size:14px;
}
/*===========栏目页设定=*/
#content{margin:auto;WIDTH:1230px;padding:0px 0 0px 0px;overflow: hidden;}
#message_button{
	width:100%;
	padding:20px 0 20px 0;
	margin: auto;
	text-align: center; display:none;
}
#message_button a{margin:0 20px 0 20px;}