.mian-box{
	width: 100%;
}
.bmhead{
	width: 100%;
	height: 180px;
	background: url(bmbg.png) no-repeat;
	background-size: 100% 180px;
	position: relative;
}
.bmHead-title{
	width: 320px;
	font-size: 40px;
	color: #FFFFFF;
	padding-top: 40px;
}
.bmHead-nav{
	position: absolute;
	bottom: 0px;
}
.bmHead-nav li{
	width: 300px;
	height: 50px;
	background: #FFFFFF30;
	float: left;
	text-align: center;
	line-height: 50px;
	margin-right: 2px;
	font-size: 18px;
	color: #FFFFFF;
}
.now-nav{
	background: #FFFFFF !important;
	color: #1F59D8 !important;
}
.con-box > div{
	display: none;
}
.gkblist > div ,.zfblist > div{
	display: none;
}
.show{
	display: block !important;
}
.con-box{
	padding-top: 40px;
}
.gkbtitle li , .zfbtitle li {
    width: 183px;
    height: 52px;
    background: #FFFFFF;
    box-shadow: 0 2px 15px 0 rgb(153 153 153 / 20%);
    float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 52px;
	font-size: 16px;
	cursor: pointer;
}
.gkbtitle li:nth-child(6n+6) , .zfbtitle li:nth-child(6n+6){
	margin-right: 0px;
}
.gkblist div a , .zfblist div a{
	width: 277px;
	height: 70px;
	background-color: #F1F2F3;
	display: flex;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	padding-left: 20px;
	align-items: center;
	padding-right: 20px;
	font-size: 16px;
	color: #2B2F32;
	position: relative;
}
.gkblist div a p , .zfblist div a p{
	position: absolute;
	width: 180px;
	height: 180px;
	background: url(picon.png) no-repeat;
	bottom: 60px;
	left: -48px;
	display: flex;
	text-align: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-size: 100%;
}
.gkblist div a p img , .zfblist div a p img{
	width: 90px;
	height: 90px;
	margin-right: 0px;
}
.gkblist div a:nth-child(4n+4),.zfblist div a:nth-child(4n+4){
	margin-right: 0;
}
.gkblist div a img , .zfblist div a img{
	width: 24px;
	height: 24px;
	margin-right: 20px;
}
.gkbtitle , .zfbtitle {
    border-bottom: 2px solid #D8D8D880;
    padding-bottom: 10px;
}
.gkblist , .zfblist{
	padding-top: 30px;
}
.gkblist div a p ,.zfblist div a p{
	display: none;
}
.now-li{
	background: #1677FF !important;
	color: #FFFFFF;
}