*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html{
}
body {
	background-image: url(./bg_20240613.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.nav {
	width: 1000px;
	margin: 0 auto;
	height: 68px;
	position: relative;
	margin-top: 100px;
}

.swiper-button-prev-custom {
	position: absolute;
	top: 0px;
	left: -80px;
	width: 40px;
	height: 40px;

	cursor: pointer;
}

.swiper-button-next-custom {
	position: absolute;
	top: 0px;
	right: -55px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.swiper_item {
	position: relative;
	width: 150px;
	height: 60px;
	text-align: center;
	font-size: 24px;
	line-height: 60px;
	color: #fff;
	letter-spacing: 5px;
	font-weight: bold;
	background-image: url(./nav-bg_20240613.png);
	background-size: 100%;
	cursor: pointer;
}

.swiper_item img {
	position: absolute;
	width: 150px;
	height: 60px;
	top: 0;
	left: 0;
	z-index: -1;
}

.content {
	width: 1100px;
	margin: 110px auto;
	border: 8px #FFF2CB solid;
	background-color: #fff;
	border-radius: 20px;
	height: 700px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .4);
	position: relative;
}
.content-header{
	width: 952px;
	height: 70px;
	background-color: #DB1B00;
	position: absolute;
	left: 20px;
	top: -71px;
	border-top-right-radius: 100px;
}
.content-header img{
	position: absolute;
	width: 952px;
	height: 70px;
	top: 0px;
	left: 0px;
	user-select: none;
	z-index: 0;
}
.header-title{
	position: relative;
	display: inline-block;
	width: 230px;
	height: 70px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	z-index: 1;
	letter-spacing: 5px;
	text-align: center;
	line-height: 70px;
	float: left;
}
.title-con{
	position: relative;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	z-index: 1;
	line-height: 70px;
	width: 700px;
	height: 70px;overflow: hidden;
}
.doc-box{
	padding: 20px;
	height: 100%;
	overflow: auto;
}
.doc-item{
	border-bottom: 1px #E0E2E2 solid;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
}
.doc-item-01{
	color: #BC1E00;
	font-size: 30px;
}
.doc-item-02{
	background-color: #FE7633;
	padding: 5px 20px;
	color: #fff;
	border-radius: 2px;
	margin: 0px 15px;
}