
@media (min-width: 1500px) {
  .container {
    /* width: 1500px; */
    padding: 0;
  }
}
@media (min-width: 1300px) {
  .container {
    /* width: 1300px; */
    padding: 0;
  }
}
.banner {
  background: url(../images/bg001.svg) no-repeat left top;
  background-size: 100%;
  padding: 40px 0 30px;
  /* height: 950px; */
  position: relative;
}

/* 视频横幅样式 */
.VideoBanner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
  z-index: 1;
}

.VideoBanner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.VideoBanner video:focus {
  outline: none;
}

/* 确保内容在固定导航栏下方正确显示 */
body {
  margin: 0;
  padding: 0;
}

/* 为有固定导航栏的页面内容添加顶部间距 */
.homeNews {
  position: relative;
  z-index: 2;
}
.banner .container::before,
.banner .container::after {
  /* width: 1350px; */
  display: none;
}
.banner .sectionL {
  /* position: relative; */
  width: 455px;
  flex: 0 0 455px;
}
.banner .sectionL::after {
  display: block;
  content: '';
  width: 71px;
  height: 75px;
  position: absolute;
  left: 40%;
  top: 180px;
  background: url(../images/star.svg) no-repeat center;
  background-size: contain;
}
.banner .sectionL .en {
  /* height: 80px; */
  width: 295px;
  display: block;
}
.banner .title {
  display: inline-block;
  background: linear-gradient(270deg, #3C67D3 0.08%, #DF2360 101.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* font-family: "Heiti SC"; */
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.2px;
}
.banner .title::after {
  display: block;
  content: '';
  background: var(--linear);
  width: 160px;
  height: 5px;
  border-radius: 10px;
  margin-top: 15px;
}
.banner .sub {
  color: #4C3F9D;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.04px;
  margin-top: 30px;
}
.banner .infos {
  color: #7C88A7;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 10px;
}
.banner .more {
  width: 140px;
  height: 46px;
  border-radius: 100px;
  background: var(--linear);
  box-shadow: 0px 10px 20px 2px rgba(88, 126, 225, 0.30);
  text-align: center;
  line-height: 46px;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}
.banner .videoPlay {
  padding-left: 55px;
  background: url(../images/play.svg) no-repeat center left;
  background-size: 46px;
  height: 46px;
  color: #3C67D3;
  font-size: 15px;
  font-weight: 500;
  line-height: 46px;
  cursor: pointer;
  margin-top: 30px;
}
.banner .thumb {
  width: 680px;
  flex: 0 0 680px;
}

.homeService {
  /* background: #F3F5F6; */
  padding-bottom: 20px;
  position: relative;
  margin-top: 40px;
}
.homeService::after {
  display: block;
  content: '';
  width: 100%;
  height: 75px;
  position: absolute;
  left: 0;
  bottom: 0;
  /* background: #F3F5F6; */
  z-index: -1;
}
.homeService .row {
  background: var(--white);
  padding: 30px 0 40px;
  /* margin-top: -80px; */
  border-radius: 16px;
  box-shadow: 0px 12px 24px 12px rgba(174, 186, 217, 0.08);
}
.homeService .thumb {
  width: 140px;
  height: 140px;
}
.homeService .title {
  color: #102863;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 1.25px;
  margin-top: 30px;
}
.homeService .text {
  color: #8A92A9;
  font-size: 16px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 0.9px;
  text-align: justify;
  margin-top: 10px;
}
.homeService .item {
  position: relative;
  padding: 0 30px;
}
.homeService .item + .item::before {
  display: block;
  content: '';
  width: 1px;
  height: 320px;
  height: 220px;
  background: #ECECEC;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -160px;
  margin-top: -110px;
}

.homeProduct {
  height: 70vh;
  padding-top: 25vh;
  background: #F3F5F6;
  padding-bottom: 20px;
}
.homeProduct .container {
  /* background: url(../images/nugabast1.svg) no-repeat top right; */
  background-size: auto 95px;
}
.homeProduct .thumb {
  width: 488px;
  flex: 0 0 488px;
}
.homeProduct .content {
  flex: 0 0 555px;
}
.homeProduct .seriesTitle {
  font-size: 36px;
  font-weight: 700;
  height: 40px;
  padding-left: 50px;
  background: url(../images/icon001.png) no-repeat center left;
  background-size: 40px;
}
.homeProduct .seriesTitle span {
  background: linear-gradient(270deg, #3C67D3 0.08%, #DF2360 101.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
}
.homeProduct .title {
  color: #102863;
  text-shadow: 0px 8px 14px rgba(88, 126, 225, 0.16);
  font-size: 32px;
  font-weight: 700;
  line-height: 60px; /* 170.213% */
  margin-top: 10px;
}
.homeProduct .infos {
  color: #7C88A7;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 178.571% */
}
.homeProduct .more {
  color: #102863;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
}
.homeProduct .more img {
  width: 20px;
  margin-left: 10px;
}

.homeProductList {
  height: 30vh;
  background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}
@media (max-width: 1380px) {
  .homeProductList .container {
    overflow: hidden;
  }
}
.homeProductList .productList {
  overflow: hidden;
  padding: 0 30px 40px;
  margin: 0 -30px;
  position: relative;
}
.homeProductList .item {
  border-radius: 20px;
  padding: 15px 0 25px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.homeProductList .item.swiper-slide-duplicate-prev + .item + .item,
.homeProductList .item.swiper-slide-prev {
  box-shadow: none;
}
.homeProductList .item .thumb {
  width: 160px;
  height: 160px;
  clear: both;
}
.homeProductList .item .title {
  margin: 16px;
  color: #102863;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.homeProductList .item .more {
  display: inline-block;
  text-align: center;
  margin: 0 20px 0;
  font-size: 16px;
}
.homeProductList .item .cate {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: url(../images/bg003.svg) no-repeat center;
  background-size: contain;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  float: right;
  margin-right: 15px;
}
.homeProductList .swiper-button-next::after, 
.homeProductList .swiper-button-prev::after {
  display: none;
}
.homeProductList .container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.homeProductList .swiper-button-prev {
  background: url(../images/pright.svg) no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  cursor: pointer;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: rotate(-180deg) translateY(50%);
}

.homeProductList .swiper-button-next {
  background: url(../images/pright.svg) no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  cursor: pointer;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.modilTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #102863;
  text-shadow: 0px 8px 14px rgba(88, 126, 225, 0.16);
  font-size: 36px;
  font-weight: 700;
  line-height: 40px; /* 160% */
  letter-spacing: 3px;
  margin: 40px 0 40px;
}
.modilTitle span {
  background: linear-gradient(270deg, #3C67D3 0.08%, #DF2360 101.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 3px;
}
.modilTitle img {
  display: block;
  width: 50px;
  height: 50px;
}

.homeAdvant {
  position: relative;
  z-index: 1;
  /* min-height: 600px; */
  background: url(../images/bg006.svg) no-repeat left bottom;
  background-size: 50%;
}
@media (max-width: 1500px) {
  .homeAdvant {
    background-size: 60%;
  }
}
@media (max-width: 1300px) {
  .homeAdvant {
    background-size: 70%;
  }
}
.homeAdvant .sectionL {
  width: 520px;
  flex: 0 0 520px;
  margin-right: 20px;
  padding-top: 50px;
}
.homeAdvant .sectionL .en {
  color: #102863;
  /* font-family: "Heiti SC"; */
  font-size: 36px;
  font-weight: 700;
  line-height: 50px; /* 218.182% */
  letter-spacing: 2.2px;
}
.homeAdvant .sectionL .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 50px; /* 208.333% */
  background: var(--Linear, linear-gradient(270deg, #3C67D3 0.08%, #DF2360 101.88%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homeAdvant .sectionL .infos {
  width: 405px;
  color: #7C88A7;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px; /* 216.667% */
  height: 96px;
}
.homeAdvant .sectionL .more {
  display: block;
  border-radius: 9999px;
  background: var(--Linear, linear-gradient(270deg, #3C67D3 0.08%, #DF2360 101.88%));
  /* 投影 */
  box-shadow: 0px 10px 20px 2px rgba(88, 126, 225, 0.30);
  width: 140px;
  height: 46px;
  line-height: 46px;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
}
.homeAdvant .videoWrap {
  height: 380px;
  width: 70%;
  border-radius: 26px;
  overflow: hidden;
  background: var(--black);
}
.homeAdvant .videoWrap video {
  width: 100%;
  height: 100%;
  display: block;
  /* margin-top: -60px; */
}

.homeHistory {
  margin-top: 50px;
  background: url(../images/bg004.svg) no-repeat center right;
}
.homeHistory .thumb {
  width: 470px;
  flex: 0 0 470px;
  margin-right: 55px;
}
.homeHistory .titleWrap .title {
  color: #102863;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px; /* 160% */
  /* letter-spacing: 3px; */
  display: flex;
  align-items: center;
}
.homeHistory .titleWrap .title span {
  background: linear-gradient(270deg, #3C67D3 0.08%, #DF2360 101.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  /* letter-spacing: 3px; */
}
.homeHistory .titleWrap img {
  width: 50px;
  height: 50px;
  margin-left: 10px;
}

.homeHistory .titleWrap .text {
  color: #7C88A7;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px; /* 222.222% */
  margin-top: 16px;
}
.homeHistory .list {
  margin-top: 16px;
}
.homeHistory .list .item {
  display: flex;
  align-items: center;
  /* margin: 40px 0 20px; */
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  background: var(--white);
  padding: 15px 0;
}
.homeHistory .list .item + .item {
  margin-top: 18px;
}
.homeHistory .list .icon {
  width: 85px;
  height: 85px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 10px 20px 2px rgba(88, 126, 225, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.homeHistory .list .icon img {
  width: 50px;
  height: 50px;
}
.homeHistory .list .date {
  width: 100px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #102863;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  /* letter-spacing: 1.4px; */
  border-right: 1px #D9D9D9 solid;
}
.homeHistory .list .date span {
  display: block;
  color: #8A92A9;
  text-align: right;
  /* font-family: "Heiti SC"; */
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.homeHistory .list .content {
  padding-left: 30px;
}
.homeHistory .list .tit {
  color: #102863;
  font-size: 20px;
  font-weight: 700;
  /* letter-spacing: 1.1px; */
}
.homeHistory .list .txt {
  margin-top: 4px;
  color: #7C88A7;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  /* letter-spacing: 0.9px; */
}

.homeNews {
  /* background: #F3F5F6; */
  padding: 60px 0 35px;
  margin-top: 40px;
  margin-top: -40px;
}
.homeNews .swiperWrap {
  position: relative;
  margin: 40px -60px 0;
  padding: 0 60px;
}
.homeNews .list {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 48px;
}
.homeNews .list .item {
  display: block;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0px 16px 20px 6px rgba(174, 186, 217, 0.08);
  padding: 10px;
  width: 31%;
}
.homeNews .list .thumb {
  border-radius: 10px;
  height: 210px;
  margin-bottom: 10px;
}
.homeNews .list .swiper-pagination {
  bottom: 0px;
}
.homeNews .list .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #DCDCDC;
  opacity: 1;
}
.homeNews .list .swiper-pagination-bullet-active {
  width: 30px;
  background: #4E75D6;
  border-radius: 100px;
}
.homeNews .list .title {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px; /* 183.333% */
  height: 48px;
  overflow: hidden;
}
.homeNews .list .date {
  margin-top: 20px;
  color: #7C88A7;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px; /* 200% */
}
.homeNews .list .date .iconfont {
  font-size: 24px;
  color: #8A92A9;
  line-height: 28px;
}
.homeNews .swiper-button-prev::after,
.homeNews .swiper-button-next::after {
  display: none;
}
.homeNews .swiper-button-prev {
  background: url(../images/left.svg) no-repeat;
  background-size: 100% 100%;
  width: 36px;
  height: 36px;
  left: 0;
}
.homeNews .swiper-button-next {
  background: url(../images/right.svg) no-repeat;
  background-size: 100% 100%;
  width: 36px;
  height: 36px;
  right: 0;
}
@media (max-width: 1340px) {
  .homeNews .swiperWrap {
    padding: 0;
    margin: 50px 0 0;
  }
}
.homeNews .modul1 {
  width: 100%;
  display: flex;
}

.homeNews .titleBox {
  flex: 0 0 290px;
}
.homeNews .en {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 375% */
  /* letter-spacing: 1.44px; */
  text-transform: uppercase;
}
.homeNews .en::after {
  display: block;
  content: '';
  height: 4px;
  border-radius: 6px;
  background: var(--linear);
  margin-top: 8px;
  width: 250px;
}
.homeNews .cn {
  margin-top: 15px;
  color: #102863;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px; /* 166.667% */
  letter-spacing: 2.1px;
}
.homeNews .dateTabs {
  height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 60px;
  border-left: 1px #979EB3 solid;
  padding-left: 20px;
}
.homeNews .dateTabs .tab {
  position: relative;
  cursor: pointer;
  color: #7C88A7;
  width: 120px;
  font-size: 16px;
  font-weight: 400;
}
.homeNews .dateTabs .tab::before {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  background: var(--white);
  border-radius: 20px;
  filter: drop-shadow(0px 2px 6px rgba(88, 126, 225, 0.20));
  position: absolute;
  left: -29px;
  top: 50%;
  transform: translate(0, -50%);
}
.homeNews .dateTabs .tab::after {
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  background: #8A92A9;
  border-radius: 20px;
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translate(0, -50%);
}
.homeNews .dateTabs .tab.act {
  color: #3C67D3;
}
.homeNews .dateTabs .tab.act::after {
  background: #3C67D3;
}
.homeNews ul .item {
  display: flex;
}
.homeNews ul .item .thumb {
  width: 345px;
  height: 225px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 2px solid var(--white);
  box-shadow: 0px 16px 20px 6px rgba(174, 186, 217, 0.08);
  margin-right: 24px;
}
.homeNews ul .item .title {
  color: #102863;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  /* letter-spacing: 1.1px; */
}
.homeNews ul .item .title::after {
  display: block;
  content: '';
  width: 330px;
  height: 4px;
  background: var(--linear);
  border-radius: 10px;
  margin: 14px 0;
}
.homeNews ul .item .text {
  color: #7C88A7;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; /* 200% */
  /* letter-spacing: 0.9px; */
}
.homeNews ul .item .more {
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline;
  margin-top: 30px;
  display: inline-block;
}


.contactUs {
  width: 1200px;
  margin: auto;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0px 10px 20px 2px rgba(88, 126, 225, 0.30);
  display: flex;
  margin-bottom: -125px;
  z-index: 9;
  position: relative;
}
.contactUs .map {
  width: 585px;
  flex: 0 0 585px;
  height: 430px;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  margin-right: 60px;
}
.contactUs .content {
  padding: 25px 25px 25px 0;
}
.contactUs .name {
  color: #102863;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 36px;
}
.contactUs ul li {
  color: #7C88A7;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px; /* 222.222% */
}
.contactUs .msg {
  margin-top: 30px;
}
.contactUs .msg .item {
  display: flex;
}
.contactUs .msg .iconfont {
  font-size: 22px;
  color: #102863;
  line-height: 36px;
}
.contactUs .msg span {
  display: block;
  color: #7C88A7;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px; /* 266.667% */
}
.footer {
  /* padding-top: 170px; */
  margin-top: 80px;
}

.homeTitleWrap {
  margin-bottom: 30px;
}
.homeTitleWrap .title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 3px;
  color: #102863;
}
.homeTitleWrap .title span {
  background: var(--linear);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 3px;
}

/* 新闻中心标题设置为黑色 */
.homeNews .homeTitleWrap .title span {
  background: none !important;
  background-clip: unset !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #000 !important;
  color: #000 !important;
}


/*弹窗浮动窗口*/
.scroll-pane {
  width: 100%;
  overflow: auto;
  margin: 45px 0 0;
}
.scroll-pane img {
  max-width: 100%;
}
.popBtn{width:18px; height:18px; cursor:pointer; float:right; margin-left:1px; margin-top:12px; display:inline; background: url(../images/buttons.png) no-repeat;}
.popClose{margin-right:10px; width:15px; background-position:-39px 0}
.popClose:hover{background-position:-39px -20px}
.popShow{background-position:0px 0}
.popShow:hover{background-position:0px -20px}
.popHide{background-position:-19px 0}
.popHide:hover{background-position:-19px -20px}
/*#lmt {width:444px; height:332px; padding:3px; overflow:hidden; background: url(images/bg_open.png) no-repeat;}*/
/*#lmt {width:400px; height:650px; padding:3px; overflow:hidden; background: url(images/bg_open.png) no-repeat;background-size: cover;}*/
.lmt {width:400px;height:600px;padding:3px;overflow:hidden;background: url(../images/bg_open.png?v=1) no-repeat;background-size: auto;background-color:#f2f2f2;margin-top: 5px;}
.lmt img {
	display: block;
}
.mini {
	width: 226px !important;
	position: fixed;
	bottom: 0;
	right: 0;
}
.lmt-text{
	font-size:14px;
	margin:30px 20px;
}
.lmt-text h5{
	text-align:center;
	font-size:20px;
	line-height:36px;
	margin-bottom:10px;
}
.lmt-text p{
	font-size:14px;
	line-height:26px;
	 color:#fff;
}
.cl:before, .cl:after {
  content: " ";
  display: table;
}
/*弹窗浮动窗口结束*/
/*new style*/
.VideoBanner{
  width: 100%;
  height: 100vh;
}

/* homeProduct 产品展示区域样式 */
/* .homeProduct {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  overflow: hidden;
} */

.homeProduct::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
  z-index: 1;
}

.homeProduct .container {
  position: relative;
  z-index: 2;
}

.homeProduct .productContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.homeProduct .productInfo {
  flex: 1;
  max-width: 300px;
}

.homeProduct .productTitle {
  margin-bottom: 20px;
}

.homeProduct .productTitle .series {
  font-size: 46px;
  font-weight: bold;
  color: #2c3e50;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
}

.homeProduct .productTitle .title {
  font-size: 46px;
  color: #2c3e50;
  line-height: 1.2;
  font-weight: 700;
}

.homeProduct .productDesc {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  font-weight: 400;
}



.homeProduct .productImage img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.homeProduct .productAction {
  flex: 0 0 auto;
}

.homeProduct .viewDetails {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.homeProduct .viewDetails:hover {
  color: #007bff;
  transform: translateX(5px);
}

.homeProduct .viewDetails .iconWrapper {
  position: relative;
  width: 60px;
  height: 60px;
  background-image: url('/static/images/u179.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

.homeProduct .viewDetails .iconWrapper::after {
  content: '';
  border-width: 0px;
  position: absolute;
  left: 49%;
  top: 44%;
  width: 13px;
  height: 16px;
  background-image: url('/static/images/u180.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%) rotate(45deg);
}

.homeProduct .viewDetails:hover .iconWrapper {
  transform: translateX(3px);
}

/* 响应式设计 */
@media (max-width: 768px) {
  .homeProduct {
    padding: 60px 0;
  }
  
  .homeProduct .productContent {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  
  .homeProduct .productTitle .series {
    font-size: 48px;
  }
  
  .homeProduct .productTitle .title {
    font-size: 24px;
  }
  
  .homeProduct .productDesc {
    font-size: 16px;
  }
}
.NewsList{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

/* choose 选择我们区域样式 */
.choose {
  position: relative;
  background:url('/static/images/homebg.jpg');
  background-size: 100% 100%;
  width: 100%;
  height: 100vh;
}

.choose .w-container {
  position: relative;
  z-index: 2;
}

.choose .chooseContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 150px;
  padding-left: 60px;
  margin: 0 auto;
}
 .choose .IconItem{
   margin-top: 30px;
 }
 
 .choose .IconItem .statLabel {
   display: flex;
   align-items: center;
   gap: 15px;
 }
 
 .choose .containerIcon{
   width: 50px;
   height: 50px;
   border: 1px solid #fff;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0;
 }
 
 .choose .containerIcon img{
   width: 20px;
   height: 20px;
   transform: rotate(45deg);
 }
 
 .choose .IconItem .text {
   color: white;
   font-size: 16px;
   font-weight: 400;
 }
.choose .chooseHeader .en {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.choose .chooseHeader .title {
  font-size: 48px;
  font-weight: 700;
  color: white;
  margin-bottom: 30px;
  line-height: 1.2;
}

.choose .chooseDesc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 50px;
  max-width: 500px;
}

.choose .chooseStats {
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
}

.choose .statItem {
  text-align: left;
}

.choose .statNumber {
  font-size: 64px;
  font-weight: 700;
  color: white;
  line-height: 1;
  margin-bottom: 10px;
}

.choose .statLabel {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.choose .chooseRight {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-top: 200px;
}

.choose .chooseButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.choose .chooseButton:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
}

/* 响应式设计 */
@media (max-width: 768px) {
  .choose {
    padding: 60px 0;
    background-attachment: scroll;
  }
  
  .choose .chooseContent {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  
  .choose .chooseHeader .title {
    font-size: 36px;
  }
  
  .choose .chooseStats {
    justify-content: center;
    gap: 40px;
  }
  
  .choose .statNumber {
    font-size: 48px;
  }
  
  .choose .chooseRight {
    padding-top: 0;
    justify-content: center;
  }
}

/* 新闻中心样式补充 */
.homeNews .item .moreLink {
  padding: 15px 20px;
  text-align: left;
}

.homeNews .viewMore {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.homeNews .viewMore:hover {
  color: #007bff;
  transform: translateX(5px);
}

.homeNews .viewMore .iconWrapper {
  position: relative;
  width: 60px;
  height: 60px;
  background-image: url('/static/images/u179.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

.homeNews .viewMore .iconWrapper::after {
  content: '';
  border-width: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 12px;
  background-image: url('/static/images/u180.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%) rotate(45deg);
}

.homeNews .viewMore:hover .iconWrapper {
  transform: translateX(3px);
}

/* 了解更多按钮样式 */
.homeNews .newsMoreButton {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 20px;
}

.homeNews .learnMore {
  display: inline-block;
  padding: 12px 40px;
  border: 2px solid #E02460;
  border-radius: 25px;
  background: transparent;
  color: #E02460;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.homeNews .learnMore:hover {
  background: #E02460;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(224, 36, 96, 0.3);
}