.det_pic {
	padding: 0 0 !important;
}

.det_pic i img {
	width: 19%;
	height: auto;
	border: 2px solid #eee;
}

.det_pic i {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	margin: 0% 0 0 !important;
	grid-column-gap: 0.8%;
	grid-row-gap: 0.5vw;
	height: auto !important;
	overflow: auto;
}

@keyframes flash {
	from {
		opacity: 0.6;
	}

	to {
		opacity: 1;
		text-shadow: 0 0 10px #fff;
	}
}

.si-content {
    clear: both;
    position: absolute;
    z-index: 999;
    top: 36%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.si-content1 {
	clear: both;
	position: absolute;
	z-index: 999;
	bottom: 18%;
	margin: 0 auto;
	width: 40%;
	left: 10%;
}

.inner-wrap>*:last-child {
	margin-bottom: 0;
}

.si-header {
	display: block;
	font-weight: bold;
	line-height: 100px;
	font-size: 60px;
	color: #fff;
}

.si-subtext {
	margin-bottom: 3em;
	font-size: 30px;
	display: block;
	margin-top: 0;
	position: relative;
	color: #fff;
}

.si-content1 a {
	font-size: 30px;
	color: #fff;
}

.si-cta {
	display: inline-block;
	border: solid 1px transparent;
	margin-left: 0;
}

.si-ctas {
	text-align: center;
}

.gdd-017-b .si-brochure {
	margin: 0 0.3125em;
}

.si-header span {
	color: #fff;
	font-size: 50px;
	display: block;
	font-weight: 400;
	line-height: 70px;
}

.banner_c1 {
	width: 100%;
	/* margin:0 auto; */
	position: relative;
}

.si-header-pr {
	display: block;
	font-weight: 100;
	line-height: 100px;
	font-size: 3.5vw;
	font-family: 'MiSans-Bold';
	opacity: 0;
	animation: fadeUp 1s ease forwards;
	font-weight: bold;
	width: 100%;
}

.si-subtext-pr {
	margin-bottom: 1vw;
	font-size: 1.4vw;
	display: block;
	margin-top: 0;
	position: relative;
	line-height: 2;
	animation: fadeUp 1s ease 0.4s forwards;
	opacity: 0;
}

.si-subtext-pr a {
	font-size: 1.6vw;
}

.si-header-pr .tba {
	color: #fff;
}

.si-header-pr .tbh {
	color: #333;
}


/* #banner_pr {display: none;}
.mianbxContent {display: none;}
.pro_all_class{display: none;}
.txtgetshow{display: none;}
#bodycon #center {
    max-width: 100% !important;
 */
}

.xq_tp ul li:after {
	content: "";
	position: absolute;
	top: 16% !important;
	width: 30px !important;
	height: 30px !important;
	margin-left: -77% !important;
	background: url(https://memberpic.114my.com.cn/chengnuo/uploadfile/image/20250521/20250521100559_1710291196.png) 100% !important;

}

.xq_tp li {
	width: 6%;
	margin: 5px !important;
	text-align: center;
}

/* .propic_show_left_20170301 {
	display: none;
}

.propic_show_right_20170301 {
	display: none;
}

#bodycontent {
	display: none;
} */

#center>table {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 1200px;
	position: relative;
	top: 0;
}

/* .content_99eeb62c9bc9d4a9 {
	display: none;
}

.pro_all_class {
	display: none;
} */

.cpmb:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 800px;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	text-align: ;
	top: 0;
	z-index: 0;
}

:root {
	--primary: #1a1a1a;
	--accent: #0962a8;
	--bg: #f6f6f6;
	--card: #ffffff;
}


/* ===== Header 视差 ===== */
header {
	height: 90vh;
	background:
		linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)),
		url("https://via.placeholder.com/1600x800") center/cover fixed no-repeat;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	animation: headerZoom 20s ease-in-out infinite alternate;
}

@keyframes headerZoom {
	from {
		background-size: 100%;
	}

	to {
		background-size: 110%;
	}
}

header h1 {
	font-size: 48px;
	letter-spacing: 6px;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeUp 1s ease forwards;
}

header p {
	font-size: 20px;
	opacity: 0;
	animation: fadeUp 1s ease 0.4s forwards;
}

@keyframes fadeUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ===== 通用容器 ===== */
.container {
	margin: 0 auto;
	padding: 4% 2%;
	max-width: 1400px;
	box-shadow: 0px 6px 29px rgba(1, 4, 40, 0.2);
	margin-top: -2%;
	background: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 2%;
	z-index: 1;
}

.section-title {
	font-size: 28px;
	border-left: 5px solid var(--accent);
	padding-left: 12px;
	margin-bottom: 40px;
}

/* ===== 滚动显示动画 ===== */
.reveal {
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.8s ease;
}

.reveal.active {
	opacity: 1;
	transform: translateY(0);
}

/* ===== Grid & Card ===== */
.grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
}

.card {
	background: #eee;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.card h3 {
	margin-top: 0;
	color: var(--primary);
	font-size: 20px;
}

.card.reveal.active ul {
	padding: 2% 0;
}

.card.reveal.active li {
	font-size: 16px;
	line-height: 25px;
}

.card.reveal.active p {
	font-size: 15px;
	padding-top: 2%;
	line-height: 25px;
}

/* ===== Table ===== */
reveal table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

reveal th td {
	padding: 14px 16px;
	border-bottom: 1px solid #eee;
}

.reveal th {
	background: #0962a8;
	width: 220px;
	font-weight: 600;
	padding: 10px;
	color: #fff;
}

table.reveal.active td {
	font-size: 15px;
	background: #e5e5e5;
	width: 85%;
	padding: 10px;
}

/* ===== Footer ===== */
footer {
	background: var(--primary);
	color: #888;
	text-align: center;
	padding: 50px 20px;
	font-size: 13px;
}

.highlight {
	color: var(--accent);
	font-weight: bold;
}


.det_pic {
	padding: 4% 2%;
}

.banner_c1 {
	display: block !important;
}

.txtgetshow {
	width: 95%;
	padding: 6px 0px;
	line-height: 23px;
	width: 1400px !important;
	padding: 20px !important;
	margin-top: 0%;
	position: relative;
	margin-top: -2%;
	background: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 2%;
}


.det_pic_bt {
    padding: 20px 0;
    font-size: 20px;
}