: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 a:hover {
  color: var(--theme-color);
  text-decoration: none;
}

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

/* module-title-type1 标题样式1 */
.module-title {
  width: fit-content;
  padding: 0 100px;
  text-align: center;
  border-bottom: 5px solid;
  -webkit-border-image: linear-gradient(
    to right,
    var(--theme-back-color),
    var(--theme-color),
    var(--theme-back-color)
  );
  border-image: linear-gradient(
    to right,
    var(--theme-back-color),
    var(--theme-color),
    var(--theme-back-color)
  );
  border-image-slice: 1; /* 控制边框图像的裁剪范围 */
  margin: auto;
}
.module-title a {
  font-weight: 500;
  font-size: 24px;
  color: var(--theme-color);
  font-style: normal;
}
.module-title:hover {
  background: linear-gradient(
    to right,
    var(--theme-back-color),
    var(--theme-color),
    var(--theme-back-color)
  );
}
.module-title:hover a {
  color: var(--header-main-text);
}

/* module-title-type2 标题样式2 */
.module-title-type2 {
  background: url(../../images/style6/title-back1.png) no-repeat center / cover;
  height: 22px;
  text-align: center;
  width: 280px;
  margin: auto;
}
.module-title-type2 span {
  font-weight: 500;
  font-size: 24px;
  color: var(--theme-color);
  font-style: normal;
}

/* .module-one 模块1 */
.module-one {
  height: 154px;
  text-align: center;
  margin-top: 20px;
}
.module-one a {
  font-weight: 600;
  font-size: 32px;
  color: var(--title-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%;
  /* object-fit: cover; */
}
.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;
}
/* .module-two right */
.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;
  /* margin-top: 10px; */
  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 {
  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-four 模块4 */
.module-four {
  background: url(../../images/style6/module-back1.png) no-repeat center / cover;
}
.module-four-container {
  padding: 20px 0 40px 0;
}
.module-four-content {
  display: flex;
  margin-top: 20px;
}
.module-four-content-right {
  background-color: #ffffffd9;
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
.module-four-content-right p {
  flex: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.module-four-content-right p:not(:last-of-type) {
  border-bottom: solid 1px #99999973;
}
.module-four-content-right 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;
}

/* 模块4，7内容左侧 */
.module-content-left {
  background-color: #ffffffd9;
  flex: 1;
  padding: 40px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 840px;
}
.module-content-left a {
  font-weight: 500;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.65);
  text-align: justify;
  font-style: normal;
  /* display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.module-content-left .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-left .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 {
  display: flex;
  padding: 20px 0;
}
.module-five > div {
  flex: 1;
}
.module-five ul {
  margin-top: 20px;
}
.module-five ul li {
  padding: 10px 20px;
  background: rgba(230, 0, 18, 0.03);
  height: 74px;
  display: flex;
  align-items: center;
}
.module-five ul li:not(:first-of-type) {
  margin-top: 2px;
}
.module-five ul li 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-five-right {
  margin-left: 40px;
}

/*.module-six */
.module-six {
  background: linear-gradient(
    180deg,
    rgba(230, 0, 18, 0.05) 0%,
    rgba(230, 0, 18, 0.02) 100%
  );
}
.module-six > div {
  padding: 20px 0;
}
.module-six ul {
  margin-top: 33px;
  /* display: flex !important; */
}
/* .module-six ul li:not(:first-of-type) {
  margin-left: 40px;
} */
.module-six ul li {
  position: relative;
}
.module-six ul li op {
  width: 224px;
  height: 317px;
  position: absolute;
}
.module-six ul li .six-item > img {
  width: 224px;
  height: 317px;
  /* height: 304px; */
  /* object-fit: cover; */
  margin: 0 auto;
}
.module-six ul li .six-name {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 27px;
  text-align: center;
  font-style: normal;
  display: block;
}
.module-six ul li .six-name:hover {
  color: var(--theme-color);
}
.module-six ul li .six-op {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #00000026;
  width: 224px;
  height: 317px;
  display: none;
}
.module-six ul li .six-op .six-op-btn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.module-six .six-op img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.pic-sy2 .slick-list {
  /* margin: 0 25px; */
}
.pic-sy2 .slick-track {
  /* display: flex;
  justify-content: space-between;
  gap: 40px; */
}
.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-seven 模块7 */
.module-seven-container {
  padding: 40px 0 20px 0;
}
.module-seven-content {
  display: flex;
  margin-top: 20px;
}
.module-seven-content .module-content-left {
  background: rgba(230, 0, 18, 0.03);
  padding-top: 20px;
}
.module-seven-content-right {
  margin-left: 40px;
}
.module-seven-content-right img {
  height: 214px;
  width: 381px;
  /* object-fit: cover; */
}

/* module-eight 模块8 */
.module-eight {
  background: url(../../images/style6/module-back2.png) no-repeat center / cover;
  height: 265px;
  padding: 20px 0;
}
.module-eight ul {
  display: flex;
  margin-top: 20px;
}
.module-eight ul li {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.module-eight ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.5); /* 黑色50%透明度蒙层 */
  pointer-events: none; /* 允许点击穿透 */
}
.module-eight ul li p {
  position: absolute;
  bottom: 60px;
  transform: translateY(100%);
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
  text-align: justify;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 20px;
  z-index: 10;
  width: 100%;
}
.module-eight ul li:hover p {
  display: block;
  display: -webkit-box;
}
.module-eight ul li:not(:first-of-type) {
  margin-left: 40px;
}
.module-eight ul img {
  width: 290px;
  height: 163px;
}

/* module-nine 模块9 */
.module-nine {
  padding: 20px 0;
}
.pic-sy3 .pic img {
  /* width: 100%; */
  height: 140px;
  /* object-fit: cover; */
}
.pic-sy3 .slick-dots {
  position: absolute;
  text-align: center;
  bottom: 21px;
  width: 100%;
  padding-right: 15px;
}
.pic-sy3 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.pic-sy3 .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%;
}
.pic-sy3 .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 1);
  opacity: 1;
}

/* module-ten 模块10 */
.module-ten {
  display: flex;
}
.module-ten-left {
  width: 752px;
}
.pic-sy4 {
  margin-top: 20px;
}
.pic-sy4 .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;
}
.pic-sy4 .item a {
  position: relative;
  display: block;
}
.pic-sy4 .item .pic img {
  display: block;
  width: 752px;
  height: 423px;
}
.module-ten-right {
  margin-left: 40px;
}
.module-ten-right .item {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.module-ten-right .item img {
  width: 175px;
  height: 247px;
  /* object-fit: cover; */
}
.module-ten-right .item ul {
  margin-left: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.module-ten-right .item ul li {
  background: #e501130d;
  padding: 5px 20px;
  width: 288px;
  height: 33px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.module-ten-right .item ul a {
  font-weight: 500;
  font-size: 16px;
  color: #000000a6;
  line-height: 22px;
  text-align: justify;
  font-style: normal;
}
.module-ten-right-bottom {
  margin-top: 20px;
}
.module-ten-right .item ul li:hover {
  background-color: var(--theme-color);
}
.module-ten-right .item ul li:hover a {
  color: var(--header-main-text);
}
.pic-sy5 {
  margin-top: 40px;
}
.pic-sy5 .item img {
  width: 197px;
  height: 110px;
}
.pic-sy5 .sy5-prev-manual {
  position: absolute;
  top: 0;
  left: 0;
}
.pic-sy5 .sy5-next-manual {
  position: absolute;
  top: 0;
  right: 0;
}
.pic-sy5 .slick-list {
  margin: 0 40px;
}
.pic-sy5 .slick-list img {
  margin: 0 10px;
  cursor: pointer;
  height: 110px;
  width: 197px;
}
.pic-sy5 .slick-arrow {
  width: 40px;
  height: 100%;
  background-color: #e501130d;
  border: none;
}
.pic-sy5 .slick-arrow:hover {
  background-color: var(--theme-color);
}
.pic-sy5 .slick-arrow i {
  font-size: 45px;
  color: #fff;
}

/* module-ten 模块11 */
.pic-sy6 .slick-dots {
  justify-content: space-around;
  margin-top: 40px;
  position: relative;
  display: flex;
}
.pic-sy6 .slick-dots::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--theme-color);
  transform: translateY(-50%);
}
.pic-sy6 .slick-dots li {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.pic-sy6 .slick-dots li button {
  border: 1px solid var(--theme-color);
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  font-size: 0;
  line-height: 0;
  text-indent: 999px;
  padding: 0;
  border-radius: 50%;
}
.pic-sy6 .slick-dots li.slick-active button {
  background: var(--theme-color);
  opacity: 1;
}

/* module-ten 模块12 */
.module-twelve {
  padding: 20px 0;
}
.module-twelve ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.module-twelve ul li {
  width: 400px;
}
.module-twelve ul li img {
  width: 400px;
  height: 225px;
}
