@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 .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-list::before {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 26.16%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(216, 216, 216, 0) 100%);
  z-index: 1;
}

.banner .slick-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 14.58%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 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-dots {
  bottom: 0.3rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.16rem;
  padding: 0;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.banner .slick-dots li span {
  font-size: 0;
}

.banner .slick-dots li.slick-active {
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  background: transparent;
  border: 1px dashed #FFFFFF;
}

.banner .slick-dots li.slick-active span {
  font-family: Arial;
  font-size: 0.14rem;
  color: #FFFFFF;
  vertical-align: middle;
}

/* .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.38rem;
}

.tit-c {
  display: inline-block;
  position: relative;
}

.tit-box {
  display: flex;
  align-items: center;
}

.tit-box .icon {
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/tit-iconbg.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.06rem;
}

.tit-box .icon img {
  display: block;
  width: 0.26rem;
}

.tit-box .tx {}

.tit-box .tx p {
  font-family: sys-r;
  font-size: 0.14rem;
  line-height: 1;
  text-transform: uppercase;
  color: #8D99A2;
  padding-left: 0.17rem;
  position: relative;
}

.tit-box .tx p::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.13rem;
  height: 0.02rem;
  background: #FF9700;
}

.tit-box .tx h3 {
  font-family: syh-b;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: left;
}

.tit-box .tx h3 b {
  color: #1557AE;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.4rem;
  color: #1557AE;
  background: url(../images/more1.png) no-repeat right center;
  background-size: 0.41rem auto;
  padding-right: 0.27rem;
}

.more a:hover {
  font-weight: bold;
}

.title.white .tit-c h3 {
  color: #FF9933;
}

.title.white .tit-c h3 b {
  color: #fff;
}

.title.white .tit-c p {
  color: rgba(255, 255, 255, 0.6);
}

.title.white .tit-box .icon {
  background: url(../images/tit-iconbg2.png) no-repeat center;
  background-size: 100% 100%;
}

.title.white .more a {
  color: #fff;
  background-image: url(../images/more2.png);
}

/*主体*/
/* section1 */
.section1box {
  background: url(../images/s1-lbg.jpg) no-repeat left center;
  background-size: 5.48rem 100%;
  position: relative;
}

.section1box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5.48rem;
  height: 1.23rem;
  width: 0.3rem;
  background: #FF9803;
}

.section1 {
  padding: 0.7rem 0 0.33rem 0;
  background: url(../images/s1-rbg.png) no-repeat right center;
  background-size: auto 100%;
  overflow: hidden;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.jdt {
  width: 50.64%;
  position: relative;
  z-index: 1;
}

.jdt ul li a {
  display: block;
  position: relative;
}

.jdt ul li a .pic {
  padding-top: 62.02%;
  padding-top: 4.9rem;
}

.jdt ul li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 0.38rem;
}

.jdt ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.7rem;
  color: #FFFFFF;
}

.jdt ul li a .date {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  width: 0.88rem;
  height: 0.85rem;
  border-radius: 0px 0px 0.2rem 0px;
  background: rgba(255, 255, 255, 0.92);
  font-family: Arial;
  color: #0456CB;
  text-align: center;
  padding-top: 0.15rem;
}

.jdt ul li a .date b {
  display: block;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.36rem;
}

.jdt ul li a .date span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.16rem;
  margin-top: 0.03rem;
}

.jdt .slick-dots {
  position: static;
  width: 3.5rem;
  margin-top: 0.31rem;
  margin-left: 0.19rem;
  text-align: left;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.jdt .slick-dots li {
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0.04rem;
}

.jdt .slick-dots li span {
  font-family: Arial;
  font-size: 0.2rem;
  color: #FFFFFF;
  padding: 0 0.12rem;
  opacity: 0.5;
  position: relative;
}

.jdt .slick-dots li span::after {
  content: '';
  position: absolute;
  bottom: -0.16rem;
  left: 0;
  width: 100%;
  height: 0.03rem;
  background: #FF9803;
  opacity: 0;
  visibility: hidden;
}

.jdt .slick-dots li.slick-active span {
  opacity: 1;
}

.jdt .slick-dots li.slick-active span::after {
  opacity: 1;
  visibility: visible;
}

.s1-r {
  width: 47.11%;
}

.s1-r ul li a {
  display: block;
  padding: 0.23rem 0.36rem;
  transition: all 0.5s;
}

.s1-r ul li a .s1-rt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s1-r ul li a .s1-rt span {
  display: inline-block;
}

.s1-r ul li a .s1-rt span.ly {
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #FFFFFF;
  padding: 0 0.12rem;
  background: #1557AE;
}

.s1-r ul li a .s1-rt span.sj {
  font-family: Arial;
  font-size: 0.16rem;
  color: #9E9E9E;
}

.s1-r ul li a h3 {
  font-size: 0.18rem;
  margin-top: 0.2rem;
  transition: all 0.5s;
}

.s1-r ul li a p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  height: 0.48rem;
  color: #6F7172;
  margin-top: 0.1rem;
}


/* section2 */
.section2 {
  padding: 1.11rem 0;
  background: url(../images/section2-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.s2box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s2 {
  width: 48.71%;
}

.s2 .title {
  text-align: left;
}

.s2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s2 ul li {
  width: 48.15%;
}

.s2 ul li:nth-child(2)~li {
  margin-top: 0.4rem;
}

.s2 ul li a {
  display: block;
  position: relative;
  padding: 0 0.05rem 0.05rem 0;
}

.s2 ul li a::before {
  content: '';
  position: absolute;
  top: 0.05rem;
  left: 0.05rem;
  right: 0;
  bottom: 0;
  background: #CEE1F3;
  z-index: -1;
  transition: all 0.5s;
}

.s2 ul li a .k {
  background: #FFFFFF;
  border-radius: 0 0 0.3rem 0;
  padding: 0.23rem 0.26rem;
  transition: all 0.5s;
}

.s2 ul li a .date {
  font-family: Arial;
  color: rgba(0, 102, 186, 0.5);
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #DCDCDC;
  transition: all 0.5s;
}

.s2 ul li a .date b {
  font-size: 0.26rem;
  font-weight: bold;
  color: #0066BA;
  margin-right: 0.05rem;
  transition: all 0.5s;
}

.s2 ul li a h3 {
  font-size: 0.18rem;
  line-height: 0.28rem;
  height: 0.56rem;
  margin-top: 0.1rem;
  transition: all 0.5s;
}

.s2 .slick-dots {
  position: static;
  font-size: 0;
  margin-top: 0.1rem;
}

.s2 .slick-dots li {
  margin: 0 0.1rem;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 0.02rem 0.06rem 0px rgba(21, 87, 174, 0.15);
  transition: all 0.5s;
}

.s2 .slick-dots li.slick-active {
  width: 0.4rem;
  border-radius: 0.08rem;
  background: #FF9933;
}

.s2 .slick-dots li button {
  display: none;
}

/* section3 */
.section3 {
  padding: 0.67rem 0 1rem 0;
  overflow: hidden;
}

.s3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s3 .title {
  text-align: left;
}

.s3-l {
  width: 59.48%;
}

.s3-lt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3-big {
  width: 50%;
}

.s3-big ul li a {
  display: block;
}

.s3-big ul li a .pic {
  padding-top: 73.06%;
  padding-top: 3.39rem;
}

.s3-zi {
  flex: 1;
  min-width: 0;
  background: url(../images/s3-zibg.jpg) no-repeat center;
  background-size: cover;
  padding: 0.56rem 0.37rem 0.37rem 0.37rem;
}

.s3-zi ul li a {
  display: block;
}

.s3-zi ul li a span {
  display: block;
  font-family: Arial;
  font-size: 0.15rem;
  line-height: 0.15rem;
  color: #FFFFFF;
  background: url(../images/s3-sj1.png) no-repeat left center;
  background-size: 0.14rem auto;
  padding-left: 0.24rem;
}

.s3-zi ul li a h3 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.28rem;
  height: 0.56rem;
  color: #FFFFFF;
  margin-top: 0.25rem;
}

.s3-zi ul li a p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.52rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.18rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.s3-zi ul li a .gd {
  text-align: right;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0.29rem;
  padding-top: 0.37rem;
  font-size: 0;
}

.s3-zi ul li a .gd img {
  display: inline-block;
  width: 0.21rem;
}

.s3-zi .slick-dots {
  bottom: 0.03rem;
  font-size: 0;
  text-align: left;
}

.s3-zi .slick-dots li {
  width: 0.08rem;
  height: 0.08rem;
  margin: 0 0.07rem;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.s3-zi .slick-dots li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.18rem;
  height: 0.18rem;
  border: 1px dashed #FF9933;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.s3-zi .slick-dots li.slick-active {
  background: #FF9933;
}

.s3-zi .slick-dots li.slick-active::before {
  opacity: 1;
  visibility: visible;
}

.s3-zi .slick-dots li button {
  display: none;
}

.s3-b ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.52rem 0;
  background: #F2F8FE;
}

.s3-b ul li {
  width: 50%;
}

.s3-b ul li a {
  display: block;
  padding: 0 0.35rem;
  border-left: 1px solid #D8D8D8;
}

.s3-b ul li:first-child a {
  border-left: 0;
}

.s3-b ul li a span {
  display: block;
  font-family: Arial;
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #1557AE;
  background: url(../images/s3-sj2.png) no-repeat left center;
  background-size: 0.14rem auto;
  padding-left: 0.24rem;
}

.s3-b ul li a h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  margin-top: 0.19rem;
}

.s3-b ul li a p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.52rem;
  color: #6F7172;
  margin-top: 0.14rem;
}

.s3-r {
  width: 37.56%;
}

.s3-r ul {
  position: relative;
  z-index: 1;
}

.s3-r ul::before {
  content: '';
  position: absolute;
  top: 0.4rem;
  bottom: 0.4rem;
  left: 1.17rem;
  border-left: 1px solid #E5E5E5;
}

.s3-r ul li+li {
  margin-top: 0.45rem;
}

.s3-r ul li a {
  display: flex;
  align-items: center;
}

.s3-r ul li a .date {
  width: 0.86rem;
  height: 0.86rem;
  background: url(../images/s3-rbg.png) no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  font-family: Arial;
  color: #FFFFFF;
  padding-top: 0.22rem;
  transition: all 0.5s;
}

.s3-r ul li a .date b {
  display: block;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.26rem;
}

.s3-r ul li a .date span {
  display: block;
  font-size: 0.14rem;
  line-height: 0.16rem;
}

.s3-r ul li a .tx {
  flex: 1;
  min-width: 0;
  padding-left: 0.64rem;
  position: relative;
  z-index: 1;
}

.s3-r ul li a .tx::before {
  content: '';
  position: absolute;
  bottom: -0.35rem;
  left: 0.64rem;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  z-index: -1;
}

.s3-r ul li a .tx::after {
  content: '';
  position: absolute;
  bottom: -0.35rem;
  left: 0.64rem;
  width: 0;
  border-bottom: 1px solid #FF9933;
  z-index: -1;
  transition: all 0.5s;
}

.s3-r ul li a .tx .q {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.26rem;
  width: 0.11rem;
  height: 0.11rem;
}

.s3-r ul li a .tx .q::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1557AE;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.5s;
}

.s3-r ul li a .tx .q::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #FFF2D9;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.s3-r ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  max-height: 0.6rem;
}

/* section4 */
.section4 {
  padding-top: 0.73rem;
  background: url(../images/section4-bg.jpg) no-repeat center top;
  background-size: 100% 78.82%;
}

.s4 {
  position: relative;
}

.s4 ul li a {
  display: block;
}

.s4 ul li a .pic {
  padding-top: 63.18%;
}

.s4 ul li a .tx {
  padding: 0.22rem 0.28rem 0.3rem 0.28rem;
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
}

.s4 ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
}

.s4 ul li a .tx p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #969696;
  margin-top: 0.15rem;
}

.s4 ul li a .tx .date {
  margin-top: 0.3rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.s4 ul li a .tx .date::after {
  content: '';
  display: block;
  flex: 1;
  min-width: 0;
  border-top: 1px dashed #CDCDCD;
  margin-left: 0.36rem;
}

.s4 ul li a .tx .date::before {
  content: '';
  position: absolute;
  bottom: 0.06rem;
  right: 0.04rem;
  border-left: 1px dashed #CDCDCD;
  height: 0.1rem;
  transform: rotate(-45deg);
}

.s4 ul li a .tx .date span {
  font-family: Arial;
  font-size: 0.15rem;
  line-height: 0.15rem;
  color: #1557AE;
  background: url(../images/s3-sj2.png) no-repeat left center;
  background-size: 0.14rem auto;
  padding-left: 0.24rem;
}

.s4 .swiper-button-next,
.s4 .swiper-button-prev {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background-repeat: no-repeat;
  background-size: 0.1rem auto;
  background-position: center center;
  transition: all 0.5s;
}

.s4 .swiper-button-prev {
  left: -0.76rem;
  background-image: url(../images/s4-prev.png);
}

.s4 .swiper-button-next {
  right: -0.76rem;
  background-image: url(../images/s4-next.png);
}

.s4 .swiper-button-next:hover,
.s4 .swiper-button-prev:hover {
  background-color: #FFFFFF;
}

.s4 .swiper-button-prev:hover {
  background-image: url(../images/s4-prevon.png);
}

.s4 .swiper-button-next:hover {
  background-image: url(../images/s4-nexton.png);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.section5 {
  padding-top: 2rem;
  padding-bottom: 0.88rem;
  background: url(../images/section5-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  margin-top: -1.2rem;
}

.s4-b {}

.s4-b li {
  padding: 0.2rem 0;
  transition: all 0.5s;
}

.s4-b li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.52rem;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.s4-b li a::before {
  content: '';
  position: absolute;
  top: 0.11rem;
  bottom: 0.11rem;
  left: 0;
  right: 0;
  z-index: -1;
  transition: all 0.5s;
}

.s4-b .s4-b1 a::before {
  background: #2475C5;
}

.s4-b .s4-b2 a::before {
  background: #11A1E7;
}

.s4-b .s4-b3 a::before {
  background: #01B1BE;
}

.s4-b .s4-b4 a::before {
  background: #23AFDB;
}

.s4-b .s4-b5 a::before {
  background: #2E78BF;
}

.s4-b li .icon1 img {
  max-height: 0.35rem;
}

.s4-b h3 {
  font-size: 0.24rem;
  color: #FFFFFF;
  margin-left: 0.18rem;
}



@media screen and (min-width: 1025px) {
  .s1-r ul li:hover a {
    background: url(../images/s1-rlibg.jpg) no-repeat center bottom;
    background-size: cover;
  }

  .s1-r ul li:hover a .s1-rt span.ly {
    background: #FF9700;
  }

  .s1-r ul li:hover a .s1-rt span.sj {
    color: #fff;
  }

  .s1-r ul li:hover a h3 {
    color: #FFFFFF;
    font-weight: bold;
  }

  .s1-r ul li:hover a p {
    color: #FFFFFF;
  }

  .s2 ul li:hover a::before {
    background: #FF9933;
  }

  .s2 ul li:hover a .k {
    background: url(../images/s2-libg.png) no-repeat center;
    background-size: 100% 100%;
  }

  .s2 ul li:hover a .date {
    color: rgba(255, 255, 255, 0.5);
    border-bottom-color: rgba(128, 177, 218, 0.4);
  }

  .s2 ul li:hover a .date b {
    color: #fff;
  }

  .s2 ul li:hover a h3 {
    color: #fff;
  }

  .s3-b ul li:hover a h3 {
    font-weight: bold;
  }

  .s3-r ul li:hover a .tx::after {
    width: 100%;
  }

  .s3-r ul li:hover a .tx h3 {
    font-weight: bold;
  }

  .s3-r ul li:hover a .tx .q::before {
    width: 0.29rem;
    height: 0.29rem;
    opacity: 1;
    visibility: visible;
  }

  .s3-r ul li:hover a .tx .q::after {
    background: #FF9933;
  }

  .s3-r ul li:hover a .date {
    background: url(../images/s3-rbg2.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
  }

  .s4 ul li:hover a .tx {
    background-color: #FF9933;
    background-image: url(../images/s4-bg.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 100% 100%;
  }

  .s4 ul li:hover a .tx h3 {
    color: #fff;
    font-weight: bold;
  }

  .s4 ul li:hover a .tx p {
    color: #fff;
  }

  .s4 ul li:hover a .tx .date span {
    color: #fff;
    background-image: url(../images/s3-sj1.png);
  }

  .s4 ul li:hover a .tx .date::after {
    border-top-color: #fff;
  }

  .s4 ul li:hover a .tx .date::before {
    border-left-color: #fff;
  }

  .s4-b li:hover a {
    z-index: 2;
  }

  .s4-b li:hover a::before {
    top: 0;
    bottom: 0;
    left: -0.11rem;
    right: -0.11rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(5, 57, 108, 0.52);
  }
}


@media screen and (max-width: 1024px) {

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    width: 100%;
    height: auto;
  }

  .banner .slick-slide a .pic {
    padding-top: 50%;
  }

  .title {
    margin-bottom: 0.24rem;
  }

  .tit-box .tx h3 {
    font-size: 0.26rem;
  }

  .tit-box .tx p {
    font-size: 12px;
  }

  .tit-box .icon {
    width: 0.46rem;
    height: 0.46rem;
  }

  .tit-box .icon img {
    width: 0.2rem;
  }

  .more a {
    font-size: 12px;
    line-height: 0.36rem;
    background-size: 0.36rem auto;
    padding-right: 0.22rem;
  }

  .section1box {
    background-size: 28.54% 100%;
  }

  .section1box::after {
    left: 28.54%;
    width: 0.2rem;
  }

  .section1 {
    padding: 0.3rem 0;
  }

  .jdt .slick-dots {
    width: 3.3rem;
    margin-top: 0.2rem;
    margin-left: 0;
  }

  .jdt ul li a .tx {
    padding: 0 0.2rem;
  }

  .jdt ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .s1-r ul li a p,
  .s1-r ul li a .s1-rt span.ly {
    font-size: 12px;
  }

  .jdt ul li a .date {
    top: 0.1rem;
    left: 0.1rem;
    width: 0.68rem;
    height: 0.65rem;
    padding-top: 0.08rem;
  }

  .jdt ul li a .date b {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .section2 {
    padding: 0.3rem 0;
  }

  .s2 ul li a {
    display: block;
    padding: 0 0.05rem 0.05rem 0;
  }

  .s2 ul li:nth-child(2)~li {
    margin-top: 0.2rem;
  }

  .section3 {
    padding: 0.3rem 0;
  }

  .section4 {
    padding-top: 0.3rem;
  }

  .s4 .swiper-button-prev {
    left: 0;
  }

  .s4 .swiper-button-next {
    right: 0;
  }

  .section5 {
    margin-top: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .s4-b li {
    padding: 0;
  }

  .s4-b li a {
    height: 1.1rem;
  }

  .s4-b li a::before {
    top: 0;
    bottom: 0;
  }

  .s4-b h3 {
    font-size: 0.2rem;
  }

  .s4-b li .icon1 img {
    max-height: 0.3rem;
  }
}

@media screen and (max-width: 920px) {
  .title {
    text-align: left;
  }

  .section1box {
    background: none;
  }

  .jdt {
    width: 100%;
  }

  .jdt ul li a .pic {
    padding-top: 62.02%;
  }

  .section1box::after {
    content: none;
  }

  .jdt ul li a .tx {
    padding: 0 2.2rem 0 0.1rem;
  }

  .jdt .slick-dots {
    position: absolute;
    bottom: 0.25rem;
    right: 0.2rem;
    margin-top: 0;
    width: auto;
    padding-bottom: 0;
    border-bottom: none;
  }

  .jdt .slick-dots li {
    margin: 0;
  }

  .jdt .slick-dots li span {
    font-size: 0.16rem;
    padding: 0 0.1rem;
  }

  .jdt .slick-dots li span::after {
    bottom: -0.26rem;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s1-r ul li a {
    padding: 0.1rem 0;
  }

  .s1-r ul li a h3 {
    margin-top: 0.1rem;
  }

  .s2 {
    width: 100%;
  }

  .s2+.s2 {
    margin-top: 0.3rem;
  }

  .s2 ul li a .k {
    padding: 0.2rem;
  }

  .s2 .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
  }

  .s3-l {
    width: 100%;
  }

  .s3-b ul {
    padding: 0.2rem 0;
  }

  .s3-b ul li a {
    padding: 0 0.2rem;
  }

  .s3-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .s3-r ul li+li {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 640px) {
  .s2 ul li {
    width: 100%;
  }

  .s2 ul li:nth-child(1)~li {
    margin-top: 0.2rem;
  }

  .s3-big {
    width: 100%;
  }

  .s3-big ul li a .pic {
    padding-top: 73.06%;
  }

  .s3-zi {
    flex: none;
    width: 100%;
    padding: 0.2rem;
  }

  .s3-zi ul li a h3 {
    height: auto;
    max-height: 0.56rem;
    margin-top: 0.2rem;
  }

  .s3-zi ul li a p {
    height: auto;
    max-height: 0.52rem;
    margin-top: 0.1rem;
  }

  .s3-zi ul li a .gd {
    margin-top: 0.2rem;
    padding-top: 0.2rem;
  }

  .s3-b ul {
    padding: 0;
  }

  .s3-b ul li {
    width: 100%;
  }

  .s3-b ul li a {
    padding: 0.2rem;
    border-left: 0;
  }

  .s3-b ul li:nth-child(2) a {
    border-top: 1px solid #D8D8D8;
  }

  .s4 ul li a .tx {
    padding: 0.2rem;
  }

  .s4 ul li {
    padding-bottom: 1px;
  }

  .s4 .swiper-button-next,
  .s4 .swiper-button-prev {
    width: 0.36rem;
    height: 0.36rem;
  }
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}