/* CSS Document */
*
{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}
.ie6 {
  text-align: center;
  font-size: 16px;
  background: #28a130;
  line-height: 110px;
  z-index: 100000;
  width: 100%;
  position: absolute;
  height: 110px;
  top: 0;
  left: 0;
color:#fff;
}
body
{
	font-family:  "Microsoft YaHei", "微软雅黑";

}
a
{
	text-decoration: none;
	color: #333;
}

.container{
	position: relative;
	width: 1250px;
	margin: 0 auto;
}
#top{
	min-width:1250px;
	height: 4px;
	line-height: 4px;
	background: #005bac;  

}

.hm{
	background: url(../images/hm.png) left center no-repeat;
}
.gl{
	background: url(../images/gl.png) left center no-repeat;
}
#logo .container{
	
	background: url(../images/logo.jpg) no-repeat  top left;
	height: 130px;
	position: relative;
}

#search
{
	float: right;
	display: inline-block;
	padding-top: 70px;
	
}
#search form
{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 150px;
	align-items:center;
	justify-content:space-between;
	height:30px;
	padding: 0 8px;
	border:1px solid #ccc;
}

#search .text
{
	height: 20px;
	width: 80px;
	float: left;
	border: none;
	text-align: left;
	padding-left: 1em;
	margin-right:5px;
	outline: none;
	
}
#search .btn
{
	background-color: #fff;
	float: left;
	border: none;
	
	outline: none;
}
#search .btn:focus
{
	border: none;
}
#search .text:focus{
	border:none;
}

.logo-a{
	
	position: absolute;
	left: 0px;
	bottom: 8px;
	font-size: 14px;	
	margin-left: 9em;
}
.logo-a a{
	float: left;
	padding-right: 2em;
	color:#666;
}
#logo a:hover{
	color: #005bac;
}
#nav {
	background-color: #005bac;
	
	height: 54px;
	
	position: relative;
	min-width: 1250px;
}
#nav ul
{
	float: left;
	z-index: 1000;
	
}
#nav ul li
{
	list-style-type: none;
	display: inline-block;
	float: left;
	position: relative;
	text-align: center;
	
}
#nav ul li a p{
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#nav ul li a
{
	display: block;
	color: #ECF0F1;
	padding: 8px 43px;
	text-decoration: none;
	font-size: 16px;
	padding-top: 6px;
}
#nav ul li a:hover{
	background-color:#1eb9e7;
}

#nav ul li ul
{
	position: absolute;
	display: none;
	opacity:0.90;
filter:alpha(opacity=90);

}
#nav ul li:hover > ul
{
	
	display: block;
	
}
#nav ul li ul li
{
	background-color:#ECF0F1;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
#nav ul li ul li a
{
	color:#333;
	text-align: center;
	padding: 0px 20px;
	border-right: none;
	
}
#nav ul li ul li a:hover
{
	background-color: #005bac;
	color: #fff;
	transition:all 0.5s ease-in;
       -moz-transition:all 0.5s ease-in; /* Firefox 4 */
       -webkit-transition:all 0.5s ease-in; /* Safari and Chrome */
       -o-transition:all 0.5s ease-in; /* Opera */
	
}
#banner{
	height: 400px;
	overflow: hidden;
min-width: 1250px;
	
}
.imgNews{
	width: 400px;
	height: 300px;
	margin-top: 20px;
	overflow: hidden;
}
.sec1{
	background-color: #fefefe;
	padding: 20px 0px 10px 0px;
	min-width: 1250px;
}
.sec2{
	padding: 10px 0px 10px 0px;
	min-width: 1250px;
	
}
.sec3{
	padding: 10px 0px 30px 0px;
	min-width: 1250px;
	
}

.zhsj
{
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 260px;
	align-items:center;
	justify-content:flex-start;
	height: 55px;
	background-color: #005bac;
	margin-bottom: 5px;
	
}
.zhsj i{
	color:#fff;
	background-color: #1eb9e7;
	height: 55px;
	line-height: 55px;
	padding: 0 0.5em;
	font-size: 36px;
	
}
.zhsj a{
	color: #fff;
	padding-left: 2em;
	font-size: 22px;
	
	
}

.article
{
	
	
}
.article-top 
{
	
	height: 50px;
	line-height: 50px;
	position: relative;
	border-bottom: 2px solid #1eb9e7;
}
.article-top h3
{
	color: #005bac;
	font-weight: bold;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	
	
	
}
.article-top h3 i{
	padding-right: 0.5em;
}

.article-top .more
{
	
	margin-right: 5px;
	font-size: 14px;
	color: #666;
	float: right;
	
}
.article ul 
{
	margin-top: 10px;
	
}

ul.li{
	
	list-style-type: none;
	width: 530px;
}
ul.li3{
	list-style-type: none;
}
ul.li li,ul.li3 li {
	font-size: 16px;
    /* padding: 5px; */
    padding: 11px 2px;
    line-height: 29px;
    /* min-height: 45px; */
   
    cursor: pointer;
    border-bottom: solid 1px #f0f0f0;
	
}
ul.li li a,ul.li3 li a{
	display: inline-block;
  font-size: 16px;
    color: #333;
    text-decoration: none;
   
	
    /* background: url(../images/shutiao.png) no-repeat top 5px left; */
   
}
ul.li li span,ul.li2 li span,ul.li3 li span{
	float: right;
    color: #666;
}

#footer{background-color: #005bac;min-width: 1250px;}
#footer .container{
	
	padding: 24px 16px 20px 16px;
}

ul.zs li{
	overflow: hidden;
    padding:14px 0px;
    border-bottom: 1px solid #eee;
	zoom: 1;
}
ul.zs li a{
	color: #333;
}
ul.zs li a:hover,ul.li li a:hover,ul.li2 li a:hover{
	color: #005bac;
}
ul.li2 li{
	list-style:none;
	
	height:30px;
	line-height: 30px;
	padding: 0 10px;
	margin-top: 20px;
	
}
ul.li2 li a{
	color: #333;
	font-size: 16px;
}
#footer h4{
	font-size: 16px;
	padding-bottom: 0.5em;
}
#footer h4,#footer ul li,#footer ul li a,#footer p{color: #ffffffbf;}
.link{
	width: 100%;
	padding-bottom: 1em;
	border-bottom: 1px solid #ffffffbf;
	margin-bottom: 1em;
}
.link ul
{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items:center;
	justify-content:space-between;
	
}
.link ul li,.link ul li a,#footer p{font-size: 14px;}
.link ul li{
	list-style-type: none;
	
}
#footer p{
	line-height: 1.5em;
	text-align: center;
}
.list{
	padding: 40px 0px;
	background-color: #f9f9f9;min-width: 1250px;
}
.navsub{
	width: 150px;
	background-color: #fff;
	
}
.navsub h2{
	background-color: #005bac;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
}
.navsub ul li{
	list-style: none;
	padding: 1em;
	text-align:center;
	border-bottom: 1px solid #ECF0F1;
}
.navsub ul li a{
	color: #2C3E50;
	font-size: 14px;
}
.clearfix{background-color: #fff;padding: 20px;}
.position{
	border-bottom:  1px dotted #CCC;
	padding: 0px 0px 10px 0px;
color:#666;
	font-size: 14px;
}
.position span,.position a{
	color:#666;
	font-size: 14px;
}
#news-list ul li
{
	list-style-type: none;
	background: url(../images/liar.png) left center no-repeat;
	padding-left:25px;
	border-bottom: 1px dashed #00000026;
	height: 50px;
	line-height: 50px;
	
}
#news-list ul li span{
	float: right;
	color: #666;
	font-size: 14px;
}
#news-list ul li a{
	font-size: 16px;
}
#news-list ul li a:hover,.navsub ul li a:hover{
	color: #005bac;
}
#news-content
{
	
	min-height: 600px;
	padding: 15px;
	
	border-radius: 0 0 10px 10px;
}
#news-content .content-title
{
	text-align:center;
	padding: 1em 0 0.5em 0;
	font-size: 24px;
	font-weight: bold;
	
	color: #333;

}
.pub{
	color: #999;
	text-align: center;
	padding: 10px 0px;
	font-size: 14px;
}
.clear{
	clear: both;
}
.w1{width: 960px;}
.h1{height: 394px}
.w2{width: 260px;}
.w3{width: 1060px;}
.w4{width: 610px;}
.w5{width: 465px;}
.h2{min-height: 360px;}
.mr{
	margin-right: 30px;
}
.fl{float:left;}
.fr{float:right;}