@charset "utf-8";

body {
  overflow-x: hidden;
}

/*banner*/
.banner-k {
  position: relative;
}

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: 100vh;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.42rem;
  background-image: linear-gradient(180deg, rgba(39, 0, 46, 0.464) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
  object-fit: cover;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .banner .slick-slide img {
    transform: scale(1);
  }
}

.banner .img_scale img {
  transform: scale(1);
}


.banner .slick-dots {
  max-width: 16rem;
  margin: 0 auto;
  bottom: 0.82rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: right;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.15rem;
  padding: 0;
  width: auto;
  height: auto;
  font-family: Arial;
  font-size: 0.2rem;
  font-weight: normal;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  color: #fff;
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-prev,
.banner .slick-next {
  top: auto;
  transform: none;
  bottom: 0.73rem;
  width: 0.63rem;
  height: 0.54rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.23rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: auto;
  right: 4.58rem;
  border-right: 0 !important;
  background-image: url(../images/ban-prev.png);
}

.banner .slick-next {
  right: 3.95rem;
  border-left: 0 !important;
  background-image: url(../images/ban-next.png);
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(101, 8, 117, 0.11);
  border: 1px solid #650875;
}

/* 
.down-page {
  position: absolute;
  width: 0.89rem;
  height: 0.89rem;
  line-height: 0.89rem;
  left: 50%;
  bottom: 0.23rem;
  transform: translateX(-50%);
  z-index: 99;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}

.down-page::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.down-page>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 0.27rem;
  animation: move 1.5s infinite ease-in-out;
  cursor: pointer;
}

@keyframes move {

  0%,
  100% {
    top: 45%;
  }

  50% {
    top: calc(45% + 0.1rem);
  }
} */

.section0 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 16, 35, 0.3);
  z-index: 1;
}

.s0 {
  position: relative;
  padding-right: 2.3rem;
}

.s0 ul li a {
  display: block;
  text-align: center;
  padding: 0.3rem 0;
}

.s0 ul li a .icon {
  height: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s0 ul li a .icon img {
  vertical-align: middle;
  max-height: 100%;
  transition: all 0.5s;
}

.s0 ul li a h3 {
  font-weight: normal;
  color: #fff;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.32rem;
  text-align: center;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s0 .swiper-pagination {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.s0 .swiper-pagination span {
  opacity: 1;
  margin: 0 0.06rem;
  width: 0.34rem;
  height: 0.1rem;
  background: url(../images/s0-dot.png) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.s0 .swiper-pagination span.swiper-pagination-bullet-active {
  background-image: url(../images/s0-dot2.png);
}

/*首页样式*/
.title {
  position: relative;
  z-index: 1;
  margin-bottom: 0.28rem;
}

.tit-c {
  display: inline-block;
}

.tit-c p {
  font-family: PingFang SC;
  font-size: 0.13rem;
  font-weight: normal;
  line-height: 0.13rem;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: #B1B1B1;
}

.tit-c h3 {
  font-family: sys-b;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
}

.tit-c h3 span {
  color: #0068B7;
  font-weight: bold;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #9F9F9F;
  background: url(../images/more1.png) no-repeat right top;
  background-size: 0.74rem auto;
  padding-right: 0.81rem;
  transition: all 0.5s;
}

.more a:hover {
  font-weight: bold;
  color: #0068B7;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/

/* section1 */
.section1 {
  padding: 0.55rem 0 0.85rem 0;
  overflow: hidden;
  background: url(../images/s1-rbg.png) no-repeat 99% 85%;
  background-size: 30.72% auto;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s1 .jdt {
  width: 57.5%;
  box-shadow: 0px 0.04rem 0.3rem 0px rgba(7, 42, 132, 0.12);
}

.s1 .jdt ul li a {
  display: block;
}

.s1 .jdt ul li a .pic {
  /* padding-top: 55.43%; */
  padding-top: 5.1rem;
}

.s1 .jdt ul li a .tx {
  background: #FFFFFF;
  padding: 0.33rem 1.4rem 0.33rem 0.4rem;
}

.s1 .jdt ul li a .tx span {
  display: block;
  font-family: Arial;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.18rem;
  letter-spacing: normal;
  color: #0068B7;
}

.s1 .jdt ul li a .tx h3 {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.32rem;
  margin-top: 0.12rem;
}

.s1 .jdt ul li a .tx p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: normal;
  color: #333;
  margin-top: 0.08rem;
}

.s1 .jdt .swiper-button {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.s1 .jdt .swiper-button-prev,
.s1 .jdt .swiper-button-next {
  position: static;
  transform: none;
  margin-top: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #0068B7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.24rem auto;
  transition: all 0.5s;
}

.s1 .jdt .swiper-button-prev {
  background-image: url(../images/prev.png);
}

.s1 .jdt .swiper-button-next {
  background-image: url(../images/next.png);
}

.s1 .jdt .swiper-button>div:hover {
  background-color: #D64F25;
}

.s1-r {
  width: 36.875%;
}

.s1-r .tt a {
  display: flex;
  align-items: center;
}

.s1-r .tt a .ttpic {
  width: 3.08rem;
  padding-right: 0.08rem;
  padding-bottom: 0.08rem;
  margin-left: 0.3rem;
  position: relative;
  z-index: 1;
}

.s1-r .tt a .ttpic::before {
  content: '';
  position: absolute;
  top: 0.08rem;
  left: 0.08rem;
  bottom: 0;
  right: 0;
  background: #E5EEFA;
  z-index: -1;
}

.s1-r .tt a .ttpic .pic {
  /* padding-top: 66.66%; */
  padding-top: 2rem;
}

.s1-r .tt a .tx {
  flex: 1;
  min-width: 0;
}

.date {
  font-family: Arial;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #959595;
}

.date b {
  font-size: 0.26rem;
  font-weight: bold;
  letter-spacing: normal;
  color: #0068B7;
  margin-right: 0.05rem;
}

.s1-r .tt a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  height: 0.64rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  margin-top: 0.16rem;
}

.s1-r .tt a .tx p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  height: 0.48rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #959595;
  margin-top: 0.11rem;
}

.s1-r ul {
  margin-top: 0.02rem;
}

.s1-r ul li a {
  display: block;
  padding: 0.28rem 0 0.24rem 0;
  border-bottom: 1px solid #D4D4D4;
  position: relative;
}

.s1-r ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  border-bottom: 1px solid #0068B7;
  transition: all 0.5s;
}

.s1-r ul li a span {
  display: block;
  font-family: Arial;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.18rem;
  letter-spacing: normal;
  color: #0068B7;
}

.s1-r ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  margin-top: 0.12rem;
}

/* section2 */
.section2 {}

.s2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s2 .more {
  position: static;
  transform: none;
  margin-top: 0.37rem;
}

.s2 .more a {
  display: inline-block;
}

.s2-c {
  flex: 1;
  min-width: 0;
  margin-left: 0.6rem;
  position: relative;
}

.s2-c ul li a {
  display: block;
  padding: 0.3rem 0.3rem 0.38rem 0.3rem;
  border: 1px solid #BECFE7;
  transition: all 0.5s;
}

.s2-c ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  margin-top: 0.12rem;
  transition: all 0.5s;
}

.s2-c .swiper-pagination {
  width: calc(100% + 1.6rem);
  padding-right: 1.6rem;
  position: static;
  margin-top: 0.4rem;
  background: url(../images/s2-x.png) repeat-x;
  background-size: auto 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s2-c .swiper-pagination span {
  display: block;
  width: 4px;
  height: 10px;
  background: #0068B7;
  opacity: 1;
  margin-top: -2px;
  position: relative;
  transition: all 0.5s;
}

.s2-c .swiper-pagination span::after {
  content: '';
  position: absolute;
  top: calc(100% - 4px);
  left: -3px;
  border-bottom: 10px solid #BC1111;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.s2-c .swiper-pagination span.swiper-pagination-bullet-active {
  background: #BC1111;
}

.s2-c .swiper-pagination span.swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
}

/* section3 */
.section3 {
  overflow: hidden;
  padding-top: 1.04rem;
}

.s3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s3>div {
  width: 31.875%;
}

.s3>div img {
  max-width: 100%;
}

.s3-l .k {
  padding: 0.4rem 0.3rem 0.23rem 0.3rem;
  border: 2px solid #0068B7;
  position: relative;
}

.s3-l .k::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 43.13%;
  width: 47%;
  border: 2px solid #fff;
}

.s3-l .k::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 11%;
  width: 47%;
  border: 2px solid #fff;
}

.s3-l .tt a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.s3-l .tt a .pic {
  width: 1.9rem;
  height: 1.2rem;
  padding-top: 0;
  margin-right: 0.2rem;
}

.s3-l .tt a .tx {
  flex: 1;
  min-width: 0;
}

.s3-l .tt a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.28rem;
  height: 0.56rem;
  letter-spacing: normal;
  transition: all 0.5s;
}

.s3-l .tt a .tx span {
  display: block;
  font-family: Arial;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #A4A4A4;
  margin-top: 0.26rem;
}

.s3-l ul {
  margin-top: 0.3rem;
}

.s3-l ul li a {
  display: block;
  padding: 0.26rem 0;
  border-top: 1px solid #D8D8D8;
}

.s3-l ul li a .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s3-l ul li a .t .ly {
  display: inline-block;
  background: #0068B7;
  padding: 0 0.14rem;
  font-size: 0.15rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #FFFFFF;
  transition: all 0.5s;
}

.s3-l ul li a .t .sj {
  display: inline-block;
  font-family: Arial;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #A4A4A4;
}

.s3-l ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 0.12rem;
  transition: all 0.5s;
}

.s3-c ul li a {
  display: block;
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(90, 111, 155, 0.2);
  transition: all 0.5s;
  position: relative;
}

.s3-c ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.03rem solid #0068B7;
  transform: scaleX(0);
  transition: all 0.5s;
}

.s3-c ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #393939;
}

.s3-c ul li a .con {
  display: none;
}

.s3-c ul li a .con p {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.16rem;
  letter-spacing: normal;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s3-c ul li a .con p {
  height: 0.18rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  padding-left: 0.3rem;
}

.s3-c ul li a .con p:first-child {
  background-image: url(../images/s3-cicon1.png);
}

.s3-c ul li a .con p:nth-child(2) {
  background-image: url(../images/s3-cicon2.png);
}

.s3-c ul li a .con p:nth-child(3) {
  background-image: url(../images/s3-cicon3.png);
}

.s3-c ul li.on a {
  padding: 0.37rem 0.3rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.24rem 0px rgba(4, 52, 141, 0.2);
}

.s3-c ul li.on a::after {
  transform: none;
}

.s3-c ul li.on a h3 {
  font-weight: bold;
  color: #0068B7;
}

.s3-c ul li.on a .con {
  display: block;
}

.s3-r {
  position: relative;
  z-index: 1;
  height: 6.6rem;
  display: flex;
  align-items: center;
  /* padding: 0.47rem 0 0.34rem 0; */
}

.s3-r::before {
  content: '';
  position: absolute;
  top: 0.14rem;
  bottom: 0;
  left: 0.77rem;
  width: calc(100% + 0.83rem);
  background: url(../images/s3-rbg.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}

/* section4 */
.s45-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.s45-bg::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(235, 243, 255, 0.6);
  z-index: -1;
}

.section4 {
  margin-top: 1.2rem;
  background: url(../images/s4-bg.png) no-repeat center top;
  background-size: 100% auto;
  padding-top: 0.6rem;
}

.section4 .title {
  text-align: center;
  margin-bottom: 0.8rem;
}

.section4 .tit-c {
  text-align: left;
}

.section4 .tit-c h3,
.section4 .tit-c h3 span {
  color: #fff;
}

.s4 ul li a {
  display: block;
  background-color: #FFFFFF;
  position: relative;
  padding: 0.35rem;
  box-shadow: 0px 0.04rem 0.3rem 0px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
}

.s4 ul li a::before {
  content: '';
  position: absolute;
  bottom: 0.3rem;
  right: 0.11rem;
  width: 1.98rem;
  height: 0.58rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  transition: all 0.5s;
}

.s4 ul li a .pic {
  padding-top: 61.29%;
}

.s4 ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  letter-spacing: normal;
  margin-top: 0.2rem;
  transition: all 0.5s;
}

.s4 ul li a p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  height: 0.48rem;
  letter-spacing: normal;
  color: #959595;
  margin-top: 0.15rem;
  transition: all 0.5s;
}

.s4 ul li a .date {
  margin-top: 0.4rem;
  transition: all 0.5s;
}

.s4 ul li a .date b {
  transition: all 0.5s;
}

/* section5 */
.section5 {
  margin-top: 0.5rem;
  padding-bottom: 1rem;
}

.s5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s5-l {
  width: 36.25%;
}

.s5-l ul li {
  padding-right: 0.6rem;
  transition: all 0.5s;
}

.s5-l ul li a {
  display: block;
  padding: 0.37rem 0;
  border-bottom: 1px solid #DEDEDE;
  transition: all 0.5s;
}

.s5-l ul li a h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.24rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  transition: all 0.5s;
}

.s5-l ul li a p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.22rem;
  letter-spacing: normal;
  color: #8C8C8C;
  display: none;
}

.s5-l ul li.on {
  padding-right: 0;
}

.s5-l ul li.on a {
  padding: 0.35rem 0.3rem;
  background: #FFFFFF;
  border-left: 0.03rem solid #0068B7;
  box-shadow: 0px 0.04rem 0.3rem 0px rgba(0, 0, 0, 0.08);
}

.s5-l ul li.on a h3 {
  font-weight: bold;
  color: #0068B7;
}

.s5-l ul li.on a p {
  display: block;
  margin-top: 0.12rem;
}

.s5-r {
  width: 61.75%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -0.78rem;
}

.s5-rbox {
  width: calc(100% - 3.7rem);
  position: relative;
  z-index: 2;
}

.s5-r .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.s5-r .swiper-slide ul+ul {
  margin-left: -0.15rem;
}
.s5-r .swiper-slide ul li {
  position: relative;
  padding-bottom: 0.54rem;
}
.s5-r .swiper-slide ul li:last-child {

}

.s5-r .swiper-slide ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  width: 2.24rem;
  height: 0.82rem;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.04);
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  position: relative;
  z-index: 1;
}

.s5-r .swiper-slide ul li .title{
  position: absolute;
  width:100%;
  height:0.3rem;
  line-height:0.3rem;
  text-align: center;
  bottom: 0.24rem;
  left:0;
  z-index:1;
  margin:0;
  background: #fff;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 0.14rem;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.s5-r .swiper-slide ul li:hover .title{
  display: -webkit-box;
}

.s5-r .swiper-slide ul:first-child li:nth-child(3)~li a,
.s5-r .swiper-slide ul:nth-child(2) li:nth-child(2)~li a {
  clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
}

.s5-r .swiper-slide ul:first-child li:nth-child(3) a,
.s5-r .swiper-slide ul:nth-child(2) li:nth-child(2) a {
  clip-path: none;
}

.s5-r .swiper-slide ul:first-child li:first-child a,
.s5-r .swiper-slide ul:first-child li:last-child a {
  margin-left: 0.5rem;
}

.s5-r .swiper-slide ul li a img {
  display: block;
  max-height: 80%;
  max-width: 80%;
}

.s5-r .swiper-pagination {
  width: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  bottom: auto;
  left: auto;
  right: 0.2rem;
  text-align: center;
}

.s5-r .swiper-pagination span {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  margin: 0.5rem auto !important;
  border-radius: 50%;
  background: url(../images/s5-rd1.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 1;
  position: relative;
  transition: all 0.5s;
}

.s5-r .swiper-pagination span::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: url(../images/s5-rd2.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.s5-r .swiper-pagination span:first-child,
.s5-r .swiper-pagination span:last-child {
  margin-left: 0.85rem !important;
}

.s5-r .swiper-pagination span:nth-child(2),
.s5-r .swiper-pagination span:nth-child(4) {
  margin-left: 0.45rem !important;
}

.s5-r .swiper-pagination span.swiper-pagination-bullet-active::after {
  width: 0.9rem;
  height: 0.92rem;
  opacity: 1;
  visibility: visible;
}

.s5-rlogo {
  width: 3.7rem;
  position: relative;
  z-index: 1;
}

.s5-rlogo::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13.4rem;
  height: 13.4rem;
  background: url(../images/s5-rx.png) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
  pointer-events: none;
}

.s5-rlogo img {
  display: block;
  width: 100%;
}

.s5-rm {
  display: none;
  width: 100%;
}

.s5-rm ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.1rem;
  height: 1rem;
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.04);
}

.s5-rm ul li a img {
  display: block;
  max-width: 96%;
  max-height: 96%;
}

.s5-rm .slick-dots {
  text-align: center;
  position: static;
  margin-top: 0.2rem;
  height: 0.34rem;
}

.s5-rm .slick-dots li {
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: url(../images/s5-rd1.png) no-repeat center;
  background-size: 100% 100%;
  margin: 0 0.05rem;
  opacity: 1;
  transition: all 0.5s;
}

.s5-rm .slick-dots li.slick-active {
  width: 0.34rem;
  height: 0.34rem;
  background-image: url(../images/s5-rd2.png);
}

/* section6 */

.section6 {
  background: url(../images/s6-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  height: 9.54rem;
  padding-top: 1.04rem;
}

.section6 .more {
  position: static;
  margin-top: 0.26rem;
}

.section6 .more a {
  display: inline-block;
}

.s6-he {
  position: absolute;
  left: 0;
  right: 0;
  top: 3.58rem;
  display: block;
  width: 100%;
}

.s6 {
  margin-top: -0.6rem;
}

.s6 .swiper-container {
  padding-bottom: 1rem;
  padding-top: 0.6rem;
}

.s6 ul li {
  padding-left: 0.26rem;
}

.s6 ul li.swiper-slide-active+li .k,
.s6 ul li.swiper-slide-active+li+li+li .k,
.s6 ul li.swiper-slide-active+li+li+li+li+li .k,
.s6 ul li.swiper-slide-active+li+li+li+li+li+li+li .k {
  margin-top: 1.65rem;
  justify-content: flex-end;
}

.s6 ul li .k {
  position: relative;
  min-height: 2.3rem;
  padding-left: 0.15rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .s6 ul li .k {
    height: 2.3rem;
  }
}

.s6 ul li.swiper-slide-active .k {
  margin-top: 0.5rem;
}

.s6 ul li.swiper-slide-active+li .k {
  margin-top: 1.4rem;
}

.s6 ul li.swiper-slide-active+li+li .k {
  margin-top: -0.6rem;
}

.s6 ul li.swiper-slide-active+li+li+li .k {
  margin-top: 3.4rem;
  margin-left: -0.6rem;
}

.s6 ul li.swiper-slide-active+li+li+li+li .k {
  margin-top: 1.1rem;
  margin-left: -0.7rem;
}

.s6 ul li.swiper-slide-active+li+li+li+li+li .k {
  margin-top: 4.1rem;
}

.s6 ul li.swiper-slide-active+li+li+li+li+li+li+li .k {
  margin-top: 2.8rem;
}

.s6 ul li .x {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  border-left: 1px dashed #D64F25;
}

.s6 ul li .x::after {
  content: '';
  position: absolute;
  left: -0.26rem;
  bottom: -0.25rem;
  width: 0.51rem;
  height: 0.51rem;
  background: url(../images/s6-1.png) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.s6 ul li.swiper-slide-active+li .x::after,
.s6 ul li.swiper-slide-active+li+li+li .x::after,
.s6 ul li.swiper-slide-active+li+li+li+li+li .x::after,
.s6 ul li.swiper-slide-active+li+li+li+li+li+li+li .x::after {
  bottom: auto;
  top: -0.25rem;
}

.s6 ul li .s {
  transition: all 0.5s;
}

.s6 ul li .h {
  position: absolute;
  left: 0.15rem;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0.09rem 0.3rem 0px rgba(0, 0, 0, 0.1);
  padding: 0.3rem;
  width: 2.9rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0.25rem);
  transition: all 0.5s;
}

.s6 ul li.swiper-slide-active+li+li+li+li+li .h {
  top: auto;
  bottom: 0;
}

.s6 ul li.swiper-slide-active+li+li+li+li+li+li+li .k .h {
  left: auto;
  right: 1.9rem;
  transform: translateX(-0.25rem);
}

.s6 ul li h3 {
  font-family: sys-b;
  font-size: 0.42rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  color: #00367F;
}

.s6 ul li p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.24rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  margin-top: 0.05rem;
}

.s6 ul li .h .tx {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 1;
}

.s6 ul li .h .tx::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 38%;
  border-bottom: 2px solid #A92F22;
}

.s6 ul li .h h3 {
  color: #A92F22;
  margin-bottom: 0.1rem;
}

.s6 ul li .h .img {
  margin-top: 0.4rem;
}

.s6 ul li .h .img img {
  display: block;
  width: 100%;
  border-radius: 0.08rem;
}

/* section7 */
.section7 {
  position: relative;
}


.s7-video .pic {
  padding-top: 50%;
  min-height: 3rem;
}

.s7-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background: url(../images/s7-bf.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 3;
}

.s7-video .pic video {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s7 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.s7 ul li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 0.3rem;
  position: relative;
  z-index: 1;
  height: 2rem;
}

.s7 ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(to top, #fff 0%, transparent 100%);
  pointer-events: none;
}

.s7 ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  transition: all 0.5s;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 92, 173, 0.5) 20%, rgba(0, 92, 173, 0) 97%);
}

.s7 ul li:hover a::after {
  height: 120%;
}

.s7 ul li a .icon {
  height: 0.4rem;
  line-height: 0.4rem;
}

.s7 ul li a .icon img {
  max-height: 0.4rem;
}

.s7 ul li a h3 {
  font-size: 0.26rem;
  font-weight: normal;
  line-height: 0.34rem;
  text-align: center;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-top: 0.12rem;
}

.s7 ul li a i {
  width: 0;
  height: 0;
  background: url(../images/s7-sj.png) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.s7 ul li:hover a i {
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.15rem;
}

/* section8 */
.section8 {
  margin-top: 0.86rem;
}

.section8 .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.foot-media {
  display: flex;
  align-items: flex-start;
}

.foot-media>div {
  position: relative;
  cursor: pointer;
}

.foot-media>div+div {
  margin-left: 0.2rem;
}

.foot-media>div:hover div {
  display: block;
}

.foot-media>div>span {
  display: block;
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.foot-media>div:first-child:hover>span {
  background: #12A467;
}

.foot-media>div:nth-child(2):hover>span {
  background: #F5AA15;
}

.foot-media>div:nth-child(3):hover>span {
  background: #000000;
}

.foot-media>div:nth-child(4):hover>span {
  background: #DB2C36;
}

.foot-media>div:nth-child(5):hover>span {
  background: #FB9D39;
}

.foot-media>div:nth-child(6):hover>span {
  background: #FF509B;
}

.foot-media>div>span>img,
.foot-media>div>span>a>img,
.foot-media>div>span>svg,
.foot-media>div>span>a>svg {
  display: block;
  max-width: 0.32rem;
  max-height: 0.27rem;
  transition: all 0.5s;
}

.foot-media>div>span>img:nth-child(2),
.foot-media>div>span>a>img:nth-child(2) {
  display: none;
}

.foot-media>div:hover>span>img:first-child,
.foot-media>div:hover>span>a>img:first-child {
  display: none;
}

.foot-media>div:hover>span>img:nth-child(2),
.foot-media>div:hover>span>a>img:nth-child(2) {
  display: block;
}

.foot-media>div>span svg path {
  transition: all 0.5s;
}

.foot-media>div:hover>span svg path {
  fill: #fff;
}

.foot-media>div>div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 0.1rem);
  width: 1.3rem;
  padding: 0.05rem;
  background: #fff;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.18);
  z-index: 6;
  display: none;
}

.foot-media>div>div img {
  display: block;
  width: 100%;
}

.foot-media>div>div::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.foot-media>div>img {
  display: block;
  margin: 0 auto;
}

.s8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s8-l {
  width: 24.75%;
  height: 7.1rem;
  padding: 0.4rem;
  background: #0068B7;
}

.s8-c {
  width: 49.875%;
}

.s8-r {
  width: 24.6875%;
}

.s8-cb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s8-cb ul li {
  width: 49.62%;
}

.s8 ul li a {
  display: block;
  position: relative;
}

.s8 ul li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.2rem;
}

.s8 ul li a .tx h3 {
  display: flex;
  align-items: center;
}

.s8 ul li a .tx h3 img {
  display: block;
  width: 0.38rem;
  margin-right: 0.14rem;
}

.s8 ul li a .tx h3 p {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s8-ct ul li a .pic {
  /* padding-top: 50.87%; */
  padding-top: 4.06rem;
}

.s8-cb {
  margin-top: 0.05rem;
}

.s8-cb ul li a .pic {
  /* padding-top: 75.5%; */
  padding-top: 2.99rem;
}

.s8-r ul li a .pic {
  /* padding-top: 179.74%; */
  padding-top: 7.1rem;
}

.s8 ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 37%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.s8-l .tit {
  font-size: 0.28rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-bottom: 0.32rem;
}

.s8-l ul li a {
  display: block;
  padding: 0.25rem 0;
  border-top: 1px solid #4F97D1;
  transition: all 0.5s;
}

.s8-l ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  color: #FFFFFF;
}

.s8-l ul li a p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  height: 0.96rem;
  letter-spacing: normal;
  color: #B8D2ED;
  display: none;
}

.s8-l ul li a .b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.14rem;
}

.s8-l ul li a .b span {
  display: block;
}

.s8-l ul li a .b .sj {
  font-family: Arial;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s8-l ul li a .b .ly {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.22rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s8-l ul li.on a p {
  display: block;
  margin-top: 0.14rem;
}

.s8-l ul li.on a {
  padding: 0.34rem 0;
}

.s8-ct .swiper-pagination {
  bottom: 0.36rem;
  right: 0.32rem;
  font-size: 0;
  left: auto;
  width: auto;
}

.s8-ct .swiper-pagination span {
  opacity: 1;
  margin: 0 0.02rem;
  width: 0.27rem;
  height: 0.07rem;
  background: url(../images/s0-dot.png) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.s8-ct .swiper-pagination span.swiper-pagination-bullet-active {
  background-image: url(../images/s0-dot2.png);
}

/* section9 */
.section9 {
  padding-bottom: 0.8rem;
  background: url(../images/bg-b.png) no-repeat center bottom;
  background-size: 62.5%;
  margin-top: 1rem;
}

.section9 .title {
  text-align: center;
}

.s9 {
  width: calc(100% + 1.6rem);
  position: relative;
}

.s9 ul li {
  padding-bottom: 0.8rem;
}

.s9 ul li a {
  display: block;
  position: relative;
}

.s9 ul li a::after {
  content: "";
  position: absolute;
  top: 100%;
  /* 紧贴在原图下方 */
  left: 0;
  width: 100%;
  height: 32%;
  /* 倒影高度，可调整 */
  background-image: inherit;
  /* 继承当前项的背景图 */
  background-size: 100% auto;
  background-position: bottom;
  transform: scaleY(-1);
  /* 垂直翻转 */
  opacity: 0.2;
  /* 透明度 */
  filter: blur(3px);
  /* 轻微模糊 */
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  /* 渐变消失 */
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .s9 ul li a::after {
    content: none;
  }
}


.s9 ul li a .pic {
  padding-top: 52.61%;
}

.s9 .swiper-button-prev,
.s9 .swiper-button-next {
  top: calc(50% - 0.4rem);
  width: 0.52rem;
  height: 0.52rem;
  background-color: #0068B7;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.11rem auto;
  transition: all 0.5s;
}

.s9 .swiper-button-prev {
  left: -0.26rem;
  background-image: url(../images/s9-prev.png);
}

.s9 .swiper-button-next {
  display: none;
}

.s9 .swiper-button-prev:hover,
.s9 .swiper-button-next:hover {
  background-color: #D64F25;
}


/* hover效果 */
@media screen and (min-width: 1025px) {
  .s0 ul li:hover a .icon img {
    transform: rotateY(180deg);
  }

  .s1-r ul li:hover a::after {
    left: 0;
    width: 100%;
  }

  .s1 .jdt ul li a:hover .tx h3,
  .s1-r .tt a:hover .tx h3,
  .s1-r ul li:hover a h3 {
    font-weight: bold;
  }

  .s2-c ul li:hover a {
    background: #0068B7;
  }

  .s2-c ul li:hover a .date,
  .s2-c ul li:hover a .date b {
    color: #fff;
  }

  .s2-c ul li:hover a h3 {
    font-weight: bold;
    color: #fff;
  }

  .s3-l .tt a:hover .tx h3,
  .s3-l ul li:hover a h3 {
    font-weight: bold;
  }

  .s3-l ul li:hover a .t .ly {
    background: #D64F25;
  }

  .s4 ul li:hover a {
    background-color: #7DCDF4;
  }

  .s4 ul li:hover a::before {
    background-image: url(../images/s4-z.png);
  }

  .s4 ul li:hover a h3 {
    font-weight: bold;
    color: #fff;
  }

  .s4 ul li:hover a p,
  .s4 ul li:hover a .date,
  .s4 ul li:hover a .date b {
    color: #fff;
  }

  .s6 ul li:hover {
    position: relative;
    z-index: 1;
  }

  .s6 ul li:hover .h,
  .s6 ul li.swiper-slide-active+li+li+li+li+li+li+li:hover .k .h {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .s6 ul li:hover .s {
    opacity: 0;
    visibility: hidden;
  }

  .s6 ul li:hover .x {
    border-left-color: #A92F22;
  }

  .s6 ul li:hover .x::after {
    background-image: url(../images/s6-2.png);
  }
}


@media screen and (max-width: 1024px) {

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner::after {
    content: none;
  }

  .section1 {
    padding: 0.3rem 0;
  }

  .title {
    margin-bottom: 0.15rem;
  }

  .tit-c p {
    font-size: 12px;
    line-height: 1;
  }

  .tit-c h3 {
    font-size: 0.26rem;
    line-height: 0.26rem;
    margin-top: 0.05rem;
  }

  .more a {
    background-position: right center;
    background-size: 0.54rem auto;
    padding-right: 0.6rem;
  }

  .s0 .swiper-pagination {
    right: auto;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    top: auto;
    bottom: 0.05rem;
  }

  .s0 .swiper-pagination span {
    width: 0.24rem;
    height: 0.07rem;
  }

  .section1 {
    background-position: 99% 96%;
  }

  .s1 .jdt {
    width: 100%;
  }

  .s1 .jdt ul li a .pic {
    padding-top: 55.43%;
  }

  .s1 .jdt ul li a .tx {
    padding: 0.2rem 0.8rem 0.2rem 0.2rem;
  }

  .s1 .jdt ul li a .tx span {
    font-size: 0.16rem;
  }

  .s1 .jdt ul li a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-top: 0.1rem;
  }

  .s1 .jdt .swiper-button-prev,
  .s1 .jdt .swiper-button-next {
    width: 0.65rem;
    height: 0.65rem;
    background-size: 0.2rem auto;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s1-r .tt a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    margin-top: 0.1rem;
  }

  .s1-r ul li a span {
    font-size: 0.16rem;
  }

  .s1-r ul li a h3 {
    font-size: 0.18rem;
    margin-top: 0.1rem;
  }

  .s1-r ul li a {
    padding: 0.2rem 0;
  }

  .s2-c .swiper-pagination {
    width: calc(100% + 10px);
    padding-right: 0.68rem;
    margin-top: 0.25rem;
  }

  .s2-c ul li a h3 {
    font-size: 0.18rem;
    margin-top: 0.1rem;
  }

  .s2-c ul li a {
    padding: 0.2rem;
  }

  .section3 {
    padding-top: 0.3rem;
  }

  .s3>div {
    width: 100%;
  }

  .s3>div+div {
    margin-top: 0.25rem;
  }

  .s3-l .tt a .tx h3 {
    font-size: 0.18rem;
  }

  .s3-l ul li a {
    padding: 0.2rem 0;
  }

  .s3-l ul li a h3 {
    font-size: 0.18rem;
    margin-top: 0.1rem;
  }

  .s3-l .k {
    padding: 0.3rem;
    border: 1px solid #0068B7;
  }

  .s3-c ul li a {
    padding: 0.2rem 0;
  }

  .s3-c ul li a h3 {
    font-size: 0.18rem;
  }

  .s3-c ul li.on a {
    padding: 0.2rem;
  }

  .s3-r {
    height: auto;
    padding: 0.3rem 0;
  }

  .s3-r::before {
    width: calc(100% + 10px);
    top: 0;
  }

  .section4 {
    margin-top: 0.3rem;
    padding-top: 0.3rem;
  }

  .s4 ul li a {
    padding: 0.2rem;
  }

  .s4 ul li a h3 {
    font-size: 0.18rem;
    margin-top: 0.1rem;
  }

  .s4 ul li a .date {
    margin-top: 0.2rem;
  }

  .section5 {
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .s5-l {
    width: 100%;
  }

  .s5-r {
    width: 100%;
    margin-top: 0.25rem;
  }

  .s5-l ul li a {
    padding: 0.2rem 0;
  }

  .s5-l ul li.on a {
    padding: 0.2rem
  }

  .s5-r .swiper-pagination span.swiper-pagination-bullet-active::after {
    width: 0.6rem;
    height: 0.62rem;
  }

  .s5-rlogo {
    width: 2.7rem;
  }

  .s5-rlogo::before {
    width: 10.86rem;
    height: 10.86rem;
  }

  .section6 {
    height: auto;
    padding: 0.3rem 0;
    background: none;
  }

  .section6 .more {
    position: absolute;
    margin-top: 0;
  }

  .s6-he {
    display: none;
  }

  .s6 {
    margin-top: 0.25rem;
  }

  .s6 ul li .k {
    justify-content: flex-start !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    min-height: 1.5rem;
    padding-top: 0.3rem;
  }

  .s6 ul li .x::after {
    bottom: auto;
    top: -0.2rem !important;
    left: -0.2rem;
    width: 0.4rem;
    height: 0.4rem;
  }

  .s6 ul li h3 {
    font-size: 0.26rem;
  }

  .s6 .swiper-container {
    padding-bottom: 0;
    padding-top: 0.2rem;
  }

  .s7 ul li a h3 {
    font-size: 0.18rem;
  }

  .s7 ul li a .icon {
    height: 0.3rem;
    line-height: 0.3rem;
  }

  .s7 ul li a {
    padding-bottom: 0.1rem;
  }

  .section8 {
    margin-top: 0.3rem;
  }

  .s8-l {
    padding: 0.2rem;
  }

  .s8-l ul li a h3 {
    font-size: 0.18rem;
  }

  .s8-l .tit {
    font-size: 0.26rem;
  }

  .s8 ul li a .tx h3 p {
    font-size: 0.18rem;
  }

  .s8-ct .swiper-pagination span {
    width: 0.2rem;
    height: 0.05rem;
  }

  .foot-media>div>span {
    width: 0.4rem;
    height: 0.4rem;
  }

  .foot-media>div>span>img,
  .foot-media>div>span>a>img,
  .foot-media>div>span>svg,
  .foot-media>div>span>a>svg {
    max-width: 0.25rem;
    max-height: 0.2rem;
  }

  .s9 {
    width: calc(100% + 10px);
  }

  .s9 .swiper-button-prev {
    left: -10px;
  }

  .section9 {
    padding-bottom: 0.3rem;
    margin-top: 0.3rem;
  }

  .s9 .swiper-button-prev,
  .s9 .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    background-size: 0.1rem auto;
    top: calc(50% - 0.3rem);
  }

}

@media screen and (max-width: 920px) {
  .s4 ul li a .pic {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .section0 {
    position: static;
    background: rgba(0, 104, 183, 0.7);
  }

  .s2-c {
    flex: none;
    width: 100%;
    margin-left: 0;
  }

  .s2 .title {
    width: 100%;
  }

  .s2 .more {
    position: absolute;
    margin-top: 0;
    transform: translateY(-50%);
  }

  .section4 {
    padding-top: 0.15rem;
  }

  .section4 .title {
    margin-bottom: 0.2rem;
  }

  .s4 ul li a h3 {
    height: auto;
    max-height: 0.6rem;
  }

  .s4 ul li a p {
    height: auto;
    max-height: 0.48rem;
  }

  .s5-r {
    display: none;
  }

  .s5-rm {
    display: block;
    margin-top: 0.25rem;
  }

  .s8-l {
    width: 100%;
    height: auto;
  }

  .s7-video .play-button {
    width: 0.8rem;
    height: 0.8rem;
  }

  .s8-c {
    width: 100%;
  }

  .s8-r {
    width: 100%;
  }

  .s8-l .tit {
    margin-bottom: 0.2rem;
  }

  .s8-l ul li a h3 {
    height: auto;
    max-height: 0.6rem;
  }

  .s8-l ul li a p {
    height: auto;
    max-height: 0.96rem;
  }

  .s8-l ul li.on a {
    padding: 0.25rem 0;
  }

  .s8-ct ul li a .pic {
    padding-top: 50.87%;
  }

  .s8-cb ul li a .pic {
    padding-top: 75.5%;
  }

  .s8-r {
    margin-top: 0.05rem;
  }

  .s8-r ul li a .pic {
    padding-top: 179.74%;
  }

  .s9 ul li {
    padding-bottom: 0.4rem;
  }
}

@media screen and (max-width: 480px) {
  .s0 ul li a {
    padding: 0.15rem 0 0.24rem 0;
  }

  .s0 ul li a .icon {
    height: 0.28rem;
  }

  .s1-r .tt a {
    flex-wrap: wrap;
  }

  .s1-r .tt a .ttpic {
    width: 100%;
    order: 1;
    margin-left: 0;
  }

  .s1-r .tt a .tx {
    flex: none;
    width: 100%;
    order: 2;
    margin-top: 0.2rem;
  }

  .s1-r .tt a .tx h3 {
    height: auto;
    max-height: 0.6rem;
  }

  .s1-r .tt a .ttpic .pic {
    padding-top: 66.66%;
  }

  .s3-r {
    padding: 0.15rem 0;
  }

  .s7 ul li a {
    height: 1rem;
  }

  .foot-media {
    margin-top: 0.15rem;
    width: 100%;
    justify-content: center;
  }

  .s9 .swiper-button-prev,
  .s9 .swiper-button-next {
    top: calc(50% - 0.1rem);
  }
}