
@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:1920px;
      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 {
	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: -webkit-box;
	-webkit-line-clamp: 1;
	/* -webkit-box-orient: vertical; */
	overflow: hidden;
	/* text-overflow: ellipsis; */
	/* word-break: break-all; */
	font-size: 16px;
	color: #333;
	line-height: 1.7;
	width: 1150px;
	height: 100px;
}
.news-detail img{
	max-width: 1500px;
}
.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: 400px;
	height: 400px;
	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;
}
/* 服务中心 */
.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% 0 8%;
	height: 200px;
	color: #fff;
	line-height: 2;
	display: flex;
	justify-content: space-between;
}
.footer-left,.footer-right{
	display: flex;
	align-items:center;
}
.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;}
.submenu{ width: 100%; border-bottom:2px solid #1B1972; text-align: center; background: #fff;}
.submenu a{display: inline-block;margin:0 0.625rem;font-size:0.3rem;color: #ccc;position: relative;line-height: 1rem;}
.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: center;
	color: #333;
	padding: 0 8% 0 8%;
	margin:0;
}
.content{
	width: 90%;
	margin-top: 5%;
	margin-bottom: 5%;
}
.content img{
	max-width: 1400px;
}
.news_list {
    width: 100%;
    max-width: 1500px;
    margin: 40px 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; */
}
.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;
}
.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;
}
.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;
}
.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;
	}

	.nav2 {
		width: 100%;
		margin: 0;
		position: absolute;
		clear: both;
		top: 2rem;
		left: 0;
		height: auto;
	}

	.nav2 ul {
		width: 92%;
		margin-left: 4%;
		display: block;
	}

	.nav2 li {
		display: block;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, .6);
		padding: 10px 0;
	}

	.nav2 li .oneMenu {
		font-size: 18px;
		text-align: left;
		color: #dabe87;
		margin-bottom: 10px;
	}

	.nav2 li .twoMenu {
		width: 100%;
		font-size: 0;
		display: block;
	}

	.twoMenu a {
		display: inline-block;
		text-align: left;
		font-size: 16px;
		margin-right: 20px;
		line-height: 30px;
	}

	.nav2 li:nth-child(1) .oneMenu {}

	.nav2 li:last-child {
		border-bottom: 0;
	}

	.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;
  max-width: 1156px;
  width: 1156px;
  padding: 0;
  overflow: hidden;
  bottom: 89px;
  left: 110px;
  position: absolute;
  z-index: 2;
}

.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;
}

/* 大屏平板响应式 */
@media (max-width: 1400px) {
  .about-advantage-list {
    max-width: 90vw;
    width: 90vw;
    left: 5vw;
    bottom: 60px;
  }
  .about-advantage-list img {
    width: 90%;
    height: 180px !important;
    margin: 0 auto;
  }
  .about-bg-left {
    flex: 1.2;
    padding-left: 60px;
  }
}

/* 平板端响应式 */
@media (max-width: 1200px) {
  .about-advantage-list {
    flex-direction: column;
    gap: 24px;
    margin-top: 36px;
    align-items: center;
    max-width: 98vw;
    width: 98vw;
    position: static;
    left: 0;
    bottom: 0;
  }
  .about-advantage-item {
    min-width: 0;
    width: 90vw;
    max-width: 420px;
    padding: 28px 18px 18px 18px;
    border-right: none;
    border-bottom: 1.5px solid #f0f0f0;
    height: auto;
  }
  .about-advantage-item:last-child {
    border-bottom: none;
  }
  .about-advantage-list img {
    width: 85%;
    height: 160px !important;
    margin: 0 auto;
  }
  .about-bg-left {
    flex: 1;
    padding-left: 40px;
  }
  .about-navbar-inner {
    max-width: 98vw;
  }
  .about-content-box {
    padding: 40px 0 0 0;
  }
}

/* 手机端响应式 */
@media (max-width: 900px) {
  .about-advantage-list {
    flex-direction: column;
    gap: 24px;
    margin-top: 36px;
    align-items: center;
    max-width: 98vw;
    width: 98vw;
    position: static;
    left: 0;
    bottom: 0;
  }
  .about-advantage-item {
    min-width: 0;
    width: 90vw;
    max-width: 420px;
    padding: 28px 18px 18px 18px;
    border-right: none;
    border-bottom: 1.5px solid #f0f0f0;
    height: auto;
  }
  .about-advantage-item:last-child {
    border-bottom: none;
  }
  .about-advantage-list img {
    width: 80%;
    height: 120px !important;
    margin: 0 auto;
  }
  .about-bg-left {
    flex: 1;
    padding-left: 20px;
  }
  .about-navbar {
    height: 54px;
  }
  .about-nav-item {
    font-size: 15px;
    margin: 0 12px;
  }
  .about-content-box {
    padding: 18px 0 0 0;
  }
  .about-title {
    font-size: 22px;
  }
  .about-subtitle {
    font-size: 12px;
  }
  .about-desc {
    font-weight: 300;
    font-size: 16px;
    color: #1C1C1C;
    line-height: 20px;
    font-style: normal;
    text-transform: none;
	width: 780px;
	text-align: justify;
	text-justify: inter-word;
  }
  .about-btn {
    font-size: 12px;
    padding: 6px 12px;
  }
  .about-main-img {
    height: 180px;
  }
  .about-advantage-title {
    font-size: 14px;
  }
  .about-advantage-desc {
    font-size: 10px;
  }
}

/* 小屏手机响应式 */
@media (max-width: 768px) {
  .about-advantage-list img {
    width: 75%;
    height: 100px !important;
    margin: 0 auto;
  }
  .about-bg-left {
    padding-left: 15px;
  }
}

/* 超小屏手机响应式 */
@media (max-width: 480px) {
  .about-advantage-list img {
    width: 70%;
    height: 80px !important;
    margin: 0 auto;
  }
  .about-bg-left {
    padding-left: 10px;
  }
}

/* 企业概况 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: 721px;
  margin-bottom: 40px;
}

/* 主体左右分栏 */
.about-main-layout {
  display: flex;
  width: 100vw;
  min-height: 100vh;
}
.about-bg-left {
  flex: 1.4;
  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;
  position: relative;
  padding-bottom: 40px;
  padding-left: 80px;
}
.about-content-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0 0 0;
  min-height: 400px;
}
.about-content-left {
	margin-top: 100px;
  flex: 1;
  padding: 0 40px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 320px;
}
.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: 18px;
  padding: 12px 36px;
  text-decoration: none;
  margin-top: 10px;
  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;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: 420px;
  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;
}

@media (max-width: 1400px) {
  .about-main-layout {
    flex-direction: column;
  }
  .about-bg-left, .about-main-img-wrap {
    min-width: 0;
    width: 100vw;
    min-height: unset;
  }
  .about-main-img {
    max-width: 100vw;
    height: 320px;
    border-radius: 0;
  }
  .about-content-box, .about-advantage-list {
    max-width: 98vw;
    margin-left: 0;
    margin-right: 0;
  }
}

/* 新闻页面专用样式 */
.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: 100px;
}
.news-section .news-card-driver {
	border-left: 0.5px solid rgba(28,28,28,0.3);
	height: 546px;
}
.news-section .news-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 340px;
  max-width: 400px;
  width: 400px;
  /* width: 100%; */
  box-sizing: border-box;
}
.news-section .news-card img {
  width: 100%;
  height: 197px;
  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: 15px;
	width: 47px;
height: 51px;
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: 333px;
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: 333px;
	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;
}
.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;
}
@media (max-width: 1400px) {
  .news-section .news-container {
    width: 98vw;
    min-height: 480px;
    margin-top: 80px;
  }
  .news-section .news-info-panel {
    margin-right: 20px;
  }
  .news-section .news-card {
    min-width: 220px;
    max-width: 320px;
    padding: 18px 10px 16px 10px;
  }
  .news-section .news-cards-panel {
    gap: 12px;
  }
}
@media (max-width: 900px) {
  .news-section .news-container {
    flex-direction: column;
    align-items: center;
    width: 100vw;
    min-height: unset;
    margin-top: 0;
  }
  .news-section .news-info-panel {
    width: 100vw;
    min-width: unset;
    margin-right: 0;
    align-items: center;
    text-align: center;
  }
  .news-section .news-cards-panel {
    flex-direction: column;
    gap: 16px;
    width: 100vw;
    align-items: center;
  }
  .news-section .news-card {
    min-width: 90vw;
    max-width: 98vw;
    margin-right: 0;
  }
}
.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;
}
