@charset "UTF-8";
.page-index--pc .plate-title {
  display: flex;
  flex-direction: column;
}

.page-index--pc .plate-title font {
  width: 156px;
  height: 44px;
  font-size: 156px;
  color: #e7d7b8;
}

.page-index--pc .plate-title h2 {
  display: flex;
  align-items: flex-end;
}

.page-index--pc .plate-title h2 .cn {
  font-size: 46px;
  background: linear-gradient(0deg, #b07d3f 0%, #d7b574 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  padding-right: 14px;
}

.page-index--pc .plate-title h2 .en {
  font-weight: normal;
  font-size: 34px;
  color: #b38344;
  opacity: 0.2;
}

.page-index--pc .plate-title.solid_color font,
.page-index--pc .plate-title.solid_color h2 .cn,
.page-index--pc .plate-title.solid_color h2 .en {
  color: var(--color);
}

.page-index--pc .banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.page-index--pc .banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  padding: 0 240px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.page-index--pc .banner .banner-text {
  max-width: 100%;
}

.page-index--pc .banner .banner-text + .banner-text {
  margin-top: 30px;
}

.page-index--pc .banner .banner-mouse {
  position: absolute;
  bottom: 62px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index--pc .banner .banner-mouse font {
  width: 22px;
  height: 32px;
  font-size: 32px;
  color: #fff;
  margin-bottom: 12px;
  animation: bf_y 0.8s linear infinite;
}

.page-index--pc .banner .banner-mouse span {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.page-index--pc .banner::before {
  content: "";
  width: 100%;
  height: 254px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: url("../images/banner_mask.png") no-repeat center;
}

.page-index--pc .news {
  padding: 184px 240px 0;
  background: url("../images/index_bg_news.jpg") no-repeat center/cover;
}

.page-index--pc .news .news-main {
  width: 100%;
  height: 592px;
  display: flex;
  justify-content: space-between;
  margin-top: -28px;
}

.page-index--pc .news .news-main .news-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.page-index--pc .news .news-main .news-tabs .tab-item {
  height: 36px;
  font-size: 18px;
  padding: 0 32px;
  cursor: pointer;
}

.page-index--pc .news .news-main .news-tabs .tab-item.more {
  margin-right: -32px;
  padding: 0;
}

.page-index--pc .news .news-main .news-tabs .tab-item.more a {
  padding: 0 32px;
}

.page-index--pc .news .news-main .news-tabs .tab-item.more a span {
  position: relative;
  color: #333333;
  transition: all 0.3s;
}

.page-index--pc .news .news-main .news-tabs .tab-item.more a span::after {
  content: attr(data-text);
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  color: #c08235;
  opacity: 0;
}

.page-index--pc .news .news-main .news-tabs .tab-item.more a font {
  color: #333333;
  transition: all 0.3s;
  font-size: 16px;
  margin-left: 8px;
}

.page-index--pc .news .news-main .news-tabs .tab-item.more a:hover span {
  color: transparent;
}

.page-index--pc .news .news-main .news-tabs .tab-item.more a:hover span::after {
  opacity: 1;
}

.page-index--pc .news .news-main .news-tabs .tab-item.more a:hover font {
  color: #c08235;
  animation: bf_x 0.8s linear infinite;
}

.page-index--pc .news .news-main .news-tabs .tab-item:not(.more) {
  position: relative;
}

.page-index--pc .news .news-main .news-tabs .tab-item:not(.more) span {
  color: #333333;
  transition: all 0.3s;
}

.page-index--pc .news .news-main .news-tabs .tab-item:not(.more)::before {
  content: attr(data-text);
  padding: 0 32px;
  font-size: 18px;
  font-weight: bold;
  color: #c08235;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}

.page-index--pc .news .news-main .news-tabs .tab-item:not(.more).cur span, .page-index--pc .news .news-main .news-tabs .tab-item:not(.more):hover span {
  opacity: 0;
}

.page-index--pc .news .news-main .news-tabs .tab-item:not(.more).cur::before, .page-index--pc .news .news-main .news-tabs .tab-item:not(.more):hover::before {
  opacity: 1;
}

.page-index--pc .news .news-main .news-swiper-box {
  width: 820px;
  height: 460px;
  margin-top: 86px;
  box-shadow: 7px 12.124px 40px 0px rgba(42, 85, 150, 0.3);
  position: relative;
}

.page-index--pc .news .news-main .news-swiper-box .date {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #cc8f45 0%, #f1ba57 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.page-index--pc .news .news-main .news-swiper-box .date .md {
  font-size: 20px;
  line-height: 34px;
}

.page-index--pc .news .news-main .news-swiper-box .date .year {
  width: 60px;
  font-size: 14px;
  line-height: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.page-index--pc .news .news-main .news-swiper-box .new-title {
  width: 100%;
  height: 78px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 184px 0 36px;
}

.page-index--pc .news .news-main .news-swiper-box .new-title a {
  display: inline-block;
  line-height: 78px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.page-index--pc .news .news-main .news-swiper-box .news-swiper {
  width: 100%;
  height: 100%;
}

.page-index--pc .news .news-main .news-swiper-box .news-swiper a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.page-index--pc .news .news-main .news-swiper-box .news-swiper a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(49, 35, 25, 0.5), rgba(49, 35, 25, 0) 60%);
}

.page-index--pc .news .news-main .news-swiper-box .news-page {
  padding: 0 6px;
  height: 78px;
  display: flex;
  align-items: center;
  bottom: 0;
  right: 0;
  left: auto;
}

.page-index--pc .news .news-main .news-swiper-box .news-page .swiper-pagination-bullet {
  margin-right: 20px;
  width: 10px;
  height: 10px;
  background: linear-gradient(-90deg, #fff 0%, #fff 100%);
  opacity: 1;
}

.page-index--pc .news .news-main .news-swiper-box .news-page .swiper-pagination-bullet-active {
  background: linear-gradient(0deg, #cc8f45 0%, #f1ba57 100%);
}

.page-index--pc .news .news-main .news-group {
  width: 560px;
  height: 592px;
  position: relative;
}

.page-index--pc .news .news-main .news-group .news-list {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 0;
  opacity: 0;
  overflow: hidden;
}

.page-index--pc .news .news-main .news-group .news-list li {
  width: 100%;
  height: 134px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.page-index--pc .news .news-main .news-group .news-list li .date {
  width: 108px;
  line-height: 30px;
  color: #ababab;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.3s;
}

.page-index--pc .news .news-main .news-group .news-list li .date .md {
  font-size: 20px;
}

.page-index--pc .news .news-main .news-group .news-list li .date .year {
  font-size: 14px;
  letter-spacing: 1px;
}

.page-index--pc .news .news-main .news-group .news-list li a {
  width: calc(100% - 108px);
  height: 60px;
  display: inline-block;
  position: relative;
}

.page-index--pc .news .news-main .news-group .news-list li a span {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #333333;
  transition: all 0.3s;
  letter-spacing: 0;
  font-weight: bold;
}

.page-index--pc .news .news-main .news-group .news-list li + li {
  border-top: 1px solid #e5e2e0;
}

.page-index--pc .news .news-main .news-group .news-list li:hover .date,
.page-index--pc .news .news-main .news-group .news-list li:hover a span {
  color: #c08235;
}

.page-index--pc .news .news-main .news-group .news-list.in {
  opacity: 1;
  z-index: 2;
}

.page-index--pc .news .news-main .news-group .news-list.in li {
  animation: fadeInUp 1.2s cubic-bezier(0.25, 0.09, 0.25, 1) both;
}

.page-index--pc .business {
  padding: 200px 240px 0;
  background: url("../images/index_bg_business.jpg") no-repeat center/cover;
}

.page-index--pc .business .business-list {
  width: 100%;
  height: 380px;
  background: url("../images/index_bg_bb.jpg") no-repeat center/cover;
  margin-top: 94px;
  display: flex;
}

.page-index--pc .business .business-list li {
  width: 25%;
  height: 100%;
  padding-top: 127px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  cursor: default;
}

.page-index--pc .business .business-list li font {
  font-size: 65px;
}

.page-index--pc .business .business-list li .type-name {
  font-size: 24px;
  line-height: 36px;
  position: relative;
  margin-top: 32px;
  transition: all 0.4s;
  white-space: nowrap;
}

.page-index--pc .business .business-list li .type-name::before {
  content: attr(data-text);
  white-space: nowrap;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}

.page-index--pc .business .business-list li .type-name::after {
  content: "";
  width: 38px;
  height: 3px;
  background-color: #ffffff;
  transition: all 0.4s;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -19px;
  transform: scale(0);
  transition: all 0.4s;
}

.page-index--pc .business .business-list li .hide-box {
  width: 290px;
  height: 234px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.8s;
  text-align: center;
  position: relative;
}

.page-index--pc .business .business-list li .hide-box font {
  width: 56px;
  height: 13px;
  font-size: 24px;
  position: absolute;
  top: 220px;
  left: 50%;
  margin-left: -26px;
}

.page-index--pc .business .business-list li .hide-box .description {
  font-size: 18px;
  line-height: 36px;
  margin-top: 60px;
  text-align: center;
  -webkit-line-clamp: 5;
}

.page-index--pc .business .business-list li:first-child {
  border-left-color: transparent;
}

.page-index--pc .business .business-list li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/index_bg_bbi.jpg) no-repeat left top/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
  z-index: -1;
}

.page-index--pc .business .business-list li:hover {
  border-left-color: transparent;
  z-index: 2;
  padding-top: 0;
}

.page-index--pc .business .business-list li:hover .type-name {
  margin-top: 16px;
}

.page-index--pc .business .business-list li:hover .type-name::before {
  opacity: 1;
}

.page-index--pc .business .business-list li:hover .type-name::after {
  transform: scale(1);
}

.page-index--pc .business .business-list li:hover .hide-box {
  opacity: 1;
}

.page-index--pc .business .business-list li:hover::before {
  width: 106%;
  height: 126.32%;
  opacity: 1;
}

.page-index--pc .about-us {
  padding: 220px 240px 0;
  background: url("../images/index_bg_au.png") no-repeat left bottom/928px 550px;
}

.page-index--pc .about-us .au-info {
  width: 950px;
  float: right;
  margin-top: -36px;
}

.page-index--pc .about-us .au-info h3 {
  font-size: 36px;
  font-weight: normal;
  line-height: 46px;
  color: #333333;
  position: relative;
}

.page-index--pc .about-us .au-info h3::before {
  content: "";
  width: 36px;
  height: 4px;
  background: #c08235;
  position: absolute;
  bottom: -32px;
  left: 0;
}

.page-index--pc .about-us .au-info .description {
  font-size: 18px;
  text-align: justify;
  line-height: 36px;
  color: #666;
  margin-top: 58px;
}

.page-index--pc .about-us .au-info .statistics {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}

.page-index--pc .about-us .au-info .statistics .num-box {
  display: inline-flex;
  align-items: flex-end;
}

.page-index--pc .about-us .au-info .statistics .num-box .num {
  font-size: 78px;
  line-height: 94px;
  color: #c08235;
}

.page-index--pc .about-us .au-info .statistics .num-box .num-cn {
  font-size: 54px;
  height: 94px;
  line-height: 80px;
  letter-spacing: 4.3px;
  color: #c08235;
}

.page-index--pc .about-us .au-info .statistics .num-box .unit {
  font-size: 16px;
  line-height: 64px;
  color: #999;
  margin-left: 12px;
}

.page-index--pc .about-us .au-info .statistics .num-box .from {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-top: -6px;
}

.page-index--wap {
  display: none;
}

.page-index--wap .plate-title {
  display: flex;
  flex-direction: column;
}

.page-index--wap .plate-title font {
  width: 20.8vw;
  height: 5.47vw;
  font-size: 20.8vw;
  color: #e7d7b8;
}

.page-index--wap .plate-title h2 {
  display: flex;
  align-items: flex-end;
}

.page-index--wap .plate-title h2 .cn {
  font-size: 6.13vw;
  background: linear-gradient(0deg, #b07d3f 0%, #d7b574 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  padding-right: 2vw;
}

.page-index--wap .plate-title h2 .en {
  font-weight: normal;
  font-size: 4.53vw;
  color: #b38344;
  opacity: 0.2;
}

.page-index--wap .plate-title.solid_color font,
.page-index--wap .plate-title.solid_color h2 .cn,
.page-index--wap .plate-title.solid_color h2 .en {
  color: var(--color);
}

.page-index--wap .banner {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.page-index--wap .banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 6.8vw 5vh;
}

.page-index--wap .banner .swiper-slide .banner-text {
  max-width: 100%;
}

.page-index--wap .banner .swiper-slide .banner-text + .banner-text {
  margin-top: 4.93vw;
}

.page-index--wap .banner::before {
  content: "";
  width: 100%;
  height: 32vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: url("../images/banner_mask.png") no-repeat center/cover;
}

.page-index--wap .news,
.page-index--wap .about-us {
  padding: 10vw 4vw 6.13vw;
  box-sizing: border-box;
}

.page-index--wap .news {
  width: 100vw;
  padding-bottom: 9.6vw;
  background: #fff;
}

.page-index--wap .news .more {
  display: flex;
  align-items: center;
  float: right;
  height: 4.8vw;
  margin-top: -5.07vw;
}

.page-index--wap .news .more span {
  position: relative;
  color: #333333;
  font-size: 3.73vw;
}

.page-index--wap .news .more font {
  color: #333333;
  font-size: 3.87vw;
  margin-left: 2.8vw;
}

.page-index--wap .news .news-swiper-box {
  width: 100%;
  height: 51.73vw;
  margin-top: 8.53vw;
  margin-bottom: 10vw;
  box-shadow: 0.93vw 1.61vw 5.33vw 0vw rgba(110, 75, 30, 0.52);
  position: relative;
}

.page-index--wap .news .news-swiper-box .date {
  width: 13.87vw;
  height: 13.87vw;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #cc8f45 0%, #f1ba57 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.page-index--wap .news .news-swiper-box .date .md {
  font-size: 4vw;
  line-height: 5.07vw;
}

.page-index--wap .news .news-swiper-box .date .year {
  width: 10.8vw;
  font-size: 2.93vw;
  line-height: 5.73vw;
  letter-spacing: 0.24vw;
  border-top: 0.13vw solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.page-index--wap .news .news-swiper-box .new-title {
  width: 100%;
  height: 10.4vw;
  padding: 0 7.2vw;
  margin-top: 10.13vw;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
}

.page-index--wap .news .news-swiper-box .new-title a {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  line-height: 10.4vw;
  font-size: 3.73vw;
}

.page-index--wap .news .news-swiper {
  width: 100%;
  height: 100%;
}

.page-index--wap .news .news-swiper a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.page-index--wap .news .news-swiper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-index--wap .news .news-swiper a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(49, 35, 25, 0.5), rgba(49, 35, 25, 0) 40%);
}

.page-index--wap .news .news-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.53vw;
  bottom: -8.53vw;
}

.page-index--wap .news .news-page .swiper-pagination-bullet {
  width: 1.87vw;
  height: 1.87vw;
  margin: 0 1.33vw;
  background: linear-gradient(-90deg, #c8c8c8 0%, #c8c8c8 100%);
  opacity: 1;
}

.page-index--wap .news .news-page .swiper-pagination-bullet-active {
  background: linear-gradient(0deg, #cc8f45 0%, #f1ba57 100%);
}

.page-index--wap .news .news-list {
  width: 100%;
}

.page-index--wap .news .news-list li {
  height: 23.87vw;
  border-bottom: 0.13vw solid #e5e2e0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.page-index--wap .news .news-list li .date {
  color: #ababab;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.3s;
  width: 19.87vw;
  line-height: 5.07vw;
}

.page-index--wap .news .news-list li .date .md {
  font-size: 4vw;
}

.page-index--wap .news .news-list li .date .year {
  font-size: 3.2vw;
  letter-spacing: 0.25vw;
  margin-top: 0.93vw;
}

.page-index--wap .news .news-list li a {
  width: calc(100% - 19.87vw);
  height: 12.8vw;
  display: inline-block;
  position: relative;
}

.page-index--wap .news .news-list li a span {
  letter-spacing: 0;
  color: #333333;
  letter-spacing: 0;
  font-size: 4vw;
  line-height: 6.4vw;
}

.page-index--wap .business {
  width: 100vw;
  height: 89.33vw;
}

.page-index--wap .business .parallax-bg {
  width: 258.4vw;
  height: 100%;
  position: absolute;
  left: -41.2vw;
  top: 0;
  background: url("../images/index_bg_business_w.jpg") no-repeat left center/cover;
  background-attachment: fixed;
}

.page-index--wap .business .swiper-slide {
  width: 44vw;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 7.6vw;
  border-left: 0.13vw solid rgba(255, 255, 255, 0.3);
}

.page-index--wap .business .swiper-slide font {
  font-size: 8.27vw;
  width: 8.27vw;
  height: 8.27vw;
}

.page-index--wap .business .swiper-slide .type-name {
  font-size: 3.73vw;
  line-height: 4.8vw;
  position: relative;
  margin-top: 2.27vw;
  transition: all 0.4s;
}

.page-index--wap .business .swiper-slide .type-name::after {
  content: "";
  width: 5.07vw;
  height: 0.4vw;
  background-color: #ffffff;
  transition: all 0.4s;
  position: absolute;
  bottom: -4.27vw;
  left: 50%;
  margin-left: -2.53vw;
}

.page-index--wap .business .swiper-slide .description {
  font-size: 3.2vw;
  line-height: 4.8vw;
  height: 24vw;
  overflow: hidden;
  text-align: center;
  -webkit-line-clamp: 5;
  margin-top: 8.67vw;
}

.page-index--wap .business .swiper-slide:first-child {
  border-left: 0;
}

.page-index--wap .about-us img {
  width: 100%;
  height: auto;
  margin: 4.8vw auto 8vw;
}

.page-index--wap .about-us h3 {
  font-size: 4.8vw;
  line-height: 6.13vw;
  font-weight: normal;
  color: #333333;
  position: relative;
}

.page-index--wap .about-us h3::before {
  content: "";
  background: #c08235;
  position: absolute;
  left: 0;
  width: 4.8vw;
  height: 0.67vw;
  bottom: -4.27vw;
}

.page-index--wap .about-us .description {
  font-size: 3.73vw;
  line-height: 6.67vw;
  margin-top: 8.73vw;
  text-align: justify;
  color: #666;
}

.page-index--wap .about-us .statistics {
  width: 100%;
  padding: 0 3.87vw;
  margin-top: 5.93vw;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-index--wap .about-us .statistics li {
  width: 32.8vw;
  margin-bottom: 7.47vw;
}

.page-index--wap .about-us .statistics .num-box {
  display: inline-flex;
  align-items: flex-end;
}

.page-index--wap .about-us .statistics .num-box .num {
  line-height: 18.27vw;
  font-size: 15.2vw;
  color: #c08235;
}

.page-index--wap .about-us .statistics .num-box .num-cn {
  height: 18.27vw;
  line-height: 15.33vw;
  font-size: 10.67vw;
  color: #c08235;
}

.page-index--wap .about-us .statistics .num-box .unit {
  line-height: 13.07vw;
  font-size: 3.47vw;
  margin-left: 1.2vw;
  color: #999;
}

.page-index--wap .about-us .statistics .num-box .from {
  font-size: 3.47vw;
  line-height: 4.67vw;
  margin-top: -2.14vw;
  color: #333333;
}

.page-inner {
  width: 1920px;
  overflow: hidden;
  overflow-y: auto;
}

.page-inner::-webkit-scrollbar {
  display: none;
}

.page-inner--main {
  width: 100%;
  /* 集团概况 */
  /* 信息公开 */
  /* 联系我们 */
  /* 详情 */
  /* 纯文本列表 */
  /* 纯图片列表 */
  /* 图文列表 */
}

.page-inner--main .plate-title {
  display: flex;
  flex-direction: column;
}

.page-inner--main .plate-title font {
  width: 156px;
  height: 44px;
  font-size: 156px;
  color: #e7d7b8;
  padding-bottom: 10px;
}

.page-inner--main .plate-title h2 {
  display: flex;
  align-items: flex-end;
}

.page-inner--main .plate-title h2 .cn {
  font-size: 40px;
  background: linear-gradient(0deg, #b07d3f 0%, #d7b574 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  padding-right: 14px;
}

.page-inner--main .plate-title h2 .en {
  font-weight: normal;
  font-size: 34px;
  color: #b38344;
  opacity: 0.2;
}

.page-inner--main .plate-title.solid_color font,
.page-inner--main .plate-title.solid_color h2 .cn,
.page-inner--main .plate-title.solid_color h2 .en {
  color: var(--color);
}

.page-inner--main .plate-title.underline font {
  display: none;
}

.page-inner--main .plate-title.underline h2 {
  position: relative;
}

.page-inner--main .plate-title.underline h2 .cn {
  font-size: 34px;
  color: #c08235;
}

.page-inner--main .plate-title.underline h2::after {
  content: "";
  width: 47px;
  height: 5px;
  background-color: #c08235;
  border-radius: 2px;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.page-inner--main .inner-bg {
  width: 100%;
  height: 650px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: var(--pcbg);
  position: relative;
}

.page-inner--main .inner-bg h1,
.page-inner--main .inner-bg p {
  font-size: 56px;
  letter-spacing: 6.7px;
  color: #fff;
  cursor: default;
}

.page-inner--main .inner-bg .search-box {
  width: 588px;
  height: 64px;
  border-radius: 32px;
  margin-top: 36px;
  background: #fff;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  padding: 12px 12px 12px 30px;
  display: flex;
  align-items: center;
}

.page-inner--main .inner-bg .search-box input {
  line-height: 40px;
  font-size: 18px;
  color: #333;
  flex-grow: 1;
  margin-right: 12px;
}

.page-inner--main .inner-bg .search-box input::placeholder {
  color: #999999;
}

.page-inner--main .inner-bg .search-box .search-sub {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ececec;
  cursor: pointer;
  color: #333;
}

.page-inner--main .inner-bg .mouse-handle {
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 42px;
  left: 50%;
  margin-left: -29px;
  cursor: pointer;
  animation: bf_y 0.8s linear infinite;
}

.page-inner--main .sec-menu {
  width: 100%;
  top: -2px;
  left: 0;
  position: sticky;
  z-index: 50;
}

.page-inner--main .sec-menu .web-menu {
  width: 1440px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: -47px auto 0;
  z-index: 1;
}

.page-inner--main .sec-menu .web-menu .light-slide {
  height: 4px;
  background: #c08235;
  position: absolute;
  bottom: 0;
}

.page-inner--main .sec-menu .web-menu li a {
  height: 94px;
  display: inline-flex;
  align-items: center;
  padding: 0 50px;
  font-size: 18px;
  color: #333;
  position: relative;
}

.page-inner--main .sec-menu .web-menu li a span, .page-inner--main .sec-menu .web-menu li a::after {
  transition: all 0.3s;
}

.page-inner--main .sec-menu .web-menu li a::after {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  line-height: 94px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #c08235;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.page-inner--main .sec-menu .web-menu li:hover a span, .page-inner--main .sec-menu .web-menu li.cur a span {
  opacity: 0;
}

.page-inner--main .sec-menu .web-menu li:hover a::after, .page-inner--main .sec-menu .web-menu li.cur a::after {
  opacity: 1;
}

.page-inner--main .sec-menu .web-menu::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(192, 130, 53, 0.28);
  border-radius: 0px 20px 0px 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.1s;
  z-index: -1;
}

.page-inner--main .sec-menu .wap-menu {
  display: none;
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
  width: 93.33vw;
  margin: -6.67vw auto 4.8vw;
  height: 13.33vw;
  padding: 0 4vw;
  border-radius: 0 2.67vw 0 2.67vw;
  box-shadow: 0px 0px 3.2vw 0px rgba(110, 75, 30, 0.28);
  overflow: hidden;
}

.page-inner--main .sec-menu .wap-menu .wap-anchor-point {
  display: none;
}

.page-inner--main .sec-menu .wap-menu-ls {
  width: 100%;
  height: 100%;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-snap-align: center;
}

.page-inner--main .sec-menu .wap-menu-ls li {
  flex-shrink: 0;
  position: relative;
}

.page-inner--main .sec-menu .wap-menu-ls li a {
  padding: 0 3.2vw;
  font-size: 3.73vw;
  line-height: 13.33vw;
  display: inline-block;
  color: #333333;
  position: relative;
  z-index: 1;
}

.page-inner--main .sec-menu .wap-menu-ls li a::after {
  content: "";
  background: #c08235;
  position: absolute;
  bottom: 0;
  opacity: 0;
  width: calc(100% - 6.4vw);
  height: 0.53vw;
  left: 3.2vw;
}

.page-inner--main .sec-menu .wap-menu-ls li:nth-child(1) a::after, .page-inner--main .sec-menu .wap-menu-ls li:nth-last-child(1) a::after {
  width: calc(100% - 3.2vw);
}

.page-inner--main .sec-menu .wap-menu-ls li:nth-child(1) a {
  padding-left: 0;
}

.page-inner--main .sec-menu .wap-menu-ls li:nth-child(1) a::after {
  left: 0;
}

.page-inner--main .sec-menu .wap-menu-ls li:nth-last-child(1) a {
  padding-right: 0;
}

.page-inner--main .sec-menu .wap-menu-ls li.cur a {
  color: #c08235;
  font-weight: bold;
}

.page-inner--main .sec-menu .wap-menu-ls li.cur a::after {
  opacity: 1;
}

.page-inner--main .sec-menu .wap-menu-ls.fjb {
  justify-content: space-between;
}

.page-inner--main .sec-menu .wap-menu-ls.fjc {
  justify-content: center;
}

.page-inner--main .sec-menu .wap-menu::before, .page-inner--main .sec-menu .wap-menu::after {
  content: "";
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  width: 20vw;
  height: 13.33vw;
}

.page-inner--main .sec-menu .wap-menu::before {
  background: linear-gradient(to right, #fff 24%, transparent 100%);
  left: 0;
}

.page-inner--main .sec-menu .wap-menu::after {
  background: linear-gradient(to left, #fff 24%, transparent 100%);
  right: 0;
}

.page-inner--main .sec-menu .wap-menu.showl::before {
  opacity: 1;
  visibility: visible;
}

.page-inner--main .sec-menu .wap-menu.showr::after {
  opacity: 1;
  visibility: visible;
}

.page-inner--main .sec-menu.ft .web-menu::after {
  width: 1920px;
  border-radius: 0;
}

.page-inner--main .sec-menu.ft .wap-menu {
  width: 100vw;
  padding: 0 13.6vw 0px 4vw;
}

.page-inner--main .sec-menu.ft .wap-menu-ls.fjc {
  width: calc(100% - 9.6vw);
  margin-left: 9.6vw;
}

.page-inner--main .wap-menu-3rd {
  display: none;
  width: 100vw;
  height: 13.73vw;
  box-shadow: 0vw 0vw 1.87vw 0vw rgba(190, 201, 216, 0.17);
  border-radius: 2.13vw 2.13vw 0vw 0vw;
  padding: 0 14vw 0 2.67vw;
  border-bottom: 0.13vw solid rgba(201, 201, 201, 0.33);
  box-sizing: border-box;
  background: #f8f8f8;
  position: relative;
}

.page-inner--main .wap-menu-3rd .menu-swiper {
  width: 100%;
  height: 100%;
}

.page-inner--main .wap-menu-3rd .menu-swiper .swiper-slide {
  width: auto;
  height: 100%;
}

.page-inner--main .wap-menu-3rd .menu-swiper .swiper-slide a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: #999;
  padding: 0 4vw;
  font-size: 3.47vw;
}

.page-inner--main .wap-menu-3rd .menu-swiper .swiper-slide + .swiper-slide {
  position: relative;
}

.page-inner--main .wap-menu-3rd .menu-swiper .swiper-slide + .swiper-slide::before {
  content: "";
  background: #c9c9c9;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.27vw;
  height: 3.2vw;
}

.page-inner--main .wap-menu-3rd .menu-swiper .swiper-slide.cur a {
  color: #666666;
  position: relative;
}

.page-inner--main .wap-menu-3rd .menu-swiper .swiper-slide.cur a::after {
  content: "";
  background: #c08235;
  position: absolute;
  bottom: 0;
  width: calc(100% - 8vw);
  height: 0.53vw;
  left: 4vw;
}

.page-inner--main .wap-menu-3rd .wap-menu-prev,
.page-inner--main .wap-menu-3rd .wap-menu-next {
  position: absolute;
  top: 0;
  color: #575757;
  width: 2.67vw;
  font-size: 2.67vw;
  height: 13.73vw;
}

.page-inner--main .wap-menu-3rd .wap-menu-prev.swiper-button-disabled,
.page-inner--main .wap-menu-3rd .wap-menu-next.swiper-button-disabled {
  color: #bcbcbc;
}

.page-inner--main .wap-menu-3rd .wap-menu-prev {
  right: 9.07vw;
}

.page-inner--main .wap-menu-3rd .wap-menu-next {
  right: 4.67vw;
}

.page-inner--main .container-box {
  box-sizing: border-box;
  padding-left: 240px;
  padding-right: 240px;
  flex-wrap: wrap;
  background: #fff;
}

.page-inner--main .container-box h2.box-title {
  width: 100%;
  font-size: 40px;
  font-weight: normal;
  line-height: 56px;
  padding-bottom: 20px;
  position: relative;
}

.page-inner--main .container-box h2.box-title::after {
  content: "";
  width: 35px;
  height: 3px;
  background: #c08235;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-inner--main .container-box .box-l {
  width: 500px;
  padding-bottom: 160px;
}

.page-inner--main .container-box .box-l .menu-3rd {
  width: 302px;
  margin-top: 72px;
}

.page-inner--main .container-box .box-l .menu-3rd li {
  width: 100%;
  height: 88px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.page-inner--main .container-box .box-l .menu-3rd li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 88px;
  font-size: 22px;
  box-sizing: border-box;
  padding-left: 32px;
  color: #333333;
  transition: all 0.3s;
}

.page-inner--main .container-box .box-l .menu-3rd li a .no {
  width: 62px;
  font-size: 30px;
  display: inline-block;
}

.page-inner--main .container-box .box-l .menu-3rd li::after {
  content: "";
  width: 0;
  height: 100%;
  background: #c08235;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.page-inner--main .container-box .box-l .menu-3rd li.cur a, .page-inner--main .container-box .box-l .menu-3rd li:hover a {
  color: #fff;
}

.page-inner--main .container-box .box-l .menu-3rd li.cur::after, .page-inner--main .container-box .box-l .menu-3rd li:hover::after {
  width: 100%;
}

.page-inner--main .container-box .box-r {
  width: calc(100% - 500px);
}

.page-inner--main .container-box .result-exhibit {
  margin: 44px 0;
}

.page-inner--main .container-box .result-exhibit h3 {
  font-size: 40px;
  font-weight: normal;
  color: #333;
  line-height: 48px;
  padding-bottom: 24px;
  position: relative;
}

.page-inner--main .container-box .result-exhibit h3::after {
  content: "";
  width: 35px;
  height: 3px;
  background-color: #c08235;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-inner--main .container-box .result-exhibit p {
  line-height: 48px;
  font-size: 24px;
  color: #333333;
  padding-bottom: 10px;
}

.page-inner--main .container-box .result-exhibit p span {
  color: #ff0000;
}

.page-inner--main .company {
  /* 公司简介 */
  /* 领导成员 */
  /* 组织架构 */
  /* 发展战略 */
  /* 业务板块 */
  /* 公司大事记 */
  /* 资质荣誉 */
}

.page-inner--main .company .cli {
  display: block;
  height: 92px;
  top: -92px;
  left: 0;
  position: absolute;
  visibility: hidden;
}

.page-inner--main .company .swiper-plate {
  box-sizing: border-box;
}

.page-inner--main .company .synopsis {
  padding: 160px 240px 122px;
  background: #fff url("../images/inner_bg_jtgk.png") no-repeat left bottom/auto 598px;
}

.page-inner--main .company .synopsis .introduce {
  width: 720px;
  margin-left: auto;
  margin-top: -14px;
}

.page-inner--main .company .synopsis .introduce .company-name {
  font-size: 38px;
  font-weight: normal;
  line-height: 46px;
  color: #333333;
}

.page-inner--main .company .synopsis .introduce-detail {
  font-size: 18px;
  line-height: 40px;
  color: #666666;
  text-indent: 2em;
  text-align: justify;
  margin-top: 44px;
}

.page-inner--main .company .synopsis .introduce .exhibit-img {
  display: none;
  width: 100%;
  height: 51.87vw;
  margin-top: 6.83vw;
  border-radius: 0.27vw;
}

.page-inner--main .company .leader {
  padding: 104px 240px 118px;
  background: #fefeff url("../images/inner_bg_jtgk2.jpg") no-repeat center bottom/cover;
}

.page-inner--main .company .leader-detail {
  color: #333;
  margin-top: 50px;
}

.page-inner--main .company .leader-detail p {
  min-height: 68px;
  line-height: 34px;
  font-size: 20px;
  box-sizing: border-box;
  padding: 17px 0;
  border-bottom: 1px solid rgba(212, 186, 120, 0.3);
  display: flex;
  align-items: flex-start;
}

.page-inner--main .company .leader-detail p span {
  flex: 1 1 0%;
}

.page-inner--main .company .leader-detail p span,
.page-inner--main .company .leader-detail p strong {
  display: inline-block;
  text-align: justify;
}

.page-inner--main .company .organize {
  padding: 100px 240px 94px;
  background: url("../images/inner_bg_jtgk3.jpg") no-repeat center bottom/cover;
}

.page-inner--main .company .organize-img {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.page-inner--main .company .organize-img img {
  max-width: 100%;
  height: auto;
}

.page-inner--main .company .develop {
  padding: 116px 240px 160px;
  background: #fff url("../images/inner_bg_jtgk4.png") no-repeat left bottom/auto 630px;
}

.page-inner--main .company .develop-img {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.page-inner--main .company .develop-img img {
  max-width: 100%;
  height: auto;
}

.page-inner--main .company .industry {
  padding: 114px 240px 178px;
  background: #fafafa url("../images/index_bg_business.jpg") no-repeat center bottom/cover;
}

.page-inner--main .company .industry-list {
  width: 100%;
  height: 380px;
  background: url("../images/index_bg_bb.jpg") no-repeat center/cover;
  margin-top: 94px;
  display: flex;
}

.page-inner--main .company .industry-list li {
  width: 25%;
  height: 100%;
  padding-top: 127px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  cursor: default;
}

.page-inner--main .company .industry-list li font {
  font-size: 65px;
}

.page-inner--main .company .industry-list li .type-name {
  font-size: 24px;
  line-height: 36px;
  position: relative;
  margin-top: 32px;
  transition: all 0.4s;
  white-space: nowrap;
}

.page-inner--main .company .industry-list li .type-name::before {
  content: attr(data-text);
  white-space: nowrap;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}

.page-inner--main .company .industry-list li .type-name::after {
  content: "";
  width: 38px;
  height: 3px;
  background-color: #ffffff;
  transition: all 0.4s;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -19px;
  transform: scale(0);
  transition: all 0.4s;
}

.page-inner--main .company .industry-list li .hide-box {
  width: 290px;
  height: 234px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.8s;
  text-align: center;
  position: relative;
}

.page-inner--main .company .industry-list li .hide-box font {
  width: 56px;
  height: 13px;
  font-size: 24px;
  position: absolute;
  top: 220px;
  left: 50%;
  margin-left: -26px;
}

.page-inner--main .company .industry-list li .hide-box .description {
  font-size: 18px;
  line-height: 36px;
  margin-top: 60px;
  text-align: center;
  -webkit-line-clamp: 5;
}

.page-inner--main .company .industry-list li:first-child {
  border-left-color: transparent;
}

.page-inner--main .company .industry-list li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/index_bg_bbi.jpg) no-repeat left top/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
  z-index: -1;
}

.page-inner--main .company .industry-list li:hover {
  border-left-color: transparent;
  z-index: 2;
  padding-top: 0;
}

.page-inner--main .company .industry-list li:hover .type-name {
  margin-top: 16px;
}

.page-inner--main .company .industry-list li:hover .type-name::before {
  opacity: 1;
}

.page-inner--main .company .industry-list li:hover .type-name::after {
  transform: scale(1);
}

.page-inner--main .company .industry-list li:hover .hide-box {
  opacity: 1;
}

.page-inner--main .company .industry-list li:hover::before {
  width: 106%;
  height: 126.32%;
  opacity: 1;
}

.page-inner--main .company .industry-swiper {
  display: none;
  width: 100%;
  height: 89.33vw;
  position: relative;
}

.page-inner--main .company .industry-swiper .parallax-bg {
  width: 194.4vw;
  height: 89.33vw;
  position: absolute;
  left: -9.2vw;
  top: 0;
  background: url("../images/inner_bg_jtgk_w3.jpg") no-repeat left center/cover;
}

.page-inner--main .company .industry-swiper .swiper-slide {
  width: 44vw;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 7vw;
  border-left: 0.13vw solid rgba(255, 255, 255, 0.3);
}

.page-inner--main .company .industry-swiper .swiper-slide font {
  font-size: 7.33vw;
  width: 7.33vw;
  height: 7.33vw;
}

.page-inner--main .company .industry-swiper .swiper-slide .type-name {
  font-size: 3.73vw;
  line-height: 4.8vw;
  position: relative;
  margin-top: 2.27vw;
  transition: all 0.4s;
}

.page-inner--main .company .industry-swiper .swiper-slide .type-name::after {
  content: "";
  width: 5.07vw;
  height: 0.4vw;
  background-color: #ffffff;
  transition: all 0.4s;
  position: absolute;
  bottom: -4.27vw;
  left: 50%;
  margin-left: -2.53vw;
}

.page-inner--main .company .industry-swiper .swiper-slide .description {
  font-size: 3.2vw;
  line-height: 4.8vw;
  height: 43.2vw;
  overflow: hidden;
  text-align: center;
  -webkit-line-clamp: 9;
  margin-top: 8.67vw;
}

.page-inner--main .company .industry-swiper .swiper-slide:first-child {
  border-left: 0;
}

.page-inner--main .company .evolution {
  padding: 66px 0 0;
  background: #fafafa url("../images/inner_bg_jtgk5.jpg") no-repeat center bottom/cover;
}

.page-inner--main .company .evolution .plate-title {
  box-sizing: border-box;
  padding: 0 240px;
}

.page-inner--main .company .evolution-anchor {
  height: 44px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 110px;
  right: 216px;
  font-size: 22px;
  color: #333;
}

.page-inner--main .company .evolution-anchor .light-slide {
  width: 19px;
  height: 4px;
  background: #c08235;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
}

.page-inner--main .company .evolution-anchor .anchor-item {
  line-height: 44px;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0 24px;
}

.page-inner--main .company .evolution-anchor .anchor-item.cur {
  font-weight: bold;
  color: #c08235;
}

.page-inner--main .company .evolution-swiper {
  width: 100%;
  height: 712px;
  box-sizing: border-box;
  position: relative;
  margin-top: 44px;
}

.page-inner--main .company .evolution-swiper .swiper-slide {
  width: 260px;
  height: 100%;
  box-sizing: border-box;
  padding: 34px 0;
  position: relative;
}

.page-inner--main .company .evolution-swiper .swiper-slide .circle {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: solid 2px #c08235;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.page-inner--main .company .evolution-swiper .swiper-slide .circle::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c08235;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
}

.page-inner--main .company .evolution-swiper .swiper-slide .circle::after {
  content: "";
  width: 2px;
  height: 72px;
  background: rgba(192, 130, 53, 0.5);
  position: absolute;
  left: 50%;
  margin: 0 0 0 -1px;
}

.page-inner--main .company .evolution-swiper .swiper-slide .data-t,
.page-inner--main .company .evolution-swiper .swiper-slide .data-b {
  width: 520px;
  height: 50%;
  box-sizing: border-box;
  padding-top: 48px;
  padding-right: 80px;
}

.page-inner--main .company .evolution-swiper .swiper-slide .data-t .year,
.page-inner--main .company .evolution-swiper .swiper-slide .data-b .year {
  height: 48px;
  display: flex;
  align-items: flex-end;
}

.page-inner--main .company .evolution-swiper .swiper-slide .data-t .year .oppob,
.page-inner--main .company .evolution-swiper .swiper-slide .data-b .year .oppob {
  font-size: 36px;
  color: #c08235;
}

.page-inner--main .company .evolution-swiper .swiper-slide .data-t .year sub,
.page-inner--main .company .evolution-swiper .swiper-slide .data-b .year sub {
  line-height: 36px;
  font-size: 24px;
  color: #c08235;
  margin-left: 2px;
}

.page-inner--main .company .evolution-swiper .swiper-slide .data-t .desc,
.page-inner--main .company .evolution-swiper .swiper-slide .data-b .desc {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-top: 16px;
  max-height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.page-inner--main .company .evolution-swiper .swiper-slide:nth-child(2n) .data-t {
  visibility: hidden;
}

.page-inner--main .company .evolution-swiper .swiper-slide:nth-child(2n) .data-b {
  padding-top: 80px;
}

.page-inner--main .company .evolution-swiper .swiper-slide:nth-child(2n) .circle::after {
  bottom: 0;
  transform: translateY(100%);
}

.page-inner--main .company .evolution-swiper .swiper-slide:nth-child(2n-1) .data-b {
  visibility: hidden;
}

.page-inner--main .company .evolution-swiper .swiper-slide:nth-child(2n-1) .circle::after {
  top: 0;
  transform: translateY(-100%);
}

.page-inner--main .company .evolution-swiper::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #e1e1e1;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

.page-inner--main .company .evolution-prev, .page-inner--main .company .evolution-next {
  width: 52px;
  height: 52px;
  background-color: #6c6c6b;
  position: absolute;
  bottom: 0;
  right: 240px;
  z-index: 5;
  cursor: pointer;
}

.page-inner--main .company .evolution-prev font, .page-inner--main .company .evolution-next font {
  width: 52px;
  height: 52px;
  font-size: 20px;
  color: #fff;
}

.page-inner--main .company .evolution-prev.swiper-button-disabled, .page-inner--main .company .evolution-next.swiper-button-disabled {
  background: #a5a5a4;
  cursor: no-drop;
}

.page-inner--main .company .evolution-prev {
  right: 320px;
}

.page-inner--main .company .evolution-prev font {
  transform: scaleX(-1);
}

.page-inner--main .company .honor {
  padding: 116px 240px 122px;
  background: #fff url("../images/inner_bg_jtgk6.jpg") no-repeat center bottom/cover;
}

.page-inner--main .company .honor-container {
  margin-top: 30px;
}

.page-inner--main .company .honor-container .cl,
.page-inner--main .company .honor-container .cr {
  padding-top: 38px;
}

.page-inner--main .company .honor-container .cl .box-title,
.page-inner--main .company .honor-container .cr .box-title {
  width: 100%;
  height: 43px;
  padding-bottom: 11px;
  position: relative;
  display: flex;
  align-items: center;
}

.page-inner--main .company .honor-container .cl .box-title font,
.page-inner--main .company .honor-container .cr .box-title font {
  width: 71px;
  height: 43px;
  box-sizing: border-box;
  padding-right: 17px;
  font-size: 30px;
  color: #fff;
  margin-right: 6px;
  background: url("../images/font_bg.png") no-repeat right center/cover;
}

.page-inner--main .company .honor-container .cl .box-title b,
.page-inner--main .company .honor-container .cr .box-title b {
  font-size: 28px;
  color: #c08235;
}

.page-inner--main .company .honor-container .cl .box-title::before,
.page-inner--main .company .honor-container .cr .box-title::before {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/line.png") no-repeat left center/cover;
  border-radius: 0px 2px 0px 0px;
}

.page-inner--main .company .honor-container .cl {
  width: 574px;
}

.page-inner--main .company .honor-container .cl .credential-ls {
  margin-top: 10px;
  width: 100%;
}

.page-inner--main .company .honor-container .cl .credential-ls li {
  box-sizing: border-box;
  padding: 20px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.21);
  position: relative;
  line-height: 30px;
  color: #333333;
}

.page-inner--main .company .honor-container .cl .credential-ls li::before {
  content: "";
  width: 4px;
  height: 14px;
  background: #c08235;
  border-radius: 2px;
  top: 28px;
  left: 0;
  position: absolute;
}

.page-inner--main .company .honor-container .cr {
  width: 536px;
}

.page-inner--main .company .honor-container .cr .honor-swiper {
  width: calc(100% + 48px);
  margin-top: 12px;
  margin-left: -24px;
  height: 260px;
}

.page-inner--main .company .honor-container .cr .honor-swiper .swiper-slide {
  width: 342px;
  height: 223px;
}

.page-inner--main .company .honor-container .cr .honor-swiper .swiper-slide .slide-container {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 24px 0px rgba(203, 169, 102, 0.28);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  color: #000000;
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-inner--main .company .honor-container .cr .honor-swiper .swiper-slide .slide-container .title {
  font-size: 38px;
  font-weight: bold;
}

.page-inner--main .company .honor-container .cr .honor-swiper .swiper-slide .slide-container .desc {
  width: 222px;
  line-height: 30px;
  margin: 8px auto 0;
}

.page-inner--main .company .honor-container .cr .honor-swiper .swiper-slide .slide-container .shading {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.page-inner--main .company .honor-container .cr .honor-swiper .swiper-slide .slide-container .shading::before, .page-inner--main .company .honor-container .cr .honor-swiper .swiper-slide .slide-container .shading::after {
  content: "";
  box-shadow: 0px 0px 24px 0px rgba(175, 190, 210, 0.28);
  border-radius: 10px;
  border: 1px solid #edc372;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-inner--main .company .honor-container .cr .honor-swiper .swiper-slide .slide-container .shading::before {
  width: 330px;
  height: 210px;
}

.page-inner--main .company .honor-container .cr .honor-swiper .swiper-slide .slide-container .shading::after {
  width: 316px;
  height: 198px;
}

.page-inner--main .company .honor-container .cr .honor-swiper .swiper-slide .slide-container::before, .page-inner--main .company .honor-container .cr .honor-swiper .swiper-slide .slide-container::after {
  content: "";
  width: 61px;
  height: 133px;
  background: url("../images/mask_wheat.png") no-repeat center/cover;
  position: absolute;
  top: 50%;
  z-index: -1;
  opacity: 0.2;
}

.page-inner--main .company .honor-container .cr .honor-swiper .swiper-slide .slide-container::before {
  left: 28px;
  transform: translateY(-50%);
}

.page-inner--main .company .honor-container .cr .honor-swiper .swiper-slide .slide-container::after {
  right: 28px;
  transform: translateY(-50%) scaleX(-1);
}

.page-inner--main .company .honor-container .cr .honor-swiper .swiper-slide-active .slide-container {
  color: #fff;
  background: linear-gradient(0deg, #c08235 0%, #ebc06e 100%);
}

.page-inner--main .company .honor-container .cr .honor-swiper .swiper-slide-active .slide-container .shading::before, .page-inner--main .company .honor-container .cr .honor-swiper .swiper-slide-active .slide-container .shading::after {
  border-color: #fff;
  opacity: 0.1;
}

.page-inner--main .company .honor-container .cr .honor-swiper .swiper-slide-active .slide-container::before, .page-inner--main .company .honor-container .cr .honor-swiper .swiper-slide-active .slide-container::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0.1;
}

.page-inner--main .company .honor-container .cr .honor-swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(
.swiper-slide-prev
) {
  opacity: 0;
}

.page-inner--main .company .honor-container .cr .honor-swiper .honor-page {
  width: 100%;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
}

.page-inner--main .company .honor-container .cr .honor-swiper .honor-page .swiper-pagination-bullet {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  background: rgba(195, 134, 57, 0.3);
  opacity: 1;
}

.page-inner--main .company .honor-container .cr .honor-swiper .honor-page .swiper-pagination-bullet-active {
  background: #c38639;
}

.page-inner--main .company .honor-container .cc {
  width: 128px;
  margin: 0 auto;
}

.page-inner--main .company .honor-container .cc img {
  width: 100%;
  height: auto;
}

.page-inner--main .xxgk {
  /* 基础信息 */
  /* 图片 */
  /* 文本 */
  /* 招聘列表 */
}

.page-inner--main .xxgk-base {
  padding-top: 104px;
}

.page-inner--main .xxgk-base .box-r {
  text-align: center;
  box-sizing: border-box;
  padding: 30px 0;
}

.page-inner--main .xxgk-base .box-r img {
  max-width: 100%;
  height: auto;
}

.page-inner--main .xxgk-picinfo {
  padding-top: 112px;
  padding-bottom: 50px;
  min-height: 570px;
  position: relative;
}

.page-inner--main .xxgk-picinfo .info-box {
  width: 580px;
  margin-top: 58px;
}

.page-inner--main .xxgk-picinfo .info-box p {
  font-size: 20px;
  line-height: 44px;
  color: #333333;
  text-align: justify;
}

.page-inner--main .xxgk-picinfo .info-img {
  width: 880px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
}

.page-inner--main .xxgk-picinfo .info-img img {
  width: 100%;
  height: auto;
}

.page-inner--main .xxgk-textinfo {
  padding-top: 104px;
  padding-bottom: 84px;
}

.page-inner--main .xxgk-textinfo h2 {
  font-size: 30px;
  color: #333333;
  margin-bottom: 36px;
}

.page-inner--main .xxgk-textinfo .rich-box p,
.page-inner--main .xxgk-textinfo .rich-box span {
  font-size: 18px;
  letter-spacing: 1.4px;
  color: #666;
  line-height: 40px;
}

.page-inner--main .xxgk-textinfo .rich-box p {
  text-indent: 2em;
  margin-bottom: 1.5em;
}

.page-inner--main .xxgk-textinfo .rich-box img,
.page-inner--main .xxgk-textinfo .rich-box video {
  display: block;
  margin: 54px auto 0;
  width: 100% !important;
  height: auto !important;
  box-sizing: border-box;
  padding: 68px 290px;
  background: #f5f5f5;
}

.page-inner--main .xxgk-opls {
  padding-top: 120px;
  padding-bottom: 96px;
}

.page-inner--main .xxgk-opls .opls-item {
  margin-bottom: 36px;
}

.page-inner--main .xxgk-opls .opls-item .item-head {
  width: 100%;
  height: 84px;
  background: #f6f8f9;
  border-radius: 0px 30px 0px 0px;
  box-sizing: border-box;
  padding: 0 46px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.page-inner--main .xxgk-opls .opls-item .item-head .plus {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}

.page-inner--main .xxgk-opls .opls-item .item-head .plus i {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #c08235;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

.page-inner--main .xxgk-opls .opls-item .item-head .plus i:nth-child(2) {
  transform: rotate(90deg);
  transform-origin: center;
  transition: all 0.5s ease-in-out;
}

.page-inner--main .xxgk-opls .opls-item.open .item-head .plus i:nth-child(2) {
  transform: rotate(180deg);
  opacity: 0;
}

.page-inner--main .xxgk-opls .opls-name {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  line-height: 84px;
  width: calc(100% - 20px);
}

.page-inner--main .xxgk-opls .opls-data {
  box-sizing: border-box;
  padding: 28px 46px 10px;
}

.page-inner--main .xxgk-opls .opls-data-box {
  max-height: 0;
  overflow: hidden;
}

.page-inner--main .xxgk-opls .opls-data p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

.page-inner--main .xxgk-opls .opls-data p a {
  font-size: 16px;
  line-height: 30px;
}

.page-inner--main .xxgk-opls .opls-data p a span {
  text-decoration: underline;
}

.page-inner--main .xxgk-opls .opls-data p a span.light {
  color: #c08235;
}

.page-inner--main .xxgk-opls .opls-data p.label {
  line-height: 44px;
}

.page-inner--main .xxgk-opls .opls-data p.contact {
  margin-top: 36px;
}

.page-inner--main .contact-us .cli {
  display: block;
  height: 92px;
  top: -92px;
  left: 0;
  position: absolute;
  visibility: hidden;
}

.page-inner--main .contact-us .swiper-plate {
  box-sizing: border-box;
}

.page-inner--main .contact-us .ways {
  padding: 102px 240px 134px;
}

.page-inner--main .contact-us .ways .way-ls {
  flex: 1 1 0%;
  margin-top: 42px;
}

.page-inner--main .contact-us .ways .way-ls .ls-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.page-inner--main .contact-us .ways .way-ls .ls-item font {
  color: #c08235;
  font-size: 20px;
  width: 26px;
  height: 30px;
  justify-content: flex-start;
  margin-right: 10px;
}

.page-inner--main .contact-us .ways .way-ls .ls-item span,
.page-inner--main .contact-us .ways .way-ls .ls-item a {
  line-height: 30px;
  color: #333333;
}

.page-inner--main .contact-us .ways .way-ls .ls-item span.label,
.page-inner--main .contact-us .ways .way-ls .ls-item a.label {
  flex-shrink: 0;
}

.page-inner--main .contact-us .ways .way-ls .ls-item a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-inner--main .contact-us .ways .way-ls .qrcode {
  display: flex;
  align-items: center;
  width: 488px;
  height: 172px;
  background: #f8f8f8;
  border-radius: 10px;
  box-sizing: border-box;
  padding-left: 42px;
}

.page-inner--main .contact-us .ways .way-ls .qrcode p {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}

.page-inner--main .contact-us .ways .way-ls .qrcode p span {
  line-height: 30px;
  color: #333333;
}

.page-inner--main .contact-us .ways .way-ls .qrcode .code-img {
  width: 104px;
  height: 104px;
  background-color: #ffffff;
  border-radius: 2px;
  object-fit: cover;
}

.page-inner--main .contact-us .ways .exhibit-img {
  width: 720px;
  height: 500px;
  border-radius: 0 30px 0 30px;
  margin-top: -78px;
}

.page-inner--main .contact-us .cooperate {
  width: 100%;
  padding: 102px 240px 112px;
  background: url("../images/lxwm_bg.jpg") no-repeat center/cover;
}

.page-inner--main .contact-us .cooperate .plate-title {
  position: relative;
}

.page-inner--main .contact-us .cooperate .plate-title .other-el.tel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: var(--color);
}

.page-inner--main .contact-us .cooperate .plate-title .other-el.tel font {
  width: 34px;
  height: 34px;
  font-size: 30px;
  margin-right: 18px;
  padding-bottom: 0;
}

.page-inner--main .contact-us .cooperate .plate-title .other-el.tel span {
  font-size: 28px;
}

.page-inner--main .contact-us .cooperate .form-container {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 48px;
}

.page-inner--main .contact-us .cooperate .form-container .form-item {
  width: calc((100% - 20px) / 2);
  height: 60px;
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  box-sizing: border-box;
  padding: 14px 22px;
}

.page-inner--main .contact-us .cooperate .form-container .form-item label,
.page-inner--main .contact-us .cooperate .form-container .form-item input,
.page-inner--main .contact-us .cooperate .form-container .form-item textarea {
  color: #333333;
  line-height: 30px;
  font-family: "MicrosoftYaHei";
}

.page-inner--main .contact-us .cooperate .form-container .form-item:not(.full) {
  margin-bottom: 24px;
  align-items: center;
}

.page-inner--main .contact-us .cooperate .form-container .form-item.full {
  width: 100%;
  height: 150px;
  flex-direction: column;
}

.page-inner--main .contact-us .cooperate .form-container .subbtn {
  width: 188px;
  height: 60px;
  border-radius: 6px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  text-align: center;
  line-height: 56px;
  background: transparent;
  color: #fefefe;
  font-size: 18px;
  font-weight: bold;
  margin: 40px auto 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.page-inner--main .contact-us .cooperate .form-container .subbtn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s ease;
  z-index: -1;
}

.page-inner--main .public-detail {
  padding-top: 184px;
  padding-bottom: 120px;
  padding-left: 467px;
  padding-right: 467px;
  background: #fff url("../images/inner_detail.png") no-repeat top center/100% auto;
}

.page-inner--main .public-detail .detail-head {
  position: relative;
  padding-bottom: 36px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.11);
}

.page-inner--main .public-detail .detail-head .title {
  width: 900px;
  font-size: 30px;
  line-height: 40px;
  color: #333;
}

.page-inner--main .public-detail .detail-head .date {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-top: 20px;
}

.page-inner--main .public-detail .detail-head .back {
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 11px;
  color: #c08235;
  font-size: 18px;
}

.page-inner--main .public-detail .detail-head .back font {
  margin-left: 8px;
}

.page-inner--main .public-detail .detail-rich {
  padding-top: 38px;
}

.page-inner--main .public-detail .detail-rich p,
.page-inner--main .public-detail .detail-rich span {
  font-size: 18px;
  letter-spacing: 0.4px;
  color: #333333;
  line-height: 36px;
}

.page-inner--main .public-detail .detail-rich p {
  text-indent: 2em;
  margin-bottom: 1.5em;
}

.page-inner--main .public-detail .detail-rich img,
.page-inner--main .public-detail .detail-rich video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}

.page-inner--main .public-detail .detail-change {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 114px;
  margin-top: 48px;
}

.page-inner--main .public-detail .detail-change .prev,
.page-inner--main .public-detail .detail-change .next {
  width: calc((100% - 22px) / 2);
  height: 100%;
  background: #f5f5f5;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 30px;
  color: #333333;
}

.page-inner--main .public-detail .detail-change .prev span,
.page-inner--main .public-detail .detail-change .next span {
  line-height: 30px;
}

.page-inner--main .public-detail .detail-change .prev b,
.page-inner--main .public-detail .detail-change .next b {
  width: 100%;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  margin-top: 6px;
}

.page-inner--main .textls {
  padding-top: 70px;
  padding-bottom: 94px;
}

.page-inner--main .textls-ls {
  border-top: 1px solid #e0e3e8;
}

.page-inner--main .textls-ls .ls-item {
  width: 100%;
  height: 268px;
  border-bottom: 1px solid #e0e3e8;
  position: relative;
  display: flex;
  align-items: center;
}

.page-inner--main .textls-ls .ls-item .date {
  width: 164px;
  line-height: 36px;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.4s;
  margin-top: -20px;
}

.page-inner--main .textls-ls .ls-item .date .md {
  font-size: 30px;
  letter-spacing: 0.6px;
}

.page-inner--main .textls-ls .ls-item .date .year {
  font-size: 20px;
  letter-spacing: 0.4px;
}

.page-inner--main .textls-ls .ls-item .info {
  width: calc(100% - 318px);
  box-sizing: border-box;
  padding-right: 74px;
}

.page-inner--main .textls-ls .ls-item .info .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  display: inline-block;
  color: #333333;
  transition: all 0.4s;
}

.page-inner--main .textls-ls .ls-item .info .desc {
  height: 68px;
  font-size: 18px;
  letter-spacing: 0.4px;
  line-height: 34px;
  color: #666;
  margin-top: 18px;
}

.page-inner--main .textls-ls .ls-item .learn {
  width: 154px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #666666;
  border-left: 1px solid #e8ecf0;
  transition: all 0.4s;
  margin-top: -4px;
}

.page-inner--main .textls-ls .ls-item .learn font {
  margin-left: 18px;
}

.page-inner--main .textls-ls .ls-item::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #c08235;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: left center;
  transition: all 0.8s ease-in-out;
}

.page-inner--main .picls {
  padding-top: 32px;
  padding-bottom: 138px;
}

.page-inner--main .picls-ls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-inner--main .picls-ls .ls-item {
  width: 428px;
  height: 464px;
  margin-top: 82px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

.page-inner--main .picls-ls .ls-item .date {
  width: 88px;
  height: 88px;
  background: #8a8a8a;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.page-inner--main .picls-ls .ls-item .date .md {
  font-size: 20px;
  line-height: 34px;
}

.page-inner--main .picls-ls .ls-item .date .year {
  width: 60px;
  font-size: 14px;
  line-height: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.page-inner--main .picls-ls .ls-item .date::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #cc8f45 0%, #f1ba57 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.page-inner--main .picls-ls .ls-item .item-thumb {
  width: 100%;
  height: 268px;
  border-radius: 0px 20px 0px 20px;
}

.page-inner--main .picls-ls .ls-item .title {
  font-size: 20px;
  line-height: 36px;
  height: 72px;
  color: #333333;
  margin-top: 16px;
}

.page-inner--main .picls-ls .ls-item .learn {
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666666;
  transition: all 0.4s;
  margin-top: 44px;
}

.page-inner--main .picls-ls .ls-item .learn font {
  margin-left: 18px;
}

.page-inner--main .picls-ls .ls-item::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #c08235;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: left center;
  transition: all 0.8s ease-in-out;
}

.page-inner--main .picls-ls::after {
  content: "";
  width: 428px;
}

.page-inner--main .tpls {
  padding-top: 70px;
  padding-bottom: 94px;
}

.page-inner--main .tpls-ls .ls-item {
  width: 100%;
  height: 354px;
  box-sizing: border-box;
  padding: 0 240px;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
  transition: all 0.8s;
}

.page-inner--main .tpls-ls .ls-item .thumb-top {
  display: none;
  width: 100%;
  height: 51.73vw;
  border-radius: 2.67vw;
}

.page-inner--main .tpls-ls .ls-item .date {
  width: 164px;
  line-height: 36px;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.4s;
  margin-top: -12px;
}

.page-inner--main .tpls-ls .ls-item .date .md {
  font-size: 30px;
  letter-spacing: 0.6px;
}

.page-inner--main .tpls-ls .ls-item .date .year {
  font-size: 20px;
  letter-spacing: 0.4px;
}

.page-inner--main .tpls-ls .ls-item .item-info {
  width: calc(100% - 682px);
  margin-right: auto;
}

.page-inner--main .tpls-ls .ls-item .item-info .title {
  width: 100%;
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.5px;
  transition: all 0.4s;
}

.page-inner--main .tpls-ls .ls-item .item-info .desc {
  height: 68px;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.4px;
  color: #666666;
  margin-top: 12px;
}

.page-inner--main .tpls-ls .ls-item .item-info .learn {
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666666;
  transition: all 0.4s;
  margin-top: 40px;
}

.page-inner--main .tpls-ls .ls-item .item-info .learn font {
  margin-left: 18px;
}

.page-inner--main .tpls-ls .ls-item .dqjs-info {
  width: calc(100%);
}

.page-inner--main .tpls-ls .ls-item .thumb-right {
  width: 412px;
  height: 232px;
  border-radius: 6px;
}

.page-inner--main .tpls-ls .ls-item::after {
  content: "";
  width: calc(100% - 480px);
  height: 1px;
  background: #e0e3e8;
  position: absolute;
  bottom: 1px;
  left: 240px;
  transition: all 0.8s;
}

.page-inner--main .tpls-ls .ls-item.nob::after {
  opacity: 0;
}
