@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: 'MiSans';
	src: url('./fonts/MiSans.ttf');
}

body {
	min-height: 100%;
	background: #fdfbfb;
	font-size: 16px;
	line-height: 1.5;
	min-width: 1024px;
}


img {
	border: 0;
	max-width: 100%;
	vertical-align: top;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

input,
button {
	-webkit-appearance: none;
	border-radius: 0;
}

button {
	cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

textarea {
	resize: none;
	overflow: auto;
}

input,
button,
textarea,
select {
	border: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: transparent;
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

table {
	border-collapse: collapse;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.banner .container ,.section .container{
	overflow: hidden;
}


@media(max-width:1024px) {
	.container {
		width: 970px;
	}
}



@media (min-width: 1300px) {
	.container {
		width: 1230px;
	}
}


@media (min-width: 1500px) {
	.container {
		width: 1350px;
	}
}


@media (min-width: 1600px) {
	.container {
		width: 1550px;
	}
}





/*顶部*/
#c-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	text-align: center;
	transition: all 0.5s;
	background: #fff;
}

#c-header.is-active {
	box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
}

.c-logo {
	float: left;
	display: block;
	width: 147px;
	height: 72px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/logo.png);
	background-size: contain;
}

.flex {
	display: flex;
}

.flex-center {
	display: flex;
	align-items: center;
}

.c-right-box {
	margin-left: auto;
	width: 73%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


#c-header .container {
	height: 100px;
}

#c-header a {
	transition: all 0.5s;
	font-size: 18px;
}


.c-tel {
	display: flex;
	align-items: center;
	text-align: left;
}

.c-tel img {
	margin-right: 15px;
}

.tel-number {
	color: #ff0000;
	font-size: 22px;
}

.tel-info {
	color: #333333;
	font-size: 14px;
}

/*顶部pc导航*/
#c-header .c-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 69%;
}


#c-header .c-nav>li>a:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 5px;
	border-radius: 3px;
	background: #408cfa;
	transition: 0.5s;
}

#c-header .c-nav>li>a {
	height: 56px;
	line-height: 26px;
	position: relative;
	display: block;
	color: #333333;
}

#c-header .c-nav li.current>a::before {
	width: 100%;
}

#c-header .c-nav>li.current>a {
	color: #408cfa;
	font-size: 24px;
}

#c-header .c-nav>li:hover>a {
	color: #408cfa;
}


.navbar-nav>li {
	position: relative;
}

.scale {
	display: block;
	overflow: hidden;
	font-size: 0;
}

.scale img {
	transition: .3s all;
}

.scale:hover img {
	transform: scale(1.04);
}


body .btn-solid,
body .btn-solid:hover,
body .btn-solid:focus,
body .btn-solid:active {
	border: 1px solid rgba(227, 232, 235, 1) !important;
	border-radius: 10px;
	color: #A1A8AD;
	font-size: 14px;
}

/* footer */
.footer {
	position: relative;
	overflow: hidden;
	background-image: url('../img/bg4.jpg');
	background-repeat: no-repeat;
	background-size: 100% calc(100% - 54px);
	background-position: left bottom 54px;
	color: #ffffff;
}


.foot-main {
	display: flex;
}

.foot-item {
	width: 25%;
	text-align: center;
	padding: 120px 0;
}


.foot-item p {
	font-size: 28px;
	color: #fff;
	margin: 30px 0 0;
}


.top-back {
	font-size: 12px;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 0 12px;
	border-radius: 13px;
	display: inline-flex;
	align-items: center;
	height: 26px;
	margin-right: 16px;
}

.top-back .iconfont {
	margin-right: 18px;
	margin-right: 4px;
}


.banner {
	position: relative;
	margin-top: 100px;
	background-image: url('../img/banner.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}



.banner-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 65px 0 134px;
}


.banner-left {
	width: 50%;
}

.banner-right {
	width: 41.7%;
}

.banner-year {
	font-size: 49px;
	font-weight: bold;
	background: linear-gradient(#fff, #cde9fd);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin-bottom: 22px;
}

.banner-year span {
	font-size: 68px;
	background: linear-gradient(#fff, #eed9a1);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	line-height: 1;
}

.banner-serve {
	font-size: 42px;
	font-weight: bold;
	background: linear-gradient(#fff, #cde9fd);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin-bottom: 44px;
}

.banner-text {
	font-size: 24px;
	color: #fff;
	padding-left: 36px;
	position: relative;
	margin-bottom: 4px;
}

.banner-text:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-top: 6px solid transparent;
	border-left: 12px solid #fff;
	border-bottom: 6px solid transparent;
}

.banner-text span {
	font-weight: bold;
	color: #fbef2b;
}

a.banner-link {
	background: #fdb212;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 0 35px;
	height: 70px;
	display: inline-flex;
	align-items: center;
	border-radius: 40px;
	margin-top: 60px;
}

a.banner-link:hover {
	background: #f9a317;
}

.banner-link img {
	margin-right: 20px;
}


.step {
	position: relative;
}

.step-card {
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #eaeaea;
	display: flex;
	align-items: center;
	height: 150px;
	box-shadow: 0 0 49px rgba(161, 186, 224, .15);
	margin: 0 30px;
	margin-top: -73px;
}

.step-item {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.step-item-text2 {
	color: #000000;
	font-size: 20px;
	margin-top: 8px;
}

.step-item-text1 {
	display: flex;
	align-items: center;
}

.step-item-text1 img {
	margin-right: 10px;
}


.step-item-text1 span {
	color: #000000;
	font-size: 34px;
	font-weight: bold;
	font-style: italic;
}



.light {
	color: #38E372;
}

.section {
	padding: 60px 0;
}

.section-head {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 85px;
	position: relative;
}

.section-head::after {
	position: absolute;
	content: '';
	width: 156px;
	height: 9px;
	border-radius: 5px;
	background: #408cfa;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.section-title {
	font-size: 55px;
	font-weight: 900;
	line-height: 1;
	background-image: url('../img/dots.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 14px 22px 0;
}

.section-title span {
	color: #408cfa;
}

.section-en {
	font-size: 19px;
	color: #bcbcc1;
	line-height: 1;
	padding: 12px 0 18px;
	text-transform: uppercase;
}

.serve-card {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.03);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 35px;
	margin-bottom: 30px;
}

.serve-title {
	color: #161616;
	font-size: 32px;
	font-weight: bold;
	margin-top: 10px;
}

.serve-desc {
	color: #26262b;
	font-size: 16px;
	line-height: 26px;
	margin: 8px 0 0;
	line-height: 1.6;
	padding: 0 6px;
	height: 80px;
}

.serve-btn {
	color: #3a81fd;
	font-size: 20px;
	border-radius: 30px;
	height: 55px;
	line-height: 55px;
	border: 1px solid #3a81fd;
	width: 77%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.serve-btn .icon {
	width: 28px;
	height: 28px;
	background-image: url('../img/kefu.png');
	background-size: 100% 100%;
	margin-right: 10px;
}

.serve-card:hover .serve-btn {
	background: #3a81fd;
	color: #fff;
}

.serve-card:hover .serve-btn .icon {
	background-image: url('../img/kefu3.png');
}

.case-card {
	border-radius: 20px;
	margin-bottom: 24px;
}

.section-foot {
	text-align: center;
	padding-top: 55px;
}

a.view-more {
	background: #fdb212;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	padding: 0 50px;
	height: 90px;
	display: inline-flex;
	align-items: center;
	border-radius: 50px;
}

.view-more img {
	margin-right: 20px;
}

a.view-more:hover {
	background-color: #f9a317;
}

.case-row {
	margin: 0 -12px;
}

.case-row>div {
	padding: 0 12px;
}

.dev-row {
	margin: 0 -10px;
}

.dev-row>div {
	padding: 0 10px;
}

.dev-card-hd {
	background: #408cfa;
	border-radius: 20px 20px 0 0;
	background-image: url('../img/dots2.png');
	background-repeat: no-repeat;
	background-position: left -51px bottom -7px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	padding: 20px 15px;
}

.dev-card-bd {
	border: 1px solid #408cfa;
	border-radius: 0 0 20px 20px;
	padding: 50px 38px 35px;
	text-align: center;
}

.dev-pirce {
	color: #112856;
	font-size: 20px;
	margin-bottom: 40px;

}

.dev-group {
	min-height: 145px;
}

.dev-pirce span {
	font-size: 54px;
	line-height: 1;
	margin-right: 6px;
	font-weight: bold;
	vertical-align: sub;
}

.dev-text {
	font-size: 18px;
	color: #112856;
	font-weight: bold;
	position: relative;
	padding-left: 26px;
	line-height: 1;
	text-align: left;
	margin-bottom: 18px;
}

.dev-text:before {
	position: absolute;
	content: '';
	left: 0;
	top: 3px;
	width: 13px;
	height: 13px;
	border-radius: 13px;
	border: 4px solid #e9f0ff;
	background-color: #2e6ef2;
}

.dev-text:last-child {
	margin-bottom: 0;
}

.dev-btn {
	border: 1px solid #408cfa;
	border-radius: 30px;
	font-size: 20px;
	color: #408cfa;
	height: 55px;
	max-width: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.dev-btn .icon {
	width: 28px;
	height: 28px;
	background-image: url('../img/kefu.png');
	background-size: 100% 100%;
	margin-right: 10px;
}

.dev-card:hover .dev-btn {
	background: #408cfa;
	color: #fff;
}

.dev-card:hover .dev-btn .icon {
	background-image: url('../img/kefu3.png');
}


.section4 {
	background-image: url('../img/bg3.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


.process-row {
	display: flex;
	gap: 12px;
}

.process-col {
	flex: 1;
}

.process-item {
	background: #fff;
	border-radius: 10px;
	height: 100%;
	padding: 30px 15px 30px 25px;
}

.process-item-icon {
	text-align: center;
	padding-right: 10px;
	margin-bottom: 20px;
}

.process-item-title {
	color: #112856;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 28px;
}


.process-item-desc p {
	color: #112856;
	font-size: 14px;
	margin-bottom: 20px;
}

.process-col:nth-child(odd) .process-item {
	margin-top: -35px;
}

.industry-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}


.industry-item {
	width: calc(20% - 16px);
	border-radius: 8px;
	height: 118px;
	background-color: #eff1f6;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.industry-name {
	color: #1e1e23;
	font-size: 24px;
	line-height: 1.4;
}


.contact-item {
	display: flex;
	align-items: center;
	padding: 88px 0;
}

.contact-item-icon {
	width: 140px;
	margin-right: 90px;
}

.contact-item-info {
	flex: 1;
	min-width: 0;
}

.contact-item-label {
	font-size: 32px;
	color: #112856;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact-item-value {
	color: #408cfa;
	font-size: 24px;
	padding-left: 40px;
	position: relative;
}

.contact-item-value img {
	position: absolute;
	left: 0;
	top: 5px;
}

.about-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 155px;
}

.about-left {
	width: 46%;
}

.about-right {
	width: 50%;
}

.about-right p {
	color: #727d91;
	font-size: 24px;
	margin: 0 0 36px;
}


.about-right p:last-child {
	margin-bottom: 0;
}


.about-honor {
	text-align: center;
	margin-bottom: 100px;
}

.section6 {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url('../img/bg5.jpg');
	padding-bottom: 120px;
}

.aside-nav {
	position: fixed;
	right: 10px;
	top: 50%;
	width: 120px;
	transform: translateY(-50%);
	z-index: 9;
}

.aside-wechat {
	border-radius: 10px;
	background-color: #1e73ef;
	padding: 10px 10px 7px;
	text-align: center;
}

.aside-wechat img {
	border-radius: 6px;
}


.aside-wechat p {
	font-size: 22px;
	margin: 10px 0 0;
	color: #fff;
}

.aside-contact {
	border-radius: 10px;
	background-color: #1e73ef;
	padding: 8px 10px 4px;
	text-align: center;
	margin-bottom: 10px;
}

.aside-contact a {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 22px;
	color: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}

.aside-contact a:last-child {
	border-bottom: 0;
}

.aside-contact a .number {
	font-size: 16px;
}

.aside-contact a img {
	margin-bottom: 5px;
}

.section1 {
	padding: 90px 0 30px;
}

.section3 {
	padding: 90px 0 150px;
}

.section3 .section-head {
	margin-bottom: 60px;
}

.section4 {
	padding: 85px 0 170px;
}

.section4 .section-head {
	margin-bottom: 120px;
}


.section5 {
	padding: 115px 0 60px;
}


.section5 .section-foot {
	padding-top: 95px;
}


.section7 {
	padding: 150px 0 80px;
}


.col-xs-7 .contact-item {
	margin-left: 15%;
}


.contact-weixin {
	padding-left: 260px;
}


.foot-copyright {
	text-align: center;
	background: #555555;
	padding: 15px;
}

.foot-copyright a {
	color: #fff;
	margin-left: 30px;
}


@media (max-width:1400px) {
	.aside-nav {
		width: 100px;
	}

	.aside-contact a {
		font-size: 16px;
	}

	.aside-wechat p {
		font-size: 16px;
	}

	.aside-contact a img {
		width: 36px;
	}

	.aside-contact a .number {
		font-size: 14px;
	}

	.banner-serve {
		font-size: 36px;
	}

	.banner-year {
		font-size: 40px;
	}

	.banner-year span {
		font-size: 54px;
	}

	.banner-text {
		font-size: 20px;
	}

	a.banner-link {
		font-size: 18px;
		height: 56px;
	}

	.step-item-text1 span {
		font-size: 26px;
	}

	.step-item-text2 {
		font-size: 16px;
	}

	.section-title {
		font-size: 44px;
		background-size: 60px 32px;
	}

	.section-en {
		font-size: 16px;
	}

	.section-head::after {
		height: 6px;
		width: 126px;
	}

	.serve-title {
		font-size: 24px;
	}

	.serve-desc {
		font-size: 14px;
	}

	.serve-card {
		padding: 25px;
	}

	.serve-card img {
		width: 76px;
	}

	.serve-btn {
		font-size: 16px;
		height: 44px;
		line-height: 44px;
	}

	.serve-btn .icon {
		width: 20px;
		height: 20px;
	}

	a.view-more {
		font-size: 24px;
		height: 72px;
	}

	.view-more img {
		width: 25px;
		margin-right: 16px;
	}

	.dev-card-hd {
		font-size: 26px;
	}

	.dev-pirce span {
		font-size: 42px;
	}

	.dev-pirce {
		font-size: 16px;
		margin-bottom: 24px;
	}

	.dev-text {
		font-size: 15px;
	}

	.dev-btn {
		font-size: 16px;
		height: 44px;
		line-height: 44px;
	}

	.dev-card-bd {
		padding: 40px 25px 25px;
	}

	.dev-btn .icon {
		width: 20px;
		height: 20px;
	}

	.process-item {
		padding-left: 15px;
	}

	.process-item-icon {
		padding-right: 0;
	}

	.process-item-icon img {
		width: 48px;
	}

	.process-item-title {
		font-size: 17px;
	}

	.industry-name {
		font-size: 20px;
	}

	.industry-item img {
		width: 44px;
	}

	.about-right p {
		font-size: 20px;
	}

	.contact-item-icon {
		width: 110px;
		margin-right: 70px;
	}

	.contact-item-label {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.contact-item-value {
		font-size: 20px;
		padding-left: 32px
	}

	.contact-weixin {
		padding-left: 215px;
	}

	.contact-weixin img {
		width: 160px;
	}

	.contact-item-value img {
		width: 22px;
		height: 22px;
		top: 3px;
	}


	.contact-item {
		padding: 60px 0;
	}

	.foot-item {
		padding: 90px 0;
	}

	.foot-item p {
		font-size: 22px;
		margin-top: 20px;
	}

	.foot-item img {
		width: 70px;
	}
}


@media (max-width:1230px) {
	.banner-serve {
		font-size: 26px;
	}

	.banner-year {
		font-size: 32px;
	}

	.banner-year span {
		font-size: 40px;
	}

	.banner-link img {
		margin-right: 10px;
		width: 20px;
	}

	.step-item-text1 span {
		font-size: 22px;
	}

	.step-item-text1 img {
		width: 34px;
	}

	.section-title {
		font-size: 34px;
		background-size: 48px 26px;
		padding: 10px 16px 0;
	}

	.section-en {
		font-size: 14px;
	}

	.serve-desc {
		padding: 0;
		line-height: 1.5;
	}

	.serve-card {
		padding: 20px;
	}
}


@media (max-width:1024px) {
	.c-right-box {
		width: 80%;
	}

	#c-header .c-nav>li>a.active {
		font-size: 20px;
	}

	#c-header a {
		font-size: 16px;
	}

	.c-logo {
		width: 117px;
		height: 57px;
	}

	.section1 .row {
		margin: 0 -12px;
	}

	.section1 .row>div {
		padding: 0 12px;
	}

	.serve-card {
		margin-bottom: 24px;
		padding: 15px;
	}

	.serve-card img {
		width: 60px;
	}

	.serve-title {
		font-size: 20px;
	}

	.dev-card-bd {
		padding: 30px 15px 20px;
	}

	.dev-card-hd {
		font-size: 22px;
	}

	.about-right p {
		font-size: 18px;
	}

	.contact-item-icon {
		width: 90px;
		margin-right: 50px;
	}

	.contact-item-label {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.contact-item-value {
		font-size: 16px;
	}

	.contact-item-value img {
		width: 18px;
		height: 18px;
		top: 2px;
	}

	.contact-weixin {
		padding-left: 170px;
	}

	.foot-item {
		padding: 60px 0;
	}

	.process-row {
		flex-wrap: wrap;
	}

	.process-col {
		flex: none;
		width: calc(25% - 12px);
	}

	.contact-item {
		padding: 40px 0;
	}

	.col-xs-7 .contact-item {
		padding-left: 0;
	}
}

/* 新闻页面样式 */
.news-banner {
	position: relative;
	margin-top: 100px;
	height: 400px;
	overflow: hidden;
}

.news-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}

.news-banner-text h1 {
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 20px;
	background: linear-gradient(#fff, #cde9fd);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.news-banner-text p {
	font-size: 24px;
	color: #fff;
}

.news-section {
	padding: 60px 0;
	background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
	min-height: calc(100vh - 200px);
}

/* 分类标签区 */
.news-categories {
	background: #fff;
	border-radius: 16px;
	padding: 16px;
	margin-bottom: 24px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	border: 1px solid #f0f0f0;
}

.category-tabs ul {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}

.category-tabs ul li {
	margin-bottom: 0;
}

.category-tabs ul li a {
	display: flex;
	align-items: center;
	padding: 12px 24px;
	font-size: 15px;
	font-weight: 500;
	color: #64748b;
	background: #f8fafc;
	border-radius: 10px;
	transition: all 0.35s ease;
	border: 2px solid transparent;
}

.category-tabs ul li a .icon-dot {
	width: 6px;
	height: 6px;
	background: #94a3b8;
	border-radius: 50%;
	margin-right: 10px;
	transition: all 0.35s ease;
}

.category-tabs ul li a:hover {
	background: #e0f2fe;
	color: #0284c7;
	border-color: #7dd3fc;
}

.category-tabs ul li a:hover .icon-dot {
	background: #0284c7;
}

.category-tabs ul li.active a {
	background: linear-gradient(135deg, #408cfa, #6366f1);
	color: #fff;
	border-color: #408cfa;
	box-shadow: 0 4px 15px rgba(64, 140, 250, 0.3);
}

.category-tabs ul li.active a .icon-dot {
	background: #fff;
}

/* 热门标签区 */
.hot-tags {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	border: 1px solid #f0f0f0;
}

.hot-tags .section-title {
	font-size: 16px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: 1px dashed #e2e8f0;
}

.hot-tags .section-title::before {
	content: '';
	width: 4px;
	height: 16px;
	background: linear-gradient(180deg, #408cfa, #6366f1);
	border-radius: 2px;
	margin-right: 10px;
}

.tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tags-list .tag {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	background: #f8fafc;
	color: #64748b;
	font-size: 13px;
	font-weight: 500;
	border-radius: 20px;
	transition: all 0.3s ease;
	border: 1px solid #e2e8f0;
}

.tags-list .tag:hover {
	background: #e0f2fe;
	color: #0284c7;
	border-color: #7dd3fc;
}

.tags-list .tag.active {
	background: linear-gradient(135deg, #408cfa 0%, #6366f1 100%);
	color: #fff;
	border-color: #408cfa;
	box-shadow: 0 2px 8px rgba(64, 140, 250, 0.3);
}

.news-content {
	display: flex;
	gap: 40px;
}

.news-sidebar {
	width: 260px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.news-category {
	background: #fff;
	border-radius: 16px;
	padding: 0;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	border: 1px solid #f0f0f0;
}

.news-category .category-header {
	display: flex;
	align-items: center;
	padding: 22px 26px;
	background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
	position: relative;
}

.news-category .category-header::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 26px;
	right: 26px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
}

.news-category .category-icon {
	width: 22px;
	height: 22px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M4 6h16M4 12h16M4 18h16'/%3E%3C/svg%3E") no-repeat center;
	margin-right: 12px;
}

.news-category h3 {
	font-size: 16px;
	font-weight: 600;
	color: #f1f5f9;
	margin: 0;
	letter-spacing: 0.5px;
}

.news-category ul {
	padding: 8px 0;
	margin: 0;
}

.news-category ul li {
	margin-bottom: 0;
	list-style: none;
}

.news-category ul li a {
	display: flex;
	align-items: center;
	padding: 15px 26px;
	font-size: 15px;
	color: #64748b;
	transition: all 0.35s ease;
	border-left: 3px solid transparent;
	position: relative;
}

.news-category ul li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(64, 140, 250, 0.03), transparent);
	opacity: 0;
	transition: opacity 0.35s ease;
}

.news-category ul li a .icon-dot {
	width: 8px;
	height: 8px;
	background: #cbd5e1;
	border-radius: 50%;
	margin-right: 14px;
	transition: all 0.35s ease;
	position: relative;
	z-index: 1;
}

.news-category ul li a:hover {
	color: #408cfa;
	background: #f8fafc;
	border-left-color: #7dd3fc;
}

.news-category ul li a:hover::before {
	opacity: 1;
}

.news-category ul li a:hover .icon-dot {
	background: #408cfa;
	transform: scale(1.3);
}

.news-category ul li.active a {
	background: linear-gradient(90deg, #eff6ff 0%, #f8fafc 100%);
	color: #1e40af;
	border-left-color: #408cfa;
	font-weight: 500;
}

.news-category ul li.active a .icon-dot {
	background: #408cfa;
	box-shadow: 0 0 8px rgba(64, 140, 250, 0.4);
}

.news-category ul li.active a::before {
	opacity: 1;
}

/* 统计信息 */
.news-stats {
	background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a855f7 100%);
	border-radius: 16px;
	padding: 28px;
	color: #fff;
	box-shadow: 0 8px 30px rgba(99, 102, 241, 0.35);
	position: relative;
	overflow: hidden;
}

.news-stats::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -20%;
	width: 120px;
	height: 120px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.news-stats::after {
	content: '';
	position: absolute;
	bottom: -30%;
	left: -10%;
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
}

.news-stats .stats-header {
	display: flex;
	align-items: center;
	margin-bottom: 22px;
	position: relative;
	z-index: 1;
}

.news-stats .stats-icon {
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e0e7ff' stroke-width='2'%3E%3Crect x='3' y='3' width='7' height='7'/%3E%3Crect x='14' y='3' width='7' height='7'/%3E%3Crect x='14' y='14' width='7' height='7'/%3E%3Crect x='3' y='14' width='7' height='7'/%3E%3C/svg%3E") no-repeat center;
	margin-right: 10px;
}

.news-stats h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	letter-spacing: 0.5px;
}

.news-stats ul {
	display: flex;
	justify-content: space-around;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
}

.news-stats ul li {
	text-align: center;
	list-style: none;
}

.news-stats .stats-value {
	display: block;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 4px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.news-stats .stats-label {
	font-size: 12px;
	opacity: 0.85;
	font-weight: 400;
}

/* 最新文章 */
.latest-news {
	background: #fff;
	border-radius: 12px;
	padding: 0;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	border: 1px solid #f0f0f0;
}

.latest-news .latest-header {
	display: flex;
	align-items: center;
	padding: 18px 20px;
	background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
	border-bottom: 1px dashed #e2e8f0;
}

.latest-news .latest-icon {
	width: 16px;
	height: 16px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f59e0b' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E") no-repeat center;
	background-size: 100%;
	margin-right: 10px;
}

.latest-news h3 {
	font-size: 16px;
	font-weight: 600;
	color: #1e293b;
	margin: 0;
}

.latest-news ul {
	padding: 12px 20px;
	margin: 0;
}

.latest-news ul li {
	padding: 12px 0;
	border-bottom: 1px dashed #f0f0f0;
	list-style: none;
	position: relative;
}

.latest-news ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: #cbd5e1;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.latest-news ul li:last-child {
	border-bottom: none;
}

.latest-news ul li:hover::before {
	background: #408cfa;
	transform: translateY(-50%) scale(1.5);
}

.latest-news ul li a {
	font-size: 13px;
	color: #64748b;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all 0.3s ease;
	padding-left: 12px;
}

.latest-news ul li a:hover {
	color: #408cfa;
	padding-left: 16px;
}



/* 新闻列表头部 */
.news-content {
	display: flex;
	gap: 30px;
}

.news-sidebar {
	width: 260px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.news-list {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.news-list-header {
	grid-column: 1 / -1;
	background: #fff;
	border-radius: 16px;
	padding: 22px 28px;
	margin-bottom: 0;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #f0f0f0;
}

.news-list-header .list-title {
	font-size: 18px;
	font-weight: 600;
	color: #1e293b;
	margin: 0;
	display: flex;
	align-items: center;
}

.news-list-header .list-title::before {
	content: '';
	width: 3px;
	height: 20px;
	background: linear-gradient(180deg, #408cfa, #6366f1);
	border-radius: 2px;
	margin-right: 12px;
}

.news-list-header .active-category {
	color: #1e40af;
	font-weight: 700;
}

.news-list-header .article-count {
	font-size: 14px;
	font-weight: 400;
	color: #94a3b8;
	margin-left: 15px;
	padding: 6px 16px;
	background: #f1f5f9;
	border-radius: 20px;
}

.news-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	border: 1px solid #f0f0f0;
	position: relative;
	display: flex;
	flex-direction: column;
}

.news-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #408cfa, #6366f1, #8b5cf6);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.news-card:hover::before {
	opacity: 1;
}

.news-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 35px rgba(64, 140, 250, 0.15);
	border-color: #e0f2fe;
}

.news-card-img {
	width: 100%;
	height: 160px;
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
}

.news-card-img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(64, 140, 250, 0.1), transparent);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.news-card:hover .news-card-img::after {
	opacity: 1;
}

.news-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.news-card:hover .news-card-img img {
	transform: scale(1.08);
}

.news-card-content {
	flex: 1;
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.news-card-content h4 {
	font-size: 17px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 12px;
	line-height: 1.5;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-card-content h4 a {
	color: inherit;
	text-decoration: none;
	position: relative;
}

.news-card-content h4 a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, #408cfa, #6366f1);
	transition: width 0.35s ease;
}

.news-card-content h4 a:hover::after {
	width: 100%;
}

.news-card-content p {
	font-size: 14px;
	color: #64748b;
	line-height: 1.6;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 46px;
}

.news-card-content p:last-of-type {
	margin-bottom: auto;
}

.news-card-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 18px;
	border-top: 1px dashed #e2e8f0;
	margin-top: auto;
}

.news-date {
	font-size: 13px;
	color: #94a3b8;
	display: flex;
	align-items: center;
}

.news-date::before {
	content: '';
	width: 12px;
	height: 12px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") no-repeat center;
	background-size: 100%;
	margin-right: 8px;
}

.news-tag {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	background: linear-gradient(135deg, #408cfa, #6366f1);
	padding: 5px 14px;
	border-radius: 16px;
	transition: all 0.35s ease;
}

.news-card:hover .news-tag {
	background: linear-gradient(135deg, #367cf5, #555bf8);
	box-shadow: 0 2px 8px rgba(64, 140, 250, 0.3);
}

/* 新闻详情页面样式 */
.news-detail {
	width: 100%;
	max-width: none;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.03);
	padding: 40px;
}

.article-header {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
}

.article-header h1 {
	font-size: 32px;
	font-weight: bold;
	color: #112856;
	margin-bottom: 20px;
	line-height: 1.4;
}

.article-meta {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.article-date {
	font-size: 16px;
	color: #999;
}

.article-tag {
	font-size: 14px;
	color: #408cfa;
	background: #f0f7ff;
	padding: 6px 16px;
	border-radius: 20px;
}

.article-cover {
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}

.article-cover img {
	max-width: 80%;
	max-height: 400px;
	height: auto;
}

.article-content {
	font-size: 18px;
	line-height: 1.8;
	color: #333;
}

.article-content p {
	margin-bottom: 20px;
	text-indent: 2em;
}

.back-to-list {
	text-align: center;
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #f0f0f0;
}

.back-to-list a {
	display: inline-flex;
	align-items: center;
	color: #408cfa;
	font-size: 18px;
	padding: 12px 30px;
	border: 1px solid #408cfa;
	border-radius: 30px;
	transition: all 0.3s;
}

.back-to-list a:hover {
	background: #408cfa;
	color: #fff;
}

.back-to-list a .icon {
	width: 20px;
	height: 20px;
	background-image: url('../img/kefu.png');
	background-size: 100% 100%;
	margin-right: 10px;
}

/* 新闻卡片标题链接样式 */
.news-card-content h4 a {
	color: #112856;
	text-decoration: none;
	transition: color 0.3s;
}

.news-card-content h4 a:hover {
	color: #408cfa;
}