body{
	background: url('../picture/bghua.gif');
}
.unnamed1 {
	font-size: 12px;
	line-height: 200%;
	text-decoration: none;
}
.unnamed2 {
	border: 1px solid #999999;
}
.index-nav{
	background-color: #017e60;
	width: 119px;
	height: 329px;
	display: flex;
	flex-direction: column;
    justify-content: space-around;
    box-sizing: border-box;
	padding: 29px 0 25px 14px;
}
.index-nav li{
	/* margin-bottom: 21px; */
}
.index-nav li a{
	display: flex;
    align-items: center;
}
.index-nav li a img{
	width: 11px;
	height: 11px;
}
.index-nav li a p{
	color: #fff;
	font-size: 12px;
	margin-left: 11px;
}
.inside-nav{
	background-color: #017e60;
	height: 35px;
	display: flex;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
	padding: 0 26px;
}
.inside-nav li a{
	display: flex;
    align-items: center;
}
.inside-nav li a img{
	width: 11px;
	height: 11px;
}
.inside-nav li a p{
	color: #fff;
	font-size: 12px;
	margin-left: 11px;
}
.heard{
	margin-top: 10px;
}
.heard .banner{
	height: 178px;
	display: flex;
}
.main{
    border-left: 4px solid #cdcdcd;
    border-right: 4px solid #cdcdcd;
    box-sizing: border-box;
	background-color: #fff;
}
.tit6{
	background: url('../picture/tit6.png');
	height: 50px;
	position: relative;
}
.tit6 .tit6_title{
	color: #000;
	font-weight: bold;
	font-size: 13px;
	position: absolute;
	top: 23px;
	left: 83px;
}
.inset{
	padding: 0 20px;
}
.inset .col img{
	max-width: 100%;
	max-height: auto;
}
.table{width:100%;min-height:450px;padding-bottom:50px;overflow:hidden;}
.table table{
	border-collapse: separate;
    border-spacing: 2px;
}
.table table *{
	color: #000;
}
.footer .container{
	display: flex;
}
.footer .container .copyright{
	background-color: #cccccc;
	flex: 1;
	font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	padding: 0 20px;
}