@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Regular", "Microsoft YaHei", "宋体";
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  color: #333;
  background: none;
}

button {
  border-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover, a:focus {
  color: #333;
  text-decoration: none;
}

img {
  display: inline-block;
  border: none;
}

li {
  list-style: none;
}

.cursor {
  cursor: pointer;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.main-w {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .mobile-box, .main-w {
    display: block !important;
    float: none !important;
    width: 100%;
    padding: 0 5px;
  }
  .mobile-none {
    display: none !important;
  }
  .mobile-img {
    width: 100% !important;
    height: auto !important;
  }
  .pc-none {
    display: flex;
  }
}

.module-title {
  position: relative;
  height: 90px;
  margin-bottom: 25px;
  text-align: center;
  background: url(title-line.png) no-repeat right 50px/100% auto;
}

.module-title .module-title-more {
  position: absolute;
  right: 2px;
  bottom: 10px;
  display: block;
  width: 50px;
  height: 28px;
  background: transparent;
}

.module-title.module-spe-title {
  background: url(title-line-spe.png) no-repeat right 50px/100% auto;
}

.module-list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #a97e17;
}

.module-list li .list-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
}

.module-list li .module-list-top {
  display: flex;
}

.module-list li .module-list-top .list-source {
  display: block;
  height: 34px;
  line-height: 34px;
  margin-right: 15px;
  padding: 0 12px;
  background: url("pljd-title-bg.png") no-repeat center center/100% 34px;
}

.module-list li .module-list-top .list-source span {
  background: linear-gradient(to bottom, #ffdd76, #feb614);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.module-list li .module-list-top .list-title {
  width: 1000px;
  flex: 1;
  line-height: 34px;
  margin-bottom: 0;
  color: #000;
}

.module-list li .desc {
  position: relative;
  flex: 1;
  color: #333;
  line-height: 30px;
  text-indent: 36px;
  display: block;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.module-list li .desc a {
  display: block;
  color: #cd0009;
  position: absolute;
  right: 0;
  bottom: 0;
}

.xx-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  margin-right: -80px;
  min-height: 246px;
}

.xx-list li {
  width: 560px;
  margin-right: 80px;
}

.module1 {
  min-height: 540px;
  padding: 15px 25px;
  margin-top: 30px;
  margin-bottom: 40px;
  box-shadow: 0 2px 22px #fcebd4;
  border-bottom-right-radius: 93px;
  background: url("xxdt-bg.png") no-repeat center center;
}

.module1 .module1-con {
  display: flex;
  justify-content: space-between;
}

.module1 .module1-con .left-swiper {
  width: 500px;
  height: 390px;
  margin-left: 0;
  margin-right: 40px;
}

.module1 .module1-con .left-swiper.swiper-container {
  padding-bottom: 40px;
}

.module1 .module1-con .left-swiper.swiper-container .swiper-slide {
  display: block;
  position: relative;
  width: 100%;
  height: 350px;
}

.module1 .module1-con .left-swiper.swiper-container .swiper-slide .swiper-desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.module1 .module1-con .left-swiper.swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

.module1 .module1-con .left-swiper.swiper-container .swiper-more {
  position: absolute;
  bottom: 10px;
  right: 8px;
  color: #fff;
  z-index: 999;
}

.module1 .module1-con .left-swiper.swiper-container .swiper-more:hover {
  text-decoration: underline;
}

.module1 .module1-con .left-swiper.swiper-container .swiper-button-prev, .module1 .module1-con .left-swiper.swiper-container .swiper-button-next {
  display: none;
  color: #999;
}

.module1 .module1-con .left-swiper.swiper-container .swiper-button-prev, .module1 .module1-con .left-swiper.swiper-container .swiper-button-next {
  width: 27px;
  height: 48px;
  background-color: #1e1e1e;
}

.module1 .module1-con .left-swiper.swiper-container .swiper-button-prev:after, .module1 .module1-con .left-swiper.swiper-container .swiper-button-next:after {
  display: none;
}

.module1 .module1-con .left-swiper.swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  border: none;
  background: #fde1de;
  opacity: 1;
}

.module1 .module1-con .left-swiper.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 8px;
  background-color: #cd0009;
}

.module1 .module1-con .module1-right {
  width: 500px;
  flex: 1;
  height: 100%;
}

.module2 {
  margin-top: 40px;
}

.module3 {
  margin-top: 25px;
  padding: 30px 0;
}

.module3 .kjjj-list {
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
  margin-top: 45px;
  margin-bottom: 15px;
}

.module3 .kjjj-list li {
  flex: 1;
  margin-right: 60px;
}

.module3 .kjjj-list li a {
  display: block;
  line-height: 30px;
}

.module3 .kjjj-list li a img {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

.module4 {
  padding: 40px 0 48px;
  background: url("pljd-bg.png") no-repeat center center/cover;
}

.module-ts {
  padding: 50px 0 65px;
  background: url("ts-bg.png") no-repeat center center/cover;
}

.module-ts .module-ts-con {
  position: relative;
  background: url("ts-bot.png") no-repeat center bottom;
}

.module-ts .swiper-container {
  width: 960px;
  margin-top: 70px;
  margin-left: 115px;
  margin-right: 110px;
  padding-bottom: 95px;
}

.module-ts .swiper-container .swiper-slide {
  position: relative;
  display: block;
  width: 192px;
  height: 280px;
  margin-right: 66px;
}

.module-ts .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

.module-ts .swiper-container .swiper-slide .swiper-shadow {
  position: absolute;
  top: -6px;
  left: -16px;
  width: 224px;
  border-top-left-radius: 58px;
  height: 298px;
  background: url("shadow-bg.png") no-repeat center bottom;
}

.module-ts .bot-swiper-button-prev {
  position: absolute;
  left: 10px;
  top: 99px;
  width: 20px;
  height: 30px;
  font-size: 60px;
  color: #c7ab72;
  cursor: pointer;
}

.module-ts .bot-swiper-button-next {
  position: absolute;
  right: 15px;
  top: 99px;
  width: 20px;
  height: 30px;
  font-size: 60px;
  color: #c7ab72;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .module-title {
    background: none;
  }
  .module-title.module-spe-title {
    background: none;
  }
  .module-title.module-spe-title img {
    width: 100%;
    height: auto;
  }
  .xx-list li {
    width: 100%;
  }
  .module1 {
    padding: 10px;
    background: #fffaf3;
  }
  .module1 .module1-con .left-swiper {
    width: 100%;
    height: auto;
  }
  .module1 .module1-con .left-swiper.swiper-container .swiper-slide {
    width: 100%;
    height: auto;
  }
  .module1 .module1-con .module1-right {
    width: 100%;
  }
  .module2 {
    padding: 10px;
  }
  .module3 {
    padding: 10px;
    margin-bottom: 30px;
  }
  .module3 .kjjj-list li {
    margin-bottom: 30px;
  }
  .module-ts {
    padding: 50px 0 0;
  }
  .module-ts .swiper-container {
    width: 100%;
    margin: 0 auto;
  }
  .module-ts .bot-swiper-button-prev {
    top: 140px;
  }
  .module-ts .bot-swiper-button-next {
    margin-right: 40px;
    top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .module-title {
    zoom: .7;
  }
  .module-title.module-spe-title {
    zoom: 1;
  }
  .module3 .kjjj-list {
    width: 100%;
    display: block;
    margin: 0;
  }
  .module3 .kjjj-list li {
    width: 100%;
  }
  .module3 .kjjj-list li a img {
    height: auto;
  }
  .module-ts .swiper-container {
    width: 52%;
  }
  .module-ts .bot-swiper-button-prev {
    top: 100px;
  }
  .module-ts .bot-swiper-button-next {
    top: 100px;
  }
}