header{
	background: #fff;
	width: 100%;
	position: fixed;
	z-index: 999;
	box-shadow: 0 1px 8px #c7c7c7;
    border-bottom: 0;
}
header div{
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 8px 0 5px;
	max-width: 1280px;
	background: #fff;
	margin: auto;
}
header div .logo_link{
	float: left;
}
header div .logo_link img{
	height: 40px;
	width: auto;
	display: block;
}
nav{
	padding-top: 60px;
	padding-bottom: 10px;
}
nav .guide_right{
	max-width: 1280px;
	margin: auto;
	background-color: #fff;
	padding: 10px 0 ;
}
.guide_right li{
	position: relative;
    display: inline-block;
    width: 100px !important;
    height: 20px;
    line-height: 20px;
    margin-left: 16px;
    padding: 6px 0 3px;
    vertical-align: top;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin-bottom: 5px;
}
.guide_left{
	max-width: 1248px;
	margin: auto;
	background-color: #fff;
	padding: 5px 16px;
}
.guide_left li{
	width: 97px !important;
    margin-bottom: 6px;
}
.nav_box{
    background-color: #fff;
    max-width: 1280px;
	margin: auto;
}
.split-line{
	position: relative;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #F5F6F9;
    margin: 2px 0 2px;
    overflow: hidden;
}
footer{
	width: 100%;
	overflow: hidden;
	/* position: fixed;
	bottom: 0;
	left: 0; */
	z-index: 201;
    background: #f7f7f7;
	/* height: 40px; */
}
footer>div{
    max-width: 1280px;
	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: 1280px;
    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);
}