/* CSS Document */
/*
basecolor: #005bac
secondcolor: #1eb9e7
thirdcolor: #d80c18

gray:
#c9c9cb
#acb0b1
#898989

*/
*{margin: 0;padding: 0;box-sizing: border-box;font-size: 16px;}
body {font-family: "Microsoft YaHei","微软雅黑",SimHei,sans-serif; background-color: #f8f9fa;}
ul li{list-style-type: none;}

h1{color: #666;padding: 25px; text-align: center;font-size: 30px;}
h3{font-size: 16px;font-weight: normal; colr:#141313}
img{border:0;}
.pt-0{padding-top:0px !important;}
.pt-30{padding-top: 30px !important;}
.pb-30{padding-bottom: 30px !important;}
.w1{width: 585px;}
.w2{width: 585px;}
.w3{width:410px;}
.w4{width:320px;}
.h1{height: 330px;}
.bg-white{
	background-color: #fff;
}

.more{ float: right;color: #999;font-size: 12px;}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.en{
color:#999;
padding-left:0.5em;
font-weight:normal;
}

a
{text-decoration: none;}
.container{width: 1200px;margin: 0 auto;}
.clear{clear: both;}

#header,#nav,#secton,#link,#footer,#list,.link
{
	width: 100%;
}
#header
{
	
	
	background-color: #005bac;
	
	
	
}
#header .container
{
	display: flex;
	justify-content: space-between;
	height: 126px;
	align-items: center;
	
	
}
#header .logo{
	
	width: 520px;
	height: 67px;
	
}
#search
{
	align-self:center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	
	
}
#search form
{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	
	align-items:center;
	justify-content:space-between;
	height:40px;
	
	
	
}

#search #text
{
	height: 35px;
	width: 180px;
	border-radius: 8px;
	border: none;
	text-align: left;
	margin-right-right: 1em;
	outline: none;
	padding: 0 8px;
	font-size: 14px;
	
}
#search #btn
{
	padding: 0 8px;
	border: none;
	
	outline: none;
}
#search #btn:focus
{
	border: none;
}
#search #text:focus{
	border:none;
}
.home{
	color:#ddd !important;
	padding:1em 1em 0.5em 1em;
	text-align: right;
	font-size: 14px;
	display: none;
	
}
.home i{
	margin-right: 0.5em;
	
}

#nav {
	background-color: #005bac;
	border-top: 1px solid #f5f5f5;
	
	
	position: relative;
	
}
#nav ul
{
	display:flex;
justify-content:space-between;
	z-index: 1000;
align-items:center;
height:50px;
}
small{
font-size:14px;
}
#nav ul li
{
	list-style-type: none;
	display: inline-block;
	float: left;
	position: relative;
height:50px;
line-height:50px

}
#nav ul li a
{
	display: block;
	color: #ECF0F1;
	 
  
text-align:center;
	text-decoration: none;
	font-size: 16px;
}

#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:#e8e9e9;
	width: 185px;
margin-top:0;
	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 */
	
}
.imagesbanner{
	padding-top: 20px;
}

.marquee-box{
	

}
.ap{
	width:100%;
height:50px;
line-height:50px;
	background: #005bac;
	text-align: center;
	color:#fff;
	margin-right: 2em;
	font-size: 18px;
	font-weight: bold;
	
}
.marquee{
	
  overflow: hidden;
width:320px;
	height: 265px;

    background-color: #eaf5ff;
    padding: 1em;
  
  
}
.item{
	display: flex;
	height: 120px;
	
}
.section
{
	
	
}
.section .container
{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.section i
{
	color: #005bac;
	padding-right: 1em;
}
.imgshow
{
	
width: 585px; height:330px; overflow:hidden; position:relative; 
}



.article
{
	

	overflow: hidden;
	background: #fff;
	
	
}

.article-top
{
	height: 45px;
	line-height: 45px;
	border-bottom: 2px solid #005bac;
	padding-bottom: 5px;
	
	
}

.article-top h3
{
	float: left;
	color: #005ac3;

	font-weight: bold;
	
}
.article-body
{
	padding: 0px 10px;
}



.article ul li
{
	list-style-position: inside;
	border-bottom: 1px solid #ccc;
	position: relative;
	height: 45px;
	line-height: 45px;
	
	
}

.link ul li a,.article ul li a{
	
	color:#000;font-size: 15px;
	
}
.link ul li a:hover,.article ul li a:hover
{
	
  color: #005bac;
 font-weight: bold;
	
}
.article ul li span
{
	 color:#999; font-size: 12px;
	float: right;
	
	
}
.article ul li p
{
	line-height: 1.5em;
}
.link
{
	
	
	
}
.link i{
	padding-right: 1em;
}
.link .container{
	padding: 20px 0;
}
.link h3
{
	height: 45px;
	line-height: 45px;
	border-bottom: 2px solid #005bac;
	color: #005bac;
	font-weight: bold;
	padding: 0 10px 5px 10px;
	
}
.link ul li
{
	height: 35px;
	line-height: 35px;
	text-align: left;
	margin: 0.5em 1em;
	float: left;
display: inline;
	
}

#footer
{
	
	
	background-color: #005bac;
	
	
}
#footer .container
{
	
	
	padding: 40px 0px;
	
	
}
#footer p
{
	color: #fff;
	font-size:15px;
	text-align: center;
	
	
	
	display:block;
}
.nav-left img
{
	border-radius: 5px;
	
	
	
}
.list
{
	background-color: #fff;
	padding: 20px 20px 20px 20px;
min-height:590px;
	
}
.list-content
{
	
	
	width: 100%;
	
}
.list-content i{
	padding-right: 1em;
}
.list-content ul li
{
	display: block;
	border-bottom: 1px dashed #808080;
}
.list-content ul li a
{
	display: block;
	color: #333;
	padding: 15px 0;
	
}
.list-content ul li a:hover
{
	
	color: #005bac;
	
	
	
}
.list-content ul li a h3
{
	float: left;
	font-weight: bold;
	
	
}
.list-content ul li span
{
	float: right;
	font-size: 12px;
	color: #999;
}
.list-content ul li p
{
	float: left;
	padding: 1.5em 0;
	color: #504d4d;
	font-size: 12px;
}
.position
{
	padding: 1em 0px;
	
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #005abc;
	margin-bottom: 1em;
	
	
}
.position i{
	
}
.position a
{
	display: inline-block;
	
	color: #666;
	font-size: 14px;
	
}
.news-body
{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	min-height: 500px;
	padding: 10px 0 20px 0;
	min-height: 600px;
}
.news-top,.news-main,.news-body .position
{
	margin:0 10px;
}
.news-top
{
	
	padding: 30px 0px;
}

.news-top h2
{
	color: #333;
	padding: 20px 0px;
	text-align: center;
}
.news-top p
{
	font-size: 14px;
	color: #504b4c;
	text-align: center;
	
	
	
}
.news-main
{
	
	padding-top: 20px;
}