.mbx{
	width:100%;
	background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #dedede;
}
.mbx .w_grid{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width: 100%;
    max-width: 1440px;
    margin: auto;
	min-height:60px;
}
.mbx .w_grid .p_breadcrumbList{
	font-size:14px;
	line-height: 30px;
}
.NavList_a1 li {
    position: static;
    display: inline-block;
    color: #fff;
    width: auto;
    vertical-align: top;
}
.NavList_a1 a {
    position: relative;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    padding: 0px 30px;
    color: #333;
    display: block;
    transition: 0.3s ease 0s;
}
.NavList_a1 a:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: none;
    transition: all .3s;
}
.NavList_a1 .more:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}
.NavList_a1 a:hover:before,
.NavList_a1 li.cur a:before{
    width: 80%;
    left: 10%;
    background-color: #db241e;
}



.listpage {
    text-align: center;
    margin: 20px 0;
}
.listpage a {
    display: inline-block;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px #e2e2e2 solid;
    color: #888;
    margin: 0 2px;
	font-size:14px;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    border-radius: 3px
}
.listpage a:hover {
    color: #db241e
}

.listpage a.active {
    background-color: #db241e;
    border-color: #db241e;
    color: #fff
}
.listpage a.prev,
.listpage a.next {
    font-size: 14px;
    position: relative;
}

.listpage span {
    display: inline-block;
    padding: 6px 12px;
    border: 1px #db241e solid;
    margin: 0 2px;
	font-size:14px;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    border-radius: 3px;
    background-color: #db241e;
    color: #fff;
}

.c_portalResNews_detail-01001 .swiper-button-prev,.c_portalResNews_detail-01001 .swiper-button-next{
	--swiper-navigation-size: 24px;
	line-height: 48px;
}

.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal {
	visibility: hidden;
	top: calc(50% - 250px) !important; 
	left: calc(50% - 450px);
	width: 900px;
	height:500px;
	position: fixed;
	z-index: 101;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.reveal-modal .close-reveal-modal {
	font-size: 30px;
	line-height: 50px;
	text-align:center;
	position: absolute;
	top: 0;
	right: -50px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	width:50px;
	height:50px;
	background:#000;
} 
.reveal-modal .close-reveal-modal:hover{
	background:rgba(10,101,164);
}
.reveal-modal video{
	width:100%;
}

.Banner-A1 .swiper-button-prev:after,
.Banner-A1 .swiper-button-next:after{
	content:'';
}
.Banner-A1 .swiper-button-prev,
.Banner-A1 .swiper-button-next{
	color:#fff;
}
.blkbg{
	bottom: 0 !important;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,3));
    width: 100% !important;
	padding: 5px 0 !important;
    height: auto !important;
}

/**/
.flex{
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
	display: -moz-box; /* Firefox 17- */  
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */  
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */  
}
.flex-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-end{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.space-between{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-start{
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.align-items_flex-end{
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.align-items_center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.align-items_baseline{
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.digital{
	width:100%;
	max-width:1600px;
	margin:auto;
}

.mumping_mun{
	color:#333;
	font-size:16px;
	text-align:center;
	padding:40px 0 70px;
}
.mumping_mun li{
	width:25%;
	border-right: 1px solid #DADADA;
}
.mumping_mun li:last-child{
	border-right:none;
}
.mumping_mun .mun_top{
	width:100%;
	padding:15px 0;
}
.mumping_mun .mun_top h2{
	display:inline-block;
	font-size:54px;
	color:#da251d;
	font-weight:bold;
}
.mumping_mun li p{
	font-size:18px;
}



@media screen and (max-width: 768px) {
	.mbx .w_grid{
		display:block;
	}
	.NavList_a1 a{
		font-size:14px;
		width:auto;
		padding: 0px 20px;
		font-size: 14px;
		height: 50px;
		line-height: 50px;
	}
	.mbx .w_grid .p_breadcrumbList{
		padding-left: 20px;
		padding-right: 20px;
	}
	.NavList_a1 ul{
		overflow-y:hidden;
		white-space: nowrap;
	}
	
	

	.reveal-modal {
		top: calc(50% - 150px) !important; 
		left:4%;
		width: 92%;
		height:300px;
		box-shadow: none;
	}

	.reveal-modal .close-reveal-modal {
		font-size: 30px;
		line-height: 50px;
		text-align:center;
		position: absolute;
		bottom: 0;
		right: calc(50% - 25px);
		color: #fff;
		font-weight: bold;
		cursor: pointer;
		width:50px;
		height:50px;
		background:#000;
		top:auto;
	} 
	.reveal-modal .close-reveal-modal:hover{
		background:rgba(10,101,164);
	}
	.reveal-modal video{
		width:100%;
	}
	
	.mftnav p{
		float:left;
		width:50%;
	}
	.mftnav p *,.allft *{
		font-size:14px !important;
	}
	#w_grid-1618972838382{
		min-height:auto !important;
	}
	#w_fimg-1618972906272{
		margin-top:12%;
	}
	
	.mumping_mun{
		flex-wrap:wrap;
	}
	.mumping_mun li{
		width:50%;
		margin-bottom:22px;
	}
	.mumping_mun li:nth-child(2n){
		border-right:none;
	}
	.mumping_mun li:nth-child(n+3){
		margin-bottom:0;
	}
	
	.mumping_mun .mun_top h2{
		font-size:34px;
	}
	.mumping_mun li p{
		font-size:14px;
	}
	
	
}









