
.banner {
	border-top: 8px #4174b3 solid;
	text-align: center;
	margin-top: 0.2px;
}

.banner img {
	max-width: 100%;
}

.banner .banner-wap {
	display: none;
}

.qyxgc_list {
	width: 100%;
	overflow: hidden;
	padding: 40px 0px;
}
.qyxgc_list li{
	float: left;
	width: 23.5%;
	height: 106px;
	line-height: 106px;
	text-align: center;
	background: url(ggqsygkbg1.png) no-repeat;
	border-radius: 5px;
}
.qyxgc_list li+li{
	margin-left: 2%;
}
.qyxgc_list li a{
	display: block;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	color: #0b9bf8;
}
/*老年版*/

/*手机版*/
@media screen and (max-width: 1024px) {
	.mobile_type .w1200 {
		width: 100%;
		padding: 0px 3%;
		box-sizing: border-box;
	}

	.banner {
		border-top: 4px solid #4174b3;
	}
	.banner .banner-pc {
		display: none;
	}
	
	.banner .banner-wap {
		display: block;
	}
	.qyxgc_list li{
		width: 100%;
		max-width: 483px;
		margin-bottom: 20px;
	}
	.qyxgc_list li:last-child{
		margin-bottom: unset;
	}
	.qyxgc_list li+li{
		margin-left: unset;
	}
}

@media screen and (max-width: 833px) {}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width:750px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:320px) {}