@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: 100vh;
}

.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: 2.05rem;
  background: linear-gradient(180deg, #0388D2 4%, rgba(131, 186, 223, 0) 107%);
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
  height: 33.125%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  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: 18.75%;
  opacity: 0.9;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  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-slide a .tx {
  position: absolute;
  z-index: 1;
  left: 0.8rem;
  right: 3rem;
  bottom: 0.52rem;
}

.banner .slick-slide a .tx h3 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #FFFFFF;
  opacity: 0.6;
}

.banner .slick-dots {
  width: auto;
  left: auto;
  right: 0.8rem;
  bottom: 0.52rem;
  font-size: 0;
  z-index: 9;
  text-align: right;
}

.banner .slick-dots li {
  width: auto;
  height: auto;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.2rem;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
  opacity: 0.6;
  transition: all 0.5s;
}

.banner .slick-dots li+li {
  margin-left: 0.25rem;
}

.banner .slick-dots li.slick-active {
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.26rem;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  opacity: 0.8;
}

/* .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.5rem;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  font-family: sys;
  font-size: 0.4rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.tit-c h3::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.24rem;
  width: 0.55rem;
  height: 0.59rem;
  background: url(../images/tit1.png) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}

.tit-c h3::after {
  content: '';
  position: absolute;
  bottom: -0.22rem;
  left: 0.06rem;
  width: 1.71rem;
  height: 0.37rem;
  background: url(../images/tit2.png) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}

.tit-c h3 b {
  font-size: 0.4rem;
  font-weight: bold;
  color: #0388D2;
}

.tit-c h3 a {
  font-size: 0.2rem;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.26rem;
  background: url(../images/more1.png) no-repeat left center;
  background-size: 0.11rem auto;
  padding-left: 0.17rem;
  color: #666666;
  transition: all 0.5s;
}

.more a:hover {
  font-weight: bold;
  color: #0388D2;
}

/*主体*/

/* section1 */
.index {
  background: url(../images/index-bg.png) no-repeat center top;
  background-size: cover;
}

.section1 {
  padding: 0.52rem 0 0 0;
  overflow: hidden;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.jdt {
  width: 50%;
}

.jdt a {
  display: block;
}

.jdt a .pic {
  /* padding-top: 68.02%; */
  padding-top: 5.17rem;
  border-radius: 0.05rem;
}

.jdt a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25.14%;
  opacity: 0.1;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.jdt .swiper-pagination {
  width: auto;
  right: 0.28rem;
  bottom: 0.22rem;
  font-size: 0;
  text-align: right;
}

.jdt .swiper-pagination span {
  width: 0.1rem;
  height: 0.1rem;
  font-size: 0;
  background: #fff;
  opacity: 0.5;
  margin-left: 0.1rem;
  transition: all 0.5s;
}

.jdt .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

.s1-r {
  width: 47.5%;
}

.s1-r ul li a {
  display: flex;
  align-items: center;
  padding: 0.14rem 0;
  border-bottom: 1px solid #D8E1E5;
  transition: all 0.5s;
}

.s1-r ul li:first-child a {
  padding-top: 0;
}

.s1-r ul li a .date {
  width: 0.77rem;
  height: 0.77rem;
  background: #D5EAF6;
  text-align: center;
  margin-right: 0.33rem;
  font-family: Arial;
  padding-top: 0.08rem;
}

.s1-r ul li a .date b {
  display: block;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #0388D2;
  transition: all 0.5s;
}

.s1-r ul li a .date span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.16rem;
  letter-spacing: normal;
  color: #999999;
  margin-top: 0.04rem;
  transition: all 0.5s;
}

.s1-r ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  /*max-height: 0.6rem;*/
  transition: all 0.5s;
}

/* section2 */
.section2 {
  overflow: hidden;
  margin-top: 0.57rem;
}

.s2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s2 .title {
  text-align: left;
}

.s2-l {
  width: 47.5%;
}

.s2-l ul li+li {
  margin-top: 0.2rem;
}

.s2-l ul li a {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 0.75rem;
  padding: 0 0.15rem;
}

.s2-l ul li a span {
  display: block;
  margin-right: 0.28rem;
  font-family: Arial;
  font-size: 0.18rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #0388D2;
  background: url(../images/s2-lzs.png) no-repeat left center;
  background-size: 0.16rem auto;
  padding-left: 0.26rem;
}

.s2-l ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.22rem;
  transition: all 0.5s;
}

.s2-r {
  width: 47.5%;
}

.s2-r .c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s2-r .c>div {
  width: 47.92%;
}

.s2-r .l .pic {
  /* padding-top: 162.13%; */
  padding-top: 5.61rem;
  border-radius: 0.05rem;
}

.s2-r .r ul li+li {
  margin-top: 0.13rem;
}

.s2-r .r ul li a {
  display: block;
  border: 1px solid #D8E1E5;
  padding: 0.15rem 0.2rem;
}

.s2-r .r ul li a span {
  display: block;
  font-family: Arial;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #0388D2;
}

.s2-r .r ul li a hr {
  margin-top: 0.08rem;
  width: 0.32rem;
  height: 0.04rem;
  background: linear-gradient(90deg, #0388D2 0%, #4FC4F7 100%);
  border: 0;
}

.s2-r .r ul li a h3 {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  letter-spacing: normal;
  color: #383838;
  margin-top: 0.14rem;
  transition: all 0.5s;
}

.s2-r .r ul li a .gd {
  text-align: right;
  margin-top: 0.09rem;
}

.s2-r .r ul li a .gd img {
  display: inline-block;
  width: 0.31rem;
}

/* section3 */
.section3 {
  overflow: hidden;
  margin-top: 0.65rem;
  padding-bottom: 0.5rem;
}

.section3 .title {
  text-align: left;
}

.s3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s3>div {
  width: 47.5%;
}

.s3-l ul li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D8E1E5;
  padding: 0.11rem 0;
}

.s3-l ul li a .date {
  text-align: center;
  font-family: Arial;
  margin-right: 0.3rem;
  position: relative;
  z-index: 1;
}

.s3-l ul li a .date::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.14rem;
  height: 0.33rem;
  border-left: 1px solid #D8D8D8;
  z-index: -1;
}

.s3-l ul li a .date b {
  display: block;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #0388D2;
}

.s3-l ul li a .date span {
  display: block;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.14rem;
  color: rgba(102, 102, 102, 0.6);
  margin-top: 0.04rem;
  position: relative;
  z-index: 1;
}

.s3-l ul li a .date span::before {
  content: '';
  position: absolute;
  top: -0.05rem;
  left: 0;
  width: 0.17rem;
  height: 1px;
  background: linear-gradient(90deg, #0388D2 0%, #45C0BF 100%);
  z-index: -1;
}

.s3-l ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #373737;
  transition: all 0.5s;
}

.s3-r ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3-r ul li {
  width: 47.92%;
}

.s3-r ul li a {
  display: block;
  position: relative;
  z-index: 1;
}

.s3-r ul li a .pic {
  /* padding-top: 63.87%; */
  padding-top: 2.21rem;
  border-radius: 0.05rem;
}

.s3-r ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 31.67%;
  opacity: 0.5;
  background: linear-gradient(0deg, #141414 0%, rgba(20, 20, 20, 0) 100%);
}

.s3-r ul li h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.05rem 0.2rem;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #FFFFFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s3-r ul li:nth-child(2)~li {
  margin-top: 0.2rem;
}

@media screen and (min-width: 1025px) {
  .s1-r ul li:hover a h3 {
    font-weight: bold;
    color: #0388D2;
  }

  .s2-l ul li:hover a h3 {
    font-weight: bold;
    color: #0388D2;
  }

  .s2-r .r ul li:hover a h3 {
    font-weight: bold;
    color: #0388D2;
  }

  .s3-l ul li:hover a h3 {
    font-weight: bold;
    color: #0388D2;
  }
}

@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%;
  }

  .banner::after {
    content: none;
  }

  .banner .slick-dots {
    bottom: 0.2rem;
    right: 0.2rem;
  }

  .banner .slick-dots li+li {
    margin-left: 0.15rem;
  }

  .banner .slick-dots li {
    font-size: 0.18rem;
  }

  .banner .slick-dots li.slick-active {
    font-size: 0.22rem;
  }

  .banner .slick-slide a .tx {
    left: 0.2rem;
    right: 2rem;
    bottom: 0.2rem;
  }

  .banner .slick-slide a .tx h3 {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }

  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
  }

  .tit-c h3 b {
    font-size: 0.26rem;
  }

  .tit-c h3::after {
    width: 1.2rem;
    height: 0.26rem;
  }

  .tit-c h3::before {
    left: -0.12rem;
    width: 0.35rem;
    height: 0.38rem;
  }

  .more a {
    font-size: 0.16rem;
  }

  .section1 {
    padding: 0.3rem 0 0 0;
  }

  .s1-r ul li a h3 {
    font-size: 0.18rem;
  }

  .s1-r ul li a .date {
    padding-top: 0.17rem;
    margin-right: 0.2rem;
  }

  .s1-r ul li a .date b {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .s2-l ul li a span,
  .s2-r .r ul li a span {
    font-size: 0.16rem;
  }

  .s2-l ul li a h3,
  .s2-r .r ul li a h3,
  .s3-l ul li a h3 {
    font-size: 0.18rem;
  }

  .s2-r .r ul li a hr {
    height: 0.03rem;
  }

  .s2-l ul li a span {
    margin-right: 0.2rem;
  }

  .s3-l ul li a .date b {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .s3-l ul li a .date span {
    margin-top: 0.14rem;
  }

  .s3-l ul li a .date span::before {
    top: -0.09rem;
  }

  .section2 {
    margin-top: 0.3rem;
  }

  .section3 {
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}

@media screen and (max-width: 920px) {
  .title {
    text-align: left;
  }

  .jdt {
    width: 100%;
  }

  .jdt a .pic {
    padding-top: 68.02%;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s2-l {
    width: 100%;
  }

  .s2-l ul li a {
    line-height: 0.65rem;
  }

  .s2-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .s2-r .c>div {
    width: 100%;
  }

  .s2-r .l .pic {
    padding-top: 162.13%;
  }

  .s2-r .r {
    margin-top: 0.2rem;
  }

  .s2-r .r ul li a h3 {
    height: auto;
    /* max-height: 0.6rem; */
  }

  .s3>div {
    width: 100%;
  }

  .s3-r {
    margin-top: 0.2rem;
  }

  .s3-r ul li a .pic {
    padding-top: 63.87%;
  }

  .s3-r ul li h3 {
    padding: 0.05rem 0.1rem;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}