html,body {
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

body {
	font-size: 14px;
	color: #666;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: "微软雅黑";
}

a:hover {
	text-decoration: none;
	color: #28884f;
	transition: color 0.4s;
	-moz-transition: color 0.4s;
	-webkit-transition: color 0.4s;
	-o-transition: color 0.4s;
}

.overflow {
	overflow: hidden;
}

.pHeader .top {
	height: 30px;
	line-height: 30px;
	background: #1446A0;
	font-size: 13px;
}

.pHeader .top .welcome {
	float: left;
	font-size: 13px;
	color: #fff;
}

.pHeader .top .welcome {
	float: left;
	font-size: 13px;
	color: #fff;
	line-height: 30px;
}

.pHeader .top .login {
	float: right;
	margin-left: 8px;
}

.pHeader .top .login span {
	float: left;
	margin: 0 8px;
	font-size: 13px;
	color: #fff;
}

.pHeader .top .login a {
	float: left;
	font-size: 13px;
	cursor: pointer;
	color: #fff;
}

.pHeader .top .login .im {
	width: 24px;
	height: 24px;
	overflow: hidden;
	border-radius: 50%;
	margin-top: 3px;
}

.pHeader .top .lan {
	float: right;
	margin-left: 18px;
}

.pHeader .top .lan a {
	float: left;
	font-size: 13px;
	color: #fff;
}

.pHeader .top .lan span {
	float: left;
	font-size: 13px;
	color: #fff;
	margin: 0 8px;
}

.pHeader .bottom {
	width: 100%;
	height: 107px;
	transition: all 0.3s ease;
}

.pHeader .bottom.sticky {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pHeader .bottom .container {
	position: relative;
	height: 107px;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.pHeader .bottom .search {
	position: absolute;
	right: 20px;
	top: 40px;
	cursor: pointer;
}

.pHeader .logo {
	float: left;
	margin-top: 15px;
}

.pHeader .pMenu {
	float: right;
}

.pHeader .pMenu ul li {
	float: left;
	height: 107px;
	line-height: 107px;
}

.pHeader .pMenu ul li>a {
	color: #55585d;
	font-size: 16px;
	padding: 0 18px;
	line-height: 16px;
	position: relative;
}

.pHeader .pMenu ul li>a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 63px;
	width: 0;
	height: 2px;
	background: #28884f;
	transition: all 0.4s cubic-bezier(0.4,0.01,0.165,0.99);
}

.pHeader .pMenu ul li.active>a {
	color: #358e6e;
}

.pHeader .pMenu ul li>a:hover {
	color: #358e6e;
}

.pHeader .pMenu ul li:hover>a:after {
	width: 100%;
}

.pHeader .pMenu ul li .nav_son {
	position: absolute;
	width: 100%;
	left: 0;
	top: 107px;
	z-index: 600;
	display: none;
	border-top: 1px solid #fbfbfb;
}

.pHeader .pMenu ul li .nav_son .con {
	height: 254px;
	padding: 42px 60px;
	background: #fff;
}

.pHeader .pMenu ul li .nav_son .con .con_left {
	float: left;
	width: 800px;
	margin-top: 20px;
}

.pHeader .pMenu ul li .nav_son .con .con_left .detail {
	float: left;
	width: 430px;
	margin-bottom: 30px;
}

.pHeader .pMenu ul li .nav_son .con .con_left .detail2 {
	width: 300px;
}

.pHeader .pMenu ul li .nav_son .con .con_left .detail .mt {
	line-height: 15px;
	padding-left: 10px;
	position: relative;
	font-size: 15px;
	color: #272727;
}

.pHeader .pMenu ul li .nav_son .con .con_left .detail .mt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #298850;
}

.pHeader .pMenu ul li .nav_son .con .con_left .detail .mc {
	margin-top: 22px;
	padding-left: 10px;
	line-height: 15px;
}

.pHeader .pMenu ul li .nav_son .con .con_left .detail .mc a {
	float: left;
	width: 105px;
	margin-bottom: 13px;
}

.pHeader .pMenu ul li .nav_son .con .con_right {
	float: right;
	width: 334px;
	height: 100%;
	padding-left: 40px;
	border-left: 1px solid #dfdfdf;
}

.pHeader .pMenu ul li .nav_son .con .list {
	float: left;
	width: 178px;
	height: 50px;
	line-height: 50px;
	padding-left: 60px;
	font-size: 15px;
	color: #272727;
	margin-bottom: 35px;
}

.pHeader .pMenu ul li:hover .nav_son {
	display: block;
}

.pHeader .pMenu ul li .nav_son .con .list:hover {
	color: #298850;
}

.pHeader .pMenu ul li .nav_son .quesion {
	height: 52px;
	line-height: 52px;
	background: #e1e1e1 url(../images/quesion.png) no-repeat 60px center;
	padding-left: 96px;
}

.pHeader .pMenu ul li .nav_son .quesion1 {
	height: 52px;
	line-height: 52px;
	background: #e1e1e1;
	padding-left: 70px;
}

.pHeader .pMenu ul li .nav_son .quesion1 a {
	float: left;
	margin-right: 24px;
	font-size: 15px;
}

.iBanner {
	height: 650px;
	overflow: hidden;
	position: relative;
}

.iBanner a {
	display: block;
	width: 100%;
	height: 650px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.iBanner a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.iBanner .datetime {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 500;
}

.iBanner .datetime .date {
	float: right;
	width: 590px;
	height: 44px;
	background: rgba(40,136,79,0.7);
	position: relative;
}

.iBanner .datetime .date .bx-controls {
	display: none;
}

.iBanner .datetime .date .tt {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 0 13px;
	line-height: 44px;
	border-right: 2px solid #1c5e37;
	float: left;
}

.iBanner .datetime .date .data-box {
	float: left;
	margin-left: 13px;
}

.iBanner .datetime .date .data-box span {
	float: left;
	width: 42px;
	height: 34px;
	background: url(../images/box.png) no-repeat center;
	line-height: 34px;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	color: #fff;
	margin-top: 5px;
}

.iBanner .datetime .date .data-box em {
	float: left;
	font-size: 15px;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	line-height: 44px;
	margin: 0 10px;
}

.iBanner .swiper-pagination {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255,255,255,0.15);
	padding: 6px 20px;
	border-radius: 15px;
}

.iBanner .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.7);
	margin: 0 8px;
	transition: all 0.3s ease;
	opacity: 1;
}

.iBanner .swiper-pagination-bullet-active {
	background-color: #0066cc;
	width: 24px;
	border-radius: 3px;
	opacity: 1;
	box-shadow: 0 1px 3px rgba(0,102,204,0.5);
}

.iNotice {
	height: 83px;
	background: #f5f5f5;
}

.iNotice .container {
	position: relative;
}

.iNotice .mt {
	font-size: 16px;
	color: #000;
	float: left;
	height: 22px;
	line-height: 22px;
	padding-left: 42px;
	background: url(../images/notice.png) no-repeat left center;
	margin-top: 30px;
}

.iNotice .mc {
	float: left;
	width: 760px;
	margin-top: 33px;
	overflow: hidden;
	margin-left: 8px;
}

.iNotice .mc > .swiper-pagination-bullets {
	width: auto;
	top: 32px;
	left: 896px;
}

.iNotice .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
}

.iNotice .swiper-pagination-bullet-active {
	background: #358e6e;
}

.iNotice .search form {
	float: right;
	width: 250px;
	height: 40px;
	border-radius: 20px;
	background: #fff;
	margin-top: 22px;
	overflow: hidden;
}

.iNotice .search form input[type='text'] {
	width: 185px;
	line-height: 40px;
	border: none;
	float: left;
	padding-left: 21px;
}

.iNotice .search form input[type='image'] {
	float: left;
	margin-top: 6px;
}

.icon-menu {
	height: 160px;
	background: #1446A0;
	overflow: hidden;
}

.icon-menu .mt {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 160px;
	float: left;
	margin-right: 40px;
}

.icon-menu .detail {
	float: left;
	position: relative;
	margin-top: 33px;
	margin-right: 70px;
}

.icon-menu .detail:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 23px;
	background: url(../images/right.png) no-repeat center;
	right: -56px;
	top: 30px;
}

.icon-menu .detail:last-child {
	margin-right: 0;
}

.icon-menu .detail:last-child:after {
	display: none;
}

.icon-menu .detail .img {
	width: 52px;
	height: 52px;
	margin: auto;
}

.icon-menu .detail .img .p2 {
	display: none;
}

.icon-menu .detail .tt {
	color: #fff;
	text-align: center;
	margin-top: 18px;
}

.icon-menu .detail:hover .tt {
	color: #59e798;
}

.icon-menu .detail:hover .img .p1 {
	display: none;
}

.icon-menu .detail:hover .img .p2 {
	display: block;
}

.iActivityNotice {
	padding: 60px 0;
	background-color: #f8f9fa;
	position: relative;
}

.iActivityNotice::before {
	content: none;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 48px;
	font-weight: bold;
	color: rgba(0,0,0,0.05);
	z-index: 1;
	white-space: nowrap;
}

.iActivityNotice .container {
	position: relative;
	z-index: 2;
}

.activity-header {
	text-align: center;
	margin-bottom: 40px;
}

.activity-header h2 {
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 10px 0;
	position: relative;
	display: inline-block;
	background: linear-gradient(135deg, #1BB9F5 0%, #055585 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.activity-header h2:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background-color: #1446A0;
	border-radius: 2px;
}

.activity-header p {
	font-size: 16px;
	color: #666;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.activity-content {
	display: flex;
	gap: 20px;
	align-items: stretch;
}

.iActivityNotice .activity-left {
	flex: 0 0 32%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.iActivityNotice .activity-card {
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.activity-card a {
	display: flex;
	flex-direction: column;
	flex: 1;
	text-decoration: none;
	color: #333;
}

.activity-info {
	padding: 15px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.activity-info h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 20px;
	flex: 1;
}

.activity-right {
	flex: 0 0 66%;
	display: flex;
	flex-direction: column;
}

.activity-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 1;
}

.activity-item {
	background-color: #fff;
	border-radius: 12px;
	padding: 15px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.activity-item h4 {
	margin: 0 0 8px 0;
	font-size: 14px;
	font-weight: bold;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.activity-item h4 a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
	font-weight: bold;
}

.activity-item h4 a:hover {
	color: #1446A0;
	transition: color 0.3s ease;
}

.activity-desc {
	font-size: 12px;
	color: #666;
	line-height: 18px;
	margin: 0 0 8px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	flex: 2;
}

.activity-item .activity-date {
	font-size: 11px;
	color: #999;
	margin: 0;
	flex: 0 0 auto;
}

.activity-card:hover {
	box-shadow: 0 8px 16px rgba(0,0,0,0.15);
	transform: translateY(-3px);
}

.activity-card a {
	display: block;
	text-decoration: none;
	color: #333;
}

.activity-image {
	width: 100%;
	height: 150px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.activity-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.activity-card:hover .activity-image img {
	transform: scale(1.05);
}

.activity-date {
	font-size: 11px;
	color: #999;
	margin-bottom: 8px;
}

.activity-info h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 20px;
}

.activity-more {
	display: inline-block;
	font-size: 12px;
	color: #1446A0;
	font-weight: bold;
	transition: color 0.3s ease;
}

.activity-more:hover {
	color: #0f3a80;
}

.activity-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.activity-item:hover {
	box-shadow: 0 8px 16px rgba(0,0,0,0.15);
	transform: translateY(-2px);
}

.iActivityNotice .btn_home_align {
	text-align: center;
	margin-top: 40px;
	position: relative;
	z-index: 1;
}

.iActivityNotice .btn_1 {
	display: inline-block;
	background-color: #1446A0;
	color: #fff;
	padding: 10px 25px;
	border-radius: 25px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(20,70,160,0.2);
}

.iActivityNotice .btn_1:hover {
	background-color: #0f3a80;
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(20,70,160,0.3);
}

.iActivityNotice .btn_1.rounded {
	border-radius: 25px;
}

@media (max-width: 992px) {
	.activity-content {
		flex-direction: column;
		gap: 30px;
	}
	
	.iActivityNotice:first-of-type .activity-left,
	.activity-right {
		flex: 0 0 100%;
	}
	
	.iActivityNotice:first-of-type .activity-left {
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.iActivityNotice:first-of-type .activity-card {
		flex: 0 0 calc(50% - 10px);
	}
}

@media (max-width: 768px) {
	.iActivityNotice {
		padding: 40px 0;
	}
	
	.activity-header h2 {
		font-size: 24px;
	}
	
	.iActivityNotice:first-of-type .activity-left {
		flex-direction: column;
	}
	
	.iActivityNotice:first-of-type .activity-card {
		flex: 0 0 100%;
	}
	
	.activity-image {
		height: 150px;
	}
	
	.activity-info {
		padding: 15px;
	}
	
	.activity-info h3 {
		font-size: 14px;
	}
	
	.activity-item {
		padding: 15px;
	}
	
	.activity-item h4 {
		font-size: 14px;
	}
	
	.activity-desc {
		font-size: 13px;
	}
}

.iNewsCenter {
	margin-top: 0;
	background-color: #EDF5FE;
	padding: 70px 0;
	position: relative;
}

.iNewsCenter::before {
	content: none;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 48px;
	font-weight: bold;
	color: rgba(0,0,0,0.05);
	z-index: 1;
	white-space: nowrap;
}

.iNewsCenter .container {
	position: relative;
	z-index: 2;
}

.iNewsCenter .mt {
	padding-bottom: 12px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 40px;
}

.iNewsCenter .mt p {
	font-size: 23px;
	font-weight: bold;
	color: #333;
	float: left;
}

.iNewsCenter .mt span {
	font-size: 16px;
	color: #c4c4c4;
	float: left;
	margin-left: 15px;
	margin-top: 9px;
	text-transform: uppercase;
}

.iNewsCenter .mt a {
	float: right;
	color: #999;
	margin-top: 9px;
}

.iNewsCenter .news-carousel {
	position: relative;
}

.iNewsCenter .news-item {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	display: block;
	color: #333;
	height: 100%;
}

.iNewsCenter .news-item:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
	transform: translateY(-3px);
}

.iNewsCenter .news-image {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.iNewsCenter .news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.iNewsCenter .news-item:hover .news-image img {
	transform: scale(1.05);
}

.iNewsCenter .news-title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 15px 15px 5px;
	line-height: 20px;
	height: 50px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.iNewsCenter .news-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	color: #999;
	padding: 0 15px 15px;
}

.iNewsCenter .news-date {
	flex: 1;
}

.iNewsCenter .news-views {
	flex: 1;
	text-align: right;
}

.iNewsCenter .swiper-button-prev,
.iNewsCenter .swiper-button-next {
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.iNewsCenter .swiper-button-prev::after,
.iNewsCenter .swiper-button-next::after {
	font-size: 20px;
	color: #333;
}

@media (max-width: 768px) {
	.iNewsCenter {
		padding: 40px 0;
	}
	
	.iNewsCenter::before {
		font-size: 40px;
	}
	
	.iNewsCenter .news-image {
		height: 150px;
	}
	
	.iNewsCenter .news-title {
		font-size: 13px;
		padding: 12px;
	}
}

.iNewsCenter .works-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.iNewsCenter .works-item {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

.iNewsCenter .works-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.iNewsCenter .works-item a {
	display: block;
	color: #333;
	text-decoration: none;
	height: 100%;
}

.iNewsCenter .works-image {
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.iNewsCenter .works-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.iNewsCenter .works-item:hover .works-image img {
	transform: scale(1.05);
}

.iNewsCenter .works-info {
	padding: 15px;
	background: #000000;
	color: #fff;
}

.iNewsCenter .works-info h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #fff;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.iNewsCenter .works-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	color: rgba(255,255,255,0.8);
}

.iNewsCenter .works-meta .date {
	flex: 1;
}

.iNewsCenter .works-meta .views {
	flex: 1;
	text-align: right;
}

.iNewsCenter .btn_home_align {
	text-align: center;
	margin-top: 40px;
	position: relative;
	z-index: 1;
}

.iNewsCenter .btn_1 {
	display: inline-block;
	background-color: #1446A0;
	color: #fff;
	padding: 10px 25px;
	border-radius: 25px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(20,70,160,0.2);
}

.iNewsCenter .btn_1:hover {
	background-color: #0f3a80;
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(20,70,160,0.3);
}

.iNewsCenter .btn_1.rounded {
	border-radius: 25px;
}

.iIndustryNews {
	padding: 60px 0;
	background-color: #f8f9fa;
	position: relative;
}

.iIndustryNews::before {
	content: none;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 48px;
	font-weight: bold;
	color: rgba(0,0,0,0.05);
	z-index: 1;
	white-space: nowrap;
}

.iIndustryNews .container {
	position: relative;
	z-index: 2;
}

.iIndustryNews .industry-news-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.iIndustryNews .industry-news-item {
	transition: all 0.3s ease;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.iIndustryNews .industry-news-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.iIndustryNews .industry-news-item a {
	display: block;
	text-decoration: none;
	color: #333;
	height: 100%;
}

.iIndustryNews .industry-news-content {
	display: flex;
	align-items: center;
	padding: 15px;
	background: transparent;
}

.iIndustryNews .industry-news-image {
	flex: 0 0 150px;
	height: 100px;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iIndustryNews .industry-news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.iIndustryNews .industry-news-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100px;
}

.iIndustryNews .industry-news-info h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 8px 0;
	line-height: 20px;
	color: #333;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.iIndustryNews .industry-news-info p {
	font-size: 12px;
	color: #666;
	line-height: 18px;
	margin: 0 0 8px 0;
	height: 36px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.iIndustryNews .industry-news-info .industry-news-time {
	font-size: 11px;
	color: #999;
	display: block;
	margin-top: auto;
	align-self: flex-start;
}

.iIndustryNews .btn_home_align {
	text-align: center;
	margin-top: 40px;
	position: relative;
	z-index: 1;
}

.iIndustryNews .btn_1 {
	display: inline-block;
	background-color: #1446A0;
	color: #fff;
	padding: 10px 25px;
	border-radius: 25px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(20,70,160,0.2);
}

.iIndustryNews .btn_1:hover {
	background-color: #0f3a80;
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(20,70,160,0.3);
}

.iIndustryNews .btn_1.rounded {
	border-radius: 25px;
}

@media (max-width: 992px) {
	.iIndustryNews {
		padding: 40px 0;
	}
	
	.iIndustryNews::before {
		font-size: 40px;
	}
	
	.iIndustryNews .industry-news-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	
	.iIndustryNews .company-news-title {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.iIndustryNews .industry-news-grid {
		grid-template-columns: 1fr;
	}
	
	.iIndustryNews .industry-news-image {
		padding: 15px;
	}
	
	.iIndustryNews .industry-news-image h3 {
		font-size: 14px;
		height: 48px;
	}
	
	.iIndustryNews .industry-news-image p {
		font-size: 12px;
		height: 36px;
	}
}

.think-carousel {
	position: relative;
	margin-bottom: 40px;
}

.think-carousel .swiper-button-prev,
.think-carousel .swiper-button-next {
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	margin-top: -20px;
}

.think-carousel .swiper-button-prev::after,
.think-carousel .swiper-button-next::after {
	font-size: 20px;
	color: #333;
}

.think-carousel .swiper-slide {
	width: 280px;
}

.think-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.think-item {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

.think-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.think-item a {
	display: block;
	color: #333;
	text-decoration: none;
	height: 100%;
}

.think-image {
	width: 100%;
	height: 330px;
	overflow: hidden;
}

.think-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.think-item:hover .think-image img {
	transform: scale(1.05);
}

.think-content {
	padding: 15px;
	background: #000000;
	color: #fff;
}

.think-content h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #fff;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.think-content p {
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	line-height: 20px;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.think-item:hover .think-content h4 {
	color: #fff;
}

.home-panel.match {
	padding: 60px 0;
	background-color: #ffffff;
	margin-top: 30px;
	position: relative;
}

.home-panel.match::after {
	content: "ACTIVITY IMAGES";
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 60px;
	font-weight: bold;
	color: rgba(0,0,0,0.05);
	z-index: 1;
}

.main_title_2 {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}

.main_title_2 h2 {
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	position: relative;
	display: inline-block;
	background: linear-gradient(135deg, #1BB9F5 0%, #055585 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.main_title_2 h2:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background-color: #1446A0;
	border-radius: 2px;
}

.main_title_2 p {
	font-size: 16px;
	color: #666;
	margin: 20px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.match-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.match-item {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

.match-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.match-item a {
	display: block;
	color: #333;
	text-decoration: none;
	height: 100%;
}

.works-image {
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.works-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.match-item:hover .works-image img {
	transform: scale(1.05);
}

.works-info {
	padding: 15px;
	background: #000000;
	color: #fff;
}

.works-info h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #fff;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.works-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	color: rgba(255,255,255,0.8);
}

.works-meta .date {
	flex: 1;
}

.works-meta .views {
	flex: 1;
	text-align: right;
}

.home-icon-2 {
	position: absolute;
	bottom: -50px;
	left: 10%;
	width: 200px;
	height: 200px;
	opacity: 0.1;
	z-index: 0;
}

.btn_home_align {
	text-align: center;
	margin-top: 60px;
	position: relative;
	z-index: 1;
}

.btn_1 {
	display: inline-block;
	background-color: #1446A0;
	color: #fff;
	padding: 12px 30px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(20,70,160,0.3);
}

.btn_1:hover {
	background-color: #0f3a80;
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(20,70,160,0.4);
}

.btn_1.rounded {
	border-radius: 30px;
}

.iRelated {
	padding: 60px 0;
	background-color: #fff;
	position: relative;
}

.iRelated::before {
	content: none;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 48px;
	font-weight: bold;
	color: rgba(0,0,0,0.05);
	z-index: 1;
	white-space: nowrap;
}

.iEquipment::before {
	content: "EDUCATIONAL EQUIPMENT";
}

.iRelated .container {
	position: relative;
	z-index: 2;
}

.related-header {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.related-header h2 {
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	position: relative;
	display: inline-block;
	background: linear-gradient(135deg, #1BB9F5 0%, #055585 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.related-header h2:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background-color: #1446A0;
	border-radius: 2px;
}

.iRelated .related-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.iRelated .related-item {
	display: flex;
	background-color: #f9f9f9;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease;
	color: #333;
}

.iRelated .related-item:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	transform: translateY(-3px);
}

.iRelated .related-image {
	width: 150px;
	height: 100%;
	flex-shrink: 0;
	overflow: hidden;
}

.iRelated .related-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.iRelated .related-item:hover .related-image img {
	transform: scale(1.1);
}

.iRelated .related-content {
	flex: 1;
	padding: 15px;
	display: flex;
	flex-direction: column;
}

.iRelated .related-content h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 0 8px 0;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.iRelated .related-meta {
	font-size: 12px;
	color: #999;
	margin-bottom: 8px;
}

.iRelated .related-content p {
	font-size: 13px;
	color: #666;
	line-height: 18px;
	margin: 0;
	flex: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media (max-width: 768px) {
	.iRelated {
		padding: 40px 0;
	}
	
	.iRelated .related-list {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.iRelated .related-item {
		flex-direction: column;
	}
	
	.iRelated .related-image {
		width: 100%;
		height: 150px;
	}
	
	.iRelated .related-content h4 {
		height: auto;
		-webkit-line-clamp: 3;
	}
	
	.iRelated .related-content p {
		-webkit-line-clamp: 3;
	}
}

.bg-light {
	background-color: #f8f9fa;
}

.py-4 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.mb-4 {
	margin-bottom: 1.5rem;
}

.section-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	background: linear-gradient(135deg, #1BB9F5 0%, #055585 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.color-bar {
	width: 80px;
	height: 3px;
	background-color: #1446A0;
	margin: 0 auto 20px;
}

.bg-light.py-4 {
	background-color: #f8f9fa;
	padding: 60px 0;
	position: relative;
}

.bg-light.py-4::before {
	content: "COOPERATIVE UNITS";
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 48px;
	font-weight: bold;
	color: rgba(0,0,0,0.05);
	z-index: 1;
	white-space: nowrap;
}

.bg-light.py-4 .container {
	position: relative;
	z-index: 2;
}

.solution-desc {
	font-size: 16px;
	color: #666;
	margin-bottom: 30px;
}

.partners-tabs {
	width: 100%;
}

.logo-card {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

.logo-card:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
	transform: translateY(-5px);
}

.logo-card img {
	max-width: 100%;
	max-height: 60px;
	object-fit: contain;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

@media (max-width: 575px) {
	.row-cols-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 576px) {
	.row-cols-sm-3 > * {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media (min-width: 768px) {
	.row-cols-md-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 992px) {
	.row-cols-lg-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.g-4 > * {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.partners-tabs {
	width: 100%;
}

.partners-tabs .swiper {
	width: 100% !important;
}

.partners-tabs .swiper-wrapper {
	width: 100% !important;
}

.partners-tabs .swiper-slide {
	width: 100% !important;
}

.partners-tabs .swiper-slide .row {
	width: 100% !important;
	margin: 0 !important;
	display: flex;
	flex-wrap: wrap;
}

.partners-tabs .swiper-slide .row > .col {
	flex: 0 0 calc(20% - 20px) !important;
	max-width: calc(20% - 20px) !important;
	padding: 0 10px !important;
	margin-bottom: 20px !important;
}

@media (max-width: 1199px) {
	.partners-tabs .swiper-slide .row > .col {
		flex: 0 0 calc(20% - 4px) !important;
		max-width: calc(20% - 4px) !important;
	}
}

@media (max-width: 991px) {
	.partners-tabs .swiper-slide .row > .col {
		flex: 0 0 calc(20% - 4px) !important;
		max-width: calc(20% - 4px) !important;
	}
}

@media (max-width: 767px) {
	.partners-tabs .swiper-slide .row > .col {
		flex: 0 0 calc(25% - 4px) !important;
		max-width: calc(25% - 4px) !important;
	}
}

@media (max-width: 575px) {
	.partners-tabs .swiper-slide .row > .col {
		flex: 0 0 calc(33.333% - 4px) !important;
		max-width: calc(33.333% - 4px) !important;
	}
}

.mt-4 {
	margin-top: 1.5rem;
}

.tab-content {
	width: 100%;
}

.tab-pane {
	width: 100%;
}

.custom-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ddd;
	margin: 0 5px;
	opacity: 1;
}

.custom-pagination .swiper-pagination-bullet-active {
	background-color: #1446A0;
}

.pFooter {
	background: #181818;
}

.pFooter .footer {
	height: 267px;
	border-bottom: 1px solid #343434;
	padding-top: 60px;
}

.pFooter .footer .fpage1 {
	float: left;
	width: 197px;
}

.pFooter .footer .fpage1 p {
	margin-bottom: 53px;
}

.pFooter .footer .fpage1 p a {
	font-size: 16px;
	color: #fff;
	position: relative;
}

.pFooter .footer .fpage1 p a:after {
	content: "";
	position: absolute;
	width: 0;
	border-top: 1px solid #358e6e;
	left: 0;
	top: 28px;
	transition: all 0.4s;
}

.pFooter .footer .fpage1 p a:hover:after {
	width: 100%;
}

.pFooter .footer .fpage2 {
	width: 342px;
	float: left;
}

.pFooter .footer .mt {
	font-size: 16px;
	color: #fff;
}

.pFooter .footer .fpage2 .mc {
	margin-top: 30px;
}

.pFooter .footer .fpage2 .mc .list {
	padding-left: 50px;
	line-height: 16px;
	margin-bottom: 30px;
}

.pFooter .footer .fpage2 .mc .list p {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.pFooter .footer .fpage2 .mc .list span {
	color: #d6d6d6;
	font-size: 12px;
}

.pFooter .footer .fpage2 .mc .list.t1 {
	background: url(../images/address.png) no-repeat left 5px;
	margin-bottom: 15px;
}

.pFooter .footer .fpage2 .mc .list.t2 {
	background: url(../images/tel.png) no-repeat left center;
}

.pFooter .footer .fpage2 .mc .list.t3 {
	background: url(../images/email.png) no-repeat left center;
}

.pFooter .footer .fpage3 {
	float: left;
	width: 354px;
}

.pFooter .footer .fpage3 .mc {
	margin-top: 30px;
}

.pFooter .footer .fpage3 .mc p {
	float: left;
	width: 50%;
	margin-bottom: 18px;
	line-height: 16px;
}

.pFooter .footer .fpage3 .mc p a {
	color: #d6d6d6;
}

.pFooter .footer .fpage4 {
	float: left;
	width: 220px;
}

.pFooter .footer .fpage4 .mc {
	margin-top: 30px;
}

.pFooter .footer .fpage4 .mc p {
	margin-bottom: 18px;
	line-height: 16px;
}

.pFooter .footer .fpage4 .mc p a {
	color: #d6d6d6;
}

.pFooter .footer .fpage5 {
	float: left;
}

.pFooter .footer .fpage5 .mc {
	width: 140px;
	margin-top: 30px;
}

.pFooter .footer .fpage5 .mc p {
	margin-top: 15px;
	font-size: 12px;
	color: #d6d6d6;
}

.pFooter .fban {
	height: 70px;
	line-height: 70px;
	background: #181818;
	font-size: 12px;
	color: #8a8a8a;
}

.pFooter .fban .container {
	font-size: 12px;
}

.pFooter .fban .container * {
	font-size: 12px;
	color: #8a8a8a;
}



.website-footer {
	width: 100%;
}

@media (max-width: 992px) {
	.home-panel.match {
		padding: 60px 0;
	}
	
	.home-panel.match::after {
		font-size: 40px;
	}
	
	.match-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media (max-width: 576px) {
	.home-panel.match {
		padding: 40px 0;
	}
	
	.home-panel.match::after {
		font-size: 30px;
	}
	
	.main_title_2 h2 {
		font-size: 24px;
	}
	
	.main_title_2 p {
		font-size: 14px;
	}
	
	.match-list {
		grid-template-columns: 1fr;
		gap: 15px;
	}
}

/* 分页样式开始 */
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	gap: 8px;
}

.pagination .page-btn {
	display: inline-block;
	padding: 8px 16px;
	background-color: #fff;
	color: #666;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.pagination .page-btn:hover {
	background-color: #1446A0;
	color: #fff;
	border-color: #1446A0;
}

.pagination .page-btn.active {
	background-color: #1446A0;
	color: #fff;
	border-color: #1446A0;
}

.pagination .page-btn.prev,
.pagination .page-btn.next {
	padding: 8px 20px;
	font-weight: bold;
}

.pagination .page-ellipsis {
	color: #999;
	font-size: 14px;
	padding: 0 5px;
}

@media (max-width: 768px) {
	.pagination {
		flex-wrap: wrap;
		gap: 5px;
	}
	
	.pagination .page-btn {
		padding: 6px 12px;
		font-size: 12px;
	}
	
	.pagination .page-btn.prev,
	.pagination .page-btn.next {
		padding: 6px 15px;
	}
}
/* 分页样式结束 */

/* 二级菜单导航样式开始 */
.sub-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
	padding: 20px 0;
}

.sub-nav-item {
	display: inline-block;
	padding: 10px 30px;
	background-color: #1446A0;
	color: #fff;
	border-radius: 25px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	transition: all 0.3s ease;
	border: 2px solid #1446A0;
}

.sub-nav-item:hover {
	background-color: #fff;
	color: #1446A0;
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(20,70,160,0.3);
}

.sub-nav-item.active {
	background-color: #0f3a80;
	border-color: #0f3a80;
}

@media (max-width: 768px) {
	.sub-nav {
		flex-wrap: wrap;
		gap: 10px;
		padding: 15px 0;
	}
	
	.sub-nav-item {
		padding: 8px 20px;
		font-size: 13px;
	}
}
/* 二级菜单导航样式结束 */

/* list.html页面特殊样式 - 隐藏背景英文 */
.iRelated.list-page::before {
	display: none;
}

.iRelated.list-page {
	padding-top: 40px;
}

/* 新底部样式开始 */
.website-footer {
	background-color: #1a1a1a;
	color: #fff;
}

.website-footer .footer {
	padding: 50px 0 30px;
}

.website-footer .footer .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}

/* Logo区域 */
.footer-logo {
	flex: 0 0 auto;
}

.footer-logo .logo-box {
	display: flex;
	align-items: center;
	gap: 15px;
}

.footer-logo .logo-box img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.footer-logo .logo-text h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 5px 0;
}

.footer-logo .logo-text p {
	font-size: 12px;
	color: #999;
	margin: 0;
}

/* 导航链接区域 */
.footer-nav {
	flex: 0 0 auto;
}

.footer-nav h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 20px 0;
}

.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-nav ul li {
	margin-bottom: 10px;
}

.footer-nav ul li a {
	color: #999;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s ease;
}

.footer-nav ul li a:hover {
	color: #fff;
}

/* 二维码区域 */
.footer-qr-codes {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}

.footer-qr-codes .qr-item {
	text-align: center;
}

.footer-qr-codes .qr-item img {
	width: 80px;
	height: 80px;
	border-radius: 4px;
	margin-bottom: 8px;
}

.footer-qr-codes .qr-item p {
	font-size: 12px;
	color: #999;
	margin: 0;
}

/* 底部版权栏 */
.website-footer .fban {
	background-color: #111;
	padding: 15px 0;
	border-top: 1px solid #333;
}

.website-footer .fban p {
	text-align: center;
	font-size: 12px;
	color: #666;
	margin: 0;
}

/* 响应式设计 */
@media (max-width: 1200px) {
	.footer-qr-codes .qr-item img {
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 992px) {
	.website-footer .footer .container {
		flex-wrap: wrap;
	}
	
	.footer-logo,
	.footer-nav {
		flex: 0 0 calc(50% - 20px);
	}
	
	.footer-qr-codes {
		flex: 0 0 100%;
		justify-content: center;
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.website-footer .footer .container {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	
	.footer-logo,
	.footer-nav {
		flex: 0 0 100%;
	}
	
	.footer-nav h4 {
		margin-bottom: 15px;
	}
	
	.footer-qr-codes {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.footer-qr-codes .qr-item {
		flex: 0 0 calc(33.333% - 20px);
	}
}

@media (max-width: 576px) {
	.footer-qr-codes .qr-item {
		flex: 0 0 calc(50% - 20px);
	}
	
	.website-footer .fban p {
		font-size: 11px;
		padding: 0 10px;
	}
}
/* 新底部样式结束 */

/* 文章详情页样式开始 */
.article-content-wrapper {
	background-color: #f5f5f5;
	padding: 0 0 60px;
	min-height: 600px;
}

/* 文章主体 */
.article-main {
	background-color: #fff;
	padding: 40px;
	border-radius: 8px;
	margin-bottom: 30px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.article-title {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin: 0 0 20px 0;
	line-height: 1.4;
	text-align: center;
}

.article-meta {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	padding: 15px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

.article-meta .meta-item {
	font-size: 14px;
	color: #666;
}

/* 文章内容 */
.article-content {
	min-height: 400px;
}

.article-content p {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	margin-bottom: 20px;
	text-indent: 2em;
}

/* 上下篇导航 */
.article-navigation {
	background-color: #fff;
	padding: 30px 40px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.prev-article,
.next-article {
	flex: 1;
}

.next-article {
	text-align: right;
}

.nav-label {
	display: block;
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

.nav-title {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	line-height: 1.5;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav-title:hover {
	color: #1446A0;
}

.nav-meta {
	font-size: 12px;
	color: #999;
}

.nav-meta span {
	margin-right: 15px;
}

.next-article .nav-meta span {
	margin-right: 0;
	margin-left: 15px;
}

/* 响应式设计 */
@media (max-width: 768px) {
	.article-content-wrapper {
		padding: 20px 0 40px;
	}
	
	.article-main {
		padding: 25px;
	}
	
	.article-title {
		font-size: 22px;
	}
	
	.article-meta {
		gap: 10px;
	}
	
	.article-meta .meta-item {
		font-size: 12px;
	}
	
	.article-body p {
		font-size: 14px;
	}
	
	.article-navigation {
		flex-direction: column;
		gap: 20px;
		padding: 25px;
	}
	
	.next-article {
		text-align: left;
	}
	
	.next-article .nav-meta span {
		margin-left: 0;
		margin-right: 15px;
	}
}
/* 文章详情页样式结束 */
