
.banner img{
	height: 100%;
	width: 100%;
}
.lh_section .title{
	font-size: 0.18rem;
	text-align: center;
	padding-top: .2rem;
	font-weight: bold;
}
.mintitle{ font-size: .13rem; color:  #666; text-align: center;}
.lh_section1{
	padding: .25rem .2rem .1rem;
}
.lh_section1 li{
	margin-bottom: .5rem;
}
.lh_section1 .box{
	background: #fff;
	box-shadow: 0 .04rem .12rem #e6e4e4;
	border-radius: 10px;
	padding: .15rem .15rem .4rem;
	position: relative;
}
.lh_section1 .box .p1{
	color: #338afb;
	font-size: .18rem;
}
.lh_section1 .box .p2{
	color: #666;
	font-size: .14rem;
	margin-top: .05rem;
}
.lh_section1 .box .img,.lh_section1 .box img{
	width: .8rem;
	height: .8rem;
} 
.lh_section1 .box .img{
	position: absolute;
	right: .2rem;
	bottom: -.5rem;
}

.flex-between{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ul-list-2 .item{
	width: 48%;
	margin-bottom: .2rem;
	text-align: center;
}
.lh_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;
}

.lh_section2{
	padding: 0 .2rem;
}

.lh_section3{
	padding: 0 .2rem .2rem;
}
.sytemNav{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sytemNav div{
  height: .3rem;
  text-align: center;
  line-height: .3rem;
  border-radius: 4px;
  font-size:.13rem;
  color: #666;
  padding: 0 .1rem;
  margin: 0 .02rem .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{
	margin-bottom: .1rem;
}
.navContent img{
  width: 100%;
  height: auto;
}
.contentTitle{
  font-size: .16rem;
  font-weight: 600;
  color: #333;
}
.contentTitle span{
  display: block;
  margin: .15rem 0;
  height: .02rem;
  width: .3rem;
  background-color: #1e88ff;
}
.contentText{
  font-size: .13rem;
  color: #666;
}
.lh_section4{
	padding: 0 .2rem .2rem;
}
.lh_section4 .ul-list-2 .item{
	background: #fff;
	padding: .2rem .15rem;
	border-radius: 8px;
	box-shadow: 0 0 .2rem rgba(0,0,0,.1);
}
.lh_section5 {padding-bottom: .05rem;}
.partner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 .2rem;
  flex-wrap: wrap;
}
.partner div{
  width: 26%;
  margin-bottom: .2rem;
}
.partner img{
  width: 100%;
  height: auto;
}
.lh_section6{
	background:#f4f5f9 url(../images/lianghua/bg2.jpg) center top no-repeat;
	background-size: 100% auto;
	padding: 0 .25rem .2rem;
}
.lh_section6 .card-list .item{
	background: #fff;
	box-shadow: 0 .04rem .2rem rgba(0,0,0,.1);
	padding: .15rem;
	margin-bottom: .15rem;
}
.lh_section6 .card-list .hd{
font-size: .17rem;
margin-bottom: .1rem;
text-align: center;
}
.lh_section6 .card-list li{
	font-size: .14rem;
	color: #666;
	display: flex;
}
.lh_section6 .card-list li::before{
	content: "";
	display: block;
	height: .04rem;
	width: .04rem;
	border-radius: 50%;
	background: #007AFF;
	margin-right: .05rem;
	margin-top: .08rem;
}