@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑";
}
html, body, div, span, object, iframe, table, tr, th, td, em, img, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ul, ol, li, form, label, input, button, textarea, pre, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-text-size-adjust: none;
	margin: 0 auto;
}
div, ul, li, span, p, i, a, h1, h2, h3, h4, h5, h6, img, input, submit, textarea {
	box-sizing: border-box;
	outline: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
ul, ol, li {
	list-style: none;
}
.fl {
	float: left;
}
.rl {
	float: right;
}
.w1300 {
	width: 1300px;
	margin: 0 auto;
	display: block;
/*	overflow: hidden;
*/}
.top {
	width: 100%;
	background-color: #0f50a8;
	height: 40px;
}
.top {
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}
.top a{color:#fff}
.head {
	width: 1300px;
	margin: 0 auto;
	display: block;
	height: 110px;
}
.ss {
	float: right;
	height: 40px;
	width: 300px;
	position: relative;
}
.txt {
	height: 40px;
	width: 280px;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	background-color: #2664b8;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 0;
	outline: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
input::-webkit-input-placeholder { /* WebKit browsers */
 color: white;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: white;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: white;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: white;
}
.bn {
	border: none;
	background-color: #156de3;
	background-image: url(icosearchtophover.png);
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	bottom: 0;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: center center;
}
.logo {
	margin: 23px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.logo h1 {
	margin-left: 30px;
}
.logo h1 a{
    color: #0a4aa2;
	font-size: 36px;
}
#navMenu {
	height: 110px;
	display: block;
	overflow: hidden;
	font-size: 18px;
	line-height: 110px;
	color: #333;
	width: 742px;
	margin: 0 auto;
}
#navMenu ul {
	width: 100%;
}
#navMenu .onelink {
}
#navMenu .onelink a {
	color: #333;
}
#navMenu .onelink a:hover {
	color: #fff;
}
#navMenu li {
	text-align: center;
	float: left;
	line-height: 110px;
	font-size: 18px;
}
#navMenu li a {
	color: #333;
	display: block;
	font-size: 18px;
	text-decoration: none;
	transition: all .5s;
	padding:0 13px;
}
#navMenu li a:hover, #navMenu li.hover a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #156de3;
	transition: all .5s;
}
.dropMenu {
	position: absolute;
	top: -2px;
	z-index: 9999;
	visibility: hidden;
	background-color: #fff;
	filter: Alpha(Opacity=85);
	width: 108px;
	z-index: 9999;
	border: 1px solid #E6E4E3;
	border-top: 0;
}
.dropMenu li {
	margin: 0 5px;
	border-bottom: 1px solid #E6E4E3;
}
.dropMenu li a {
	width: 100%;
	display: block;
	text-align: center;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	line-height: 50px;
}
.dropMenu a:hover {
	color: #333;
	font-size: 16px;
}
.bt {
	width: 360px;
	text-align: center;
	height: 55px;
	z-index: 9999;
	background-color: #0f50a8;
}
.bt h1 {
	line-height: 55px;
	color: #fff;
	font-size: 22px;
}
.bt h1 a{
	color: #fff;
}
.tz {
	width: 360px;
	height:384px;
	position: relative;
	background-color: #f0f1f7;
	 margin-top: 30px;
}
.tz ul {
	padding: 30px;
}
.tz ul li {
	color: #474747;
	line-height: 28px;
	border-bottom: 1px solid #dbdce0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.tz ul li span{
	color: #18267d;
}
.tz ul li a{
	color: #474747;
}

.tz .more {
	color: #5465b3;
	font-size: 16px;
	float: right;
	line-height: 20px;
}
.tz .more a{
	color: #5465b3;
}
.new01 {
	width: 890px;
	margin-top: 30px;
}
.lmbt {
	border-bottom: 2px solid #c5c5c5;
	height: 50px;
	margin-bottom: 25px;
}
.lmbt h1 {
	color: #0f50a8;
	font-size: 24px;
	border-bottom: 5px solid #0f50a8;
	float: left;
	line-height: 25px;
	padding-bottom:20px;
}
.lmbt h1 a{
	color: #333;
}
.lmbt p {
	color: #5465b3;
	font-size: 16px;
	float: right;
	line-height: 40px;
}
.lmbt p a{
    color: #5465b3;
	font-size: 16px;
}
.information-main-fl {
	width: 408px;
	overflow: hidden;
	float: left;
	height: 310px;
	position: relative;
}
.prev {
	display: block;
	position: absolute;
	z-index: 1;
	top: 45%;
	margin-top: -30px;
	left: 3%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(icon-arrow.png) -126px -137px no-repeat;
	cursor: pointer;
}
.next {
	display: block;
	position: absolute;
	left: auto;
	right: 3%;
	top: 45%;
	margin-top: -30px;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(icon-arrow.png) -6px -137px no-repeat;
	cursor: pointer;
}
.information-main-back {
	background: #c6af41;
	position: absolute;
	z-index: 1;
	height: 50px;
	bottom: 0;
	width: 523px;
}
.information-main-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 50px;
	padding: 0 16px;
	display: block;
	z-index: 2;
	text-align: left;
	margin-top: -20px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.information-main-text a{
    color:#fff;
}
.main-btn {
	padding: 10px 17px;
	margin-top: 11px;
	border: 1px solid #7d7d7d;
	line-height: 1;
	color: #fff;
	border: 1px solid #ddd;
	float: right;
	font-size: 16px;
}
.information-main-fl .bd ul li {
	position: relative;
	height: 310px;
}
.information-main-fl .bd ul li img{
    width:100%;
    height:100%;
}
.nlist {
	width: 450px;
	float: right;
}
.nlist ul li {
	color: #474747;
	line-height: 50px;
	border-bottom: 1px dashed #cccccc;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	background-image: url(dian.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.nlist ul li a{
	color: #474747;
}
.nlist ul li span {
	color: #18267d;
	float: right;
	font-size: 14px;
	margin-left: 15px;
}
.nlist ul li span a{
	color: #18267d;
}
.new02 {
	width: 420px;
	margin-top: 40px;
	margin-bottom:40px;
	margin-right:50px;
}
.new03 {
	width: 360px;
	margin-top: 40px;	
	margin-bottom:40px;
}
.list {
	margin-top: -13px;
}
.list ul li {
	color: #474747;
	line-height: 50px;
	border-bottom: 1px dashed #cccccc;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	background-image: url(dian.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.list ul li a{
	color: #474747;
}
.list ul li span {
	color: #18267d;
	float: right;
	font-size: 14px;
	margin-left: 15px;
}
.list ul li span a{
	color: #18267d;
}
.end {
	background-color:#0f50a8;
	width: 100%;
	padding:30px 0;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.end a{
	color: #fff;
}
.main {
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
	width:1300px;
	margin: 0 auto;
}

.leftk {
	float: left;
	width: 240px;
	text-align: center;
    position: relative;
    background-color: #f0f1f7;
	margin: 0;
	
}
.leftk h1 {
width: 100%;
    text-align: center;
    position: absolute;
    height: 60px;
    z-index: 9999;
    right: 0;
    top: -60px;
    background-color: #0f50a8;
	line-height: 60px;
    color: #fff;
    font-size: 20px;
}
.leftk h1 a {
	color: #FFF;
}
.leftk ul li {
	font-size: 16px;
	line-height: 30px;
	padding: 10px 20px;
	color: #333333;
    background-color: #f0f1f7;
	border-bottom:1px solid #fff; 

}
.leftk ul li a {
	color: #333333;
}
.leftk ul li:hover {
	font-size: 16px;
	line-height: 30px;
	padding: 10px 20px;
	color: #FFFFFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #246ED2;
	border-bottom:1px solid #fff; 
}
.leftk ul li:hover a {
	color: #FFFFFF;
}
.rightk {
	float: right;
	width: 1000px;
	margin:30px 0 50px 0;
}

.pagination {
	font-size: 0px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
	float: left;
}
.pagination ul li {
	float: left;
}
.pagination a {
	font-size: 14px;
	color: #ccc;
	display: inline-block;
	_display: inline;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin-right: 5px;
	line-height: 26px;
}
.pagination a.prev, .pagination a.next {
	padding: 0 15px;
}
.pagination a:hover, .pagination a.cur, .pagination a.active, .pagination li.active a, .pagination li.active a:hover {
	font-weight: bold;
	color: #fff;
	border: 1px solid #0f50a8;
	background-color: #0f50a8;
}

.nr p {
	font-size: 16px;
	line-height: 35px;
	color: #333;
	text-indent: 2em;
}
.nr img {
	max-width:90%;
}
.lmbt3 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	margin-bottom: 20px;
}
.lmbt3 h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.lmbt3 h2 {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	font-weight: normal;
}
.lmbt3 h2 a {
	color: #666;
}
.bj50{ margin:30px 0 60px 0;}

.link{ width:100%;display: block;overflow: hidden; line-height:50px; margin-bottom:40px; background-color:#f0f1f7; }
.link h1{ width:100px; height:100%; text-align:center; color:#fff; line-height:50px; font-size:16px; background-color:#0f50a8; float:left;margin-right:20px; }
.link p{ margin-right:20px; display:inline-block; color:#474747;}
.link p a{ color:#474747;}



.boxPage{width:100%; overflow:hidden; margin:30px auto 60px auto;}
.boxPage a{font-size: 14px;
	color: #ccc;
	display: inline-block;
	_display: inline;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin-right: 5px;
	line-height: 26px;}
.boxPage a:hover{ font-weight: bold;
	color: #fff;
	border: 1px solid #0f50a8;
	background-color: #0f50a8;}
a.curPage{font-weight: bold;
	color: #fff;
	border: 1px solid #0f50a8;
	background-color: #0f50a8;}
.numPage{text-align:center}
.btnPage{display:none}
.boxPage span{font-size:16px;line-height:40px;margin:0 15px 0 7px;display:none; vertical-align:middle}
