.banner {
	height: 678px;
}

.banner video {
	position: absolute;
	bottom: -40%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

.about-idea {
	overflow: hidden;
}

.about-idea-t {
	position: relative;
	height: 700px;
}

.about-idea-t img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
}

.about-idea-b {
	display: table;
	position: relative;
	width: 100%;
	background: #8d8d8d;
}

.about-idea-b-in {
	float: right;
	position: relative;
	margin-top: -281px;
	width: 1524px;
}

.letmove .about-idea-b-in {
	transform: translateX(60px);
	transition: transform 1.3s .0s, opacity 1.3s .0s;
	opacity: 0;
}

.move .about-idea-b-in {
	transform: translateX(0);
	opacity: 1;
}

.idea-title {
	position: absolute;
	left: 95px;
	top: -162px;
	color: #fff;
}

.idea-title h2,
.idea-title h4 {
	margin: 0;
}

.idea-title h2 {
	margin-bottom: 12px;
	font-size: 75px;
	font-family: gothicb;
}

.idea-title h4 {
	font-size: 28px;
}

.idea-one {
	font-size: 0;
	background: #1d1f24;
}

.idea-one-desc,
.idea-one-img {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.idea-one-img {
	overflow: hidden;
}

.idea-one-img img {
	width: 100%;
	height: 100%;
	transition: .6s .05s;
}

.idea-one-img:hover img {
	transform: scale(1.1);
}

.idea-one-desc {
	padding: 60px 125px 0 100px;
}

.idea-one:nth-of-type(3) .idea-one-desc {
	float: left;
}

.idea-one-desc h3 {
	margin: 0;
	margin-bottom: 22px;
	font-size: 22px;
	color: #fff;
}

.idea-one-desc p.desc {
	position: relative;
	margin-bottom: 0;
	/*height: 84px;*/
	line-height: 28px;
	font-size: 12px;
	color: #898989;
}

.idea-one-desc p.desc::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -28px;
	width: 28px;
	height: 3px;
	background: #d51b32;
}

.about-title {
	text-align: center;
}

.about-title h2,
.about-title h4 {
	margin: 0;
}

.about-title h2 {
	margin-bottom: 35px;
	font-size: 46px;
	font-weight: bold;
	color: #787878;
}

.about-title h4 {
	font-size: 16px;
	color: #787878;
}

.about-title.letmove h2,
.about-title.letmove h4 {
	transform: translateY(40px);
	transition: transform .8s .0s, opacity .8s .0s;
	opacity: 0;
}

.about-title.letmove h4 {
	transition: transform .8s .1s, opacity .8s .1s;
}

.about-title.move h2,
.about-title.move h4 {
	transform: translateY(0);
	opacity: 1;
}

.about-good {
	padding-top: 125px;
	text-align: center;
}

.about-good-list {
	display: inline-block;
	margin-top: 104px;
	width: 1500px;
	width: 78.823%;
}

.good-one {
	display: inline-block;
	margin: 0 48px 115px;
	margin: 0 3.2% 115px;
	width: 245px;
	width: 16.334%;
	vertical-align: top;
}

.good-one-img {
	display: inline-block;
	margin-bottom: 36px;
	border: 2px solid #d51b32;
	width: 106px;
	height: 106px;
	line-height: 102px;
	text-align: center;
	border-radius: 50%;
}

.good-one-desc h3 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 16px;
	color: #d51b32;
}

.good-one-desc p.desc {
	margin-bottom: 0;
	line-height: 24px;
	font-size: 12px;
	color: #898989;
}

.letmove .good-one-img,
.letmove .good-one-desc {
	transform: translateY(40px);
	transition: transform .8s .0s, opacity .8s .0s;
	opacity: 0;
}

.letmove .good-one-desc {
	transition: transform .8s .1s, opacity .8s .1s;
}

.move .good-one-img,
.move .good-one-desc {
	transform: translateY(0);
	opacity: 1;
}

.about-client {
	position: relative;
	height: 728px;
	overflow: hidden;
}

.about-client picture {
	position: absolute;
	width: 1920px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

img.about-client-bg,
img.about-client-line-bg {
	width: 100%;
	height: auto;
}

img.about-client-line-bg-ef {
	width: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: ease 1.6s width;
}

.about-client-line.move img.about-client-line-bg-ef {
	width: 100%;
}

.about-client .about-title {
	position: absolute;
	left: 50%;
	top: 108px;
	transform: translateX(-50%);
}

.about-client .about-title h2,
.about-client .about-title h4 {
	color: #fff;
}

.about-client-line {
	position: absolute;
	bottom: 100px;
}

.ac-line-one {
	position: absolute;
	left: 14.85%;
	bottom: 10%;
	width: 110px;
	text-align: center;
}

.ac-line-one-2 {
	left: 30%;
	bottom: 72.7%;
}

.ac-line-one-3 {
	left: 44.7%;
	bottom: 35%;
}

.ac-line-one-4 {
	left: 60.2%;
	bottom: 94.7%;
}

.ac-line-one-5 {
	left: 78%;
	bottom: 35.5%;
}

.ac-line-one h3 {
	margin: 0;
	margin-bottom: 10px;
	font-family: gothicb;
	font-size: 63px;
	color: #fff;
}

.ac-line-one h3 i {
	font-style: normal;
}

.ac-line-one h3 span {
	margin-left: 10px;
	font-size: 30px;
}

.ac-line-one h4 {
	margin: 0;
	margin-bottom: 7px;
	font-size: 16px;
	color: #fff;
}

.ac-line-one p.desc {
	margin: 0;
	margin-bottom: 20px;
	font-size: 12px;
	color: #fff;
	opacity: .5;
}

.letmove .ac-line-one {
	transition: transform 1.4s .0s, opacity 1.4s .0s;
	opacity: 0;
}

.move .ac-line-one {
	opacity: 1;
}

.letmove .ac-line-one {
	transition: transform 1.4s .0s, opacity 1.4s .0s;
	opacity: 0;
}

.letmove .ac-line-one-2 {
	transition: transform 1.4s .3s, opacity 1.4s .3s;
}

.letmove .ac-line-one-3 {
	transition: transform 1.4s .6s, opacity 1.4s .6s;
}

.letmove .ac-line-one-4 {
	transition: transform 1.4s .9s, opacity 1.4s .9s;
}

.letmove .ac-line-one-5 {
	transition: transform 1.4s 1.2s, opacity 1.4s 1.2s;
}

.move .ac-line-one {
	opacity: 1;
}

.partner-in {
	width: 1400px;
	margin: 0 auto;
}

.partner-title {
	margin-top: 48px;
	margin-bottom: 48px;
}

.partner-title h2 {
	padding-left: 70px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #464646;
}

.partner-title h2 span {
	font-weight: normal;
	color: #7a7a7a;
}

.partner-title h2 span::before {
	content: ' ';
	display: inline-block;
	margin-left: 15px;
	margin-right: 12px;
	width: 2px;
	height: 16px;
	background-image: url(../images/h2-line.png);
	background-repeat: no-repeat;
	background-size: 2px 16px;
}

.about-partner {
	position: relative;
	padding-bottom: 145px;
}

.about-partner.letmove {
	transform: translateY(40px);
	transition: transform .8s .0s, opacity .8s .0s;
	opacity: 0;
}

.about-partner.move {
	transform: translateY(0);
	opacity: 1;
}

.partner-show {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.imgs-all {
	position: relative;
	margin: 0 auto;
	width: 1221px;
	text-align: center;
	font-size: 0;
}

.imgs-list {}

.imgs-one-in-list {
	font-size: 0;
	text-align: left;
}

.team-in-all .imgs-one-in-one {
	margin-bottom: 35px;
}

.imgs-one-in-one {
	display: inline-block;
	/*margin-right: 6px;*/
	margin-top: 20px;
	margin-right: 1%;
	margin-bottom: 20px;
	/*margin-left: 6px;*/
	margin-left: 1%;
	width: 14.66%;
	text-align: center;
	vertical-align: top;
}

.imgs-one-img {
	-webkit-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-o-transform: translateZ(0px);
	transform: translateZ(0px);
	height: 80px;
	line-height: 80px;
	border-radius: 4px;
	overflow: hidden;
}

.imgs-one-img img {
	max-width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	height: auto;
	transition: .6s;
}

.imgs-one-img:hover img {
	-webkit-filter: inherit;
	-moz-filter: inherit;
	-ms-filter: inherit;
	-o-filter: inherit;
	filter: inherit;
	filter: inherit;
}

.swiper-pagination {
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	margin-right: 5px;
	margin-left: 5px;
	width: 6px;
	height: 6px;
	transition: .45s;
	border-radius: 3px;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
	background: #d51b32;
	width: 24px;
}

@media (max-width: 1700px) {
	.banner {
		height: 580px;
	}
}

@media (max-width: 1524px) {
	.about-idea-b-in {
		width: 100%;
	}
}

@media (max-width: 1500px) {
	.about-good-list {
		width: 85%;
	}
}

@media (max-width: 1480px) {
	.banner video {
		bottom: 0
	}
}

@media (max-width: 1400px) {
	.about-good-list {
		width: 90%;
	}

	.partner-in {
		width: 100%;
	}

	.idea-one-desc {
		padding: 60px 110px 0 100px;
	}

	.partner-title h2 {
		padding-left: 4.2%
	}
}

@media (max-width: 1300px) {
	.idea-one-desc {
		padding: 60px 70px 0 100px;
	}
}

@media (max-width: 1200px) {

	.idea-one-desc,
	.idea-one-img {
		display: block;
		width: 100%;
	}

	.idea-one-desc {
		padding: 60px 15px 80px;
	}

	.idea-one-desc h3 {
		margin-bottom: 20px;
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	.about-partner-m {
		display: none;
	}
}

@media (max-width: 768px) {
	.about-title {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		text-align: left;
	}

	.about-client .about-title {
		top: 13%;
	}

	.about-title h2 {
		margin-bottom: 30px;
		margin-bottom: 0.4rem;
		font-size: 56px;
		font-size: 0.746667rem;
	}

	.about-title h4 {
		font-size: 24px;
	}

	.about-idea-b-in {
		margin-top: 0;
	}

	.idea-title {
		left: 15px;
		top: -210px;
		top: -2.8rem;
	}

	.idea-title h2 {
		margin-bottom: 12px;
		margin-bottom: 0.16rem;
		font-size: 10vw;
	}

	.idea-title h4 {
		font-size: 5vw;
	}

	.about-idea-t {
		height: 396px;
		height: 5.28rem;
	}

	.about-idea-t img {
		min-width: 100%;
		height: 396px;
		height: 5.28rem;
	}

	.about-good {
		padding-top: 75px;
		padding-bottom: 25px;
	}

	.about-good-list {
		margin-top: 60px;
		width: calc(100% - 30px);
	}

	.good-one {
		margin-bottom: 30px;
		display: block;
		width: 100%;
		text-align: left;
	}

	.good-one-img,
	.good-one-desc {
		display: inline-block;
		vertical-align: middle;
	}

	.good-one-img {
		width: 74px;
		height: 74px;
		line-height: 62px;
		margin-bottom: 0;
	}

	.good-one-desc {
		padding-left: 10px;
		width: calc(100% - 88px);
	}

	.good-one-desc h3 {
		margin-top: 4px;
		margin-bottom: 11px;
	}

	.about-client {
		height: auto;
	}

	.about-client picture {
		position: relative;
		left: 0;
		transform: translateX(0px);
	}

	.about-client-line {
		display: none;
	}

	.about-partner {
		display: none;
	}

	.about-partner-m {
		padding-top: 45px;
		padding-bottom: 35px;
	}

	.partner-list-m {
		margin: 30px auto 0;
		width: calc(100% - 30px);
		font-size: 0;
		text-align: center;
	}

	.list-one {
		display: inline-block;
		border: 1px solid #e3e3e3;
		margin: 0 6px 28px;
		margin: 0 0.08rem 0.373333rem;
		width: 210px;
		width: 2.8rem;
		height: 70px;
		height: 0.933333rem;
		line-height: 70px;
		line-height: 0.933333rem;
		vertical-align: top;
	}

	.list-one img {
		max-width: 60%;
		max-height: 90%;
	}
}

@media (max-width: 650px) {
	.banner {
		height: 100vh;
		height: calc(100vh - 126px);
	}

	.banner picture {
		height: 100vh;
		height: calc(100vh - 126px);
		display: block !important;
	}

	.banner video {
		display: none;
	}
}

@media (max-width: 544px) {
	.about-title h4 {
		font-size: 30px;
		font-size: 0.4rem;
	}

	.banner video {
		left: -90%;
	}
}

.card-text {
	padding-left: 20px;
	padding-top: 35px;
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 42%;
	text-align: left;
	box-sizing: border-box;
	line-height: 1.6px;
}

.card-bghj {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	width: 414px;
	height: 250px;
}

.card-bghj img {
	height: 100%;
	width: 100%;
}

.card-bghj-bottom {
	bottom: 0;
	position: absolute;
	background: linear-gradient(to top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	width: 100%;
	padding: 35px 20px 5px 20px;
	box-sizing: border-box;
}

.title-bghj {
	color: black;
	font-weight: bold;
	font-size: 28px;
}

.text-bghj {
	color: black;
	font-size: 14px;
	font-weight: 400;
}

.card-bghj-group {
	margin-top: 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

/* 图片查看器模态框样式 */
.image-viewer-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

.image-viewer-content {
	position: relative;
	max-width: 90%;
	max-height: 90%;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.image-viewer-content img {
	width: 760px;
	height: 500px;
	display: block;
	margin: 0 auto;
}

.image-viewer-close {
	position: absolute;
	top: 20px;
	right: 20px;
	color: white;
	font-size: 30px;
	cursor: pointer;
	background: none;
	border: none;
	z-index: 10001;
}

.image-viewer-nav {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	font-size: 50px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.3);
	border: none;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
}

.image-viewer-nav.prev {
	left: 15%;
}

.image-viewer-nav.next {
	right: 15%;
}

.image-viewer-indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
}

.image-viewer-indicator {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}

.image-viewer-indicator.active {
	background-color: white;
}

.image-viewer-title {
	text-align: center;
	color: white;
	font-size: 24px;
	margin-top: 20px;
}

.gallery-button-container {
	position: absolute;
	bottom: 100px;
	text-align: center;
	z-index: 1001;
}

.border-underline {
	border-bottom: 2px solid rgba(51, 112, 255, 1);
	/* 2px蓝色实线下划线 */
	padding-bottom: 15px;
	/* 可选：增加文本与下划线间距 */
	display: inline-block;
	/* 使边框仅环绕文本 */
}

.menu_tit3 {
	margin-top: 50px;
	margin-bottom: -40px;
	font-size: 15px;
	font-weight: bold;
	color: rgba(51, 112, 255, 1);
	line-height: 1.5;
}

.menu_tit1 {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 45px;
	font-weight: bold;
	color: #000000;
	line-height: 1;
}

.menu_tit2 {
	font-size: 20px;
	color: #777777;
	margin-bottom: 45px;
	line-height: 1.5;
}

.menu_tit4 {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	background: linear-gradient(to right, #000000, rgba(5, 45, 140, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: #000000;
	line-height: 1.5;
}

.header1 {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}

.header1::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 4px;
	background: rgba(51, 112, 255, 1);
	border-radius: 2px;
}

.timeline {
	position: relative;
	/* padding: 60px 0; */
}

.timeline::before {
	margin-top: 60px;
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 97%;
	background: rgba(51, 112, 255, 1);
	border-radius: 2px;
}


.timeline-item {
	display: flex;
	justify-content: flex-end;
	padding-right: 40%;
	position: relative;
	margin-bottom: 100px;
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.8s ease;
}

.timeline-item:nth-child(even) {
	justify-content: flex-start;
	padding-right: 0;
	padding-left: 40%;
}

.timeline-item.visible {
	opacity: 1;
	transform: translateY(0);
}

.timeline-content {
	background: white;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	/* width: 65%; */
	position: relative;
	transition: all 0.3s ease;
}

.timeline-content:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.timeline-marker {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	z-index: 2;
	cursor: pointer;
}

.timeline-item:nth-child(odd) .timeline-marker {
	right: -13%;
	flex-direction: row-reverse;
}

.timeline-item:nth-child(even) .timeline-marker {
	left: -13%;
}

.timeline-year {
	/* font-size: 2.2rem; */
	font-weight: 800;
	color: rgba(51, 112, 255, 1);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	margin: 0 20px;
	white-space: nowrap;
	transition: all 0.3s ease;
}

.timeline-marker:hover .timeline-year {
	color: #ff9f43;
	transform: scale(1.1);
	text-shadow: 0 0 10px rgba(255, 159, 67, 0.5);
}

.timeline-dot {
	width: 24px;
	height: 24px;
	background: rgba(51, 112, 255, 1);
	border: 4px solid white;
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(51, 112, 255, 1);
	transition: all 0.3s ease;
}

.timeline-marker:hover .timeline-dot {
	transform: scale(1.5);
	background: #ff9f43;
	box-shadow: 0 0 0 3px #ff9f43, 0 0 15px 5px rgba(255, 159, 67, 0.5);
}

.timeline-title {
	/* font-size: 1.4rem; */
	font-weight: 600;
	margin-bottom: 15px;
	color: #000000;
	display: flex;
	align-items: center;
}

.timeline-icon {
	margin-right: 12px;
	width: 40px;
	height: 40px;
	background: rgba(51, 112, 255, 1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	transition: all 0.3s ease;
}

.timeline-content:hover .timeline-icon {
	transform: scale(1.2);
	background: rgba(51, 112, 255, 1);
}

.timeline-desc {
	font-size: 16px;
	color: #34495e;
	line-height: 1.8;
}

@media (max-width: 992px) {
	.timeline-item:nth-child(odd) .timeline-marker {
		right: -12%;
	}

	.timeline-item:nth-child(even) .timeline-marker {
		left: -12%;
	}

	.timeline-year {
		/* font-size: 2rem; */
	}
}

@media (max-width: 768px) {
	.timeline::before {
		left: 30px;
	}

	.timeline-item {
		justify-content: flex-start;
		padding-right: 0;
		padding-left: 80px;
	}

	.timeline-item:nth-child(even) {
		justify-content: flex-start;
		padding-left: 80px;
	}

	.timeline-marker {
		left: 0;
		right: auto;
		top: -40px;
		flex-direction: row !important;
	}

	.timeline-item:nth-child(odd) .timeline-marker,
	.timeline-item:nth-child(even) .timeline-marker {
		left: 0;
		right: auto;
	}

	.timeline-content {
		width: 100%;
	}
}




.slide {
	position: absolute;
	width: 270px;
	height: 250px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	transition: transform 0.5s, opacity 0.5s;
}

.slide-img {
	width: 230px;
	height: 150px;
	background-color: #f0f0f0;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.slide-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.slide:hover .slide-img img {
	transform: scale(1.05);
}

.slide-title {
	/* font-size: 1rem; */
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	padding: 0 10px;
}


.image2 {
	margin-bottom: 20px;
}

.image-item2 {
	position: relative;
	flex: 1;
	margin: 0 10px;
	overflow: hidden;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

/* 图片样式 - 关键部分 */
.image-item2 img {
	width: 100%;
	/* 宽度100%填充容器 */
	height: 300px;
	/* 设置固定高度 */
	display: block;
	/* 移除底部间隙 */
	object-fit: cover;
	/* 保持比例并填充容器 */
}

.image-overlay {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(5, 45, 140, 0.5);
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease;
	/* 默认只显示中心圆形 */
	clip-path: circle(90px at 50% 50%);
}

.image-item2:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.image-item2:hover .image-overlay {
	/* 悬停时覆盖整个图片 */
	clip-path: circle(100% at 50% 50%);
	-webkit-clip-path: circle(100% at 50% 50%);
}

.image-item2:hover .image-overlay::before {
	clip-path: circle(100% at 50% 50%);
	-webkit-clip-path: circle(100% at 50% 50%);
}

.image-text {
	font-size: 25px;
	font-weight: bold;
	color: white;
}

/* 添加悬停时放大image2和image-text的样式 */
.image-item2:hover .image2 {
	margin-bottom: 40px;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
}

.image-item2:hover .image-text {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
}

.image2,
.image-text {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

/* ========================================================================================================== */
/* 滚动容器样式 */
.scrolling-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 20px 0;
}

.scrolling-wrapper {
	display: flex;
	width: max-content;
	animation: scroll 200s linear infinite;
}

.scrolling-wrapper:hover {
	animation-play-state: paused;
}

/* 荣誉项样式 */
.honor2 {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 12px;
	padding: 20px 30px;
	margin: 0 20px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	min-width: 350px;
	transition: all 0.3s ease;
}

.honor {
	height: 240px;
	width: 180px;
	justify-items: center;
	text-align: center;
	flex: 0 0 auto;
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 12px;
	margin: 20px 0px;
	transition: all 0.5s ease;
}

.honor:hover {
	transform: translateY(-5px) scale(1.02);
	transition: all 0.5s ease;
	/* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); */
	background: white;
}

.honor-img {
	height: 85px;
	object-fit: contain;
	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}

.honor-text {
	font-size: 14px;
	font-weight: 600;
	color: rgb(172 142 82);
	margin: 0 15px;
	white-space: nowrap;
}

/* 动画 */
@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

/* 响应式设计 */
@media (max-width: 768px) {
	.honor {
		min-width: 300px;
		padding: 15px 20px;
	}
}

@media (max-width: 480px) {
	.honor {
		min-width: 250px;
		padding: 12px 15px;
	}

	.honor-img {
		width: 50px;
		height: 50px;
		margin: 0 10px;
	}
}

.info-box {
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	border-radius: 12px;
	padding: 20px;
	margin-top: 40px;
	max-width: 800px;
	color: white;
	text-align: center;
}

.info-box h2 {
	margin-bottom: 15px;
	/* font-size: 1.5rem; */
}

.info-box p {
	line-height: 1.6;
	margin-bottom: 10px;
}

.code {
	background: rgba(0, 0, 0, 0.2);
	padding: 15px;
	border-radius: 8px;
	margin-top: 15px;
	font-family: monospace;
	text-align: left;
	overflow-x: auto;
}

.honor-blue {
	font-weight: bold;
	color: rgb(172 142 82);
	font-size: 20px;
	margin-bottom: 10px;
}

.honor-gold {
	font-weight: bold;
	color: gold;
	font-size: 25px;
	margin-bottom: 10px;
}

.column-container {
	display: flex;
	width: 30%;
	flex-direction: column;
	gap: 15px;
	padding: 20px;
	background: rgb(242, 242, 242);
	border-radius: 8px;
}

.column-image {
	width: 326px;
	height: 432px;
}

.row-image {
	width: 400px;
	height: 275px;
}

.row-container {
	justify-content: center;
	display: flex;
	gap: 15px;
	padding: 20px;
	background: rgb(242, 242, 242);
	border-radius: 8px;
	flex-wrap: wrap;
}

/* ----------------------------------------------知识产权--------------------------------------------------------------- */



.endtext {
	font-size: 70px;
	text-align: center;
	font-weight: 900;
	color: rgba(51, 112, 255, 1);
	position: relative;
	z-index: 1;
}

.gallery-button {
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 112, 201, 0.3);
	display: inline-block;
	padding: 12px 30px;
	border-radius: 30px;
	text-decoration: none;
	background-color: #0070c9;
	color: white;
	font-size: 18px;
	font-weight: 500;
}

.gallery-button:hover {
	background-color: #0077cc;
	box-shadow: 0 6px 16px rgba(0, 112, 201, 0.4);
	transform: translateY(-2px);
}

.gallery-button:active {
	transform: translateY(1px);
}

.honor-img2 {
	height: 150px;
	width: 145px;
	background-image: url("/template/pc/skin/images/单奖杯.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}

.honor-img2 img {
	width: 100%;
}

.honor-btn {
	color: black;
	border-radius: 30px;
	margin-top: 30px;
	border: 1.5px solid rgba(5, 45, 140, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.5s ease;
}

.honor-btn:hover {
	background-color: rgba(5, 45, 140, 1);
	color: white;
	transform: translateY(-5px);
	transition: all 0.5s ease;
	box-shadow: 0 4px 10px rgba(5, 45, 140, 0.3);
}

.honor-btn2 {
	color: rgba(5, 45, 140, 1);
	border-radius: 10px;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding: 2px 20px;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
	box-shadow: 2px 2px 7px #0000009c;
	transition: all 0.5s ease;
}


.honor-btn2:hover {
	background-color: rgba(5, 45, 140, 1);
	color: white;
	transform: translateY(-5px);
	transition: all 0.5s ease;
	box-shadow: 0 4px 10px rgba(5, 45, 140, 0.3);
}

.honor-btn2-img {
	border-radius: 50%;
	background: white;
	height: 45px;
	margin-right: 15px;
}

.honor-btn2-img img {
	height: 100%;
}

.fzlc-row {
	margin: auto;
	width: 80%;
	display: flex;
	justify-content: space-between;
}

.fzlc-card {
	display: flex;
	width: 23%;
	transition: transform 0.3s ease;
}

.fzlc-card:hover {
	transform: translateY(-5px);
}

.card-content {
	flex: 1;
	padding: 0px 10px;
}

.card-badge {
	display: flex;
	flex-direction: column;
	width: 80px;
}

.badge-rect {
	background: #1a4b8c;
	color: white;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}

.badge-square {
	background: #1a4b8c;
	color: white;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.fas {
	font-size: 25px;
}

.badge-square::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0%;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-top: 10px solid #1a4b8c;
	z-index: 1000000;
}

.card-title {
	font-family: 'SimHei', '黑体', sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	color: #222;
}

.card-desc {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}

/* 第二行时间轴样式 */
.fzlc-timeline {
	position: relative;
	height: 100px;
}

.line {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 11px;
	background: #1a4b8c;
	border-radius: 20px;
}

.point {
	width: 25px;
	height: 25px;
	background: white;
	border: 4px solid #1a4b8c;
	border-radius: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 2;
	transition: background 0.3s;
}

.point:hover {
	background: #e6efff;
}

.point.active {
	background: #1a4b8c;
}

.point.hidden {
	display: none;
}

.boat {
	left: 5%;
	position: absolute;
	top: 22px;
	width: 80px;
	height: 80px;
	border-radius: 50% 50% 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 64px;
	transform: translateX(-50%);
	transition: left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 3;
}

/* .boat::before {
            content: "⛵";
        } */

/* 第三行样式 */
.row-third .fzlc-card {
	flex-direction: row-reverse;
}

.row-third .card-badge {
	flex-direction: column-reverse;
}

.row-third .badge-square::after {
	bottom: auto;
	top: -10px;
	border-top: none;
	border-bottom: 10px solid #1a4b8c;
}

/* 响应式设计 */
@media (max-width: 992px) {
	.row {
		flex-wrap: wrap;
	}

	.card {
		width: 48%;
		margin-bottom: 20px;
	}
}

@media (max-width: 576px) {
	.card {
		width: 100%;
	}
}

@keyframes fadeInScale {
	0% {
		opacity: 0;
		transform: scale(0.2);
		line-height: 1;
		letter-spacing: 0px;
	}

	100% {
		opacity: 1;
		transform: scale(1);
		line-height: 1.6;
		letter-spacing: 5px;
	}
}

.fade-in-scale {
	animation: fadeInScale 3s ease-in-out;
}

.play-button1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 50;
	transition: all 0.3s ease;
}

.play-button1:hover {
	/* transform: translateY(-3px); */
}

.play-button2 {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 30px solid rgba(51, 112, 255, 1);
	border-bottom: 20px solid transparent;
	margin-left: 5px;
}

.sekuai1 {
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgb(226, 244, 241);
	z-index: 1;
	bottom: -55px;
	right: -58px;
}

.sekuai2 {
	position: absolute;
	height: 140px;
	width: 140px;
	background: rgb(237, 244, 252);
	top: 0px;
	left: 0;
	z-index: 1;
	border-radius: 0 0 100% 0;
}

.jiangbei {
	left: 5%;
	position: absolute;
	width: 22%;
}

.jiangbei img {
	width: 100%;
	filter: brightness(1.15);
}

.zhengshu1 {
	width: 70%;
	gap: 15px;
	display: flex;
	justify-content: center;
	margin-right: 9%;
}

.zhengshu2 {
	gap: 15px;
	display: flex;
	justify-content: center;
	margin-top: 15px;
	width: 92%;
}

.zhengshus {
	justify-items: right;
	width: 80%;
}

.ry_zhengshu {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: right;
	background: #f7f7f7;
}

.zs-text {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.zs-text img {
	width: 100%;
	/* filter: brightness(0.9); */
}

.zs-text span {
	font-size: 14px;
	color: #000000;
	margin-top: 10px;
}

.zs-text2 {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.zs-text2 img {
	width: 100%;
}

.zs-text2 span {
	font-size: 14px;
	color: #000000;
	margin-top: 10px;
}

.gray-background {
	margin-top: 50px;
	width: 100%;
	background: #f7f7f7;
	padding: 1px 0 50px 0;
	box-sizing: border-box;
}

.last-left {
	width: 46%;
}

.jr-part {
	margin-bottom: 25px;
	display: flex;
}

.jr-img {
	box-sizing: border-box;
	/* padding: 9px; */
	height: 32px;
	width: 32px;
	margin-right: 15px;
	background: #dbeafe;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	margin-top: 5px;
}

.jr-img img {
	width: 70%;
}

.jr-index {}

.jr-title {
	color: black;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}

.jr-text {
	color: #828282;
	font-size: 14px;
}

.jr-btn {
	justify-content: center;
	align-items: center;
	display: flex;
	margin-top: 45px;
	width: 120px;
	position: relative;
	color: white;
	background: #ea8844;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.jr-btn img {
	margin-left: 5px;
	width: 16px;
}

.jr-btn:hover {
	color: #ea8844;
	background: white;
	transform: translateY(-3px);
	box-shadow: 1px 1px 5px rgb(255, 168, 77, 0.5);
}

.last-right {
	height: 100%;
	width: 50%;
	position: relative;
}

.last-right img {
	height: 100%;
	width: 100%;
	border-radius: 15px
}

.last-part {
	box-sizing: border-box;
	padding: 2% 4%;
	right: -40px;
	bottom: -40px;
	width: 49%;
	position: absolute;
	height: 43%;
	background: white;
	box-shadow: 0 0 5px #a5a5a561;
	border-radius: 12px;
}

.last-syh {
	width: 100%;
	box-sizing: border-box;
	margin: 5px;
}

.last-syh img {
	width: 10%;
}

.last-text {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
}

.last-pl {
	width: 100%;
	text-align: end;
	box-sizing: border-box;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
}

.prev-image {
	position: absolute;
	left: -8%;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	font-size: 36px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
	background-image: url(/template/pc/skin/images/左箭头.svg);
	background-repeat: no-repeat;
	background-size: 50% 50%;
	background-position: 10px center ;
}

.next-image {
	position: absolute;
	right: -8%;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	font-size: 36px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
	background-image: url(/template/pc/skin/images/右箭头.svg);
	background-repeat: no-repeat;
	background-size: 50% 50%;
	background-position: 15px center ;
}
.image-viewer-modal{
	display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); z-index: 999999999; justify-content: center; align-items: center;
}