
.banner img{
	height: 100%;
	width: 100%;
}
.lv_section .title{
	font-size: 0.18rem;
	text-align: center;
	padding-top: .2rem;
	font-weight: bold;
	margin-bottom: .2rem;
}
.lv_section1{
	padding: 0 .25rem;
}
.flex-between{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ul-list-2 .item{
	width: 48%;
	margin-bottom: .2rem;
	text-align: center;
}
.lv_section1 .ul-list-2 .item{
	width: 46%;
}
.ul-list-2 .item .img{
	display: flex;
	align-items: center;
	height: .42rem;
	width: .42rem;
	margin: 0 auto .08rem;
}
.ul-list-2 .item .img img{
	max-width: 100%;
	max-height: 100%;
}
.ul-list-2 .item .p1{
	font-size: .16rem;
}
.ul-list-2 .item .p2{
	font-size: .12rem;
	color: #999;
	margin-top: .04rem;
}

.lv_section2{
	padding: 0 .2rem;
}
.lv_section2 .ul-list-2 .item{
	background: #fff;
	padding: .2rem .15rem;
	border-radius: 8px;
	box-shadow: 0 0 .2rem rgba(0,0,0,.1);
}
.lv_section3{
	padding: 0 .2rem .2rem;
}
.sytemNav{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 .2rem;
}
.sytemNav div{
  width: 20%;
  height: .3rem;
  text-align: center;
  line-height: .3rem;
  border-radius: 4px;
  font-size:.13rem;
  color: #666;
  padding: 0 .1rem;
  margin-bottom: .15rem;
}
.sytemNav div:hover{
  background-color: #2589ff;
  color: #fff;
  border:none;
}
.sytemNav .active{
  background-color: #2589ff;
  color: #fff;
  border:none;
}
.none{
  display: none;
}
.navContent img{
  width: 100%;
  height: auto;
}
.navContent .desc{
	color: #fff;
	font-size: .16rem;
	margin-bottom: .05rem;
}

.lv_section4 .bg{
	padding: .2rem;
	min-height: 5.2rem;
}

.taglist .item{
	margin-top: .15rem;
	border: .02rem dashed #74757e;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}
.taglist .item .leftbox{
	height: 1.1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 33%;
	font-size: .14rem;
	border-right: .02rem dashed #74757e;
}
.taglist .item .leftbox img{
	height: .24rem;
	width: auto;
	margin-bottom: .04rem;
}
.taglist .item .rightbox{
	height: 1.1rem;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: .12rem;
}
.taglist .item .rightbox li{
	padding: .02rem .2rem .02rem 28%;
}
.taglist .item .rightbox li::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background: #74757e;
	margin-right: .05rem;
}

.card-list li{
	margin-bottom: .15rem;
}
.card-list li .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 .04rem .2rem rgba(0,0,0,.1);
	padding: .15rem;
}
.card-list li .box .img{
	width: .4rem;
	height: .4rem;
	margin-right: .15rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.card-list li .box .img img{
	max-width: 100%;
	max-height: 100%;
}
.card-list li .box .txtbox{
	flex: 1;
}
.card-list li .box .txtbox .p1{
	font-size: .16rem;
	margin-bottom: .05rem;
}
.card-list li .box .txtbox .p2{
	font-size: .12rem;
	color: #888;
}
.lv_section5 {padding-bottom: .2rem;}
.lv_section5 .ul-list-2 .item{
	width: 33% !important;
}


.lv_section6{
	padding: 0 .15rem .15rem;
}
.imglist2 li{
	width: 50%;
	margin-bottom: .1rem;
}
.imglist2 li .img img{
	width: 100%;
}
.imglist2 li .txt{
	text-align: center;
	font-size: .15rem;
}

