
.banner {
	border-top: 8px #4174b3 solid;
	text-align: center;
}

.banner img {
	max-width: 100%;
}

.banner .banner-wap {
	display: none;
}

.zcwj,
.ggqsydwxx {
	width: 100%;
	overflow: hidden;
	padding: 20px 0px;
}
.com_title{
	width: 100%;
	line-height: 78px;
	background: url("titlebg.jpg") center repeat-x;
	overflow: hidden;
}

.com_title h2 {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    height: 78px;
    line-height: 78px;
    background: #fff;
    vertical-align: middle;
    position: relative;
}
.com_title span {
    display: block;
    width: 10px;
    height: 10px;
    background: #036CE3;
    float: right;
    margin: 34px 0px 0px 30px;
    border-radius: 50%;
}
.d2 span{
	width: 841px;
}
.list ul {
	display: block;
	width: 100%;
}


.list li a {
	max-width: 80%;
}
.list li::before{
	background-color: #036CE3;
}
.list li:hover a {
	color: #036CE3;
}
.ggqsy_list ul{
	margin-top: 20px;
}
.ggqsy_list ul li{
	width: 15%;
	float: left;
	position: relative;
	overflow: hidden;
	height: 90px;
	background-color: #d2e4fa;
	border-radius: 3px;
}
.ggqsy_list ul li+li{
	margin-left: 2%;
}
.ggqsy_list ul li a {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    align-items: center;
}
.ggqsy_list ul li a::before {
    content: '';
    display: block;
    width: 53px;
    height: 53px;
    background: #036CE3;
    border-radius: 6px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 0;
    transition: all 0.3s;
}
.ggqsy_list ul li a i {
	display: block;
	width: 53px;
	height: 53px;
	position: relative;
	z-index: 1;
	top: 20px;
	left: 20px;
	float: left;
}
.ggqsy_list ul li:nth-child(1) a i{
	background: url(ggqsy_01.png) no-repeat center;
}
.ggqsy_list ul li:nth-child(2) a i{
	background: url(ggqsy_02.png) no-repeat center;
}
.ggqsy_list ul li:nth-child(3) a i{
	background: url(ggqsy_03.png) no-repeat center;
}
.ggqsy_list ul li:nth-child(4) a i{
	background: url(ggqsy_04.png) no-repeat center;
}
.ggqsy_list ul li:nth-child(5) a i{
	background: url(ggqsy_05.png) no-repeat center;
}
.ggqsy_list ul li:nth-child(6) a i{
	background: url(ggqsy_06.png) no-repeat center;
}
.ggqsy_list ul li a span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #036CE3;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
	float: left;
	line-height: 90px;
	margin-left: 30px;
}
.ggqsy_list ul li a::after {
    content: "";
    position: absolute;
    z-index: 0;
    background: #036CE3;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    top: 100%;
    left: 100%;
    transition: all .7s;
}
.ggqsy_list ul li a:hover::before{}
.ggqsy_list ul li a:hover span{color: #FFF;text-shadow: 2px 2px 1px #000;}
.ggqsy_list ul li a::after {content: "";position: absolute;z-index: 0;background: #036CE3;height: 100%;width: 100%;border-radius: 50%;top: 100%;left: 100%;transition: all .7s;}
.ggqsy_list ul li a:hover::after{transform: scale(2.2) translate3d(-50%, -50%, 50px);}
/*老年版*/
.old_type .com_title{
	margin: 50px 0px 30px;
	font-size: 48px;
}
.old_type .com_title a {
	font-size: 48px;
}

.old_type .list ul {
	width: 100%;
}

.old_type .list ul+ul {
	margin-left: unset;
}
.old_type .list li {
	padding-left: 25px;
	line-height: 64px;
}

.old_type .list li a {
	line-height: 64px;
	font-size: 32px;
	max-width: 85%;
}

.old_type .list li span {
	height: 64px;
	line-height: 64px;
	font-size: 28px;
}

.old_type .list li::before {
	height: 8px;
	width: 8px;
	margin-top: 32px;
}
.old_type .com_title h2{
	font-size: 48px;
}
.old_type .ggqsy_list ul li{
		width: 32%;
		margin-bottom: 20px;
	}
.old_type .ggqsy_list ul li+li{
		margin-left: 2%;
	}
.old_type .ggqsy_list ul li:nth-child(3n+1){
		margin-left: unset;
	}
.old_type .ggqsy_list ul li a span{
	font-size: 36px;
}
.old_type .ggqsy_list ul li a::before{
	left: 40px;
}
.old_type .ggqsy_list ul li a i{
	left: 40px;
}
.old_type .ggqsy_list ul li a span{
	margin-left: 80px;
}
/*手机版*/
@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;
	}
	.com_title a {
		font-size: 28px;
	}
	.list ul {
		width: 100%;
	}
	
	.list ul+ul {
		margin-left: unset;
	}
	
	.list> :nth-child(2) {
		display: none;
	}
	
	.list li {
		line-height: 32px;
	}
	
	.list li a {
		white-space: unset;
		text-overflow: unset;
		overflow: unset;
		float: unset;
		max-width: none;
		display: inline;
		line-height: 32px;
	}
	
	.list li span {
		line-height: 32px;
		height: 32px;
	}
	
	.list li::before {
		margin-top: 16px;
	}
	
	.list li:hover a {
		padding-left: 0px;
	}
	.com_title h2{
		font-size: 24px;
	}
	.ggqsy_list ul li{
		width: 48%;
		margin-bottom: 20px;
	}
	.ggqsy_list ul li+li{
		margin-left: 4%;
	}
	.ggqsy_list ul li:nth-child(2n-1){
		margin-left: unset;
	}
	.ggqsy_list ul li a::before{
		left: 10px;
	}
	.ggqsy_list ul li a i{
		left: 10px;
	}
	.ggqsy_list ul li a span{
		font-size: 18px;
		margin-left: 20px;
	}
}

@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) {}