@charset "utf-8";

html,
body {
	min-width: 1200px;
	margin: 0;
	padding: 0;
}

div, dl, dt, dd, ul, ol, li, p, h1, h2, h3, img  {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #333;
}

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

.h40 {
	padding-top: 40px;
}

.main1200 {
	margin: 0 auto;
	width: 1200px;
}

/*banner*/
.banner {
	margin: 0 auto;
	width: 100%;
	min-width: 1200px;
	height: 419px;
	background: url(../images/banner.jpg) center top no-repeat;
}

.banner_ink {
	margin: 0 auto;
	width: 1200px;
}

.banner_inleft {
	float: left;
	width: 600px;
	height: 40px;
	text-align: left;
	font-size: 13px;
}

.banner_inleft a {
	float: left;
	width: auto;
	padding-right: 10px;
	height: 40px;
	line-height: 40px;
	color: #0a5caa;
}

.banner_inleft span {
	float: left;
	width: auto;
	padding-right: 10px;
	height: 38px;
	line-height: 38px;
	color: #0a5caa;
}

.banner_inright {
	float: right;
	width: auto;
	height: 40px;
	text-align: left;
	font-size: 13px;
}

.banner_inright a {
	float: right;
	width: auto;
	padding-right: 8px;
	height: 40px;
	line-height: 40px;
	color: #0a5caa;
}

.banner_inright span {
	float: right;
	width: auto;
	padding-right: 8px;
	height: 38px;
	line-height: 38px;
	color: #0a5caa;
}

.logo {
	margin: 0 auto;
	width: 470px;
	height: 101;
	margin-top: 80px;
}

.top_search {
	background-color: #fff;
	width: 674px;

	margin: 35px auto 0 auto;
	height: 50px;
	display: flex;
}

.top_search button {
	width: 83px;
	height: 50px;
	background: #0a5caa url(../images/btn.png) center no-repeat;
	border: none;
	outline: none;
}

.top_search input {
	height: 100%;
	border: 1px solid #d7d4d8;
	outline: none;
	font-size: 14px;
	color: #9b9b9b;
	padding: 0 25px;
	box-sizing: border-box;
	width: 650px;
	cursor: pointer;


}

input::-webkit-input-placeholder {
	color: #9b9b9b;
	font-size: 14px;
}

.top_text {
	margin: auto;
	padding-top: 18px;
	width: 674px;
	height: auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	/* 允许换行 */
	justify-content: center;
	/* 主轴居中（水平） */
	align-content: center;
	/* 多行整体居中（关键） */
	gap: 16px;
}

.top_text a {
	font-size: 13px;
	color: #57595b;
}

/*导航*/
.nav {
	margin: 0 auto;
	width: 100%;
	height: 75px;
	background: #0a5caa;
}

/*导航left*/
.nav_in {
	margin: 0 auto;
	width: 1200px;
	height: 75px;
	line-height: 75px;
	background: #0a5caa;
}

.nav_in ul {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.nav_in ul li {
	float: left;
	width: 20%;
	font-size: 24px;
	font-weight: bold;
}

.nav_in ul li a {
	display: block;
	text-align: center;
	color: #FFFFFF;
}

.nav_in ul li a img {
	margin-right: 6px;
	vertical-align: text-top;
	padding-top: 6px;
}

.nav_in ul li:nth-child(1) a img {
	margin-right: 4px;
	vertical-align: text-top;
	padding-top: 4px;
}

.nav_in ul li.active a {
	font-weight: bold;
	display: block;
	text-align: center;
	background-color: #1369ba;
	color: #FFFFFF;
}

.nav_in ul li:hover a {
	display: block;
	text-align: center;
	background-color: #1369ba;
	color: #FFFFFF;
}

.bk {
	margin: 0 auto;
	width: 100%;
	background: url(../images/bk.png) top center no-repeat;
}

.ck {
	margin: 0 auto;
	width: 100%;
	background: url(../images/lsbj.png) top center no-repeat;
	padding-top: 50px;
}






/*footer*/
.footer {
	background-color: #0e589e;
	clear: both;
	padding-bottom: 20px;
}

/* footer up */
.navlb {
	float: left;
	width: 1200px;
	height: 50px;
	line-height: 50px;
	text-align: left;
	font-size: 16px;
	margin-top: 10px;
}

.navlb ul {
	list-style-type: none;
}

.navlb ul li {
	float: left;
	width: auto;
	position: relative;
	color: #fff;
	text-align: center;
}

.navlb ul li:hover {}

.navlb ul li a {
	padding-left: 44px;
	padding-right: 44px;
	color: #fff;
}

.navlb ul li a img {
	vertical-align: middle;
	margin-left: 8px;
}

.navlb ul li a span {
	float: left;
	width: auto;
	color: #fff;
}

.navlb ul li ul {
	margin: 0 auto;
	width: 102%;
	height: auto;
	max-height: 300px;
	display: none;
	z-index: 300;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #f1f9ff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	padding: 10px 0;
}

.navlb ul li:hover ul {
	width: 180px;
	background-color: #ffffff;
	display: block;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 300;
	animation: slideUp 0.3s ease-out;
}



.navlb ul li:hover ul li {
	width: 100%;
	text-decoration: none;
	color: #333;
	text-align: center;
	padding: 0 4px;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*
	line-height: 25px;
	text-overflow: ellipsis;
	padding:10px 0px;
	*/

.navlb ul li:hover ul li a {
	width: 100%;
	color: #333;
	display: block;
	padding: 0;
	font-size: 14px;
}

.navlb ul li:hover ul li a:hover {
	color: #00488b;
	background-color: #f5f9ff;
}

.navlb ul li:hover ul li:hover {
	background: #f5f9ff;
}

.navlb ul li:hover ul li:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.navlb ul li:hover ul li:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* footer dowm */
ul.address {
	float: left;
	width: 550px;
	color: #fff;
	padding: 10px 0;
}

ul.address li {
	line-height: 20px;
	color: #fff;
	font-size: 12px;
}

ul.address li a {
	color: #fff;
}

ul.address li img {
	vertical-align: middle;
}

ul.footer-lo {
	float: left;
	width: 200px;
	height: 112px;
	display: flex;
	flex-wrap: wrap;
	/* 允许换行 */
	justify-content: center;
	/* 主轴居中（水平） */
	align-items: center;
	/* 单行行整体居中（关键） */

}

.footer-info .address {
	width: 600px;
	margin-left: 20px;
}

.footer-info .address li {
	line-height: 21px;
}

.dsfewmdivk {
	float: right;
	width: 400px;
	position: relative;
}

.dsfewmdiv {
	float: right;
	width: 200px;
	margin-top: 33px;
}

.dsfewmdiv li {
	line-height: 44px;
	margin-right: 20px;
	height: 40px;
	border: 3px solid #2e74b4;
	text-align: left;
	padding: 0px 10px;
}

.dsfewmdiv img {
	width: 24px;
	height: 24px;
	margin: 0;
	border: 0;
	position: relative;
	top: 5px;
}

.dsfewmdiv span {
	font-size: 12px;
	color: #fff;
	margin-left: 7px;
	position: relative;
	top: -3px;

}

.ewmqh {
	position: absolute;
	top: 15px;
	right: 379px;
	width: 90px;
	height: 90px;
	background: #00CC99;
	z-index: 100;
}

.ewmqh img {
	width: 90px;
	height: 90px;
}

/*灰色导航*/
.ht {
	background: #f2f2f2;
	height: 70px;
}

.navnr_in {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #666666;
	line-height: 70px;

}

.navnr_in p {
	display: inline-block;
}

.navnr_in p span {
	color: #666666;
}

.navnr_in a {
	color: #666666;
}

/*蓝色*/
.belu_inx {
	margin: 0 auto;

	width: 100%;
	line-height: 70px;
	font-size: 22px;
	color: #0a5caa;
	font-weight: bold;
	border-bottom: 10px solid #0a5caa;
}

.belu_in {
	float: right;
	width: 838px;
	margin-bottom: 60px;
}

.belu_in ul {
	padding: 10px 0px;
	border-bottom: double 1px #e3e3e3;
}

.belu_in ul li {
	font-size: 18px;
	line-height: 46px;

	background: url(../imagesx2/dian.png) left 20px no-repeat;
	padding-left: 24px;
}

.belu_in ul li.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 35px;
}

.belu_in ul li span.date {
	color: #999999;
	line-height: 46px;
	font-size: 16px;
	float: right;
	white-space: nowrap;

}

.page {
	margin: auto;
	margin: 30px 0px 50px 0px;
	text-align: center;
}


/*footer 手机版*/
.footx_top {
	display: none;
}

.footx_top2 {
	display: none;
}

.footx {
	display: none;
}

.list_title {
	float: left;
	width: 1200px;
	height: 18px;
	line-height: 18px;
	text-align: left;
	padding: 20px 0;
	color: #0a5caa;
	font-size: 14px;
}

.list_title b {}

.list_title span {
	/* float: left; */
	height: 18px;
	line-height: 18px;
	padding: 0 6px;
	color: #4e4e4e;
}

.list_title a {
	/* float: left; */
	text-align: left;
	color: #4e4e4e;
	padding: 0 5px;
}

.list_title img {
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}

.ban {
	text-align: center;
	margin-bottom: 0px;
}

.ban img {
	width: 100%;
}

ul.zjyq_left {
	float: left;
	width: 310px;
	border-top: #0a5caa solid 6px;
}


ul.zjyq_left li {
	width: 100%;
	height: 76px;
	line-height: 76px;
	font-size: 26px;

	text-align: center;

}

ul.zjyq_left li a {
	color: #333333;
	display: block;

}

ul.zjyq_left li a:hover {
	color: #0a5caa;
	font-weight: bold;
	background: #eff8ff;
}

ul.zjyq_left li.active {
	color: #0a5caa;
	font-weight: bold;
	background: #eff8ff;
}

ul.zjyq_left li.active a {
	color: #0a5caa;
	font-weight: bold;
	background: #eff8ff;
}

.title_g {
	border-bottom: 2px solid #e9e9e9;
}

.title_g span {
	display: inline-block;
	padding: 0px 3px;
	height: 38px;
	line-height: 34px;
	border-bottom: 3px solid #0a5caa;
	margin-bottom: -2px;
	text-align: center;
	font-size: 22px;
	color: #0a5caa;
	font-weight: bold;
}

.title_g a {
	float: right;
	font-size: 14px;
	color: #b3b3b3;
	padding-top: 12px;
}

.title_g a:hover {
	color: #3460ab;
}
/*蓝色*/
.belu_inx{
    margin:0 auto;
 
   width:100%;
   line-height:70px;
   font-size: 22px;
   color: #0a5caa;
   font-weight:bold;
   border-bottom:10px solid #0a5caa;
}
.belu_in{
   float:left;
   width:100%;
   margin-bottom:60px;
   }
.belu_in ul {  padding:10px 0px;
   border-bottom: double 1px #e3e3e3;}
.belu_in ul:nth-child(3){   border-bottom: none;}
.belu_in ul li a {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	line-height: 46px;
}

.belu_in ul li a p {
	width: 90%;
	background: url(../imageslb/dian.png) 6px center no-repeat;

	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: justify;
	text-overflow: ellipsis;
	overflow: hidden;
	color:#333333;

}
.belu_in ul li a span {
	width: 10%;
	font-size: 16px;
	text-align: right;
	color: #999999;
	
}
.page{ margin:auto; margin:30px 0px 50px 0px; text-align:center;}



@media screen and (max-width: 1000px) {
	html {
		list-style: none;
		margin: 0;
		padding: 0;
		text-decoration: none;
		height: 100%;
		max-width: 750px;
		min-width: auto;
		background: none;
	}

	body {
		padding: 0;
		margin: 0 auto;
		height: 100%;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		max-width: 750px;
		min-width: auto;
		background: none;
	}

	.main1200 {
		margin: 0 auto;
		width: 100%;
	}

	.banner {
		margin: 0 auto;
		width: 100%;
		min-width: 100%;
		background: url(../images/bannerx.png)center top no-repeat;
		height: 15rem;
		background-size: cover;
	}

	.banner_ink {
		display: none;
	}

	.logo {
		width: 19.6rem;
		margin-top: 0rem;
		padding-top: 3.2rem;
	}

	.logo img {
		width: 19.6rem;
	}

	.top_search {
		width: 21rem;
		height: 2.6rem;
		margin: 2rem auto 0 auto;
	}

	.top_search button {
		width: 11rem;
		height: 2.6rem;
		background-size: 50%;
		background: #0a5caa url(../images/btn.png) center no-repeat;
		background-size: 35%;
	}

	.top_search input {
		padding: 0 0.8rem;
	}

	.top_text {
		width: 20rem;

	}

	.nav {
		height: 3.2rem;
	}

	.nav_in {
		width: 100%;
		height: 3.2rem;
		line-height: 3.2rem;
	}

	.nav_in ul li {
		background: #1369ba;
		font-size: 0.8rem;
		font-weight: normal;
		border-right: solid 1px #0a57a0;
		border-left: solid 1px #217dc5;
		box-sizing: border-box;
	}

	.nav_in ul li a img {
		margin-right: 0.4rem;
		vertical-align: text-top;
		padding-top: 0.2rem;
		padding-top: 0.2rem;
		height: 0.8rem;

	}

	.nav_in ul li:nth-child(1) a img {
		margin-right: 0.3rem;
		vertical-align: text-top;
		padding-top: 0.18rem;
		height: 0.8rem;

	}


	.nav_in ul li.active a {
		font-weight: bold;
		background-color: #1e78cd;

	}

	.nav_in ul li:hover a {
		font-weight: bold;
		background-color: #1e78cd;

	}


	

	.navnr_in {
		line-height: 3rem;
		font-size: 1rem;
		padding-left: 0.8rem;
		box-sizing: border-box;
	}

	.top_text {
		display: none;
	}

	


	/*footer 手机版*/
	.footx_top {
		float: left;
		width: 100%;
		background: #2a65a1;
		height: 3rem;
		line-height: 3rem;
		display: block;
		border-bottom: #4b86c2 solid 1px;
	}

	.footx_top ul {
		list-style-type: none;
	}

	.footx_top ul li {
		float: left;
		width: 33.33%;
		color: #fff;
		text-align: center;
	}

	.footx_top ul li a {
		color: #fff;

	}

	.footx_top ul li span {
		float: right;
		color: #4b86c2;
	}

	.footx_top2 {
		float: left;
		width: 100%;
		background: #2a65a1;
		height: 3rem;
		line-height: 3rem;
		border: none;
		display: block;
	}

	.footx_top2 ul {
		list-style-type: none;
	}

	.footx_top2 ul li {
		float: left;
		width: 50%;
		color: #fff;
		text-align: center;
	}

	.footx_top2 ul li a {
		color: #fff;

	}

	.footx_top2 ul li:nth-child(1) a {
		padding-left: 30%;
		box-sizing: border-box;
	}

	.footx_top2 ul li:nth-child(2) a {
		padding-right: 38%;
		box-sizing: border-box;
	}

	.footx_top2 ul li span {
		float: right;
		color: #4b86c2;
	}

	.footx {
		float: left;
		width: 100%;
		height: auto;
		background: #13568b;
		padding: 1.2rem 0;
		display: block;
	}

	.footxl {
		float: left;
		margin-left: 3rem;
		margin-top: 1.5rem;
	}

	.footxl img {
		width: 3.2rem;
	}

	.footxr {
		float: left;
		padding-left: 2rem;
		color: #5d9ccf;
		font-size: 1rem;
		line-height: 1.6rem;
	}

	ul.zjyq_left {
		float: none;
		width: 100%;
		border-top: #0a5caa solid 6px;
		margin-bottom: 0.8rem;
	}

	.list_title {
		width: 100%;
	}
	.belu_inx{
	  margin:0 auto;
	  line-height:3rem;
	  font-size:1.2rem;
	  color: #0a5caa;
	  border-bottom:0.4rem solid #0a5caa;
	  box-sizing: border-box;
	  padding-left:0.5rem;
	 }
	 .belu_in{ padding:0 0.8rem 0 0.3rem; box-sizing: border-box;   }
	.belu_in ul li a p{ width:75%; font-size: 1rem; }
	.belu_in ul li a span{width:25%; font-size:0.8rem; }
	.ban{margin-bottom:0px;}

    .footer {
        display: none;
    }
	

}