.header {
	background-color: rgba(0, 0, 0, 0);
}

.header .navbar_nav li a {
	color: #000;
}

.swiper1 .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
}

.swiper1 .swiper-pagination-bullet-active {
	width: 0.4rem;
	height: 0.1rem;
	border-radius: 0.5rem;
	background-color: #D80C24;
}

.swiper1 .swiper-button-prev {
	left: 1.2rem;
}

.swiper1 .swiper-button-next {
	right: 1.2rem;
}

.swiboxx .swiper-pagination {
	bottom: 0.7rem;
	left: 50%;
	transform: translateX(-50%);
}

.swiboxx .swiper-pagination-bullet {
	background-color: #909090;
	opacity: 1;
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	margin: 0 0.05rem;
}

.swiboxx .swiper-pagination-bullet-active {
	width: 0.4rem;
	height: 0.1rem;
	border-radius: 0.5rem;
	background-color: #D80C24;
}

.categorybox {

	width: 100%;
	/* height: 4.9rem; */
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.box {
	max-width: 12rem;
	min-width: 10rem;
}

.listpro {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
	font-family: 'MyFontRegular';
	font-size: 0.2rem;
	margin: 0.4rem 0 0.5rem;
}

.listpro>div {
	padding: 0.04rem 0.16rem;
	border: 1px solid #000;
	border-radius: 0.2rem;
	cursor: pointer;
}

.listpro>div:hover {
	background-color: #D80C24;
	border: 1px solid #D80C24;
	color: #fff;
}

.listpro .divactive {
	background-color: #D80C24;
	border: 1px solid #D80C24;
	color: #fff;
}

.swiper2 {
	width: 70%;
	overflow: hidden;
	margin: 0 auto;
}

.swiper2 .swiper-slide {
	display: flex;
	justify-content: center;
	width: 33%;
	overflow: hidden;
	cursor: pointer;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-weight: 400;
	font-family: 'MyFontRegular';
	font-size: 0.18rem;
height: 100%;
}
.swiper2 .swiper-wrapper{
	align-items: flex-end;
}
.swiper2 .swiper-slide img {
	display: flex;
	justify-content: center;
	width: 2rem;
	transform: scale(1);
	transition: 1s;
}

.swiper2 .swiper-slide .imgtext {
	margin-top: 0.2rem;
}

.swiper1 .swiper-button-prev,
.swiper1 .swiper-button-next {
	color: #fff;

}

.swiper2 .swiper-button-prev,
.swiper2 .swiper-button-next {
	color: #000;

}

.switit {
	text-align: center;
	font-weight: 700;
		font-family: 'MyFontBold';
	font-size: 0.3rem;
	line-height: 0.7rem;
	margin-bottom: 0.3rem;
}

.topimgbox {
	width: 100%;
	display: flex;
	min-height: 100vh;

}

.topimgbox>div:first-child {

	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background-color: #f5f5f5;
	font-weight: 700;
		font-family: 'MyFontBold';
}

.topimgbox>div {
	width: 50%;
	min-height: 100%;
}

.textim {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.textbox {
	width: 75%;
	margin: 0rem auto 0;

}

.yllist {
	display: grid;
	grid-template-columns: repeat(5, 0.95rem);
	gap: 20px 0.5rem;
}
.yllist>div{
	text-align: center;
}
.yllist>div img{
	width: 100%;
	margin-bottom: 0.1rem;
}
.paglist{
	margin-top: 0.4rem;
}
.paglist p{
	border-top: 1px solid #BABABA;
	padding-top: 0.1rem;
	margin-bottom: 0.35rem;
	text-align: justify;
	font-family: 'MyFontRegular';
	font-weight: 400;
	font-size: 0.16rem;
}
.netcontent{
	font-family: 'MyFontRegular';
	font-weight: 400;
	font-size: 0.18rem;
}
.kingshorname,.kingshorname_second{
	font-family: 'MyFontBold';
	font-weight: 700;
	font-size: 0.28rem;
}
