@charset "utf-8";
@import url("../fonts/font.css");
* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	margin: 0 auto;
	font-family: 'Microsoft YaHei';
	font-weight: normal;
	font-size: 14px;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li,
p {
	list-style-type: none;
	font-size: 15px;
	margin: 0;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

a,
a:focus {
	border: none;
	outline: none;
	height: auto;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w100 {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.bg_e7f3ff {
	background-color: #e7f3ff;
	overflow: hidden;
}

.clear {
	clear: both;
}

.li_last {
	margin-right: 0 !important;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	max-height: 285px;
	z-index: 90;
}

.bg_head {
	width: 100%;
	height: 150px;
	background: url(../img/bg_header.png) no-repeat top center;
	border-bottom: 0px solid #fff;
}

.head {
	width: 100%;
	max-width: 1600px;
	margin: 0px auto;
	position: relative;
	z-index: 99;
}

.logo {
	float: left;
	margin: 34px 0 0 0;
	/* max-width:500px; */
}

.logo a {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}

.logo img {
	width: 100%;
}

.logor {
	position: relative;
	width:600px;
	float: right;
}

.top_link {
	float: left;
	color: #666;
	margin-top: 55px;
	text-align: center;
	line-height: 40px;
}

.top_link a,
.top_link span {
	display: inline-block;
	font-size: 16px;
	color: #666;
	padding: 0 20px;
}

.top_link span {
	margin: 0 5px;
}

.top_link a.icon_top1 {
	background: url(../img/icon_top1.png) no-repeat left center;
}

.top_link a.icon_top2 {
	background: url(../img/icon_top2.png) no-repeat left center;
}

.search {
	float: right;
	z-index: 15;
	width: 260px;
	background: url(../img/bg_srach.png) no-repeat left center;
	padding: 0px;
	padding-left: 60px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 20px;
	height: 40px;
	border: 1px solid #192799;
	margin-top: 55px;
}

.search .ssk {
	float: left;
	width: 100%;
	padding: 0 10px 0 10px;
	border: 0;
	outline: none;
	color: #666;
	line-height: 40px;
	background-color: transparent;
}

.search .ss {
	display:none;
	float: right;
	width: 50px;
	height: 30px;
	outline: none;
	color: #666;
	border: 0;
	border-left: 1px solid #fff;
	margin: 5px 0;
	/* border-radius: 0 20px 20px 0; */
	text-align: center;
}

.dh {
	position: relative;
	z-index: 999;
	float: left;
	width: 100%;
	height: 60px;
	margin-top: 0;
	background-color:#fff;
}

#menu {
	position: relative;
	z-index: 9;
	zoom: 1;
	display: flex;
	width: 100%;
	max-width: 1600px;
	text-align: center;
	height:60px;
	margin: 0 auto;
	list-style: none;
	justify-content: space-around;
	align-items: center;
}

#menu ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	/* padding:0px 0; */
	text-align: center;
	line-height: 60px;
	height: 60px;
	/* padding: 0px 10px; */
	width: 14.2%;
	text-align: center;
	/* display: inline-block; */
	float: left;
	position: relative;
}
#menu span{width:1px; margin:10px 0; height:40px; background-color:#a2b6c2;}
#menu li:hover,
#menu li.cur {
	border-bottom:0px solid #fff;
	background-color:#2031b7;
}
#menu li:hover ol li,
#menu li.cur ol li{line-height:25px; background-color:#fff;}
#menu li a {
	white-space: normal;
	padding: 0 0px;
	text-align: center;
	color: #2031b7;
	font-weight: bold;
	font-size:20px;
}
#menu li:hover a{color: #fff;}
#menu li:hover ol li a{color:#333;}
#menu li:hover {
	/*background-color: #0088d1;*/
}


#menu li a:hover {}

#menu li ol {
	margin: 0;
	padding: 0 10px;
	padding-bottom:0px;
	width: 100%;
	min-width:180px;
	height: auto;
	overflow: hidden;
	border-top: 0px solid #2031b7;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	text-transform: none;
	-webkit-transition: all .8s ease-in;
	-moz-transition: all .8s ease-in;
	-o-transition: all .8s ease-in;
	transition: all 0.8s ease-in;
	background: #fff;
	filter: alpha(opacity=100);
}

#menu li ol li {
	margin-left: 0;
	padding: 0px 0;
	display: flex;
	align-items: center;
	width: 100%;
	float: left;
	text-align: center;
	height:45px;
	line-height:20px;
	 border-bottom: 1px solid #eee;
}
#menu li ol li:last-child{border-bottom:0 !important;}
#menu li:hover>ol {
	opacity: 1;
	visibility: visible;
	margin: 0;
	z-index: 1;
}

#menu ol ul {
	top: 0;
	z-index: 1;
	left: 200px;
	margin: 0 auto;
	_margin: 0;
}
#menu li:hover ol li a {
	padding: 0px;
	white-space: normal;
	float: none;
	width: 100%;
	z-index: 1;
	text-align: center;
	line-height:20px;
	border: 0;
	color: #333;
	_line-height: 0;
	/* background-color: #fff; */
	
}

#menu li ol li a {
	font-size:16px;
	/* padding: 0px 0px; */
	width: 100%;
	font-weight: normal;
	line-height:20px;
	color: #333;
	/* float: left; */
	/* background-color: #005cbb; */
	/* text-transform: none;-webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
   transform:scale(1);transition: all 0.8s ease-in-out; */
}
#menu li ol li:last-child,#menu li ol li:last-child a{border:0;}
#menu li ol li:hover{border-bottom: 1px solid #eee;}
#menu li ol li:hover,
#menu li ol li:hover a {
	background-color: #fff;
	color: #2031b7;
}

.menu-btn {
	display: none;
	overflow: hidden;
	float: right;
	/* margin-left: 35px; */
	width: 30px;
	height: 30px;
	background: 0 0;
	text-indent: 0;
	opacity: 1;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 999
}

.menu-btn2 {
	position: absolute;
	top: 20px;
	display: none;
	right: 10px;
	z-index: 999;
	width: 30px;
	height: 30px;
}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3,
.menu-btn2 .line-1,
.menu-btn2 .line-2,
.menu-btn2 .line-3 {
	position: absolute;
	top: 50%;
	display: block;
	right: 0;
	width: 26px;
	height: 2px;
	background:#1228cd;
	transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
	transition-property: transform, width, margin, background-color
}

.menu-btn2 .line-1,
.menu-btn2 .line-2,
.menu-btn2 .line-3 {
	background-color: #fff;
}

.menu-btn .line-1,
.menu-btn2 .line-1 {
	margin-top: -9px;
	width: 26px
}

.menu-btn .line-3,
.menu-btn2 .line-3 {
	margin-top: 9px;
	width: 26px
}

.drawerMenu-open .menu-btn .line-1,
.menu-btn2.open .line-1 {
	visibility: hidden
}

.drawerMenu-open .menu-btn .line-2,
.menu-btn2.open .line-2 {
	margin-top: 0 !important;
	width: 28px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.drawerMenu-open .menu-btn .line-3,
.menu-btn2.open .line-3 {
	margin-top: 0 !important;
	width: 28px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mobNav {
	position: fixed;
	top: 150px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 200;
	padding: 20px 6% 20px;
	display: none
}

.mobNav ul {
	width: 100%;
	max-height: 80vh;
	overflow: auto
}

.mobNav ul::-webkit-scrollbar {
	display: none
}

.mobNav ul li {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #ddd
}

.mobNav ul li .navp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	float: left;
	width: 100%;
}

.mobNav ul li .navp a {
	font-size: 16px;
	color: #005ebb;
	font-weight: 700;
	background-size: auto 100%
}

.mobNav ul li .navp i {
	display: block;
	font-style: normal;
	width: 16px;
	font-size: 30px;
	/* font-weight: lighter; */
	transition: .3s;
	color: #005ebb;
	transform-origin: center;
	margin-right: 5px;
	height: 16px;
	background-size: 16px 16px
}

.mobNav ul li.on .navp i {
	transform: rotate(-45deg);
	margin-right: 15px;
}

.mobNav ul li .subNavm {
	margin-top: 10px;
	padding-left: 10px;
	display: none
}

.mobNav ul li .subNavm a {
	display: block;
	line-height: 36px;
	font-size: 16px
}

.banner {
	float: left;
	margin-top:210px;
	width: 100%;
	position: relative;
	z-index: 9;
	overflow: hidden;
}

.banner img {
	width: 100%;
}

.banner .pgba {
	z-index: 5;
	position: absolute;
	bottom: .3rem;
	left: 0;
	text-align: center;
}

.banner .pgba span {
	color: #fff;
	width: 30px;
	height: 5px;
	border-radius: 2px;
	background: #fff;
	opacity: 1;
	margin: 0 3px !important;
	position: relative;
}

.banner .pgba span.active {
	opacity: 1;
	width: 60px;
}

.banner .pgba span.active i {
	display: block;
}

.banner .pgba span i {
	position: absolute;
	left: 0;
	top: -1px;
	bottom: -1px;
	width: 0;
	background: #0b66ad;
	display: none
}

.banSwiper {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banSwiper .swiper-slide {
	float: left;
	text-align: center;
	width: 100%;
	height: 100%;
}

.banSwiper .swiper-slide img {
	display: inline-block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.banSwiper .swiper-button-prev:after,
.banSwiper .swiper-container-rtl .swiper-button-next:after,
.banSwiper .swiper-button-next:after,
.banSwiper .swiper-container-rtl .swiper-button-prev:after {
	color: transparent;
	line-height: 48px;
	text-align: center;
	font-size: 25px;
}

.banSwiper .swiper-button-prev,
.banSwiper .swiper-button-next {
	top: calc(50% - 28px) !important;
	color: transparent;
	width: 160px;
	height: 56px;
	line-height: 56px;
	border-radius: 100%;
}

.banSwiper .swiper-button-prev {
	left: 0px !important;
	background: url(../img/ban_l.png) no-repeat center center;
	color: transparent;
	;
}

.banSwiper .swiper-button-next {
	right: 0px !important;
	background: url(../img/ban_r.png) no-repeat center center;
	color: transparent;
}

.banSwiper .swiper-pagination-bullet {
	width: 30px;
	opacity: 1;
	height: 5px;
	border: 0px solid #fff;
	background-color: #fff;
	margin: 0 5px;
	border-radius: 25%;
}

.banSwiper .swiper-pagination-bullet-active {
	width:30px;
	height: 5px;
	background-color:#1228cd;
	opacity: 1;
}

.banSwiper .swiper-pagination-bullets {
	bottom: 0px !important;
	width: 100%;
	padding-top: 0px;
	height: 40px;
}

.main {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.bg_index1 {min-height:570px;padding-bottom:38px;
	background: url(../img/bg_index1.png) #e8ebf7 bottom right no-repeat;
}

.bg_index2 {min-height:710px;padding:40px 0 50px 0;
	background: url(../img/bg_index2.png) #e6e9fa bottom center no-repeat;
}

.bg_index3 {min-height:460px;padding:40px 0;
	background: url(../img/bg_index3.png) #d0d5ec bottom center no-repeat;
}

.bg_lm{position:relative;float:left; margin-bottom:20px; width:100%; background:url(../img/bg_lm.png) no-repeat left center; padding-left:20px;}
.lm{float:left; width:calc(100% - 100px);;}
.lm span{float:left; width:100%; font-size:16px;line-height:16px; text-transform: capitalize; color:#333;font-family: 'SourceHanSerifSC-Regular';}
.lm h6{float:left;width:100%;line-height:28px;font-size:28px; color:#333; font-weight:bold; }
.bg_lm .more{width:100px;float:right;text-align: right;font-size:18px;color:#666;line-height:44px;}

.gzdt {
	float: left;
	margin-top: 40px;
	width: 66%;
	max-width:1055px;
}

.gzdt_pic{
	float: left;
	width:49%;
	max-width:510px;
	margin-top: 0px;
	height: auto;
	overflow: hidden;
}

.gzdtSwiper {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.gzdtSwiper .swiper-slide {
	float: left;
	text-align: center;
	padding-bottom: 20px;
	width: 100%;
	height: 100%;
}

.gzdtSwiper .swiper-slide .pic {
	width: 100%;
	height:330px;
	overflow: hidden;
}

.gzdtSwiper .swiper-slide .pic img {
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}

.gzdtSwiper .swiper-slide:hover .pic img {
	transform: scale(1.2);
}

.gzdtSwiper .swiper-slide .bt {
	float: left;
	width: 100%;
	height:90px;
	padding:15px 0;
	background-color:#1228cd;
}

.gzdtSwiper .swiper-slide .bt a{
	float: left;
	padding:0px 10px;
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-align:left;
	font-size: 16px;
	line-height:30px;
	height:60px;
	overflow: hidden;
}

.gzdtSwiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 0px solid #fff;
	background-color: #fff;
	opacity: 1;
	margin: 0 5px;
	border-radius: 100% !important;
}

.gzdtSwiper .swiper-pagination-bullet-active {
	background-color: #ffba00;
	opacity: 1;
}

.gzdtSwiper .swiper-pagination-bullets {
	top: auto !important;
	left: 50px !important;
	bottom:125px !important;
	right: 50px !important;
	background: top center;
	width: calc(100% - 100px) !important;
	padding-top: 0px;
	height: 20px;
}

.gzdtSwiper .swiper-button-prev:after,
.gzdtSwiper .swiper-container-rtl .swiper-button-next:after,
.gzdtSwiper .swiper-button-next:after,
.gzdtSwiper .swiper-container-rtl .swiper-button-prev:after {
	color: transparent;
	line-height: 48px;
	text-align: center;
	font-size: 25px;
}

.gzdtSwiper .swiper-button-prev,
.gzdtSwiper .swiper-button-next {
	top: auto !important;
	bottom: 0 !important;
	color: transparent;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 0;
}

.gzdtSwiper .swiper-button-prev {
	left: 0px !important;
	
	color: transparent;
	;
}

.gzdtSwiper .swiper-button-next {
	right: 0px !important;
	
	color: transparent;
}

.gzdt_bt{float:right; width:49%; max-width:510px;}
.news ul{float:left; width:100%;}
.news ul li{float:left; width:100%; line-height:60px; margin-bottom:12px; padding-left:35px; padding-right:10px; background:url(../img/bg_listd.png) #fff no-repeat left 20px center;}
.news ul li a{float:left; width:100%; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; font-size:18px; color:#333;}
.news ul li:hover a{color:#1228cd;}

.tzgg{float:right;margin-top:40px;width: 32%;max-width:510px;}

.wzSwiper {
	position: relative;
	max-width: 1600px;
	float:left;
	margin: 20px auto 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.wzSwiper .swiper-button-next,
.wzSwiper .swiper-button-prev {
	color: #fff;
}

.wzSwiper .swiper-wrapper {
	max-width: 100%;
	margin: 0 auto;
	;
}

.wzSwiper .swiper-slide {
	position: relative;
	width: 300px;
	height: 515px;
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.wzSwiper .swiper-slide .pic {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}

.wzSwiper .swiper-slide h6 {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	margin-top:40px;
	margin-left:50px;
	width: 20px;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 30px;
	/* font-weight: bold; */
}

.wzSwiper .swiper-slide a.read {
	font-size: 16px;
	position: absolute;
	right:50px;
	bottom:0px;
	background: url(../img/ksdh_more.png) no-repeat center bottom;
	padding-bottom:60px;
	color: #fff;
	line-height: 20px;
	width: 20px;
	text-align: center;
}


.wzSwiper .swiper-prev{outline:0; background:url(../img/ztzl_l.png) no-repeat left center;position:absolute;top:50%;left:0; width:30px;
height:70px;margin-top:-35px;
z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;}
.wzSwiper .swiper-next{outline:0;background:url(../img/ztzl_r.png) no-repeat right center;position:absolute;top:50%;right:0; width:30px;
height:70px;margin-top:-35px;
z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;}



.kjfw{float:left; width:100%;}
.kjSwiper{
	position: relative;
	max-width: 1600px;
	float:left;
	margin: 0px auto 0 auto;
padding-bottom:50px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.kjSwiper ul{float:left; width:100%;}
.kjSwiper ul li{float:left; width:20%;}

.kjSwiper .swiper-button-next,
.kjSwiper .swiper-button-prev {
	color:#4d5489;
}
.kjSwiper .swiper-prev{outline:0; background:url(../img/ztzl_l.png) no-repeat left center;position:absolute;top:50%;left:0; width:30px;
height:70px;margin-top:-35px;
z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;}
.kjSwiper .swiper-next{outline:0;background:url(../img/ztzl_r.png) no-repeat right center;position:absolute;top:50%;right:0; width:30px;
height:70px;margin-top:-35px;
z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;}
.kjSwiper .swiper-wrapper {
	max-width: 100%;
	margin: 0 auto;
	;
}
.kjSwiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 0px solid #fff;
	background-color: #fff;
	opacity: 1;
	margin: 0 5px;
	border-radius: 100% !important;
}

.kjSwiper .swiper-pagination-bullet-active {
	background-color: #4d5489;
	opacity: 1;
}

.kjSwiper .swiper-pagination-bullets {
	top: auto !important;
	left: 0px !important;
	bottom:0px !important;
	right:0px !important;
	background: top center;
	width: 100% !important;
	padding-top: 0px;
	height:30px;
}
.kjSwiper .swiper-slide {
	position: relative;
	width: 100%;
	height:100%;
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;margin-top:30px;
}
.kjfw ul{float:left;width:100%;/* display: flex; *//* justify-content: space-around; */}
.kjfw ul li{float:left;margin-top:30px;/* width: 200px; */text-align:center;}
.kjSwiper .swiper-slide .bg_pic,.kjSwiper ul li .bg_pic{display:inline-block; width:150px; height:150px; border:1px dashed #1228cd; border-radius:100%;}
.kjSwiper .swiper-slide .pic,.kjSwiper ul li .pic{-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transform: scale(1);
	transition: all 0.3s ease-in-out;background-position:center; background-repeat:no-repeat; float:left; margin:7px; border-radius:100%; background-color:#3140af; width:136px; height:136px;}
.kjSwiper .swiper-slide .pic img,.kjSwiper ul li .pic img{display:inline-block;}
.kjSwiper .swiper-slide a .bt,.kjSwiper ul li a .bt{float:left; width:100%; text-align:center; line-height:30px; font-size:18px; font-weight:bold; color:#4d5489;}
.kjSwiper .swiper-slide:hover .pic,.kjSwiper ul li:hover .pic{transform:rotatey(180deg);}


.footer{position:relative; float:left;  width:100%; background:url(../img/bg_footer.png) rgb(32 49 183 / 90%) no-repeat center bottom; min-height:150px;}
.foot{width:100%; max-width:1600px; padding:10px 0; margin:0 auto;}
.lxfs{float:left; width:30%; margin-right:5%;}
.lxfs h6,.yqlj h6{font-size:16px; color:#fff;float:left; width:100%; margin-bottom:8px; line-height:30px;}
.lxfs h6 a{font-size:16px; color:#fff;}
.lxfs p{font-size:14px; color:#fff; line-height:30px;}
.yqlj{float:left;width: 50%;margin-right: 0;}
.yqlj ul{float:left; width:100%;}
.yqlj ul li{float:left; width:33.3%; text-align:left; line-height:30px;}
.yqlj ul li a{font-size:14px; color:#fff;}
.code{float:right;/* width:30%; */}
.code ul{float:left; width:100%;}
.code ul li{float:right; margin-top:10px; text-align:center;}
.code ul li img{display:inline-block;}
.code ul li p{float:left; width:100%; line-height:30px; color:#fff; font-size:16px;}


.lmbanner{margin-top:210px;}
.lmbanner img{width:100%;}
.bg_main{background-color:#e1e8ef; padding:20px 0;}
.m_l{position:relative;z-index:21;float:left;margin-top:20px;width:260px;padding-bottom:240px;}
.yjlm{float:left;width:100%;display:flex;align-items: center;height:80px;background: #005cbb; /*border-radius: 0 60px 0 0;*/ padding: 0 30px;}
.yjlm h6{float:left;width:100%;line-height: 35px;text-align: left;font-weight: bold;font-size:28px;color:#fff;font-family: 'SourceHanSerifSC-Regular';}

.ejdh{float:left;width:100%;margin-top:0px;background-color: #fff;border-left: #a6b4c2 5px solid;padding-bottom:0px;}
.ejdh ul{float:left; width:100%;}
.ejdh ul li{float:left;/* display:flex; *//* align-items: center; */width:100%;/* padding:0 20px; */border-top:1px solid #F0F2F4;border-bottom:1px solid #F0F2F4;/* height:60px; */line-height: 60px;/* justify-content: space-between; */}
.ejdh ul li:first-child{border-top:0;}
.ejdh ul li.on .navp{border-left: #005cbb 5px solid; width:calc(100% + 5px); margin-left:-5px;}
.ejdh ul li .navp{padding: 0 20px;float:left;width:100%;}
.ejdh ul li:hover .navp em,.ejdh ul li.on .navp em{background-image:url(../img/ejdh_on.png);}
.ejdh ul li:hover .navp a,.ejdh ul li.on .navp a{color:#005cbb; font-weight: bold;}
.ejdh ul li.on dl{display:block;}
.ejdh ul li .navp a{float:left;width: calc(100% - 35px);color:#000;display: inline-block;font-size:18px;/* padding: 0 20px; */}
.ejdh ul li .navp em{float:right;width:30px; cursor:pointer; height:60px; background:url(../img/ejdh_li.png) no-repeat center right; }
.ejdh ul dl{position:relative;display:none;float:left;width:100%;padding: 0 10px 0 30px;margin:0;border-top: 1px solid #F0F2F4;}
.ejdh ul dl:before{content:"";position:absolute;left: 30px;top:0;width:1px;height: calc(100% - 15px);background-color:#e2e7ec;}
.ejdh ul dl dd{float:left;position: relative;width: 100%;padding:0px;text-indent:0px;line-height:30px;padding-left:20px;}
.ejdh ul dl dd:before{content:"";position:absolute;left:0;top:15px;width:15px;height:1px;background-color:#e2e7ec;}
.ejdh ul dl dd a{color: #000 !important;font-size:16px;font-weight: normal !important;padding: 0 !important;}
.ejdh ul dl dd:hover a,.ejdh ul dl dd.cur a{color: #005cbb !important;}

.m_r{position:relative;z-index:21;margin-bottom:60px;min-height:500px;background-color:#fff;float:right;margin-top:20px;width: calc(100% - 300px);padding: 0px 0px;padding-bottom: 40px;}
.main1{position:relative;margin-bottom:60px;min-height:500px;background-color:#fff;float:right;margin-top:20px;width:100%;max-width:100%;padding: 0px 20px;}

.dqlm{position:relative;float:left;padding-left:20px; width:100%;height:60px;background:url(../img/bg_lm.png) no-repeat left top; border-bottom:1px solid #E6E6E6; margin-bottom:0px; padding-bottom:0px;}
.dqlm h6{float:left;line-height:44px;font-size:26px;text-align: left;color:#2031b7;}

.dqwz{float:right;font-size: 16px;color:#767676;/* padding-left:20px; */padding-left:20px;font-family: "microsoft yahei";font-size: 16px;color: #888;line-height:44px;/*background:url(../img/bg_dqwz.png) no-repeat left center;*/}
.dqwz a,.dqwz span{font-size: 14px;color: #888;font-family: "microsoft yahei";}

.btlist{float:left; width:100%; padding:0px;}
.btlist ul{float:left; width:100%;}
.btlist ul li{float:left;padding-left: 10px;width:100%;background: url(../img/bg_listd.png) no-repeat left center;line-height:59px;border-bottom: 1px solid #d3dce5;}
.btlist ul li a{float:left;width:calc(100% - 120px);color:#333; font-size:18px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.btlist ul li span.time{float:right; font-size:16px; color:#666;}
.btlist ul li:hover a{color: #005cbb;}
.btlist ul li:hover{border-bottom:1px solid #005cbb;}


.imglist{float:left; width:100%; overflow:hidden; padding:0px;}
.imglist ul{float:left; width:calc(100% + 30px);}
.imglist ul li{position:relative; float:left; width:calc(33.3% - 30px);padding-bottom:10px; margin-top:30px; margin-right:30px; }
.imglist ul li .pic{float:left; width:100%; height:auto; max-height:230px; overflow:hidden;}
.imglist ul li .pic img{width:100%;-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transform: scale(1);
	transition: all 0.3s ease-in-out;}
.imglist ul li:hover .pic img{transform: scale(1.1);}
.imglist ul li .bt{position:absolute; left:5%; bottom:0;  overflow:hidden; text-overflow:ellipsis;  white-space:nowrap; width:90%; line-height:60px; padding:0 10px;background-color:#005cbb; border-radius:15px 15px 0 0;}
.imglist ul li .bt a{font-size:16px;font-weight:bold;color:#fff;float: left;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.fy{float:left; width:100%; margin:10px auto;}

.article{width:100%;float: left;margin: 0;padding: 0 20px;}
.article_title{float: left;text-align: center;width:100%;margin-top: 25px;}
.article_title h1{font-size:18px;color: #333;font-weight: bold;line-height:25px; margin-bottom:10px;}
.article_title h2{font-size:18px; color: #333; line-height:20px; margin-bottom:10px;}
.article_data{float: left;width:100%;text-align: center;padding: 15px 0px;margin: 0px auto 30px auto;border-bottom: 1px solid #C0C0C0;height:auto;line-height: 20px;font-size: 16px;color: #8c8c8c;}
.article_data b{margin:0 10px;}
.wznr{float:left; width:100%; margin-top:0px;padding-bottom:40px; border-bottom:0px dashed #C0C0C0;}
.wznr p,.wznr p span{font-family: "microsoft yahei" !important;}
.wznr p{line-height: 200%;text-indent: 2em;height: auto;overflow: hidden;font-size:16px;color: #333;margin-bottom:0;}
.wznr iframe{width:100% !important; margin-left:-2em;}
.wznr p img{margin: 10px auto;max-width:100%;}
.wznr p table,.wznr table{width:100%;max-width: 100% !important;
      height: auto; margin: 0 auto;display:table; border:0;border-collapse: collapse;
    align: center;}

.wznr p table td p,.wznr td p{text-indent: 0;text-align: center;}
.wznr p table td,.wznr p table td{overflow-wrap: anywhere;
    white-space: normal;}
.page{float:left; width:100%; margin: 20px 0;}
.page div{float:left;width: 100%;font-family: "microsoft yahei";line-height:30px;font-size:16px;color:#005CBB;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page div a{margin-left:5px;color: #000; font-size:16px;}
.kjfwlist{float:left; width:100%;}
.kjfwlist ul{float:left;width:100%;}
.kjfwlist ul li{float:left; margin-top:30px; width:33.3%;text-align:center;}
.kjfwlist ul li .bg_pic{display:inline-block; width:150px; height:150px; border:1px dashed #1228cd; border-radius:100%;}
.kjfwlist ul li .pic{-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transform: scale(1);
	transition: all 0.3s ease-in-out;background-position:center; background-repeat:no-repeat; float:left; margin:7px; border-radius:100%; background-color:#3140af; width:136px; height:136px;}
.kjfwlist ul li .pic img{display:inline-block;}
.kjfwlist ul li a .bt{float:left; width:100%; text-align:center; line-height:30px; font-size:18px; font-weight:bold; color:#4d5489;}
.kjfwlist ul li:hover .pic{transform:rotatey(180deg);}