* {
	margin: 0;
	padding: 0;
}

.m_banner {
	background: url(../img/about_banner.jpg) center no-repeat;
	background-size: auto 100%;
}









/* 联系我们 */
.phone {
	width: 100%;
	padding-top: 0.8rem;
	padding-bottom: 1.4rem;
	box-sizing: border-box;
}


.phone_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}

.phone_top .top_list {
	width: 4.6rem;
	min-height: 3.02rem;
	background: #F8F8F8;
	border-radius: 0.1rem;
}

.phone_top .top_list:hover {
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
}

.phone_top .top_list .top_icon {
	width: 0.76rem;
	height: 0.76rem;
	border-radius: 50%;
	margin: 0.43rem auto 0.19rem;
}
.phone_top .top_list .top_icon img{
	width: 100%;
	height: 100%;
}
.phone_top .top_list .top_icon .phone_img2 {
	display: none;
}
.phone_top .top_list:hover .top_icon {
	background: #0A7E0D;
}
.phone_top .top_list:hover .top_icon .phone_img1 {
	display: none;
}

.phone_top .top_list:hover .top_icon .phone_img2 {
	display: block;
}

.phone_top .top_list .top_titlt {
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 0.2rem;
	color: #333333;
	position: relative;
	font-family:SourceHanSansCN-Light;
}

.phone_top .top_list .top_titlt::before {
	position: absolute;
	content: "";
	width: 0.21rem;
	height: 0rem;
	left: 50%;
	bottom: -0.19rem;
	transform: translateX(-50%);
	border: 0.02rem solid #0A7E0D;
}

.phone_top .top_list .top_cont {
    width: 76%;
    text-align: center;
    font-weight: 400;
    font-size: 0.2rem;
    color: #666666;
    margin: 0.42rem auto 0;
    padding: 0 0.16rem;
    box-sizing: border-box;
	font-family:SourceHanSansCN-Light;
}



.phone_center{
	width: 100%;
	height: 6.5rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(59,59,59,0.16);
	border-radius: 0.1rem;
	padding: 0.2rem;
	box-sizing: border-box;
	margin-bottom: 0.6rem;
}






.phone_bottom{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.bottom_list{
	width: 7.2rem;
	height: 3.4rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	border: 0.01rem solid #DCDCDC;
	padding: 0.45rem 0.5rem 0.5rem 0.5rem;
	box-sizing: border-box;
	margin-bottom: 0.4rem;
}
.bottom_list .bottom_name{
	font-weight: bold;
	font-size: 0.22rem;
	color: #000000;
	width: 100%;
	padding-bottom: 0.2rem;
	border-bottom: 0.01rem dashed #0A7E0D;
}
.bottom_list ul{
	margin-top: 0.36rem;
}
.bottom_list ul li{
	display: flex;
	margin-top: 0.2rem;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	align-items: center;
}
.bottom_list ul li img{
	width: 0.22rem;
	margin-right: 0.18rem;
}
.bottom_list:hover{
	border: none;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.16);
}
.bottom_list:hover .bottom_name{
	border-bottom: 0.01rem solid #0A7E0D;
}






