header{
	background: #fff;
	width: 100%;
	position: fixed;
	z-index: 999;
	box-shadow: 0 1px 8px #c7c7c7;
    border-bottom: 0;
}
header h1{
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 8px 0 5px;
	max-width: 1200px;
	background: #fff;
	margin: auto;
}
header h1 .logo_link{
	float: left;
	padding-left: 9px;
}
header h1 .logo_link img{
	height: 40px;
	width: auto;
	display: block;
}
nav{
	padding-top: 60px;
}
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;
}
.concat{
    max-width: 1200px;
    margin: auto;
}
.concat_top{
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    background-color: rgba(10, 167, 112);
    color: #fff;
}
.concat_top>div:nth-of-type(1){
    padding-left: 10px;
    /* font-weight: 700; */
}
.concat_top>div:nth-of-type(2){
    padding-right: 10px;
    cursor: pointer;
}
.concat_top>div:nth-of-type(2)>a{
    color: #fff !important;
}
.concat_bottom{
    display: flex;
}
.concat_bottom>div:nth-of-type(1){
    background-color: rgba(248, 248, 248);
    text-align: center;
    line-height: 40px;
    /* font-weight: 600; */
    border-bottom: 2px solid #DEE3EB;
}
.table{
    border: 1px solid #DEE3EB;
}
.concat_text{
    border-left: 2px solid #DEE3EB;
    border-bottom: 2px solid #DEE3EB;
    line-height: 40px;
    padding-left: 20px;
    font-size: 14px;
    padding-right: 10px;
}
.coll{
    color: rgba(10, 167, 112);
}