@charset "utf-8";

body {
  overflow-x: hidden;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: auto;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.33rem;
}

.banner .slick-slide a .tx p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  max-height: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #FFFFFF;
  word-break: break-all;
}

.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-dots {
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
}

.banner .slick-dots li {
  width: calc((100% - 0.18rem)/18);
  margin: 0;
  padding: 0;
  height: 0.1rem;
  background: #ffffff;
  opacity: 0.7;
  transition: all 0.5s;
}

.banner .slick-dots li+li {
  margin-left: 0.06rem;
}

.banner .slick-dots li.slick-active {
  opacity: 1;
  background: #CE132D;
}

.banner .slick-dots li button {
  display: none;
}


.banner .slick-prev,
.banner .slick-next {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.7rem;
  background-image: url(../images/ban-prev.png);
}

.banner .slick-next {
  right: 0.7rem;
  background-image: url(../images/ban-next.png);
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  opacity: 0.5;
}

/*首页样式*/
.title {
  text-align: left;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  font-family: sys-b;
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 1;
  border-left: 0.03rem solid #c52922;
  padding-left: 0.18rem;
  color: #000;
}

.more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.more a {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  height: 0.34rem;
  line-height: 0.34rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.34rem auto;
  padding-right: 0.44rem;
  color: #747474;
  transition: all 0.5s;
}

.more a:hover {
  color: #c52922;
}

/*主体*/

/* section1 */
.section1 {
  background: #F7F7F7;
  padding: 0.96rem 0;
  overflow: hidden;
}

.s1-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.s1-l {
  width: 42.85%;
  position: relative;
  z-index: 2;
}

.s1-l img {
  display: block;
  width: 100%;
}

.s1-r {
  width: 54.28%;
  position: relative;
  z-index: 1;
}

.s1-r::before {
  content: '';
  position: absolute;
  top: -0.62rem;
  bottom: -0.64rem;
  right: -0.4rem;
  left: -1.18rem;
  background: #fff;
  z-index: -1;
}

.s1-r .k {
  overflow-y: auto;
}

.s1-r ul {
  max-height: 5rem;
  margin-right: 0.25rem;
}

.s1-r ul li {
  margin-bottom: 0.15rem;
}

.s1-r ul li a {
  display: block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(251, 224, 207, 0.2) 100%);
  border: 1px solid #E1CACD;
  padding: 0.16rem 0.26rem;
  position: relative;
  z-index: 1;
}

.s1-r ul li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 0.15rem solid #CD9BA2;
  border-right: 0.15rem solid transparent;
  z-index: 1;
}

.s1-r ul li a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 0.16rem solid #fff;
  border-left: 0.16rem solid transparent;
  z-index: 1;
}

.s1-r ul li a h3 {
  word-break: break-all;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.28rem;
}

.s1-r .k::-webkit-scrollbar {
  width: 0.08rem;
  height: 8px;
  background: #F2F2F2;
}

.s1-r .k::-webkit-scrollbar-track {
  /* border-radius: 0.1rem; */
  background: #F2F2F2;
}

.s1-r .k::-webkit-scrollbar-thumb {
  /* border-radius: 10px; */
  background-color: #CE132D;
}


/* section2 */
.section2 {
  padding: 0.35rem 0;
  background: url(../images/section2-bg.png) no-repeat center bottom;
  background-size: cover;
}

.s2-c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.s2-tit {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.36rem;
  text-align: center;
  color: #222222;
  background: url(../images/s2-zs.png) no-repeat right center;
  background-size: 0.46rem auto;
  padding-right: 0.62rem;
  margin-right: 0.8rem;
}

.s2-bd {}

.s2-bd ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.s2-bd ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #FFFFFF;
}

.s2-bd ul li+li {
  margin-left: 0.8rem;
}

.s2-bd ul li img {
  display: block;
  width: 1.3rem;
  box-shadow: 0px 0.04rem 0.08rem 0px rgba(0, 0, 0, 0.1);
}

.s2-bd ul li p {
  margin: 0 0.34rem;
  font-size: 0.2rem;
  line-height: 1.5;
  color: #333333;
}


/* section3 */
.section3 {
  padding: 0.9rem 0 0.83rem 0;
  background: url(../images/section3-bg.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.s3-c ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.s3-c ul li {
  width: 20%;
}

.s3-c ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.1rem;
  margin: 0.175rem 0.15rem;
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.1rem 0px rgba(193, 193, 193, 0.25);
  transition: all 0.5s;
  animation: imgdh linear 4s infinite;
}

.s3-c ul li a img {
  display: block;
  max-width: 90%;
  max-height: 90%;
}


@keyframes imgdh {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

.s3-c ul li:first-child a {
  animation-delay: -2.2746966623s;
}

.s3-c ul li:nth-child(2) a {
  animation-delay: -1.13953973602s;
}

.s3-c ul li:nth-child(3) a {
  animation-delay: -2.62958281955s;
}

.s3-c ul li:nth-child(4) a {
  animation-delay: -1.56106178214s;
}

.s3-c ul li:nth-child(5) a {
  animation-delay: -2.7399647813s;
}

.s3-c ul li:nth-child(6) a {
  animation-delay: -2.15733927126s;
}

.s3-c ul li:nth-child(7) a {
  animation-delay: -2.45596464219s;
}

.s3-c ul li:nth-child(8) a {
  animation-delay: -1.27819059292s;
}

.s3-c ul li:nth-child(9) a {
  animation-delay: -2.57325778547s;
}

.s3-c ul li:hover a {
  box-shadow: 0px 0.05rem 0.1rem 0px rgba(206, 19, 45, 0.25);
}


@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1260px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .s1-l {
    width: 100%;
  }

  .s1-r {
    width: 100%;
  }

  .section1 {
    padding: 0.2rem 0;
  }

  .s1-r {
    margin-top: 0.3rem;
  }

  .s1-r::before {
    top: 0;
    bottom: 0;
    left: -0.2rem;
    right: -0.2rem;
  }

  .s1-r .k {
    margin: 0.3rem 0;
  }

  .s1-r ul li {
    margin-bottom: 0.2rem;
  }

  .s1-r ul li a h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .banner .slick-dots li {
    height: 0.1rem;
    width: 0.1rem;
    padding: 0 5px;
   margin: 10px;
  }

  .banner .slick-slide a .tx {
    bottom: 0.2rem;
  }

  .banner .slick-slide a .tx p {
    line-height: 0.26rem;
    max-height: 0.78rem;
  }

  .s1-r .k::-webkit-scrollbar {
    width: 0.05rem;
  }

  .s2-bd ul li img {
    width: 0.8rem;
  }

  .s2-bd ul li p {
    font-size: 0.18rem;
    margin: 0 0.24rem;
  }

  .s2-bd ul li+li {
    margin-left: 0.4rem;
  }

  .s2-tit {
    font-size: 0.24rem;
    background-size: 0.3rem auto;
    padding-right: 0.46rem;
    margin-right: 0.4rem;
  }

  .section3 {
    padding: 0.4rem 0;
  }
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 768px) {
  .s2-tit {
    margin-right: 0;
    margin-bottom: 0.2rem;
  }

  .s2-bd {
    width: 100%;
  }

  .s3-c ul li {
    width: 33.333%;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .banner .slick-slide a .tx {
    position: static;
    padding: 0.2rem 0;
  }

  .banner .slick-slide a .tx p {
    color: #333;
  }

  .banner .slick-dots li {
    background: rgba(0, 0, 0, 0.2);
  }

  .s2-bd ul li {
    width: 100%;
  }

  .s2-bd ul li+li {
    margin-left: 0;
    margin-top: 0.2rem;
  }

  .s3-c ul li a {
    margin: 0.1rem;
  }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}