@charset "utf-8";

body {
  overflow-x: hidden;
}

@font-face {
  font-family: "sys";

}

.index {
  overflow: hidden;
}

.tit {
  padding-bottom: 0.28rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.tit h3::after {}

.tit h3 {}

.tit p {
  font-size: 0.14rem;
  text-transform: uppercase;
  color: #9e9e9e;
  font-family: sys;
}

.more a {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #9e9e9e;
}

.more img {
  display: inline-block;
  margin-left: 0.02rem;
  height: 0.18rem;
}

.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() 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%);
}

.wl {
  position: relative;
  z-index: 1;
}

.wl::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 100%;
  transition: 0.5s;
}

.imged {
  position: relative;
  padding-bottom: 65%;
  width: 100%;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  background-size: cover !important;
  background-position: center center !important;
}

.imged img {
  display: none;
}

a:hover .imged {
  transform: scale(1.1);
}

.overflow_l1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.overflow_l2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.scale {
  overflow: hidden;
}



.banner {
  position: relative;
  z-index: 9;
  left: 0;
  top: 0;
}

.banner a {
  display: block;
}

.banner>img {
  display: block;
  width: 100%;
}

.banner .slick {
  position: relative;
  z-index: 9;
  margin-left: -1.6rem;
}



.banner .slick-slide a {
  display: block;
  position: relative;
}

.banner .slick-slide a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  height: 2.23rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(216, 216, 216, 0) 92%);
}

.banner .slick-slide a>img, .banner .slick-slide a>video {
  display: block;
  width: 100%;
}


.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;
  bottom: .24rem;
  z-index: 9;
  margin: 0 auto;
  display: flex;
  align-items: center;
  left: .85rem;
  width: auto;
}

.banner .slick-dots li {
  padding: 0;
  position: relative;
  transition: all .5s;
  width: auto;
  height: .36rem;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: .13rem;
  margin-right: .24rem;
}

.banner .slick-dots li span {
  /* display: none; */
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.31rem;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.5);
  transition: all .5s;
}

@keyframes cilcle {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.banner .slick-dots li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.09rem;
  height: 0.09rem;
  border: solid 0.02rem #f8f8f6;
  border-radius: 50%;
  opacity: 0;
}

.banner .slick-dots li button {
  display: none;
}


.banner .slick-dots li.slick-active span {
  opacity: 1;
  color: #fff;
  font-size: .2rem;
  font-weight: 600;
}


.tit {
  position: relative;
}



.tit-name {}

.tit-name h3 {
  font-weight: 600;
  padding: .28rem .35rem .12rem .35rem;
  position: relative;
  z-index: 1;
}

.tit-name h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/tit-cbg.png) no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  width: .77rem;
  height: 0.76rem;
  z-index: -1;
}

.tit-name h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/tit-cbg2.png) no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  width: 1.53rem;
  height: 0.27rem;
  z-index: -1;
}

.tit-name b {
  font-size: 0.32rem;
  font-weight: 600;
  line-height: 0.42rem;
  color: #971943;
  display: block;
}



.tit-more {
  position: absolute;
  right: 0;
  bottom: .4rem;
}

.tit-more a {
  display: block;
  font-size: 0.14rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.2rem;
  letter-spacing: 0rem;
  color: #971943;
}


.s1 {
  background: #F0F0F0;
}

.s1-c {
  display: flex;
  align-items: flex-end;
}

.s1-l {
  width: 67.8125%;
  margin-right: 0.05rem;
  position: relative;
  z-index: 1;
}

.s1-l::before {
  content: "";
  position: absolute;
  top: -.94rem;
  right: -.1rem;
  background: url(../images/s1-lrtbg.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
  width: 3.28rem;
  height: 3.1rem;
}

.s1-r {
  flex: 1;
  min-width: 0;
  margin-right: -1.6rem;
  background: url(../images/s1-rbg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
  padding: 0.3rem .45rem 0.45rem .35rem;
}

.s1-r ul {
  margin-top: .2rem;
}

.s1-r ul li {
  position: relative;
  z-index: 1;
}

.s1-r ul li::before {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0;
  bottom: 0;
  border-left: 1px solid rgba(151, 25, 67, .2);
  z-index: -1;
}

.s1-r ul li::after {
  content: "";
  position: absolute;
  left: .07rem;
  top: 0.33rem;
  right: 0;
  bottom: 0;
  background: url(../images/s1-ritemaft.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 0.48rem;
  height: 0.38rem;
  transform-origin: center top;
  transition: all .5s;
  transform: scale(.68) translateY(-.1rem);
  z-index: 1;
}

.s1-r ul li a {
  display: block;
  padding: .2rem 0.3rem .24rem 0.73rem;
  position: relative;
  z-index: 1;
}

.s1-r ul li:nth-child(1)::before {
  top: 0.4rem;
}

.s1-r ul li:nth-child(1) a {
  border-top: none;
}

.s1-r ul li:nth-child(1) a::after {
  content: none;
}

.s1-r ul li a::before {
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(234, 209, 217, 0.35) 33%, rgba(234, 209, 217, 0.35) 64%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  pointer-events: none;
  transition: all .5s;
  opacity: 0;
}

.s1-r ul li a::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
  border-top: 1px dashed rgba(151, 25, 67, .2);
}

.s1-r ul li a h3 {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.34rem;
  letter-spacing: normal;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.68rem;
}

.s1-r ul li a div {
  width: 0.17rem;
  height: 2px;
  background: linear-gradient(81deg, #971943 26%, #FFB08D 100%);
  margin: 0.05rem 0 .12rem 0;
}

.s1-r ul li a span {
  display: block;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: .21rem;
  letter-spacing: normal;
  color: #971943;
}

.s2 {
  background: url(../images/s2-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: .35rem 0 .6rem;
}

.s2 .tit {
  border: none;
}

.s2-c {
  display: flex;
}

.s2-l {
  width: 33.125%;
  background: #FFFFFF;
  box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.05);
  padding: .2rem .35rem .2rem .35rem;
  position: relative;
  z-index: 1;
}

.s2-l::after {
  content: "";
  position: absolute;
  bottom: .14rem;
  right: -.5rem;
 
  background-position: center center;
  background-size: 100% 100%;
  width: 3.07rem;
  height: 2.4rem;
  z-index: -1;
  pointer-events: none;
  opacity: 0.08;
}

.s2-ltit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s2-ltit .s2-ltit-name {
  display: flex;
  align-items: center;
}

.s2-ltit .s2-ltit-name div {
  margin-right: .18rem;
}

.s2-ltit .s2-ltit-name div img {
  display: block;
  width: 0.59rem;
}

.s2-ltit .s2-ltit-name h3 {
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.24rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #333333;
}

.s2-ltit .s2-ltit-more a {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.2rem;
  text-align: justify;
  color: #333333;
}

.s2-l ul {
  margin-top: .18rem;
}

.s2-l ul li a {
  display: flex;
  align-items: center;
  height: 1.05rem;
  border-top: 1px dashed #D8D8D8;
}

.s2-l ul li a .date {
  display: flex;
  position: relative;
  z-index: 1;
  width: 0.83rem;
}

.s2-l ul li a .date::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.38rem;
  opacity: 0.3;
  background: #D8D8D8;
}

.s2-l ul li a .date div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.s2-l ul li a .date b {
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.24rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #333333;
}

.s2-l ul li a .date span {
  line-height: 0.22rem;
  letter-spacing: normal;
  color: #333333;
  font-size: 0.16rem;
  margin-top: 0.05rem;
}

.s2-l ul li a .info {
  flex: 1;
  min-width: 0;
  padding-left: .15rem;
}

.s2-l ul li a .info h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: .52rem;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.26rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #333333;
}


.s2-r {
  flex: 1;
  min-width: 0;
}

.s2-r ul {
  display: flex;
  flex-wrap: wrap;
}

.s2-r ul li {
  width: calc(25% - .1rem);
  margin-left: .1rem;
  padding: .2rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.05);
  min-height: 2.6rem;
}

.s2-r ul li:nth-child(2), .s2-r ul li:nth-child(4), .s2-r ul li:nth-child(5), .s2-r ul li:nth-child(7) {
  background: url(../images/s2-ritembg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}

.s2-r ul li:nth-child(4)~li {
  margin-top: .1rem;
}

.s2-rtit {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(151, 25, 67, .1);
  padding-bottom: .12rem;
}

.s2-rtit div img {
  display: block;
  height: 0.36rem;
  margin-right: .11rem;
}

.s2-rtit h3 {
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 0.26rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #333333;
}



.s2-r ul li dl {
  margin-top: 0.07rem;
}

.s2-r ul li dl dd {
  margin-top: 0.02rem;
}

.s2-r ul li dl dd a {
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #333333;
}

.s2-r ul li dl div a {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.2rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #666666;
}


.s3 {
  background: url(../images/s3-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 1rem;
  padding-top: .28rem;
}

.s3 .tit {
  border-bottom: none;
  padding-bottom: .38rem;
}

.s3-c {
  display: flex;
}

.s3-l {
  flex: 1;
  min-width: 0;
}

.s3-l ul {
  margin-top: -.15rem;
}

.s3-l ul li a {
  display: block;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid transparent;
  position: relative;
}

.s3-l ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #971943;
  height: 2px;
  width: 0.6rem;
}

.s3-l ul li:nth-child(1) a {
  border-top: none;
}

.s3-l ul li:last-child a {
  border-bottom: 1px dashed rgba(15, 81, 162, 0.27);
}

.s3-l ul li a .info1 {
  height: 0.88rem;
  display: flex;
  align-items: center;
}

.s3-l ul li a .info1 h3 {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: .22rem;
  line-height: .3rem;
  font-weight: normal;
}



.s3-l ul li a .info1 span {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.22rem;
  letter-spacing: normal;
  color: #971943;
}


.s3-l ul li a .info2 {
  display: none;
  align-items: center;
  padding-top: .3rem;
  padding-left: .4rem;
  padding-right: .3rem;
  position: relative;
  margin-left: -.36rem;
}

.s3-l ul li a .info2 .date {
  display: flex;
  flex-direction: column;
  margin-right: .24rem;
  justify-content: center;
  align-items: center;
  font-family: sys-b;
  width: 1rem;
  height: 1.07rem;

  position: relative;
  z-index: 1;
}

.s3-l ul li a .info2 .date:before {
  content: "";
  position: absolute;
  top: .04rem;
  right: .04rem;
  width: 100%;
  height: 100%;
  border-radius: 0px 20px 0px 20px;
  background: #F4D69B;
  z-index: -2;
}

.s3-l ul li a .info2 .date:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0px 20px 0px 20px;
  background: #971943;
  z-index: -1;
}

.s3-l ul li a .info2 .date b {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s3-l ul li a .info2 .date span {
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #fff;
  margin-top: 0.08rem;
}

.s3-l ul li a .info2 .text {
  flex: 1;
  min-width: 0;
}

.s3-l ul li a .info2 .text h3 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.28rem;
  letter-spacing: normal;
  color: #971943;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: .52rem;
}

.s3-l ul li a .info2 .text p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #666666;
  margin-top: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.s3-r {
  width: 7.8rem;
  margin-left: .45rem;
  position: relative;
  z-index: 1;
  padding-top: .2rem;
  padding-right: .2rem;
}

.s3-r::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 1.65rem 0 0 1.8rem;
  border-style: solid;
  border-color: #F4D69B transparent transparent transparent;
  z-index: -1;
  pointer-events: none;
}


.s3-r .slick ul li a {
  display: block;
  position: relative;
}

.s3-r .slick ul li a .pic {
  padding-top: 65.78%;
}

.s3-r .slick ul li a .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(216, 216, 216, 0) 46%);
}

.s3-r .slick ul li a .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 2.5rem .16rem .25rem;
}

.s3-r .slick ul li a .info h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #ffffff;
}

.s3-r .slick .slick-dots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 0.17rem;
  width: auto;
  right: 0.08rem;
}

.s3-r .slick .slick-dots li {
  display: block;
  letter-spacing: normal;
  transition: all .5s;
  opacity: 0.5;
  background: #FFFFFF;
  width: .1rem;
  height: .1rem;
  border-radius: 50%;
  margin: 0 .13rem;
}

.s3-r .slick .slick-dots li.slick-active {
  opacity: 1;
}

.s3-b ul {
  display: flex;
  justify-content: space-between;
  margin-top: .6rem;
}

.s3-b ul li {
  width: 18.5%;
}

.s3-b ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: .67rem;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
}

.s3-b ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #971943 url(../images/s3-bitembg.png) no-repeat;
  background-position: center center;
  background-size: auto 100%;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: all .5s;
}


.s3-b ul li a .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: .17rem;
}

.s3-b ul li a .icons img {
  width: 0.3rem;
}

.s3-b ul li a .icons img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  transition: all .5s;
  opacity: 0;
}

.s3-b ul li a p {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: .33rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #333333;
}

.gotop {
  position: fixed;
  right: 0.36rem;
  bottom: 0.95rem;
  z-index: 99;
  transform: translateX(2rem);
  width: 0.5rem;
  height: 0.5rem;
  background: #870E37;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.gotop.on {
  transform: translateX(0);
}

.gotop img {
  height: 0.24rem;
}












@media screen and (min-width: 1025px) {
  .itit a:hover {
    background: #b81d23;
    color: #fff;
    width: 1.3rem;
    letter-spacing: 0.02rem;
  }

  .tit-more a:hover, .s2-ltit .s2-ltit-more a:hover {
    color: #b81d23;
    font-weight: 600;
  }

  .s1-r ul li:hover::after {
    transform: scale(1) translateY(0);
  }

  .s1-r ul li:hover a h3 {
    font-weight: 600;
    color: #971943;
  }

  .s2-l ul li a:hover .date b {
    color: #971943;
  }

  .s2-l ul li a:hover .date span {
    color: #971943;
  }

  .s2-l ul li a:hover .info h3, .s2-r ul li dl dd a:hover, .s2-r ul li dl div a:hover {
    color: #971943;
    font-weight: 600;
  }


  .s3-l ul li.on a .info1 {
    display: none;
  }

  .s3-l ul li.on a .info2 {
    display: flex;
  }

  .s3-l ul li.on a {
    border-color: #971943;
    border-bottom: 2px solid #971943;
    padding-bottom: .34rem;
  }

  .s3-l ul li.on+li a {
    border-top-color: transparent;
  }


  .s3-b ul li a:hover::before {
    opacity: 1;
  }

  .s3-b ul li a:hover .icons img {
    opacity: 0;
  }

  .s3-b ul li a:hover .icons img:nth-child(2) {
    opacity: 1;
  }

  .s3-b ul li a:hover p {
    color: #FFFFFF;
  }


}

@media screen and (max-width: 1024px) {
  .tit-name b {
    font-size: .26rem;
  }

  .tit-name h3 {
    padding: .2rem .35rem .12rem .3rem;
  }

  .tit-name h3::before {
    width: .6rem;
    height: 0.59rem;
  }

  .s2-ltit .s2-ltit-name h3 {
    font-size: .22rem;
  }

  .s2-ltit .s2-ltit-name div img {
    width: .4rem;
  }

  .s1-c {
    display: block;
    padding-bottom: 10px;
  }

  .s1-l {
    width: auto;
    margin-right: 0;
  }

  .banner .slick {
    margin-left: -10px;
    margin-right: -10px;
  }

  .banner .slick-dots {
    width: 100%;
    left: 0;
    right: 0;
    justify-content: center;
    bottom: 0.1rem;
  }

  .s1-r {
    margin-right: 0;
    margin-top: 10px;
    padding: .3rem .15rem .2rem .15rem;
  }

  .s1-r ul li a {
    padding: .1rem 0 .1rem .5rem;
  }

  .s1-r ul li a h3, .s3-l ul li a .info1 h3, .s2-l ul li a .info h3, .s2-l ul li a .date span, .s3-r .slick ul li a .info h3, .s3-b ul li a p {
    font-size: .18rem;
  }

  .s1-r ul li::before {
    left: .2rem;
  }

  .s1-r ul li::after {
    left: -.04rem;
  }

  .s2-c {
    display: block;
  }

  .s2-l {
    width: auto;
    padding: .2rem .15rem;
  }

  .s2-l ul li a .date b {
    font-size: .24rem;
  }

  .s2-r ul {
    justify-content: space-between;
  }

  .s2-r ul li {
    margin-left: 0;
    width: calc(50% - .1rem);
    margin-top: .1rem;
    min-height: auto;
  }

  .s2-r ul li dl dd a {
    font-size: .16rem;
  }



  .s3-c {
    display: block;
  }

  .s3-l ul li a .info1 {
    height: .6rem;
    padding-right: 0;
  }

  .s3-r {
    margin-left: 0;
    width: auto;
    margin-top: .3rem;
    padding-top: 0.1rem;
    padding-right: .1rem;
  }

  .s3-r .slick ul li a .info {
    padding: 0 1.1rem .1rem .15rem;
  }

  .s3-r .slick .slick-dots li {
    margin: 0 .05rem;
  }

  .s3-b ul {
    flex-wrap: wrap;
    margin-top: .2rem;
  }

  .s3-b ul li {
    width: calc(50% - .05rem);
    margin-top: .1rem;
  }

  .s2 {
    padding-bottom: .35rem;
  }

  .gotop{
    right: 0.1rem;
  }
}

@media screen and (max-width: 768px) {
  .s2-r ul {
    display: block;
  }

  .s2-r ul li {
    width: auto;
  }

}

@media screen and (max-width: 480px) {}