@font-face {
  font-family: "AlibabaPuHuiTi";font-weight: 250;src: url("//at.alicdn.com/wf/webfont/iU7h4qi2eXGE/vM02Bliq6ksg.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/iU7h4qi2eXGE/5TByuAxxYI7e.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "AlibabaPuHuiTi";font-weight: 300;src: url("//at.alicdn.com/wf/webfont/iU7h4qi2eXGE/BxkEMWSJanHV.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/iU7h4qi2eXGE/WttJu305mc3e.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "AlibabaPuHuiTi";font-weight: 400;src: url("//at.alicdn.com/wf/webfont/iU7h4qi2eXGE/QCnnvxt3Zgej.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/iU7h4qi2eXGE/um75odGo76gu.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "AlibabaPuHuiTi";font-weight: 600;src: url("//at.alicdn.com/wf/webfont/iU7h4qi2eXGE/cnF01jQlIxsp.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/iU7h4qi2eXGE/31h1h2lKsyGn.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "AlibabaPuHuiTi";font-weight: 700;src: url("//at.alicdn.com/wf/webfont/iU7h4qi2eXGE/ugcZxVXWJyPo.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/iU7h4qi2eXGE/IXN5Ney4lH0H.woff") format("woff");
  font-display: swap;
}
* {
  font-family: "AlibabaPuHuiTi", -apple-system, BlinkMacSystemFont, "Segoe UI", 
               "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 
               "Source Han Sans SC", sans-serif;
  font-weight: 400; 
}
html,body {
	 
      position: relative;
      height: 100%;
    }

    body {
	  width:100vw;
      background: #fff;
      font-size: 14px;
      color: #fff;
      margin: 0;
      padding: 0;
    }

    .swiper {
      width: 100%;
      height: 100%;
    }
        .swiper-slide {
          
        }
    
        .swiper-slide img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
html {
	font-size: 100px;
	padding: 0;
	margin: 0;
}

body {
	font-size: 0.18rem;
	padding: 0;
	margin: 0;
}


.pointer{
	cursor: pointer;
}
.hide {
	display: none !important;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

.w-max {
	width: 100vw;
}

.w100 {
	width: 100%;
}
.toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; /* 防止点击穿透 */
    max-width: 80%;
    text-align: center;
}

.toast.show {
    opacity: 1;
}
.flex {
	display: flex;
}

.justify-start {
	display: flex;
	justify-content: flex-start;
}

.justify-end {
	display: flex;
	justify-content: flex-end;
}

.justify-center {
	display: flex;
	justify-content: center;
}

.justify-between {
	display: flex;
	justify-content: space-between;
}

.justify-around {
	display: flex;
	justify-content: space-around;
}
.align-center{
	align-items: center;
}
.justify-evenly {
	display: flex;
	justify-content: space-evenly;
}

.justify-items-start {
	display: flex;
	justify-items: start;
}

.justify-items-end {
	display: flex;
	justify-items: end;
}

.justify-items-center {
	display: flex;
	justify-items: center;
}

.justify-items-stretch {
	display: flex;
	justify-items: stretch;
}

.align-center {
	align-items: center;
}
.font-bold{
	font-weight: bold;
}
.pt-5{
	padding-top: 5px;
}
.pt-10{
	padding-top: 10px;
}
.pt-15{
	padding-top: 15px;
}
.pt-20{
	padding-top: 20px;
}
.pt-30{
	padding-top: 30px;
}
.pt-40{
	padding-top: 40px;
}
.pt-45{
	padding-top: 45px;
}
.pt-50{
	padding-top: 50px;
}
.pr-20{
	padding-right: 20px;
}
.pr-30{
	padding-right: 30px;
}
.vertical-text {
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.menu-list {
	width: 0.6rem;
	font-size: 0.2rem;
	color: #fff;
}

.menu-list a {
	letter-spacing: 0.05rem;
}

.nav a {
	color: #fff;
}

a {
	text-decoration: none;
}

.swiper-img {
	width: 100%;
}

:root {
	--swiper-theme-color: #AA8B53 !important;
}

.swiper-slide img {
	width: 100%;
	/* 宽度填满父容器 */
	height: auto;
	/* 高度自动保持比例 */
	display: block;
	/* 避免图片下方间隙 */
	object-fit: cover;
	/* 可选：保持图片比例并填充容器 */
}

.sub-menu {
	background: none !important;
	z-index: 1000;
	color: #AA8B55;
	font-size: 0.22rem;
	font-weight: bold;
	line-height: 30px;
	left: 130px;
	top: 360px;
}

.sub-menu div {
	margin-top: 0.2rem;
}

.menu-text {
	display: flex;
	font-weight: 100;
	padding-left: 0px;
	height: 560px;
	border-left: 1px solid #AA8B55;
	/* border-right: 1px solid #AA8B55; */
	justify-content: space-between; /* 左右文字贴边 */
	align-items: center;
	width:76px;
	padding-top: 30px;
	color: #794618;
	font-weight: bold;
}

.menu-text:last-child {
  border-right: 1px solid #794618;
}
.currentSub{
	font-weight: bold;
	color: #AB8D52;
	background: rgba(221, 212, 203, 0.5);
}

.company-name {
	font-size: 0.4rem;
}

.header2 {
	width: 100vw;
	height: 0.8rem;
	background-color: #fff;
	z-index: 1000;
}

.more-menu,
.close-btn {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background-color: #dabe87;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 55%;
	cursor: pointer;
	;
}

.header2-name {
	color: #000;
	font-size: 0.34rem;
	cursor: pointer;
}

.navBg {
	position: fixed;
	z-index: 110;
	width: 60%;
	padding-top: 60%;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.8);
	top: -100%;
	right: -100%;
	transition: all 1s;
	backdrop-filter: blur(0.125rem);
}

.dd {
	top: 0;
	right: 10%;
	transform: matrix(4, 0, 0, 4, 0, 0);
}
.nav2.hide{
	display: none;
}
.nav2 {
	position: fixed;
	width: 93%;
	margin: 0 4%;
	left: 0;
	top: 10vh;
	height: 80vh;
	z-index: 111;
	display: none;
}

.nav2 ul {
	display: flex;
	justify-content: space-around;
	height: 100%;
	align-items: center;
	width: 100%;
}

.nav2 li {
	display: table-cell;
	vertical-align: middle;
	width: 14.285%;
	box-sizing: border-box;
}

.nav2 li .oneMenu {
	font-size: 0.3rem;
	color: #fff;
	display: block;
	margin-bottom: 0.25rem;
	text-align: center;
	position: relative;
}

.nav2 li .twoMenu {
	display: none;
	transition: all 2.2s ease-in;
}

.twoMenu a {
	display: block;
	text-align: center;
	color: #Fff;
	font-size: 0.225rem;
	line-height: 200%;
}

.close-menu,
.more-menu {
	z-index: 1000;
	right: 8%;
}

.mySwiper .swiper-slide:nth-child(n+2) img {
	/* margin-top: 0.5rem; */
	/* 根据需要调整边距值 */
}
/* 新闻 */
.news-container{
	width: auto;
	height: 622px;
	position: absolute;
	top:120px;
	left: 162px;
	/* border:solid #ff00ff 1px; */
	z-index: 1000;
	display: flex;
	justify-content:space-around;
}
.news-main div img{
	width: 600px;
	height: 340px;
}

.news-item .news-item-img img{
	width: 214px;
	height: 152px;
}
.news-content{
	text-align: left;
	color: #78552B;
}
.news_detail{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.news-detail img{
	max-width: 100%;
	height: auto;
}
.news-detail video{
	max-width: 100%;
	height: auto;
}
.news-arrow{
	top:0;
	right:20px;
}
.news-date{
	font-size: 32px;
}
.news-more{
	position: absolute;
	bottom:-105px;
	/* border:solid #ff00ff 1px; */
	right: 0;
	width: 70px;
	height: 30px;
}
.news-resume{
	font-size: 14px;
}
/* 产品 */
.product-container{
	width: 1470px;
	height: auto;
	top:0px;
	right: 0px;
}
.product-top-banner{
	padding-top: 80px;
}
.product-top-banner img{
	width: auto;
	height: auto;
}
.product-container .product-list{
	width: 1300px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
	padding-top: 0px;
}
.product-item{
	margin-top:0px;
	min-width: calc(33.33% - 10px);
}
.product-item img{
	width: 4rem;
	height: 4rem;
	border:1px solid #1B1972;
	margin-top: 20px !important;
}
.product-attr{
	color:#fff;
	width: 500px;
	height: 170px;
	bottom: 10px;
	padding: 20px 0px 20px 0px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.7;
}
.product-a{
	    display: flex;
		align-items: center;
		justify-content: center;
	    border: 1px solid #1B1972;
	    text-align: center;
	    width: 94%;
	    margin: 0 auto;
	    background: rgba(255, 255, 255, .5);
		min-width: 200px;
		height: 50px;
		font-size: 20px;
}
.product-a:hover,.product-a:link{
	color:#1B1972;
}
@media  screen and (max-width: 768px) {
  .product-item img{
    width: 3rem;
    height: 3rem;
  }
}
/* 服务中心 */
.service-list{
	height: 500px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 100px;
	top:270px;
	right:300px;	
}
.service-img{
	width: 180px;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
/* .service-img:hover{
	opacity: .6;
}
.service-img:hover::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 179px;
	height: 178px;
	border: 1px solid #78552b;
	z-index: 1;
} */
.service-list div img{
	width: 175px;
	height: 175px;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	position: relative;
	z-index: 0;
}
/* 脚注 */
.footer{
	background-color: #fff;
	padding: 0 8% 0 8%;
	height: 200px;
	color: #78552b;
	line-height: 2;
	display: flex;
	justify-content: space-between;
}
.common-footer{
	background: linear-gradient( 90deg, #1B1972 0%, rgba(27,25,114,0.6) 100%);
	padding: 0 8%;
	min-height: 150px;
	color: #fff;
	line-height: 2;
	display: flex;
	justify-content: space-between;
}

.footer-left,.footer-right{
	display: flex;
	align-items:center;
}
.footer-qrcode-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.footer-qrcode-block img {
  width: 90px;
  height: 90px;
  background: #fff;
  object-fit: cover;
}
.footer-qrcode-label {
  font-size: 14px;
  color: #e0f7fa;
}
.footer-qrcodes {
  flex: 1;
  min-width: 180px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .nav2{
    display: none !important;
  }
  .news_title{
    font-size: 0.16rem !important;
    font-weight: bold !important;
  }
  .news_detail{
    font-size: 0.12rem !important;
    overflow: hidden;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
  .common-footer{
    padding: 0 .1rem 0 0;
  }
  .link-list{
    white-space: nowrap !important;
  }
  .link-list a{
    font-size: 0.12rem !important;
    
  }
  .footer-site-name{
    font-size: 0.12rem !important;
  }
  .foot-icp{
    font-size: 0.12rem !important;
  }
  .footer-qrcodes {
    display: flex;
    margin-right: 1rem;
    gap: 0.06rem;
}
  .footer-qrcode-block{
    flex-wrap: nowrap;
  }
  .footer-qrcode-block img {
    width: 0.4rem;
    height: 0.4rem;
    background: #fff;
    object-fit: cover;
  }
  .footer-qrcode-label {
    font-size: 0.1rem;
    color: #e0f7fa;
  }
  .submenu a{
    font-size: 0.18rem !important;
  }
  .detail-content{
    font-size: 0.14rem !important;
  }
}

.link-list{padding-bottom: 0.25rem;font-size:0.2rem; vertical-align: middle;line-height:100%;}
.link-list a{ font-size:0.25rem; margin:0 0.25rem;vertical-align: middle;display: inline-block; color: #fff;line-height:100%;}
.link-list a:first-child {
  margin-left: 0;
}
/* 其他页面 */
.submenu{ 
  width: 100%; 
  border-bottom:2px solid #1B1972; 
  text-align: center; 
  background: #fff;
  white-space: nowrap;
  min-height: 1rem;
}
.submenu::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
.submenu a{
  display: inline-block;
  margin:0 0.625rem;
  font-size:0.25rem;
  color: #ccc;
  position: relative;
  line-height: 1rem;
  white-space: nowrap;
  font-weight: bold;
}
.submenu a.current{ color: #1B1972;}
.submenu a.current::after{ display: inline-block; position: absolute; background: url("../img/icon_down.png") no-repeat; width: 0.3rem; height: 0.15rem; left:50%; bottom:-0.15rem; margin-left:-0.15rem; content: ''; background-size: 100%;}
.detail-content{
	/* background: url('../img/other-bg.jpg')  center/cover no-repeat; */
	min-height: 600px;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color: #333;
	padding: 0 8% 0 8%;
	margin:0;
	box-sizing: border-box;
}
.content{
	width: 90%;
	margin-top: 5%;
	margin-bottom: 5%;
}
.content img{
	max-width: 100%;
}
.news_list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.news_item {
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    padding: 32px 36px;
    gap: 32px;
    /* transition: box-shadow 0.2s; */
    box-sizing: border-box;
}
.news_item:hover {
    box-shadow: 0 8px 32px rgba(27,25,114,0.12);
}
.news_left {
    flex-shrink: 0;
}
.news_left img {
    width: 260px;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    background: #f5f5f5;
}
.news_right {
    display: flex;
    flex-direction: column;
	align-items: justify-between;
    flex: 1;
    color: #000;
    gap: 12px;
    min-width: 0; /* 防止内容溢出 */
    width: 100%;
}
.news_title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}
.news_title a {
    color: #000;
    text-decoration: none;
}
.news_title a:hover {
    text-decoration: underline;
}
.news_date {
    font-size: 15px;
    color: #888;
    margin-top: 8px;
	text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_anthor {
  font-size: 15px;
  color: #888;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50%;
}
.news-detail-title{
font-weight: bold;
font-size: 40px;
color: #1B1972;
text-align: center;
padding-top: 20px;
border-bottom: 2px solid #1B1972;
cursor: pointer;
background: #fff;
}
.sub-title {
	width: 200px;
	padding-bottom: 20px;
	position: relative;
}
.sub-title::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -14px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 14px solid #1B1972;
}
.detail-title{
	margin-top: 1rem;
	display: flex;
	justify-content:center;
	font-size: 0.3rem;
	border-bottom:1px solid #1c1c1c;
	padding: 0px 0px 0.4rem;
}
.detail-info{
	display: flex;
	justify-content: center;
	width: 100%;
	color: #999;
	padding-top: 0.28rem;
	margin-bottom: 0.46rem;
}

/* @media screen and (max-width: 1024px) {
  .detail-title{
    font-size: 0.16rem !important;
    font-weight: bold;
  }
  .detail-info{
    font-size: 0.16rem !important;
  }
  .news-detail{

  }
} */

.notice-title,.notice-title a,.notice-date{
	color: #333;
	line-height: 2;
}
.notice-item:nth-child(5n) {
    margin-bottom: .2rem;
    border-bottom: 1px dashed #c58f39;
    padding-bottom: .2rem;
}
.next-prev{
	clear: both;
	padding: 0 8% 0 8%;
	font-size: 0.22rem;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1.25rem;
	background: #fff;
}
.next-prev span{
	color: #333;
}
.next-prev  a{
	color: #1B1972;
}
.page{
	display: flex;
	justify-content: center;
	width: 100%;
}
.pagination{
	display: flex;
	list-style: none;
}
.pagination li{
	padding: 10px;
}
.page .pagination li{
	margin-right:0.125rem;
	font-size:0.175rem;
	display:inline-block;
	/* padding:0.05rem 0.15rem 0.05rem 0.15rem; */
	border:1px solid #8a8a8a;
	background:#fff;
	border-radius:0.075rem;}
.page .pagination li a,.page .pagination li span{
	color:#000;
}
.page .pagination .active{
	background:#cb9a4d;
	color:#fff;
	/* margin-right:0.1125rem; */
	font-size:0.2rem;
	display:inline-block;
	padding:.1rem;
}
.pagination li.active span{
	color:#fff !important;
}
@media screen and (max-width: 1440px) {

	.header2-name,
	.company-name {
		font-size: 0.3rem;
	}
}

@media screen and (max-width: 1200px) {

	.header2-name,
	.company-name {
		font-size: 0.2rem;
	}
}

@media screen and (max-width: 1024px) {

	.header2-name,
	.company-name {
		font-size: 0.2rem;
	}
}

@media screen and (max-width: 920px) {
	.header{display: block;}
	.searchBtnrBox {
		top: 100%;
		right: 5%;
		width: 90%;
		border-radius: 20px;
	}

	.hbinput {
		line-height: 34px;
		font-size: 16px;
		margin-left: 0.25rem;
		width: 70%;
	}

	.btns {
		width: 30px;
		height: 30px;
		margin-top: 2px;
		margin-right: 5px;
		border-radius: 20px;
	}

	.conW,
	.conW2 {
		width: 94%;
	}

	.header2 .conW {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.header2 .logo img {
		height: 40px;
	}

	.header2 {
		height: auto;
	}

	.header2 .search span.MenuBtn {
		margin-left: 5px;
	}

	.search span {
		width: 30px;
		height: 30px;
		line-height: 24px;
		margin-left: 5px;
	}

	.header .conW {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.header {
		position: relative;
	}

	.nav {
		display: none;
		overflow: hidden;
		height: 0;
	}

	.navBg {
		border-radius: 0;
		width: 100%;
		padding-top: 0;
		height: 100%;
		right: -100%;
		top: 0;
		transition: all .6s;
		backdrop-filter: blur(2rem);
	}

	.dd {
		right: 0;
		transform: unset;
	}

	.header2 .logo img {}

	.header2-name,
	.company-name {
		font-size: 16px;
	}

	.swiper {
		width: 100%;
	}

	.mySwiper .swiper-slide:nth-child(n+2) img {
		margin-top: 0rem;
		/* 根据需要调整边距值 */
	}
	
	.more-menu,.close-btn {
		width: 0.35rem;
		height: 0.35rem;
	}
}

@keyframes flyInBottom {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.fly-in-bottom {
    animation: flyInBottom 1.5s ease-out forwards;
}

@keyframes flyInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.fly-in-right {
    animation: flyInRight 1.5s ease-out forwards;
}

@keyframes scaleUp {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.scale-up {
    animation: scaleUp 1.5s ease-out forwards;
}

/* 企业概况 about 页面优势三栏主样式 */
.about-advantage-list {
  background: #fff;
  width: 9rem;
  min-width: 3.6rem;
  padding: 0;
  overflow: hidden;
  z-index: 2;
  margin-top: 1rem;
}

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

.about-advantage-title {
  font-weight: 400;
  font-size: 32px;
  color: #1C1C1C;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 10px;
}

.about-advantage-desc {
  font-weight: 300;
  font-size: 15px;
  color: #1C1C1C;
  text-align: center;
  font-style: normal;
  text-transform: none;
}


/* 移动端新闻模块样式 */
.m-news-section {
  width: 100vw;
  background: #fff;
  padding: 0.32rem 0;
  overflow: hidden;
  position: relative;
}

.m-news-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.04rem;
  background: linear-gradient(90deg, #1B1972 0%, rgba(27,25,114,0.3) 100%);
}

.m-news-header {
  padding: 0 0.32rem;
  margin-bottom: 0.24rem;
  position: relative;
  text-align: center;
}

.m-news-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.08rem;
}

.m-news-title {
  font-weight: bold;
  font-size: 0.24rem;
  color: #1B1972;
  margin-bottom: 0.08rem;
  position: relative;
  display: inline-block;
}

.m-news-line {
  width: 0.5rem;
  height: 0.03rem;
  background-color: #1B1972;
  margin-bottom: 0.08rem;
}

.m-news-subtitle {
  font-weight: 300;
  font-size: 0.15rem;
  color: rgba(28,28,28,0.5);
  letter-spacing: 0.08rem;
}

.m-news-scroll-view {
  width: 100vw;
  padding: 0 0.32rem;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  scroll-behavior: smooth;
  padding-bottom: 0.2rem;
  display: flex;
  
  cursor: grab; /* 添加抓取光标提示可滚动 */
}

.m-news-scroll-view:active {
  cursor: grabbing; /* 点击时显示抓取中光标 */
}

.m-news-scroll-view::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

.m-news-card {
  background: #fff;
  border-radius: 0.12rem;
  box-shadow: 0 0.04rem 0.16rem rgba(0,0,0,0.08);
  overflow: hidden;
  min-width: 1.85rem;
  max-width: 2.64rem;
  flex: 0 0 auto;
  border: 1px solid #f0f0f0;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

.m-news-card-inner {
  padding: 0.16rem;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  height: 100%;
}

.m-news-date {
  display: flex;
  align-items: baseline;
  gap: 0.08rem;
}

.m-news-day {
  font-size: 0.24rem;
  font-weight: bold;
  color: #1C1C1C;
}

.m-news-date-info {
  font-size: 0.12rem;
  color: rgba(28,28,28,0.4);
}

.m-news-content {
  display: flex;
  flex-direction: column;
}

.m-news-card-title {
  font-size: 0.12rem;
  font-weight: bold;
  color: #1C1C1C;
  margin-bottom: 0.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: color 0.2s ease;
  white-space: normal;
}

.m-news-card:hover .m-news-card-title {
  color: #1B1972;
}

.m-news-card-desc {
  font-size: 0.1rem;
  color: #666;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.m-news-card-img {
  width: 100%;
  height: 1.6rem;
  overflow: hidden;
  border-radius: 0.08rem;
}

.m-news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.m-news-card:hover .m-news-card-img img {
  transform: scale(1.05);
}

.m-news-card:hover {
  box-shadow: 0 0.08rem 0.24rem rgba(0,0,0,0.12);
}

.m-news-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.03rem;
  background: linear-gradient(90deg, #1B1972 0%, rgba(27,25,114,0.6) 100%);
  transition: width 0.3s ease;
}

.m-news-card:hover::after {
  width: 100%;
}

.m-news-more {
  display: flex;
  justify-content: center;
  margin-top: 0.32rem;
  padding: 0 0.32rem;
}

.m-news-more-btn {
  display: inline-block;
  background: #1B1972;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 0.14rem;
  padding: 0.08rem 0.3rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.m-news-more-btn:active {
  transform: scale(0.95);
}
.m-arrow-bg{
  margin-bottom: 0.2rem;
}
.m-arrow-bg::hover{
  background-color: #1B1972;
}
/* 企业概况 about 页面主内容区样式 */
.about-title {
  font-weight: bold;
  color: #1B1972;
  font-size: 40px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.about-subtitle {
  font-weight: 300;
  font-size: 15px;
  color: rgba(28,28,28,0.5);
  letter-spacing: 13px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 30px;
}
.about-desc {
  font-weight: 300;
  font-size: 16px;
  color: #1C1C1C;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  /* width: 3.2rem;  // 删除或注释掉这一行 */
  width: 100%;
  max-width: 6.2rem; /* 如果你想最大宽度不超过3.2rem */
  margin-bottom: 40px;
  word-break: break-all; /* 防止长单词或英文不换行 */
  white-space: normal; 
}

/* 主体左右分栏 */
.about-main-layout {
  display: flex;
  width: 100vw;
  min-height: 100vh;
}
.about-bg-left {
  width:50vw;
  background: #faf9f6 url('/assets/img/about/about-img3.jpg') left top no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: .4rem;
  padding-left: .8rem;
}
.about-content-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 0.8rem 0 0 0;
  min-height: 4rem;
}
.about-content-left {
	margin-top: 1rem;
  flex: 1;
  padding: 0 .4rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* min-width: 3.2rem; */
}
.about-btn {
  display: inline-block;
  background: linear-gradient( 90deg, #1B1972 0%, rgba(27,25,114,0.6) 100%);
  border-radius: 0px 24px 0px 24px;
  color: #fff;
  font-size: .18rem;
  padding: 0.12rem 0.36rem;
  text-decoration: none;
  margin-top: .1rem;
  transition: background 0.2s;
}
.about-btn:hover {
  background: #1B1972;
}
/* 右侧主图 */
.about-main-img-wrap {
  background: #fff url('/assets/img/about/about-img1.jpg') center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50vw;
  min-height: 100vh;
  position: relative;
}
.about-main-img {
  width: 100%;
  max-width: 700px;
  height: 100vh;
  object-fit: cover;
  border-radius: 0 0 0 0;
  box-shadow: none;
}



/* 新闻页面专用样式 */
.news-section {
  background: #faf9f6 url('/assets/img/about/about-img3.jpg') right top no-repeat;
  background-size: auto 100%;
  min-height: 100vh;
  width: 100vw;
  position: relative;
  display: flex;
  justify-content: center;
}
.news-section .news-container {
  min-height: 622px;
  z-index: 1000;
  background: none;
}
.news-section .news-info-panel {
  min-width: 220px;
  color: #1B1972;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-section .news-info-title {
  width: 160px;
  height: 51px;
  font-weight: bold;
  font-size: 40px;
  color:#1B1972;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 8px;
  margin-top: 50px;
}
.news-section .news-info-en {
  font-weight: 300;
  font-size: 15px;
  color: rgba(28,28,28,0.5);
  letter-spacing: 13px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 24px;
  white-space: nowrap;
}
.news-section .news-info-driver {
	margin-top:40px;
	width: 100px;
	height: 4px;
	background: #1B1972;
	border-radius: 4px 4px 4px 4px;
}
.news-section .news-info-desc {
  margin-top: 10px;
  margin-bottom: 290px;
font-weight: 400;
font-size: 20px;
color: #1C1C1C;
text-align: left;
font-style: normal;
text-transform: none;
}
.news-section .news-info-pagination {
  margin: 32px 0 24px 0;
  color: #1B8F9E;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-section .news-page-arrow {
  color: #1B8F9E;
  font-size: 22px;
  cursor: pointer;
  user-select: none;
}
.news-section .news-page-num {
  font-size: 22px;
  color: #1B8F9E;
  font-weight: bold;
}
.news-section .news-page-split,
.news-section .news-page-total {
  color: #bdbdbd;
  font-size: 18px;
}
.news-section .news-info-btn {
	display: inline-block;
	background: linear-gradient( 90deg, #1B1972 0%, rgba(27,25,114,0.6) 100%);
    border-radius: 0px 24px 0px 24px;
	color: #fff;
	font-size: 18px;
	padding: 12px 36px;
	text-decoration: none;
	margin-top: 10px;
	transition: background 0.2s;
	border: none;
}
.news-section .news-info-btn:hover {
  background: #1B1972;
}
.news-section .news-cards-panel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:center ;
	flex: 1;
  margin-left: 1rem;
}
.news-section .news-card-driver {
	border-left: 0.5px solid rgba(28,28,28,0.3);
	height: 5.46rem;
}
.news-section .news-card {
  background: #fff;
  border-radius: 12px;
  padding: 0.32rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 20vw;
  /* width: 100%; */
  box-sizing: border-box;
}
.news-section .news-card img {
  width: 100%;
  height: 2rem;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 16px;
}
.news-section .news-card-date {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	margin-top: 0.15rem;
	width: 0.47rem;
height: 0.51rem;
font-weight: 400;
font-size: 40px;
color: #1C1C1C;
text-align: left;
font-style: normal;
text-transform: none;
}
.news-section .news-card-date span{
	margin-bottom: 10px;
	width: 102px;
height: 25px;
font-weight: 300;
font-size: 20px;
color: rgba(28,28,28,0.4);
text-align: left;
font-style: normal;
text-transform: none;
}
.news-section .news-card-title {
  margin-top: 75px;
  width: 100%;
height: 25px;
font-weight: bold;
font-size: 20px;
color: #1C1C1C;
text-align: left;
font-style: normal;
text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-section .news-card-resume {
	margin-top: 13px;
	width: 100%;
	height: 35px;
	font-weight: 300;
	font-size: 12px;
	color: #1C1C1C;
	text-align: left;
	font-style: normal;
	text-transform: none;
  margin-bottom: 10px;
  line-height: 1.6;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.news-section .news-card-btn {
  width: 60px;
  height: 60px;
  background: rgba(28,28,28,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(40,162,159,0.15);
  cursor: pointer;
  transition: box-shadow 0.2s, background 0.2s;
  border: none;
}
.news-section .news-card-btn:hover {
  background: #1B8F9E;
  box-shadow: 0 4px 16px rgba(40,162,159,0.25);
}
.news-section .news-card-btn svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  display: block;
}

.news-section .news-card:hover {
  box-shadow: 0px 14px 63px -18px rgba(0,0,0,0.25);
}
.news-section .news-card:hover .news-card-title {
  color:#1B1972;
}
.news-section .news-card:hover .news-card-btn {
	background: linear-gradient( 108deg, #1B1972 0%, rgba(27,25,114,0.62) 100%);
}
.news-section .news-card:hover::after {
  content: '';
  display: block;
  position: absolute;
  left: 2.5%;
  bottom: 0;
  width: 95%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient( 108deg, #1B1972 0%, rgba(27,25,114,0.62) 100%);
}
.news-section .news-card {
  position: relative;
}
.menu-new-item{
	position: relative;
    display: inline-block;
}
/* .menu-new-item::after {
    content: '';
    display: block;
    position: absolute;
    left: 20%;
    bottom: -6px;
    width: 60%;
    height: 2px;
    border-radius: 1px;
    background: #000;
    opacity: 0;
    transition: opacity 0.2s, background 0.2s;
} */
.menu-item {
    position: relative;
    display: inline-block;
	font-size: 0.3rem;
}
.menu-item::after {
    content: '';
    display: block;
    position: absolute;
    left: 20%;
    bottom: -6px;
    width: 60%;
    height: 2px;
    border-radius: 1px;
    background: #000;
    opacity: 0;
    transition: opacity 0.2s, background 0.2s;
}
.menu-item:hover::after {
    opacity: 1;
}
.menu-center.menu-white-underline .menu-item:hover::after {
    background: #fff;
}

.service-swiper .swiper-button-next,
.service-swiper .swiper-button-prev {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    background: rgba(27,25,114,0.12);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s;
}
.service-swiper .swiper-button-next {
    right: 0;
}
.service-swiper .swiper-button-prev {
    left: 0;
}
.service-swiper .swiper-button-next:hover,
.service-swiper .swiper-button-prev:hover {
    background: #1B1972;
    color: #fff;
}

.service-swiper .swiper-slide{
	width:220px !important;
	height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(27,25,114,0.08);
    overflow: hidden;
}

.service-swiper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
    background: #000;
    display: block;
    margin: 0 auto;
}
.video-swiper{
	max-height: 700px;
}
.video-swiper .swiper-slide{
	width:1920px;
	display: flex;
	justify-content: space-around;
}
.video-swiper .swiper-slide video{
	width:220px !important;
	height: 390px;
}
.video-list{
	width: 1100px;
	display: flex;
	justify-content: space-around;
}
/* 菜单响应式样式 */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) {
 .pc {
    display: flex !important;
  }
  .mobile {
    display: none !important;
  }
}

.m-top-menu{
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 0.16rem 0.2rem;
  box-sizing: border-box;
  width: 100vw;
  height: 1rem;
}
.mobile-company-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.02rem;
}
.mobile-company-cn {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: bold;
  font-size: 0.16rem;
  color: #1C1C1C;
  letter-spacing: 0.01rem;
  line-height: 1.1;
}
.mobile-company-en {
  font-size: 0.12rem;
  color: #1C1C1C;
  letter-spacing: 0.07rem;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 500;
  margin-top: 0.02rem;
}
.mobile-menu-btn {
  width: 0.4rem;
  height: 0.4rem;
  background: #1B1972;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.mobile-menu-btn .menu-icon {
  width: 0.22rem;
  height: 0.22rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.04rem;
}
.mobile-menu-btn .menu-icon span {
  display: block;
  height: 0.03rem;
  width: 100%;
  background: #fff;
  border-radius: 0.02rem;
}

.m-about-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 80vw;
  background: #F6F6F6;
}
.m-advantage-list {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  border-right: 1px dashed #d1d1d1;
  background: #fff;
  overflow: hidden;
}
.m-advantage-list img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}
.m-about-profile {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  background: #fcf9f3;
  overflow: hidden;
}
.m-about-top-box {
  flex: 1;
  height: 41vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.12rem 0.14rem;
  min-height: 0;
}
.m-about-title {
  font-size: 0.14rem;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: bold;
  color: #1B1972;
  margin-bottom: 0.08rem;
  letter-spacing: 0.01rem;
}
.m-about-en {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 300;
  font-size: 0.06rem;
  color: rgba(28,28,28,0.5);
  letter-spacing: 0.08rem;
  margin-bottom: 0.09rem;
  white-space: nowrap;
}
.m-about-desc {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 300;
  font-size: 0.08rem;
  color: #1C1C1C;
  line-height: 0.11rem;
  margin-bottom: 0.13rem;
  text-align: left;
font-style: normal;
text-transform: none;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;

}
.m-about-btn {
  display: inline-block;
  background: linear-gradient( 90deg, #1B1972 0%, rgba(27,25,114,0.6) 100%);
  border-radius: 0px 0.2rem 0px 0.2rem;
  color: #fff;
  font-size: 0.1rem;
  padding: 0.08rem 0.12rem;
  text-decoration: none;
  margin-top: 0.02rem;
  transition: background 0.2s;
}
.m-about-btn:hover {
  background: #1B1972;
}
.m-about-img {
  flex: 1;
  width: 100%;
  height: 39vw;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 0;
}
.m-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.m-yushan-section {
  width: 100vw;
  background:#1B1972;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.m-yushan-title {
  color: #fff;
  font-size: 0.16rem;
  font-weight: bold;
  margin-bottom: 0.18rem;
}
.m-yushan-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  margin-bottom: 0.22rem;
}
.m-yushan-feature {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
}
.m-yushan-feature-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.12rem;
}
.m-yushan-feature-icon {
  width: 0.28rem;
  height: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.m-yushan-feature-title {
  color: #fff;
  font-size: 0.16rem;
  font-weight: bold;
  margin-bottom: 0;
}
.m-yushan-feature-desc {
  color: #fff;
  font-weight: 300;
  font-size: 0.10rem;
}
.m-yushan-video-panel {
  width: 100%;
  margin-top: 0.18rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-yushan-video-wrap {
  width: 100vw;
  overflow: hidden;
  background: #000;
  position: relative;
}
.m-yushan-video {
  width: 100%;
  object-fit: fill;
  display: block;
}

.m-product-section {
  width: 100vw;
  background: #1B1972;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m-product-header {
  padding: 0.24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.18rem;
}
.m-product-cctv {
  width: 85vw;
  margin-bottom: 0.08rem;
}
.m-product-desc {
  font-size: 0.16rem;
 
  color: #fff;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: bold;
  margin-bottom: 0.18rem;
}
.m-product-gallery {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.18rem;
  padding: 0 0.24rem 0.24rem 0.24rem;
}
.m-product-main-img {
  flex: 1.3;
  background: #fff;
  border-radius: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.12rem;
}
.m-product-main-img img {
  height: 56vw;
  border-radius: 0.12rem;
  display: block;
}
.m-product-thumbs {
  flex: 0.7;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}
.m-product-thumbs img {
  width: 15vw;
  height: 10vw;
  border-radius: 0.12rem;
  object-fit: cover;
  background: #fff;
  border: 2px solid #e0e0e0;
}
.m-product-feature-list {
  margin-top: 0.1rem;
  display: flex;
  flex-direction: column;
  padding: 0 0.24rem 0.24rem 0.24rem;
}
.m-product-item {
  padding: 0.12rem;
  margin-bottom: 0.08rem;
  color: #fff;
}
.m-product-feature {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.12rem;
  margin-top: 0.08rem;
  margin-bottom: 0.08rem;
}
.m-feature-label {
  font-size: 0.16rem;
  font-weight: bold;
  color: #fff;
}
.m-feature-tag {
  font-size: 0.1rem;
  color: #1B1972;
  background: linear-gradient( 90deg, #E5BA82 0%, #EEDEC1 100%);
  border-radius: 0.04rem;
  padding: 0.02rem 0.12rem;
  margin-left: 0.06rem;
  font-weight: bold;
}
.m-feature-desc {
  font-size: 0.11rem;
  color: #fff;
  line-height: 1.7;
  font-weight: 300;
  margin-left: 0.02rem;
}
.m-news-card .active-arrow {
  display: none;
}

.m-news-card:hover .active-arrow {
  display: block;
}

.m-news-card:hover .no-active-arrow {
  display: none;
}

/* 添加触摸设备支持 */
@media (hover: none) {
  .m-news-card:active .active-arrow {
    display: block;
  }
  
  .m-news-card:active .no-active-arrow {
    display: none;
  }
}

/* 视频模块样式 */
.m-video-section {
  width: 100vw;
  height: 5.3rem;
  background-image: url('/assets/img/index/service-bg.jpg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}


.m-video-scroll-view {
  width: 100vw;
  padding: 0 0.32rem;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  scroll-behavior: smooth;
  padding-bottom: 0.2rem;
  display: flex;
  gap: 0.2rem; /* 添加视频之间的间距 */
  cursor: grab; /* 添加抓取光标提示可滚动 */
}

.m-video-scroll-view:active {
  cursor: grabbing; /* 点击时显示抓取中光标 */
}

.m-video-scroll-view::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

.m-video-group {
  display: flex;
  gap: 0.2rem;
  flex: 0 0 auto;
}

.m-video-container {
  position: relative;
  width: 1.85rem;
  height: 3.2rem;
  overflow: hidden;
  box-shadow: 0 0.04rem 0.16rem rgba(0,0,0,0.08);
  flex: 0 0 auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.m-video-container:hover {
  transform: scale(1.02);
  box-shadow: 0 0.08rem 0.24rem rgba(0,0,0,0.16);
}

.m-video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-video-controls {
  position: absolute;
  bottom: 0.1rem;
  right: 0.1rem;
  z-index: 10;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.m-video-container:hover .m-video-controls {
  opacity: 1;
}

.m-video-fullscreen {
  background: rgba(0,0,0,0.5);
  border: none;
  border-radius: 50%;
  width: 0.36rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease;
}

.m-video-fullscreen:hover {
  background: rgba(27,25,114,0.8);
}

.m-video-fullscreen svg {
  width: 0.24rem;
  height: 0.24rem;
}

@media (max-width: 768px) {
  .m-video-container {
    width: 1.6rem;
    height: 2.8rem;
  }
  
  .m-video-fullscreen {
    width: 0.32rem;
    height: 0.32rem;
  }
  
  .m-video-fullscreen svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}

/* 深蓝色移动端页脚样式 - 根据图片设计 */
.m-footer-blue {
  width: 100vw;
  color: #fff;
  font-family: "AlibabaPuHuiTi", -apple-system, BlinkMacSystemFont, sans-serif;
  position: relative;
}


.m-footer-blue-company {
  font-weight: bold;
  font-size: 0.13rem;
  text-align: center;
  margin-top: 0.4rem;
  margin-bottom: 0.12rem;
  letter-spacing: 0.01rem;
}

.m-footer-blue-divider {
  width: 95vw;
  height: 0.01rem;
  background: rgba(255,255,255);
  margin: 0 auto;
}

.m-footer-blue-partners {
  margin: 0.12rem 0;
}

.m-footer-blue-partner-text {
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
}

.m-footer-blue-partner-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0.1rem 0;
}

.m-footer-blue-logo {
  height: 0.2rem;
  object-fit: contain;
  filter: brightness(0) invert(1); /* 转成白色图标 */
}
.m-footer-blue-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.15rem
}
.m-footer-blue-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.06rem;
  ;
  margin: 0.15rem 0 0.05rem 0;
}

.m-footer-blue-phone {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  font-size: 0.14rem;
}

.m-footer-blue-icon {
  width: 0.14rem;
  height: 0.14rem;
  object-fit: contain;
}

.m-footer-blue-address {
  font-size: 0.12rem;
  color: rgba(255,255,255,0.9);
  margin-left: 0.26rem;
}

.m-footer-blue-email {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  font-size: 0.12rem;
  margin: 0.1rem 0 0.15rem;
}

.m-footer-blue-qrcodes {
  display: flex;
  justify-content: space-between;
  margin: 0.15rem 0;
  gap: 0.1rem;
}

.m-footer-blue-qrcode-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.05rem;
}

.m-footer-blue-qrcode {
  width: 0.3rem;
  height: 0.3rem;
  background-color: #fff;
  border-radius: 0;
}

.m-footer-blue-qrcode-label {
  font-size: 0.1rem;
  color: rgba(255,255,255,0.9);
}

.m-footer-blue-copyright {
  font-size: 0.08rem;
  color: rgba(255,255,255,0.8);
  margin-top: 0.12rem;
  line-height: 1.4;
  text-align: center;
}

/* 移动端导航菜单样式 */
.m-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(5px);
}

.m-nav-overlay.active {
  opacity: 1;
}

.m-nav-menu {
  position: fixed;
  top: 0;
  right: -85vw;
  width: 85vw;
  height: 100vh;
  background: linear-gradient(135deg, #1B1972 0%, rgba(27,25,114,0.9) 100%);
  z-index: 1000;
  transition: right 0.3s ease;
  overflow-y: auto;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
}

.m-nav-menu.active {
  right: 0;
}

.m-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.24rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.m-nav-title {
  color: #fff;
  font-size: 0.22rem;
  font-weight: bold;
}

.m-nav-close {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.m-nav-close span {
  position: absolute;
  width: 0.2rem;
  height: 0.02rem;
  background: #fff;
  border-radius: 0.01rem;
}

.m-nav-close span:first-child {
  transform: rotate(45deg);
}

.m-nav-close span:last-child {
  transform: rotate(-45deg);
}

.m-nav-content {
  padding: 0.1rem 0;
}

.m-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.m-nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.m-nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.18rem 0.24rem;
  color: #fff;
  font-size: 0.18rem;
  cursor: pointer;
  position: relative;
}

.m-nav-arrow {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  border-right: 0.02rem solid #fff;
  border-bottom: 0.02rem solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.m-nav-item.expanded .m-nav-arrow {
  transform: rotate(-135deg);
}

.m-subnav {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
}

.m-subnav-link {
  display: block;
  padding: 0.14rem 0.24rem 0.14rem 0.48rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.16rem;
  text-decoration: none;
  transition: background 0.2s;
}

.m-subnav-link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* 确保移动端菜单按钮样式正确 */
.mobile-menu-btn {
  width: 0.4rem;
  height: 0.4rem;
  background: #1B1972;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.mobile-menu-btn:hover {
  background: rgba(27,25,114,0.8);
}

.mobile-menu-btn .menu-icon {
  width: 0.22rem;
  height: 0.22rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.04rem;
}

.mobile-menu-btn .menu-icon span {
  display: block;
  height: 0.03rem;
  width: 100%;
  background: #fff;
  border-radius: 0.02rem;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 768px) {
  .news_item {
    flex-direction: column;
    padding: 20px;
    gap: 16px;
  }
  
  .news_left {
    width: 100%;
  }
  
  .news_left img {
    width: 100%;
    height: auto;
    max-height: 200px;
  }
  
  .news_right {
    width: 100%;
  }
  
  .justify-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .detail-title {
    font-size: 0.16rem;
    font-weight: bold;
    padding: 0 10px 0.3rem;
    margin-top: 0.5rem;
  }
  
  .detail-info {
    font-size: 0.16rem;
    flex-direction: column;
    align-items: center;
  }
  
  .detail-info > div {
    width: 100%;
    justify-content: center;
    gap: 15px;
  }
  
  .news-detail {
    padding: 0 10px;
  }
  
  .next-prev {
    font-size: 0.16rem;
    flex-direction: column;
    gap: 10px;
    padding: 0 5% 0.8rem;
  }
}

.submenu-banner {
  width: 100%;
  overflow: hidden;
  max-height: 4rem;
}

.submenu-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 4rem;
}


