﻿@charset "utf-8";

a {
  display: block;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner video,
.banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.banner a {
  display: block;
  position: relative;
  padding-top: 40%;
  overflow: hidden;
}

.banner .slick {
  position: relative;
  z-index: 9;
}

.banner .slick-slide a {
  display: block;
  position: relative;
}

.banner .slick-dots {
  bottom: 0.4rem;
}

.banner .slick-dots li {
  text-align: center;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #ffffff;
  vertical-align: middle;
  margin: 0 0.15rem;
}

.banner .slick-dots li.slick-active {
  width: 0.48rem;
  height: 0.48rem;
  border: 0.01rem dashed #fff;
  background-color: transparent;
  text-align: center;
}

.banner .slick-dots li.slick-active button {
  display: block;
}

.banner .slick-dots li.slick-active button::before {
  content: "0";
}

.banner .slick-dots li button {
  width: 100%;
  height: 100%;
  line-height: 0.48rem;
  font-size: 0.14rem;
  display: block;
  padding: 0;
  color: #fff;
  display: none;
}

.banner .slick-slide.slick-current a img {
  animation: img_scale 8s linear;
}

@keyframes img_scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* s1 */
.tit h3 {
  color: #333333;
  font-size: 0.36rem;
  position: relative;
  z-index: 2;
  font-weight: normal;
  text-align: center;
}

.tit {
  margin-bottom: 0.5rem;
  position: relative;
}

.tit img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 0.69rem;
  z-index: 1;
}

.s1 {
  background: #f5f8ff;
  padding: 1rem 0;
}

.s1-t {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1-ban .pic {
  padding-top: 58.8%;
}

.s1-ban {
  width: 9.23rem;
  margin-right: 0.3rem;
  border-radius: 0.15rem;
  overflow: hidden;
}

.s1-ban a {
  position: relative;
}

.s1-ban a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    transparent 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -o-linear-gradient(top, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(
    top,
    transparent 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}

.s1-ban a p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.3rem;
  font-size: 0.22rem;
  color: #ffffff;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s1-r {
  flex: 1;
  min-width: 0;
  background: #ffffff;
}

.s1-r ul li a h3 {
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.s1-r ul li a p {
  color: #909090;
  font-size: 0.14rem;
  margin: 0.1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s1-r ul li a span {
  color: #909090;
  font-size: 0.14rem;
}

.s1-r ul li a:hover h3 {
  color: #bc9e68;
}

.s1-r ul li a {
  padding: 0.3rem 0.3rem;
  border-top: 0.01rem dashed #d8d8d8;
}

.s1-r ul li:first-child a {
  border-color: transparent;
}

.s1-b {
  margin-top: 0.3rem;
}

.s1-b ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.s1-b ul li {
  width: 32%;
}

.s1-b ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0.2rem;
  border-bottom: 0.03rem solid #0e4396;
  background: #ffffff;
  transition: all 0.5s;
}

.s1-b ul li a:hover {
  box-shadow: 0rem 0.08rem 0.32rem 0rem rgba(0, 0, 0, 0.16);
  border-color: #bc9e68;
}

.s1-b ul li a .pic {
  width: 1.82rem;
  padding-top: 1.15rem;
  margin-right: 0.22rem;
}

.s1-tx {
  flex: 1;
  min-width: 0;
}

.s1-tx h3 {
  font-size: 0.16rem;
  line-height: 0.28rem;
  height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #3d3d3d;
}

.s1-tx p {
  color: #909090;
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
}

.s1-b ul li a:hover h3 {
  color: #bc9e68;
  font-weight: 600;
}

/* more */
.more {
  margin-top: 0.45rem;
}

.more a {
  border-radius: 2.22rem;
  background: rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  border: 0.01rem solid rgba(0, 0, 0, 0.16);
  width: 1.4rem;
  line-height: 0.4rem;
  margin: 0 auto;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.more a img {
  width: 0.16rem;
  margin-right: 0.09rem;
}

.more a p {
  font-size: 0.14rem;
  color: #666666;
  transition: all 0.5s;
}

.more a:hover p {
  letter-spacing: 0.02rem;
  color: #0e4396;
}

/* more**end */

/* s2 */

.s2 {
  padding-top: 0.7rem;
  padding-bottom: 0.45rem;
}

.s2-lt a {
  position: relative;
  background: #ffffff;
  border-radius: 0.15rem;
  overflow: hidden;
}

.s2-lt .pic {
  padding-top: 64%;
  border-radius: 0.15rem;
}

.s2-lt .people {
  width: 100%;
  text-align: center;
  border-bottom: 0.01rem dashed rgba(14, 67, 150, 0.2);
  padding: 0.2rem 0;
}

.s2-lt .people img {
  border-radius: 50%;
  margin: 0 auto;
}

.s2-lt .people p {
  color: #9e9e9e;
  font-size: 0.14rem;
  padding: 0.1rem 0.1rem;
}
.s2-lt .people h3 {
  color: #393939;
  font-size: 0.18rem;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s2-lt .people hr {
}

.s2-lt a {
  margin: 0 0.28rem;
}

.s2-lt a:hover h3 {
  color: #0e4396;
}

.s2-lt span {
  border-radius: 0rem 0rem 0.15rem 0rem;
  background: #2890c2;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0.35rem;
  line-height: 0.38rem;
  color: #ffffff;
}

.s2-tx h3 {
  color: #393939;
  font-size: 0.18rem;
  padding: 0.25rem 0;
  border-bottom: 0.01rem dashed rgba(14, 67, 150, 0.2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s2-tx p {
  color: #9e9e9e;
  font-size: 0.14rem;
  background: url(../images/s2-jt.png) no-repeat right 0.2rem center;
  padding: 0.2rem 0.1rem;
}

/* s3 */

.s3 {
  padding-top: 0.88rem;
  padding-bottom: 0.5rem;
}

.s3-tit h3 {
  color: #333333;
  font-size: 0.32rem;
  margin-bottom: 0.4rem;
  line-height: 0.48rem;
  text-align: center;
}

.s3-tit p {
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-align: center;
}

.s3-lt .ico::before {
  content: "";
  width: 110%;
  height: 110%;
  border: 0.01rem dashed #0b318f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.s3-lt .ico {
  width: 1.34rem;
  height: 1.34rem;
  background: #ebf1ff;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.5s;
}

.s3-lt .ico img:last-child {
  display: none;
}

.s3-lt .ico img {
  max-width: 80%;
  min-width: 60%;
}

.s3-tx {
  margin-top: 0.25rem;
}

.s3-tx h3 {
  color: #333333;
  font-size: 0.18rem;
  text-align: center;
  margin-bottom: 0.05rem;
  line-height: 1;
}

.s3-tx h3 b {
  font-size: 0.5rem;
  font-weight: normal;
}

.s3-tx p {
  font-size: 0.16rem;
  color: #666666;
  text-align: center;
}

.s3-lt a {
  margin: 0.6rem 0;
}

.s3-lt a:hover .ico {
  background-color: #bc9e68;
}

.s3-lt a:hover .ico img:last-child {
  display: block;
}

.s3-lt a:hover .ico img:first-child {
  display: none;
}

.s3-lt a:hover .ico::before {
  border-color: #bc9e68;
}

.s3-lt .slick-dots li {
  width: 0.45rem;
  height: 0.03rem;
  background: rgba(0, 0, 0, 0.08);
}

.s3-lt .slick-dots li.slick-active {
  background: rgba(0, 0, 0, 0.16);
}

/* s4 */

.s4 {
  padding-top: 1rem;
  padding-bottom: 0.7rem;
  background: #f5f8ff;
}

.s4 .s2-lt .pic {
  border-radius: 0;
}

.s4 .s2-tx {
  padding: 0 0.2rem;
}

/* s5 */

.s5 {
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}

.s5-tx {
  padding: 0.24rem 0;
}

.s5-tx h3 {
  color: #393939;
  font-size: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.15rem;
}

.s5-tx p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #909090;
}

.s5-lt a {
  margin: 0 0.23rem;
  background: url(../images/s5-jt.png) no-repeat right bottom;
  background-size: 0.2rem;
}

.s5-lt a:hover {
  background: url(../images/s5-jth.png) no-repeat right bottom;
  background-size: 0.2rem;
}

.s5-lt .pic {
  border-radius: 0.15rem;
  padding-top: 64%;
}

.s5-lt a:hover h3 {
  color: #bc9e68;
}

/* s6 */
.s6 {
  padding-bottom: 1rem;
}

.s6-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s6-ban {
  width: 50%;
  margin-right: 0.4rem;
}
.s6-ban .pic {
  padding-top: 64%;
}
.s6-lt {
  flex: 1;
  min-width: 0;
}

.s6-ban {
  border-radius: 0.15rem;
  overflow: hidden;
}

.s6-ban a {
  position: relative;
}

.s6-ban a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  font-size: 0.2rem;
  padding: 0.2rem 0.3rem;
}

.s6-ban .slick-dots {
  text-align: right;
  width: auto;
  right: 0.2rem;
  bottom: 0.25rem;
}

.s6-ban .slick-dots li {
  width: 0.09rem;
  height: 0.09rem;
  background: #ffffff;
  opacity: 0.7;
  margin: 0 0.1rem;
  border-radius: 50%;
}

.s6-ban .slick-dots li.slick-active {
  opacity: 1;
}

.s6-date b {
  display: block;
}

.s6-lt ul li {
  margin-bottom: 0.21rem;
}

.s6-lt ul li:last-child {
  margin-bottom: 0;
}

.s6-lt ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.01rem solid #e0e3e8;
  padding: 0.2rem 0;
  position: relative;
}

.s6-lt ul li a::after {
  content: "";
  width: 0%;
  height: 0.02rem;
  background-color: #0e4396;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}

.s6-lt ul li a:hover h3 {
  color: #0e4396;
}

.s6-lt ul li a:hover:after {
  width: 100%;
}

.s6-date {
  margin-right: 0.3rem;
}

.s6-date b {
  display: block;
  color: #0e4396;
  font-size: 0.3rem;
  margin-bottom: 0.05rem;
  line-height: 1;
}

.s6-date span {
  color: rgba(14, 67, 150, 0.3);
  font-size: 0.16rem;
  display: block;
}

.s6-tx {
  flex: 1;
  min-width: 0;
}

.s6-tx h3 {
  color: #262626;
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.1rem;
}

.s6-tx p {
  color: #999;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* s7 */

.s7 {
  background: #f5f8ff;
  padding: 1rem 0;
}

.s7 .s2-tx {
  padding: 0 0.2rem;
}

.s7 .s2-tx h3 {
  white-space: normal;
}

.s7 .s2-tx h3 i {
  line-height: 0.3rem;
  height: 0.6rem;
  font-style: normal;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* s8 */
.s8 {
  padding: 1.2rem 0;
}

.s8-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s8-c > div {
  width: 49%;
}

.s8-l ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s8-l ul li:first-child {
  margin-bottom: 0.3rem;
}

.s8-l ul li {
  width: 100%;
}

.s8-l .pic {
  padding-top: 3.46rem;
}

.s8-c a {
  position: relative;
  border-radius: 0.15rem;
  overflow: hidden;
}

.s8-c a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    transparent 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -o-linear-gradient(top, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(
    top,
    transparent 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}

.s8-c a p {
  color: #ffffff;
  font-size: 0.16rem;
  padding: 0.25rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s8-r ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s8-r .pic {
  padding-top: 3.46rem;
}

.s8-r ul li {
  width: 100%;
}

.s8-r ul li:nth-last-child(-n + 2) {
  width: 47%;
  margin-top: 0.3rem;
}

@media screen and (max-width: 1024px) {
  .ban-lk {
    margin-top: 0;
    margin-bottom: 0.3rem;
    padding: 0.2rem;
  }

  .s1 {
    padding: 0.3rem 0;
  }

  .tit {
    margin-bottom: 0.3rem;
  }

  .tit img {
    height: 0.4rem;
  }

  .tit h3 {
    font-size: 0.26rem;
  }

  .s1-ban {
    width: 100%;
    margin: 0;
    margin-bottom: 0.3rem;
  }

  .s1-ban .pic {
    padding-top: 64%;
  }

  .s1-r {
    flex: auto;
    width: 100%;
  }

  .s1-b ul li {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .s2 {
    padding: 0.4rem 0;
  }

  .s2-lt a {
    margin: 0 0.1rem;
  }

  .s3 {
    padding: 0.3rem 0;
  }

  .s4-lt ul li {
    width: 48%;
    margin-top: 0.2rem;
  }

  .s4-vr {
    margin-bottom: 0;
  }

  .s4 {
    padding: 0.3rem 0;
  }

  .s5 {
    padding: 0.3rem 0;
  }

  .s8-c > div {
    width: 100%;
  }

  .s8-l .pic {
    padding-top: 50%;
  }

  .s8-l {
    margin-bottom: 0.3rem;
  }

  .s8-r .pic {
    padding-top: 50%;
  }

  .s8-r ul li:nth-last-child(-n + 2) .pic {
    padding-top: 64%;
  }

  .s8 {
    padding: 0.3rem 0;
  }

  .banner .slick-dots {
    bottom: 0.2rem;
  }

  .s6-ban {
    width: 100%;
    margin: 0;
    margin-bottom: 0.3rem;
  }

  .s6-lt {
    flex: auto;
    width: 100%;
  }

  .s6 {
    padding-bottom: 0.3rem;
  }
  .s3-tx h3 b {
    font-size: 0.3rem;
  }
  .s7 {
    padding: 0.3rem 0;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
}