.header{
	width: 100%;
	height:2.44rem;
	background: url(/material/images/header-bg.png);
	background-repeat: 100%;
	background-size: 100% 100%;
	padding-top: 0.5rem;
}

.header>h2{
	color: #FFFFFF;
	text-align: center;
	font-size: 0.35rem;
}

.header>.title2{
	font-style:italic;
}
.body{
	width: 100%;
	height: auto;
	/*background: url(/material/images/wrap-bg.png);*/
	background-repeat: repeat;
	background-size: 100%;
	overflow: hidden;
}
.body-title{
	width: 7.08rem;
	height: auto;
	margin: auto;
	overflow: hidden;
}
.body-title>.body-title-bg{
	width:0.12rem;
	height:0.4rem;
	display: block;
	background:url(/material/images/body-title-bg.png) ;
	background-repeat: no-repeat;
	margin: auto;
	float: left;
	margin-top: 1px;
	
}
.body-title>.body-address{
	float: left;
	font-size:0.3rem;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 10px;
}
.body-main01{
	width: 100%;
	margin-top: 0.22rem;
}

.body-main01-ul{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 0.36rem;
}

.body-main01-ul>.main01-ul-items{
	width: 33%;
	height: auto;
	margin-top:0.36rem;
}
.body-main01-ul>.main01-ul-items>a{
	display: block;
	width: 100%;
	height: 100%;
}

.main01-ul-items>a>img{
	width: 1.37rem;
	height: 1.37rem;
	margin-left:20%;
    /*border-radius: 50%;*/
}

.main01-ul-items>a>p{
	/*width: 1.8rem;*/
	width: 100%;
	font-size: 0.3rem;
	text-align: center;
	color: #000000;
	margin: auto;
}
