.ntitle{text-align:center;}
.ntitle small{display:block;font-size:14px;color:#878B99;margin-top:10px;}
.ntitle big{display:block;font-size:30px;}
.ntitle big img{vertical-align:baseline;margin-left:10px;}
.ntitle.w big,
.ntitle.w small{color:#fff;}

.more_btn{margin-top:30px;text-align:center;}
.more_btn a{display:inline-block;background:#206ae4;color:#fff;border-radius:2px;margin:0 5px;padding:0px 60px;position:relative;line-height:50px;}
.more_btn a i{width:0;position:absolute;left:0;top:0;height:100%;content:"";display:block;z-index:0;-webkit-transition:all .3s;transition:all .3s;background:#ff502e;border-radius:2px;}
.more_btn a span{position:relative;z-index:10;}
.more_btn a:hover i{width:100%;}
.more_btn em{margin-left:5px;}

/* 位置分类 */
#local{width:100%;background:#f5f5f5;border-bottom:1px solid #f3f3f3;}
#local .wrap{display:flex;justify-content:space-between;align-items:center;}
#local .left{line-height:50px;}
#local .left span{margin:0 8px;}
#local .left i{color:#878B99;}
#local .right{line-height:50px;}
#local .right a{float:left;margin:0 20px;position:relative;}
#local .right a:after{content:"";position:absolute;width:1px;height:15px;display:block;background:#ccc;top:50%;margin-top:-7px;right:-20px;}
#local .right a:before{position:absolute;content:"";left:50%;bottom:0px;width:0%;height:3px;transform:translateX(-50%);background:#206ae4;transition:all .3s;}
#local .right a:last-child{margin-right:0;}
#local .right a:last-child:after{display:none;}
#local .right a:hover:before{width:40%;}
#local .right a.currclass:before{width:40%;}
#local .right a.currclass{color:#206ae4;}

#nbanner{position:relative;z-index:1;background:#333;overflow:hidden;margin-top:90px;}
#nbanner .img{width:100%;height:480px;background-size:cover;background-repeat:no-repeat;background-position:center center;animation:banerBg 3s linear forwards;}
#nbanner .text{position:absolute;left:0;top:0;width:100%;height:100%;z-index:199;display:flex;justify-content:center;align-items:center;}
#nbanner .text .wrap{color:#fff;text-align:center;}
#nbanner .text .wrap.left{text-align:left;}
#nbanner .text big{display:block;font-size:50px;line-height:50px;font-family:"biaotihei";}
#nbanner .text small{display:block;font-size:18px;margin-top:20px;}

#banner_n{width:100%;background-size:cover;background-repeat:no-repeat;background-position:center center;margin-top:90px;}
#banner_n .wrap{height:480px;display:flex;justify-content:space-between;align-items:center;}
#banner_n .textbox{color:#fff; max-width:40%;}
#banner_n .textbox big{display:block;font-size:40px;line-height:50px;}
#banner_n .textbox small{display:block;font-size:16px;margin-top:20px;}
#banner_n .img img{ max-height:350px;}

/*分页*/
.pages .selected {background:#2778f8;border:1px solid #2778f8}
.pages {width: 100%;text-align: center;margin:20px auto;margin-bottom:20px;float:left;font-size: 14px;line-height: 25px;}
.pages a {display: inline-block;padding: 5px 14px 5px 14px;margin-left:8px;color: #666;border: 1px solid #eee; font-size:14px;border-radius:6px; background:#fff}
.pages em {margin-left: 10px;height:35px;line-height:30px;color:#666;display:inline-block;}
.pages .selected {font-weight: bold;color: #fff;;border:1px solid ##00b2fc}
.pages a:hover{color: #fff;background:#2778f8;border:1px solid #2778f8; text-decoration:none;}
@media (max-width:800px){	
	body,html{font-size:.21rem;line-height:.34rem;}
	.ntitle big{font-size:.34rem;}	
	.ntitle small{font-size:.21rem;margin-top:.1rem;padding:0 .3rem;line-height:.34rem;}
	
	.more_btn{margin-top:.4rem;}
	.more_btn a{margin:0 .05rem;padding:0 .6rem;position:relative;line-height:.6rem;}
	.more_btn em{margin-left:.1rem;}
	
	/* 位置栏目 */		
	#local .left{display:none;}
	#local .right{width:100%;line-height:.44rem;padding:.1rem 0;}
	#local .right a{margin:0 .2rem;font-size:.21rem;}
	#local .right a:after{height:.2rem;top:50%;margin-top:-.1rem;right:-.2rem;}
	#local .right a:before{height:.03rem;}
	
	/* 内页BANNER */	
	#nbanner .img{height:4rem;}
	#nbanner .text{padding:0 .3rem;}
	#nbanner .text big{font-size:.34rem;line-height:.4rem;}
	#nbanner .text small{font-size:.24rem;margin-top:.2rem;}
	
	#banner_n .wrap{height:4rem;justify-content:center;}
	#banner_n .textbox{max-width:90%;text-align:center;}
	#banner_n .textbox big{font-size:.34rem;line-height:.4rem;}
	#banner_n .textbox small{font-size:.21rem;margin-top:.2rem;}
	#banner_n .img{display:none;}
	
	#pages{padding:.5rem 0 0px;}
	#pages a{margin:0 .02rem;padding:.1rem;min-width:.5rem;text-align:center;}
	#pages span{margin:0 .02rem;padding:.1rem .2rem;}
	#pages .num,#pages .prev{display:none;}
}