.ne-content{
	padding-bottom: 0.7rem;
    position: relative;
    z-index: 10;
}
.ne-banner{
	width: 100%;
	border-radius: 0.14rem 0 0.14rem 0;
	overflow: hidden;
}
.ne-banner img{
	width: 100%;
	animation: changeScale 1 2.5s;
}
.n-pc-banner{
	display: block;
}
.n-mobile-banner{
	display: none;
}
.ne-info{
	margin-top: 0.64rem;
}
.ne-title{
	text-align: center;
	margin-bottom: 0.7rem;
}
.ne-title-name{
	display: inline-block;
	position: relative;
	font-size: 0.3rem;
	color: #333333;
	font-family: 'syhtB';
	line-height: 1;
	position: relative;
	margin-bottom: 0.3rem;
}
.ne-title-name:after{
	display: block;
	content: '';
	width: 100%;
	height: 0.06rem;
	background: #a3a3a3;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.ne-title-name:before{
	display: block;
	content: '';
	width: 30%;
	height: 0.06rem;
	background: #38b6e5;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 4;
}
.ne-title-name span{
	position: relative;
	z-index: 10;
}
.ne-info-menu ul{
	display: flex;
	justify-content: center;
}
.ne-info-menu ul li{
	width: 2rem;
	height: 0.44rem;
	background: #fff;
	border: 1px solid #dadada;
	margin-right: 0.2rem;
	transition-duration: 0.3s;
}
.ne-menu-sp ul li{
	width: 2.26rem;
}
.ne-info-menu ul li:last-child{
	margin-right: 0;
}
.ne-info-menu ul li a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.4;
	transition-duration: 0.3s;
}
.ne-info-menu ul li.on{
	background: #38b6e5;
	border: 1px solid #38b6e5;
}
.ne-info-menu ul li.on a{
	color: #fff;
}
.ne-info-menu ul li:hover{
	background: #38b6e5;
	border: 1px solid #38b6e5;
}
.ne-info-menu ul li:hover a{
	color: #fff;
}
.ne-sysjj-box{
	display: flex;
}
.ne-sysjj-fl{
	width: 50%;
	padding-right: 0.4rem;
}
.ne-sysjj-fl h5{
	font-size: 0.24rem;
	color: #333333;
	font-family: 'syhtB';
	line-height: 1.4;
}
.ne-sysjj-fl p{
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.8;
	text-align: justify;
	text-indent: 0.4rem;
	margin-bottom: 0.2rem;
}
.ne-sysjj-fl p:last-child{
	margin-bottom: 0;
}
.ne-sysjj-sp p{
	text-indent: 0 !important;
}
.ne-sysjj-fr{
	width: 50%;
	border-radius: 0.1rem 0 0.1rem 0;
	overflow: hidden;
}
.ne-sysjj-fr img{
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}
.ne-sysjj-fr:hover img{
	transform: scale(1.1);
}
.ne-gljg-box p{
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 0.2rem;
}
.ne-gljg-box p:last-child{
	margin-bottom: 0;
}
.ne-gljg-box img{
	display: block;
	width: 8.7465rem;
	max-width: 100%;
	margin: 0.5rem auto 0;
}

.ne-leader-list ul li{
	width: 100%;
	padding: 0.7rem 1rem 0.54rem 0.8rem;
	background: #fff;
	border-radius: 0.2rem;
	box-shadow: 0 0 4px 2px #e1e1e1;
	margin-bottom: 0.4rem;
	display: flex;
	align-items: flex-start;
}
.ne-leader-list ul li:last-child{
	margin-bottom: 0;
}
.leader-img{
	width: 2.08rem;
	overflow: hidden;
	position: relative;
}
.leader-img img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}
.leader-zw{
	width: 100%;
	padding: 0.2rem 0 0.05rem;
	background: linear-gradient(to top,rgba(0,0,0,0.9),rgba(0,0,0,0));
	background: -webkit-linear-gradient(to top,rgba(0,0,0,0.9),rgba(0,0,0,0));
	background: -moz-linear-gradient(to top,rgba(0,0,0,0.9),rgba(0,0,0,0));
	background: -o-linear-gradient(to top,rgba(0,0,0,0.9),rgba(0,0,0,0));
	background: -ms-linear-gradient(to top,rgba(0,0,0,0.9),rgba(0,0,0,0));
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.leader-zw span{
	display: block;
	font-size: 0.18rem;
	line-height: 1.4;
	text-align: center;
	color: #fff;
}
.leader-info{
	width: calc(100% - 2.08rem);
	padding-left: 0.44rem;
}
.leader-name{
	display: flex;
	margin-bottom: 0.16rem;
}
.leader-name h3{
	font-size: 0.24rem;
	color: #333333;
	font-family: 'syhtB';
	line-height: 1.4;
}
.leader-name h4{
	font-size: 0.2rem;
	color: #38b6e5;
	line-height: 1.2;
	font-weight: normal;
	margin-left: 0.18rem;
	margin-top: 0.06rem;
}
.leader-info-txt p{
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.8;
	text-align: justify;
}

.ne-yqsb-box{
	display: flex;
}
.ne-yqsb-img{
	width: 6.08rem;
	height: 5.48rem;
	background: #fff;
	border-radius: 0.1rem;
	box-shadow: 0 0 4px 2px #e1e1e1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ne-yqsb-img img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.ne-yqsb-info{
	width: calc(100% - 6.08rem);
	padding-left: 0.7rem;
	padding-top: 0.1rem;
}
.ne-yqsb-info h3{
	font-size: 0.3rem;
	color: #333333;
	font-family: 'syhtB';
	line-height: 1.4;
	margin-bottom: 0.4rem;
}
.ne-yqsb-info ul li{
	display: flex;
	margin-bottom: 0.4rem;
}
.ne-yqsb-info ul li:last-child{
	margin-bottom: 0;
}
.ne-yqsb-info ul li span{
	display: block;
	width: 0.6rem;
	font-size: 0.2rem;
	color: #333333;
	font-family: 'syhtB';
	line-height: 1.8;
}
.ne-yqsb-info ul li p{
	width: calc(100% - 0.6rem);
	display: block;
	font-size: 0.2rem;
	color: #333333;
	text-align: justify;
	line-height: 1.8;
}

.ne-gzzd-box h3{
	font-size: 0.24rem;
	color: #333333;
	font-family: 'syhtB';
	text-align: center;
	line-height: 1.4;
	margin-bottom: 0.1rem;
}
.ne-gzzd-nr{
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.8;
	text-align: justify;
	display: flex;
	margin-bottom: 0.28rem;
}
.ne-gzzd-nr span{
	width: 0.3rem;
}
.ne-gzzd-nr p{
	width: calc(100% - 0.3rem);
}
.ne-gzzd-box ul{
	margin-top: 0.5rem;
}
.ne-gzzd-box ul li{
	display: flex;
	margin-bottom: 0.1rem;
	font-size: 0.2rem;
	line-height: 1.8;
}
.ne-gzzd-box ul li span{
	color: #333333;
}
.ne-gzzd-box ul li a{
	color: #1e86ad;
	text-decoration: underline;
}
.ne-gzzd-box ul li a:hover{
	font-weight: bold;
}

.ne-lxwm-box{
	display: flex;
}
.ne-lxwm-map{
	width: 58%;
}
.ne-lxwm-address{
	width: 42%;
	background: #38b6e5;
	padding: 1.34rem 0.2rem 1.8rem 0.8rem;
}
.ne-lxwm-address h3{
	font-size: 0.3rem;
	color: #fff;
	font-family: 'syhtB';
	line-height: 1.4;
	margin-bottom: 0.4rem;
}
.ne-lxwm-address p{
	font-size: 0.2rem;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 0.1rem;
}


.ne-tzgg-list ul li{
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 0.2rem;
}
.ne-tzgg-list ul li a{
	padding: 0.1rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ne-tzgg-list ul li h1{
	width: calc(100% - 1.4rem);
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.4;
	font-weight: normal;
	padding-left: 0.2rem;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	position: relative;
	transition-duration: 0.3s;
}
.ne-tzgg-list ul li h1:before{
	display: block;
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	background: #38b6e5;
	position: absolute;
	left: 0.04rem;
	top: 0.12rem;
}
.ne-tzgg-list ul li span{
	width: 1.2rem;
	font-size: 0.18rem;
	color: #999999;
	text-align: right;
	line-height: 1.4;
	font-weight: normal;
	transition-duration: 0.3s;
}
.ne-tzgg-list ul li:hover h1{
	color: #38b6e5;
	font-family: 'syhtB';
}
.ne-tzgg-list ul li:hover span{
	color: #38b6e5;
}

.jianT{width: 100%; text-align: center;margin-top: 0.35rem;}
.jianT ul li{overflow: hidden; border: 0.01rem solid #e5eae8;border-radius: 0.05rem; background:#e5eae8;line-height: 0.4rem;width: 0.4rem; height:0.4rem;display:inline-block; margin:0 0.02rem;padding:0;}
.jianT ul li a{ font-size: 0.16rem; color:#333;text-align: center; display:block;}
.jianT ul li a:hover{text-decoration: none; background:#38b6e5;color:#fff;}
.jianT ul li .on{border: 0.01rem solid #38b6e5; background:#38b6e5; color:#fff;display:block;}
.jianT ul li.prev,.jianT ul li.next{width: 0.8rem;}

.new-nr-ti { text-align:center; border-bottom:1px solid #eee; padding-bottom:0.2rem; margin-bottom:0.2rem;}
.new-nr-ti h1{ font-size:0.24rem;color: #333; line-height: 1.4;}
.new-nr-ti span{font-size: 0.16rem;color: #333;text-align: center;line-height: 1.2;}
.new-nr-zi{ font-size:0.18rem;color: #333; line-height:1.8;text-align: justify;}
.new-nr-zi img{
	display: block;
	margin: 0.2rem auto;
}

.search-btn-text{
	display: flex;
	justify-content: center;
	margin-bottom: 0.4rem;
}
.h-fast-search-input{
	width: 4rem;
	height: 0.5rem;
	border: 1px solid #c1c1c1;
	border-radius: 0.1rem 0 0 0.1rem;
	overflow: hidden;
}
.h-fast-search-input input{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0.2rem;
	border: none;
	outline: none;
	background: #fff;
	font-size: 0.2rem;
	color: #333;
}
.h-fast-search-btn{
	width: 1rem;
	height: 0.5rem;
	border-radius: 0 0.1rem 0.1rem 0;
	background: #38b6e5;
	font-size: 0.2rem;
	color: #fff;
	text-align: center;
	line-height: 0.5rem;
	cursor: pointer;
}


@media only screen and (max-width: 1450px) {
    
}
@media only screen and (max-width: 1366px) {
    
}
@media only screen and (max-width: 1090px) {
    
}
@media only screen and (max-width: 769px){
	
}
@media only screen and (max-width: 540px) {
    .n_pc_banner{
		display: none;	
	}
	.n_mobile_banner{
		display: block;
	}
	
	.new-nr-ti h1{
    	font-size: 18px;
    }
    .new-nr-ti span{
    	font-size: 14px;
    }
    
    .ne-content{
    	margin-top: 102px;
    	padding-top: 10px;
    }
    .n-pc-banner{
    	display: none;
    }
    .n-mobile-banner{
    	display: block;
    }
    .ne-title-name{
    	font-size: 18px;
    }
    .ne-title{
    	margin-bottom: 26px;
    }
    .ne-info-menu ul{
    	flex-wrap: wrap;
    }
    .ne-info-menu ul li{
    	width: 49%;
    	height: 30px;
    	margin-right: 2%;
    	margin-bottom: 10px;
    }
    .ne-info-menu ul li:nth-child(2n){
    	margin-right: 0;
    }
    .ne-info-menu ul li a{
    	font-size: 16px;
    }
    
    .ne-sysjj-box{
    	display: block;
    }
    .ne-sysjj-fl{
    	width: 100%;
    	padding-right: 0;
    	margin-bottom: 10px;
    }
    .ne-sysjj-fr{
    	width: 100%;
    }
    .ne-sysjj-fl p{
    	font-size: 14px;
    	text-indent: 28px;
    	line-height: 1.6;
    }
    
    .ne-gzzd-box h3{
    	font-size: 16px;
    	margin-bottom: 15px;
    }
    .ne-gzzd-box h3 br{
    	display: none;
    }
    .ne-gzzd-nr{
    	font-size: 14px;
    	line-height: 1.6;
    }
    .ne-gzzd-nr span{
    	width: 24px;
    	text-align: center;
    }
    .ne-gzzd-nr p{
    	width: calc(100% - 24px);
    }
    .ne-gzzd-box ul li{
    	font-size: 14px;
    	line-height: 1.6;
    }
    .ne-gzzd-box ul li span{
    	width: 44px;
    }
    .ne-gzzd-box ul li a{
    	width: calc(100% - 44px);
    }
    
    .ne-lxwm-box{
    	display: block;
    }
    .ne-lxwm-map{
    	width: 100%;
    	height: 300px;
    }
    .ne-lxwm-address{
    	width: 100%;
    	padding: 30px 10px;
    }
    .ne-lxwm-address h3{
    	font-size: 18px;
    }
    .ne-lxwm-address p{
    	font-size: 14px;
    }
    
    .ne-gljg-box p{
    	font-size: 14px;
    	line-height: 1.6;
    }
    .ne-sysjj-fl h5{
    	font-size: 16px;
    }
    
    .ne-leader-list ul li{
    	padding: 20px 10px;
    	display: block;
    }
    .leader-img{
    	width: 150px;
    	margin: 0 auto;
    }
    .leader-zw span{
    	font-size: 14px;
    }
    .leader-info{
    	width: 100%;
    	padding-left: 0;
    	margin-top: 20px;
    }
    .leader-name h3{
    	font-size: 16px;
    }
    .leader-name h4{
    	font-size: 14px;
    	margin-top: 4px;
    }
    .leader-info-txt p{
    	font-size: 14px;
    	line-height: 1.6;
    }
    
    .ne-menu-sp ul li:nth-child(2n){
    	margin-right: 2%;
    }
    .ne-menu-sp ul li:nth-child(1){
    	width: 100%;
    	margin-right: 0;
    }
    .ne-menu-sp ul li:nth-child(3),.ne-menu-sp ul li:nth-child(5){
    	margin-right: 0;
    }
    .ne-yqsb-box{
    	display: block;
    }
    .ne-yqsb-img{
    	width: 100%;
    }
    .ne-yqsb-info{
    	width: 100%;
    	padding: 0 !important;
    	margin-top: 20px;
    }
    .ne-yqsb-info h3{
    	font-size: 16px;
    }
    .ne-yqsb-info ul li{
    	display: block;
    }
    .ne-yqsb-info ul li span{
    	display: block;
    	width: 100%;
    	font-size: 14px;
    	line-height: 1.6;
    }
    .ne-yqsb-info ul li p{
    	width: 100%;
    	font-size: 14px;
    	line-height: 1.6;
    }
    
    .ne-tzgg-list ul li h1{
    	width: calc(100% - 90px);
    	font-size: 14px;
    }
    .ne-tzgg-list ul li span{
    	width: 80px;
    	font-size: 14px;
    }
    .ne-tzgg-list ul li h1:before{
    	width: 4px;
    	height: 4px;
    	top: 8px;
    }
    
    .h-fast-search-btn{
		width: 80px;
		height: 32px;
		font-size: 16px;
		line-height: 32px;
	}
	.h-fast-search-input{
		width: calc(100% - 80px);
		height: 32px;
		font-size: 16px;
	}
	.h-fast-search-input input{
		font-size: 16px;
}