/*一行省略*/
.back_overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

/*多行省略*/
.more_back_overflow {
	 text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
	   /* autoprefixer: off */
	       /* autoprefixer: on */
}

/* 浮动 */
.float_after::after {
	display: block;
	clear: both;
	content: "";
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}
.common_width{
	margin: 0 auto;
	width: 1200px;
}

@media screen and (max-width: 1200px){
	.common_width{
		width: 100%;
	}
}
.transition_all{
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s; /* Opera */
}
.padding-top-50{
	padding-top: 50px;
}
.margim-top-17{
	margin-top: 17px;
}
.back_gray{
	background-color: #f7f7f7;
}
.nbdx_mc_head{
	background-color: #c0241e;
	height: 105px;
	position: relative;
}
.nbdx_mc_head .nbdx_mc_left img{
	display: block;
	margin-top: 20px;
}
.nbdx_mc_head .nbdx_mc_right{
	padding-top: 25px;
}
.nbdx_mc_head .nbdx_mc_right form{
	position: relative;
}
.nbdx_mc_head .nbdx_mc_right form input{
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #e1918e;
	border-radius: 0;
	width: 140px;
	color: #FFFFFF;
	height: 24px;
}
.nbdx_mc_head .nbdx_mc_right form button{
	position: absolute;
	right: 0;
	top: 0;
	background-color: transparent;
	padding: 0 3px;
	height: 24px;
	line-height: 24px;
}
.nbdx_mc_head .nbdx_mc_right .jump_list{
	margin-left: 20px;
}
.nbdx_mc_head .nbdx_mc_right .jump_list a{
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 15px;
	line-height: 24px;
}
.nbdx_mc_head .nbdx_mc_right .jump_list a:last-child{
	margin-right: 0;
}
.nbdx_mc_head .nbdx_mc_right .jump_list a:hover{
	opacity: 0.7;
}
.nbdx_mc_head .menu{
	display: none;
}
.nbdx_mc_nav  .layui-col-md1,.nbdx_mc_nav  .layui-col-md2{
	width: 16.666666%;
}
.nbdx_mc_nav .nbdx_mc_nav_item{
	position: relative;
}
.nbdx_mc_nav .nbdx_mc_nav_item .menu{
	display: none;
}
.nbdx_mc_nav .nbdx_mc_nav_item:hover .nbdx_mc_sec_nav{
	opacity: 1;
	visibility: visible;
}
.nbdx_mc_nav .nbdx_mc_nav_item .nbdx_mc_sec_nav{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width: 100%;
	z-index: 100;
	background-color: rgba(200,200,200,0.6);
}
.nbdx_mc_nav .nbdx_mc_nav_item .nbdx_mc_sec_nav .nbdx_mc_sec_nav_item{
	font-size: 16px;
	color: #1a1a1a;
	line-height: 55px;
	display: block;
	text-align: left;
	padding: 0 20px;
	white-space:nowrap;
}
.nbdx_mc_nav .nbdx_mc_nav_item .nbdx_mc_sec_nav .nbdx_mc_sec_nav_item:hover{
	color: rgba(196,36,30);
}
.nbdx_mc_nav .nav_item{
	font-size: 16px;
	color: #1a1a1a;
	line-height: 55px;
	display: block;
	text-align: center;
}
.nbdx_mc_nav .nbdx_mc_nav_item:hover .nav_item{
	background-color: rgba(200,200,200,0.6);
	color: rgba(196,36,30);
}

.nbdx_mc_footer{
	position: relative;
	background-color: #f5f5f5;
	padding: 45px 0 30px 0;
}
.nbdx_mc_footer .nbdx_mc_footer_top{
	padding-bottom: 17px;
	border-bottom: 1px solid #dedede;
}
.nbdx_mc_footer .nbdx_mc_footer_top img{
	display: block;
}
.nbdx_mc_footer .nbdx_mc_footer_top .con{
	color: #808080;
	font-size: 12px;
	margin-top: 20px;
	line-height: 21px;
}
.nbdx_mc_footer .nbdx_mc_footer_top .qrcode_fra{
	position: relative;
	padding-top: 20px;
}
.nbdx_mc_footer .nbdx_mc_footer_top .qrcode_fra img{
	margin-left: auto;
}
.nbdx_mc_footer .nbdx_mc_footer_bottom{
	padding-top:15px;
	color: #999999;
}
/* list head */
.nbdx_mc_list_head_box .nbdx_mc_list_head_left .name{
	color: #c4241e;
	font-size: 28px;
	line-height: 27px;
}
.nbdx_mc_list_head_box .nbdx_mc_list_head_left .name span{
	/* font-weight: 600; */
}
.nbdx_mc_list_head_box .nbdx_mc_list_head_right .more{
	position: relative;
	font-size: 14px;
	background-color: #c4241e;
	color: #FFFFFF;
	width: 74px;
	height: 27px;
	line-height: 27px;
	display: block;
	box-sizing: border-box;
	padding-left: 10px;
}
.nbdx_mc_list_head_box .nbdx_mc_list_head_right .more img{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5.5px;
}
.nbdx_mc_list_head_box .nbdx_mc_list_head_right .more1{
	position: relative;
	font-size: 14px;
	background-color: transparent;
	color: #c4241e;
	width: 74px;
	height: 27px;
	line-height: 27px;
	display: block;
	box-sizing: border-box;
	padding-left: 10px;
}
.nbdx_mc_list_head_box .nbdx_mc_list_head_right .more1 img{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5.5px;
}
.nbdx_mc_list_head_box1{
	padding-bottom: 10px;
	border-bottom:1px solid #c3241e;
}
.nbdx_mc_list_head_box1 .nbdx_mc_list_head_left .name{
	font-size: 18px;
}
.list_more{
	display: none;
}
.nbdx_mc_sub_head{
	position:relative;
	background-color:#fafafa;
	padding:11px 15px;
}
.nbdx_mc_sub_head .name{
	font-size: 16px;
	color:#333333;
}
.nbdx_mc_sub_head .menu{width:24px;height:22px;position:absolute;right: 15px;top: 50%;margin-top:-11px;margin-left:15px;display: block;}
.nbdx_mc_sub_head .menu i{height:2px;background:#1a1a1a;width:26px;border-radius:1px;}
.nbdx_mc_sub_head.light .menu i{background:#1a1a1a;}
.nbdx_mc_sub_head .menu i:nth-child(1){position:absolute;left:0px;top:2px;}
.nbdx_mc_sub_head .menu i:nth-child(2){position:absolute;left:0px;top:11px;}
.nbdx_mc_sub_head .menu i:nth-child(3){position:absolute;left:0px;top:20px;}
.nbdx_mc_sub_nav{
	position:relative;
	background-color:#fafafa;
	display:none;
}
.nbdx_mc_sub_nav .nbdx_mc_sub_item{
	position:relative;
	display:block;
	text-align: left;
	font-size:16px;
	padding:8px 15px;
}
/* home--banner */
.nbdx_mc_home_banner{
	position: relative;
}
.nbdx_mc_home_banner .nbdx_mc_home_banner_item{
	position: relative;
	display: block;
	background-image: url(../images/pc-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
	height: 100%;
}
.nbdx_mc_home_banner .nbdx_mc_home_banner_item .back{
	position: relative;
	width: 100%;
	display: block;
}
.nbdx_mc_home_banner .nbdx_mc_home_banner_item .name{
	position: absolute;
	left: 360px;
	bottom: 30px;
	font-size: 24px;
	width: 350px;
	color: #FFFFFF;
	background-color: rgba(248,152,30,0.6);
	padding: 13px 20px;
	max-height: 54px;
	display: block;
}
.nbdx_mc_home_banner.layui-carousel[lay-arrow=always] .layui-carousel-arrow{
	left: 210px;
	width: 60px;
	height: 60px;
	background-color: rgba(255,255,255,0.9);
	color: rgba(0,0,0,0.7);
	font-size: 30px;
}
.nbdx_mc_home_banner.layui-carousel[lay-arrow=always] .layui-carousel-arrow:hover{
	background-color: rgba(255,255,255,1);
	box-shadow: 0 0 5px #eeeeee;
}
.nbdx_mc_home_banner.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add]{
	right: 210px;
}
@media screen and (min-width: 1200px){
	.nbdx_mc_home_banner .layui-carousel-ind ul{
		background-color:transparent;
	}
	.nbdx_mc_home_banner .layui-carousel-ind li::before{
		font-size: 18px;
		color: #ffffff;
		position: relative;
		top: 14px;
		font-size: 18px;
		
	}
	.nbdx_mc_home_banner .layui-carousel-ind li:nth-child(1)::before{
		content: "1";
	}
	.nbdx_mc_home_banner .layui-carousel-ind li:nth-child(2)::before{
		content: "2";
	}
	.nbdx_mc_home_banner .layui-carousel-ind li:nth-child(3)::before{
		content: "3";
	}
	.nbdx_mc_home_banner .layui-carousel-ind li:nth-child(4)::before{
		content: "4";
	}
	.nbdx_mc_home_banner .layui-carousel-ind li:nth-child(5)::before{
		content: "5";
	}
	.nbdx_mc_home_banner .layui-carousel-ind li:nth-child(6)::before{
		content: "6";
	}
	.nbdx_mc_home_banner .layui-carousel-ind li{
		width: 28px;
		height: 28px;
		background-color:rgba(239,148,31,0.2);
		margin: 0 7px;
		text-align: center;
	}
	.nbdx_mc_home_banner .layui-carousel-ind li:hover{
		background-color: #ef941f;
	}
	.nbdx_mc_home_banner .layui-carousel-ind li.layui-this{
		background-color: #ef941f;
	}
	.nbdx_mc_home_banner .layui-carousel-ind{
		top: -80px;
		right: 360px;
		text-align: right;
	}

}

/* 首页--news */
.nbdx_mc_home_news_box{
	position: relative;
}
.nbdx_mc_home_news_list{
	position: relative;
	padding: 20px 0 50px 0;
}
.nbdx_mc_home_news_list .nbdx_mc_home_news_item{
	position: relative;
	background-color: #f5f5f5;
	width: 380px;
	margin-right: 30px;
	display: block;
}
.nbdx_mc_home_news_list .nbdx_mc_home_news_item:nth-child(3n){
	margin-right: 0;
}
.nbdx_mc_home_news_list .nbdx_mc_home_news_item .img_fra{
	position: relative;
	width: 100%;
	height: 230px;
	overflow: hidden;
}
.nbdx_mc_home_news_list .nbdx_mc_home_news_item .img_fra img{
	display: block;
	width: 100%;
}
.nbdx_mc_home_news_list .nbdx_mc_home_news_item .con{
	padding: 20px;
	display: block;
}
.nbdx_mc_home_news_list .nbdx_mc_home_news_item .con .name{
	font-size: 14px;
	color: #333333;
}
.nbdx_mc_home_news_list .nbdx_mc_home_news_item .con .time{
	position: relative;
	font-size: 12px;
	color: #F8981E;
	padding-left: 20px;
	margin-top: 10px;
}
.nbdx_mc_home_news_list .nbdx_mc_home_news_item .con .time img{
	position: absolute;
	left: 0;
}
.nbdx_mc_home_news_list .nbdx_mc_home_news_item:hover .con .name{
	color: #f8981e;
}
.nbdx_mc_home_news2_list .nbdx_mc_home_news_item .con .time{
	padding-left:0px;
	color: #989898;
}
.nbdx_mc_home_news_list .nbdx_mc_home_news_item2{
	position: relative;
	background-color: #f5f5f5;
	width: 380px;
	margin-right: 30px;
	display: block;
}
.nbdx_mc_home_news_list .nbdx_mc_home_news_item2:nth-child(3n){
	margin-right: 0;
}
.nbdx_mc_home_news_list .nbdx_mc_home_news_item2 .img_fra{
	position: relative;
	width: 100%;
	height: 230px;
	overflow: hidden;
}
.nbdx_mc_home_news_list .nbdx_mc_home_news_item2 .img_fra img{
	display: block;
	width: 100%;
}
.nbdx_mc_home_news_list .nbdx_mc_home_news_item2 .con{
	padding: 20px;
	display: block;
}
.nbdx_mc_home_news_list .nbdx_mc_home_news_item2 .con .name{
	font-size: 14px;
	color: #333333;
}
.nbdx_mc_home_news_list .nbdx_mc_home_news_item2 .con .time{
	position: relative;
	font-size: 12px;
	color: #F8981E;
	padding-left: 20px;
	margin-top: 10px;
}
.nbdx_mc_home_news_list .nbdx_mc_home_news_item2 .con .time img{
	position: absolute;
	left: 0;
}
.nbdx_mc_home_news_list .nbdx_mc_home_news_item2 .con:hover .name{
	color: #f8981e;
}
.nbdx_mc_home_news2_list .nbdx_mc_home_news_item2 .con .time{
	padding-left:0px;
	color: #989898;
}
/* 首页 ammouncements*/
.nbdx_mc_home_ammouncements_list{
	position: relative;
	padding: 8px 0 75px 0;
}
.nbdx_mc_home_ammouncements_list .nbdx_mc_home_ammouncements_item{
	position: relative;
	display: block;
	padding: 8px 0;
}
.nbdx_mc_home_ammouncements_list .nbdx_mc_home_ammouncements_item .con{
	position: relative;
	font-size: 14px;
	color: #333333;
	margin-right: 100px;
	-webkit-line-clamp:1;
}
.nbdx_mc_home_ammouncements_list .nbdx_mc_home_ammouncements_item:hover .con{
	color: #f8981e;
}
.nbdx_mc_home_ammouncements_list .nbdx_mc_home_ammouncements_item .time{
	position: absolute;
	right: 0;
	font-size: 12px;
	color: #999999;
	margin-top: 8px;
	line-height: 16px;
}

/* 首页 */
.nbdx_mc_home_banner2_fra{
	position: relative;
	padding: 33px 27px;
}
.nbdx_mc_home_banner2 .nbdx_mc_home_banner2_item{
	position: relative;
	display: block;
}
.nbdx_mc_home_banner2 .nbdx_mc_home_banner2_item img{
	position: relative;
	display: block;
	width: 100%;
}
.nbdx_mc_home_banner2 .nbdx_mc_home_banner2_item .name{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(202,57,52,0.8);
	text-align: center;
	height: 194px;
	line-height: 194px;
	vertical-align: middle;
}
.nbdx_mc_home_banner2 .nbdx_mc_home_banner2_item .name .name_c{
	display: inline-block;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
}
.nbdx_mc_home_banner2 .layui-carousel-ind ul{
	background-color:transparent;
}
.nbdx_mc_home_banner2 .layui-carousel-ind li{
	background-color: rgba(77,77,77,0.4);
	width: 7px;
	height: 7px;
}
.nbdx_mc_home_banner2 .layui-carousel-ind li.layui-this{
	background-color: rgba(77,77,77,1);
}
.nbdx_mc_home_banner2 .layui-carousel-ind{
	top: 8px;
}
.nbdx_mc_home_banner2 .layui-carousel-arrow{
	display: none;
}

.nbdx_mc_enter_box{
	position: relative;
	background-color: #fcfcfc;
}
.nbdx_mc_enter_list{
	position: relative;
}
.nbdx_mc_enter_list .nbdx_mc_enter_item{
	position: relative;
	display: block;
	width: 50%;
	padding: 24px 0;
}
.nbdx_mc_enter_list .nbdx_mc_enter_item img{
	display: block;
	margin: 0 auto;
	height: 42px;
	width: auto;
}
.nbdx_mc_enter_list .nbdx_mc_enter_item .name{
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin-top: 16px;
}
.nbdx_mc_enter_box .nbdx_mc_list_head_box{
	padding: 27px 0;
}
.nbdx_mc_link_box{
	padding: 27px 27px 0 27px;
}
.nbdx_mc_link_box .title{
	color: #4d4d4d;
	font-size: 10px;
	margin-bottom: 11px;
}
.nbdx_mc_link_box .nbdx_mc_link_list {
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 20px;
}
.nbdx_mc_link_box .nbdx_mc_link_list .nbdx_mc_link_item{
	color: #808080;
	font-size: 10px;
	width: 33.33333%;
	display: block;
	padding: 5px 0;
}
.nbdx_mc_link_box .nbdx_mc_link_list .nbdx_mc_link_item:nth-child(3n+2){
	padding: 5px 5px;
	box-sizing: border-box;
}
.nbdx_mc_slide_box_fra{
	width: 100%;
	overflow: hidden;
}
.nbdx_mc_slide_box{
	white-space:nowrap;
	overflow-x:scroll;
	color: #e5e5e5;
	padding:20px 27px 10px 27px;
	border-bottom: 1px solid #c3241e;
}
.nbdx_mc_slide_box .mc_slide_item{
	color: #4d4d4d;
	font-size: 16px;
	padding: 0 5px;
	line-height: 27px;
}
.nbdx_mc_slide_box .mc_slide_item.on{
	color: #c3241e;
}
.nbdx_mc_slide_box::-webkit-scrollbar {
    display: none;
}

.nbdx_sub_menu .layui-breadcrumb a:hover{
	color: #c3241e!important;
}
.nbdx_sub_menu{
	position: relative;
}
.nbdx_sub_menu img{
	position: relative;
	width: 9px;
	top: -2px;
}
.nbdx_mc_newbox .nbdx_mc_home_ammouncements_list .nbdx_mc_home_ammouncements_item_fra{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.nbdx_mc_new_details{
	position: relative;
	padding: 15px 0 20px 0;
}
.nbdx_mc_new_details .title_box{
	position: relative;
	padding: 15px 30px;
}
.nbdx_mc_new_details .title_box .name{
	font-size: 16px;
	text-align: center;
	color: #1a1a1a;
	line-height: 20px;
}
.nbdx_mc_new_details .title_box .desc{
	text-align: center;
	margin-top: 15px;
}
.nbdx_mc_new_details .title_box .desc span{
	font-size: 10px;
	color: #808080;
	margin: 0 5px;
}
.nbdx_mc_new_details .desc_box{
	border-top: 1px solid #e6e6e6;
	padding: 15px 0;
}
.nbdx_mc_new_details .desc_box p{
	font-size: 12px;
	color: #1a1a1a;
	line-height: 24px;
	text-indent: 2em;
}
.nbdx_mc_new_details .desc_box img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.nbdx_mc_team_box{
	position: relative;
	padding-top: 25px;
	padding-bottom: 40px;
}
.nbdx_mc_team_list .nbdx_mc_team_item{
	width: 50%;
	margin-bottom: 10px;
}
.nbdx_mc_team_list .nbdx_mc_team_item .img_fra{
	width: 3.3778rem;
	height: 4.4444rem;
	overflow: hidden;
	margin: 0 auto;
}
.nbdx_mc_team_list .nbdx_mc_team_item .img_fra img{
	display: block;
	width: 100%;
}
.nbdx_mc_team_list .nbdx_mc_team_item .con{
	width: 3.2rem;
	margin: 0 auto;
	padding: 14px 0;
}
.nbdx_mc_team_list .nbdx_mc_team_item .con .name{
	font-size: 14px;
	color: #1a1a1a;
}
.nbdx_mc_team_list .nbdx_mc_team_item:hover .con .name{
	color: #F8981E;
}
.nbdx_mc_team_list .nbdx_mc_team_item .con .name span{
	font-size: 10px;
	margin-left: 5px;
}
.nbdx_mc_team_list .nbdx_mc_team_item .con .desc{
	font-size: 10px;
	color: #666666;
	line-height: 16px;
	-webkit-line-clamp:3;
	margin-top: 5px;
	height: 48px;
	overflow: hidden;
}
.list_page{
	text-align: center;
}
.list_page .layui-laypage a,.list_page .layui-laypage span{
	padding:0 8px;
	height:24px;
	height: 24px;
	margin: 0 3px;
	background-color: #f8f8f8;
	color: #666666 !important;
}
.nbdx_mc_team_detail_box{
	padding: 18px 0 25px 0;
}
.nbdx_mc_person_detail{
	position: relative;
}
.nbdx_mc_person_detail .left{
	position: relative;
	width: 50%;
}
.nbdx_mc_person_detail .left .name{
	position: relative;
	font-size: 21px;
	line-height: 27px;
}
.nbdx_mc_person_detail .left .name span{
	position: relative;
	font-size: 12px;
	color: #666666;
	line-height: 27px;
	padding-left: 15px;
	margin-left: 15px;
}
.nbdx_mc_person_detail .left .name span img{
	position: absolute;
	width: 10px;
	left: 0;
	top: 50%;
	margin-top: -6px;
}
.nbdx_mc_person_detail .left .con{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
}
.nbdx_mc_person_detail .left .con>div{
	margin-bottom: 1px;
}
.nbdx_mc_person_detail .left .con>div:last-child{
	margin-bottom: 0px;
}
.nbdx_mc_person_detail .left .con .label{
	color: #808080;
	font-size: 9px;
}
.nbdx_mc_person_detail .left .con .desc{
	color: #1a1a1a;
	font-size: 9px;
}
.nbdx_mc_person_detail .right{
	position: relative;
	width: 50%;
	padding-top: 31px;
}
.nbdx_mc_person_detail .right img{
	display: block;
	width: 80%;
	margin-left: auto;
}
.nbdx_mc_team_detail_box .team_detail_tab{
	margin-top: 20px;
}

.nbdx_mc_team_detail_box .team_detail_tab .team_detail_tab_item{
	min-width: 25%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0;
	height: 52px;
	box-sizing: border-box;
}
.nbdx_mc_team_detail_box .team_detail_tab .team_detail_tab_item.on{
	color: #c4241e;
}
.nbdx_mc_team_detail_box .team_detail_tab_con .desc{
	color: #1a1a1a;
	font-size: 12px;
	line-height: 24px;
	text-indent: 2em;
	padding: 25px 0;
}
.nbdx_mc_major_tab{
	position:relative;
	border-bottom: 1px solid #e6e6e6;
}
.nbdx_mc_major_tab .nbdx_mc_major_item{
	float: left;
	text-align: left;
	font-size: 16px;
	color: #333333;
	padding: 15px 0;
	height: 52px;
	box-sizing: border-box;
	margin-right:10px;
}
.nbdx_mc_major_tab .nbdx_mc_major_item.on{
	color: #c4241e;
}