@charset "UTF-8";

body {
  overflow-x: hidden;
}

/* .loding {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999999;
} */

/*banner*/

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: 100vh;
}

.banner .slick-slide a .pic {
  padding-top: 0;
  height: 100%;
}

.banner .slick-slide a .pic::before {
  content: none;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner::after {
  /* content: ''; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.88rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::before {
  /* content: ""; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  z-index: 1;
}

.banner .slick-list::after {
  /* content: ""; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 14%;
  background: linear-gradient(360deg, rgba(0, 35, 79, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.banner .pic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 17.29%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 95%);
  z-index: 1;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-slide .a {
  top: 0;
  left: 0;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale .a {
  transform: scale(1);
}

.banner .slick-dots {
  bottom: 0.39rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.11rem;
  padding: 0;
  width: 0.2rem;
  height: 0.18rem;
  background: url(../images/ban-dot.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/ban-dot2.png) no-repeat center;
  background-size: 100% 100%;
}

.banner .slick-dots li button {
  display: none;
}

/* .banner .slick-prev,
.banner .slick-next {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.16rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.4rem;
  
}

.banner .slick-next {
  right: 0.4rem;
  
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
} */

/*首页样式*/

.title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 0.4rem;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  width: 2.4rem;
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  position: relative;
}

.tit-c p {
  font-family: sys-medium;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.24rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #0081E4;
  opacity: 0.2;
  margin-top: 0.1rem;
}

.tit-c h3::before {
  content: '';
  position: absolute;
  top: -0.02rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.4rem;
  height: 0.53rem;
  background: url(../images/tit.png) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.2rem;
  line-height: 0.3rem;
  background: url(../images/more.png) no-repeat left center;
  background-size: 0.23rem auto;
  padding-left: 0.33rem;
  color: #0081E4;
  transition: all 0.5s;
}

.more a:hover {
  font-weight: bold;
}

/*主体*/

/* section1 */
.s12-bg {
  background: url(../images/s12-bg.png) no-repeat center top;
  background-size: 100% auto;
}

.section1 {
  padding: 0.85rem 0 0 0;
  overflow: hidden;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.jdt {
  width: 58%;
  box-shadow: 0.11rem 0.04rem 0.19rem 0px #CED7E6;
}

.jdt a {
  display: block;
  position: relative;
}

.jdt a .pic {
  /* padding-top: 64.36%; */
  padding-top: 5.6rem;
}

.jdt a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 37%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 95%);
}

.jdt a .tx {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 0.3rem 0.2rem 0.3rem;
  z-index: 1;
}

.jdt a h3 {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #FFFFFF;
  transition: all 0.5s;
}

.jdt a p {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.24rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  text-transform: uppercase;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-top: 0.1rem;
}

.jdt .swiper-pagination {
  top: 0;
  left: -0.6rem;
}

.jdt .swiper-pagination span {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  font-family: KaiseiHarunoUmi-Regular;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #9E9E9E;
  background: none;
  margin: 0.15rem 0 !important;
  opacity: 1;
  transition: all 0.5s;
}

.jdt .swiper-pagination span::after {
  content: '';
  display: block;
  width: 0;
  border-top: 1px solid #0081E4;
  margin-left: 0.08rem;
  transition: all 0.5s;
}

.jdt .swiper-pagination span.swiper-pagination-bullet-active {
  color: #0081E4;
}

.jdt .swiper-pagination span.swiper-pagination-bullet-active::after {
  width: 0.24rem;
}

.s1-r {
  width: 42%;
  background: rgba(255, 255, 255, 0.7);
  padding-left: 0.4rem;
}

.s1-r ul {}

.s1-r ul li {
  padding: 0 0.37rem 0 0.2rem;
  position: relative;
  z-index: 1;
}

.s1-r ul li::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  background: #0081E4;
  z-index: -1;
  transition: all 0.5s;
}

.s1-r ul li a {
  display: flex;
  align-items: center;
  padding: 0.24rem 0;
  border-top: 1px dashed #D4D4D4;
  transition: all 0.5s;
}

.s1-r ul li:first-child a {
  border-top: 0;
}

.s1-r ul li a .date {
  text-align: center;
  color: #0081E4;
  margin-right: 0.4rem;
  font-family: KaiseiHarunoUmi-Regular;
  position: relative;
  z-index: 1;
}

.s1-r ul li a .date::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.2rem;
  border-left: 1px dashed #E8E8E8;
  height: 0.64rem;
  z-index: -1;
}

.s1-r ul li a .date b {
  display: block;
  font-size: 0.32rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  color: #0081E4;
  letter-spacing: 0px;
}

.s1-r ul li a .date span {
  display: block;
  font-size: 0.18rem;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 0.06rem;
}

.s1-r ul li a .tx {
  flex: 1;
  min-width: 0;
}

.s1-r ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.32rem;
  letter-spacing: 0.04em;
  transition: all 0.5s;
}

.s1-r ul li a p {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.24rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #666666;
  margin-top: 0.06rem;
}

/* section2 */
.section2 {
  padding-top: 0.8rem;
}

.s2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s2 .title {
  text-align: left;
}

.s2-l {
  width: 31.33%;
}

.s2-l ul {
  background: url(../images/s2-lbg.png) no-repeat center center;
  background-size: 100% 100%;
  box-shadow: 0.04rem 0.04rem 0.12rem 0px rgba(0, 0, 0, 0.1);
  padding: 0.22rem 0.3rem;
}

.s2-l ul li a {
  display: block;
  padding: 0.21rem 0;
  border-top: 1px solid #D8D8D8;
  position: relative;
  z-index: 1;
}

.s2-l ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.3rem;
  right: -0.4rem;
  background: url(../images/s4-lbg.png) no-repeat center center;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: -1;
}

.s2-l ul li a::after {
  content: '';
  position: absolute;
  top: 100%;
  right: -40px;
  border-top: 5px solid #00589C;
  border-left: 5px solid #00589C;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: -1;
}

.s2-l ul li:first-child a {
  border-top: 0;
}

.s2-l ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.28rem;
  letter-spacing: normal;
}

.s2-l ul li a p {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.24rem;
  height: 0.48rem;
  letter-spacing: 0.08em;
  color: #666666;
  margin-top: 0.1rem;
}

.s2-m {
  width: 37.33%;
}

.s2-m ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #D8D8D8;
  padding: 0.24rem 0;
}

.s2-m ul li:first-child a {
  padding-top: 0;
}

.s2-m ul li a .pic {
  width: 2.2rem;
  height: 1.46rem;
  padding-top: 0;
  margin-right: 0.2rem;
}

.s2-m ul li a .tx {
  flex: 1;
  min-width: 0;
}

.s2-m ul li a .tx span {
  display: block;
  font-family: KaiseiHarunoUmi-Regular;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #A5A5A5;
  transition: all 0.5s;
}

.s2-m ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  margin-top: 0.16rem;
  transition: all 0.5s;
}

.s2-r {
  width: 26.66%;
}

.s2-r ul li a {
  display: block;
  border-bottom: 1px solid #D8D8D8;
  padding: 0.215rem 0;
  position: relative;
}

.s2-r ul li a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  border-top: 1px solid #0081E4;
  transition: all 0.5s;
}

.s2-r ul li:first-child a {
  border-top: 1px solid #D8D8D8;
}

.s2-r ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  transition: all 0.5s;
}

.s2-r ul li a span {
  display: block;
  font-family: KaiseiHarunoUmi-Regular;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #A5A5A5;
  margin-top: 0.06rem;
  transition: all 0.5s;
}

/* section3 */
.s34-bg {
  background: url(../images/s34-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

.section3 {
  padding-top: 0.8rem;
}

.s3 {
  position: relative;
  z-index: 1;
}

.s3 .swiper-slide {
  width: 5.8rem;
  transition: all 0.5s;
}

.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: 63.79%;
}

.s3 .swiper-slide a .tx {
  padding-top: 0.3rem;
}

.s3 .swiper-slide a .tx h3 {
  font-size: 0.3rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: normal;
}

.s3 .swiper-slide.swiper-slide-active a .tx h3 {
  text-align: center;
}

.pub-arrow div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  border: 1px solid #0081E4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.11rem auto;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1;
}

.pub-arrow-l {
  left: -0.31rem;
  background-image: url(../images/s3-prev.png);
}

.pub-arrow-l:hover {
  background-image: url(../images/s3-prevon.png);
}

.pub-arrow-r {
  right: -0.31rem;
  background-image: url(../images/s3-next.png);
}

.pub-arrow-r:hover {
  background-image: url(../images/s3-nexton.png);
}

.pub-arrow div:hover {
  background-color: #0081E4;
}

/* section4 */
.section4 {
  padding-top: 1.2rem;
  padding-bottom: 0.78rem;
}

.s4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s4 .title {
  text-align: left;
}

.s4-l {
  width: 34%;
}

.s4-l ul {
  background: #FFFFFF;
  box-shadow: 0.04rem 0.04rem 0.12rem 0px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #0081E4;
  padding: 0.08rem 0 0.05rem 0;
}

.s4-l ul li {
  position: relative;
  z-index: 1;
}

.s4-l ul li a {
  display: flex;
  align-items: center;
  margin: 0 0.35rem;
  padding: 0.22rem 0;
  border-top: 1px dashed #D8D8D8;
}

.s4-l ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #0081E4;
  border-radius: 0.2rem 0 0.2rem 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.5s;
}

.s4-l ul li:first-child a {
  border-top: 0;
}

.s4-l ul li a .date {
  font-family: KaiseiHarunoUmi-Regular;
  margin-right: 0.16rem;
}

.s4-l ul li a .date b {
  display: block;
  font-size: 0.26rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #0081E4;
  transition: all 0.5s;
}

.s4-l ul li a .date span {
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #A5A5A5;
  margin-top: 0.04rem;
}

.s4-l ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  max-height: 0.6rem;
  letter-spacing: normal;
  transition: all 0.5s;
}

.s4-m {
  width: 34%;
}

.s4-m ul li a {
  display: flex;
  align-items: center;
  padding: 0.18rem 0.26rem 0.18rem 0.35rem;
  border-top: 1px dashed #D8D8D8;
  transition: all 0.5s;
}

.s4-m ul li:first-child a {
  border-top: 0;
}

.s4-m ul li a .date {
  width: 0.78rem;
  height: 0.78rem;
  text-align: center;
  font-family: KaiseiHarunoUmi-Regular;
  margin-right: 0.2rem;
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(190, 216, 255, 0.302);
}

.s4-m ul li a .date b {
  display: block;
  font-size: 0.25rem;
  font-weight: normal;
  line-height: 0.44rem;
  letter-spacing: normal;
  color: #fff;
  background: #0081E4;
}

.s4-m ul li a .date span {
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.34rem;
  letter-spacing: normal;
  color: #A5A5A5;
}

.s4-m ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  max-height: 0.64rem;
  letter-spacing: normal;
}

.s4-r {
  width: 24%;
}

.s4-rb a {
  display: block;
}

.s4-rb a img {
  display: block;
  width: 100%;
  border-radius: 0.12rem;
  transition: all 0.5s;
}

@media screen and (min-width: 1025px) {
  .s1-r ul li:hover::before {
    width: 100%;
    left: 0;
  }

  .s1-r ul li:hover a {
    padding-left: 0.1rem;
  }

  .s1-r ul li:hover h3,
  .s1-r ul li:hover p,
  .s1-r ul li:hover .date b,
  .s1-r ul li:hover .date span {
    color: #fff;
  }

  .s2-l ul li:hover a::before,
  .s2-l ul li:hover a::after {
    opacity: 1;
    visibility: visible;
  }

  .s2-l ul li:hover a h3,
  .s2-l ul li:hover a p {
    color: #fff;
  }

  .s2-l ul li:hover a p {
    opacity: 0.5;
  }

  .s2-m ul li:hover a .tx span {
    color: #0081E4;
  }

  .s2-m ul li:hover a .tx h3 {
    font-weight: bold;
  }

  .s2-r ul li:hover a h3 {
    color: #0081E4;
  }

  .s2-r ul li:hover a span {
    color: #0081E4;
  }

  .s2-r ul li:hover a::after {
    left: 0;
    width: 100%;
  }

  .s4-l ul li:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .s4-l ul li:hover .date b,
  .s4-l ul li:hover h3 {
    color: #fff;
  }

  .s4-m ul li:hover a {
    background: #FFFFFF;
    box-shadow: 0.04rem 0.04rem 0.12rem 0px rgba(0, 0, 0, 0.1);
  }

  .s4-rb a:hover img {
    box-shadow: 0.04rem 0.04rem 0.12rem 0px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner .slick-slide a .pic {
    padding-top: 50%;
    height: auto;
  }

  .banner .slick-dots {
    bottom: 0.2rem;
  }

  .banner .slick-dots li {
    margin: 0 0.1rem;
    width: 0.1rem;
    height: 0.09rem;
  }

  .banner .slick-dots li.slick-active {
    width: 0.2rem;
    height: 0.2rem;
  }

  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
    width: auto;
  }

  .tit-c p {
    font-size: 0.15rem;
    line-height: 0.15rem;
    margin-top: 0.05rem;
  }

  .tit-c h3::before {
    width: 1.6rem;
    height: 0.35rem;
  }

  .more a {
    font-size: 0.15rem;
    background-size: 0.2rem auto;
    padding-left: 0.24rem;
  }

  .section1 {
    padding: 0.3rem 0 0 0;
  }

  .jdt {
    width: 100%;
  }

  .jdt a .pic {
    padding-top: 64.36%;
  }

  .jdt a .tx {
    padding: 0 0.15rem 0.1rem 0.15rem;
  }

  .jdt a h3 {
    font-size: 0.18rem;
    line-height: 1;
  }

  .s1-r {
    width: 100%;
    padding-left: 0;
  }

  .s1-r ul li {
    padding: 0;
  }

  .s1-r ul li a {
    padding: 0.2rem 0;
  }

  .s1-r ul li a h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .s1-r ul li a .date b {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .s1-r ul li a .date span {
    font-size: 0.16rem;
  }

  .section2 {
    padding-top: 0.3rem;
    overflow: hidden;
  }

  .s2>div {
    width: 100%;
  }

  .s2>div+div {
    margin-top: 0.3rem;
  }

  .s2-l ul {
    padding: 0 0.2rem;
  }

  .s2-l ul li a {
    padding: 0.2rem 0;
  }

  .s2-l ul li a h3,
  .s2-m ul li a .tx h3,
  .s2-r ul li a h3 {
    font-size: 0.18rem;
  }

  .s2-m ul li a .tx span,
  .s2-r ul li a span {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }

  .s2-m ul li a {
    padding: 0.2rem 0;
  }

  .section3 {
    padding-top: 0.3rem;
  }

  .s2-r ul li a {
    padding: 0.2rem 0;
  }

  .pub-arrow-l {
    left: 0;
  }

  .pub-arrow-r {
    right: 0;
  }

  .s3 .swiper-slide a .tx {
    padding-top: 0.1rem;
  }

  .s3 .swiper-slide a .tx h3 {
    text-align: center;
    font-size: 0.18rem;
  }

  .section4 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .s4>div {
    width: 100%;
  }

  .s4>div+div {
    margin-top: 0.3rem;
  }

  .s4-l ul li a {
    margin: 0 0.2rem;
    padding: 0.2rem 0;
  }

  .s4-l ul li a h3,
  .s4-m ul li a h3 {
    font-size: 0.18rem;
  }

  .s4-l ul li a .date span {
    font-size: 0.16rem;
    line-height: 0.2rem;
  }

  .s4-l ul li a .date b {
    font-size: 0.22rem;
  }

  .s4-m ul li a {
    padding: 0.1rem;
  }

  .s4-m ul li a .date {
    width: 0.7rem;
    height: 0.7rem;
  }

  .s4-m ul li a .date b {
    font-size: 0.22rem;
    line-height: 0.4rem;
  }

  .s4-m ul li a .date span {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
}

@media screen and (max-width: 920px) {

  .section1 .title,
  .section2 .title,
  .section3 .title {
    text-align: left;
  }

}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {
  .jdt a .pic::after {
    height: 80%;
  }

  .s2-m ul li a .pic {
    width: 1.8rem;
    height: 1.2rem;
  }
}

@media screen and (max-width: 320px) {}