header{
	background: rgba(10, 167, 112);
	width: 100%;
	/* position: fixed; */
	z-index: 999;
	box-shadow: 0 1px 8px #c7c7c7;
    border-bottom: 0;
}
header >div{
	position: relative;
	overflow: hidden;
	padding: 8px 0 5px;
	max-width: 1200px;
	margin: auto;
}
footer{
	width: 100%;
	/* 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;
}
nav{
	padding-top: 10px;
	padding-bottom: 10px;
}
.clearfix{
    display: flex;
}
.colfff{
    color: #fff !important;
}
.content-wrapper{
    margin: auto ;
    border-top: 1px solid #dfdfe0;
    position: relative;
    max-width: 1200px;
}
.mod-content{
    border: 1px solid #dfdfe0;
    font-size: 14px;
    border-top: 0;
    padding-bottom: 8px;
    background: #fff;
}
.content-con .content-con-first{
    padding-top: 8px;
}
.content-title{
    padding-left: 14px;
    min-width: 120px;
    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: 150px;
    /* overflow: hidden; */
    line-height: 37px;
    height: 37px;
    float: left;
}
.content-link_h3{
    width: 150px;
    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;
}
@media (max-width: 440px) {
    .content-link_h3{
        border-bottom: 1px solid #efefef;
        width: 150px;
        height: 36px;
        line-height: 36px;
        position: relative;
    }
}