/* 盛锦江涌金环能源 — 全局样式 */
:root {
	--brand: #004098;
	--brand-dark: #003078;
	--text: #1a1a1a;
	--text-muted: #666;
	--text-ftitle: #333;
	--bg-light: #f5f6f8;
	--footer-bg: #1a1a1a;
	--white: #fff;
	--max-width: 1605px;
	--header-h: 100px;
	--ease: cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.65;
	color: var(--text);
	background: var(--white);
}

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

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

a {
	color: var(--brand);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

/* —— 头部 —— */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: var(--header-h);
	display: flex;
	align-items: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.15) 60%, transparent 100%);
	transition: background 0.35s var(--ease), box-shadow 0.35s var(--ease);
	height: 100px;
}

.site-header.is-scrolled {
	background: #fff;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.brand__logo1 {
	display: none;
}

.site-header.is-scrolled .brand__logo1 {
	display: block;
}

.site-header.is-scrolled .brand__logo {
	display: none;
}

.search1 {
	display: none;
}

.site-header.is-scrolled .search1 {
	display: block;
}

.site-header.is-scrolled .search {
	display: none;
}

.language1 {
	display: none;
}

.site-header.is-scrolled .language1 {
	display: block;
}

.site-header.is-scrolled .language {
	display: none;
}

.site-header.is-scrolled .nav-primary a {
	color: #000;
}

.site-header.is-scrolled .navbtnlist a {
	color: #fff;
}

.site-header.is-scrolled .lang-switch a {
	color: #000;
}

.site-header.is-scrolled .lang-switch {
	color: #000;
}

.site-header.is-scrolled .menu-toggle span {
	background: #000000;
}

.header-inner {
	width: 100%;
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.brand {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--white);
	text-decoration: none;
	flex-shrink: 0;
}

.brand:hover {
	text-decoration: none;
	opacity: 0.95;
}

.brand__logo {
	width: 623px;
	height: 71px;
	object-fit: contain;
}

.brand__text {
	display: flex;
	flex-direction: column;
	line-height: 1.25;
}

.brand__name-cn {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.brand__name-en {
	font-size: 11px;
	opacity: 0.9;
	font-weight: 400;
}

/* 主导航 */
.nav-primary {
	display: flex;
	align-items: center;
	gap: 23px;
}

.navbtntriangle{
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgb(13 71 161 / 73%);
    z-index: 999;
}

.nav-primary li {
	position: relative;
	text-align: center;
}

.nav-primary li:hover .navbtnlist {
	display: flex;
}

.nav-primary a {
	color: var(--white);
	font-size: 16px;
	padding: 8px 14px;
	border-radius: 4px;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s;
}

.nav-primary a:hover {
	text-decoration: none;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 0;
	flex-shrink: 0;
}

.icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	border-radius: 4px;
	transition: background 0.2s;
}

.icon-btn img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.icon-btn:hover {
	background: rgba(255, 255, 255, 0.15);
}

.lang-switch {
	display: flex;
	align-items: center;
	gap: 4px;
	color: var(--white);
	font-size: 13px;
}

.lang-switch img {
	width: 18px;
	height: 18px;
}

.lang-switch a {
	color: var(--white);
	opacity: 0.75;
	text-decoration: none;
    display: flex;
    align-items: center;
}

.lang-switch a.is-active {
	opacity: 1;
	font-weight: 600;
}

.lang-switch span {
	opacity: 0.5;
}

/* 汉堡 */
.menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	padding: 8px;
	background: transparent;
	border: none;
	cursor: pointer;
	border-radius: 4px;
}

.menu-toggle span {
	display: block;
	height: 2px;
	width: 100%;
	background: var(--white);
	border-radius: 1px;
	transition: transform 0.3s var(--ease), opacity 0.3s;
}

.menu-toggle.is-open span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
	opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}
/*搜索*/
#search_news{display:flex;align-items: center;}
.searchWrap .w1280{
    flex: 1;
}
.searchWrap{display:none;width:100%;background:rgb(0 0 0 / 25%);padding:21px 0;left:0;top:99px;z-index:15;
    position: absolute;
    align-items: center;
    justify-content: space-between;}
.searchWrap .searchInp{width:53%;margin:0 auto;}
.searchWrap .searchInp #sear_btn{width:62px;height:38px;line-height: 25px;background:#004fa3;color:#fff;text-align:center;right:0;top:0;border-top-right-radius: 23px;border-bottom-right-radius: 23px;border:none}
.searchWrap .searchInp a:hover{background:#175fba;}
.searchWrap .searchInp .sear_inp{width:100%;}
.searchWrap .searchInp .sear_inp .inp{width:100%;height:38px;line-height:18px;border-top:1px solid #ccc;border-left:1px solid #ccc;border-bottom:1px solid #ccc;border-top-left-radius: 23px;border-bottom-left-radius: 23px;background:#fff;padding:8px 18px;margin:0;
    display: flex;align-items: center;}
.searchWrap .searchInp .sear_inp .inp input{color:#3d3d3d;border:none;width:100%;height:30px}
.searchWrap .searchInp .sear_tip{display:none;left:18px;top:38px;color:#e84e46;}
.searchWrap .searClose{width:14px;height:14px;right:30px;top:50%;
	-webkit-transform:rotate(45deg) translateY(-50%);
	-moz-transform:rotate(45deg) translateY(-50%);
	-o-transform:rotate(45deg) translateY(-50%);
	-ms-transform:rotate(45deg) translateY(-50%);
	transform:rotate(45deg) translateY(-50%);
    margin-right: 26px;
    margin-top: 7px;
}

.searchWrap .searClose:before{content:'';display:block;position:absolute;width:14px;height:2px;left:0;top:50%;background:#fff;margin-top:-1px;}
.searchWrap .searClose:after{content:'';display:block;position:absolute;width:2px;height:14px;left:50%;top:0;background:#fff;margin-left:-1px;}
.searchWrap .searClose:hover:before{background:#004fa3;}
.searchWrap .searClose:hover:after{background:#004fa3;}
/* —— Hero —— */
.hero {
	position: relative;
	min-height: min(100vh, 894px);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	text-align: center;
	padding: calc(var(--header-h) + 40px) 20px 80px;
}
.hero .swiperTop-pagination{
    bottom: 24px !important;
}
.hero__slides {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.mySwiperTop {
	position: absolute !important;
	width: 100%;
	top: 0;
	height: 894px;
}

.bgbox {
	height: 894px !important;
	background-size: cover !important;
}

.hero__slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1s var(--ease);
}

.hero__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 32, 80, 0.35) 0%, rgba(0, 20, 50, 0.55) 100%);
	z-index: 2;
}

.hero__content {
	position: relative;
	z-index: 3;
	max-width: 900px;
}

.hero__en {
	font-size: clamp(12px, 2vw, 14px);
	letter-spacing: 0.2em;
	text-transform: uppercase;
	opacity: 0.95;
	margin-bottom: 16px;
}

.hero__title {
	margin: 0;
	font-size: clamp(26px, 5vw, 42px);
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.hero__dots {
	position: absolute;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
	display: flex;
	gap: 10px;
}

.hero__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.6);
	background: transparent;
	padding: 0;
	cursor: pointer;
	transition: background 0.3s, border-color 0.3s;
}

.hero__dot.is-active {
	background: var(--white);
	border-color: var(--white);
}

/* —— 区块通用 —— */
.swiperTop-pagination {
	bottom: 0;
}

.toppag {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	border-radius: 20px;
	background-color: #fff;
	opacity: 0.5;
}

.toppagactive {
	width: 22px;
	background-color: #004b9e;
	opacity: 1;
}

.navbtnlist{
    word-break: keep-all;
    white-space: nowrap;
    display: none;
    flex-direction: column;
    z-index: 999;
    position: absolute;
    left: 54%;
    transform: translateX(-50%);
    padding: 7px 0;
    color: #fff;
    background-color: rgb(13 71 161 / 73%);
    line-height: 33px;
    font-size: 15px;
    border-radius: 0 0 5px 5px;
    width: auto;
    text-align: center;
    margin-top: 4px;
}
.navbtnlist a {
	color: #fff;
	padding: 1px 10px;
	font-size: 15px;
	line-height: 30px;
}

.navbtnlist a:hover {
	display: block;
	color: #fff;
}

.navbtn:hover .navbtnlist {
	display: block;
}

.section {
	padding: 50px 20px;
	position: relative;
	overflow: hidden;
}

.section--gray {
	background: var(--bg-light);
}

.section-inner {
	max-width: var(--max-width);
	margin: 0 auto;
}

.section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.section-head--left .section-title {
	margin-bottom: 0;
}

.section-title {
	margin: 0 0 8px;
}

.section-title__en {
	display: block;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: var(--text-ftitle);
	text-transform: uppercase;
}

.section-title__cn {
	display: block;
	font-size: 26px;
	font-weight: 600;
	color: var(--text);
	margin-top: 4px;
}

.btn-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	padding: 10px 24px;
	font-size: 13px;
	color: var(--white);
	background: var(--brand);
	border: none;
	border-radius: 2px;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.25s;
}

.btn-more:hover {
	background: var(--brand-dark);
	text-decoration: none;
	color: var(--white);
}

/* —— 关于 —— */
#about {
	background: url(../img/home-about.png) center top;
	min-height: 803px;
	background-size: cover;
}

.about-bg-pattern {
	position: absolute;
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	width: 320px;
	height: 320px;
	opacity: 0.06;
	background: repeating-linear-gradient(-45deg,
			var(--brand),
			var(--brand) 1px,
			transparent 1px,
			transparent 12px);
	pointer-events: none;
}

.about-grid {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 48px;
	align-items: center;
	padding: 8% 0;
}

.about-text p {
	margin: 0 0 16px;
	color: var(--text-muted);
	text-align: justify;
}

.about-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 32px;
	padding-top: 28px;
}

.stat-item {
	text-align: center;
}

.stat-item__num {
	font-size: 31px;
	font-weight: 700;
	color: var(--text-ftitle);
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.stat-item__num span {
	font-size: 18px;
	margin-left: 4px;
}

.stat-item__label {
	font-size: 13px;
	color: var(--text-muted);
	margin-top: 4px;
}

.about-image {
	overflow: hidden;
}

.about-image img {
	width: 100%;
	display: block;
	object-fit: cover;
}

/* —— 产品 —— */
#products {
	margin-bottom: 36px;
}

.products-carousel-wrap {
	position: relative;
}

.servicepag {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	border-radius: 50%;
	background-color: #ccc;
}

.servicepagactive {
	background-color: #0d47a1;
}

.swiperA-pagination {
	bottom: 0!important;
}

.product-card {
	width: 24.2% !important;
	margin: 0 7px;
	background: var(--bg-light);
	overflow: hidden;
	transition: box-shadow 0.25s, border-color 0.25s;
}

.product-card:hover {
	box-shadow: 0 8px 28px rgba(0, 64, 152, 0.1);
	border-color: rgba(0, 64, 152, 0.25);
}

.product-card__img {
	aspect-ratio: 4/3;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 8px;
}

.product-card__img img {
	max-height: 334px;
	width: auto;
	object-fit: contain;
}

.product-card__title {
	padding: 10px 16px;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	color: var(--text);
	border-top: 1px solid #f0f2f5;
}


/* —— 生产设备 —— */
.equip-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.equip-card {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	margin: 0;
}

.equip-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.equip-card__cap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px 16px;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
	color: var(--white);
	font-size: 19px;
}
.equip-card__cap a{color:#fff!important}
.equip-card__cap div {
	width: 38px;
	height: 1px;
	background: #fff;
	margin-top: 12px;
}

/* —— 荣誉 —— */
.honor-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 280px;
}

.honor-wrap img {
	margin: 0 auto;
	display: block;
}

/* —— 新闻 —— */
.news-grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.news-card {
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.25s;
}

.news-card__thumb {
	aspect-ratio: 16/10;
	overflow: hidden;
	background: #eee;
}

.news-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-card__body {
	padding: 18px 0 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.news-card__body a{text-decoration:none}
.news-card__title {
	margin: 0 0 10px;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.45;
	color: var(--text-ftitle);
}

.news-card__excerpt {
	margin: 0 0 16px;
	font-size: 13px;
	color: var(--text-muted);
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-card__more {
	font-size: 15px;
	color: var(--brand);
	font-weight: 500;
	align-self: flex-start;
}

.news-card__more:hover {
	text-decoration: underline;
}

/* —— 页脚 —— */
.site-footer {
	background: var(--footer-bg);
	color: #ccc;
	padding: 48px 20px 0;
}

.footer-inner {
	max-width: var(--max-width);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 2fr 0.8fr 0.8fr 0.8fr;
	gap: 40px;
	padding-bottom: 36px;
}

.footer-brand {
	color: var(--white);
}

.footer-brand .brand__logo {
	width: 474px;
	height: 58px;
}

.footer-brand .brand {
	margin-bottom: 20px;
}

.footer-search {
	position: relative;
	max-width: 468px;
	margin-bottom: 24px;
}

.footer-search input {
	width: 100%;
	padding: 16px 0 16px 14px;
	background: #31383e;
	color: var(--white);
	border-radius: 2px;
	font-size: 14px;
	border: none;
}

.footer-search input::placeholder {
	color: #888;
}

.footer-search .form-icon-btn{
    position: absolute;
    right: 10px;
    top: -7px;
    background: none;
    border: none;
    width: 44px;
    height: 62px;
}
.footer-contact {
	color: #bfbfbf;
}

.footer-contact p {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.1;
}

.footer-col h4 {
	margin: 0 0 16px;
	font-size: 18px;
	color: var(--white);
	font-weight: 500;
}

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

.footer-col a {
	color: #aaa;
	font-size: 15px;
	text-decoration: none;
}

.footer-col a:hover {
	color: var(--white);
}

.footer-bottom {
	border-top: 1px solid #333;
	padding: 18px 20px;
	text-align: center;
	font-size: 14px;
	color: #bfbfbf;
}

.footer-bottom a {
	color: #bfbfbf;
}

.bgstyle:hover img {
	transform: scale(1.1);
}

.product-card__img:hover img {
	transform: scale(1);
}

.equip-card:hover img {
	transform: scale(1.1);
}

.news-card__thumb:hover img {
	transform: scale(1.1);
}
/*详情页*/
.jinhuan-banner-box{
    position: absolute;
    left: 0;
    right: 0;
    height: 536px;
    background-size: cover;
    background-position: top;
}
.banner-box h1 {
    width: 100%;
    font-size: 42px;
    font-weight: bold !important;
    color: #fff;
    padding-bottom: 26px;
    margin-top: 14%;
    text-align: center;
    letter-spacing: 6px;
}
.banner-nav{
    display: flex;
    align-items: center;
    font-size: 33px;
    padding-top: 536px;
    width: 100%;
    background-color: rgb(247, 247, 247);
}
.banner-nav-content {
    width: 82%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-nav-content ul{
    display: flex;
}
.banner-nav-content ul li{
    position: relative;
    display: flex;
}
.banner-nav-content ul li a {
    color: #212529;
    padding: 16px 30px;
    font-size: 16px;
}
.banner-nav-content .active{
    background: var(--brand);
    color: #fff;
}
.banner-nav-content p{
    font-size: 14px;
    display: flex;
    align-items: center;
}
.banner-nav-content p a{color: #5b626c;}
.about-ny{
    width: 83%;
    margin: 0 auto;
}
.about-ny .section-title__cn {
    display: block;
    font-size: 34px;
    font-weight: 600;
    color: var(--text);
    text-align: center;
}
.about-ny .section-title__cn::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -13px;
    height: 4px;
    width: 2.5rem;
    background-color:#cfcfcf;
    transform: translateX(-50%);
}
.about-ny .section-title {
    margin: 0 0 58px;
}
.banner-nav-content p img {
    width: 23px;
    margin-right: 3px;
}
.about-ny img {
    max-width: 100%;
    height: auto !important;
}
.image-text-node{
    display: flex;
    flex-direction: row-reverse;
}
.image-text-img-node{
    width: 50%;
    margin-right: 48px;
}
.image-text-content-node{
    flex: 1;
}

.list-text{
    display: flex;
    flex-wrap: wrap;
    height: auto!important;
    padding: 6px 0;
    font-size: 14px;
}
.list-text .servicebox {
    width: 24%;
    background: #f3f4f8;
    margin: 0.5%;
    padding: 8px 8px 0;
}
.servicetext {
    padding: 20px 0;
    font-size: 14px;
}

.servicebox .servicetitle {
	color: #3d3d3d;
	font-size: 15px;
	text-align: center;
}

.content-text{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.content-text .e_text-60,.content-text .e_text-59{
    position: relative;
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 22px;
    color: rgba(224, 0, 0, 1);
    margin-bottom: 5px;
}
.content-text .e_text-60::before,.content-text .e_text-59::before {
    content: '';
    position: absolute;
    top: 17px;
    left: 120px;
    width: 80px;
    height: 1px;
    background: rgb(208 36 32);
}
.content-text .e_text-44 ,.content-text .e_text-47{
        color: rgba(68, 68, 68, 1);
        font-size: 28px;
    margin: 12px 0 0;
    }
.content-text  .e_richText-48 ,.content-text  .e_richText-66{
        font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 0.8;
    }
.content-text .e_text-69{
    font-size: 20px;
    color: rgba(68, 68, 68, 1);
    margin-top: 40px;
}
.content-text .p_item a {
    color: inherit;
    text-decoration: none;
}
.content-text .s_title{
    display: flex;
    align-items: center;
    line-height: 21px;
}
.content-text svg{
    margin-right: 7px;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch
}

.input-group input,.form-group textarea{
    border: 1px solid #e5e5e5;
    padding: 16px;
    padding-left: 19px;
    font-size: 15px;
    width: 100%;
    font-family: 微软雅黑;
}
.content-text .e_container-24,.content-text .e_container-62{
    display: flex;
}
.content-text .cbox-24-1,.content-text .cbox-62-1{
        margin-left: 20px;
        margin-bottom: 20px;
    }
.e_formBtn-411 ,.e_formBtn-41 input{
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 169px;
    padding: 12px 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    height: auto;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 40px;
    background-color:#0d47a1;
    border-style: none;
    border-width: 1px;
    border-color:#0d47a1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: normal;
    display-radio: block;
    font-size: 14px;
    color: #fff!important;
}
.content-text .p_item{flex:1}
.detail-content {
	width: 95%;
	margin: 0 auto;
	padding:29px 33px;
	background-color: #fff;
}
.newsdetail-title {
    padding-bottom: 27px;
    text-align: center;
    font-size: 34px;
    border-bottom: 1px dashed #ccc;
    color: #000;
}
.newsdetail-toptext {
	margin-top: 20px;
	font-size: 12px;
	color: #999;
	text-align: center;
}
.newsdetail-text {
	margin: 10px 0;
    font-size: 16px;
    color: #000;
}
.newsdetail-text img{max-width:100%!important;height:auto!important}
.newsdetail-text h1, .newsdetail-text h2,.newsdetail-text h3,.newsdetail-text h4,.newsdetail-text h5{
    font-size: 16px;
    color: #000;
}
.newsdetail-text p {
    font-size: 16px;
    color: #000;
}
.newsdetail-prevnext{
    margin-top: 5px;
    font-size: 15px;
}
.ny-box .detail-content {
    width: 100%;
}
.ny-box .detail-content a {
    color: #5b626c;
}
    .bookdetail-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
    }
.bookdetail-topimg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    aspect-ratio: 4 / 3;
    padding: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
}
    .bookdetail-topright {
        width: 55%;
    }
    .bookdetail-toptitle {
        padding: 15px 0;
        font-size: 24px;
        font-weight: bold;
        border-bottom: 1px solid #dfdfdf;
    }
    .bookdetail-toptext {
        padding: 20px 0 14px;
        font-size: 15px;
        line-height: 28px;
        color: #666;
    }
      .bookdetail-bottom {
        width: 100%;
        height: 50px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc
    }
    .bookdetail-bottomtitle {
        padding: 13px 50px;
        font-size: 18px;
        line-height: 50px;
        font-weight: bold;
        background-color: #0d47a1;
        color: #fff;
    }
    .product-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 33px;
}
.product-nav li {
    border: solid 1px #dddddd;
    margin: 0 9px;
    display: flex;
    align-items: center;
}
.product-nav li a{
    padding: 16px 53px;
    color: rgba(51, 51, 51, 1);
}
.product-nav li .active{
    padding: 16px 53px;
    color: #fff;
    background: var(--brand);
}
@media (max-width: 1469px) {
	.brand__logo {
		width: 436px;
		height: 48px;
	}

	.site-header.is-scrolled .brand__logo1 {
		display: block;
		width: 436px;
		height: 48px;
	}
	.banner-nav-content {
        width: 95%;
    }
    .about-ny{
        width: 95%;
    }
    .banner-box h1 {
        margin-top: 27%;
    }
    .detail-content {
        padding: 10px 0;
    }.site-header.is-scrolled .nav-primary a {
    color: #fff;
}
}

/* 移动端导航抽屉 */
@media (max-width: 1300px) {
    .detail-content {
        padding: 10px 0;
    }
	#about {
		background: url(../img/home-about1.png) center top;
		min-height: 803px;
		background-size: cover;
	}

	.menu-toggle {
		display: flex;
	}

	.nav-primary {
		position: fixed;
		top: var(--header-h);
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 48, 120, 0.98);
		flex-direction: column;
		align-items: stretch;
		padding: 20px;
		gap: 0;
		transform: translateX(100%);
		transition: transform 0.35s var(--ease);
		overflow-y: auto;
	}

	.nav-primary.is-open {
		transform: translateX(0);
	}

	.nav-primary a {
		padding: 14px 18px;
		line-height: 44px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		font-size: 16px;
	}
	.header-actions {
        gap: 0;
    }


	.about-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.about-stats {
		grid-template-columns: repeat(4, 1fr);
	}

	.products-track {
		grid-template-columns: repeat(2, 1fr);
	}

	.equip-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.news-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.footer-inner {
		grid-template-columns: 1fr 1fr;
	}

	.brand__logo {
		width: 493px;
		height: 58px;
	}

	.site-header.is-scrolled .brand__logo1 {
		display: block;
		width: 493px;
		height: 58px;
	}
	
    .banner-box h1 {
        margin-top: 27%;
    }
}

@media (max-width: 768px) {
	.bgbox {
		height: 558px !important;
		position: relative!important;
	}

	.equip-card {
		height: 390px;
	}

	.header-inner {
		padding: 0 12px;
	}

	.site-header {
		height: 69px;
	}

	.brand__logo {
		width: 336px;
		height: 36px;
	}

	.site-header.is-scrolled .brand__logo1 {
		display: block;
		width: 336px;
		height: 36px;
	}

	:root {
		--header-h: 64px;
	}

	.brand__name-cn {
		font-size: 13px;
	}

	.brand__name-en {
		display: none;
	}

	.section {
		padding: 38px 16px;
	}

	.section-head {
		margin-bottom: 28px;
        flex-wrap: inherit;
	}
	.btn-more {
        min-width: 123px;
        padding: 10px 8px;
        font-size: 12px;
    }

	.hero {
		min-height: min(70vh, 560px);
		padding-bottom: 72px;
	}

	.about-stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.stat-item__num {
		font-size: 18px;
	}

	.products-track {
		grid-template-columns: 1fr;
	}

	.equip-grid {
		grid-template-columns: 1fr;
	}

	.news-grid {
		grid-template-columns: 1fr;
	}

	.footer-inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}


	.section-title__en {
		font-size: 22px;
	}

	.section-title__cn {
		font-size: 25px;
	}

	.about-text h1 {
		font-size: 19px;
		padding-top: 18px;
	}
	.banner-nav-content {
        flex-wrap: wrap;
    }
	.banner-nav-content ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .banner-nav-content ul li {
        font-size: 14px;
        position: relative;
        width: 33%;
        display: flex;
        justify-content: center;
    }
    .banner-box h1 {
        margin-top: 47%;
        font-size: 29px;
        line-height: 34px;
    }
     .image-text-node{
        flex-direction: column;
    }
    .image-text-img-node{
        width: 100%;
    }
    .list-text .servicebox {
        width: 100%!important;
    }
    .pswp img {
        width: 100% !important;
        min-height: 259px !important;
        height: auto !important;
        left: 0 !important;
    }
    .newsdetail-title {
        text-align: center;
        font-size: 24px;
        border-bottom: 1px dashed #ccc;
        color: #000;
        line-height: 38px;
        margin: 12px 0 28px;
        padding-bottom: 26px;
    }
    .product-nav {
    flex-wrap: wrap;
}
.product-nav li {
    border: solid 1px #dddddd;
    margin: 0 9px 14px;
    display: flex;
    align-items: center;
    width: 43%;
}
.product-nav li .active {
    padding: 6px 27px;
    color: #fff;
    background: var(--brand);
    width: 100%;
    text-align: center;
}
.product-nav li a {
    width: 100%;
    padding: 6px 26px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}
    .content-text {
        flex-direction: column;
    }
	.footer-col {
		display: none;
	}
	.bookdetail-top {
    flex-direction: column;
}
.bookdetail-topimg ,.bookdetail-topright{
    width: 100%;
}
	.product-card {
        width: 96% !important;
    }
    .searchWrap .searchInp {
        width: 89%;
    }
    .mySwiperTop {
        height: 68vh;
    }
    .searchWrap {
        top: 71px;
    }
    .banner-nav-content ul li a {
        font-size: 14px;
    }
    .nav-primary li:hover .navbtnlist{display:none!important}
    .site-header.is-scrolled .nav-primary a {
    color: #fff;
}
.jinhuan-banner-box {
    height: 400px;
}
.banner-nav {
    padding-top: 400px;
}
}

@media (max-width: 480px) {
	.header-inner {
		padding: 0 12px;
	}

	.site-header {
		height: 69px;
	}

	.brand__logo {
		width: 247px;
		height: 29px;
	}

	.site-header.is-scrolled .brand__logo1 {
		display: block;
		width: 247px;
		height: 29px;
	}

	.section {
		padding: 30px 16px;
	}

	.section-title__en {
		font-size: 19px;
	}

	.section-title__cn {
		font-size: 22px;
	}

	.footer-col {
		display: none;
	}
}
.pageBox {
	text-align: center;
	margin: 0 auto;
}

.pageBox a {
	border: 1px solid #ddd;
	display: inline-block;
	margin: 0 6px 6px 0;
	color: #707070;
	padding: 0 12px;
	height: 34px;
	font: bold 14px/34px arial;
}

.pageBox a:hover,
.pageBox a:active {
	background: #004098;
	color: #FFFFFF;
	text-decoration: none;
}

.pageBox .cur {
	background: #004098;
	border: 1px solid #004098;
	text-decoration: none;
}

.pageBox a.cur {
	color: #fff;
}
