*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ul{
	list-style: none;
}
html{
	min-width: 1200px;
}
.bannerbox{
	width: 100%;
	font-size: 0;
}
.bannerbox img{
	width: 100%;
}
.btnsbox{
	width: 10rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	margin-bottom: 0.5rem;
}
.btnsbox p{
	padding: 0.1rem 0.5rem;
	border: 1px solid #3072F6;
	font-size: 0.18rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #336AFF;
	border-radius: 0.5rem;
	cursor: pointer;
}
.btnsbox .actived{
	background: linear-gradient(90deg, #3890FF 0%, #0942FF 100%);
	color: #fff;
}
.listsbox{
	background: #F9F9F9;
	padding-top: 0.5rem;
	padding-bottom: 0.3rem;
}
.listsbox ul{
	width: 13rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.listsbox li{
	flex: none;
	width: 20%;
	text-align: center;
	margin-bottom: 0.3rem;
	font-size: 0;
	cursor: pointer;
}
.listsbox li img{
	width: 0.8rem;
	margin-bottom: 0.2rem;
}
.listsbox li p{
	font-size: 0.18rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #121212;
	padding: 0 0.3rem;
}
.content-box4{
	padding-top: 0.5rem;
	background: #fff;
}
.content-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 0.38rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #121212;
    text-align: center;
}
.content-title img{
	width: 0.27rem;
	
}
.content-title p{
	margin-left: 0.14rem;
	margin-right: 0.14rem;
}
.content-box4 .banner{
	width: 100%;
}
.cont-box4-list  ul li{
	width: 6.2rem;	
	padding: 0.35rem 0.5rem;
}
.box2-right ul{
	justify-content: space-between;
}
.listsbox .lists-two,.listsbox .lists-three,.listsbox .lists-four{
	display: none;
}