* {
	padding: 0;
	margin: 0
}

a {
	text-decoration: none
}

li {
	list-style: none;
}

.jswlqsjbg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.head {
	width: 100%;
	text-align: center;
	padding: 150px 0;
}

.qzwlogo {
	width: 1200px;
	margin: 0 auto;
	text-align: right;
}

.containiar {
	width: 100%;
	padding-bottom: 150px;
}

.content {
	width: 1200px;
	margin: 0 auto;
	margin-top: 150px;
}

.part01 {
	width: 100%;
	height: 560px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	border-radius: 15px;
	display: flex;
	justify-content: space-between;

}

.part01-left {
	width: 500px;
	height: 380px;
	margin-top: 30px;
	margin-left: 30px;
}

.part01-left ul li {
	width: 100%;
	height: 62px;
	overflow: hidden;
	border-bottom: 2px dashed #c6c5c5;
}

.part01-left ul li a {
	display: inline-block;
	width: calc(100% - 25px);
	height: 100%;
	font-family: PingFangSC;
	font-weight: 300;
	font-size: 22px;
	color: #232121;
	line-height: 62px;
	padding-left: 25px;
}

.part01-left ul li a:hover {
	background-color: #ebf3f6;
}

.part01-right {
	width: 586px;
	height: 380px;
	margin-top: 30px;
	margin-right: 40px;
}

.first-item {
	position: relative;
}

.first-title {
	width: 100%;
	height: 55px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	background-color: rgb(0 0 0 / 50%);
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.first-title a {
	color: #fff;
}

#firstSwiper .swiper-pagination {
	text-align: left;
	padding-left: 40px;
	color: #fff;
	font-size: 20px;
	line-height: 32px;
}

#firstSwiper .swiper-pagination-current {
	font-size: 24px;
}

#firstSwiper .swiper-button-prev,
.swiper-button-next {
	color: #fff;
	font-size: 32px;
	top: auto !important;
	bottom: 6px !important;
	background: none !important;
}

.part02 {
	width: 1320px;
	/* margin: 0 auto; */
	position: relative;
	text-align: center;
	margin-left: -60px;
}

.part02-swiper {
	height: 490px;
}

#secondSwiper {
	width: 1200px;
}

.second-item {
	position: relative;
}
.bofangIcon{
	position: absolute;
	top: 35%;
	left: 32%;
}
.second-title {
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 22px;
	color: #070606;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: 20px;
}

.leftnavigation {
	position: absolute;
	left: 0px;
	top: 50%;
	cursor: pointer;
	line-height: 100px;
}

.rightnavigation {
	position: absolute;
	right: 0px;
	top: 50%;
	cursor: pointer;
	line-height: 100px;
}