@import url('https://cdn.jsdmirror.com/gh/yx0281/zhifeng@main/yx-min.css');
@import url('https://cdn.jsdmirror.com/gh/yx0281/zhifeng@main/yx-min.css');

/* 头部整体 */
.ab-header-wrap {
	width: 100%;
	background: #ffffff;
}

/* 内容容器固定1320px宽度，居中 */
.ab-container {
	width: 1320px;
	margin: 0 auto;
}

/* 顶部信息栏 */
.ab-header-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
	gap: 15px;
}

/* 左侧logo */
.ab-logo-box {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ab-logo-img {
	width: 75px;
}

.ab-logo-text {
	line-height: 1.4;
}

.ab-logo-en {
	font-size: 19px;
	letter-spacing: 1px;
	font-weight: 500;
}

.ab-logo-cn {
	font-size: 24px;
	text-align: right;
}

/* 竖分隔线 */
.ab-top-divider {
	width: 1px;
	height: 70px;
	background: #ddd;
}

.ab-slogan-area {
	flex: 1;
	padding: 0 15px;
}

.ab-slogan-title {
	font-size: 25px;
	color: #222;
}

.ab-slogan-title span {
	color: #003399;
	font-weight: bold;
}

.ab-slogan-tag {
	display: inline-block;
	background: #003399;
	color: #fff;
	font-size: 16px;
	padding: 6px 28px;
	border-radius: 50px;
	margin-top: 8px;
}

.ab-cert-box {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ab-cert-item img {
	height: 75px;
}

.ab-contact-box {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 14px;
}

.ab-contact-box i {
	font-size: 15px;
	margin-right: 6px;
}

.ab-contact-tel {
	color: #d60000;
	font-weight: bold;
	font-size: 23px;
}

.ab-nav-wrap {
	width: 100%;
	background: #313742;
}

.ab-nav-container {
	width: 1320px;
	margin: 0 auto;
	display: flex;
}

.ab-nav-parent {
	position: relative;
	overflow: visible;
	z-index: 10;
}

.ab-nav-link {
	display: block;
	position: relative;
	padding: 22px 36px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	overflow: hidden;
	z-index: 1;
}

.ab-nav-link::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background-color: #003399;
	transition: height 0.35s ease;
	z-index: -1;
}

.ab-nav-link:hover::before {
	height: 100%;
}

.ab-nav-link.active::before {
	height: 100%;
}

.ab-submenu {
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 220px;
	background: #313742;
	display: none;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.ab-nav-parent:hover .ab-submenu {
	display: block;
}

.ab-submenu a {
	position: relative;
	display: block;
	padding: 14px 24px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	overflow: hidden;
	z-index: 1;
}

.ab-submenu a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: #003399;
	transition: height 0.35s ease;
	z-index: -1;
}

.ab-submenu a:hover::before {
	height: 100%;
}


/* 轮播外层容器 固定宽度1920 */
.banner-wrap {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

/* 轮播轨道 */
.banner-track {
	display: flex;
	transition: transform 0.6s ease;
}

/* 单张轮播项 */
.banner-item {
	flex-shrink: 0;
}

.banner-item img {
	width: 100%;
	height: auto;
	display: block;
}

/* 左右箭头 默认隐藏 hover显示 */
.banner-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.35);
	color: #fff;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s ease;
	z-index: 10;
}

.banner-wrap:hover .banner-arrow {
	opacity: 1;
}

.banner-arrow:hover {
	background: #003399;
}

.banner-arrow.left {
	left: 30px;
}

.banner-arrow.right {
	right: 30px;
}

/* 原点指示器 */
.banner-dots {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 12px;
	z-index: 10;
}

.banner-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	transition: all 0.3s;
}

.banner-dot.active {
	background: #fff;
	width: 30px;
	border-radius: 6px;
}

.classify-wrap {
	width: 1320px;
	margin: 30px auto;
	border: 2px solid #d2d7e0;
	padding: 10px 40px;
}

.classify-row {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 10px 0;
	border-bottom: 1px solid #d2d7e0;
	gap: 12px 0px;
}

/* 最后一行去掉下边框 */
.classify-row:last-child {
	border-bottom: none;
}

/* 左侧标题栏 */
.classify-title {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 120px;
	flex-shrink: 0;
	font-size: 17px;
	color: #333;
	font-weight: 600;
}

.classify-title i {
	font-size: 22px;
	color: #555;
}

/* 标签容器 */
.classify-tags {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 17px;
	row-gap: 18px;
}

/* 分类标签样式 */
.tag-item {
	font-size: 16px;
	color: #555;
	cursor: pointer;
	transition: all 0.25s;
	text-decoration: none;
}

.tag-item:hover {
	color: #003399;
}

/* 选中样式：加粗+指定蓝色 */
.tag-item.active {
	color: #003399;
	font-weight: bold;
}

.tag-item {
	font-size: 16px;
	color: #555;
	cursor: pointer;
	transition: all 0.25s;
	text-decoration: none;
	display: inline-block;
	margin: 5px 0;
}

.tag-item:hover {
	color: #003399;
}

.tag-item.active {
	color: #003399;
	font-weight: bold;
}

.tag-item.disabled {
	color: #bbb;
	cursor: not-allowed;
	pointer-events: none;
}

.service-area-wrap {
	width: 1320px;
	margin: 60px auto;
	text-align: center;
}

.service-main-title {
	font-size: 45px;
	margin-bottom: 12px;
	font-weight: bold;
}

.service-main-title span.red-text {
	color: #003399;
}

.service-main-title span.gray-text {
	color: #444850;
}

.service-sub-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	font-size: 25px;
	color: #94989f;
	margin-bottom: 50px;
}

.service-sub-title .line {
	width: 80px;
	height: 1px;
	background: #94989f;
}

.service-card-box {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.service-item-card {
	flex: 1;
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	padding: 40px 15px;
	transition: all 0.3s ease;
	cursor: pointer;
}

/* 所有图标圆统一灰色背景 */
.service-icon-circle {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #444850;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
	transition: all 0.35s ease;
}

.service-icon-circle i {
	color: #fff;
	font-size: 46px;
	transition: transform 0.35s ease;
}

/* hover交互：背景变为#003399，图标旋转45度 */
.service-item-card:hover .service-icon-circle {
	background-color: #003399;
}

.service-item-card:hover .service-icon-circle i {
	transform: rotate(45deg);
}

.service-card-name {
	font-size: 20px;
	color: #444850;
	margin-bottom: 18px;
	font-weight: 600;
}

.service-card-link {
	font-size: 16px;
	color: #94989f;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.service-card-link .plus-icon {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #e6212a;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}


.about-company-wrap {
	width: 1320px;
	margin: 70px auto;
	display: flex;
	align-items: flex-start;
	gap: 60px;
	background: #f9f9f9;
	padding: 20px;
}

/* 左侧图片容器 */
.about-img-box {
	width: 50%;
}

.about-img-box img {
	width: 100%;
	display: block;
}

/* 右侧文案区域 */
.about-text-box {
	width: 50%;
	padding-top: 20px;
}

.about-en-title {
	font-size: 16px;
	color: #999;
	letter-spacing: 1px;
	margin-bottom: 0px;
}

.about-cn-title {
	font-size: 40px;
	margin-bottom: 30px;
	font-weight: bold;
}

.about-cn-title span.red-name {
	color: #003399;
}

.about-desc {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 40px;
	text-align: justify;
}

.about-btn {
	display: inline-block;
	padding: 12px 36px;
	background: #222;
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
	font-size: 16px;
	transition: 0.3s;
}

.about-btn:hover {
	background: #003399;
}

/* 全屏容器 */
.workshop-carousel-wrap {
	width: 100%;
	overflow: hidden;
	background: #f8f8f8;
	padding-bottom:20px;
}

.workshop-carousel-track {
	display: flex;
	transition: transform 0.6s ease;
}

.workshop-item {
	flex: 0 0 380px;
	/*固定卡片宽度，不会因图片加载变化*/
	margin-right: 24px;
	/*卡片间距，替代gap兼容性更好*/
	position: relative;
	border-bottom: 3px solid transparent;
	cursor: pointer;
}

.workshop-item:hover {
	border-bottom: 3px solid #003399;
}

.workshop-item img {
	width: 100%;
	display: block;
}

/* 默认遮罩只覆盖图片区域，不覆盖标题 */
.workshop-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 65px);
	background: rgba(0, 0, 0, 0.35);
	transition: opacity 0.3s ease;
}

.workshop-item:hover .workshop-mask {
	opacity: 0;
}

.workshop-title {
	text-align: center;
	font-size: 20px;
	color: #445;
	padding: 16px 0;
}

.strength-wrap {
	width: 100%;
	background: url("../img/indnum.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	padding: 80px 0;
	color: #fff;
}

/* 背景深色遮罩 */
.strength-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 20, 50, 0.55);
}

.strength-container {
	width: 1320px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.strength-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 80px;
}

.strength-left .year-num {
	font-size: 90px;
	font-weight: bold;
	line-height: 1;
}

.strength-left .year-text {
	font-size: 24px;
	margin-left: 5px;
}

.strength-left .line {
	width: 45px;
	height: 4px;
	background: #fff;
	margin: 12px 0 20px;
}

.strength-left h2 {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 18px;
}

.strength-left .desc {
	font-size: 24px;
	line-height: 1.6;
}

/* 右上角按钮样式 */
.more-btn {
	display: flex;
	text-decoration: none;
}

.btn-text {
	background: #ffffff;
	color: #222;
	font-size: 20px;
	padding: 18px 32px;
}

.btn-arrow {
	background: #e6212a;
	color: #fff;
	font-size: 22px;
	padding: 18px 26px;
}

/* 底部数据行 */
.data-row {
	display: flex;
	justify-content: space-between;
}

.data-item {
	text-align: center;
}

.data-item .top-line {
	width: 28px;
	height: 4px;
	background: #fff;
	margin: 0 auto 16px;
}

.data-item .number {
	font-size: 62px;
	font-weight: bold;
	line-height: 1.1;
}

.data-item .unit {
	font-size: 22px;
	margin-left: 4px;
}

.data-item .label {
	font-size: 18px;
	margin-top: 8px;
	opacity: 0.9;
}


.product-section {
	width: 1320px;
	margin: 0 auto;
	padding: 50px 0;
}

/*板块标题*/
.product-title-main {
	text-align: center;
	font-size: 36px;
	color: #003399;
	margin-bottom: 12px;
}

.product-title-sub {
	text-align: center;
	font-size: 22px;
	color: #999;
	margin-bottom: 40px;
	position: relative;
}

.product-title-sub::before,
.product-title-sub::after {
	content: "——";
	margin: 0 10px;
}

/*左右布局容器*/
.product-content-wrap {
	display: flex;
	gap: 25px;
}

/*左侧分类栏*/
.product-left-menu {
	width: 280px;
	flex-shrink: 0;
}

.menu-header {
	background-color: #003399;
	color: #fff;
	padding: 22px 20px;
}

.menu-header-logo {
	font-size: 18px;
	font-weight: bold;
}

.menu-list {
	background: #fff;
	border: 1px solid #eee;
}

.menu-item {
	padding: 16px 22px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	border-left: 3px solid transparent;
	transition: all 0.25s ease;
}

/*当前选中样式 + hover样式统一用#003399*/
.menu-item.active,
.menu-item:hover {
	border-left: 3px solid #003399;
	color: #003399;
	font-weight: 600;
}

.menu-item .arrow {
	color: #999;
}

.menu-item.active .arrow,
.menu-item:hover .arrow {
	color: #003399;
}

/*底部咨询电话块*/
.menu-contact {
	margin-top: 20px;
	background: #003399;
	color: #fff;
	text-align: center;
	padding: 35px 20px;
}

.contact-icon {
	font-size: 32px;
	margin-bottom: 10px;
}

.contact-txt {
	font-size: 15px;
	margin-bottom: 8px;
}

.contact-phone {
	font-size: 24px;
	font-weight: bold;
}

/*右侧产品内容区域*/
.product-right-content {
	flex: 1;
}

.product-banner-box {
	display: flex;
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.banner-left-img {
	width: 55%;
}

.banner-left-img img {
	width: 100%;
	display: block;
}

.banner-right-info {
	width: 45%;
	padding: 50px 35px;
}

.banner-right-info h3 {
	font-size: 26px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.banner-right-info p {
	font-size: 15px;
	color: #555;
	line-height: 1.8;
	margin-bottom: 25px;
}

.btn-more {
	display: inline-block;
	padding: 10px 24px;
	background: #003399;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	border-radius: 2px;
}

/*下方小产品列表4列*/
.product-list-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.product-card {
	text-align: center;
	border: 1px solid #eee;
	overflow: hidden;
}

.product-card img {
	width: 100%;
	display: block;
}

.product-card-name {
	padding: 12px 8px;
	font-size: 14px;
	color: #333;
}


.product-section {
	width: 1320px;
	margin: 0 auto;
	padding: 50px 0;
}

/*板块标题*/
.product-title-main {
	text-align: center;
	font-size: 45px;
	color: #003399;
	margin-bottom: 12px;
}

.product-title-sub {
	text-align: center;
	font-size: 22px;
	color: #999;
	margin-bottom: 40px;
}

.product-title-sub::before,
.product-title-sub::after {
	content: "——";
	margin: 0 10px;
}

/*左右布局容器*/
.product-content-wrap {
	display: flex;
	gap: 25px;
}

/*左侧分类栏*/
.product-left-menu {
	width: 280px;
	flex-shrink: 0;
}

.menu-header {
	background-color: #003399;
	color: #fff;
	padding: 22px 20px;
}

.menu-header-logo {
	font-size: 18px;
	font-weight: bold;
}

.menu-list {
	background: #fff;
	border: 1px solid #eee;
}

.menu-item {
	padding: 16px 22px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	border-left: 3px solid transparent;
	transition: all 0.25s ease;
}

/*当前选中样式 + hover样式统一用#003399*/
.menu-item.active,
.menu-item:hover {
	border-left: 3px solid #003399;
	color: #003399;
	font-weight: 600;
}

.menu-item .arrow {
	color: #999;
}

.menu-item.active .arrow,
.menu-item:hover .arrow {
	color: #003399;
}

/*底部咨询电话块*/
.menu-contact {
	margin-top: 20px;
	background: #003399;
	color: #fff;
	text-align: center;
	padding: 35px 20px;
}

.contact-icon {
	font-size: 32px;
	margin-bottom: 10px;
}

.contact-txt {
	font-size: 15px;
	margin-bottom: 8px;
}

.contact-phone {
	font-size: 24px;
	font-weight: bold;
}

/*右侧产品内容区域*/
.product-right-content {
	flex: 1;
}

/*每个分类内容块默认隐藏，show才显示*/
.cate-content-box {
	display: none;
}

.cate-content-box.show {
	display: block;
}

.product-banner-box {
	display: flex;
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.banner-left-img {
	width: 40%;
}

.banner-left-img img {
	width: 100%;
	display: block;
}

.banner-right-info {
	width: 59%;
	padding: 50px 35px;
}

.banner-right-info h3 {
	font-size: 26px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.banner-right-info p {
	font-size: 15px;
	color: #555;
	line-height: 1.8;
	margin-bottom: 25px;
}

.btn-more {
	display: inline-block;
	padding: 10px 24px;
	background: #003399;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	border-radius: 2px;
}

/*下方小产品列表4列*/
.product-list-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.product-card {
	text-align: center;
	border: 1px solid #eee;
	overflow: hidden;
}

.product-card img {
	width: 100%;
	display: block;
}

.product-card-name {
	padding: 12px 8px;
	font-size: 14px;
	color: #333;
}


/* 外层模块容器（全屏） */
.service-full-wrap {
	width: 100%;
	background: #ffffff;
	padding: 40px 0;
}

/* 上方图标导航 限定1320主体 */
.service-container-1320 {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 15px;
}

.service-title-top {
	text-align: center;
	margin-bottom: 30px;
}

.service-title-top h2 {
	font-size: 45px;
	color: #003399;
	margin-bottom: 10px;
}

.service-title-top p {
	font-size: 20px;
	color: #777;
}

.service-tab-nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-top: 1px solid #eee;
	position: relative;
	padding-top: 20px;
	margin-bottom: 40px;
}

.tab-indicator {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #003399;
	transition: left 0.3s ease, width 0.3s ease;
}

.tab-item {
	flex: 1;
	text-align: center;
	cursor: pointer;
	transition: all 0.35s ease;
}

.tab-item .tab-icon {
	font-size: 42px;
	color: #333;
	transition: transform 0.6s ease, margin-top 0.3s ease, color 0.3s ease;
	display: inline-block;
}

.tab-item .tab-text {
	margin-top: 8px;
	font-size: 16px;
	color: #333;
	transition: color 0.3s ease;
}

.tab-item:hover .tab-icon,
.tab-item.active .tab-icon {
	margin-top: -8px;
	transform: rotate(360deg);
	color: #003399;
}

.tab-item:hover .tab-text,
.tab-item.active .tab-text {
	color: #003399;
	font-weight: 600;
}

/* 下方图片轮播：全屏宽度 */
.service-content-fullbox {
	width: 100%;
	height: 520px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	overflow: hidden;
}

.slide-card {
	width: 30%;
	height: 420px;
	position: relative;
	transition: all 0.4s ease;
	overflow: hidden;
	opacity: 0.8;
	transform: scale(0.85);
	border-radius: 6px;
}

/* 左右卡片遮罩 */
.slide-card::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	transition: opacity 0.3s ease;
	z-index: 1;
}

.slide-card.center-active {
	width: 45%;
	height: 520px;
	opacity: 1;
	transform: scale(1);
	box-shadow: 0 10px 30px rgba(0, 51, 153, 0.25);
	z-index: 2;
}

.slide-card.center-active::after {
	opacity: 0;
}

.slide-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide-info {
	position: absolute;
	left: 0;
	bottom: 90px;
	width: 100%;
	background: rgba(0, 51, 153, 0.85);
	color: #fff;
	padding: 30px 25px;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 3;
}

.slide-card.center-active .slide-info {
	opacity: 1;
}

.slide-info h3 {
	font-size: 26px;
	margin-bottom: 12px;
}

.slide-info p {
	font-size: 15px;
	line-height: 1.7;
}

.slide-btn {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	background: #003399;
	color: #fff;
	border: none;
	padding: 10px 26px;
	border-radius: 30px;
	font-size: 15px;
	cursor: pointer;
	transition: background 0.3s;
	opacity: 0;
	z-index: 3;
}

.slide-card.center-active .slide-btn {
	opacity: 1;
}

.slide-btn:hover {
	background: #002670;
}

.arrow-left,
.arrow-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #003399;
	cursor: pointer;
	z-index: 10;
	transition: background 0.3s;
}

.arrow-left:hover,
.arrow-right:hover {
	background: #003399;
	color: #fff;
}

.arrow-left {
	left: 40px;
}

.arrow-right {
	right: 40px;
}

/* 隐藏数据容器 */
#serviceList {
	display: none;
}

.fenlei-wrap {
	width: 100%;
	padding: 60px 0;
	background: url(../img/soultbg.jpg);
}

.fenlei-container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 15px;
}

.fenlei-head {
	text-align: center;
	margin-bottom: 50px;
}

.fenlei-head h2 {
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 12px;
	letter-spacing: 2px;
}

.fenlei-head p {
	font-size: 22px;
	color: #c8cad0;
	position: relative;
	display: inline-block;
}

.fenlei-head p::before {
	content: "——";
	margin-right: 15px;
}

.fenlei-head p::after {
	content: "——";
	margin-left: 15px;
}

.fenlei-content {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

.fenlei-left-menu {
	width: 320px;
	flex-shrink: 0;
}

.fenlei-menu-item {
	width: 100%;
	padding: 18px 22px;
	margin-bottom: 6px;
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 17px;
	cursor: pointer;
	transition: background 0.3s ease;
}

/* 只定义激活样式，无hover背景，杜绝样式冲突 */
.fenlei-menu-item.active {
	background-color: #003399;
}

.fenlei-right-box {
	flex: 1;
}

.fenlei-img-box img {
	width: 100%;
	height: auto;
	margin-bottom: 22px;
}

.fenlei-title-wrap {
	display: flex;
	align-items: flex-end;
	margin-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 10px;
}

.fenlei-num {
	font-size: 52px;
	color: rgba(255, 255, 255, 0.4);
	font-weight: bold;
	line-height: 1;
	margin-right: 12px;
}

.fenlei-title-text {
	display: flex;
	flex-direction: column;
}

.fenlei-title-cn {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}

.fenlei-title-en {
	color: #b8bcc4;
	font-size: 14px;
	margin-top: 4px;
}

.fenlei-desc {
	color: #e6e8ec;
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 25px;
}

.fenlei-more-btn {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	padding: 9px 26px;
	font-size: 15px;
	cursor: pointer;
	transition: 0.3s;
	float: right;
	border-radius: 2px;
}

.fenlei-more-btn:hover {
	background: #003399;
	border-color: #003399;
}

.fenlei-data-source {
	display: none;
}

.fenlei-clearfix::after {
	content: "";
	display: block;
	clear: both;
}


.pinzhi-wrap {
	width: 100%;
}

/* 全局内容容器 锁定宽度1320px 水平居中 */
.pinzhi-container {
	width: 1320px;
	margin: 0 auto;
}

/* 顶部标题区域 纯白独立 */
.pinzhi-top-title {
	background: #ffffff;
	padding: 32px 0;
	text-align: center;
}

.pinzhi-top-title h2 {
	font-size: 36px;
	color: #e03030;
	margin-bottom: 12px;
}

.pinzhi-top-title .sub-title {
	font-size: 22px;
	color: #94989f;
	position: relative;
	display: inline-block;
}

.pinzhi-top-title .sub-title::before {
	content: "——";
	margin-right: 14px;
	opacity: 0.6;
}

.pinzhi-top-title .sub-title::after {
	content: "——";
	margin-left: 14px;
	opacity: 0.6;
}

/* 下半部分背景：背景全屏拉伸，内容受1320容器约束 */
.pinzhi-bg-container {
	background: url("../img/moysbg.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	padding: 50px 0px;
}

.pinzhi-bg-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 0;
}

.pinzhi-tab-nav {
	display: flex;
	width: 100%;
	position: relative;
	z-index: 1;
}

.pinzhi-tab-item {
	flex: 1;
	text-align: center;
	padding: 22px 10px;
	background: #343940;
	color: #fff;
	font-size: 17px;
	cursor: pointer;
	transition: 0.25s;
	position: relative;
}

.pinzhi-tab-item.active {
	background: #003399;
}

/* 向下尖角指向白色内容块 */
.pinzhi-tab-item.active::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -12px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #003399;
	z-index: 2;
}

/* 白色内容卡片 取消之前80px左右margin，改为跟随1320容器 */
.pinzhi-content-box {
	background: #ffffff;
	padding: 50px 55px;
	display: flex;
	align-items: flex-start;
	gap: 35px;
	position: relative;
}

/* 左右 << >> 箭头 位置严格和原图左右两侧垂直居中 */
.pinzhi-content-box .arrow-left {
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 45px;
	color: #eee;
	line-height: 1;
	opacity: 0.7;
}

.pinzhi-content-box .arrow-right {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 45px;
	color: #eee;
	line-height: 1;
	opacity: 0.7;
}

.pinzhi-content-left {
	width: 50%;
}

/* 左侧方块图标 颜色按要求改为#003399 */
.pinzhi-left-icon {
	width: 82px;
	height: 82px;
	background: #003399;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.pinzhi-left-icon svg {
	width: 48px;
	fill: #fff;
}

/* 图标替代原来的大号数字排版 */
.pinzhi-num-title-wrap {
	display: flex;
	align-items: flex-start;
	margin-bottom: 22px;
}

.pinzhi-step-icon {
	font-size: 72px;
	color: #d8d9dd;
	margin-right: 12px;
	line-height: 0.8;
}

.pinzhi-title-group {
	padding-top: 16px;
}

.pinzhi-title-group h3 {
	font-size: 27px;
	color: #333;
	line-height: 1.2;
	margin-bottom: 6px;
}

.pinzhi-title-group p {
	font-size: 15px;
	color: #97999c;
}

/* 两段描述文字，行距、段落位置严格匹配原图 */
.pinzhi-desc-block {
	margin-bottom: 42px;
}

.pinzhi-desc-block p {
	font-size: 16px;
	color: #3a3a3a;
	line-height: 1.8;
	margin-bottom: 8px;
}

/* 服务热线区域排版 */
.pinzhi-service-line {
	display: flex;
	align-items: center;
	gap: 10px;
}

.pinzhi-service-line .tel-icon {
	font-size: 36px;
	color: #cccccc;
}

.pinzhi-service-text .label {
	font-size: 15px;
	color: #666;
	display: block;
	margin-bottom: 4px;
}

.pinzhi-service-text .phone-num {
	font-size: 26px;
	color: #e03030;
	font-weight: bold;
}

/* 右侧图片 */
.pinzhi-content-right {
	width: 50%;
}

.pinzhi-content-right img {
	width: 100%;
	height: auto;
	display: block;
}

/* 隐藏数据源，后台调取 */
.pinzhi-data-source {
	display: none;
}

.zizhi-wrap {
	width: 100%;
	padding: 60px 0;
	background: url(../img/honorbg.png) bottom;
}

.zizhi-container {
	width: 1320px;
	margin: 0 auto;
	position: relative;
}

/* 顶部标题 */
.zizhi-title-box {
	text-align: center;
	margin-bottom: 60px;
}

.zizhi-main-title {
	font-size: 45px;
}

.zizhi-main-title span {
	color: #003399;
}

.zizhi-sub-title {
	font-size: 26px;
	color: #888;
	margin-top: 12px;
	position: relative;
	display: inline-block;
}

.zizhi-sub-title::before {
	content: "——";
	margin-right: 15px;
	opacity: 0.6;
}

.zizhi-sub-title::after {
	content: "——";
	margin-left: 15px;
	opacity: 0.6;
}

/* 轮播外层 */
.zizhi-swiper-outer {
	position: relative;
	overflow: hidden;
}

.zizhi-swiper-track {
	display: flex;
	transition: transform 0.5s ease;
}

/* 单个证书卡片 固定一行4个，每个占25% */
.zizhi-item {
	width: 25%;
	padding: 0 15px;
	flex-shrink: 0;
}

.zizhi-card {
	text-align: center;
}

.zizhi-img-box {
	background: #222;
	padding: 20px 15px 0;
	border-radius: 4px 4px 0 0;
}

.zizhi-img-box img {
	width: 100%;
	display: block;
}

.zizhi-card-text {
	background: #222;
	color: #fff;
	font-size: 16px;
	padding: 12px 8px 18px;
	border-radius: 0 0 4px 4px;
}

/* 左右切换箭头 */
.zizhi-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	transition: all 0.3s;
}

.zizhi-arrow:hover {
	background: #e03030;
	color: #fff;
}

.zizhi-arrow-left {
	left: 0;
}

.zizhi-arrow-right {
	right: 0;
}

/* 当数据数量<=4时隐藏箭头，取消自动轮播 */
.zizhi-swiper-outer.no-slide .zizhi-arrow {
	display: none;
}

.flow-wrap {
	width: 100%;
	background: url(../img/zhidingbg.jpg);
	background-size: cover;
	background-position: center;
	padding: 60px 0 80px;
}

/* 主体锁定1320px居中 */
.flow-container {
	width: 1320px;
	margin: 0 auto;
}

/* 顶部标题 */
.flow-title-box {
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}

.flow-main-title {
	font-size: 52px;
	font-weight: bold;
	margin-bottom: 12px;
}

.flow-sub-title {
	font-size: 30px;
	position: relative;
	display: inline-block;
}

.flow-sub-title::before {
	content: "——";
	margin-right: 16px;
	opacity: 0.7;
}

.flow-sub-title::after {
	content: "——";
	margin-left: 16px;
	opacity: 0.7;
}

/* 7个流程横向布局 */
.flow-row {
	display: flex;
	width: 100%;
}

.flow-item {
	width: calc(100% / 7);
	position: relative;
	background: #f8f8f8;
	padding: 35px 10px 60px;
	text-align: center;
	cursor: pointer;
	transition: all 0.35s ease;
	overflow: hidden;
}

/* 默认第一个高亮底色（参考原图） */
.flow-item:first-child {
	background-color: #003399;
}

/* 图标圆圈 */
.flow-icon-circle {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 22px;
	transition: transform 0.45s ease;
}

.flow-icon-circle i {
	font-size: 36px;
	color: #222;
}

.flow-item:first-child .flow-icon-circle i {
	color: #003399;
}

/* 文字 */
.flow-text {
	font-size: 20px;
	color: #222;
}

.flow-item:first-child .flow-text {
	color: #fff;
}

/* 底部大号数字，只露出三分之二 */
.flow-num {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	font-size: 90px;
	color: rgba(0, 0, 0, 0.08);
	line-height: 1;
	height: 60px;
	overflow: hidden;
	font-weight: bold;
}

.flow-item:first-child .flow-num {
	color: rgba(255, 255, 255, 0.25);
}

/* 鼠标悬浮效果 */
.flow-item:hover {
	background-color: #003399;
}

.flow-item:hover .flow-text {
	color: #fff;
}

/* 图标水平翻转180度 */
.flow-item:hover .flow-icon-circle {
	transform: rotateY(180deg);
}

.flow-item:hover .flow-icon-circle i {
	color: #003399;
}

/* 底部热线 */
.flow-hotline {
	margin-top: 55px;
	text-align: center;
}

.hotline-box {
	display: inline-flex;
	align-items: center;
	background: #fff;
	padding: 12px 30px;
	border-radius: 50px;
	font-size: 22px;
}

.hotline-box i {
	font-size: 26px;
	margin-right: 10px;
	color: #003399;
}

.hotline-box span.phone {
	color: #d61929;
	font-weight: bold;
	margin: 0 6px;
}


.yxnew-wrap {
	width: 100%;
	padding: 50px 0;
	background: #ffffff;
}

.yxnew-container {
	width: 1320px;
	margin: 0 auto;
}

.yxnew-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 35px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
}

.yxnew-main-title {
	font-size: 25px;
	font-weight: bold;
	color: #111;
	margin-right: 30px;
}

.yxnew-tab-group {
	display: flex;
}

.yxnew-tab-item {
	font-size: 20px;
	padding: 20px 22px;
	cursor: pointer;
	position: relative;
	color: #333;
	border: 1px solid transparent;
	margin-bottom: -16px;
}

.yxnew-tab-item.active {
	border-bottom-color: #fff;
}

.yxnew-tab-item.active::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #003399;
	position: absolute;
	left: 0;
	bottom: 0;
}

.yxnew-more-link {
	color: #888;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 8px;
}

/* tab内容容器，默认隐藏，active才显示 */
.yxnew-tab-content {
	display: none;
}

.yxnew-tab-content.active {
	display: block;
}

.yxnew-content-row {
	display: flex;
	gap: 35px;
}

/*左侧大图样式 还原第一版结构*/
.yxnew-left-imgbox {
	width: 50%;
	position: relative;
	overflow: hidden;
}

.yxnew-left-imgbox img {
	width: 100%;
	display: block;
}

.yxnew-img-mask {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 51, 153, 0.85);
	color: #fff;
	display: flex;
	align-items: center;
	padding: 25px 22px;
	gap: 25px;
}

.yxnew-mask-datebox {
	text-align: center;
}

.yxnew-mask-datebox .num {
	font-size: 46px;
	font-weight: bold;
	line-height: 1;
}

.yxnew-mask-datebox .ym {
	font-size: 20px;
	margin-top: 8px;
}

.yxnew-mask-text h3 {
	font-size: 24px;
	margin-bottom: 12px;
	margin-top: 0;
}

.yxnew-mask-text p {
	font-size: 16px;
	line-height: 1.6;
	opacity: 0.95;
	margin: 0;
}

/*右侧文章列表 沿用第一版交互结构*/
.yxnew-right-list {
	width: calc(50% - 35px);
}

.yxnew-art-item {
	width: 100%;
	padding: 20px 8px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	position: relative;
}

.yxnew-art-item.active {
	border-bottom: 2px solid #003399;
}

.yxnew-art-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 46px;
}

.yxnew-art-title {
	font-size: 20px;
	color: #222;
	font-weight: bold;
	width: 80%;
	line-height: 1.4;
	margin: 0;
}

.yxnew-art-date {
	text-align: right;
	transition: color 0.3s ease;
}

.yxnew-art-item.active .yxnew-art-date {
	color: #e02424;
}

.yxnew-art-item:not(.active) .yxnew-art-date {
	color: #999;
}

.yxnew-art-date .daynum {
	font-size: 42px;
	font-weight: bold;
	line-height: 1;
}

.yxnew-art-date .fulldate {
	font-size: 18px;
	margin-top: 6px;
}

/*向上展开动画 第一版效果*/
.yxnew-art-desc {
	transform: translateY(20px);
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	color: #888;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}

.yxnew-art-item.active .yxnew-art-desc {
	transform: translateY(0px);
	opacity: 1;
	max-height: 150px;
}

.yxhz-wrap {
	width: 100%;
	padding: 60px 0;
	background: #fff;
}

.yxhz-container {
	width: 1320px;
	margin: 0 auto;
}

/* 标题样式 */
.yxhz-title-box {
	text-align: center;
	margin-bottom: 45px;
}

.yxhz-main-title {
	font-size: 45px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.yxhz-main-title span:nth-child(1) {
	color: #003399;
}

.yxhz-main-title span:nth-child(2) {
	color: #222;
}

/* 标题下方红色短下划线 */
.yxhz-main-title::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 4px;
	background-color: #e64545;
	left: 50%;
	transform: translateX(-50%);
	bottom: -12px;
}

/* 轮播外层 */
.yxhz-swiper-wrap {
	position: relative;
	display: flex;
	align-items: center;
}

/* 左右箭头按钮 */
.yxhz-arrow {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	cursor: pointer;
	color: #333;
	transition: all 0.3s;
	flex-shrink: 0;
}

.yxhz-arrow:hover {
	color: #e64545;
}

.yxhz-arrow-left {
	margin-right: 10px;
}

.yxhz-arrow-right {
	margin-left: 10px;
}

/* 滚动可视容器 */
.yxhz-viewport {
	overflow: hidden;
	width: calc(100% - 110px);
}

/* 横向滑动轨道 */
.yxhz-track {
	display: flex;
	transition: transform 0.5s ease;
}

/* 单个品牌卡片 默认一行展示5个 */
.yxhz-item {
	flex: 0 0 20%;
	box-sizing: border-box;
	padding: 0 15px;
}

.yxhz-card {
	border: 1px solid #ddd;
	min-height: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 10px;
	transition: box-shadow 0.3s;
}

.yxhz-card:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.yxhz-card img {
	max-width: 130px;
	max-height: 90px;
	object-fit: contain;
	margin-bottom: 12px;
}

.yxhz-card-name {
	font-size: 16px;
	color: #222;
}


.yxliu-wrap {
	width: 100%;
	padding: 60px 0;
	background-color: #f8f8f8;
}

.yxliu-container {
	width: 1320px;
	margin: 0 auto;
}

/* 标题样式 */
.yxliu-title {
	font-size: 25px;
	color: #003399;
	font-weight: bold;
	margin-bottom: 40px;
}

/* 表单行布局 */
.yxliu-form-row1 {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 20px;
}

.yxliu-input {
	flex: 1;
	height: 50px;
	border: 0;
	border-radius: 8px;
	padding: 0 24px;
	font-size: 15px;
	background: #fff;
	outline: none;
}

.yxliu-code-img {
	height: 50px;
	border: 1px solid #eee;
	border-radius: 8px;
	cursor: pointer;
}

.yxliu-btn-submit {
	width: 260px;
	height: 50px;
	background-color: #003399;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 22px;
	cursor: pointer;
	transition: opacity 0.3s;
}

.yxliu-btn-submit:hover {
	opacity: 0.85;
}

/* 第二行：咨询内容 + 清空按钮 */
.yxliu-form-row2 {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.yxliu-textarea {
	flex: 3;
	min-height: 160px;
	border: 0;
	border-radius: 8px;
	padding: 20px;
	font-size: 15px;
	background: #fff;
	outline: none;
	resize: none;
	min-height: 80px;
}

.yxliu-btn-reset {
	width: 260px;
	height: 50px;
	background-color: #000000;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 22px;
	cursor: pointer;
	transition: opacity 0.3s;
}

.yxliu-btn-reset:hover {
	opacity: 0.85;
}

/*底部提示文字*/
.yxliu-tip-text {
	margin-top: 10px;
	font-size: 15px;
	color: #888888;
}

/* 移动端适配 */
@media screen and (max-width:1319px) {
	.yxliu-container {
		width: 92%;
		padding: 0 4%;
	}

	.yxliu-title {
		font-size: 34px;
	}

	.yxliu-form-row1 {
		flex-wrap: wrap;
	}

	.yxliu-input {
		flex: 1 1 42%;
		min-width: 160px;
		height: 60px;
		font-size: 16px;
	}

	.yxliu-code-img {
		height: 60px;
	}

	.yxliu-btn-submit {
		width: 100%;
		height: 60px;
		font-size: 18px;
	}

	.yxliu-form-row2 {
		flex-direction: column;
	}

	.yxliu-textarea {
		width: 100%;
		min-height: 140px;
		font-size: 16px;
	}

	.yxliu-btn-reset {
		width: 100%;
		height: 60px;
		font-size: 18px;
	}

	.yxliu-tip-text {
		font-size: 16px;
	}
}

.yxfoot-wrap {
	width: 100%;
	background-color: #2c2c2c;
	color: #cccccc;
	padding: 60px 0 30px;
}

.yxfoot-container {
	width: 1320px;
	margin: 0 auto;
}

.yxfoot-top-row {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.yxfoot-col {
	flex: 1;
}

.yxfoot-title {
	font-size: 23px;
	color: #ffffff;
	position: relative;
	padding-left: 22px;
	margin-bottom: 30px;
}

/*标题前面红色圆点*/
.yxfoot-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	background: #003399;
	border-radius: 50%;
}

/*联系方式列*/
.yxfoot-company-info p {
	font-size: 16px;
	  line-height: 1.1;
}

.yxfoot-div-line {
	width: 40px;
	height: 4px;
	background: #003399;
	margin: 20px 0;
}

.yxfoot-contact-item {
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-bottom: 16px;
}

.yxfoot-contact-item i {
	color: #003399;
	font-size: 24px;
	margin-right: 12px;
}

/*快捷导航 两列布局*/
.yxfoot-nav-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 30px;
}

.yxfoot-nav-wrap a {
	color: #cccccc;
	font-size: 16px;
	text-decoration: none;
	transition: color 0.25s;
}

.yxfoot-nav-wrap a:hover {
	color: #003399;
}

.yxfoot-icon-group {
	margin-top: 24px;
	display: flex;
	gap: 10px;
}

.yxfoot-icon-group img {
	height: 24px;
}

/*关注我们 右侧二维码*/
.yxfoot-qrcode-box {
	text-align: center;
}

.yxfoot-qrcode {
	width: 180px;
	height: 180px;
	background: #fff;
	margin: 0 auto 14px;
}

.yxfoot-qrcode-tip {
	font-size: 18px;
}

/*友情链接区域*/
.yxfoot-link-wrap {
	margin-top: 45px;
	padding-top: 30px;
	border-top: 1px solid #444444;
	display: flex;
	align-items: center;
	gap: 24px;
}

.yxfoot-link-title {
	color: #fff;
	font-size:16px;
	font-weight:;
}

.yxfoot-link-list {
	display: flex;
	flex-wrap: wrap;
	gap: 36px;
}

.yxfoot-link-list a {
	color: #888888;
	font-size: 16px;
	text-decoration: none;
}

.yxfoot-link-list a:hover {
	color: #003399;
}

/*手机端适配*/
@media screen and (max-width:1319px) {
	.yxfoot-container {
		width: 92%;
	}

	.yxfoot-top-row {
		flex-direction: column;
	}

	.yxfoot-qrcode-box {
		margin-top: 20px;
	}

	.yxfoot-link-wrap {
		flex-direction: column;
		align-items: flex-start;
	}
}


.yxfoot-icon-group .share-item{
    width:32px;
    height:32px;
    background:rgba(255,255,255,0.12);
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    cursor:pointer;
    transition: 0.25s;
}
.yxfoot-icon-group .share-item:hover{
    background:#dd2233;
}
.share-wechat-modal{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.65);
    display:none;
    z-index:9999;
    align-items:center;
    justify-content:center;
}
.share-wechat-modal-box{
    background:#fff;
    padding:30px;
    text-align:center;
    border-radius:10px;
    max-width:340px;
}
.share-wechat-modal-box h4{
    color:#333;
    margin-bottom:12px;
}
.share-wechat-modal-box p{
    color:#666;
}
.share-wechat-modal-close{
    margin-top:16px;
    padding:6px 18px;
    background:#dd2233;
    color:#fff;
    border:none;
    border-radius:4px;
    cursor:pointer;
}
.yxfoot-icon-group .share-item{
    width:32px;
    height:32px;
    background:rgba(255,255,255,0.12);
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    cursor:pointer;
    transition: 0.25s;
}
.yxfoot-icon-group .share-item:hover{
    background:#dd2233;
}
.share-wechat-modal{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.65);
    display:none;
    z-index:9999;
    align-items:center;
    justify-content:center;
}
.share-wechat-modal-box{
    background:#fff;
    padding:30px;
    text-align:center;
    border-radius:10px;
    max-width:340px;
}
.share-wechat-modal-box h4{
    color:#333;
    margin-bottom:12px;
}
.share-wechat-modal-box .share-url-text{
    font-size:12px;
    color:#999;
    margin:8px 0;
    word-break:break‑all;
}
.share-wechat-modal-close{
    margin-top:16px;
    padding:6px 18px;
    background:#dd2233;
    color:#fff;
    border:none;
    border-radius:4px;
    cursor:pointer;
}


.yxpinzhi-wrap{
    width:100%;
    background:url(../img/moysbg.jpg);
    padding:60px 0;
}
.yxpinzhi-container{
    width:1320px;
    margin:0 auto;
}
.yxpinzhi-top-title{
    text-align:center;
    margin-bottom:40px;
}
.yxpinzhi-top-title h2{
    font-size:36px;
    font-weight:bold;
    background: linear-gradient(90deg,#dd2233,#222222);
    -webkit-background-clip:text;
    color:transparent;
    margin-bottom:12px;
}
.yxpinzhi-top-title p{
    font-size:20px;
    color:#888888;
}
/* tab导航栏 */
.yxpinzhi-tab-nav{
    display:flex;
}
.yxpinzhi-tab-item{
    flex:1;
    height:60px;
    line-height:60px;
    text-align:center;
    background:#333333;
    color:#fff;
    font-size:18px;
    cursor:pointer;
    transition:0.24s;
    position:relative;
}
.yxpinzhi-tab-item.yxpinzhi-active{
    background:#dd2233;
}
/* 修复高亮小三角，z-index提高，防止被下面容器遮挡 */
.yxpinzhi-tab-item.yxpinzhi-active::after{
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-10px;
    z-index:9;
    width:0;
    height:0;
    border-left:12px solid transparent;
    border-right:12px solid transparent;
    border-top:12px solid #dd2233;
}
.yxpinzhi-tab-more{
    width:160px;
    height:60px;
    line-height:60px;
    text-align:center;
    background:#333333;
    color:#fff;
    font-size:18px;
    cursor:pointer;
}
/* 内容盒子 */
.yxpinzhi-tab-content-wrap{
    background:#ffffff;
    padding:40px;
    position:relative;
    border:1px solid #eee;
}
.yxpinzhi-tab-content{
    display:none;
    gap:40px;
    align-items:flex-start;
}
.yxpinzhi-tab-content.yxpinzhi-content-active{
    display:flex;
}
.yxpinzhi-content-left{
    width:45%;
    position:relative;
}
/*移除yxpinzhi-icon-box，数字、标题、英文左对齐在同一流，不再绝对定位叠加*/
.yxpinzhi-num{
    font-size: 70px;
      color: #cccccc;
      line-height: 1;
      margin-bottom: 30px;
      font-weight: bold;
      height: 45px;
      overflow: hidden;
}
.yxpinzhi-content-left h3{
    font-size:28px;
    margin:-24px 0 6px 0;
    position:relative;
    z-index:2;
}
.yxpinzhi-en{
    color:#888;
    font-size:16px;
    margin-bottom:24px;
}
.yxpinzhi-desc p{
    font-size:16px;
    line-height:2;
    margin-bottom:8px;
}
.yxpinzhi-phone{
    margin-top:30px;
    font-size:18px;
}
.yxpinzhi-phone strong{
    color:#dd2233;
    font-size:26px;
    font-weight:bold;
    margin:0 6px;
}
.yxpinzhi-content-right{
    width:55%;
}
/*无图片纯色占位块，替换img*/
.yxpinzhi-color-placeholder{
    width:100%;
    height:420px;
    background:#c8c9cb;
	overflow: hidden;
}
.yxpinzhi-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    font-size:40px;
    color:#cccccc;
    cursor:pointer;
}
.yxpinzhi-arrow-left{
    left:20px;
}
.yxpinzhi-arrow-right{
    right:20px;
}
.yxpinzhi-color-placeholder img{width:100%;}