.header {
	background: url(../img/header.png) center no-repeat;
	height: 230px;
	box-sizing: border-box;
	padding-top: 50px;
	position: relative;
	background-size: cover !important;
}

.menu-toggle{
	display: none;
}

.header .logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header .logo .text {
	color: #fff;
	display: inline-block;
	text-align: center;
	margin-left: 40px;
}

.header .logo .text .t {
	font-size: 36px;
	font-weight: bold;
}

.header .logo .text .t2 {
	font-size: 14px;
}

.header .nav {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	width: 95%;
	max-width: 1360px;
	justify-content: space-between;
	z-index: 9;
}

.header .nav ul {
	display: flex;
	flex-wrap: wrap;
	background-color: #670003;
	line-height: 50px;
	box-sizing: border-box;
	position: relative;
}

.header .nav ul::before {
	content: "";
	position: absolute;
	left: -9999px;
	top: 0;
	width: 9999px;
	height: 100%;
	background-color: #670003;
	z-index: -1;
}

.header .nav ul li {
	position: relative;
}

.header .nav ul li>a {
	font-size: 18px;
	color: #fff;
	display: block;
	width: 190px;
	text-align: center;
}

.header .nav ul li.avtive {
	background-color: #a8171b;
}

.header .nav ul li:hover {
	background-color: #a8171b;
}

.header .nav ul::after {
	content: "";
	background: url(../img/nav-right.png) center no-repeat;
	position: absolute;
	right: -62px;
	width: 62px;
	height: 50px;
}

.header .nav dl {
	position: absolute;
	min-width: 100%;
	background-color: #670003;
	white-space: nowrap;
	display: none;
	left: 50%;
	transform: translateX(-50%);
}

.header .nav dl dd a {
	color: #fff;
	display: block;
	text-align: center;
}


.header .nav dl dd a:hover {
	background-color: #a8171b;
}

.header .nav ul li:hover dl {
	display: block;
}

.header .search {
	width: 280px;
	height: 40px;
	position: relative;
	margin-left: 20px;
	flex-shrink: 0;
}

.header .search input {
	width: 100%;
	height: 100%;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 20px;
}

.header .search img {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

/* 移动端搜索框 */
.header .logo .mobile-search {
	display: none;
	width: 100%;
	max-width: 240px;
	height: 36px;
	position: relative;
	margin-top: 15px;
}

.header .logo .mobile-search input {
	width: 100%;
	height: 100%;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 18px;
	font-size: 13px;
}

.header .logo .mobile-search img {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 16px;
	height: 16px;
}

.index-box {
	margin-top: 60px;
}

.index-box .left {
	width: 720px;
}

.index-box .left .title span {
	color: #670003;
	font-size: 30px;
}

.index-box .left .title {
	display: flex;
	align-items: center;
}

.index-box .left .title .more {
	border-bottom: 1px solid #ddd;
	position: relative;
	flex: 1;
	text-align: right;
	margin-left: 10px;
}

.index-box .left .title .more a {
	color: #670003;
	font-size: 14px;
}

.index-box .left .title .more a:hover {
	text-decoration: underline;
}

.index-box .left .title .more i {
	position: absolute;
	width: 30px;
	height: 3px;
	background-color: #670003;
	left: 0;
	bottom: 0;
}

.index-box .left .hot {
	margin-top: 30px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.index-box .left .hot:hover .text .t {
	text-decoration: underline;
}

.index-box .left .hot .text {
	flex: 1;
	margin-left: 30px;
}

.index-box .left .hot a {
	display: flex;
}

.index-box .left .hot .img {
	width: 160px;
}

.index-box .left .hot .img .image {
	position: relative;
	padding-bottom: 68.75%;
}

.index-box .left .hot .img img {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	object-fit: cover;
}

.index-box .left .hot .text .t {
	color: #670003;
	font-size: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-top: 5px;
}

.index-box .left .hot .text .t2 {
	color: #999999;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 28px;
	margin-top: 10px;
}

.index-box .left ul li {
	margin-bottom: 15px;
}

.index-box .left ul li a {
	color: #333333;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.index-box .left ul li i {
	display: inline-block;
	background-color: #670003;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	vertical-align: 4px;
	margin-right: 5px;
}

.index-box .left ul li .date {
	color: #999999;
}

.index-box .left ul li .text {
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index-box .left ul li:hover .text {
	color: #670003;
}

.index-box .w {
	display: flex;
	justify-content: space-between;
}

.index-box .center a {
	display: block;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.index-box .center a:hover {
	-moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.index-box .right .img {
	position: relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.index-box .right .img:hover {
	-moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.index-box .right .img .txt {
	position: absolute;
	color: #fff;
	font-size: 30px;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

.index-box .right .img .text {
	position: absolute;
	color: #fff;
	font-size: 30px;
	text-align: center;
	bottom: 30px;
	width: 100%;
	text-align: center;
}

.index-box .right .img .text .t2 {
	font-size: 18px;
}

.index-box .right .img2 {
	margin-top: 40px;
}

.index-box2 {
	background-color: #efefef;
	padding: 60px 0;
	margin-top: 70px;
	overflow: hidden;
}

.index-box2 .title {
	color: #670003;
	font-size: 30px;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.index-box2 .title::before,
.index-box2 .title::after {
	content: "";
	flex: 1;
	height: 3px;
	position: relative;
}

.index-box2 .title::before {
	margin-right: 30px;
	background: linear-gradient(to right, #ddd 0%, #ddd calc(100% - 60px), #670003 calc(100% - 60px), #670003 100%);
}

.index-box2 .title::after {
	margin-left: 30px;
	background: linear-gradient(to right, #670003 0%, #670003 60px, #ddd 60px, #ddd 100%);
}

.index-box2 .swiper-box {
	position: relative;
	margin-top: 50px;
	overflow: visible;
}

.index-box2 .swiper-container {
	overflow: hidden;
}

.index-box2 .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}

.index-box2 .swiper-button-prev,
.index-box2 .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background-color: rgba(103, 0, 3, 0.8);
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s;
	background-image: none;
	border-radius: 5px;
	margin-top: 0;
}

.index-box2 .swiper-button-prev:hover,
.index-box2 .swiper-button-next:hover {
	background-color: rgba(103, 0, 3, 1);
}

.index-box2 .swiper-button-prev::after,
.index-box2 .swiper-button-next::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.index-box2 .swiper-button-prev {
	left: 0;
	margin-left: -70px;
}

.index-box2 .swiper-button-prev::after {
	transform: translate(-30%, -50%) rotate(-135deg);
}

.index-box2 .swiper-button-next {
	right: 0;
	margin-right: -70px;
}

.index-box2 .swiper-button-next::after {
	transform: translate(-70%, -50%) rotate(45deg);
}

/* 小屏幕下的按钮位置调整 */
@media (max-width: 1500px) {
	.index-box2 .swiper-box {
		overflow: hidden;
	}
	
	.index-box2 .swiper-button-prev {
		margin-left: 0;
		left: 10px;
	}
	
	.index-box2 .swiper-button-next {
		margin-right: 0;
		right: 10px;
	}
}

.index-box2>.w {
	text-align: center;
}

.index-box2 span {
	line-height: 26px;
}

.footer {
	color: #333333;
	font-size: 16px;
	background-color: #dddddd;
	text-align: center;
	padding: 30px 0;
}

/* 微信二维码弹窗 */
.qrcode-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.qrcode-modal.active {
	display: block;
}

.qrcode-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

.qrcode-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	z-index: 2;
	text-align: center;
	max-width: 90%;
	max-height: 90%;
}

.qrcode-content img {
	max-width: 300px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.qrcode-content p {
	margin-top: 20px;
	color: #333;
	font-size: 16px;
}

.qrcode-close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 36px;
	color: #999;
	cursor: pointer;
	line-height: 1;
	transition: all 0.3s;
}

.qrcode-close:hover {
	color: #670003;
	transform: rotate(90deg);
}

.menu {
	width: 280px;
}

.menu span {
	line-height: 80px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	background-color: #670003;
	box-sizing: border-box;
	padding-left: 40px;
	display: block;
}

.menu ul li a {
	display: block;
	color: #333333;
	font-size: 18px;
	background-color: #efefef;
	line-height: 60px;
	box-sizing: border-box;
	padding-left: 40px;
	position: relative;
}

.menu ul li i {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translate(-70%, -50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	right: 30px;
}

.menu ul li.active a {
	background-color: #a8171b;
	color: #fff;
}

.menu ul li.active i {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.menu ul li:hover a {
	background-color: #a8171b;
	color: #fff;
}

.menu ul li:hover i {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.view-content {
	margin: 60px auto;
	min-height: 600px;
	display: flex;
	flex-wrap: wrap;
}

.view-content .view {
	flex: 1;
	margin-left: 60px;
}

.view-content .view .mbx {
	display: flex;
	align-items: center;
}

.view-content .view .mbx span {
	color: #222222;
	font-size: 30px;
}

.view-content .view .mbx .name {
	border-bottom: 1px solid #ddd;
	flex: 1;
	text-align: right;
	color: #999999;
	font-size: 14px;
	position: relative;
	margin-left: 30px;
}

.view-content .view .mbx .name em {
	color: #a8171b;
}

.view-content .view .mbx .name:before {
	content: "";
	width: 30px;
	height: 3px;
	background-color: #a8171b;
	position: absolute;
	left: 0;
	bottom: 0;
}

.view-content .view .text-content {
	margin-top: 60px;
}

.view-content .view .text-content ul li {
	line-height: 60px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	box-sizing: border-box;
	padding: 0 10px;
	box-sizing: border-box;
	border-bottom: 1px dashed #ddd;
}

.view-content .view .text-content ul li a {
	color: #333333;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.view-content .view .text-content ul i {
	display: inline-block;
	background-color: #670003;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	vertical-align: 4px;
	margin-right: 5px;
}

.view-content .view .text-content ul .date {
	color: #999999;
}

.view-content .view .text-content ul .text {
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.view-content .view .text-content ul li:hover {
	background-color: #a8171b;
	color: #fff;
}

.view-content .view .text-content ul li:hover .text {
	color: #fff;
}

.view-content .view .text-content ul li:hover .date {
	color: #fff;
}

.view-content .view .text-content ul li:hover i{
	background-color: #fff;
}

/* 分页样式 */
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	gap: 8px;
}

.pagination a,
.pagination span,
.pagination input {
	font-size: 16px;
}

.pagination .page-btn,
.pagination .page-num,
.pagination .page-go {
	display: inline-block;
	min-width: 70px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	text-decoration: none;
	transition: all 0.3s;
	box-sizing: border-box;
	padding: 0 10px;
}

.pagination .page-num {
	min-width: 40px;
}

.pagination .page-btn:hover,
.pagination .page-num:hover,
.pagination .page-go:hover {
	background-color: #fff;
	border-color: #a8171b;
	color: #a8171b;
}

.pagination .page-num.active {
	background-color: #a8171b;
	border-color: #a8171b;
	color: #fff;
}

.pagination .page-dots {
	color: #666;
	padding: 0 5px;
}

.pagination .jump-to,
.pagination .page-text {
	color: #666;
	margin-left: 10px;
}

.pagination .page-input {
	width: 60px;
	height: 40px;
	text-align: center;
	border: 1px solid #ddd;
	margin-left: 10px;
	box-sizing: border-box;
}

.pagination .page-input:focus {
	outline: none;
	border-color: #a8171b;
}

.pagination .page-go {
	min-width: 60px;
	margin-left: 10px;
}

.text-content2{
	border: 1px solid #eeeeee;
	padding: 60px 40px;
	box-sizing: border-box;
}

.text-content2 .title{
	color: #222222;
	font-size: 30px;
	text-align: center;
}

.text-content2 .date{
	color: #999999;
	font-size: 16px;
	margin-top: 15px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
	text-align: center;
}

.text-content2 .cont{
	font-size: 16px;
	color: #333;
	margin-top: 40px;
	line-height: 28px;
}