
.banner img{
	height: 100%;
	width: 100%;
}
.hl_section .title{
	font-size: 0.18rem;
	text-align: center;
	padding-top: .2rem;
	font-weight: bold;
	margin-bottom: .2rem;
}
.hl_section1{
	padding: 0 .25rem;
}
.flex-between{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ul-list-2 .item{
	width: 48%;
	margin-bottom: .2rem;
}
.hl_section1 .ul-list-2 .item{
	width: 46%;
}
.ul-list-2 .item .img{
	display: flex;
	align-items: center;
	height: .42rem;
	width: .42rem;
	margin-bottom: .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;
}

.hl_section2{
	padding: 0 .2rem;
}
.hl_section2 .ul-list-2 .item .img{
	height: .36rem;
	width: .36rem;
	margin-bottom: .06rem;
}
.hl_section3{
	padding: 0 .2rem .2rem;
}
.sytemNav{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sytemNav div{
  width: 25%;
  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;
}
.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;
}

.hl_section4{
	padding: 0 .2rem .2rem;
}
.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;
}

.hl_section5{
	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;
}

.hl_section6{
	padding: 0 .2rem .2rem;
}
.youshi-list{
	background: #fff;
	border: 1px solid #eee;
	padding: 0 .2rem;
}
.youshi-list .box{
	padding: .15rem 0;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	
}
.youshi-list li:last-child .box{
	border-bottom: none;
}
.youshi-list li .box .img{
	width: .36rem;
	height: .36rem;
	margin-right: .15rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.youshi-list li .box .img img{
	max-width: 100%;
	max-height: 100%;
}
.youshi-list li .box .txtbox{
	flex: 1;
}
.youshi-list li .box .txtbox .p1{
	font-size: .16rem;
	line-height: .36rem;
}
.youshi-list li .box .txtbox .p2{
	font-size: .12rem;
	color: #999;
}