


.about-description p{
	/*color: blueviolet;
	background: greenyellow;*/
	
}
.me_p2{
	text-align: left;
}
.me_li1{
	text-align: left;
}
.me_but{
	width: 150px;
	height: 150px;
	background: #F9F9F9;
	border-radius: 50%;
	text-align: center;
	line-height: 150px;
	padding: 0;
	font-size: 30px;
	color: #02A1E8;
}
.me_but:hover{
	/*background: #4FA1E8;*/
	color: #F9F9F9;
}
.me_div1{
	width: 100%;
}
.me_div2{
	width: 90%;
}

/*.me_foot{
	width: 33.33%;
	height: 150px;
	border-right: 1px solid #F10061;
	float: left;
}*/

.me_foot1{
	width: 80%;
	height: 100%;
	/*border: 1px solid #F10061;*/
	margin: 0 auto;
	font-family: "微软雅黑";
}
.me_foot1 .me_foot1_img{
	margin: 0 auto;
}
.me_foot1 .me_foot1_word{
	margin-top: 20px;
	font-size: 14px;
}
.me_foot1 .leftt{
	text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 319px) {
	.meiti{
		margin-top: 30px;
	}
	.menu ul li a {
		width: 9.375rem;
		height: 30px;
		margin-bottom: 10px;
		margin-left: 3px;
	}
	.menu ul{
		width: 50%
	}
}

@media screen and (min-width: 320px) and (max-width: 459px){
	.meiti{
		margin-top: 30px;
	}
	.menu ul li a {
		width: 8rem;
		height: 30px;
		margin-bottom: 10px;
		margin-left: 3px;
		font-size: 14px;
	}
	/*.menu ul{
		width: 50%
	}*/
}

@media screen and (min-width: 460px) and (max-width: 779px){
	.meiti{
		border-right:1px solid #F10061 ;
		margin-top: 30px;
	}
}

@media screen and (min-width: 780px) and (max-width: 1400px){
	.meiti{
		border-right:1px solid #F10061 ;
		margin-top: 30px;
	}
}


