
.dingbu_bj{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.dingbu{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

.dingbu_left{
	float: left;
}
.dingbu_left_logo{
	float: left;
}
.dingbu_left_txt{
	float: left;
	border-left: 1px solid #ddd;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 20px;
}
.dingbu_left_txt div{
	font: 100 22px "微软雅黑";
	color: #ce0000;
}
.dingbu_left_txt p{
	font-size: 22px;
	font-weight: bold;
	color: #232a30;
}

.dingbu_right{
	float: right;
	margin-top: 20px;
}

.dingbu_right p{
	color: #ce0000;
	font-size: 30px;
	font-family: Impact;
}

/* 主菜单 */

.head {
	position: relative;
	width: 100%;
	background: #004389;
	/* border-bottom: 1px solid #ddd; */
	height: 48px;
	z-index: 9999
}

.head .navbox {
	width: 1200px;
	margin: 0 auto;
}

.head .nav {
	display: block;
	float: left;
	width: 100%;
}

.head .nav .nav_pc {
	width: 100%;
}

.head .nav ul li {
	float: left;
	position: relative;
	/* border-right: 1px solid #cccccc; */
	box-sizing: border-box;
	z-index: 999;
}

.head .nav ul li.cur{
	background-color: #ce0000;
	color: #fff;
}
.head .nav ul li:first-child {
	/* border-left: 1px solid #cccccc; */
}

.head .nav ul li .f_a {
	line-height: 48px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.head .nav ul li:hover .f_a {
	background-color: #ce0000;
	color: #fff;
	transition: all .3s
}

.head .nav ul li .s_navbox {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	background-color: #004389;
	z-index: 9999;
	box-sizing: border-box
}

.head .nav ul li .s_navbox .s_a a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #fff;
}

.head .nav ul li .s_navbox .s_a a:hover {
	background-color: #ce0000;
	color: #fff;
}

.m_nav {
	display: none
}

.headlf .m_logo {
	display: none
}

.headrg .m_menuimg {
	display: none
}

.active {
	background-color: #ce0000;
}

.activ2 {
	background-color: #ce0000;
}



/* 轮播图 */
.slider {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slideBox .hd {
	height: 10px;
	z-index: 1;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	z-index: 1;
}

.slideBox .hd ul {
	text-align: center;
	padding-top: 5px;
}

.slideBox .hd ul li {
	cursor: pointer;
	float: left;
	margin-right: 5px;
	width: 30px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
}

.slideBox .hd ul .on {
	background: #004389;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd li img {
	width: 100%;
	vertical-align: top;
}

/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
	.nav ul li .f_a {
		font-size: 14px
	}

	.nav ul li .s_navbox .s_a a {
		font-size: 12px
	}

	.foot_top ul {
		margin-left: 60px
	}

	.nav ul li .s_navbox .s_a {
		width: 100%
	}
	
}


/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
	
	.msgNum {
		display: none;
	}
	.dingbu_bj{
		display: none;
	}
	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		border-bottom: 1px solid #ddd;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 5px;
		float: left;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block
	}

	.m_img .headrg {
		padding-right: 2%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 0px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
}



/* 分页和表格 */


/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: 0.4rem 0.85rem;
	line-height: 1.25;
	color: #484848;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #333;
	border-color: #333;
}
a.page-num-current{
	color: #fff;
}
.page-num-current:hover {
	color: #fff;
}
/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
.page-num {
	display: none;
}
.head-sm-height {
	height: 61px !important;
}
}



.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}


.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}


.page-link {
  position: relative;
  display: block;
  /* padding: 0.5rem 0.75rem; */
  margin-left: -1px;
  line-height: 1.25;
  /*color: #e60e38;*/
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #e60e38;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 14, 56, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #e60e38;
  border-color: #e60e38;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}




#mdA table,
#mdA table td,
#mdA table th {
	border: 1px solid #333;
	border-collapse: collapse;
	padding-left: 5px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
#mdA table{
	width: 100%;
}
@media (max-width: 768px) {
	
	#mdA {
		line-height: 1.35rem;
	}
	#mdA img{
		width: 100%;
		height: auto;
	}
}



/* banner */



@media screen and (min-width: 1200px) {
	.banner_pc{
		display: block;
	}
	.banner_wap{
		display: none;
	}
	.index_prolist{
		display: none;
	}
}
	
	
	
@media screen and (max-width: 1200px) {
	.banner_pc{
		display: none;
	}
	.banner_wap{
		display: block;
	}
	.index_prolist{
		
	}
	.index_prolist ul li{
		float: left;
	}
	.index_prolist li{
		width: 32.5%;
		margin-right: 1%;
		height: 45px;
		line-height: 45px;
		text-align: center;
		background: #a0a3aa;
	}
	.index_prolist li:nth-child(3n+3){
		margin-right: 0;
	}
	.index_prolist li a{
		color: #fff;
		display: block;
	}
	.index_prolist li:first-child{
		background: #004389;
	}
}