* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

.jituanyaowen {
	max-width: 1521px;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	padding-left: 0px;
	margin-bottom: 40px;
	color: #000000;
}

.jituanyaowen-div {
	max-width: 1521px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 65px;
}

.celan-div {
	width: 300px;
	margin: 0 auto;
}

.celan-header {
	width: 215px;
	height: 102px;
	line-height: 60px;
	background-color: #d40000;
	color: white;
	padding: 6px 22px;
	font-size: 26px;
	font-weight: bold;
}

.celan-header span {
	width: 46px;
	display: block;
	font-size: 18px;
	border-bottom: 1px solid white;
}

.celan-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.celan-menu li {
	width: 215px;
	height: 58px;
	padding: 15px 20px;
	border-bottom: 1px solid #E5E5E5;
	cursor: pointer;
}

.celan-menu li:hover {
	background-color: white;
}

.celan-menu li.active {
	background-color: #e9e9e9;
	color: #CA0E27;
	border-left: 4px solid #CA0E27;
}

.celan-menu a {
	text-decoration: none;
	color: #333;
	display: block;
}


.neiwen-neirong {
	max-width: 1711px;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}

.neiwen-biaoti {
	font-size: 24px;
	text-align: center;
	margin-bottom: 18px;
}

.fabu-time {
	width: 819px;
	background-color: #F5F5F5;
	font-size: 14px;
	text-align: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 60px;
}

.neiwen-top1 {
	width: 100%;
	font-size: 16px;
	color: #666666;
	line-height: 2.2;
	margin-bottom: 50px;
}

.neiwen-top2 {
	width: 100%;
	font-size: 16px;
	color: #666666;
	line-height: 2.2;
	margin-bottom: 20px;
}

.neiwen-img {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.img-neiwen {
	width: 100%;
}

.neiwen-bottom1 {
	width: 100%;
	font-size: 16px;
	color: #666666;
	line-height: 2.2;
	margin-bottom: 50px;
}

.neiwen-bottom2 {
	width: 100%;
	font-size: 16px;
	color: #666666;
	line-height: 2.2;
	margin-bottom: 50px;
}

.neiwen-bottom3 {
	width: 100%;
	font-size: 16px;
	color: #666666;
	line-height: 2.2;
	margin-bottom: 50px;
}

.neiwen-bottom4 {
	width: 100%;
	font-size: 16px;
	color: #666666;
	line-height: 2.2;
	margin-bottom: 25px;
}

.neiwen-btn1 {
	max-width: 350px;
	width: 100%;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	padding: 11px 16px;
	background-color: white;
	border: 1px solid #999999;
	margin-bottom: 25px;
}

.neiwen-btn2 {
	max-width: 350px;
	width: 100%;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	padding: 11px 16px;
	background-color: white;
	border: 1px solid #999999;
	margin-bottom: 157px;
}

@media (max-width: 1280px) and (min-width: 768px) {
	.jituanyaowen {
		max-width: 500px;
		font-size: 16px;
		margin-left: 100px;
		margin-bottom: 40px;
		color: #000000;
	}

	.jituanyaowen-div {
		max-width: 1280px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 65px;
	}

	.celan-div {
		width: 200px;
	}

	.celan-header {
		width: 150px;
		height: 80px;
		line-height: 60px;
		padding: 6px 10px;
		font-size: 20px;
	}

	.celan-menu li {
		width: 150px;
		height: 58px;
		padding: 15px 10px;
		border-bottom: 1px solid #E5E5E5;
		cursor: pointer;
	}

	.neiwen-neirong {
		max-width: 650px;
		width: 100%;
	}

	.neiwen-biaoti {
		font-size: 20px;
		text-align: center;
		margin-bottom: 15px;
	}

	.fabu-time {
		width: 100%;
		background-color: #F5F5F5;
		font-size: 10px;
		text-align: center;
		font-weight: 200;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.neiwen-top1 {
		width: 100%;
		font-size: 14px;
		color: #666666;
		line-height: 2.2;
		margin-bottom: 30px;
	}

	.neiwen-top2 {
		width: 100%;
		font-size: 14px;
		color: #666666;
		line-height: 2.2;
		margin-bottom: 20px;
	}

	.neiwen-img {
		max-width: 1100px;
		width: 90%;
		margin: 0 auto;
	}

	.img-neiwen {
		width: 100%;
	}

	.neiwen-bottom1 {
		width: 100%;
		font-size: 14px;
		color: #666666;
		line-height: 2.2;
		margin-bottom: 30px;
	}

	.neiwen-bottom2 {
		width: 100%;
		font-size: 14px;
		color: #666666;
		line-height: 2.2;
		margin-bottom: 30px;
	}

	.neiwen-bottom3 {
		width: 100%;
		font-size: 14px;
		color: #666666;
		line-height: 2.2;
		margin-bottom: 30px;
	}

	.neiwen-bottom4 {
		width: 100%;
		font-size: 14px;
		color: #666666;
		line-height: 2.2;
		margin-bottom: 25px;
	}

	.neiwen-btn1 {
		max-width: 350px;
		width: 100%;
		height: 44px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		cursor: pointer;
		padding: 11px 16px;
		background-color: white;
		border: 1px solid #999999;
		margin-bottom: 25px;
	}

	.neiwen-btn2 {
		max-width: 350px;
		width: 100%;
		height: 44px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		cursor: pointer;
		padding: 11px 16px;
		background-color: white;
		border: 1px solid #999999;
		margin-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.jituanyaowen {
		max-width: 717px;
		margin: 0 auto;
		padding-left: 0px;
		text-align: center;
		font-size: 14px;
		margin-left: 0px;
		margin-bottom: 20px;
		color: #000000;
	}

	.jituanyaowen-div {
		max-width: 717px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 30px;
	}

	.celan-div {
		max-width: 767px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
	}

	.celan-header {
		width: 100px;
		height: 38px;
		line-height: 30px;
		padding: 6px;
		font-size: 20px;
	}

	.celan-header span {
		width: 20px;
		display: block;
		font-size: 14px;
	}

	.celan-menu {
		display: flex;
		flex-direction: row;
	}

	.celan-menu li {
		width: 70px;
		height: 38px;
		font-size: 12px;
		padding: 10px 2px;
	}

	.neiwen-neirong {
		max-width: 767px;
		width: 90%;
		height: auto;
		display: flex;
		margin: 0 auto;
		flex-direction: column;
	}

	.neiwen-biaoti {
		font-size: 18px;
		text-align: center;
		margin-bottom: 15px;
	}

	.fabu-time {
		max-width: 767px;
		width: 90%;
		background-color: #F5F5F5;
		font-size: 10px;
		text-align: center;
		font-weight: 200;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.neiwen-top1 {
		width: 100%;
		font-size: 12px;
		color: #666666;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.neiwen-top2 {
		width: 100%;
		font-size: 12px;
		color: #666666;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.neiwen-img {
		max-width: 767px;
		width: 80%;
		margin: 0 auto;
	}

	.img-neiwen {
		width: 100%;
	}

	.neiwen-bottom1 {
		width: 100%;
		font-size: 12px;
		color: #666666;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.neiwen-bottom2 {
		width: 100%;
		font-size: 12px;
		color: #666666;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.neiwen-bottom3 {
		width: 100%;
		font-size: 12px;
		color: #666666;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.neiwen-bottom4 {
		width: 100%;
		font-size: 12px;
		color: #666666;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.neiwen-btn1 {
		max-width: 350px;
		width: 100%;
		height: 44px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		cursor: pointer;
		padding: 11px 16px;
		background-color: white;
		border: 1px solid #999999;
		margin-bottom: 25px;
	}

	.neiwen-btn2 {
		max-width: 350px;
		width: 100%;
		height: 44px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		cursor: pointer;
		padding: 11px 16px;
		background-color: white;
		border: 1px solid #999999;
		margin-bottom: 50px;
	}
}