* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-family: "微软雅黑";
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ol,
ul {
	margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: arial, 'hiragino sans gb', 'microsoft yahei', 'Simsun', sans-serif
}

a {
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 12px;
}

span {
	font-size: 12px
}

img {
	border: 0px;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w-clear {
	clear: both;
}

@font-face {
	font-family: "MyFont";
	src: url("../font/fzcqjt.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


.sbk_banner {
	width: 100%;
	height: 366px;
	background: url(../img/banner3.png)no-repeat center center;
	position: relative;
}

.sbk_banner_a {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
}

.sbk_banner_a ul {
	display: flex;
	background: #d80808;
	height: 70px;
	width: 1130px;
}

.sbk_banner_a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	width: 70px;
	height: 70px;
	background: #d80808;
	clip-path: polygon(100% 100%, 0 0, 0 100%);
}

.sbk_banner::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 50%;
	height: 70px;
	background: #d80808;
}

.sbk_banner_a li a {
	font-size: 19px;
	line-height: 70px;
	margin: 0 6px;
	color: #fff;
}

.sbk_banner_a li a:hover {
	color: #fff;
}

.sbk_box {
	width: 100%;
	margin-top: 36px;
}

.sbk_blue {
	width: 280px;
	height: 100px;
	background: #d80808;
	border-top-right-radius: 25px;
	position: relative;
	z-index: 100;
}

.sbk_blue p {
	color: #fff;
	font-family: "MyFont";
	font-size: 46px;
	position: absolute;
	z-index: 100;
	text-align: center;
	line-height: 100px;
	width: 100%;
}

.sbk_blue::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 1px;
	width: 150px;
	height: 82px;
	background: #d80808;
	transform: skewX(14deg);
	transform-origin: top right;
}


.sbk_blue1 {
	width: 280px;
	height: 100px;
	background: #d80808;
	border-top-left-radius: 25px;
	position: relative;
	z-index: 100;
	margin: auto 0 auto auto;
}

.sbk_blue1 p {
	color: #fff;
	font-family: "MyFont";
	font-size: 46px;
	position: absolute;
	z-index: 100;
	text-align: center;
	line-height: 100px;
	width: 100%;
}

.sbk_blue1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 1px;
	width: 150px;
	height: 82px;
	background: #d80808;
	transform: skewX(-14deg);
	transform-origin: top left;
}

.sbk_content {
	background: #ffefee url("../img/bg.png") no-repeat;
	width: 100%;
	border-radius: 0 20px 20px 20px;
	padding: 72px 40px 40px 40px;
	box-sizing: border-box;
	margin-top: -25px;
	position: relative;
}

.sbk_content p {
	line-height: 46px;
	color: #333;
	font-size: 24px;
}

.sbk_dsd {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sbk_dsd p {
	text-align: center;
	font-family: "MyFont";
	color: #d80808;
	font-size: 42px;
	padding: 32px;
}

.fanz {
	transform: scaleX(-1);
}

.tyjr p {
	font-size: 18px;
	color: #333;
	text-align: center;
}

.tyjr p a {
	font-size: 18px;
}

.tabs {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.tab-item {
	padding: 10px 35px;
	border: 1px solid #e60d0d;
	border-radius: 10px;
	color: #e60d0d;
	cursor: pointer;
	user-select: none;
	font-size: 18px;
	transition: 0.2s;
	background: #fff;
}

.tab-item.active {
	background: #e60d0d;
	color: #fff;
}

.content {
	display: none;
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	text-align: center;
}

.content.show {
	display: block;
}

.azdx {
	width: 100%;
	background: #fdf0ef;
	margin-top: 50px;
	padding: 10px 0 50px 0;
}

.accordion {
	width: 100%;
	font-family: Arial;
}

.acc-header {
	padding: 18px 20px;
	color: #fff;
	font-size: 26px;
	cursor: pointer;
	user-select: none;
	font-weight: bold;
	box-sizing: border-box;
}

.acc-content {
	max-height: 0;
	overflow: hidden;
	padding: 0 20px;
	background: #fff8e7;
	line-height: 1.8;

	/* 动画 */
	transition: max-height 0.35s ease, padding 0.35s ease;
}

.acc-item.open .acc-content {
	padding: 20px;
	max-height: 600px;
	/* 足够大即可 */
}

.acc-keep {
	display: flex;

}

.acc-keep span {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	display: block;
	width: 112px;
}

.acc-keep p {
	font-size: 18px;
	width: calc(100% - 112px);
}

.acc-keep i {
	font-size: 13px;
	color: #f00;
}

.tab-bg {
	background: linear-gradient(to bottom, #ffddda, #fff);
}

.tab-box {
	display: flex;
}

.tab-btn {
	background: #f32525;
	cursor: pointer;
	width: 50%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 76px;
}

.tab-btn.active {
	background: #cf0f0f;
	color: #fff;
}

.tab-content {
	display: none;
	padding: 30px;
}

.tab-content.show {
	display: block;
}

.tab-banli {
	display: flex;
	margin-bottom: 20px;
}

.tab-banli span {
	display: block;
	width: 112px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.tab-banli ul {
	display: flex;
	width: calc(100% - 112px);
	flex-wrap: wrap;
}

.tab-banli ul li {
	font-size: 16px;
	width: 50%;
	line-height: 24px;
	margin-bottom: 6px;
}

.tab-banli p {
	display: block;
	font-size: 16px;
	width: calc(100% - 112px);
	line-height: 32px;
	margin-bottom: 6px;
}

.tab-banli a {
	font-size: 16px;
}

.tab-banli img {
	display: block;
	margin-top: 10px;
}

.side_com {
	width: 100%;
}

.com_info {
	width: 100%;
	background: #f32525;
}

.com_info ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}

.com_info ul li {
	width: 50%;
	text-align: center;
}

.com_info ul li a {
	font-size: 24px;
	font-weight: bold;
	line-height: 100px;
	color: #fff;
	display: block;
	width: 100%;
}

.com_info ul li.hover a {
	color: #fff;
	background: #cf0f0f;
}

.side1_com {
	display: flex;
	justify-content: space-between;
	margin-top: 34px;
}

.com1_info {
	width: 274px;
	height: 445px;
	background: #fde9e9 url(../img/tuiwu.png)no-repeat bottom center;
	border-radius: 10px;
	padding: 0 16px;
	box-sizing: border-box;
}

.com1_info li {
	width: 100%;
}

.com1_info li a {
	display: block;
	line-height: 26px;
	text-align: center;
	color: #333;
	font-size: 20px;
	margin: 32px 0;
	cursor: pointer;
}

.com1_info ul li.hover a {
	color: #cf0f0f;
	border-left: 6px solid #cf0f0f;
	box-sizing: border-box;
}

.contentbox1 {
	width: calc(100% - 294px);
}

.slhqy {
	width: 100%;
	background: #fde9e9;
	padding: 28px;
	box-sizing: border-box;
	border-radius: 20px;
}

.slhqy p {
	font-size: 18px;
	line-height: 32px;
	text-align: justify;
}

.slhqy span {
	font-size: 18px;
	font-weight: bold;
	line-height: 34px;
}

.slhqy img {
	width: 100%;
}

.slhqy a {
	font-size: 18px;
}

.slhqy i {
	font-size: 13px;
	color: #f00;
}

.side11_com {
	display: flex;
	justify-content: space-between;
	margin-top: 34px;
}

.com11_info {
	width: 274px;
	height: 500px;
	background: #fde9e9 url(../img/tuiwu.png)no-repeat bottom center;
	border-radius: 10px;
	padding: 0 16px;
	box-sizing: border-box;
}

.com11_info li {
	width: 100%;
}

.com11_info li a {
	display: block;
	line-height: 26px;
	text-align: center;
	color: #333;
	font-size: 20px;
	margin: 32px 0;
	cursor: pointer;
}

.com11_info ul li.hover a {
	color: #cf0f0f;
	border-left: 6px solid #cf0f0f;
}

.wxts {
	background: #fde9e9;
	padding: 28px;
	box-sizing: border-box;
	margin-top: 30px;
	border-radius: 10px;
}

.wxts span {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	display: block;
	margin-bottom: 14px;
}

.wxts p {
	font-size: 16px;
	line-height: 28px;
}

.wxts img {
	display: block;
	margin: 8px auto;
}

.chaxun {
	width: 100%;
	display: flex;
	gap: 26px;
	flex-wrap: wrap;
}

.chaxun li {
	width: calc(50% - 26px);
}

.chaxun li a {
	width: 100%;
	display: block;
	line-height: 65px;
	background: #fde9e9;
	border-radius: 10px;
	text-align: center;
	color: #333;
	font-size: 20px;
}

.chaxun li a:hover {
	color: #fff;
	background: #fe6e1d;
}

.wgcl_bg {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

.wgcl_txt {
	width: calc(100% - 200px);
}

.wgcl_txt p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
}

.wgcl_txt_p {
	display: block;
	background: #fff;
	line-height: 60px;
}

.wgcl_txt_p span {
	background: #cf0f0f;
	border-radius: 0 10px 10px 0;
	width: 68px;
	height: 60px;
	display: inline-block;
	margin-right: 16px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
}

.wgcl_bg>div {
	width: 99%;
	background: #fde9e9;
	padding: 25px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	z-index: 999;
}

.wgcl_bg>div::after {
	content: "";
	position: absolute;
	top: -10px;
	right: 0;
	width: 98%;
	height: 482px;
	background: #cf0f0f;
	z-index: -1;
}

.wgcl_bg>div img {
	width: 180px;
	height: 99px;
}

.dianhua {
	display: flex;
	gap: 0px;
	flex-wrap: wrap;
}

.dianhua li {
	width: calc(100% - 0px);
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fde9e9;
	border-radius: 10px;
}

.dianhua li a {
	background: url(../img/bada.png)no-repeat center center;
	background-size: auto 100%;
	display: block;
	height: 80px;
	line-height: 80px;
	padding: 0 30px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.dianhua li>div {
	background: url(../img/dianhua.png)no-repeat center left;
	padding-left: 80px;
	height: 58px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 24px;
}

.dianhua li>div p {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.dianhua li>div span {
	font-size: 14px;
	color: #666;
	margin-top: 6px;
}

.cjwti {
	width: 100%;
	background: linear-gradient(to bottom, #ffdad4, #fff);
	margin-top: 40px;
}

.gjcm p {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	margin: 30px 0 20px 0;
}

.gjcm ul {
	display: flex;
	gap: 26px;
	flex-wrap: wrap;
}

.gjcm ul li {
	width: calc(50% - 26px);
	height: 70px;
	background: #fff;
	display: flex;
	align-items: center;
	box-shadow: 0 0 8px rgba(212, 233, 253, 0.8);
}

.gjcm ul li a:hover {
	color: #cf0f0f;
}

.gjcm ul li a {
	color: #333;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 16px;
	line-height: 70px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 55px;
	margin-left: 22px;
	padding-right: 20px;
	background: url(../img/Iy9adK.png)no-repeat center left;
}

.swiper {
	width: 100%;
	height: 100%;
	padding-bottom: 39px !important;
}

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.wenti {
	width: 100%;
	height: 230px;
	background: #fff;
	border-radius: 10px;
	padding: 0 16px;
	box-sizing: border-box;
	margin-top: 30px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.wenti::after {
	content: "";
	position: absolute;
	top: 0px;
	width: 88%;
	left: 6%;
	height: 30px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 10px 10px 0 0;
	z-index: 2;
}

.wenti::before {
	content: "";
	position: absolute;
	top: 15px;
	width: 94%;
	left: 3%;
	height: 15px;
	background: rgba(255, 255, 255, 0.47);
	border-radius: 10px 10px 0 0;
	z-index: 1;
}

.wen {
	display: flex;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #f1f1f1;
}

.wen i {
	width: 35px;
	height: 34px;
	background: url(../img/wen.png)no-repeat center center;
	text-align: center;
	display: block;
	font-style: normal;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
}

.wen p {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-left: 14px;
	text-align: left;
	width: calc(100% - 49px);
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.da {
	display: flex;
	padding: 16px 0;
}

.da i {
	width: 35px;
	height: 34px;
	background: url(../img/da.png)no-repeat center center;
	text-align: center;
	display: block;
	font-style: normal;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
}

.da span {
	font-size: 14px;
	color: #333;
	margin-left: 14px;
	text-align: left;
	width: calc(100% - 49px);
	text-align: justify;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	line-height: 28px;
}

.da a {
	color: #0972cb;
	font-size: 14px;
}

.xgzx {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xgzx a {
	display: block;
	width: calc(50% - 20px);
	font-size: 16px;
	color: #333;
	line-height: 40px;
}

.xgzx a:hover {
	color: #cf0f0f;
}

.xgzx a:nth-child(2n+0) {
	margin-left: 40px;
}