* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* 全局默认内容宽度 */
:root {
  --content-width: 80%;
  --nav-font-size: 20px;
  --title-font-size: 20px;
  --text-font-size: 18px;
}
body {
  font-family: Arial, sans-serif;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  background-color: rgb(244, 248, 251);
  overflow-x: hidden; 
  overflow-y: auto;
}

a{
  text-decoration: none;
}
.container {
  width: 100%;
  background: rgb(250, 250, 250);
  min-height: 100vh;
  /* 确保 container 至少填满视口高度 */
}
.index-header {
  width: 100%;
  height: 480px;
  background: #ddd;
  font-size: var(--nav-font-size);
  position: absolute;
  background-image: url('/templates/1/new2/_files/imgs/index_banner_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.index-header-item-box{
  width: var(--content-width);
  height: 48px;
  /* padding: 0px 5%; */
  margin-top: 50px;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-header-logo-box{
  height: 48px;

}
.index-header-logo-box img{
  height: auto;
  width: 600px;
}
.index-header-search{
  height: 48px;
  position: relative;
  display: flex;
  align-items: center;
}
.index-header-search input{
  padding: 4px 4px 4px 16px;
  width: 360px;
  height: 48px;
  background: rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(10px);
  z-index: 1;
  border: none;
  outline: none;
  z-index: 1;
  caret-color: #FFFFFF;
  color: #FFFFFF;
  font-size: 18px;
}
.index-header-search input::placeholder{
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}
.index-header-search img{
  z-index: 5;
  position: absolute;
  right: 13px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.div-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0px 0px;
}

.nav {
  display: flex;
  justify-content: space-between;
  background: rgb(55, 128, 197);
  font-size: var(--nav-font-size);
  width: 100%;
  height: 60px;
  /* margin-top: 20px; */
}

.nav a {
  color: white;
  text-decoration: none;
  /* padding: 15px 30px; */
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  /* padding: 0px 10px; */
  flex: 1;
  justify-content: center;
}

.nav a:hover {
  background: #1C60A0;
}
.nav a:nth-child(1){
  background: #1C60A0;
}
.index-main {
  flex-grow: 1;
  /* background: #fff; */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.64) 0%, #FFFFFF 20%, #FFFFFF 100%);
  width: var(--content-width);
  left: 5%;
  z-index: 10;
  top: 200px;
  padding: 0 30px;
  border-radius: 8px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.index-main-content {
  display: flex;
  width: 100%;
  padding: 20px 0px;
}

.index-main-content-right {
  width: calc(100% - 650px);
  height: 370px;
  padding-left: 40px;
}
.index-main-content-right h2{
  max-height: 68px;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #121624;
  margin-bottom: 10px;
  /*设置文本超出部分用省略号显示*/
  text-overflow: ellipsis;
  /* 块元素显示的文本的行数 */
  -webkit-line-clamp: 1;
  /* 将对象作为弹性伸缩盒子模型显示 */
  display: -webkit-box;
  /* 从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式） */
  -webkit-box-orient: vertical;
  overflow: hidden;

}
.index-main-content-right .text{
  /* width: 648px; */
  height: 60px;
  font-size: var(--text-font-size);
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #6C7487;
  z-index: 1;
  /*设置文本超出部分用省略号显示*/
  text-overflow: ellipsis;
  /* 块元素显示的文本的行数 */
  -webkit-line-clamp: 2;
  /* 将对象作为弹性伸缩盒子模型显示 */
  display: -webkit-box;
  /* 从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式） */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index-main-content-right .more-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0px;
}
.index-main-content-right .more-item h3{
  display: flex;
  align-items: center;
}
.index-main-content-right a{
  font-size: var(--text-font-size);
  font-weight: normal;
  line-height: normal;
  color: #6C7487;
}
.left-icon{
  position: static;
  left: 0px;
  top: 6px;
  width: 4px;
  height: 16px;
  opacity: 1;
  margin-right: 10px;
  background: linear-gradient(180deg, #3780C6 0%, rgba(55, 128, 198, 0) 100%);
  z-index: 0;
}

.index-main-content-right-news-nav {
  display: flex;
  gap: 20px;
  /* justify-content: space-between; */
}

.index-main-content-right-news-nav-item {
  padding: 5px 0px;
  cursor: pointer;
  font-size: 18px;
  color: #6C7487;
}

.index-main-content-right-news-nav-item:hover {
  background-color: #e0e0e0;
  border-radius: 5px;
}

.active {
  border-bottom: 2px solid #3780C6;
  color: #3780C6;
}
.news-list{
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 10px;
}
.news-list div{
  /* width: 500px; */
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  height: 32px;
  letter-spacing: 0em;
  z-index: 0;
  color: #121624;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.news-list div a{
  color: #121624;
}
.news-list div a:hover{
  text-decoration: underline;
}
.news-list div::before{
  content: '·';
  margin-right: 7px;
  font-size: 25px;
  vertical-align: middle;
}
.index-main-content-img-container {
  /* background: #FFF; */
  display: flex;
  /* justify-content: flex-start; */
  align-items: center;
  gap: 40px;
  width: var(--content-width);
  justify-content: space-between;
  /* padding: 12px 20px; */
  box-sizing: border-box;
}

.index-main-content-img-item {
  /* width: 100%; */
  height: 96px;
  flex: 1;
}
.index-main-content-img-item a{
  width: 100%;
  height: 100%;
}
.index-main-content-img-item img{
  width: 100%;
  height: 96px;
}
.index-main-content-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888;
}
.swiper {
  width: 650px;
  height: 370px;
  background: #ccc;
  margin: 0;
  --swiper-theme-color: #32A0D2;
  --swiper-pagination-bullet-inactive-color: #FFFFFF;
  --swiper-pagination-bullet-inactive-opacity: .48;
}
.swiper-slide{
  position: relative;
}
.swiper-slide img{
  width: 650px;
  height: 370px;
  object-fit: cover;
}
.swiper-slide .swiper-text{
  position: absolute;
  left: 10px;
  bottom: 28px;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0em;
  color: #FFFFFF;
  cursor: pointer;
  width: 368px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper-slide .swiper-time{
  position: absolute;
  right: 10px;
  bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0em;
  color: #FFFFFF;
  cursor: pointer;
  width: 68px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.swiper-time-m{
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF; 
}
.swiper-time-y{
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}
.swiper-slide .swiper-text2{
  position: absolute;
  left: 10px;
  bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0em;
  color: #FFFFFF;
  cursor: pointer;
  width: 428px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  right: 0px;
  left: auto;
  width: 90px;
}
.swiper-first .swiper-pagination
{
  left: -10px;
  width: 90px;
}
.index-header-img {
  width: auto;
  height: 20px;
  margin-right: 8px;
}

.index-business {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  width: var(--content-width);
  left: 5%;
  top: 250px;
  padding: 20px 48px;
}
.index-business-center{
  display: flex;
}
.index-business-left {
  width: 320px;
  background-image: linear-gradient(to right, #F5F8FA,#FFFFFF);
}
.index-business-left-group{
  width: 320px;
  height: 480px;
}
.left-icon-business{
  width: 4px;
  height: 24px;
  margin-right: 20px;
  background: #3780C6;
}
.index-business h3 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
  color: #121624;
}

.index-business-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 320px;
  height: 96px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 24px;
  gap: 16px;
  flex-grow: 1;
}
.index-business-item img{
  filter: grayscale(100%) sepia(100%) hue-rotate(180deg) saturate(500%);
}
.index-business-item.active {
  background-color: #3780C6;
  color: white;
}
.index-business-item.active img{
  filter: grayscale(100%) brightness(1000%);
}

.index-business-item-icon {
  width: 32px;
  height: 32px;
  margin-right: 18px;
}
.index-business-item-icon img{
  width: 100%;
  height: 100%;
}

.index-business-item-text h4 {
  font-size: 18px;
  font-weight: bold;
}

.index-business-item-text p {
  font-size: 14px;
  color: #777;
}

.index-business-right {
  width: calc(100% - 320px);
  height: 480px;
  overflow: hidden;
}

.swipers{
  width: 100%;
  height: 480px;
  position: relative;
  --swiper-theme-color: white;
}

.index-business-img {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  position: relative;
}

.index-business-img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}
.index-business-text {
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 58px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 12px;
  background: rgba(18, 22, 36, 0.48);
  z-index: 1;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}

.index-cpcStyle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 48px;
  background-color: #fff;
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  width: var(--content-width);
  left: 5%;
  top: 300px;
}
.index-cpcStyle>h3{
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #121624;
  margin-bottom: 36px;
}

.index-cpcStyle-swiper {
  display: flex;
  width: 660px;
  padding: 16px;
}

.index-cpcStyle-swiper .swiper{
  width: 650px;
  height: 400px;
  overflow: hidden;
  background: #ccc;
  margin: 0;
  --swiper-theme-color: #32A0D2;
  --swiper-pagination-bullet-inactive-color: #FFFFFF;
  --swiper-pagination-bullet-inactive-opacity: .48;
}

.index-cpcStyle-content-left {
  width: 660px;
}

.index-cpcStyle-content-left h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.index-cpcStyle-title-left {
  width: 100%;
}

.index-cpcStyle-title-right-box {
  margin-bottom: 20px;
  width: 48%;
}

.index-cpcStyle-content-right {
  width: 100%;
  /* margin-left: 20px; */
  /* border: 1px solid red; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-cpcStyle-title-right {
  width: 100%;
  height: 40px;
}
.index-cpcStyle-group{
  width: 100%;
  height: 105px;
  padding: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.index-cpcStyle-title-right-content {
  display: flex;
  font-size: var(--text-font-size);
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #121624;
}
.index-cpcStyle-title-right-content::before{
  content: '·';
  font-size: 25px;
  margin-right: 7px;
  vertical-align: middle;
}
.index-cpcStyle-title-right-content a{
  color: #121624;
  overflow: hidden;
  /*设置文本超出部分用省略号显示*/
  text-overflow: ellipsis;
  /* 块元素显示的文本的行数 */
  -webkit-line-clamp: 1;
  /* 将对象作为弹性伸缩盒子模型显示 */
  display: -webkit-box;
  /* 从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式） */
  -webkit-box-orient: vertical;
}
.index-cpcStyle-title-right-content a:hover{
  text-decoration: underline;
}
.blueBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #3780C6;
  padding: 7px 16px;
  /* width: 660px; */
  height: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}
.blueBlock a{
  font-size: var(--text-font-size);
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}

.index-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-top: 260px;
}
.index-more{
  position: absolute;
  right: 0px;
  z-index: 9;
  font-size: var(--text-font-size);
}
.index-more a{
  color: #3780C6;
}
/* 悬浮图片 */
.fixed-box{
  position: fixed;
  top: 150px;
  right: 50px;
  /* left:calc(50% + 760px); */
  z-index: 999;
  display:flex;
  flex-direction: column;
  row-gap: 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
}
.fixed-box-item{
  /* width: 150px;
  height: 160px; */
  position: relative;
  border-radius: 12px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.fixed-close{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 20px;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 0 0 20px 20px;
  cursor: pointer;
}
.fixed-box-item img{
  width: 170px;
  height: 70px;
}


