@charset "utf-8";

body {
  overflow-x: hidden;
  background: url(../images/body.jpg) no-repeat center top / cover;
}

/*banner*/

.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: 30%;
  background: linear-gradient(180deg, #119ff9 0%, rgba(1, 79, 151, 0) 100%);
  pointer-events: none;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28%;
  opacity: 0.6;
  background: linear-gradient(0deg, #000000 -31%, rgba(0, 0, 0, 0.2) 57%, rgba(70, 70, 70, 0) 99%);
  pointer-events: none;
}

.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-slide h3 {
  position: absolute;
  bottom: 0.4rem;
  left: 2.1rem;
  right: 4rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #FFFFFF;
  z-index: 1;
}

.banner .slick-dots {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.55rem;
  font-size: 0;
  z-index: 1;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.1rem;
  padding: 0;
  width: 0.48rem;
  height: 0.45rem;
  background: url(../images/ban-dot.png) no-repeat center center / 0.1rem auto;
  font-size: 0;
  opacity: 1;
  transition: all 0.5s;
}

.banner .slick-dots li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 0.2rem;
  border-top: 1px solid #fff;
  z-index: -1;
}

.banner .slick-dots li:first-child:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 0.2rem;
  border-top: 1px solid #fff;
  z-index: -1;
}

.banner .slick-dots li.slick-active {
  background: url(../images/ban-dot2.png) no-repeat center center / 100% auto;
}

.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);
  }
} */

/*首页样式*/
.title {
  position: relative;
  z-index: 1;
  margin-bottom: 0.3rem;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  font-size: 0.42rem;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 1;
  margin-top: 0.08rem;
}

.tit-c h3 b {
  color: #04468a;
}

.tit-c p {
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #d9d9d9;
  display: flex;
  align-items: center;
}

.tit-c p::before {
  content: '';
  display: block;
  border-top: 1px solid #ff9000;
  width: 0.3rem;
  margin-right: 0.05rem;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.42rem;
  letter-spacing: normal;
  background: url(../images/more1.png) no-repeat left center;
  background-size: 0.38rem auto;
  padding-left: 0.18rem;
  color: #213f73;
  transition: all 0.5s;
}

.more a:hover {
  color: #ff9000 !important;
  background-image: url(../images/more3.png) !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.title.white .tit-c::after {
  background: url(../images/tit2.png) no-repeat center center / 100% 100%;
}

.title.white .tit-c h3 {
  color: #fff;
}

.title.white .tit-c h3 b {
  color: #ff9000;
}

.title.white .tit-c p {
  color: #d9d9d9;
}

.title.white .more a {
  color: #fff;
  background-image: url(../images/more2.png);
}

/*主体*/

/* section1 */
.index {}

.section1 {
  padding: 0.8rem 0 1rem 0;
  overflow: hidden;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s1-l {
  width: 65%;
}

.s1 .jdt {}

.s1 .jdt ul li a {
  display: block;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}

.s1 .jdt ul li a .pic {
  /* padding-top: 56.15%; */
  padding-top: 5.84rem;
}

.s1 .jdt ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.s1 .jdt ul li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.5rem 0.3rem 0.3rem;
}

.s1 .jdt ul li a .tx h3 {
  font-size: 0.24rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
}

.s1 .jdt ul li a .tx p {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  margin-top: 0.15rem;
  color: #ffffff;
  opacity: 0.6;
}

.s1 .jdt .swiper-pagination {
  width: auto;
  left: auto;
  right: 0.2rem;
  bottom: 0.4rem;
}

.s1 .jdt .swiper-pagination span {
  width: 0.25rem;
  height: 0.03rem;
  margin: 0 0 0 0.05rem !important;
  background: #fff;
  opacity: 0.3;
  transition: all 0.5s;
}

.s1 .jdt .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff9000;
}

/* .s1 .jdt .swiper-button {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.s1 .jdt .swiper-button>div {
  position: static;
  margin-top: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 0.1rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  transition: all 0.3s;
}

.s1 .jdt .swiper-button-prev {
  background-image: url(../images/jdt-prev.png);
}

.s1 .jdt .swiper-button-prev:hover {
  background-image: url(../images/jdt-prevon.png);
}

.s1 .jdt .swiper-button-next {
  margin-left: 0.18rem;
  background-image: url(../images/jdt-next.png);
}

.s1 .jdt .swiper-button-next:hover {
  background-image: url(../images/jdt-nexton.png);
} */

.s1-b {
  margin-top: 0.5rem;
}

.s1-b ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.s1-b ul li {
  width: 48%;
}

.s1-b ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s1-b ul li a .date {
  text-align: center;
  color: #04468a;
  margin-right: 0.5rem;
  position: relative;
}

.s1-b ul li a .date::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.24rem;
  height: 0.46rem;
  border-left: 1px solid #8a8fa3;
  opacity: 0.2;
}

.s1-b ul li a .date b {
  display: block;
  font-size: 0.32rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
}

.s1-b ul li a .date span {
  display: block;
  font-size: 0.14rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  margin-top: 0.05rem;
}

.s1-b ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 0.3rem;
  height: 0.6rem;
  transition: all 0.5s;
}

.s1-r {
  width: 31.875%;
}

.s1-r .s1-b {
  margin-top: 0;
  margin-bottom: 0.55rem;
  border-bottom: 1px solid rgba(138, 143, 163, 0.2);
}

.s1-r .s1-b ul li {
  width: 100%;
  margin-bottom: 0.55rem;
}

.s1-rb .tit-c h3 {
  font-size: 0.32rem;
  border-left: 0.05rem solid #ff9000;
  padding-left: 0.16rem;
}

.s1-rb .more a {
  background: none !important;
  padding-left: 0;
  line-height: 0.3rem;
}

.s1-rb ul {}

.s1-rb ul li {
  margin-top: 0.15rem;
}

.s1-rb ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s1-rb ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  transition: all 0.5s;
}

.s1-rb ul li a span {
  display: block;
  font-size: 0.14rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #04468a;
  margin-left: 0.15rem;
}

/* section2 */
.section2 {
  background: url(../images/section2-bg.jpg) no-repeat center top / 100% 85%;
  padding-top: 0.8rem;
  position: relative;
}

.s2-zs {
  display: block;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 19.89%;
  pointer-events: none;
}

.section2 .wp {
  display: flex;
  flex-wrap: wrap;

}

.section2 .title {
  width: 2.45rem;
}

.section2 .tit-c {
  display: flex;
  max-width: 0.8rem;
  background: url(../images/s2-tit1.png) no-repeat center top / 0.6rem auto;
  padding-top: 0.28rem;
}

.section2 .tit-c h3 {
  writing-mode: tb-rl;
  order: 1;
  margin-top: 0;
  margin-right: 0.08rem;
}

.section2 .tit-c p {
  writing-mode: tb-rl;
  order: 2;
}

.section2 .tit-c p::before {
  width: auto;
  height: 0.3rem;
  border-left: 1px solid #ff9000;
  margin-right: 0;
  margin-bottom: 0.05rem;
}

.section2 .more {
  position: static;
  transform: none;
  margin-top: 0.3rem;
}

.section2 .more a {
  display: inline-block;
}

.media {}

.media li {
  position: relative;
  margin-top: 0.2rem;
}

.media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .54rem;
  height: .54rem;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.5s;
}

.media li a img {
  display: block;
  max-height: .27rem;
  max-width: 0.3rem;
}

.media li a img:nth-child(2) {
  display: none;
}

.media li:hover a {
  background-color: #ff9000;
}

.media li:hover a img:nth-child(1) {
  display: none;
}

.media li:hover a img:nth-child(2) {
  display: block;
}

.media li span {
  width: 1.2rem;
  position: absolute;
  top: 50%;
  left: 0.67rem;
  background: #fff;
  transform: translateY(-50%);
  padding: 0.1rem;
  visibility: hidden;
  opacity: 0;
  z-index: 15;
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 0;
}

.media li span:before {
  content: '';
  border: .06rem solid transparent;
  border-right-color: #fff;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.media li span img {
  display: block;
  width: 100%;
}

.media li:hover span {
  opacity: 1;
  visibility: visible;
  transition: .5s;
}

.s2 {
  width: 83.75%;
  border-radius: 0.1rem;
  overflow: hidden;
}

.s2,
.s2 ul:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}

.s2 ul {
  overflow: hidden;
}

.s2 ul:first-child {
  width: 35.82%;
}

.s2 ul:nth-child(2) {
  width: 64.18%;
}

.s2 ul:nth-child(2) li {
  width: 50%;
}

.s2 ul:nth-child(2) li:first-child {
  width: 100%;
}

.s2 ul li a {
  display: block;
  position: relative;
}

.s2 ul:first-child li.box a {
  height: 2.7rem;
  background: url(../images/s2-box1.jpg) no-repeat center center / cover;
}

.s2 ul:nth-child(2) li.box a {
  height: 3.3rem;
  background: url(../images/s2-box2.jpg) no-repeat center center / cover;
}

.s2 ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  opacity: 0.7;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  pointer-events: none;
}

.s2 ul:first-child li a .pic {
  padding-top: 2.7rem;
}

.s2 ul:nth-child(2) li a .pic {
  padding-top: 3.3rem;
}

.s2 ul:nth-child(2) li:first-child a .pic {
  padding-top: 4.8rem;
}

.s2 ul li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.2rem 0.14rem;
}

.s2 ul li.box a {}

.s2 ul li.box a .tx {
  position: static;
  padding: 0;
  padding: 0.2rem 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.s2 ul li a .tx .b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s2 ul li a .tx .b .icon {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  margin-right: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2 ul li a .tx .b .icon img {
  display: block;
  max-width: 0.22rem;
  max-height: 0.2rem;
}

.s2 ul li a .tx .b h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.s2 ul li.box a .tx span {
  display: block;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
}

.s2 ul li.box a .tx h3 {
  margin-top: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
  font-size: 0.2rem;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.s2 ul li.box a .tx .b {
  margin-top: 0.5rem;
}

.s2 ul:nth-child(2) li.box a .tx .b {
  margin-top: 0.72rem;
}

.s2 ul li.box a .tx .b .date {
  font-size: 0.14rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.s2 ul li.box a .tx .b .date b {
  font-size: 0.28rem;
  margin-right: 0.04rem;
}



/* section3 */

.section3 {
  position: relative;
  padding-top: 1.35rem;
  padding-bottom: 1.12rem;
  background: url(../images/s3-zs.png) no-repeat center top / auto 100%;
}

.section3 .title {
  text-align: center;
}

.s3 {
  padding: 0 0.3rem;
  position: relative;
}

.s3 .swiper-container {
  padding: 0.55rem 0 0.8rem 0;
}

.s3 .swiper-slide .pics {
  transition: all 0.5s;
}

.s3 .swiper-slide-prev .pics {
  transform: scale(0.78);
  /* transform-origin: left; */
}

.s3 .swiper-slide-active+div+div+div+div+div .pics {
  transform: scale(0.78);
  /* transform-origin: right; */
}

.s3 .swiper-slide-active .pics,
.s3 .swiper-slide-active+div .pics,
.s3 .swiper-slide-active+div+div+div .pics,
.s3 .swiper-slide-active+div+div+div+div .pics {
  transform: scale(0.81);
}

.s3 .swiper-slide-active .pics {
  transform-origin: left;
}

.s3 .swiper-slide-active+div .pics {
  transform-origin: -2.5rem;
}

.s3 .swiper-slide-active+div+div+div .pics {
  transform-origin: 6.25rem;
}

.s3 .swiper-slide-active+div+div+div+div .pics {
  transform-origin: right;
}

.s3 .swiper-slide-active+div+div .pics {
  transform: scale(1.51);
}

.s3 .swiper-slide-active+div+div .tx {
  display: block;
  width: 145%;
  transform: translateX(-0.9rem) translateY(.75rem);
}

.s3 .swiper-slide a {
  display: block;
  position: relative;
  z-index: 1;
}

.s3 .swiper-slide a .pics {
  position: relative;
}

.s3 .swiper-slide a .pics .pic {
  padding-top: 56.25%;
  border-radius: 0.1rem;
}

.s3 .swiper-slide a .tx {
  text-align: center;
  display: none;
}

.s3 .swiper-slide a .tx h3 {
  font-size: 0.24rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: normal;
}

.pub-arrow div {
  position: absolute;
  top: auto;
  transform: none;
  margin-top: 0;
  bottom: 0;
  width: 0.34rem;
  height: 0.34rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.26rem auto;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1;
}

.pub-arrow-l {
  left: 50%;
  margin-left: -3rem;
  background-image: url(../images/s3-prev.png);
}

.pub-arrow-l:hover {
  background-image: url(../images/s3-prevon.png);
}

.pub-arrow-r {
  right: 50%;
  margin-right: -3rem;
  background-image: url(../images/s3-next.png);
}

.pub-arrow-r:hover {
  background-image: url(../images/s3-nexton.png);
}

/* section4 */
.section4 {
  padding-top: 1rem;
  background: url(../images/s4-bg.jpg) no-repeat center top;
  background-size: 100% 65%;
  position: relative;
}

.s4-zs {
  display: block;
  position: absolute;
  top: -2.2rem;
  right: 0;
  width: 23.69%;
  pointer-events: none;
}

.section4 .title {
  text-align: center;
}

.section4 .tit-c {
  background: url(../images/s2-tit1.png) no-repeat center top / 0.6rem auto;
  padding-top: 0.22rem;
}

.s4 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.s4-l {
  width: 46.875%;
}

.s4-l ul li a {
  display: block;
  position: relative;
  box-shadow: 0px 0px 0.1rem 0px rgba(4, 70, 138, 0.1);
}

.s4-l ul li a .pic {
  padding-top: 56%;
  border-radius: 0.1rem;
}

.s4-l ul li a .box .tit {
  position: absolute;
  top: 0.76rem;
  left: 0.58rem;
}

.s4-l ul li a .box .tit h3 {
  font-size: 0.32rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
}

.s4-l ul li a .box .tit p {
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.6;
  margin-top: 0.08rem;
}

.s4-l ul li a .box .tx {
  position: absolute;
  bottom: 0.82rem;
  left: 0.58rem;
}

.s4-l ul li a .box .tx p {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
  border-radius: 0.5rem;
  transition: all 0.5s;
}

.s4-r {
  width: 51.25%;
}

.s4-r a {
  display: block;
  position: relative;
  box-shadow: 0px 0px 0.1rem 0px rgba(4, 70, 138, 0.1);
}

.s4-r a .pic {
  padding-top: 142.85%;
  border-radius: 0.1rem;
}

.s4-r a .pic .a {
  opacity: 0.6;
}

.s4-r .swiper-button,
.s7 .swiper-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.25rem;
  position: relative;
  z-index: 1;
}

.s4-r .swiper-button::before,
.s7 .swiper-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin-top: 0.04rem;
  border-top: 1px solid #e6e8ea;
  z-index: -1;
  transition: all 0.5s;
}

.s4-r .swiper-button div,
.s7 .swiper-button div {
  position: static;
  transform: none;
  margin-top: 0;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background-color: #04468a;
  background-repeat: no-repeat;
  background-position: 0.2rem center;
  background-size: 0.26rem auto;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1;
}

.s4-r .swiper-button-prev,
.s7 .swiper-button-prev {
  background-image: url(../images/s3-prev-w.png);
}

.s4-r .swiper-button-prev:hover,
.s7 .swiper-button-prev:hover {
  background-color: #ff9000;
  background-position: center center;
}

.s4-r .swiper-button-next,
.s7 .swiper-button-next {
  margin-left: 0.4rem;
  background-position: -0.12rem center !important;
  background-image: url(../images/s3-next-w.png);
}

.s4-r .swiper-button-next:hover,
.s7 .swiper-button-next:hover {
  background-color: #ff9000;
  background-position: center center !important;
}

/* section5 */
.section5 {
  margin-top: 1rem;
  padding-bottom: 0.82rem;
}

.section5 .title {
  text-align: center;
}

.section5 .more {
  position: static;
  transform: none;
  text-align: center;
  margin-top: 0.2rem;
}

.section5 .more a {
  display: inline-block;
}

.section5 .tit-c,
.section8 .tit-c {
  background: url(../images/s2-tit2.png) no-repeat center top / 0.6rem auto;
  padding-top: 0.22rem;
}

.s5 {
  margin-top: -1.2rem;
}

.s5 ul li.swiper-slide-active+li,
.s5 ul li.swiper-slide-active+li+li+li {
  margin-top: 0.77rem;
}

.s5 ul li.swiper-slide-active+li+li {
  margin-top: 1.3rem;
}

.s5 ul li a {
  display: block;
}

.s5 ul li a .pic {
  padding-top: 128.2%;
  border-radius: 0.1rem;
}

.s5 ul li a .tx {}

.s5 ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  letter-spacing: 0px;
  margin-top: 0.25rem;
}

.s5 ul li a .tx p {
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.24rem;
  height: 0.72rem;
  letter-spacing: 0px;
  color: #333333;
  opacity: 0.6;
  margin-top: 0.1rem;
}

.s5 .swiper-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.45rem;
}

.s5 .swiper-pagination {
  position: static;
  flex: 1;
  min-width: 0;
  border-top: solid 1px #e6e8ea;
  margin: 0 0.78rem;
}

.s5 .swiper-pagination span {
  border-top: 3px solid #ff9000;
  margin-top: -2px;
}

.s5 .swiper-button-prev,
.s5 .swiper-button-next {
  position: static;
  transform: none;
  margin-top: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #04468a;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.12rem auto;
  border-radius: 50%;
  transition: all 0.5s;
}

.s5 .swiper-button-prev {
  background-image: url(../images/s5-prev.png);
}

.s5 .swiper-button-next {
  background-image: url(../images/s5-next.png);
}

.s5 .swiper-button-prev:hover,
.s5 .swiper-button-next:hover {
  background-color: #ff9000;
}

/* section6 */
.section6 {
  padding-top: 1.23rem;
  padding-bottom: 1.2rem;
  background: url(../images/s6-bg.jpg) no-repeat center top / 100% 55%;
}

.section6 .title {
  margin-bottom: 0.4rem;
}

.section6 .tit-k {
  text-align: center;
}

.section6 .tit-k>div {
  cursor: pointer;
  position: relative;
}

.section6 .tit-k>div+div {
  margin-left: 1rem;
}

.section6 .tit-k>div+div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.5rem;
  height: 0.34rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  z-index: -1;
}

.section6 .tit-k>div p {
  opacity: 0;
}

.section6 .tit-k>div h3,
.section6 .tit-k>div h3 b {
  font-size: 0.36rem;
  font-weight: normal;
  color: #fff;
}

.section6 .tit-k>div.on p {
  opacity: 1;
}

.section6 .tit-k>div.on h3,
.section6 .tit-k>div.on h3 b {
  font-size: 0.42rem;
  font-weight: bold;
  color: #fff;
}

.section6 .tit-k>div.on h3 b {
  color: #ff9000;
}

.section6 .more>a {
  display: none;
  color: #fff;
  background-image: url(../images/more2.png);
}

.section6 .more>a.on {
  display: block;
}

.s6 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0px 0px 0.5rem 0px rgba(4, 70, 138, 0.1);
}

.s6>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.s6>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s6 ul li a {
  display: block;
  position: relative;
}

.s6 .l {
  width: 50%;
}

.s6 .l ul li a {
  display: block;
  background-color: #fff;
  border-radius: 0.1rem 0.1rem 0 0;
}

.s6 .l ul li a .pic {
  padding-top: 56.125%;
  border-radius: 0.1rem 0 0 0;
}

.s6 .l ul li a .tx {
  padding: 0.41rem 0.45rem 0.35rem;
  background: #fff;
  border-radius: 0 0 0.1rem 0.1rem;
  box-shadow: 0px 0px 0.95rem 0px rgba(4, 70, 138, 0.1);
  transition: all 0.5s;
}

.s6 ul li a .tx h3 {
  font-size: 0.24rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  transition: all 0.5s;
}

.s6 ul li a .tx p {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.28rem;
  height: 0.56rem;
  letter-spacing: 0px;
  color: #333333;
  opacity: 0.8;
  margin-top: 0.2rem;
  transition: all 0.5s;
}

.s6 ul li a .tx .b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.3rem;
}

.s6 ul li a .tx .gd {
  width: 0.2rem;
  height: 0.06rem;
  background: url(../images/s6-gd.png) no-repeat center center / 100% auto;
  transition: all 0.5s;
}

.s6 ul li a .tx .date {
  font-size: 0.14rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 1;
  color: #04468a;
}

.s6 ul li a .tx .date b {
  font-size: 0.28rem;
  margin-right: 0.04rem;
  line-height: 1;
}

.s6 .r {
  width: 50%;
  background: #fff;
  box-shadow: 0px 0px 0.95rem 0px rgba(4, 70, 138, 0.1);
  border-radius: 0 0.1rem 0.1rem 0;
  padding: 0 0.36rem 0 0.44rem;
}

.s6 .r ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.29rem 0;
  border-top: 1px solid #f1e8e8;
}

.s6 .r ul li:first-child a {
  border-top: 0;
}

.s6 .r ul li a .pic {
  width: 2rem;
  padding-top: 1.12rem;
  margin-left: 0.65rem;
  border-radius: 0.1rem;
}

.s6 .r ul li a .tx {
  flex: 1;
  min-width: 0;
}

.s6 .r ul li a .tx h3 {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.28rem;
  height: 0.56rem;
  letter-spacing: 0px;
  margin-top: 0.1rem;
}

.s6 .r ul li a .tx .b {
  justify-content: flex-end;
  margin-top: 0.1rem;
}


/* section7 */
.section7 {
  padding-top: 0.85rem;
  background: url(../images/s7-bg.jpg) no-repeat center top / 100% 55%;
}

.section7 .title {
  margin-bottom: 0.4rem;
}

.s7 {
  position: relative;
}

.s7 ul li {
  padding-bottom: 0.1rem;
  padding-top: 0.2rem;
}

.s7 ul li a {
  display: block;
  padding-bottom: 0.03rem;
  border-radius: 0 0 0.1rem 0.1rem;
  box-shadow: 0px 0px 0.1rem 0px rgba(4, 70, 138, 0.1);
  transition: all 0.5s;
}

.s7 ul li a .pic {
  padding-top: 56%;
  border-radius: 0.1rem;
}

.s7 ul li a .tx {
  background-color: #ffffff;
  border-radius: 0 0 0.1rem 0.1rem;
  padding: 0.3rem;
}

.s7 ul li a .tx h3 {
  font-size: 0.24rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #04468a;
}

.s7 ul li a .tx p {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.28rem;
  height: 0.84rem;
  letter-spacing: 0px;
  color: #333333;
  opacity: 0.6;
  margin-top: 0.2rem;
}

.s7 ul li a .tx .gd {
  width: 0.2rem;
  height: 0.06rem;
  background: url(../images/s6-gd.png) no-repeat center center / 100% auto;
  margin-top: 0.35rem;
}

.s7 .swiper-button {
  justify-content: center;
  margin-top: 0.35rem;
}


/* section8 */
.section8 {
  padding-top: 1.36rem;
}

.section8 .title {
  text-align: center;
}

.s8 {
  overflow: hidden;
}

.s8 ul {
  display: flex;
  height: 5.2rem;
}

.s8 ul li {
  position: relative;
  width: 1.7rem;
  overflow: visible !important;
}

.s8 ul li a {
  display: block;
  height: 100%;
  position: relative;
}

.s8 ul li a .picbox {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.s8 ul li a .pic {
  padding-top: 5.2rem;
}

.s8 ul li a .pic::before {
  content: none;
}

.s8 ul li a .pic::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.s8 ul li:nth-child(odd) a .pic::after {
  background: rgba(9, 100, 192, 0.9);
}

.s8 ul li:nth-child(even) a .pic::after {
  background: rgba(38, 135, 235, 0.9);
}

.s8 ul li .tit2 {
  width: 1.7rem;
  position: relative;
  z-index: 1;
  padding: 0.8rem 0;
  height: 100%;
  display: flex;
  justify-content: center;
}

.s8 ul li .tit2>h3 {
  width: 0.3rem;
  margin-top: 0.1rem;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #FFFFFF;
  writing-mode: tb-rl;
  letter-spacing: 0.04rem;
  transition: all 0.5s;
}

.s8 ul li .tit2 .gd {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.36rem;
}

.s8 ul li .tit2 .gd img {
  display: block;
  width: 100%;
}

.s8 ul li .box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.s8 ul li.on .box {
  opacity: 1;
  visibility: visible;
}

.s8 ul li .box .k {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.3rem 1rem 0.3rem 0.3rem;
}

.s8 ul li .box .k::after {
  content: '';
  position: absolute;
  bottom: 0.4rem;
  right: 0.36rem;
  width: 0.36rem;
  height: 0.36rem;
  background: url(../images/s8-jt.png) no-repeat center center / 100% auto;
}

.s8 ul li .box .k>h3 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s8 ul li .box .k p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.28rem;
  max-height: 0.56rem;
  letter-spacing: normal;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.15rem;
}

.s8 ul li.on .tit2 {
  display: none;
}

.s8 ul li.on a .pic::after {
  top: auto;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 144, 0, 0) 0%, #ff9000 100%);
}

/* section9 */
.section9 {
  padding-top: 1.14rem;
  padding-bottom: 0.64rem;
  position: relative;
}

.s9-zs {
  display: block;
  position: absolute;
  top: 0.48rem;
  right: 0;
  width: 100%;
  pointer-events: none;
}

.section9 .title {
  text-align: center;
  margin-bottom: 0.6rem;
}

.section9 .title>p {
  text-align: center;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 0.2rem;
}

.s9 ul li a {
  display: block;
}

.s9 ul li a .icon {
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s9 ul li a .icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 2rem;
  height: 2rem;
  background: url(../images/s9-iconq.png) no-repeat center center / 100% 100%;
  z-index: -1;
  /* 将动画声明在默认状态，并让其默认处于暂停状态。我这里顺便加了 infinite 让它能无限循环旋转 */
  animation: rotate-icon 10s linear infinite forwards;
  animation-play-state: paused;
}

@keyframes rotate-icon {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.s9 ul li:hover a .icon::before {
  /* hover 时只改变播放状态为 running */
  animation-play-state: running;
}

.s9 ul li a .icon h3 {
  color: #04468a;
  display: flex;
}

.s9 ul li a .icon h3 b {
  font-size: 0.5rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
}

.s9 ul li a .icon h3 b.f52 {
  font-size: 0.52rem;
}

.s9 ul li a .icon h3 b.f58 {
  font-size: 0.58rem;
}

.s9 ul li a .icon h3 b.f46 {
  font-size: 0.46rem;
}

.s9 ul li a .icon h3 sup {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  width: 0.22rem;
}

.s9 ul li a .icon h3 sup.b3 {
  font-size: 0.3rem;
  font-weight: bold;
}

.s9 ul li a .tx {
  text-align: center;
  margin-top: 0.2rem;
}

.s9 ul li a .tx p {
  text-align: center;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 1px;
}

.s9 .swiper-pagination {
  position: static;
  height: 0.3rem;
  margin-top: 0.45rem;
}

.s9 .swiper-pagination span {
  vertical-align: middle;
  width: 0.14rem;
  height: 0.14rem;
  background-color: #cfd2d5;
  opacity: 1;
  border-radius: 50%;
  margin: 0 0.1rem;
  transition: all 0.3s;
}

.s9 .swiper-pagination span.swiper-pagination-bullet-active {
  width: 0.3rem;
  height: 0.3rem;
  background-color: #fff;
  border: 0.08rem solid #ff9000;
}

.s10 {
  margin-top: 0.78rem;
  position: relative;
  z-index: 1;
}

.s10::before {
  content: "";
  position: absolute;
  top: 0.71rem;
  left: -1.6rem;
  right: -1.6rem;
  border-top: 1px solid #cedae6;
  z-index: -1;
}

.s10 ul li a {
  display: block;
}

.s10 ul li a .icon {
  width: 1.2rem;
  height: 1.47rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.s10 ul li a .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  background: #eef7ff url(../images/s10-iconq.png) no-repeat center center / 100% 100%;
  border-radius: 50%;
  border: 0.04rem solid #eef7ff;
  z-index: -1;
  transition: all 0.5s;
}

.s10 ul li:hover a .icon::before {
  width: 0;
  height: 0;
}

.s10 ul li a .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: url(../images/s10-zs.png) no-repeat center center / 100% 100%;
  z-index: -1;
  transition: all 0.5s;
}

.s10 ul li:hover a .icon::after {
  width: 1.13rem;
  height: 1.47rem;
}

.s10 ul li a .icon img {
  display: block;
  height: 0.5rem;
}

.s10 ul li a .icon img:nth-child(2) {
  display: none;
}

.s10 ul li:hover a .icon {
  background: none;
}

.s10 ul li:hover a .icon img {
  display: none;
}

.s10 ul li:hover a .icon img:nth-child(2) {
  display: block;
}

.s10 ul li a h3 {
  text-align: center;
  margin-top: 0.15rem;
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  transition: all 0.5s;
}

.s10 ul li:hover a h3 {
  font-weight: bold;
}

/* hover效果 */
@media screen and (min-width: 1025px) {
  .s1 .jdt ul li a:hover .tx h3 {
    color: #ff9000;
  }

  .s1-b ul li:hover a h3 {
    font-weight: bold;
    color: #04468a;
  }

  .s1-rb ul li:hover a h3 {
    font-weight: bold;
  }

  .s4-l ul li:hover a .box .tx p {
    font-weight: bold;
    background: #ff9000;
    color: #fff;
    padding: 0.1rem;
  }

  .s6 .r ul li:hover a .tx h3 {
    font-weight: bold;
  }

  .s7 ul li:hover a {
    transform: translateY(-0.2rem);
  }

  .s7 ul li:hover a .tx {
    box-shadow: 0px 0.03rem 0px 0px #ff9000
  }

}


@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;
  }

  .banner .slick-dots {
    bottom: 0.2rem;
  }

  .banner .slick-dots li {
    width: 0.35rem;
    height: 0.33rem;
  }

  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c p {
    font-size: 0.15rem;
  }

  .tit-c p::before {
    width: 0.15rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
    margin-top: 0.04rem;
  }

  .tit-c::after {
    width: 0.3rem;
    height: 0.27rem;
  }

  .more a {
    font-size: 0.15rem;
    line-height: 0.31rem;
    background-size: 0.28rem auto;
    padding-left: 0.12rem;
  }

  h3.bt {
    font-size: 0.18rem !important;
    line-height: 0.3rem !important;
  }

  .section1 {
    padding: .3rem 0;
  }

  .s1-l {
    width: 100%;
  }

  .s1 .jdt ul li a .pic {
    padding-top: 56.15%;
  }

  .s1 .jdt ul li a .tx {
    padding: 0 1.3rem 0.15rem 0.15rem;
  }

  .s1 .jdt ul li a .tx p {
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }

  .s1 .jdt .swiper-pagination {
    bottom: 0.18rem;
    right: 0.1rem;
  }

  .s1-b {
    margin-top: 0;
  }

  .s1-b ul li {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s1-r .s1-b ul li {
    margin-bottom: 0;
    margin-top: 0.2rem;
  }

  .s1-b ul li a h3 {
    height: auto;
    max-height: 0.6rem;
  }

  .s1-b ul li a .date b {
    font-size: 0.26rem;
  }

  .s1-b ul li a .date span,
  .s1-rb ul li a span {
    font-size: 0.15rem;
  }

  .s1-r .s1-b {
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .s1-r {
    width: 100%;
  }

  .s1-rb .tit-c h3 {
    font-size: 0.26rem;
  }

  .section2 {
    padding-top: 0.3rem;
  }

  .section2 .title {
    width: 100%;
    text-align: center;
  }

  .section2 .tit-c {
    display: inline-block;
    max-width: inherit;
    padding-top: 0.15rem;
    background-size: 0.45rem auto;
  }

  .section2 .tit-c h3,
  .section2 .tit-c p {
    writing-mode: inherit;
  }

  .section2 .tit-c h3 {
    margin-right: 0;
    margin-top: 0.08rem;
  }

  .section2 .tit-c p::before {
    width: 0.15rem;
    border-top: 1px solid #ff9000;
    border-left: 0;
    margin-bottom: 0;
    height: auto;
    margin-right: 0.05rem;
  }

  .media {
    margin-top: 0.2rem;
    display: flex;
    justify-content: center;
  }

  .media li {
    margin-top: 0;
  }

  .media li+li {
    margin-left: 0.2rem;
  }

  .media li span {
    top: 120%;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    width: 1rem;
  }

  .media li span:before {
    bottom: 100%;
    left: 50%;
    top: auto;
    right: auto;
    transform: translateX(-50%) translateY(0);
    border-right-color: transparent;
    border-bottom-color: #fff;
  }

  .section2 .more {
    position: absolute;
    top: 0.4rem;
    transform: translateY(-50%);
    margin-top: 0;
  }

  .s2 {
    width: 100%;
  }

  .s2 ul {
    width: 100% !important;
  }

  .s2 ul:first-child li a .pic {
    padding-top: 56.25%;
  }

  .s2 ul:nth-child(2) li:first-child a .pic {
    padding-top: 55.81%;
  }

  .s2 ul:nth-child(2) li a .pic {
    padding-top: 76.74%;
  }

  .s2 ul:nth-child(2) li {
    width: 100% !important;
  }

  .s2 ul li a .tx {
    padding: 0 0.15rem 0.15rem;
  }

  .s2 ul li a .tx .b .icon {
    margin-right: 0.2rem;
  }

  .s2 ul:first-child li.box a,
  .s2 ul:nth-child(2) li.box a {
    height: auto;
  }

  .s2 ul li.box a .tx {
    padding: 0.3rem 0.15rem;
  }

  .s2 ul li.box a .tx span {
    font-size: 0.16rem;
  }

  .s2 ul li.box a .tx h3 {
    height: auto;
    max-height: 0.6rem;
    margin-top: 0.15rem;
  }

  .s2 ul li.box a .tx .b,
  .s2 ul:nth-child(2) li.box a .tx .b {
    margin-top: 0.2rem;
  }

  .s2 ul li.box a .tx .b .date b {
    font-size: 0.26rem;
  }

  .section3 {
    padding: 0.3rem 0;
  }

  .s3 {
    padding: 0 0.1rem;
  }

  .s3 .swiper-container {
    padding: 0;
  }

  .s3 .swiper-slide .pics {
    transform: none !important;
    transform-origin: center !important;
  }

  .s3 .swiper-slide a .tx {
    width: 100% !important;
    transform: none !important;
    display: block !important;
    margin-top: 0.2rem;
  }

  .s3 .swiper-slide a .tx h3 {
    font-size: 0.18rem;
  }

  .pub-arrow {
    display: none;
  }

  .section4 {
    padding-top: 0.3rem;
  }

  .section4 .tit-c,
  .section5 .tit-c,
  .section8 .tit-c {
    padding-top: 0.15rem;
    background-size: 0.45rem auto;
  }

  .s4-l {
    width: 100%;
  }

  .s4-r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s4-l ul li a .box .tit {
    top: 0.3rem;
    left: 0.2rem;
  }

  .s4-l ul li a .box .tit h3 {
    font-size: 0.22rem;
  }

  .s4-l ul li a .box .tit p {
    font-size: 0.15rem;
  }

  .s4-l ul li a .box .tx {
    bottom: 0.4rem;
    left: 0.2rem;
  }

  .section5 {
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .s5 {
    margin-top: 0;
  }

  .s5 ul li.swiper-slide {
    margin-top: 0 !important;
  }

  .s5 ul li a .tx h3 {
    margin-top: 0.2rem;
  }

  .s5 .swiper-button {
    margin-top: 0.2rem;
  }

  .s5 .swiper-button-prev,
  .s5 .swiper-button-next {
    width: 0.35rem;
    height: 0.35rem;
    background-size: 0.08rem auto;
  }

  .s5 .swiper-pagination {
    margin: 0 0.2rem;
  }

  .section6 {
    padding: 0.3rem 0;
  }

  .s6 .l {
    width: 100%;
  }

  .s6 .r {
    width: 100%;
    padding: 0 0.15rem;
    margin-top: 0.15rem;
  }

  .section6 .tit-k>div h3,
  .section6 .tit-k>div h3 b {
    font-size: 0.2rem;
  }

  .section6 .tit-k>div.on h3,
  .section6 .tit-k>div.on h3 b {
    font-size: 0.26rem;
  }

  .section6 .tit-k>div+div {
    margin-left: 0.4rem;
  }

  .section6 .tit-k>div+div::before {
    left: -0.2rem;
    height: 0.24rem;
  }

  .section6 .title {
    margin-bottom: 0.2rem;
  }

  .s6 .l ul li a .tx {
    padding: 0.15rem;
  }

  .s6 ul li a .tx p {
    font-size: 0.16rem;
    height: auto;
    max-height: 0.56rem;
    margin-top: 0.1rem;
  }

  .s6 ul li a .tx .b {
    margin-top: 0.15rem;
  }

  .s6 ul li a .tx .date b {
    font-size: 0.26rem;
  }

  .s6 .r ul li a {
    padding: 0.2rem 0;
  }

  .s6 .r ul li a .pic {
    margin-left: 0.2rem;
  }

  .section7 {
    padding-top: 0.3rem;
  }

  .section7 .title {
    margin-bottom: 0.2rem;
  }

  .s7 ul li {
    padding: 0;
  }

  .s7 ul li a .tx {
    padding: 0.15rem;
  }

  .s7 ul li a .tx p {
    font-size: 0.16rem;
    line-height: 0.26rem;
    height: 0.78rem;
    margin-top: 0.1rem;
  }

  .s7 ul li a .tx .gd {
    margin-top: 0.2rem;
  }

  .s7 .swiper-button {
    margin-top: 0.2rem;
  }

  .section8 {
    padding-top: 0.3rem;
  }

  .s8 ul li {
    width: 16.66%;
  }

  .s8 ul li .tit2 {
    width: 100%;
    padding: 0.4rem 0;
  }

  .s8 ul li .tit2>h3 {
    font-size: 0.18rem;
    letter-spacing: 0.02rem;
  }

  .s8 ul li .box {
    display: none;
  }

  .section9 {
    padding: 0.3rem 0;
  }

  .section9 .title>p {
    font-size: 0.16rem;
  }

  .s9 ul li a .tx p {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }

  .s9 ul li a .icon h3 b {
    font-size: 0.26rem !important;
  }

  .s9 ul li a .icon h3 sup {
    font-size: 0.15rem !important;
  }

  .s9 ul li a .icon {
    width: 1.35rem;
    height: 1.35rem;
  }

  .s9 ul li a .icon::before {
    width: 1.3rem;
    height: 1.3rem;
  }

  .s9 ul li a .tx {
    margin-top: 0.1rem;
  }

  .s9 .swiper-pagination {
    height: 0.2rem;
    margin-top: 0.2rem;
  }

  .s9 .swiper-pagination span {
    width: 0.1rem;
    height: 0.1rem;
  }

  .s9 .swiper-pagination span.swiper-pagination-bullet-active {
    width: 0.16rem;
    height: 0.16rem;
    border-width: 0.04rem;
  }

  .s10 {
    margin-top: 0.3rem;
  }

  .s10::before {
    top: 0.4rem;
    left: -0.1rem;
    right: -0.1rem;
  }

  .s10 ul li a .icon {
    width: 0.8rem;
    height: 0.8rem;
  }

  .s10 ul li a .icon::before {
    width: 100%;
    height: 100%;
  }

  .s10 ul li a .icon img {
    height: 0.3rem;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {
  .media li a {
    width: .4rem;
    height: .4rem;
  }

  .media li a img {
    max-height: .22rem;
    max-width: 0.24rem;
  }

  .section6 .tit-k {
    display: flex;
    justify-content: center;
  }

  .section6 .tit-k>div+div::before {
    left: 0;
  }

  .section6 .tit-k>div {
    width: 33.33%;
  }

  .section6 .tit-k>div+div {
    margin-left: 0;
  }

  .section6 .more {
    position: static;
    transform: none;
    margin-top: 0.2rem;
    text-align: center;
  }

  .section6 .more a.on {
    display: inline-block;
  }

  .section6 .tit-k>div p {
    font-size: 0.12rem;
  }

  .s6 .r ul li a .pic {
    width: 1.8rem;
    height: 1rem;
  }

  .s8 ul {
    height: 4rem;
  }

  .s8 ul li .tit2 {
    padding: 0.4rem 0;
  }

  .s8 ul li .tit2 .gd {
    bottom: 0.1rem;
  }
}


@media screen and (max-width: 374px) {}