#wrap{
	width: 100%;
	height: 100%;
	background: #f2f3f3;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.nav{
	height: 2.67rem;
	width: 100%;
	background: white;
}
.nav ul{
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 2.67rem;
}
.nav ul .navs{
	width: 1.47rem;
	text-align: center;
}
.navs img{
	width: 1.47rem;
}
.navs span{
	margin-top: 0.15rem;
	display: block;
	font-size: 0.35rem;
}
.module{
	width: 100%;
	background: white;
	padding: 0.2rem 0.4rem;
	margin-top: 0.33rem;
	box-sizing: border-box;
	
}
.module .icon{
	color: #f48d25;
	font-size: 0.7rem;
}
.module .title{
	font-size: 0.46rem;
	margin-left: 0.27rem;
}
.module .head{
	border-bottom: 1px solid #cacaca;
	position: relative;
	padding: 0.13rem 0;
}
.module .icon2{
	font-size: 0.48rem;
	color: #cacaca;
	position: absolute;
	right: 0;
	top: 30%;
}
.introduce p{
	text-indent: 2em;
	padding: 0.33rem 0.27rem;
	font-size: 0.4rem;
	color: #848484;
	line-height: 0.5rem;
	height: 4rem;
	overflow: hidden;
}
.list{
	display: flex;
	justify-content: space-around;
	margin-top: 0.33rem;
}
.list .icon3{
	font-size: 0.4rem;
	color: #ef3e5e;
}
.list .list_tit{
	width: 85%;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	font-size: 0.4rem;
	color: black;
	
}