﻿.meiti{
	background: #ECEEF6;
	height: 240px;
}
.meiti-list{
	position: relative;
	    width: 1270px;
	    height: 110px;
	    box-shadow:0 10px 30px 0 rgba(8,33,64,.3);
	    border:1px solid #34478f70;
	    border-radius: 66px;
	    display: flex;
	    padding: 0 70px;
	    margin: 0 auto;
	    background: #a0beff3d;
		margin-top: 20px;
}
.meiti-item{
	    position: relative;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    margin-right: 60px;
	    z-index: 2;
}
.meiti-a{
	display: flex;
	justify-content: center;
	text-decoration:none;
}
.meiti-icon{
	width: 60px;
	    height: 60px;
	    border-radius: 50%;
	    margin-bottom: 5px;
	    overflow: hidden;
		box-shadow:2px 5px 8px 1px rgba(52, 71, 143, 0.32);
}
.meiti-name{
	font-family: PingFangSC-Regular;
	    font-size: 12px;
	    color: #000;
	    line-height: 12px;
	    text-align: center;
}
.meiti-icon img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.meiti span{
	display: block;
	font-size: 60px;
	text-align: center;
	line-height: 100%;
	font-weight: bold;
}

.meiti h3{
	font-size: 26px;
	color: #34478F;
	display: block;
	text-align: center;
	position: relative;
	font-weight: normal;
	margin-top: -30px;
}

.meiti i{
	width: 50px;
	height: 2px;
	background: #34478F;
	display: block;
	font-style: normal;
	margin: 0 auto;
	margin-top: 10px;
}

@media screen and (max-width: 1024px) {
	.meiti-item{
		margin-right: 30px;
	}
	.meiti-list{
		width: 970px;
		padding: 0 50px;
	}

}

@media screen and (max-width: 768px) {
	.meiti-item{
		margin-right: ;
	}
	.meiti-list{
		width: 100%;
		height: 100%;
		padding:10px 0px 10px 20px;
		display: block;
		border-radius: 60px;
	}
	.meiti-a{
		width: 20%;
		height: 50%;
		float: left;
	}
	.meiti-item{
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.meiti{height: 100%;}

}

@media screen and (max-width: 700px)
{
	.meiti-list{
		width: 100%;
		height: 100%;
		padding:10px 0px 10px 20px;
		display: block;
		border-radius: 30px;
	}
	.meiti-a{
		width: 25%;
		height: 50%;
		float: left;
	}
	.meiti-item{
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.meiti{height: 100%;}
}