* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	line-height: 150%;
	font-size: 14px;
	min-width: 1200px;
	margin: auto;
	font-family: "Microsoft YaHei", Arial, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.box {
	width: 1200px;
	margin: auto;
}

.top {
	height: 95px;
	overflow: hidden;
	background: #fff;
}

.top .logo {
	display: block;
	float: left;
}

.top .map {
	display: block;
	float: right;
	background: url(./../images/map.jpg) no-repeat;
	padding-left: 50px;
	padding-right: 10px;
	margin-top: 20px;
	height: 80px;
}

.top .map span {
	color: #393430;
	display: block;
	height: 26px;
}

.top .map a {
	color: #0251c3;
}

.top .map a:first-of-type {
	margin-right: 10px;
}

.menu {
	background: #0152c5;
	width: 100%;
	height: 42px;
	overflow: hidden;
	font-size: 16px;
}

.menu .nav {
	width: 900px;
	float: left;
	text-align: center;
}

.nav-item {
	float: left;
}

.menu .nav a {
	color: #fff;
	display: block;
	width: 125px;
	height: 42px;
	line-height: 42px;
	transition: all 0.5s ease;
}

.menu .nav a:hover,
.menu .nav .hover {
	background: #02429a;
	text-decoration: none;
}

.menu .nav .dropdown {
	position: absolute;
	z-index: 100;
	background: rgba(0, 83, 197, 0.8);
	display: none;
	min-width: 125px;
}

.menu .nav .dropdown a {
	display: block;
	width: 100%;
	height: 45px;
	overflow: hidden;
}

.menu .so {
	float: right;
	width: 220px;
	margin: 5px 0px;
	height: 30px;
	background: #fff;
	border-radius: 10px;
}

.menu .so input {
	border: 0;
	width: 168px;
	height: 30px;
	margin-left: 10px;
	outline: none;
	vertical-align: middle;
}

.menu .so button {
	width: 32px;
	height: 25px;
	vertical-align: middle;
	border: 0;
	background: url(./../images/so.jpg) no-repeat center right;
}


.banner-container {
	position: relative;
	width: 100%;
	height: 800px;
}

.banner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	will-change: transform, opacity;
}

.nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.4);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(6px);
}

.nav-arrow.visible {
	opacity: 1;
	pointer-events: auto;
}

.nav-arrow.prev {
	left: 30px;
}

.nav-arrow.next {
	right: 30px;
}

.nav-arrow svg {
	width: 28px;
	height: 28px;
	fill: #fff;
	transition: transform 0.3s ease;
}

.nav-arrow:hover svg {
	transform: scale(1.5);
}

.link {
	background: #333333;
	padding-top:10px;
}

.link {
	text-align: center;
	padding: 26px 0px;
	margin-bottom:-38px;
	color: #fff;
}

.link a {
	color: #fff;
	font-size: 12px;
	margin: 0px 10px;
}

.link hr {
	width: 688px;
	margin:10px auto;
	border: 0px;
	border-top: 1px #4c4c4c solid;
}

.bot {
	background: #333333;
	padding-top:30px;
	height: 130px;
}

.bot .nav {
	text-align: center;
	padding: 26px 0px;
}

.bot .nav a {
	color: #fff;
	font-size: 16px;
	margin: 0px 38px;
}

.bot .copyright {
	text-align: center;
	color: #8f8f90;
	line-height: 180%;
}

.bot hr {
	width: 688px;
	margin: auto;
	margin-bottom: 16px;
	border: 0px;
	border-top: 1px #4c4c4c solid;
}

.bot .copyright a {
	color: #8f8f90;
}




.clear {
	clear: both;
}

.page {
	background: #f6f6f6;
	overflow: auto;
	color: #333;
}

.page .nav {
	background: #fff;
	margin: 20px 0;
	padding: 10px 0px;
	width: 100%;

}

.page .nav .list {
	padding: 10px 20px;
}

.page .nav span {
	color: #999999;
	margin: 0 3px;
}

.page .nav a {
	color: #333333;
	padding: 0px 10px;
	margin: 0 3px;
	text-decoration: none;
}

.page .nav a:hover {
	color: #fff;
	background: #0152c5;
	border-radius: 5px;
}

.page .so {
	padding: 10px 0px;
	text-align:center;
}

.page .so input{
	border:1px #d9d9d9 solid;
	width:500px;
	height:30px;
	vertical-align: middle;
	text-align:center;
}

.page .so button{
	border:0px;
	background:#1660d4;
	color:#fff;
	width:80px;
	height:32px;
	vertical-align: middle;
}

.page .con {
	background: #fff;
	margin: 20px 0;
	padding-bottom: 20px;
	width: 100%;
	color: #333333;
}

.page .loc {
	color: #778193;
	font-size: 12px;
	padding: 13px 20px;
	border-bottom: 1px #eeeeee solid;
}

.page .loc a {
	color: #778193;
}

.page .con {
	min-height: 900px;
}

.page .con .ul p {
	text-align: center;
	padding: 50px;
	font-size: 16px;
}

.page .con ul {
	list-style: none;
}

.page .con ul li {
	height: 55px;
	font-size: 16px;
	border-bottom: 1px #eeeeee solid;
	padding: 10px 20px;
}

.page .con ul li:hover {
	background: #f2f7ff;
}

.page .con ul li:hover a {
	color: #1660d4;
}

.page .con ul a {
	color: #333333;
	font-weight: bold;
}

.page .con ul li .time {
	float: right;
	color: #999999;
	font-size: 12px;
	text-align: right;
	width: 200px;
}

.page .con ul li div {
	margin-top: 8px;
}

.page .con ul li .tag {
	color: #666666;
	background: #eeeeee;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 3px;
	margin-right: 5px;
}

.page .con ul li a .tag {
	color: #1660d4;
	background: #e3ecfa;
	font-weight: normal;

}

.page .con ul li a:hover {
	text-decoration: none;
}

#fenye {
	clear: both;
	margin: 20px auto;
}

#fenye a {
	text-decoration: none;
	display: inline;
	height: 25px;
	line-height: 25px;
}

#fenye .prev,
#fenye .next {
	width: 52px;
	text-align: center;
	line-height: 25px;
}

#fenye a.curr {
	width: 22px;
	background: #0152c5;
	border: 1px solid #0152c5;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#fenye a.curr:visited {
	color: #fff;
}

#fenye a {
	color: #333333;
	background: #fff;
	margin: 0px 5px;
	border: 1px solid #dcdddd;
	float: left;
	text-align: center;
	height: 22px;
	line-height: 22px
}

#fenye a.num {
	width: 22px;
}

#fenye a:visited {
	color: #0152c5;
}

#fenye a:hover {
	float: left;
}

#fenye span {
	line-height: 30px;
	font-size: 13px;
	height: 30px;
}

.article {
	padding: 50px 20px;
}

.article .title {
	text-align: center;
}

.article .info {
	margin: 20px 200px;
	padding: 10px;
	text-align: center;
	border-bottom: 1px #eeeeee solid;
}

.article .content {
	padding: 10px 50px;
	line-height: 200%
}