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;
}
footer{
	width: 100%;
	/* 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;
}
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;
}
.clearfix{
    display: flex;
}
.content-wrapper{
    margin: auto ;
    border-top: 1px solid #dfdfe0;
    position: relative;
    max-width: 1280px;
}
.mod-content{
    border: 1px solid #dfdfe0;
    font-size: 14px;
    border-top: 0;
    padding-bottom: 8px;
    padding-top: 8px;
    background: #fff;
}
.content-con .content-con-first{
    padding-top: 8px;
}
.content-title{
    padding-left: 8px;
    min-width: 85px;
    padding-top: 7px;
    font-weight: 600;
    display: flex;
}
.content-title-des{
    color: #999;
    font-family: Arial;
    font-weight: 400;
}
.content-link{
    color: #054da1;
    float: left;
    flex-wrap: wrap;
}
.content-link li{
    flex-wrap: wrap;
    width: 130px;
    line-height: 37px;
    height: 37px;
    float: left;
}
.content-link_h3{
    width: 130px;
    height: 36px;
    line-height: 36px;
    position: relative;
}
.content-link_h3 a{
    color: #0053a5 !important;
    position: absolute;
    left: 8px;
    outline: 0;
}
.mod-content:hover,  .mod-content.hover{
    background-color: #f8fafc;
}
.content-link li>div:hover{
    background: rgba(10, 167, 112);
    border-radius: 40px;
    color: #fff !important;
}
.content-link li:hover .content-link_h3 a{
    color: #fff !important;
}
