@charset "utf-8";

body {
  overflow-x: hidden;
}

/*banner*/
.banner-box {
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: 100vh;
}

.banner .slick-slide a .pic {
  padding-top: 0;
  height: 100vh;
}

.banner .slick-slide a .pic video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.58rem;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: all 5s ease-out;
}

.banner .img_scale img {
  transform: scale(1.1);
}

.banner .slick-dots {
  max-width: 14.4rem;
  margin: 0 auto;
  bottom: 0.6rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: right;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.065rem;
  padding: 0;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: url(../images/ban-dot.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s 0.1s;
}

.banner .slick-dots li.slick-active {
  border: 1px solid transparent;
}

.banner .slick-dots li.slick-active::after {
  width: 0.21rem;
  height: 0.21rem;
  transform: translate(-50%, -50%) rotate(360deg);
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-prev,
.banner .slick-next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.08rem auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.6rem;
  background-image: url(../images/jdt-prev.png);
}

.banner .slick-next {
  right: 0.6rem;
  background-image: url(../images/jdt-next.png);
}

.banner:hover .slick-prev,
.banner:hover .slick-next {
  visibility: visible;
  opacity: 1;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.banner-box .gd {
  position: absolute;
  bottom: 0.55rem;
  left: 50%;
  margin-left: 7.435rem;
  z-index: 2;
}

.banner-box .gd a {
  display: block;
  border-left: 1px solid #fff;
  padding-left: 0.1rem;
  font-size: 0.18rem;
  color: #fff;
  transition: all 0.5s;
}

.banner-box .gd a:hover {
  color: #991718;
}

/*首页样式*/

.title {
  text-align: center;
  margin-bottom: 0.4rem;
}

.tit-c {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.tit-c>img {
  display: block;
  width: 1.64rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.1rem;
  z-index: -1;
}

.tit-c .tit-svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.1rem;
  z-index: -1;
}

.tit-c .tit-svg svg,
.s6-c .qh-tit .tit-svg svg,
.s4-c .qh-tit .tit-svg svg {
  width: 100%;
  height: 100%;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  transition: .3s;
}

.tit-c .tit-svg svg .st0,
.s6-c .qh-tit .tit-svg svg .st0,
.s4-c .qh-tit .tit-svg svg .st0 {
  fill: none;
  stroke: #C0272D;
  stroke-width: 0.75;
  stroke-opacity: 0.5;
  stroke-miterlimit: 10;
}

.s3-l .tit-svg svg .st0,
.s4-c .tit-svg svg .st0 {
  stroke: #FFFFFF !important;
}

.tit-c:hover .tit-svg svg {
  animation: dash 10s ease;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.tit-c a {
  display: block;
}

.tit-c h3 {
  font-family: sys;
  font-size: 0.42rem;
  letter-spacing: 0.02rem;
  /* font-weight: bold; */
  line-height: 1;
  color: #231916;
}

.tit-c h3 span {
  /* font-weight: bold; */
  color: #991718;
}

.title.white .tit-c h3 {
  color: #fff;
}

.title.white .tit-c h3 span {
  color: #fff;
}


/*主体*/
.section1 {
  padding: 0.85rem 0 0.75rem 0;
  background: url(../images/section1-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.s1-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s1-l {
  width: 21.52%;
}

.s1-l .tit-c {
  display: block;
  border-bottom: 0.02rem solid rgba(0, 0, 0, 0.06);
  padding-bottom: 0.4rem;
}

.s1-l .tit-c h3 {
  font-size: 0.36rem;
  line-height: 0.42rem;
}

.s1-l ul li a {
  display: block;
  padding: 0.18rem 0;
  border-bottom: 0.02rem solid rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
}

.s1-l ul li:last-child a {
  border-bottom: 0;
}

.s1-l ul li a::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -0.2rem;
  width: calc(100% + 0.4rem);
  bottom: -2px;
  background: url(../images/s1-lbg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0.1rem;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.s1-l ul li:hover a::before {
  opacity: 1;
  visibility: visible;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 0, 0, 0.1);
}

.s1-l ul li a .ly {
  font-size: 0.14rem;
  color: #808080;
  background: url(../images/s1-lly.png) no-repeat left center;
  background-size: 0.06rem auto;
  padding-left: 0.16rem;
}

.s1-l ul li a h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.14rem;
  transition: all 0.5s;
}

.s1-l ul li:hover a h3 {
  color: #b60007;
}

.s1-m {
  width: 51.38%;
}

.s1-m .tit-c .tit-svg {
  width: 1.64rem;
  bottom: -0.3rem\0;
}

.jdt ul li a {
  display: block;
  position: relative;
  z-index: 1;
}

.jdt ul li a .pic {
  padding-top: 60.94%;
  border-radius: 0.2rem;
}

.jdt ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.jdt ul li a .tx {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 0.94rem 0.3rem 0.94rem;
}

.jdt ul li a .tx h3 {
  font-size: 0.24rem;
  line-height: 0.26rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.jdt .slick-dots {
  position: static;
  text-align: center;
  font-size: 0;
  margin-top: 0.3rem;
  height: 0.21rem;
}

.jdt .slick-dots li {
  vertical-align: middle;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  border: solid 1px #b60007;
  margin: 0 0.065rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.jdt .slick-dots li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: url(../images/ban-dot2.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s 0.1s;
}

.jdt .slick-dots li.slick-active {
  border: 1px solid transparent;
}

.jdt .slick-dots li.slick-active::after {
  width: 0.21rem;
  height: 0.21rem;
  transform: translate(-50%, -50%) rotate(360deg);
}

.jdt .slick-dots li button {
  display: none;
}

.jdt .slick-prev,
.jdt .slick-next {
  top: auto;
  bottom: 0;
  width: 0.15rem;
  height: 0.15rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.09rem auto;
  transition: all 0.5s;
}

.jdt .slick-prev {
  left: 0.7rem;
  background-image: url(../images/jdt-prev.png);
}

.jdt .slick-next {
  right: 0.7rem;
  background-image: url(../images/jdt-next.png);
}

.jdt .slick-prev:hover,
.jdt .slick-next:hover {
  opacity: 0.8;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .banner .slick-dots li::after {
    transform: none;
    margin-top: -0.105rem;
    margin-left: -0.105rem;
  }

  .banner .slick-dots li.slick-active::after {
    transform: rotate(360deg);
  }

  .jdt .slick-dots li::after {
    transform: none;
    margin-top: -0.105rem;
    margin-left: -0.105rem;
  }

  .jdt .slick-dots li.slick-active::after {
    transform: rotate(360deg);
  }
}

.s1-r {
  width: 21.52%;
}

.qh-tit ul {
  display: flex;
  align-items: center;
  padding-bottom: 0.23rem;
}

.qh-tit ul li a {
  display: block;
  font-family: sys;
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #a8a6a5;
  transition: all 0.5s;
}

.qh-tit ul li.on a {
  font-size: 0.36rem;
  color: #991718;
}

.qh-tit ul li+li {
  margin-left: 0.32rem;
  position: relative;
  z-index: 1;
}

.qh-tit ul li+li::before {
  content: '/';
  position: absolute;
  top: 0;
  left: -0.2rem;
  font-size: 0.24rem;
  line-height: 0.42rem;
  color: #bfbfbf;
  z-index: -1;
}

.qh-bd {
  position: relative;
}

.qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s1-r .qh-bd .k ul li a {
  display: block;
  padding: 0.18rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
}

.s1-r .qh-bd .k ul li a::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -0.2rem;
  width: calc(100% + 0.4rem);
  bottom: -2px;
  background: url(../images/s1-lbg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0.1rem;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: -1;
}

.s1-r .qh-bd .k ul li:hover a::before {
  opacity: 1;
  visibility: visible;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 0, 0, 0.1);
}

.s1-r .qh-bd .k ul li:last-child a {
  border-bottom: 0;
}

.s1-r .qh-bd .k ul li:first-child a .pic {
  border-radius: 0.2rem;
  padding-top: 55.16%;
}

.s1-r .qh-bd .k ul li:first-child .tx {
  margin-top: 0.4rem;
}

.s1-r .qh-bd .k ul li .tx h3 {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #231916;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.s1-r .qh-bd .k ul li:first-child .tx h3 {
  font-size: 0.18rem;
  line-height: 0.24rem;
  height: 0.48rem;
  color: #231916;
  white-space: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.s1-r .qh-bd .k ul li .tx span {
  display: block;
  font-family: Arial;
  font-size: 0.14rem;
  color: #808080;
  margin-top: 0.1rem;
}

.s1-r .qh-bd .k ul li:hover .tx h3 {
  color: #b60007;
}


/* 模块2 */

.section2 {
  padding: 0.87rem 0 1.2rem 0;
  background: #f3f3f3;
  overflow: hidden;
}

.section2 .tit-c>img {
  bottom: -0.12rem;
  width: 1.52rem;
}

.section2 .tit-svg {
  bottom: -0.12rem;
  bottom: -0.42rem\0;
  width: 1.52rem;
}

.s2-c {
  overflow: hidden;
}

.accordion-carousel {
  position: relative;
  overflow: hidden;
  margin: 0 -0.14rem;
}

.items-container {
  display: flex;
  transition: transform 0.3s ease;
}

.accordion-item {
  position: relative;
  height: 4.8rem;
  flex-shrink: 0;
  cursor: pointer;
  transition: width 0.3s ease;
}

.accordion-item.active {
  width: calc(100% - 4rem);
}

.accordion-item:not(.active) {
  width: 2rem;
}

.item-link {
  display: block;
  width: calc(100% - 0.28rem);
  height: 100%;
  margin: 0 0.14rem;
  position: relative;
  text-decoration: none;
}

.item-image {
  width: 100%;
  padding-top: 4.8rem;
  border-radius: 0.2rem;
  transition: opacity 0.3s;
}

.item-image::before {
  content: none;
}

.item-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.item-content {
  /* display: none; */
  opacity: 0;
  padding: 0.2rem 0.2rem 0.3rem 1rem;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0.24rem;
  line-height: 0.26rem;
  transition: all 0.3s;
}

.accordion-item.active .item-content {
  /* display: block; */
  opacity: 1;
}

.page-dot {
  position: absolute;
  left: 0.45rem;
  bottom: 0.15rem;
  font-size: 0;
  width: 0.48rem;
  height: 0.48rem;
  z-index: 2;
}

.progress-circle {
  width: 100%;
  height: 100%;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.page-dot text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.22rem;
  line-height: 1;
}

.progress-circle circle {
  fill: none;
  stroke-width: 1;
  stroke: rgba(255, 255, 255, 0.2);
}

.progress-circle .progress {
  stroke: white;
  stroke-linecap: round;
}

.s2-m {
  display: none;
}

.s2-m ul li a {
  display: block;
  position: relative;
  z-index: 1;
}

.s2-m ul li .pic {
  padding-top: 63.15%;
  border-radius: 0.2rem;
}

.s2-m ul li .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.s2-m ul li .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.2rem 0.2rem 0.2rem;
}

.s2-m ul li .tx h3 {
  display: flex;
  align-items: center;
  color: #fff;
}

.s2-m ul li .tx h3 .num {
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 0.22rem;
  margin-right: 0.2rem;
}

.s2-m ul li .tx h3 p {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.s2-m .slick-dots {
  position: static;
  text-align: center;
  font-size: 0;
  margin-top: 0.3rem;
}

.s2-m .slick-dots li {
  vertical-align: middle;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  border: solid 1px #b60007;
  margin: 0 0.065rem;
}

.s2-m .slick-dots li.slick-active {
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/ban-dot2.png) no-repeat;
  background-size: 100% 100%;
  border: solid 1px transparent;
}

.s2-m .slick-dots li button {
  display: none;
}


/* 模块3 */
.section3 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.section3>.pic {
  padding-top: 9rem;
}

.section3>.pic::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0.6) 100%);
}

.section3>.pic video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: auto\0;
  object-fit: cover;
}

.s3-cbox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.26rem 0 1.2rem 0;
}

.s3-lzs a {
  display: block;
  margin-top: 0.42rem;
  width: 2.4rem;
  height: 0.5rem;
  line-height: 0.5rem;
  margin: 0 auto;
  margin-top: 0.45rem;
  text-align: center;
  border-radius: 0.08rem;
  background: #910000;
  font-size: 0.14rem;
  color: #fff;
  transition: all 0.5s;
}

.s3-lzs a:hover {
  background: #b60007;
}

.s3-c {}

.s3-c .slick ul.accordion {
  display: flex;
}

.s3-c ul>li {
  position: relative;
  float: left;
  width: 5.55%;
  transition: all .6s;
}

.s3-c ul>li.on {
  width: 44.5%;
}

.s3-c .slick ul.accordion>li.on a .pic {
  opacity: 1;
}

.s3-c .slick ul.accordion>li.on a::before {
  opacity: 0;
}

.s3-c .slick ul.accordion>li.on a::after {
  opacity: 1;
}

.s3-c .slick ul.accordion>li a {
  display: block;
  position: relative;
  height: 4.8rem;
}

.s3-c .slick ul.accordion>li a .text {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  left: 0;
  z-index: 4;
}

.s3-c .slick ul.accordion>li a .text .icon {
  text-align: center;
}

.s3-c .slick ul.accordion>li a .text h3 {
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #fff;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  padding: 0.76rem 0.2rem 0 0.2rem;
  letter-spacing: 0.02rem;
  position: relative;
  margin: 0 auto;
}

.s3-c .slick ul.accordion>li.on a .text h3 {
  font-size: 0.32rem;
  line-height: 0.32rem;
  letter-spacing: 0;
}

.s3-c .slick ul.accordion>li a .text h3 img {
  display: inline-block;
  margin-bottom: 0.35rem;
  max-height: 0.24rem;
}

.s3-c .slick ul.accordion>li.on a .text h3 img {
  display: none;
}

.s3-c .slick ul.accordion>li a .text h3::before {
  /* content: ""; */
  position: absolute;
  left: 0.4rem;
  bottom: 0;
  width: 0.01rem;
  height: 0;
  background: rgba(255, 255, 255, .4);
}

.s3-c .slick ul.accordion>li a .text h3::after {
  /* content: ""; */
  position: absolute;
  left: 0;
  bottom: 0.65rem;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, .2);
}

.s3-c .slick ul.accordion>li a .text p {
  font-size: 0.16rem;
  line-height: 0.32rem;
  height: 0.96rem;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: none;
}

.s3-c .slick ul.accordion>li.on a .text p {
  display: block;
  display: -webkit-box;
}

.s3-c .slick ul.accordion>li a .text .gd {
  width: 1.8rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.08rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 0.14rem;
  color: #fff;
  display: none;
}

.s3-c .slick ul.accordion>li.on a .text .gd {
  display: block;
  margin-top: 0.3rem;
}

.s3-c .slick ul.accordion>li a .pic {
  padding-top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 4;
  opacity: .3;
}

.s3-c .slick ul.accordion>li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  background: rgba(145, 0, 0, 1);
  z-index: 2;
}

.s3-c .slick ul.accordion>li:nth-child(even) a::before {
  background: rgba(145, 0, 0, 1);
}

.s3-c .slick ul.accordion>li a .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 100%);
  opacity: 0;
  z-index: 3;
  transition: all 0.5s;
}

.s3-c .slick ul.accordion>li.on a .pic::after {
  opacity: 1;
}

.s3-c .slick ul.accordion>li:nth-child(2n) {
  clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 95%);
}

.s3-c .slick ul.accordion>li:nth-child(2n+1) {
  clip-path: polygon(100% 5%, 0% 0%, 0% 100%, 100% 95%);
}

.s3-c .slick ul.accordion>li.on a .text {
  left: 0.6rem;
  bottom: 0.4rem;
  right: 0.6rem;
  top: auto;
  transform: none;
}

.s3-c .slick ul.accordion>li.on a .text h3 {
  writing-mode: rl-tb;
  padding: 0.18rem 0.1rem 0.18rem 0;
  white-space: nowrap;
}

.s3-c .slick ul.accordion>li.on a .text h3::before {
  height: 0.9rem;
  transition: all .8s;
  transition-delay: .5s;
}

.s3-c .slick ul.accordion>li.on a .text h3::after {
  width: 95%;
  transition: all 1s;
  transition-delay: .5s;
}

.s3-c .slick-dots {
  position: static;
  font-size: 0;
  margin-top: 0.35rem;
  display: flex;
  justify-content: center;
}

.s3-c .slick-dots li {
  width: 0.4rem;
  height: 0.4rem;
  background-position: center center;
  background-size: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin: 0 0.25rem;
  transition: all 0.5s;
}

.s3-c .slick-dots li button {
  display: none;
}

.s3-c .slick-dots li.slick-active {
  background-position: center center;
  transform: rotateY(-180deg);
  background-size: 100%;
}

























/* 模块4 */
.section4 {
  height: 7.8rem;
  padding: 0.86rem 0 1rem 0;
  background: url(../images/section4-bg.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.s4-c .qh-tit {
  position: relative;
  z-index: 10;
}

.s4-c .qh-tit img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.2rem;
  width: 1.52rem;
  z-index: -1;
}

.s4-c .qh-tit .tit-svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.1rem;
  bottom: -0.2rem\0;
  width: 1.52rem;
  z-index: -1;
}

.s4-c .qh-tit:hover .tit-svg svg {
  animation: dash 10s ease;
}

.s4-c .qh-tit ul {
  justify-content: center;
  padding-bottom: 0;
  margin-bottom: 0.6rem;
}

.s4-c .qh-tit ul li {
  position: relative;
  z-index: 1;
}

.s4-c .qh-tit ul li+li {
  margin-left: 0.5rem;
}

.s4-c .qh-tit ul li::before {
  content: '/';
  position: absolute;
  top: 0;
  left: -0.26rem;
  font-size: 0.24rem;
  line-height: 0.42rem;
  color: #bfbfbf;
  z-index: -1;
}

.s4-c .qh-tit ul li:first-child:before {
  content: none;
}

.s4-c .qh-tit ul li a {
  display: block;
  font-family: sys;
  font-size: 0.32rem;
  line-height: 0.42rem;
  color: #fff;
  opacity: 0.5;
}

.s4-c .qh-tit ul li.on a {
  font-family: sys;
  font-size: 0.42rem;
  opacity: 1;
}

.s4-c ul li a {
  display: block;
  position: relative;
  z-index: 1;
}

.s4-c .more {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.s4-c .more>a {
  display: none;
  font-family: sys;
  font-size: 0.24rem;
  color: #fff;
  background: url(../images/more-bg.png) no-repeat right center;
  background-size: 0.24rem auto;
  padding-right: 0.34rem;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.s4-c .more>a.on {
  display: block;
}

.s4-c .more>a:hover {
  left: -0.05rem;
}

.s4-c .qh-bd>div {
  top: 0.2rem;
  transition: all 0.5s ease-out;
}

.s4-c .qh-bd>div.on {
  top: 0;
}

.mslh .slick-list {
  padding-top: 0.1rem;
  margin-left: -0.37rem;
  margin-right: -0.37rem;
}

.mslh ul li a {
  margin: 0 0.37rem;
}

.mslh ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.37rem;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #e1383e 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.mslh ul li a .x {
  position: absolute;
  top: 0;
  left: -0.37rem;
  width: 1px;
  height: 0;
  background: #e1383e;
  z-index: 1;
  transition: all 0.5s;
}

.mslh ul li:hover a .x {
  height: 100%;
}

.mslh ul li.slick-current a .x {
  display: none !important;
}

.mslh ul li a::after {
  content: '';
  position: absolute;
  top: -0.1rem;
  left: -0.41rem;
  width: 0.1rem;
  height: 0.1rem;
  background: #e1383e;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.mslh ul li.slick-current a::before,
.mslh ul li.slick-current a::after {
  content: none;
}

.mslh ul li.slick-active a::before,
.mslh ul li.slick-active a::after {
  opacity: 1;
  visibility: visible;
}

.mslh ul li a .pic {
  padding-top: 126.87%;
  border-radius: 0.2rem;
  border: 0.05rem solid transparent;
  transition: all 0.5s;
}

.mslh ul li:nth-child(odd) {
  margin-top: 0.7rem;
}

.mslh ul li:hover a .pic {
  border: 0.05rem solid #fff;
}


.mslh ul li a .tx {
  padding-top: 0.23rem;
}

.mslh ul li a .tx h3 {
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
}

.mslh ul li a .tx p {
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.24rem;
  max-height: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.2rem);
  transition: all 0.5s;
}

.mslh ul li:hover a .tx p {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.mslh ul li a .tx p.fs18 {
  font-size: 0.18rem;
}

.mslh .slick-prev,
.mslh .slick-next,
.xzzm-r .slick-prev,
.xzzm-r .slick-next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.08rem auto;
  transition: all 0.5s;
}

.mslh .slick-prev,
.xzzm-r .slick-prev {
  left: -1.1rem;
  background-image: url(../images/s4-prev.png);
}

.mslh .slick-next,
.xzzm-r .slick-next {
  right: -1.1rem;
  background-image: url(../images/s4-next.png);
}

.mslh .slick-prev:hover,
.mslh .slick-next:hover,
.xzzm-r .slick-prev:hover,
.xzzm-r .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* 学子追梦 */
.xzzm-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -1rem;
}

.xzzm-l {
  width: 1.53rem;
  margin-left: -0.15rem;
}

.xzzm-r {
  width: 12.12rem;
  margin-right: -1rem;
}

.xzzm-l .pic,
.xzzm-r .pic {
  padding-top: 100%;
  border-radius: 50%;
}

.xzzm-l .pic::before,
.xzzm-r .pic::before {
  content: none;
}


.xzzm-l .tx h3,
.xzzm-r .tx h3 {
  text-align: center;
  color: #fff;
  font-size: 0.2rem;
  margin-top: 0.2rem;
}

.xzzm-r ul li:first-child,
.xzzm-r ul li:nth-child(2) {
  display: none;
}

.xzzm-r ul li a {
  margin: 0 0.245rem;
}

.xzzm {
  width: 4.8rem;
  position: relative;
  z-index: 1;
}

.xzzm .yd {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.8rem;
  height: 4.8rem;
  border: 1px dashed #ffc627;
  border-radius: 50%;
  animation: play 24s linear infinite;
}

.xzzm .yd::after {
  content: '';
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  width: 0.16rem;
  height: 0.16rem;
  background: #ffc627;
  border-radius: 50%;
}

.xzzm .yd::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0.75rem;
  width: 0.16rem;
  height: 0.16rem;
  background: #ffc627;
  border-radius: 50%;
}

.xzzm ul {
  margin-top: 0.6rem;
}

.xzzm ul li:first-child {
  display: none;
}

.xzzm ul li a .box {
  width: 3.6rem;
  margin-left: 0.6rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.xzzm ul li a .pic {
  padding-top: 100%;
  border-radius: 50%;
  border: 0.04rem solid transparent;
}

.xzzm ul li a .pic {
  border: 0.04rem solid #fff;
}

.xzzm ul li a .tx {
  margin-top: 0.75rem;
  border-left: 0.04rem solid #ffc627;
  padding-left: 0.2rem;
}

.xzzm ul li a .tx h3 {
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0.1rem;
}

.xzzm ul li a .tx p {
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.24rem;
  max-height: 0.72rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: none;
}

.xzzm ul li a .tx h3 {
  text-align: left;
  font-weight: bold;
}

.xzzm ul li a .tx p {
  display: -webkit-box;
}

.xzzm-r .slick-prev,
.xzzm-r .slick-next {
  top: auto;
  bottom: -1.5rem;
}

.xzzm-r .slick-prev {
  left: auto;
  right: 3.1rem;
}

.xzzm-r .slick-next {
  right: 2.4rem;
}


/* 模块5 */
.section5 {
  padding: 1.05rem 0 0.8rem 0;
  overflow: hidden;
  position: relative;
  background: url(../images/section5-bg.png) no-repeat center;
  background-size: cover;
}

.section5 .tit-c>img {
  bottom: 0.25rem;
}

.section5 .tit-svg {
  width: 1.98rem;
  bottom: -0.25rem\0;
}

.section5 .foot-media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
  position: relative;
  z-index: 9;
}

.section5 .foot-media>div {
  position: relative;
  cursor: pointer;
  margin-left: 0.25rem;
}

.section5 .foot-media>div:first-child {
  margin-left: 0;
}

.section5 .foot-media>div:hover div {
  display: block;
}

.section5 .foot-media>div>span {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  box-shadow: 0px 0.05rem 0.15rem 0px rgba(71, 71, 71, 0.28);
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.section5 .foot-media>div:hover>span {
  background-color: #b60007;
  box-shadow: 0px 0.05rem 0.15rem 0px rgba(182, 0, 7, 0.28);
}

.section5 .foot-media>div>span>img,
.section5 .foot-media>div>span>a>img {
  display: block;
  max-width: 0.37rem;
  max-height: 0.24rem;
  transition: all 0.5s;
}

.section5 .foot-media>div>span>img:first-child,
.section5 .foot-media>div>span>a>img:first-child {
  display: block;
}

.section5 .foot-media>div>span>img:nth-child(2),
.section5 .foot-media>div>span>a>img:nth-child(2) {
  display: none;
}

.section5 .foot-media>div:hover>span>img:first-child,
.section5 .foot-media>div:hover>span>a>img:first-child {
  display: none;
}

.section5 .foot-media>div:hover>span>img:nth-child(2),
.section5 .foot-media>div:hover>span>a>img:nth-child(2) {
  display: block;
}

.section5 .foot-media>div>div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 0.25rem);
  width: 1.46rem;
  background: #fff;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.3);
  z-index: 6;
  display: none;
}

.section5 .foot-media>div>div img {
  display: block;
  width: 100%;
}

.section5 .foot-media>div>div::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.section5 .foot-media>div>img {
  display: block;
  margin: 0 auto;
}

.s5-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s5-c .pic {
  border-radius: 0.2rem;
}

.s5-c .pic::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.s5-c .bf {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border: 0.02rem solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 0;
  z-index: 1;
}

.s5-c .bf img {
  vertical-align: middle;
  width: 0.14rem;
  height: 0.14rem;
  position: static;
}

.s5-c li a {
  display: block;
  position: relative;
  z-index: 1;
}

.s5-c li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.2rem 0.3rem 0.2rem;
}

.s5-c li a .tx h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  color: #fff;
}

.s5-c li a .tx h3 .tb {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
  font-size: 0;
  margin-right: 0.2rem;
}

.s5-c li a .tx h3 .tb img {
  vertical-align: middle;
  max-width: 0.28rem;
  max-height: 0.24rem;
}

.s5-l {
  width: 33.33%;
}

.s5-l .pic {
  padding-top: 141.66%;
}

.s5-r {
  width: 63.88%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.s5-r ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s5-r ul:first-child li:first-child {
  width: 60.86%;
}

.s5-r ul:first-child li:first-child .pic {
  padding-top: 57.14%;
}

.s5-r ul:first-child li:nth-child(2) {
  width: 34.78%;
}

.s5-r ul:first-child li:nth-child(2) .pic {
  padding-top: 100%;
}

.s5-r ul:nth-child(2) li:first-child {
  width: 34.78%;
}

.s5-r ul:nth-child(2) li:first-child .pic {
  padding-top: 100%;
}

.s5-r ul:nth-child(2) li:nth-child(2) {
  width: 60.86%;
}

.s5-r ul:nth-child(2) li:nth-child(2) .pic {
  padding-top: 57.14%;
}


.s5-b {
  margin-top: 0.4rem;
}

.s5-b ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.s5-b li+li {
  margin-left: 0.3rem;
}

.s5-b li a {
  display: block;
  width: 2.4rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 0.08rem;
  background-color: #b60007;
  font-size: 0.14rem;
  color: #fff;
  transition: all 0.5s;
}

.s5-b li:hover a {
  background-color: #ffc627;
  color: #b60007;
}


/* 模块6 */
.s67 {
  background-color: #ededed;
  overflow: hidden;
}

.s67-box {
  position: relative;
  z-index: 1;
}

#lizi {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  z-index: 0
}

#lizi canvas {
  /* opacity: 0.5; */
}

.section6 {
  padding: 1.06rem 0 0.2rem 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.s6-c .qh-tit {
  position: relative;
  z-index: 10;
}

.s6-c .qh-tit img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.2rem;
  width: 2.39rem;
  z-index: -1;
}

.s6-c .qh-tit .tit-svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.2rem;
  bottom: -0.3rem\0;
  width: 2.39rem;
  z-index: -1;
}

.s6-c .qh-tit:hover .tit-svg svg {
  animation: dash 10s ease;
}

.s6-c .qh-tit ul {
  justify-content: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

.s6-c .qh-tit ul li {
  position: relative;
  z-index: 1;
}

.s6-c .qh-tit ul li+li {
  margin-left: 0.5rem;
}

.s6-c .qh-tit ul li::before {
  content: '/';
  position: absolute;
  top: 0;
  left: -0.26rem;
  font-size: 0.24rem;
  line-height: 0.42rem;
  color: #bfbfbf;
  z-index: -1;
}

.s6-c .qh-tit ul li:first-child:before {
  content: none;
}

.s6-c .qh-tit ul li a {
  display: block;
  font-family: sys;
  font-size: 0.32rem;
  line-height: 0.42rem;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}

.s6-c .qh-tit ul li.on a {
  font-family: sys;
  font-size: 0.42rem;
  color: #000;
}

.s6-c .qh-tit ul li.on a span {
  color: #b60007;
}

.tzgg .slick-list {
  margin: 0 -0.24rem;
}

.tzgg ul li {
  padding: 0.4rem 0;
}

.tzgg ul li a {
  display: flex;
  align-items: center;
  margin: 0 0.24rem;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.3rem 0.2rem 0.5rem 0.2rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.tzgg ul li a::after {
  content: '';
  position: absolute;
  bottom: -1.76rem;
  right: 0;
  width: 1.68rem;
  height: 1.76rem;
  background: url(../images/s6-zs.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.tzgg ul li .date {
  width: 0.8rem;
  margin-right: 0.17rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
  padding-bottom: 0.1rem;
}

.tzgg ul li .date b {
  display: block;
  line-height: 0.3rem;
  background-color: #b60007;
  font-size: 0.16rem;
  color: #fff;
}

.tzgg ul li .date .ri {
  display: block;
  font-size: 0.32rem;
  color: #b60007;
}

.tzgg ul li .date .xq {
  display: block;
  font-size: 0.12rem;
  color: #231916;
  opacity: 0.5;
}

.tzgg ul li .tx {
  flex: 1;
  min-width: 0;
}

.tzgg ul li .tx h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  max-height: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}


.tzgg ul li:hover a {
  box-shadow: 0px 0.2rem 0.3rem 0px rgba(28, 22, 23, 0.1);
}

.tzgg ul li:hover a::after {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.tzgg .slick-prev,
.tzgg .slick-next {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background-color: #b60007;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.09rem auto;
  transition: all 0.5s;
}

.tzgg .slick-prev {
  left: -0.6rem;
  background-image: url(../images/s4-prev.png);
}

.tzgg .slick-next {
  right: -0.6rem;
  background-image: url(../images/s4-next.png);
}

.tzgg .slick-prev:hover,
.tzgg .slick-next:hover {
  background-color: rgba(182, 0, 7, 0.7);
}


/* 模块7 */
.section7 {
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.section7 .tit-c .tit-svg {
  width: 1.54rem;
}

.s7-c {
  padding: 0 0 0.6rem 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0.7) 100%);
  box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
}

.s7-c ul {
  display: flex;
  flex-wrap: wrap;
}

.s7-c li {
  width: 12.5%;
  margin-top: 0.6rem;
}

.s7-c li a {
  display: block;
  text-align: center;
}

.s7-c li a .icon {
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 auto;
  transition: all 0.5s ease;
}

.s7-c li a .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.s7-c li a h3 {
  font-size: 0.2rem;
  line-height: 0.24rem;
  margin-top: 0.2rem;
  color: #231916;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.s7-c li:hover a .icon {
  transform: rotateY(360deg);
}

.s7-c li:hover a h3 {
  color: #910000;
}



















/* 侧边导航 */
#asideNav {
  position: fixed;
  right: -1.26rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: block;
  transition: all 0.5s;
}

#asideNav.on {
  right: 0.2rem;
}

#asideNav .cl-logo {
  display: block;
  margin: 0 auto;
  width: 1.13rem;
  position: relative;
  z-index: 2;
}

#asideNav .a {
  width: 1.13rem;
  background: #fff;
  border: 1px solid #d8c8a2;
  border-radius: 0px 0px 0.5rem 0.5rem;
  box-shadow: 0px 1px 0.27rem 0px rgba(0, 0, 0, 0.11);
  margin-top: -0.05rem;
  padding: 0.2rem 0 0.36rem 0;
  position: relative;
  z-index: 1;
}

#asideNav ul li a {
  display: block;
  padding: 0 0.18rem;
  margin: 0.03rem 0;
  line-height: 0.34rem;
  font-size: 0;
  text-align: center;
  transition: all 0.5s;
}

#asideNav ul li a h3 {
  font-size: 0.16rem;
  color: #323232;
  transition: all 0.5s;
}

#asideNav ul li:hover a,
#asideNav ul li.active a {
  background-color: #b60007;
}

#asideNav ul li:hover a h3,
#asideNav ul li.active a h3 {
  color: #fff;
}

.goTop {
  margin-top: 0.24rem;
}

.goTop a {
  display: block;
  text-align: center;
  font-size: 0;
}

.goTop a img {
  vertical-align: middle;
  width: 0.3rem;
  transition: all 0.5s;
}

.goTop a:hover img {
  transform: scale(1.1);
}



@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1560px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {
  #asideNav {
    display: none !important;
  }

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner .slick-slide a video {
    width: 100%;
    height: auto;
  }

  .banner .slick-dots {
    bottom: 0.25rem;
    text-align: center;
  }

  .banner .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
  }

  .banner .slick-dots li.slick-active {
    width: 0.16rem;
    height: 0.16rem;
  }

  .banner-box .gd {
    bottom: 0.21rem;
    margin-left: 0.7rem;
  }

  .banner-box .gd a {
    font-size: 0.16rem;
  }

  .title {
    margin-bottom: 0.3rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
  }

  .tit-c>img {
    width: 1.2rem;
  }

  .section1 {
    padding: 0.7rem 0 0.5rem 0;
  }

  .s1-m {
    order: 1;
    width: 100%;
  }

  .s1-m .tit-c .tit-svg {
    width: 1.2rem;
  }

  .jdt ul li a .tx {
    padding: 0 0.2rem 0.2rem 0.2rem;
  }

  .jdt ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .jdt .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
  }

  .jdt .slick-dots li.slick-active {
    width: 0.16rem;
    height: 0.16rem;
  }

  .jdt .slick-prev,
  .jdt .slick-next {
    bottom: -0.08rem;
  }

  .s1-l {
    order: 2;
    width: 100%;
    margin-top: 0.5rem;
  }

  .s1-l ul li a .ly {
    font-size: 0.16rem;
  }

  .s1-l .tit-c {
    text-align: center;
    padding-bottom: 0.2rem;
  }

  .s1-r {
    order: 3;
    width: 100%;
    margin-top: 0.5rem;
  }

  .s1-r .qh-tit ul {
    justify-content: center;
  }

  .s1-r .qh-tit ul li+li {
    margin-left: 0.2rem;
  }

  .s1-r .qh-tit ul li a {
    font-size: 0.26rem;
  }

  .s1-r .qh-bd .k ul li:first-child .tx h3 {
    height: auto;
    max-height: 0.48rem;
  }

  .s1-r .qh-bd .k ul li .tx span {
    font-size: 0.16rem;
  }

  .section2 {
    padding: 0.7rem 0 0.5rem 0;
  }

  .section2 .tit-c>img {
    width: 1.2rem;
  }

  .section2 .tit-svg {
    width: 1.1rem;
  }

  .s2-c {
    display: none;
  }

  .s2-m {
    display: block;
  }

  .section3 {
    background: url(../images/section3-bg.jpg) no-repeat center top;
    background-size: cover;
  }

  .section3>.pic {
    display: none;
  }

  .s3-cbox {
    position: static;
    padding: 0.6rem 0 0.5rem 0;
  }

  .s3-lzs a {
    margin: 0 auto;
    margin-top: 0.3rem;
    width: 1.6rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.16rem;
  }

  .s3-c .slick ul.accordion>li a .text h3 {
    font-size: 0.18rem;
    line-height: 0.18rem;
  }

  .s3-c .slick ul.accordion>li.on a .text h3 {
    font-size: 0.22rem;
    line-height: 0.22rem;
  }

  .s3-c .slick ul.accordion>li.on a .text {
    left: 0.3rem;
    right: 0.3rem;
  }

  .s4-c .qh-tit ul li a {
    font-size: 0.22rem;
  }

  .s4-c .qh-tit ul li.on a {
    font-size: 0.26rem;
  }

  .s4-c .qh-tit ul li::before {
    font-size: 0.18rem;
  }

  .s4-c .qh-tit img {
    width: 1.2rem;
    bottom: -0.1rem;
  }

  .s4-c .qh-tit .tit-svg {
    width: 1.2rem;
    bottom: -0.1rem;
  }

  .section4 {
    height: auto;
    padding: 0.75rem 0 0.5rem 0;
  }

  .mslh ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .xzzm-l,
  .xzzm {
    display: none !important;
  }

  .xzzm-box {
    margin-top: 0;
  }

  .xzzm-r {
    width: 100%;
    margin-right: 0;
  }

  .xzzm-r ul li {
    display: block !important;
  }

  .xzzm-r .tx h3 {
    font-size: 0.18rem;
  }

  .s4-c .qh-tit ul {
    margin-bottom: 0.3rem;
  }

  .section5 {
    padding: 0.75rem 0 0.5rem 0;
  }

  .section5 .tit-svg {
    width: 1.2rem;
  }

  .section5 .tit-c>img {
    bottom: 0.1rem;
  }

  .section5 .foot-media>div>span {
    width: 0.5rem;
    height: 0.5rem;
  }

  .section5 .foot-media>div {
    margin-left: 0.2rem;
  }

  .section5 .foot-media>div>span>img,
  .section5 .foot-media>div>span>a>img {
    max-width: 0.3rem;
    max-height: 0.2rem;
  }

  .section5 .foot-media>div>div {
    width: 1rem;
  }

  .section5 .foot-media {
    margin-bottom: 0.3rem;
  }

  .mslh ul li a .tx p {
    display: none;
  }

  .s5-c li a .tx {
    padding: 0 0.2rem 0.2rem 0.2rem;
  }

  .s5-c li a .tx h3 {
    font-size: 0.18rem;
  }

  .s5-c li a .tx h3 .tb {
    width: 0.5rem;
    height: 0.5rem;
  }

  .s5-c li a .tx h3 .tb img {
    max-width: 0.2rem;
    max-height: 0.2rem;
  }

  .s5-c .bf {
    top: 0.2rem;
    right: 0.2rem;
  }

  .s5-b li a {
    width: 1.6rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.16rem;
  }

  .s5-b li+li {
    margin-left: 0.15rem;
  }

  .section6 {
    padding: 0.55rem 0 0 0;
  }

  .s6-c .qh-tit ul li a {
    font-size: 0.22rem;
  }

  .s6-c .qh-tit ul li.on a {
    font-size: 0.26rem;
  }

  .s6-c .qh-tit ul li::before {
    font-size: 0.18rem;
  }

  .s6-c .qh-tit img {
    width: 1.8rem;
  }

  .s6-c .qh-tit .tit-svg {
    width: 1.4rem;
  }

  .tzgg ul li .tx h3 {
    font-size: 0.18rem;
  }

  .tzgg ul li a {
    padding: 0.2rem;
  }

  .tzgg ul li a::after {
    width: 1rem;
    height: 1.05rem;
  }

  .tzgg ul li .date .ri {
    font-size: 0.28rem;
  }

  .tzgg ul li .date .xq {
    font-size: 12px;
  }

  .section7 {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
  }

  .section7 .tit-c .tit-svg {
    width: 1.2rem;
  }

  .s7-c li a .icon {
    width: 0.38rem;
    height: 0.38rem;
  }

  .s7-c li a h3 {
    font-size: 0.18rem;
  }

}

@media screen and (max-width: 768px) {
  .s3-c .slick ul.accordion {
    flex-wrap: wrap;
  }

  .s3-c ul>li,
  .s3-c ul>li.on {
    width: 100%;
    clip-path: none !important;
  }

  .s3-c .slick ul.accordion>li a {
    height: 0.8rem;
  }

  .s3-c .slick ul.accordion>li.on a {
    height: 5.76rem;
  }

  .s3-c .slick ul.accordion>li.on a .text {
    left: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
  }

  .s3-c .slick ul.accordion>li a .text h3 {
    writing-mode: rl-tb;
    padding: 0 0.3rem;
    line-height: 0.8rem;
    height: 0.8rem;
  }

  .s3-c .slick ul.accordion>li a .text h3 img {
    margin-bottom: 0;
    margin-right: 0.2rem;
    vertical-align: middle;
  }

  .s3-c .slick ul.accordion>li.on a .text h3 {
    height: 0.58rem;
  }

  .s3-c .slick ul.accordion>li a .text p {
    height: auto;
    max-height: 0.96rem;
  }

  .s3-c .slick ul.accordion>li a .text .gd {
    font-size: 12px;
    width: 1.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }

  .s3-c .slick ul.accordion>li.on a .text .gd {
    margin-top: 0.2rem;
  }

  .tzgg ul li {
    padding-top: 0.2rem;
  }
}

@media screen and (max-width: 640px) {
  .s3-c .slick ul.accordion>li.on a {
    height: 4.8rem;
  }
.banner .slick-next{
    right: 0.15rem;
}
.banner .slick-prev{
    left: 0.15rem;
}
 .s4-c .more {
            position: absolute;
        right: 15px;
        top: -20px;
        transform: translateY(-50%);
}
  .s5-l {
    width: 100%;
  }

  .s5-r {
    width: 100%;
  }

  .s5-r ul {}

  .s5-r ul li {
    width: 100% !important;
    margin-top: 0.2rem;
  }

  .s7-c li {
    width: 25%;
  }
}

@media screen and (max-width: 480px) {
  .s3-c .slick ul.accordion>li.on a {
    height: 3.6rem;
  }

  .mslh ul li:nth-child(even) {
    margin-top: 0;
  }

  .s5-b ul {
    justify-content: space-between;
  }

  .s5-b ul li {
    width: 30.33%;
  }

  .s5-b li+li {
    margin-left: 0;
  }

  .s5-b ul li a {
    width: 100%;
  }

  .section5 .foot-media {
    flex-wrap: wrap;
    width: 3.2rem;
    margin: 0 auto;
  }

  .section5 .foot-media>div {
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {
  .s4-c .qh-tit ul li+li {
    margin-left: 0.2rem;
  }

  .s4-c .qh-tit ul li::before {
    left: -0.13rem;
  }
}