﻿@charset "utf-8";

body {
  overflow-x: hidden;
}



.banner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.banner a {
  display: block
}

.banner>img {
  display: block;
  width: 100%
}

.banner .slick {
  position: relative;
  z-index: 9
}


.banner .slick-slide a {
  display: block;
  position: relative
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.76rem;
    opacity: 0.7;
    background: linear-gradient(0deg, rgba(0, 0, 0, 5) 0%, rgba(0, 0, 0, 0) 100%);
}


.banner .slick-slide a>img, .banner .slick-slide a>video {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner .slick-slide a div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.banner .slick-slide a div img {
  display: block;
  max-width: 70%;
  max-height: 1.83rem;
  transition: all 1s;
  transform: scale(0);
  opacity: 0
}

.banner .slick-slide a div img.on {
  opacity: 1;
  transform: scale(1)
}

.banner .slick-slide.slick-current a>img {
  animation: img_scale linear 8s
}

@keyframes img_scale {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.05)
  }

  100% {
    transform: scale(1)
  }
}

.banner .slick-dots {
  font-size: 0;
  text-align: right;
  transform: translateX(-50%);
  left: 50%;
  bottom: .3rem;
  width: 1rem;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .slick-dots li {
  padding: 0;
  position: relative;
  transition: all .5s;
  margin: 0 18px;
  width: .12rem;
  height: 12px;
  display: flex;
  align-items: center;
}

.banner .slick-dots li span {
  display: block;
  background: #fff;
  transition: all .5s;
  width: .12rem;
  height: .12rem;
  border-radius: 50%;
}

.banner .slick-dots li button {
  display: none;
}
.banner .slick-dots li.slick-active  {
  width: 40px;
  height: 40px;
  
}

.banner .slick-dots li.slick-active span {
  width: 40px;
  height: 40px;
  
  background-color: rgba(255,255,255,0);
  background-image: url(../images/banner-dot-act.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0;
}

.index {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.index::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/zbj.png) no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  pointer-events: none;
  z-index: -1;
}

.tit {
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: .09rem;
  position: relative;
}

.tit-name h3 {
  font-size: 0.36rem;
  line-height: .52rem;
  color: #333;
  font-weight: bold;
  font-family: sys;
  position: relative;
  display: flex;
}

.tit h3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.30rem;
  width: 5.94rem;
  height: 0.27rem;
  background: url(
  ../images/infolist16_32_tit_r.png) no-repeat;
  background-size: 100% auto;
  background-position: center top;
  pointer-events: none;
}



.tit-name h3 {
  display: flex;
  align-items: center;
  font-weight: 600;
  position: relative;
  z-index: 1;
  flex-direction: column;
  align-items: flex-end;
}


.tit p {
  font-size: 0.14rem;
  text-transform: uppercase;
  color: #258490;
  font-family: sys-m;
  line-height: .14rem;
  position: relative;
  text-align: center;
  font-weight: bold;
}



.tit p:before {
  /*! content: ""; */
  /*! display: block; */
  /*! width: .13rem; */
  /*! height: 2px; */
  /*! opacity: 0.6; */
  /*! background: #258490; */
}

.tit .more a {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #258490;
  width: 1.08rem;
  height: .41rem;
  position: absolute;
  padding-left: .23rem;
  font-family: sys;
  padding-top: 0.04rem;
  transition: all .5s;
  right: 0;
}

.tit .more img {
  position: absolute;
  right: 0;
  top: 32%;
  width: auto;
  height: 0.2rem;
}

.tit.center {
  justify-content: center;
  position: relative;
}

.tit.center h3 {
  padding-left: 0.55rem;
}

.tit.center h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.46rem;
  height: 0.2rem;
  background: url(../images/infolist16_32_tit_l.png) no-repeat;
  background-size: 100% 100% !important;
}

.tit.center p {
  padding-left: 0.55rem;
}

.tit.center .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.s1 {
  padding-top: .64rem;
  background: url(../images/s1-bg.png) no-repeat center top #fff;
  background-position: bottom;
  background-size: cover;
  padding-bottom: 1.0rem;
}

.s1 .tit{
  justify-content: center;
}



.s1-c {
  display: flex;
  align-items: flex-start;
}

.s1-l {
  flex: 1;
  min-width: 0;
}

.s1-lc {
  display: flex;
  align-items: flex-start;
}

.s1-ll {
  width: 7.52rem;
  margin-right: .31rem;
}

.s1-ll .slick {
  position: relative;
}

.s1-ll .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0.25rem;
  margin: 0;
  list-style: none;
  height: 0.67rem;
}

.s1-ll .slick-dots li {
  margin: 0 8px;
  width: 12px;
  height: 12px;
}

.s1-ll .slick-dots li button {
  display: none;
}

.s1-ll .slick-dots li span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
  cursor: pointer;
}

.s1-ll .slick-dots li.slick-active span {
  background: #fff;
  width: 10px;
  border-radius: 6px;
}


.s1-ll ul li a {
  display: block;
}

.s1-ll ul li a .pic {
  padding-top: 64.6%;
}

.s1-ll ul li a .info {
  display: flex;
  align-items: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  transition: all .5s;
  bottom: 0;
  background: #2a838f8a;
  flex: 1;
  width: 75%;
}
 
.s1-ll ul li a .info .date {
  width: 1.32rem;
  margin-right: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  padding-right: .25rem;
  margin-right: .25rem;
  position: relative;
  font-family: 'sys';
}

.s1-ll ul li a .info .date:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: .58rem;
  background: #D8D8D8;
  transform: translateY(-50%);
}

.s1-ll ul li a .info .date b {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.24rem;
  letter-spacing: 0rem;
  color: #FFF;
  background: #805E3F;
  border-radius: .2rem;
  padding: 0 .11rem;
}

.s1-ll ul li a .info .date span {
  font-size: 0.32rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.46rem;
  letter-spacing: 0rem;
  color: #353535;
}

.s1-ll ul li a .info .text {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 0.67rem;
  padding-right: .25rem;
}

.s1-ll ul li a .info .text p {
  width: 100%;
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.32rem;
  letter-spacing: 0rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: .64rem;
  padding-left: 20px;
  text-align: left;
}

.s1-lr {
  flex: 1;
  min-width: 0;
}

.s1-lr ul li {}

.s1-lr ul li a {
  padding: 0.08rem 0 .08rem 0;
  position: relative;
}

/*.s1-lr ul li:nth-child(1) a {
  padding-top: 0;
}

.s1-lr ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(128, 94, 63, 0.4);
}

.s1-lr ul li a span {
  display: block;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.24rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  /*letter-spacing: normal;
  color: #805E3F;
  font-family: sys-m;
}*/

/*.s1-lr ul li a h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.28rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  /*letter-spacing: normal;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: .08rem;
}

*/


/*

.s1-lr li a {
    padding: 0.3rem 0;
    align-items: center;
    display: flex;

    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    position: relative;
}



.s1-lr li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    transition: all .5s;
    border-bottom: 1px solid rgba(7, 79, 161, 0.5);
    z-index: -1;
}

.s1-lr li h3 {
    padding: 0 0 0 0.2rem;
    font-size: 0.2rem;
    color: #525252;
    line-height: .3rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    background: url(../images/s5-rlistbef.png) no-repeat;
    background-position: left center;
    background-size: .12rem auto;
}

.s1-lr li p {
    width: 0.85rem;
    text-align: right;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #9F9F9F;
    margin-left: .2rem;
}

.s1-lr li h3::after {
    width: 0.05rem;
    height: 0.05rem;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    background: #014997;
    border-radius: 50%;
}
*/

.s1-lr li a {
    padding: 0.3rem 0;
    align-items: center;
    display: flex;

    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    position: relative;
}



.s1-lr li a::before {
    content: "";
    position: absolute;
    left: 0.17rem;
    top: 0.50rem;
    z-index: -2;
    width: 1px;
    height: 0.40rem;
    background: #2a838f;
}

.s1-lr li a::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		width: 0.34rem;
		height: 0.7rem;
		background: url(../images/list-mr.png) no-repeat center center;
}

.s1-lr li h3 {
    padding: 0 0 0 0.42rem;
    font-size: 0.18rem;
    color: #525252;
    line-height: .55rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    background: url(../images/s5-rlistbef.png) no-repeat;
    background-position: left center;
    background-size: .12rem auto;
}

.s1-lr li h3::after {
    width: 0.05rem;
    height: 0.05rem;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    background: #014997;
    border-radius: 50%;
}



.s1-lr li p {
    width: 0.85rem;
    text-align: right;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #318792;
    margin-left: .2rem;
    font-family: 'sys-m';
}


.s1-lr li:hover a::after {
		background: url(../images/list-xz.png) no-repeat center center;
}



.s1-lr ul li:nth-child(7) a::before {
  	opacity: 0;
}


.s1-r {
  width: 4.6rem;
  margin-left: .4rem;
}

.s1-r ul li:last-child a {
  padding-bottom: 0;
}




.s1-r ul li a {
  margin: 0 .05rem;
  display: block;
  padding: .18rem 0 .19rem 0;
  position: relative;
  transition: all .5s;
  z-index: 1;
}

.s1-r ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.8;
  border-top: 1px dashed #DBAE73;
}

.s1-r ul li a .info {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all .5s;
}

.s1-r ul li a .info .date {
  width: 0.8rem;
  margin-right: 0.17rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: .75rem;
  background: url(../images/s1-rdatebg.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.s1-r ul li a .info .date b {
  display: block;
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.34rem;
  letter-spacing: 0rem;
  color: #805E3F;
  font-family: 'sys';
}

.s1-r ul li a .info .date span {
  font-size: 0.14rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.26rem;
  letter-spacing: 0rem;
  color: #666666;
  font-family: sys-m;
}

.s1-r ul li a .info .text {
  flex: 1;
  min-width: 0;
}

.s1-r ul li a .info .text p {
  width: 100%;
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.28rem;
  letter-spacing: 0rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: .56rem;
}

.s2 {
  padding: .53rem 0 .9rem 0;
}

.s2 .tit{
  justify-content: center;
}

.s2-c .swiper-container {
    overflow: visible;
    position: relative;
}

.s2-c .swiper-scrollbar {
    height: 1px;
    border-radius: 0;
    background: #d1d1d1;
}

.s2-c .swiper-scrollbar-drag {
    height: 100%;
    border-radius: 0;
    background: #2a838f;
}

.s2-c .swiper-container-horizontal>.swiper-scrollbar {
    bottom: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2.56rem;
}

.s2-c .swiper-container .swiper-slide {
    height: 2.33rem;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
}

.s2-c .swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1;
    pointer-events: auto;
    transition: all .5s;
}

.s2-c .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide {
    opacity: 1;
    pointer-events: auto;
}

.s2-c .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide {
    opacity: 1;
    pointer-events: auto;
}

.s2-c .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide {
    opacity: 1;
    pointer-events: auto;
}

.s2-c .swiper-container .swiper-slide a {
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.24rem 0rem rgba(11, 90, 168, 0.15);
    width: 100%;
    background: url(../images/s2-mr.png) no-repeat center center;
    box-shadow: 0rem 0.04rem 0.24rem 0rem rgba(11, 90, 168, 0.15);
    padding: .30rem .29rem .27rem .30rem;
    transition: all .5s;
    position: relative;
    z-index: 1;
    border: 1px solid #bee1e6;
    background-size: cover;
}

.s2-c .swiper-container .swiper-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s2-xz.png) no-repeat #2a838f;
    background-position: center center;
    transition: all .5s;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    border: 1px solid #bee1e6;
}

.s2-c .swiper-container .swiper-slide a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 0.15rem;
}

.s2-c .swiper-container .swiper-slide a div {
    margin-top: 0;
    transition: all .5s;
}

.s2-c .swiper-container .swiper-slide a div p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0;
    transition: all .5s;
}
.s2-c .swiper-container .swiper-slide a .jiant {
    /* font-size: 0.16rem; */
    font-weight: normal;
    /* line-height: 0.36rem; */
    letter-spacing: normal;
    color: #2051A6;
    background: url(../images/jiant.png) no-repeat;
    background-position: center right;
    margin-top: .21rem;
    transition: all .5s;
    height: 0.11rem;
    background-size: contain;
}

.s2-c .swiper-container .swiper-slide a .date {
    display: flex;
    align-items: center;
    font-family: 'sys';
}

.s2-c .swiper-container .swiper-slide a .date b {
    font-size: 0.22rem;
    font-weight: bold;
    line-height: .34rem;
    letter-spacing: normal;
    color: #2a838f;
}

.s2-c .swiper-container .swiper-slide a .date span {
    font-size: 0.16rem;
    line-height: .26rem;
    color: #555;
    margin-left: 0.08rem;
}


.pub-arrow {
    display: flex;
    align-items: center;
}

.pub-arrow div {
    border-radius: 50%;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
    width: 0.75rem;
    height: 0.75rem;
}

.pub-arrow div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: transparent;
    transition: all 0.5s;
}

.pub-arrow div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

.pub-arrow-l::after {
    background: url(../images/icon-prev-b.png) no-repeat;
    background-position: center center;
    transition: all 0.5s;
    background-size: contain;
}

.pub-arrow-r {
    margin-left: 2.8rem;
}

.pub-arrow-r::after {
    background: url(../images/icon-next-b.png) no-repeat;
    background-position: center center;
    transition: all 0.5s;
    background-size: contain;
}


.s1-l .pub-arrow::after {
    content: "";
    display: block;
    right: 0;
    bottom: 0;
    top: 0;
    flex: 1;
    min-width: 0;
    height: .1rem;
    background: url(../images/dot-aft2.png) no-repeat;
    background-position: right center;
    background-size: auto .07rem;
    margin-left: .2rem;
}



.s2-c .pub-arrow {
    justify-content: center;
    margin-top: .53rem;
}

.s2-c .pub-arrow {}


.s3 {
  margin-top: .8rem;
}

.s3-c {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.s3-l {
  width: 31.875%;
}

.s3-m {
  width: 31.875%;
}

.s3-r {
  width: 31.875%;
}

.s3-first {}

.s3-first a {
  display: block;
  position: relative;
}

.s3-first a .pic {
  padding-top: 56.86%;
}

.s3-first a .pic::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: .8rem;
  background: linear-gradient(180deg, rgba(52, 52, 52, 0) 0%, #141414 100%);
}

.s3-first a h3 {
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.28rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s3-list {
  background: #fff;
  padding: .28rem .2rem .46rem .2rem;
  transition: all .5s;
}

.s3-list li+li {
  margin-top: .2rem;
}

.s3-list li a {
  display: block;
}

.s3-list li a h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.28rem;
  letter-spacing: normal;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s3-list li a h3 b {
  color: #805E3F;
  font-weight: normal;
}

.s3-list li a span {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.24rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #805E3F;
  padding-left: .21rem;
  background: url(../images/time-bef.png) no-repeat;
  background-position: left center;
  background-size: .16rem auto;
  margin-top: .1rem;
}

.s3-list li a span::after {
  content: "";
  display: block;
  height: 1px;
  background: #E1E1E1;
  margin-left: .17rem;
  flex: 1;
  min-width: 0;
}

.s4 {
  margin-top: .8rem;
  padding-bottom: 2rem;
}

.s4 .tit {
  justify-content: center;
}

.s4-c {}

.s4-c ul {
  position: static;
}

.s4-c {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 0.4rem;
  z-index: 1;
}

.s4-c .slick1 {
  width: 4.14rem;
}

.s4-c .slick1 ul li a {
  display: block;
}

.s4-c .slick1 ul li a .pic {
  padding-top: 65%;
}

.s4-c .slick1 ul li a h3 {
  font-size: .18rem;
  font-weight: normal;
  line-height: .3rem;
  letter-spacing: normal;
  color: #333333;
  margin-top: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s4-c .slick2 {
  flex: 1;
  min-width: 0;
  padding: 0 .4rem;
}

.s4-c::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2.2rem;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: 100% 100%;
  width: 7.41rem;
  height: 6.54rem;
  z-index: -1;
  pointer-events: none;
}


.s4-c .slick2 ul li a {
  display: block;
}

.s4-c .slick2 ul li a .pic {
  padding-top: 63%;
  background: #323232;
}

.s4-c .slick2 ul li a.video .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/icon-video.svg) no-repeat;
  background-position: center center;
  background-size: .58rem auto;
}

.s4-c .slick2 ul li a .pic div {
  opacity: .8;
}

.s4-c .slick2 ul li a h3 {
  font-size: .2rem;
  font-weight: normal;
  line-height: .26rem;
  text-align: center;
  letter-spacing: normal;
  color: #333333;
  margin-top: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s4-c .slick2 .slick-prev, .s4-c .slick2 .slick-next {
  background: #C59761;
  width: .75rem;
  height: .75rem;
  transition: all .5s;
  border-radius: 50%;
  /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3); */
  margin-top: .23rem;
}

.s4-c .slick2 .slick-prev {
  background: url(../images/icon-prev-b.png) no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translateX(-50%);
  left: 48%;
  margin-left: -1.4rem;
}

.s4-c .slick2 .slick-next {
  background: url(../images/icon-next-b.png) no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translateX(50%);
  right: 48%;
  margin-right: -1.4rem;
}

.s4-c .slick2 .slick-dots {
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 2.56rem;
  height: 1px;
  background: #d1d1d1;
}

.s4-c .slick2 .slick-dots li {
  margin: 0;
  padding: 0;
  width: 25%;
  height: 100%;
  /* position: relative; */
}

.s4-c .slick2 .slick-dots li button {
  display: none;
}

.s4-c .slick2 .slick-dots li span {
  display: none;
}

.s4-c .slick2 .slick-dots li.slick-active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2a838f;
}

.s4-c .slick3 {
  width: 4.14rem;
}


.s4-c .slick3 ul li a {
  display: block;
}

.s4-c .slick3 ul li a .pic {
  padding-top: 65%;
}

.s4-c .slick3 ul li a h3 {
  font-size: .18rem;
  font-weight: normal;
  line-height: .3rem;
  letter-spacing: normal;
  color: #333333;
  margin-top: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s5 {
  margin-top: 1rem;
  padding-bottom: 1.2rem;
}

.s5 .tit {
  justify-content: center;
}

.s5-c {
  position: relative;
}

.s5-c ul {
  margin: 0 -.1rem;
  position: static;
}

.s5-c ul li a {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .22rem .2rem .29rem .2rem;
  margin: 0 .1rem;
  background: #F7EBDA;
}


.s5-c ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/s5-border2.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
  pointer-events: none;
  transition: all .5s;
  opacity: 0;
}

.s5-c ul li a .icons {
  height: 0.51rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: rgba(255, 255, 255, .3);
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.s5-c ul li a .icons img {
  max-height: 100%;
  transition: all .5s;
  opacity: 1;
}

.s5-c ul li a .icons img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
}

.s5-c ul li a div:nth-child(2) {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

.s5-c ul li a p {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.32rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #333333;
  text-align: center;
  width: 100%;
  margin-top: .08rem;
  font-family: 'sys';
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.s5-c ul li a h4 {
  display: flex;
  align-items: center;
  margin-top: 0.08rem;
}

.s5-c ul li a h4 span {
  height: 1px;
  background: #9E864E;
  flex: 1;
  min-width: 0;
}

.s5-c ul li a h4 i {
  width: 2px;
  height: 1px;
  background: #9E864E;
  margin: 0 3px;
}


.s5-c .slick-prev, .s5-c .slick-next {
  background: #C59761;
  width: .52rem;
  height: .52rem;
  transition: all .5s;
  border-radius: 50%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.s5-c .slick-prev {
  background: #fff url(../images/icon-prev-w.svg) no-repeat;
  background-position: center center;
  background-size: .12rem auto;
  transform: translateX(-50%) translateY(-50%);
}

.s5-c .slick-next {
  background: #fff url(../images/icon-next-w.svg) no-repeat;
  background-position: center center;
  background-size: .12rem auto;
  transform: translateX(50%) translateY(-50%);
}

@media screen and (min-width: 1025px) {
  .s1-ll ul li a:hover .info .text p, .s1-lr ul li a:hover h3, .s1-r ul li a:hover .info .text p, .s3-list li a:hover h3, .s3-list li a:hover h3 b, .s4-c .slick1 ul li a:hover h3, .s4-c .slick2 ul li a:hover h3, .s4-c .slick3 ul li a:hover h3 {
    font-weight: 600;
  }

     .s1-l ul li a:hover .info h3 {
        color: #2051A6;
    }

    .s2-c .swiper-container .swiper-slide a:hover {
        transform: translateY(-.3rem);
    }

    .s2-c .swiper-container .swiper-slide a:hover::before {
        opacity: 1;
    }

    .s2-c .swiper-container .swiper-slide a:hover h3 {
        color: #fff;
    }

    .s2-c .swiper-container .swiper-slide a:hover div {
    }

    .s2-c .swiper-container .swiper-slide a:hover div p {
        color: rgba(255, 255, 255, 0.6);
        height: .56rem;
    }

    .s2-c .swiper-container .swiper-slide a:hover span {
        margin-top: .17rem;
        background: url(../images/icon-more-w.png) no-repeat;
        background-position: right center;
        background-size: auto .3rem;
        color: #fff;
    }
    
     .s2-c .swiper-container .swiper-slide a:hover .date b {
        color: #FFFFFF;
    }

    .s2-c .swiper-container .swiper-slide a:hover .date span {
        color: rgba(255, 255, 255, 0.95)
    }
    
   .s2-c .swiper-container .swiper-slide a:hover .jiant{
   			background: none;
   }  
    
    .pub-arrow .pub-arrow-l:hover {
    }

    .pub-arrow .pub-arrow-l:hover::after {
    }

    .pub-arrow .pub-arrow-r:hover {
    }

    .pub-arrow .pub-arrow-r:hover::after {
    }

  .s3-c>div:hover ul {
    background: #F7F4F0;
  }

  .s5-c ul li a:hover .icons {
    transform: rotateY(360deg);
    transition: all .5s;
  }

  .s5-c ul li a:hover::before {
    opacity: 0;
  }

  .s5-c ul li a:hover::after {
    opacity: 1;
  }

  .s5-c ul li a:hover .icons img {
    opacity: 0;
  }

  .s5-c ul li a:hover .icons img:nth-child(2) {
    opacity: 1;
  }

  .s5-c ul li a:hover p {
    color: #fff;
  }

  .s5-c ul li a:hover h4 span {
    background: #FFFFFF;
  }

  .s5-c ul li a:hover h4 i {
    background: #FFFFFF;
  }

  .itit a:hover {
    background: #b81d23;
    color: #fff;
    width: 1.3rem;
    letter-spacing: 0.02rem;
  }

  .more a:hover {
    color: #258490;
    padding-left: .1rem;
  }

}

@media screen and (max-width: 1024px) {

  html,
  body,
  .banner,
  .banner .slick,
  .banner .slick div,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto !important;
  }
  .banner .slick-dots{bottom: 0.1rem;}

  .index::after {
    display: none;
  }

  .s5-c .slick-prev, .s5-c .slick-next, .s4-c .slick2 .slick-prev, .s4-c .slick2 .slick-next {
  bottom: -1.3rem;
  }

  .s1 {
    padding-top: .5rem;
  }

  .s5 {
    padding-bottom: .5rem;
  }

  .s2 {
    padding-bottom: .5rem;
  }
  
   .s2-c .swiper-container .swiper-slide{
        height: auto;
    }
    .s2-c .swiper-container .swiper-slide a{
        padding: .2rem .15rem;
    }
    .s2-c .swiper-container .swiper-slide a h3,.s3-l ul li a .info h3{
        font-size: .18rem;
    }
  

  .s3, .s4, .s5 {
    margin-top: .0rem;
    padding-bottom: 1.8rem;
  }

  .tit {
    margin-bottom: .25rem;
  }

  .tit h3 {
    font-size: .28rem;
  }

  .tit h3::after {
  width: 4.75rem;
  height: .22rem;
  }

  .s1-c, .s2-c, .s3-c {
    display: block;
    padding-top: 5%;
  }

  .s2-l, .s3-l, .s3-m, .s3-r {
    width: auto;
  }

  .s2-r {
    width: auto;
    margin-top: .3rem;
  }

  .s4-c {
    margin: 0 .15rem;
  }

  .s4-c .slick2 {
    padding: 0;
  }

  .s4-c .slick1, .s4-c .slick3 {
    display: none;
  }

  .s4-c .slick2 ul li a.video .pic::after {
    background-size: .35rem auto;
  }

  .s1-l {}

  .s1-r {
    width: auto;
    margin-left: 0;
    margin-top: .3rem;
  }

  .s2-r ul li a .info2 .date {
    width: .8rem;
  }

  .s1-ll ul li a .info .text p, .s4-c .slick2 ul li a h3, .s5-c ul li a p {
    font-size: .18rem;
  }

  .s1-ll ul li a .info .date span, .s2-r ul li a .info2 .date b {
    font-size: .24rem;
  }

  .s1-ll ul li a .info .date b {
    font-size: .14rem;
  }

  .s3-m {
    margin: .3rem 0;
  }

  .s3-list {
    padding: .15rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
  }

  .s5-c {
    margin: 0 .15rem;
  }

  .s5-c ul li a .icons {
    width: .75rem;
    height: 0.75rem;
  }

  .s5-c ul li a .icons img {
    max-width: 60%;
    max-height: 60%;
  }

  .s2-l ul li a::before {
    border-bottom: 1px solid #D8C69A;
    background: none;
  }

  .s2-l ul li+li {
    margin-top: 0;
  }

  .s2-l ul li a span {
    background-position: left center;
    padding-left: .25rem;
    width: 1.3rem;
  }

  .s2-l ul li a h3 {
    padding-right: .3rem;
  }

  .s2-l ul li a h3::after {
    right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .s1-lc {
    display: block;
  }

  .s1-ll {
    width: auto;
    margin-right: 0;
    margin-bottom: .3rem;
  }

  .s1-ll ul li a .info {
    padding: .15rem 0;
  }

  .s1-ll ul li a .info .date {
    width: 1rem;
  }
  .s4-c .slick2 .slick-dots {
    bottom: -0.95rem;
  }
  .s4-c {
    padding-top: 5%;
  }

  .s4-c::before {
    width: 80%;
    top: 0;
    margin-top: -50%;
    height: auto;
    padding-top: 88.25%;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 50px;
  }

  .pub-arrow-l::after, .pub-arrow-r::after {
    background-size: 0.50rem auto;
  }

  .pub-arrow-l, .pub-arrow-r {
    width: 0.5rem;
    height: 0.5rem;
  }

  .pub-arrow-r {
    margin-left: 1.8rem;
  }

  .s1-ll ul li a .info {
    width: 100%;
  }

  .s1-ll .slick-dots {
    display: none !important;
  }

    .tit .more img {
    height: .2rem;
  }


  .s2-c .swiper-container-horizontal>.swiper-scrollbar {
    width: 1.8rem;
    bottom: -0.5rem;
    display: none;
  }

  .s4-c .slick2 .slick-dots {
    width: 1.8rem;
    display: none!important;
  }

  .s4-c .slick2 .slick-prev, .s4-c .slick2 .slick-next {
    width: 0.4rem;
    height: 0.4rem;
    background-size: 0.50rem auto;
  }

  .s4-c .slick2 .slick-prev {
    margin-left: -1rem;
  }

  .s4-c .slick2 .slick-next {
    margin-right: -1rem;
  }

  .s2-l ul li a h3, .s3-l ul li a .info h3 {
    font-size: .16rem;
  }

  .s1-ll ul li a .info .text p, .s4-c .slick2 ul li a h3, .s5-c ul li a p {
    font-size: .16rem;
  }

  .slick-prev, .slick-next {
    bottom: 0.5rem;
  }
  
  .s1-r {
    margin-top: .2rem;
  }

  .s3-m {
    margin: .2rem 0;
  }

  .s2-r {
    margin-top: .2rem;
  }

  .s4-c {
    padding-top: 0.5rem;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 32px;
  }

  .pub-arrow-l::after, .pub-arrow-r::after {
    background-size: 0.2rem auto;
  }

  .pub-arrow-l, .pub-arrow-r {
    width: 0.4rem;
    height: 0.4rem;
  }

  .pub-arrow-r {
    margin-left: 1.2rem;
  }

  .tit {
        margin-bottom: .25rem;
        justify-content: left !important;
    }
  .tit h3::after {
    background: none;
  }

  .tit .more img {
    height: .2rem;
  }

  .s2-c .swiper-container-horizontal>.swiper-scrollbar {
    width: 80%;
    bottom: -0.4rem;
  }

  .s4-c .slick2 .slick-dots {
    width: 80%;
    bottom: -0.6rem;
  }

  .s4-c .slick2 .slick-prev, .s4-c .slick2 .slick-next {
    width: 0.35rem;
    height: 0.35rem;
    background-size: 0.15rem auto;
  }

  .s4-c .slick2 .slick-prev {
    margin-left: -0.8rem;
  }

  .s4-c .slick2 .slick-next {
    margin-right: -0.8rem;
  }

  .s1-ll ul li a .info {
    width: 100%;
    padding: .1rem 0;
  }

  .s1-ll ul li a .info .date {
    width: .8rem;
    padding: 0 .1rem;
  }

  .s1-ll ul li a .info .date b {
    font-size: .12rem;
  }

  .s1-ll ul li a .info .date span {
    font-size: .18rem;
  }

  .s1-ll ul li a .info .text p {
    font-size: .14rem;
    padding-left: .1rem;
    line-height: .24rem;
    max-height: .48rem;
  }

  .s1-ll .slick-dots {
    display: none !important;
  }

  .s2-c .swiper-container-horizontal>.swiper-scrollbar {
    width: 80%;
    bottom: -0.2rem;
    display: none;
  }

  .s4-c .slick2 .slick-dots {
    width: 80%;
    bottom: -15px;
    display: none!important;
  }

  .s2-c .swiper-container .swiper-slide a {
    padding: .15rem .1rem;
  }

  .s2-c .swiper-container .swiper-slide a h3 {
    font-size: .14rem;
    line-height: .24rem;
    padding-top: .1rem;
  }

  .s2-l ul li a h3 {
    font-size: .14rem;
    padding-right: .2rem;
  }

  .s2-l ul li a span {
    width: 1rem;
    padding-left: .15rem;
    font-size: .12rem;
  }

  .s3-l ul li a .info h3 {
    font-size: .14rem;
  }

  .s3-list {
    padding: .1rem;
  }

  .s4-c .slick2 ul li a h3 {
    font-size: .14rem;
  }

  .s4-c {
    padding-top: 10%;
  }

  .s5-c ul li a .icons {
    width: .5rem;
    height: .5rem;
  }

  .s5-c ul li a p {
    font-size: .14rem;
  }

  .s1-r {
    margin-top: .15rem;
  }

  .s1-r ul li a {
    padding: .12rem 0;
  }

  .s1-r ul li a .info .date {
    height: .6rem;
  }

  .s1-r ul li a .info .date b {
    font-size: .22rem;
  }

  .s1-r ul li a .info .date span {
    font-size: .12rem;
  }

  .s1-r ul li a .info .text p {
    font-size: .14rem;
    line-height: .22rem;
    max-height: .44rem;
  }

  .s3-m {
    margin: .15rem 0;
  }

  .s2-r {
    margin-top: .15rem;
  }

  .s2-r ul li a .info2 .date {
    width: .6rem;
  }

  .s2-r ul li a .info2 .date b {
    font-size: .18rem;
  }

  .s2-r ul li a .info2 .date span {
    font-size: .12rem;
  }

  .s2-r ul li a .info2 h3 {
    font-size: .14rem;
  }

  .tit h3 {
    font-size: .36rem;
  }

  .tit h3::after {
    width: 3.5rem;
    height: .18rem;
    background: none;
  }

  .tit .more img {
    
    height: .2rem;
  }

  .s1 {
    padding-top: .3rem;
  }

  .s2 {
    margin-top: .3rem;
    padding-bottom: .3rem;
  }

  .s2-c .pub-arrow{
    margin-top: .13rem;
  }

  .s3, .s4, .s5 {
    margin-top: .3rem;
  }

  .s5 {
    padding-bottom: .3rem;
  }

  .s4-c .slick2 ul li a.video .pic::after {
    background-size: .25rem auto;
  }
}