:root {
  --title-text: #000000d8;
  --main-back-color: #e600120c;
  --main-back-color-gradient: #e6001205;
  --main-list-color: #000000a6;
}
.main {
  /* min-height: calc(100vh - 700px); */
  /* min-height: 500px; */
  min-height: max(calc(100vh - 700px), 500px);
  padding-bottom: 40px;
}

.style6-main {
  background-image: url(../../images/style6/ZT-main-back.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.style6-main a:hover {
  color: var(--theme-color);
  text-decoration: none;
}

/* 首页图片裁剪 */
.style6-main img {
  object-fit: cover;
}

/* module-title-type1 标题样式1 */
.module-title {
  background-image: url(../../images/style6/ZT-title-back.png);
  background-repeat: no-repeat;
  height: 80px;
  position: relative;
}
.module-title a {
  font-weight: 600;
  font-size: 28px;
  color: var(--theme-color);
  position: absolute;
  left: 49%;
  top: 23%;
}
.module-title div {
  font-weight: 600;
  font-size: 28px;
  color: var(--theme-color);
  position: absolute;
  left: 49%;
  top: 23%;
}

/* module-title-type2 标题样式2 */
.module-title-type2 {
  background: url(../../images/style6/ZT-title-back2.png);
  background-repeat: no-repeat;
}
.module-title-type2 div {
  font-weight: 600;
  font-size: 28px;
  color: var(--theme-color);
  width: 100%;
  text-align: center;
  line-height: 28px;
}

/* .module-one 模块1 */
.module-one {
  height: 154px;
  text-align: center;
}
.module-one a {
  font-weight: 600;
  font-size: 32px;
  color: var(--header-main-text);
  line-height: 154px;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

/* .module-two 模块2 */
.module-two {
  background: linear-gradient(
    180deg,
    var(--main-back-color) 0%,
    var(--main-back-color-gradient) 100%
  );
}
.m-slider2 {
  overflow: hidden;
  /* padding: 40px 0; */
}
.m-slider2 .pic-sy {
  width: 840px;
  float: left;
}
.m-slider2 .pic-sy .item a {
  position: relative;
  display: block;
}
.m-slider2 .pic-sy .item .pic {
  width: 840px;
  height: 484px;
  background: var(--theme-back-color);
}
.m-slider2 .pic-sy .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-slider2 .pic-sy .item a em {
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  padding-left: 18px;
}
.m-slider2 .pic-sy .item a em span {
  display: inline-block;
  margin-right: 8px;
  letter-spacing: 3px;
}
.m-slider2 .pic-sy .slick-dots {
  position: absolute;
  text-align: right;
  bottom: 21px;
  width: 100%;
  padding-right: 15px;
}
.m-slider2 .pic-sy .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.m-slider2 .pic-sy .slick-dots li button {
  border: 0;
  display: block;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
  font-size: 0;
  line-height: 0;
  text-indent: 999px;
  padding: 0;
  border-radius: 50%;
}
.m-slider2 .pic-sy .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 1);
  opacity: 1;
}
.m-slider2 .text-sy {
  overflow: hidden;
  padding-left: 40px;
  height: 484px;
}
.m-slider2 .text-sy .text-sy-content {
  height: 100%;
  background-color: var(--theme-back-color);
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.m-slider2 .text-sy ul {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m-slider2 .text-sy ul li:first-of-type {
  padding: 0 20px;
  font-weight: 600;
  font-size: 20px;
  color: var(--main-list-color);
  line-height: 30px;
  text-align: left;
  font-style: normal;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 15px;
}
.m-slider2 .text-sy ul li:not(:first-of-type) {
  flex: 1;
  display: flex;
  align-items: center;
}
.m-slider2 .text-sy ul li:not(:first-of-type) a {
  flex: 1;
  padding: 0 20px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 400;
  font-size: 18px;
  color: var(--main-list-color);
  text-align: left;
  font-style: normal;
}
.m-slider2 .text-sy ul li:not(:first-of-type):hover {
  background: var(--theme-color);
}
.m-slider2 .text-sy ul li:not(:first-of-type):hover a {
  color: var(--header-main-text);
}

/* module-three 模块3 */
.module-three {
  margin-top: 60px;
}
.module-three-content {
  display: flex;
  padding-top: 20px;
}
.module-three-content .module-content-common {
  background: rgba(230, 0, 18, 0.03);
  padding-top: 20px;
}
.module-three-content-right {
  margin-left: 40px;
}
.module-three-content-right img {
  height: 214px;
  width: 381px;
}
.pic-sy6 .sy6-prev-manual {
  position: absolute;
  top: 50%;
  left: -42px;
  transform: translateY(-50%);
}
.pic-sy6 .sy6-next-manual {
  position: absolute;
  top: 50%;
  right: -42px;
  transform: translateY(-50%);
}
.pic-sy6 .slick-arrow {
  width: 30px;
  height: calc(100% - 40px);
  background-color: #e501130d;
  border: none;
}
.pic-sy6 .slick-arrow:hover {
  background-color: var(--theme-color);
}
.pic-sy6 .slick-arrow i {
  font-size: 40px;
  color: #fff;
}

/* .module-four 模块4 */
.module-four {
  margin-top: 60px;
}
.module-four-content {
  display: flex;
  margin-top: 20px;
}
.module-four-content-left {
  background-color: #ffffffd9;
  display: flex;
  flex-direction: column;
  margin-right: 40px;
  background: linear-gradient(
    0,
    #ffffff 0%,
    rgba(251, 218, 218, 0.64) 52%,
    rgba(235, 64, 64, 0.2) 100%
  );
}
.module-four-content-left p {
  flex: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.module-four-content-left p:not(:last-of-type) {
  border-bottom: solid 1px #99999973;
}
.module-four-content-left a {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 27px;
  text-align: justify;
  font-style: normal;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.module-four-content .module-content-common {
  background: linear-gradient(
    180deg,
    rgba(235, 64, 64, 0.2) 0%,
    rgba(251, 218, 218, 0.64) 48%,
    #ffffff 100%
  );
}

/* 模块3, 4复用样式 */
.module-content-common {
  background-color: #ffffffd9;
  flex: 1;
  padding: 40px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 840px;
}
.module-content-common a {
  font-weight: 500;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.65);
  text-align: justify;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.module-content-common .desc {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: justify;
  font-style: normal;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.module-content-common .time {
  margin-top: 20px;
  flex: 1;
  display: flex;
  align-items: end;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 21px;
  text-align: justify;
  font-style: normal;
}

/* .module-five 模块5 */
.module-five {
  margin-top: 60px;
}
.module-five ul {
  padding: 20px 0;
  background-image: url(../../images/style6/ZT-type-two-back.png);
  position: relative;
  margin-top: 20px;
}
.module-five ul li {
  position: relative;
  height: 324px;
}
.module-five ul li .img-container {
  width: 232px;
  margin: 0 auto;
  height: 132px;
  overflow: hidden;
}
.module-five ul li img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.module-five ul li img:hover {
  transform: scale(1.1);
}
.module-five ul li .content-container {
  background-color: var(--theme-back-color);
  width: 232px;
  margin: 0 auto;
  height: 192px;
  padding: 12px;
}
.module-five ul li .module-five-title {
  color: var(--theme-color);
  font-weight: 600;
  font-family: PingFangSC, PingFang SC;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.module-five ul li .module-five-content {
  margin-top: 12px;
  font-family: PingFangSC, PingFang SC;
  font-size: 14px;
  color: #000000a1;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.pic-sy2 .sy2-prev-manual {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}
.pic-sy2 .sy2-next-manual {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
.pic-sy2 .slick-arrow {
  background-color: transparent;
  border: none;
}
.pic-sy2 .slick-arrow i {
  font-size: 60px;
  color: #e50113ff;
}

/* .module-six 模块6 */
.module-six {
  background-image: url(../../images/style6/ZT-type-one-back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 60px;
  padding: 20px 0 40px;
}
.module-six ul {
  margin-top: 20px;
}
.module-six ul li {
  margin-top: 20px;
}
.module-six .module-six-item {
  width: 240px;
  height: 334px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  transition: all 0.6s;
  margin: auto;
}
.module-six .module-six-item:hover {
  transform: translateY(-20px);
}
.module-six .module-six-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.module-six .module-six-content {
  margin-top: 15px;
  padding-top: 12px;
  font-family: PingFangSC, PingFang SC;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.module-six ul li:nth-child(odd) .module-six-item {
  background-image: url(../../images/style6/ZT-odd-back.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.module-six ul li:nth-child(odd) .module-six-title {
  color: var(--theme-color);
}
.module-six ul li:nth-child(even) .module-six-item {
  background-image: url(../../images/style6/ZT-even-back.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.module-six ul li:nth-child(even) .module-six-title {
  color: var(--header-main-text);
}
.module-six ul li:nth-child(odd) .module-six-content {
  color: #000000a1;
  border-top: 1px solid var(--theme-color);
}
.module-six ul li:nth-child(even) .module-six-content {
  color: var(--header-main-text);
  border-top: 1px solid var(--header-main-text);
}
.pic-sy3 .sy3-prev-manual {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
.pic-sy3 .sy3-next-manual {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
.pic-sy3 .slick-arrow {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #00000073;
  border: none;
  z-index: 1;
}
.pic-sy3 .slick-arrow i {
  font-size: 45px;
  color: var(--theme-back-color);
}

/* .module-seven 模块7 */
.module-seven {
  margin-top: 60px;
}
.module-seven-container {
  display: flex;
  /* height: 623px; */
  margin-top: 30px;
}
/* .module-tab {
  height: 100%;
} */
.module-tab-item {
  padding: 40px 10px;
  background-color: #e5011326;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: var(--theme-color);
  line-height: 33px;
  text-align: center;
  font-style: normal;
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.module-tab-item:not(:first-child) {
  margin-top: 2px;
}
.module-tab-item:hover {
  background-color: var(--theme-color);
  color: var(--header-main-text);
}
.module-tab-item.active {
  background-color: var(--theme-color);
  color: var(--header-main-text);
}
.module-tab-content {
  flex: 1;
  background: linear-gradient(
    45deg,
    #fee8c0ff,
    transparent,
    #fee8c0ff,
    transparent,
    #fee8c0ff
  );
  padding: 0 20px;
  display: flex;
}
.module-tab-content-item {
  display: flex;
  margin: auto 0;
  width: 100%;
}
.module-tab-content-item-left img {
  width: 387px;
  height: 548px;
}

.module-tab-content-item-right {
  margin-left: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.module-tab-content-item-top {
  display: flex;
  justify-content: space-between;
}
.module-tab-content-item-top-container img {
  width: 270px;
  height: 170px;
}
.module-tab-content-item-top-container {
  position: relative;
}
.module-tab-content-item-top-container-title {
  width: 285px;
  height: 124px;
  background-image: url(/images/style6/ZT-report-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
}
.module-tab-content-item-top-container-title div {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 2px;
  text-align: justify;
  font-style: normal;
  padding: 0 12px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: absolute;
  bottom: 12px;
}
.module-tab-content-item-bottom {
  background: #ffffff;
  padding: 20px 24px;
}
.module-tab-content-item-bottom-title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--theme-color);
}
.module-tab-content-item-bottom-title div {
  font-family: STSongti-SC, STSongti-SC;
  font-weight: 900;
  font-size: 24px;
  color: var(--theme-color);
  line-height: 33px;
  text-align: center;
  font-style: normal;
}
.module-tab-content-item-bottom-title a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: var(--theme-color);
  line-height: 25px;
  text-align: left;
  font-style: normal;
}
.module-tab-content-item-bottom-list-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #000000a6;
  line-height: 27px;
  text-align: justify;
  font-style: normal;
  padding: 20px 0;
  border-bottom: 1px solid #00000033;
  display: block;
}

/* .module-eight 模块8 */
.module-eight {
  margin-top: 60px;
}
.module-eight-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.module-eight-item {
  width: 48%;
  margin-top: 30px;
}
.module-eight-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module-eight-item-top a:first-child {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  line-height: 27px;
  text-align: center;
  font-style: normal;
  padding: 10px 20px;
  background-color: var(--theme-color);
}
.module-eight-item-top a:last-child {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #ff0000;
  line-height: 47px;
  text-align: right;
  font-style: normal;
  flex: 1;
  height: 47px;
  border-bottom: 1px dashed;
}
.module-eight-item-bottom {
  margin-top: 20px;
}
.module-eight-item-bottom div {
  padding: 10px 20px;
  background: rgba(230, 0, 18, 0.03);
  height: 74px;
  display: flex;
  align-items: center;
}
.module-eight-item-bottom div:not(:first-of-type) {
  margin-top: 2px;
}
.module-eight-item-bottom div a {
  font-weight: 400;
  font-size: 18px;
  color: #000000a6;
  line-height: 27px;
  text-align: justify;
  font-style: normal;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* module-nine 模块9 */
/* 待开发 */

/* module-ten 模块10 */
.module-ten {
  margin-top: 60px;
}
.ten-accordion {
  width: 100%;
  display: flex;
  margin-top: 30px;
}
.ten-panel {
  display: block;
  height: 440px;
  flex: 1;
  transition: all 0.9s ease;
  position: relative;
}
.ten-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.ten-panel-hover {
  flex: var(--len);
  transition: all 0.9s ease;
}
.ten-panel-hover img {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
.ten-panel-overlay {
  background-color: #00000073;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  transition: all 0.9s ease;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
}
.ten-panel-overlay div {
  writing-mode: vertical-lr;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ten-panel-hover .ten-panel-overlay {
  height: 60px;
  padding: 0 20px;
}
.ten-panel-hover .ten-panel-overlay div {
  writing-mode: lr;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* module-eleven 模块11 */
.module-eleven {
  margin-top: 60px;
}
.module-eleven-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 自动三等分 */
  gap: 32px; /* 统一间距 */
  margin-top: 32px;
}
.module-eleven-item-img {
  display: block;
}
.module-eleven-item-img img {
  width: 100%; /* 图片宽度撑满容器 */
  height: auto; /* 高度自适应保持比例 */
  display: block; /* 消除图片底部间隙 */
  aspect-ratio: 16/9;
}
.module-eleven-item-title {
  font-family: PingFangSC, PingFang SC;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  margin-top: 18px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
