nav{
	padding-top: 60px;
}
.nav_bg{
	background: #fff;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.concat{
	padding-top: 20px;
    max-width: 1200px;
    margin: auto;
	padding-left: 9px;
	padding-right: 9px;
}
.page>div:nth-of-type(1){
	margin-right: 25px;
}
.col_g{
	color: #10A872;
}
.nav_title{
	display: flex;
	color: #999999;
}
.nav_sele{
	display: flex;
	margin-top: 30px;
	margin-bottom: 30px;
}
.nav_sele>div:nth-of-type(1){
	margin-right: 16px;
}
.nav_sele>div{
	width: 107px;
	line-height: 28px;
	background: #F1F1F1;
	border-radius: 4px 4px 4px 4px;
	color: #666666;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.nav_sele_active{
	background: #10A872 !important;
	color: #FFFFFF !important;
}
.nav_concat{
	margin-top: 24px;
	margin-bottom: 24px;
}
.time{
	color: #999999;
	font-size: 14px;
}
.nav_concat_title{
	display: flex;
	justify-content: space-between;
}
.nav_concat_title>div{
	display: flex;
	margin-bottom: 16px;
}
.nav_concat_title>div>div:nth-of-type(1){ 
	margin-right: 8px;
}
.time{
	color: #999999;
	font-size: 14px;
}
.nav_concat_text{
	color: #666666;
	font-size: 14px;
	padding-bottom: 24px;
	border-bottom: 1px solid #EBEBEB;
}
.page{
	margin-top: 50px;
	display: flex;
}
footer{
	width: 100%;
	overflow: hidden;
	/* position: fixed;
	bottom: 0;
	left: 0; */
	z-index: 201;
    background: #f7f7f7;
	/* height: 40px; */
}
footer>div{
    max-width: 1200px;
	margin: auto;
    line-height: 40px;
}
footer  ul li{
	/* margin-right: 15px; */
	/* display: inline-block; */
}
footer  ul li a{
	color: #9195A3;
	cursor: pointer;
	font-size: 12px;
}