.title {
	text-align: center;
	margin-top: .72rem;
}
.about-nav{
    margin: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: .54rem 0 .55rem 0;
    border-bottom: 1px solid #E6E8ED;
}
.about-nav ul{
    height: auto;
    overflow: hidden;
	width: 100%;
}
.about-nav ul li{
  width: 280px;
}
/* .about-nav ul li:nth-child(4){
    margin-right: 0;
} */
.about-nav ul li a{
  
  height: auto;
  overflow: hidden;
  border: 1px solid #062D7D;
  border-radius: .4rem;
  line-height: .5rem;
  font-size: .24rem;
  text-align: center;
  display: block;
  color: #062D7D;
  box-sizing: border-box;
}
.about-nav ul li a:hover{
    background-color: #062D7D;
    color: #FFFFFF;
}

.about-banner {
	width: 100%;
	height: 5.01rem;
	margin: auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.body_title {
	font-size: .16rem;
	/*font-family: PingFang SC;*/
	font-weight: 400;
	color: #B9B7B8;
}

.body_titles {
	font-size: .4rem;
	/* font-family: PingFang; */
	/* font-weight: 800; */
	color: #17499D;
	line-height: 1;
	margin-top: .27rem;
	margin-bottom: .49rem;
}

.down {
	/* width: 150px; */
	/* height: 50px; */
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background: #062D7D;
	border-radius: .06rem;
	padding: .12rem .10rem;
	font-size: .24rem;
	/*font-family: PingFang SC;*/
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	display: none;
}
.down{
	
}
.navs.main_box {
	padding: .2rem .3rem;
	justify-content: flex-start;
}

.container {
	margin: 0 auto;
	/* padding: 0 2.15rem; */
	display: flex;
	flex-direction: column;
	margin-bottom: .67rem !important;
}

.top {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	margin-bottom: .29rem;
}

.top_title {
	font-size: .24rem;
	/*font-family: PingFang SC;*/
	font-weight: 500;
	color: #666666;
}

.inpp {
	width: 4rem;
	height: .5rem;
	background: #EEF0F2;
	border-radius: .06rem;
	border: none;
	font-size: .18rem;
	/*font-family: PingFang SC;*/
	/*font-weight: 500;*/
	color: #999999;
	margin-left: .19rem;
	margin-right: .51rem;
	padding-left: .1rem;
}

.searcha {
	background: #062D7D;
	border-radius: .06rem;
	padding: .09rem .27rem;
	font-size: .24rem;
	/*font-family: PingFang SC;*/
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

.hr {
	/* width: 14.9rem; */
	height: 0.01rem;
	background: #F2F2F2;
	margin-bottom: .21rem;
}

.left {
	display: flex;
	align-items: center;
}
.table{
	margin-bottom: .4rem;
}
.table_top {
	display: flex;
	align-items: center;
	padding: .23rem .6rem;
	background: #EEF0F2;
	border-radius: .06rem .06rem 0rem 0rem;
}

.table_body {
	display: flex;
	align-items: center;
	padding: .23rem .6rem;
	background: #ffffff;
	border: 1px solid #EEF0F2;
}
.table_body:nth-of-type(2n-1){
	display: flex;
	align-items: center;
	/* padding: .23rem .6rem; */
	background: #EEF0F2;
	border: 1px solid #EEF0F2;
}
.table_bodys {
	display: flex;
	align-items: center;
	padding: .23rem .6rem;
	background: #EEF0F2;
	border-radius: .06rem .06rem 0rem 0rem;
}

.table_title {
	font-size: .24rem;
	/*font-family: PingFang SC;*/
	font-weight: 500;
	color: #222222;
	word-break: keep-all;
	white-space: nowrap;
}

.table_titles {
	font-size: .2rem;
	/*font-family: PingFang SC;*/
	font-weight: 500;
	color: #666666;
	word-break: keep-all;
	white-space: nowrap;
}

.a1 {
	width: .66rem;
}

.a2 {
	width: 1.6rem;
}

.a3 {
	width: 4.75rem;
}

.a4 {
	width: 2.08rem;
}

.a5 {
	width: 2.08rem;
}

.a6 {
	width: 1.8rem;
}

.a7 {
	font-size: .2rem;
	/*font-family: PingFang SC;*/
	font-weight: 500;
	color: #4B82D9;
}

.paging {
	display: flex;
}

.foot {
	display: flex;
	list-style: none;
	text-decoration: none;
}

.navs {
	display: flex;
	align-items: center;
	padding: 0.3rem 2.15rem;
	border-bottom: .01rem solid #E6E8ED;
}

.navs_title {
	font-size: .16rem;
	/*font-family: PingFang SC;*/
	font-weight: 500;
	color: #999999;
	margin-left: .1rem;
}
.navs_title a{
	font-size: .16rem;
	/*font-family: PingFang SC;*/
	font-weight: 500;
	color: #999999;
}
.navs_title a:hover{
	color: #062D7D;
}
@media(max-width:1024px) {
	.about-nav ul li{
		width: 25%;
	}
	.pagination{
		margin-top: .2rem;
	}
	.main_box.about-nav{
		padding: .2rem .8rem;
	}
	.about-banner {
		width: 100%;
		/* height: 2rem; */
	}

	.searcha {
		background: #062D7D;
		border-radius: .06rem;
		padding: .12rem .1rem;
		font-size: .16rem;
		/*font-family: PingFang SC;*/
		font-weight: bold;
		color: #FFFFFF;
	}

	.top_title {
		font-size: .15rem;
		/*font-family: PingFang SC;*/
		font-weight: 500;
		color: #666666;
	}

	.table_title {
		font-size: .17rem;
		/*font-family: PingFang SC;*/
		font-weight: 500;
		color: #222222;
		word-break: keep-all;
		white-space: nowrap;
	}

	.table_titles {
		font-size: .17rem;
		/*font-family: PingFang SC;*/
		font-weight: 500;
		color: #222222;
		word-break: keep-all;
		white-space: nowrap;
	}

	.a7 {
		/* font-size: .2rem; */
		/*font-family: PingFang SC;*/
		font-weight: 500;
		color: #4B82D9;
	}

	.inpp {
		width: 3.5rem;
		height: .5rem;
		background: #EEF0F2;
		border-radius: .06rem;
		border: none;
		font-size: .18rem;
		/*font-family: PingFang SC;*/
		font-weight: 500;
		color: #999999;
		margin-left: .19rem;
		margin-right: .51rem;
		padding-left: .1rem;
	}

	.a2 {
		width: 1.2rem;
		margin-left: .05rem;
	}

	.a1 {
		width: .66rem;
		margin-top: .1rem;
	}

	.a3 {
		width: 2rem;
	}

	.a6 {
		width: 2.8rem;
	}

	.a4 {
		width: 1.18rem;
	}
	.table_body {
		display: flex;
		align-items: center;
		padding: .23rem .2rem;
		background: #EEF0F2;
		border-radius: .06rem .06rem 0rem 0rem;
		border: 1px solid #e9e9ea;
	}
	.table_bodys{
		padding: .23rem .2rem;
	}
	.down{
		display: none;
	}
	
}
