@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;
}

.banner{float:left; margin-top:0; width:100%; position:relative; z-index:9; overflow:hidden;}
.banner_bg{position:absolute; left:0; bottom:0;z-index:33; width:100%; height:450px; background:url(../img/ban_bg.png) no-repeat left center;}
.banner img{width:100%;}
.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:0.6; height:5px; border:0px solid #fff;background-color:#fff; margin:0 5px; border-radius:5px;}
.banSwiper  .swiper-pagination-bullet-active{width:60px; height:5px; background-color:#fff; opacity:1;}
.banSwiper  .swiper-pagination-bullets{bottom:0px !important;  width:100%;padding-top:0px; height:40px;}

.header{position:relative;/* height: 120px; */width:100%;z-index:999;background: url(../img/bg_header.png) center bottom no-repeat;overflow: hidden;}

.head{
    width:100%;
    /* max-width: 1750px; */
    max-width: 1500px;
    margin: 0px auto;
    position: relative;
    z-index: 99;
    }

.logo{float:left;margin: 20px 0;/* max-width:665px; */}
.logo a{width:100%; height:auto; overflow:hidden; display: block;}
.logo img{width:100%;}
.logor{position:relative;width: 64%;float:right;/* margin-top: 30px; */}
.top_link{float: right;/* position:relative; */z-index:9;/* margin-right:30px; */margin-top: 50px;text-align:center;line-height: 30px;}
.top_link a,.top_link span{display: inline-block;font-size: 16px;color: #888;padding: 0 20px;}
.top_link span{margin:0 5px;}
.search{float:right;z-index:15;width: 180px;padding:0px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius: 15px;height: 30px;background-color: transparent;border: 1px solid #004f92;margin-top: 50px;}
.search .ssk{float:left;width: calc(100% - 40px);padding: 0 10px 0 10px;border:0;outline: none;color: #004f92;line-height:30px;background-color:transparent;}
.search .ss{float:right;width:40px;height: 26px;background:url(../img/bg_search.png) no-repeat center center;outline: none;color:#fff;border: 0;border-left: 1px solid #fff;margin:0px 0;text-align:center;}



.dh{position:relative;z-index:999;float:left;width:100%;height: 80px;padding:0px 0;margin-top: 0px;background-color: #004f92;}
#menu {
	position: relative;
	display: flex;
	z-index: 9;
	zoom: 1;
	width: 100%;
	max-width: 1600px;
	text-align: center;
	height: auto;
	margin: 0 auto;
	list-style: none;
	justify-content:space-around;
}

#menu ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu span{float:left;color: #fff; line-height:55px;}
#menu li {
	/* padding: 0px 73px; */
	text-align: center;
	/* line-height:55px; */
	max-width: 250px;
	height:75px;
	width:auto;
	text-align:center;
	display: inline-block;
	float: left;
	position: relative;
margin-top:5px;
}

#menu li a {
	white-space: normal;
	
	padding: 0 0px;
	
	text-align: center;
}
#menu li a h6{
	color: #fff;
	width: 100%;
	line-height:25px;
height:30px;
	font-size: 18px;
	font-weight: bold;
	}
#menu li a p{
	font-size: 16px;
	color: #fff;
	width: 100%;
	display: flex;
	height: 40px;
	line-height: 20px;
	align-content: center;
	justify-content: space-around;
	align-items: center;
	}
#menu li:hover {
	/*background-color: #0088d1;*/
}
#menu li:hover a h6,#menu li:hover a p{color:#fff;}
#menu li:hover ol li a  h6,#menu li:hover ol li a p{color:#333;}
#menu li a:hover {
	
}

#menu li ol {
	margin: 0;
	padding: 0;
	padding-bottom: 0;
	width: 100%;
	min-width:160px;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:75px;
	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);
	border-top: 0px solid #002fa7;
	background: #fff;
	filter: alpha(opacity=100);
}
#menu li ol li{margin-left: 0;padding: 9px 0;background-color: #fff;}

#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 ol li,#menu li:hover ol li a {
	padding: 0px;
	white-space: normal;
	float: none;
	width: 100%;
	z-index: 1;
	text-align: center;
	height: auto;
	/* line-height:25px; */
	display: block;
	border: 0;
	color: #333;
	_line-height: 0;
	/* background-color: #fff; */
	
}
#menu li ol li{padding: 10px 0;border-bottom:1px solid #33333399;}
#menu li ol li:last-child{border-bottom:0;}
#menu li ol li a {
	white-space: normal;
	padding: 0px 5px;
	width: 100%;
	/* height: 100%; */
	overflow: hidden;
	/* white-space: nowrap; */
	/* text-overflow: ellipsis; */
	font-weight: normal;
	display: block;
	/* white-space: nowrap; */
	color: #333;
	float: none;
	/* 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 a h6,#menu li ol li:hover a h6,#menu li:hover ol li:hover a h6{letter-spacing:2px;font-size: 16px;height: auto;color: #333;line-height: 1;}
#menu li ol li a p,#menu li ol li:hover a p,#menu li:hover ol li:hover a p{font-size:12px;color: #333;width: 100%;line-height: 1;height:auto;}
#menu li ol li:hover,#menu li ol li:hover  a{
	background-color: #fff;
	
}
#menu li ol li:hover a h6,#menu li ol li:hover a p,#menu li:hover ol li:hover a h6,#menu li:hover ol li:hover a p{color:red;}
.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: #025393;
	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: 120px;
	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
}

.main{width:100%; max-width:1500px; margin:0 auto;}

.ksdh{margin-top: -140px;overflow:hidden;}
.ksdh ul{width:calc(100% + 20px);}
.ksdh ul li{float:left;text-align:center;margin-top:20px; width:197px;height:180px;background-color:#fff;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius: 10px;margin-right:20px;}
.ksdh ul li .img1,.ksdh ul li:hover .img2{display:inline-block;margin-top: 30px;}
.ksdh ul li .img2,.ksdh ul li:hover .img1{display:none;}
.ksdh ul li a p{color:#333;font-size: 20px;font-weight: bold;width: 100%;line-height:35px;padding: 0 20px;}
.ksdh ul li a span{font-size:14px;font-weight: bold;color:#333;display: inline-block;width: 100%;padding: 0 20px;}
.ksdh ul li:hover{background-color:#e8a618;}
.ksdh ul li:hover a p,.ksdh ul li:hover a span{color:#fff;}

.bg_index1{position:relative;z-index:99;background-color:#e9f2f9;padding-bottom:70px;}

.lm{position: relative;float:left;width:100%;/* line-height: 75px; */height: 75px;border-bottom:0px solid #cfd4d9;}
.lm h6{float:left;width:calc(100% - 100px);font-size:34px;color:#025393;line-height:45px;}
.lm span{float:left;width:calc(100% - 100px);background:url(../img/bg_lm_span.png) no-repeat left center;font-size:20px;color:#e7a618;line-height: 30px;padding-left:35px;font-family: 'SourceHanSerifSC-Regular';}
.lm a.more{position: absolute;top: 0;right: 0;float:right;font-size:18px;color:#333;line-height:75px;}

.xwdt{float:left; width:1062px; margin-top:50px; overflow:hidden;}
.xwdt ul{float:left; width:calc(100% + 30px); margin-top:20px;}
.xwdt ul li{float:left; margin-right:30px;width:334px;}
.xwdt ul li .pic{float:left; width:100%; height:223px; overflow:hidden;}
.xwdt 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;}
.xwdt ul li:hover .pic img{transform: scale(1.2);}
.xwdt ul li a p{float:left; margin-top:25px; width:100%; font-size:18px; color:#333; line-height:30px;;}
.xwdt ul li a span.time{float:left;width:100%; line-height:40px; color:#025393; font-size:16px; margin-top:25px;}
.xwdt ul li a .line{float:left;width:40px; margin-top:25px; height:2px; background-color:#025393;}


.tzgg{float:right; width:400px; margin-top:50px;}
.tzgg ul{float:left; width:100%;}
.tzgg ul li{float:left;width:100%;margin-top: 0;box-shadow:0 0 0 #005CBB;/* margin-bottom:5px; *//* height:100px; */padding: 20px 0;border-bottom: 1px solid #d1deeb;}
.tzgg ul li .date{float:left;text-align:center;width: 66px;height: 66px;background-color: #025393;}
.tzgg ul li .date b{float:left;width:100%;color:#fff;font-weight: bold;font-size: 24px;line-height: 35px;}
.tzgg ul li .date span{float:left;width:100%;color:#fff;font-size: 14px;line-height: 30px;}
.tzgg ul li .bt{float:right;width: calc(100% - 86px);margin: 3px 0;line-height: 30px;height: 60px;overflow:hidden;}
.tzgg ul li .bt a{color:#333; font-size:18px;}
.tzgg ul li:hover .date{border:0px solid #fff;}
.tzgg ul li:hover .bt a{color:#025393; font-weight:bold;}

.bg_index2{height:820px; padding:65px 0; background:url(../img/bg_index2.png) no-repeat center center #025393;}

.xshd{float:left; width:100%; overflow:hidden;}
.lm2{float:left; text-align:center; width:100%;}
.lm2 h6{float:left; width:100%;font-size:34px;color:#fff;line-height:45px;}
.lm2 span{float:left; width:100%;background:none;font-size:20px;color:#e7a618;line-height: 30px;padding-left:0px;font-family: 'SourceHanSerifSC-Regular';}

.xshd ul{float:left;margin-top:15px; width:calc(100% + 40px);}
.xshd ul li{position:relative; float:left; margin-top:10px; margin-right:40px; width:calc(25% - 40px); margin-right:40px;}
.xshd ul li .pic{float:left; width:100%; height:230px; overflow:hidden;}
.xshd 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;}
.xshd ul li:hover .pic img{transform: scale(1.2);}
.xshd ul li .date{position:absolute; left:20px; top:190px; z-index:99; text-align:center;width:80px;height:80px;background-color:#e7a618;}
.xshd ul li .date b{float:left;width:100%;color:#fff;font-weight: bold;font-size: 24px;line-height:40px;}
.xshd ul li .date span{float:left;width:100%;color:#fff;font-size: 14px;line-height: 30px;}
.xshd ul li .bt{float:left;width:100%;padding: 60px 20px 20px 20px;background:url(../img/bg_xshd_li.png) #fff no-repeat center bottom;}
.xshd ul li .bt h6{
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    height: 132px;
    overflow: hidden;
}
.xshd ul li .bt a.read{
    float: right;
    border-bottom: 1px solid #025393;
    line-height: 30px;
    font-size: 16px;
    color: #025393;
}
.bg_more{float:left; width:100%; margin-top:50px; text-align:center; height:50px;}
.bg_more a{display:inline-block; width: 180px; text-align:center; line-height:48px; border:1px solid #fff; color:#fff; text-transform: capitalize; font-size:18px;}

.footer{float:left; width:100%; background-color:#ececec; padding:30px 0 0 0;}
.foot{width:100%; max-width:1500px; margin:0 auto;}
.foot_l{
	width:45%;
	max-width:600px;
	padding-bottom: 50px;
	float:left;margin-top:40px;
}
.foot_r{
	width:55%; max-width:650px;margin-top:40px; float:right;
}
.flogo{float:left; margin-top:40px; margin-bottom:20px; margin-left:35px;}
.flogo img{}
.lxfs{float:left; width:100%; text-align:left;}
.lxfs p{line-height:45px; font-size:14px; color:#333;}

.footnav{float:right;width:100%;margin-top:40px;}
.footnav ul{float:left; width:100%;}
.footnav ul{float:left; width:100%;}
.footnav ul li{float:left; width:25%; text-align:left; line-height:40px; padding-left:0px;}
.footnav ul li a{color:#333; font-size:18px;}

.link{float:right;width:100%;margin-top: 40px;}
.link ul{float:left; width:100%;}
.link ul li{position:relative; width:49%; height:40px; border:1px solid #61b1e6; background:url(../img/bg_link.png) no-repeat right center;}
.link ul li h6{float:left; width:100%; text-indent:20px; line-height:42px; font-size:16px;}
.link ul li ol{visibility: hidden; opacity:0; padding:5px 10px; position:absolute;left:0; bottom:40px; z-index:999; width:100%; background-color:#fff;}
.link ul li:hover ol{visibility:visible; opacity:1;}
.link ul li ol li{float:left; width:100%; border: 0; border-bottom:1px solid #dcdcdc; line-height:25px; padding:5px 0;background:none;}
.link ul li ol li a{color:#333; font-size:14px;}

.copy{float:left; width:100%; padding:15px 0; text-align:center; border-top:1px solid #b1b1b1;}
.copy p{line-height:30px; font-size:14px; color:#333;}

.xfewm{position:fixed; top:80%; right:20px; width:50px; height:210px; z-index:9999;}
.xfewm a{float:right; width:50px; text-align:center; padding:50px 10px 0px 10px; line-height:20px; font-size:18px; color:#fff; height:210px; background:url(../img/icon_weix.png) #025393 no-repeat center top 20px;}
.ewm{visibility: hidden; opacity:0; float:right; width:210px; height:210px; background-color:#025393; padding:15px;}
.ewm img{width:100%; height:100%;}
.xfewm2 .ewm{visibility:visible; opacity:1;}
.xfewm2{width:300px;}


.m_l{position:relative;z-index:99;float:left;margin-top: 70px;width: 320px;background: url(../img/bg_ml.png) #fff no-repeat bottom right;/* padding-top:20px; */padding-bottom:240px;}
.yjlm{float:left;width:100%;display:flex;align-items: center;height:100px;    flex-direction: column;
    justify-content: space-evenly;background:url(../img/bg_yjlm.png) #025393 no-repeat right center;padding: 0 30px 0px 30px;}
.yjlm h6{float:left;width:100%;line-height: 35px;text-align: left;font-weight: bold;font-size: 30px;color:#fff;font-family: 'SourceHanSerifSC-Regular';}
.yjlm p{float:left;width:100%;line-height:20px;text-align: left;font-size:18px;color:#fff;}

.ejdh_bg{float:left; width:8px; height:340px; background-color:#025393;}
.ejdh{float:left;width:calc(100% - 8px);margin-top:0px;}
.ejdh ul{float:left; width:100%;}
.ejdh ul li{float:left;width:100%;border-bottom:1px solid #e4e4e4;line-height:70px;/* justify-content: space-between; */}
.ejdh ul li:first-child{border-top:0;}
.ejdh ul li .navp{padding:5px 30px;float:left; width:100%;}
.ejdh ul li:hover em,.ejdh ul li.on em{background-image:url(../img/ejdh_on.png);}
.ejdh ul li:hover a h6,.ejdh ul li.on a h6{color:#fff; font-weight: bold;}
.ejdh ul li:hover a p,.ejdh ul li.on a p{color:#fff; }
.ejdh ul li:hover .navp,.ejdh ul li.on .navp{background-color:#e8a719;}

.ejdh ul li.on dl{display:block;}
.ejdh ul li a{float:left;width:calc(100% - 30px);color:#000;display: inline-block;font-size:22px;/* padding: 0 20px; */}
.ejdh ul li a h6{float:left;width:100%;line-height: 35px;text-align: left;font-weight: bold;font-size:22px;color:#000;}
.ejdh ul li a p{float:left;width:100%;line-height:20px;text-align: left;font-size:18px;color:#000;}

.ejdh ul li em{float:right;width:30px; cursor:pointer; height:60px; background:url(../img/ejdh_li.png) no-repeat center right; }
.ejdh ul dl{display:none; float:left;width:100%;padding: 0 10px 0 35px;margin:0;border-top: 1px solid #F0F2F4;}
.ejdh ul dl dd{float:left;width: 100%;padding:10px 0 10px 10px;text-indent:0px;background:url(../img/sjdh_li.png)no-repeat top 18px left;line-height: 20px;}
.ejdh ul dl dd a{color: #000 !important;font-size:14px;font-weight: normal !important;padding: 0 !important;}
.ejdh ul dl dd a h6{color: #000 !important;font-size:14px;font-weight: normal !important;padding: 0 !important;}
.ejdh ul dl dd a p{color: #000 !important;font-size:12px;font-weight: normal !important;padding: 0 !important;}
.ejdh ul dl dd:hover,.ejdh ul dl dd.cur{background-image:url(../img/sjdh_on.png);}
.ejdh ul dl dd:hover a,.ejdh ul dl dd.cur a{color: #005cbb !important;}


.m_r{position:relative;z-index:99;margin-bottom:60px;min-height:500px;background-color:#fff;float:right;margin-top: 70px;width: calc(100% - 380px);padding: 0px 0px;padding-bottom: 40px;}
.main1{position:relative;margin-bottom:60px;min-height:500px;background-color:#fff;float:right;margin-top:30px;width:100%;max-width:100%;padding: 0px 30px;}

.dqlm{position:relative;float:left;width:100%;height: 74px;border-bottom: 1px solid #d3d3d3;}
.dqlm h6{float:left;background-color:#005cbb;line-height: 50px;font-size: 34px;padding-left: 20px;text-align: left;color: #025393;background: url(../img/bg_dqlm.png) no-repeat left center;}
.dqlm span{display: none;float:left;width:50px;height:40px;background:url(../img/bg_dqlm.png) no-repeat right center;}

.dqwz{float:right;font-size: 16px;color:#767676;padding-left:20px;font-family: "microsoft yahei";font-size: 16px;color: #888;line-height: 50px;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:0 0px;}
.btlist ul{float:left; width:100%;}
.btlist ul li{float:left;padding:0 20px;width:100%;line-height:40px;border-bottom:0px solid #d3dce5;}
.btlist ul li.even{background-color:#ededed;}
.btlist ul li a{float:left;width:calc(100% - 100px);color:#333; font-size:16px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.btlist ul li span.time{float:right; font-size:14px; color:#666;}
.btlist ul li:hover a,.btlist ul li:hover span.time{color: #fff;}
.btlist ul li:hover{background-color:#025393;}

.imglist{float:left; width:100%;}
.imglist ul{float:left; width:100%;}
.imglist ul li{float:left;width:100%; padding:40px 0; border-bottom:1px dashed #888;}
.imglist ul li .pic{float:left; width:220px; height:165px; 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.2);}
.imglist ul li .bt{float:left; margin-left:30px;margin-right:30px; width:calc(100% - 370px);}
.imglist ul li .bt h6{float:left; width:100%; line-height:40px;  margin-bottom:20px;}
.imglist ul li .bt h6 a{font-size:20px; color:#333;}
.imglist ul li:hover .bt h6 a{color:#025393;}
.imglist ul li .bt span{float:left;width:80px; height:1px; background-color:#025393;}
.imglist ul li .bt p{float:left; width:100%; margin-top:10px; line-height:25px; font-size:16px; color:#9d9d9d;}

.imglist ul li .date{float:right; margin-top:32px; width:86px; padding:15px 0; text-align:center; height:100px; border:1px solid #025393;}
.imglist ul li .date b{line-height:40px; font-size:30px; color:#025393;}
.imglist ul li .date span{line-height:30px; font-size:16px; color:#025393;}
.xrld ul li .bt{width:calc(100% - 250px); margin-right:0;}
.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: 24px;color: #333;font-weight: bold;line-height: 30px;margin-bottom:10px;}
.article_title h2{font-size: 20px;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: 18px;color: #787878;}
.article_data b{margin:0 10px;}
.wznr{float:left; width:100%; margin-top:0px;padding-bottom:40px; border-bottom: 1px dashed #C0C0C0;}
.wznr p,.wznr p span{font-family:"SimSun","times new roman" !important;font-size: 18px !important;line-height:2em !important;}
.wznr p{text-indent: 2em;height: auto;overflow: hidden;font-size: 18px !important;line-height:2em !important;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:18px;color:#025393;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page div a{margin-left:5px;color: #000; font-size:18px;}

.js_menu{float:left; width:100%;}
.js_menu h4{background-color: #025393;float:left;width:100%;padding: 0 10px;text-transform: capitalize;margin-top: 20px;font-family: "microsoft yahei" !important;line-height: 50px;text-align:left;color: #fff;font-size:20px;font-weight: bold;}
.js_menu h4 span{margin-left:20px;}
.js_menu h5{float:left;width:100%;padding: 0 10px;text-transform: capitalize;margin-top: 20px;font-family: "microsoft yahei" !important;line-height: 40px;text-align:left;color: #025393;border: 1px solid #025393;font-size:18px;font-weight: bold;}
.js_menu h5 span{margin-left:20px;}
.munu_js{float:left; width:100%;}

.munu_js h6{float:left;width:100%;text-transform: capitalize;margin-top: 20px;font-family: "microsoft yahei" !important;line-height: 36px;text-align:left;color: #025393;font-size:16px;font-weight: bold;}
.munu_js h6 span{margin-left:20px;}
.munu_js .js_bt{float: right; width:100%;margin-top: 20px;}
.munu_js .js_bt ul{float: left; width:100%;}
.munu_js .js_bt ul li{float: left;white-space:nowrap;/* padding: 0 20px; */min-width: calc(10% - 3px);margin-right: 3px;text-align: center;line-height:36px;margin-bottom: 1px;background-color: #efefef;}
.munu_js .js_bt ul li:hover{background-color:#025393;}
.munu_js .js_bt ul li a{color: #333; font-size: 15px;font-family: "microsoft yahei" !important;}
.munu_js .js_bt ul li:hover a{color:#fff;}