.banner_function {
	background: url(../../img/yxk-img/banner_gnjs.jpg) no-repeat center top;
	width: 100%;
	height: 640px;
}

.function_ul {
	margin: 0px auto 30px;
	width: 1200px;
	border-radius: 5px;
}

/* .fixed-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	top: 600px;
    z-index: 111;
    color: #999;
    transform: translateY(40%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.lfl-container .nav-shadow-fixed {
    background: #fff;
    position: fixed !important;
    top: 40px;
    bottom: auto !important;
    box-shadow: 0 6px 15px 2px rgba(0,0,0,0.08);
} */

.function_ul ul {
	overflow: hidden;
	background: #fff;
	box-shadow: 0 6px 15px 2px rgba(0, 0, 0, 0.08);
}

.function_ul ul li {
	float: left;
	padding: 15px 2px;
	display: inline-block;
	width: 96px;
	min-height: 96px;
	text-align: center;
}

.function_ul ul li img {
	display: inline-block;
}

.function_01 {
	overflow: hidden;
	margin-bottom: 50px;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 50px;
	margin-top: 80px;
}

.function_01 h2 {
	font-size: 26px;
	font-weight: bold;
}

.function_01 p {
	margin: 20px auto;
	font-size: 18px;
	line-height: 180%;
}

.function_01 p span {
	background: #e4f1ff;
	border: 1px solid #122c56;
	font-size: 14px;
	padding: 3px 10px;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}


.fun_left {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.fun_right {
	float: left;
	width: 48%;
}



@media screen and (max-width:768px) {
	.function_ul {
		width: 100%;
	}

	.function_01 {
		margin: 30px auto;
		width: 90%;
	}

	.fun_left {
		width: 100%;
		margin-right: 0;
	}

	.fun_left img {
		width: 100%;
		margin-bottom: 20px;
	}

	.fun_right {
		width: 100%;
	}

	.fun_right img {
		width: 100%;
	}

	.function_01 h2 {
		font-size: 20px;
	}

	.function_01 p {
		font-size: 14px;
	}

	.function_01 p span {
		font-size: 12px;
	}

	.banner_function {
		background-size: 100%;
		height: 320px;
		width: 750px;
	}

}
