.frame-31,
.frame-31 * {
  box-sizing: border-box;
}
.body-content {
  width: 100%;
  height: 0;
  position: relative;
}

.frame-31 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.frame {
  flex-shrink: 0;
  width: 1920px;
  position: relative;
  z-index: 2;
}

.aboutBanner {
  align-self: stretch;
  flex-shrink: 0;
  height: 600px;
  position: relative;
}
.aboutBanner2 {
  width: auto;
  height: 600px;
  position: absolute;
  left: 2px;
  top: 0px;
  object-fit: cover;
  aspect-ratio: 1920/600;
}
.div9 {
  color: #ffffff;
  text-align: left;
  font-family: "SourceHanSansCn-Heavy", sans-serif;
  font-size: 52px;
  letter-spacing: 0.3em;
  font-weight: 400;
  position: absolute;
  left: 150px;
  top: 155px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pinpai-nav {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pinpai-nav li {
  width: 320px;
  height: 60px;
  cursor: pointer;
  background: #fff;
  font-weight: 400;
  color: #404040;
  border-bottom: 5px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pinpai-nav li.active {
  border-bottom: 5px solid #104fff;
}
.pinpai-nav li:hover {
  border-bottom: 5px solid #104fff;
}
.pinpai-content {
  border-top: none;
}
.pinpai-pane {
  display: none; /* 默认隐藏所有面板 */
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.pinpai-pane.active {
  display: flex; /* 活动面板显示 */
}

.guanyu1 {
  width: 1280px;
  height: 544px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  gap: 45px;
}
.guanyu1-tit {
  width: 100%;
  height: 93px;
  font-family: Source Han Sans CN;
  font-weight: 900;
  font-size: 42px;
  line-height: 100%;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.guanyu1-text {
  font-family: Source Han Sans CN;
  font-weight: 350;
  font-style: Normal;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 5%;
  text-align: justify;
}

.guanyu2 {
  width: 1280px;
  height: 736px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.guanyu2-content {
  display: flex;
  align-items: center;
}
.guanyu2-img {
  width: 603px;
  height: 479px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.guanyu2-img img {
  width: 375px;
  height: auto;
}

.guanyu3 {
  width: 100%;
  height: 738px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guanyu3 ul {
  width: 1280px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.guanyu3 ul li {
  width: 350px;
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.guanyu3-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.guanyu3-tit {
  font-family: Source Han Sans CN;
  font-weight: 900;
  font-style: Heavy;
  font-size: 48px;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}
.guanyu3-line {
  width: 65px;
  height: 10px;
  background: #ff795a;
  z-index: 1;
}
.guanyu3-text {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  color: #fffcfc;
  display: none;
  z-index: 1;
}
.guanyu3 ul li:hover .guanyu3-text {
  display: block;
}

.guanyu4 {
  width: 1920px;
  height: 798px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: #ffffff;
}
.guanyu4-mask {
  width: 100%;
  height: auto;
}
.guanyu4-content {
  flex: 1;
  width: 1280px;
}
.guanyu4-content ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 38px;
}
.guanyu4-content ul li {
  width: 400px;
  height: 303px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: relative;
  gap: 12px;
}
.guanyu4-tit {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 28px;
  color: #404040;
}
.guanyu4-line {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}

.guanyu4-text {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
}

.guanyu5 {
  width: 1920px;
  height: 1160px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: #ffffff;
}
.guanyu5-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.guanyu5-content1 {
  width: 1280px;
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  position: relative;
  gap: 70px;
  z-index: 1;
}
.guanyu5-content1-tit {
  font-family: Source Han Sans CN;
  font-weight: 900;
  font-size: 42px;
  text-align: center;
  color: #404040;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.guanyu5-content1 ul {
  width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.guanyu5-content1 ul li {
  width: 300px;
  height: 306px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 12px;
}
.guanyu5-content1 ul li:nth-child(3) {
  padding: 0 28px;
}
.guanyu5-content1 ul li:nth-child(4) {
  padding: 0 18px;
}
.guanyu5-content1-img {
  width: 300px;
  height: 214px;
}
.guanyu5-content1-text {
  font-family: Source Han Sans CN;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #404040;
}

.guanyu5-content2 {
  width: 1280px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  position: relative;
  gap: 70px;
  z-index: 1;
}

.hexinyoushi-tit {
  font-family: Source Han Sans CN;
  font-weight: 900;
  font-size: 42px;
  text-align: center;
  color: #404040;
  margin: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.hexinyoushi-content1 {
  width: 1920px;
  height: 399px;
  position: relative;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.content1-body {
  width: 1280px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content1-body-item {
  width: 638px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 24px;
}
.content1-item-tit {
  font-family: Source Han Sans CN;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  color: #404040;
}
.content1-item-text {
  font-family: Source Han Sans CN;
  font-weight: 350;
  font-size: 20px;
  line-height: 48px;
  color: #999999;
}
.content1-img {
  width: 412px;
  height: 279px;
}

.news {
  width: 1920px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.news-title {
  font-family: Source Han Sans CN;
  font-weight: 900;
  font-size: 42px;
  line-height: 100%;
  text-align: center;
  color: #404040;
  margin: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.news-content {
  width: 1180px;
  height: auto;
}
.news-content .news-content-ul {
  width: 1180px;
  height: 66px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.news-content .news-content-ul li {
  cursor: pointer;
  font-family: Source Han Sans CN;
  font-weight: 350;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #404040;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}
.news-content .news-content-ul li.active {
  border-bottom: 2px solid #104fff;
  padding-bottom: 0px;
}
.news-content .news-content-ul li:hover {
  border-bottom: 2px solid #104fff;
  padding-bottom: 0px;
}
.news-content-list {
  width: 1180px;
  height: auto;
  position: relative;
  margin-bottom: 70px;
}
.news-content-list-ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
._1942482334122729474 {
  width: 100%;
  height: 165px;
  justify-content: space-between;
  align-items: center;
}

._1942482459398201345 {
  width: 100%;
  height: 165px;
  justify-content: space-between;
  align-items: center;
}

._1942482578776481794 {
  width: 100%;
  height: 165px;
  justify-content: space-between;
  align-items: center;
}

._1942482669876764674 {
  width: 100%;
  height: 165px;
  justify-content: space-between;
  align-items: center;
}

.news-content-list-img {
  width: 374px;
  height: 159px;
}
.news-content-list-content {
  width: 765px;
  height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
.news-content-list-content-tit {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
}
.news-content-list-content-tit-tit {
  text-decoration: none !important;
  max-width: 765px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #404040;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-content-list-content-tit-text {
  font-family: Source Han Sans CN;
  font-weight: 350;
  font-size: 18px;
  line-height: 30px;
  color: #999999;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 60px;
}
.news-content-list-date {
  width: 140px;
  height: 30px;
  color: #999999;
}

.pagination-container {
  width: 1120px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 70px;
}
.total-items {
  font-family: Source Han Sans CN;
  font-weight: 350;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #404040;
}
.pagination {
  display: flex;
  list-style: none;
  gap: 8px;
}

.pagination li {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
  border: 1px solid #d9d9d9;
}

.pagination li:hover {
  background: #e6f7ff;
}

.pagination li.active {
  background: #104fff;
  color: white;
}

.pagination li.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.jump-to {
  display: flex;
  align-items: center;
  gap: 15px;
}

.jump-to input {
  width: 60px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
}

.jump-to button {
  background: #26d0ce;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.3s;
}

.jump-to button:hover {
  background: #1fb3b1;
}

footer {
  text-align: center;
  padding: 30px;
  color: #777;
  background: #f0f5ff;
  margin-top: 40px;
}

.lianxi-content1 {
  width: 1920px;
  height: 608px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 70px;
}
.lianxi-content1-title {
  font-family: Source Han Sans CN;
  font-weight: 900;
  font-size: 42px;
  line-height: 100%;
  text-align: center;
  color: #404040;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.lianxi-content1-ul {
  width: 1280px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lianxi-content1-img {
  width: 630px;
  height: 350px;
}
.lianxi-content1-img:hover {
  margin-top: -20px;
  transition: all 0.3s;
  cursor: pointer;
}

.lianxi-content2 {
  width: 1920px;
  height: 724px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.lianxi-content2-title {
  font-family: Source Han Sans CN;
  font-weight: 900;
  font-size: 42px;
  line-height: 100%;
  text-align: center;
  color: #404040;
  margin: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.lianxi-content2 ul {
  width: 1000px;
  height: 66px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.lianxi-content2 ul li {
  cursor: pointer;
  font-family: Source Han Sans CN;
  font-weight: 350;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #404040;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}
.lianxi-content2 ul li.active {
  border-bottom: 2px solid #104fff;
  padding-bottom: 0px;
}
.lianxi-content2 ul li:hover {
  border-bottom: 2px solid #104fff;
  padding-bottom: 0px;
}
.lianxi-content2-ul2 {
  width: 1000px;
  height: 311px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.ul2-item {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: start;
  align-items: center;
  flex-shrink: 0;
  margin-top: 30px;
}
.ul2-item.active {
  display: flex;
}
.ul2-item-img {
  width: 500px;
  height: 311px;
}
.ul2-item-content {
  width: 500px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 12px;
  padding: 0 38px;
  background-color: #ffffff;
}
.ul2-item-tit {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  line-height: 100%;
  color: #000000;
}
.ul2-item-text {
  font-family: Source Han Sans CN;
  font-weight: 350;
  font-size: 18px;
  line-height: 30px;
  color: #404040;
}

.header-line1 {
  width: 300px;
  height: 0px;
  border: 5px solid;
  border-image-source: linear-gradient(90deg, #ffffff 0%, #ff795a 100%);
  border-image-slice: 1;
}
.header-line2 {
  width: 300px;
  height: 0px;
  border: 5px solid;
  border-image-source: linear-gradient(90deg, #ff795a 0%, #ffffff 100%);
  border-image-slice: 1;
}
