.banner {
	width: 100%;
}
.banner img{
	width: 100%;
	display: block;
}
.main {
	width: 100%;
	overflow: hidden;
	background-color: #d8f0fc;
}
.box {
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
}
.introduction {
	margin: 50px 0;
	/* background: url(/topicImg/zwgksxbzml-introduction.png) no-repeat ;
	background-size:100% 100%;
	padding: 30px 40px 40px 40px; */
	border-radius: 10px;
	background-color: #c8ecff;
	padding: 10px;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.introduction p {
	font-size: 18px;
	color: #025f9f;
	line-height: 30px;
	
	border: 2px dashed #3c87b0;
	background-color: #c8ecff;
	padding: 15px 20px;
}

.iconlist {
	overflow: hidden;
	padding-top: 5px;
}
.iconlist>li {
	width: 18%;
	height: 220px;
	margin: 0 1% 25px 1%;
	background-color: #fbfeff;
	float: left;
	border-radius: 15px;
}
.iconlist>li:hover {
	box-shadow: 0px 7px 9.79px 1.21px rgba(0, 0, 0, 0.21);
	background-color: #bbe3f9;
	transform: scale(1.05);
}
.iconlist>li:hover img {
	/* transform: rotateY(180deg); */
	animation: rotate 1s linear infinite ;
	animation-iteration-count:1;
	-webkit-animation-iteration-count:1;
}
.iconlist>li:hover p {
	color: #057ed2;
	font-weight: bold;
}
@keyframes rotate{
	0%{
		transform: rotatey(0deg);;/*从0度开始*/
	}
	100%{
		transform: rotatey(360deg);/*360度结束*/
	}
}
.iconlist>li p {
	text-align: center;
	font-size: 20px;
	color: #333;
}
.iconlist>li p:first-child {
	/* line-height: 50px; */
	height: 85px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.box>div {
	overflow: hidden;
}
/* .street:hover img{
	transform: scale(1.1);
}
.support img:hover {
	transform: scale(1.1);
} */
.street {
	margin-top: 40px;
	text-align: center;
}
.street img {
	width: 98%;
}
.support {
	margin-top: 20px;
	margin-bottom: 40px;
}
.support a{
	width: 48%;
	display: inline-block;
	float: left;
	padding: 0 1%;
}
.support img {
	width: 100%;
}