@charset "UTF-8";

body {
  overflow-x: hidden;
}

/*banner*/
.banner-box {
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}

.banner-box .banner::before {
  content: '';
  position: absolute;
  width: 3.46rem;
  height: 3.46rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transform: translateX(-50%);
  bottom: -1.46rem;
  left: 50%;
  z-index: 11;
}

.banner-box .bannertb2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: .37rem;
  bottom: .45rem;
  color: #ffffff;
  z-index: 11;
  cursor: pointer;
}

.banner-box .bannertb2 .wz {
  font-family: SourceHanSerifSCBold;
  font-size: .18rem;
  text-align: center;
  margin-bottom: .15rem;
}

.banner-box .bannertb2 .jt {
  margin: auto;
  display: block;
  animation: scrollAnia 2s infinite;
}

/* 11.28 新增 */

.box4 .title1 {
  display: inline-block;
  margin-right: .5rem;
  border-bottom: 1px solid rgba(219, 193, 146, 0);
  padding-bottom: .25rem;
  cursor: pointer;
}

.box4 .title1.style {
  border-bottom: 1px solid #dbc192;
  color: #dbc192;
}


.box4 .tabs {
  position: relative;
}

.box4 .tab {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.8s;
}

.box4 .tab.style {
  position: relative;
  z-index: 1 !important;
  opacity: 1 !important;
}

@media screen and (max-width: 500px) {
  .box4.box4 .title1 {
    margin-right: 15px;
    font-size: 20px;
    padding-bottom: 12px;
  }
}

@keyframes scrollAnia {
  0% {
    transform: translate(0, 5px);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    transform: translate(0, .17rem);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* @keyframes bannerplay {

  61%,
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(.15rem);
    opacity: 0;
  }

  60% {
    transform: translateY(0);
    opacity: 0;
  }
} */

.banner,
.banner div.slick-list,
.banner .slick-slide .a,
.banner .slick-slide .a img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner .slick-slide .a .pic {
  padding-top: 0;
  height: 100vh;
}

.banner .slick-slide .a .pic video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-slide .a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide .a::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.58rem;
}

.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 {
  max-width: 14.4rem;
  margin: 0 auto;
  bottom: 0.24rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 12;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.07rem;
  padding: 0;
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  /* background: url(../images/ban-dot.png) no-repeat; */
  background-size: 100% 100%;
  transition: all 0.5s 0.1s;
}

.banner .slick-dots li.slick-active {
  background-color: rgba(255, 255, 255, 0);
}

.banner .slick-dots li.slick-active::after {
  width: 0.21rem;
  height: 0.21rem;
  transform: translate(-50%, -50%) rotate(360deg);
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-prev,
.banner .slick-next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.08rem auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.6rem;
  background-image: url(../images/jdt-prev.png);
}

.banner .slick-next {
  right: 0.6rem;
  background-image: url(../images/jdt-next.png);
}

.banner:hover .slick-prev,
.banner:hover .slick-next {
  visibility: visible;
  opacity: 1;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.banner-box .gd {
  position: absolute;
  bottom: 0.55rem;
  left: 50%;
  margin-left: 7.435rem;
  z-index: 2;
}

.banner-box .gd a {
  display: block;
  border-left: 1px solid #fff;
  padding-left: 0.1rem;
  font-size: 0.18rem;
  color: #fff;
  transition: all 0.5s;
}

.banner-box .gd a:hover {
  color: #991718;
}

.banner-box .slick-slide .a {
  position: relative;
  display: block;
}

.banner-box .slick-slide .a::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2.53rem;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  z-index: 1;
  transition: all 0.8s;
}

.juanzhou {
  position: absolute;
  bottom: 1.36rem;
}

/*  */
.box1 {
  position: relative;
  z-index: 1;
}

.box1 .left {
  width: 73%;
  float: left;
  box-sizing: border-box;
  padding-right: 0.6rem;
}

.box1 .left .top {
  position: relative;
  padding-left: 22%;
  box-sizing: border-box;
}

.box1 .left .top .zc {
  width: 22%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.box1 .left .top .zc .lmmc {
  background-color: #991718;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67%;
}

.box1 .left .top .zc .lmmc1 {
  width: 73%;
}

.box1 .left .top .zc .wz {
  color: #ffffff;
  font-family: SourceHanSerifSCBold;
  font-size: 0.3rem;
  padding-left: 0.22rem;
  box-sizing: border-box;
  position: relative;
}

.box1 .left .top .zc .tb {
  margin-top: -0.24rem;
}

.box1 .left .top .zc .wz span {
  font-size: 0.48rem;
}

.box1 .left .top .zc .tb svg .st0 {
  fill: none;
  stroke: #bc4041;
  stroke-width: 1;
  stroke-miterlimit: 10;
}

.box1 .left .top .zc .lmmc svg {
  width: 100%;
  height: 100%;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  transition: .3s;
}

.box1 .left .top .zc .lmmc:hover svg {
  animation: dash 10s ease;
}

.box1 .left .top .zc .lmmc:hover .wz {
  animation: customWipe 3s;
}

.box1 .left .top .zc .more {
  background-color: #ccad63;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  height: 33%;
}

.more1 {
  text-align: center;
}

.box1 .left .top .zc .more:hover .more2 {
  animation: customWipe 2s infinite;
}

.more1 .more1wz {
  font-size: 0.24rem;
  font-family: SourceHanSerifSCBold;
}

.more1 .moretb {
  margin: auto;
  margin-top: 0.15rem;
  width: 0.35rem;
}

.box1 .left .top .yc {
  /* width: 78%; */
}

.box1 .left .top .yc .img {
  overflow: hidden;
}

.box1 .left .top .yc .img img {
  width: 100%;
  height: 4.5rem;
  object-fit: cover;
  transition: all 0.4s;
}

.box1 .left .top .yc .wz {
  padding: 0.33rem 0.4rem;
  box-sizing: border-box;
  background: url(../images/zyw5.png) no-repeat center right;
  background-size: cover;
}

.box1 .left .top .yc .l2 {
  font-size: 0.22rem;
  line-height: 0.32rem;
  height: 0.64rem;
  color: #ffffff;
  transition: all 0.4s;
  font-family: SourceHanSansCNRegular;
}

.box1 .left .top .slick-dots,
.box1 .left .top .slick-arrow {
  display: none !important;
}


.box1 .left .top .yc .a:hover .img img {
  transform: scale(1.05);
}

.box1 .left .top .yc .a:hover .l2 {
  /* text-decoration: underline; */ 
}

/* 自定义擦除动画 */
@keyframes customWipe {

  1% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    /* 从左向右裁剪 */
  }

  0%,
  50% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    /* 完全显示 */
  }

}

.box1 .left .bottom {
  padding-left: 22%;
  box-sizing: border-box;
}

.box1 .left .bottom .a {
  box-sizing: border-box;
  width: 33.33%;
  float: left;
  background-color: #f9f6f6;
  position: relative;
  transition: all 0.8s;
}

.box4 .item .a .wz,
.box1 .right .a .wz1,
.box1 .left .bottom .a {
  position: relative;
}

.box4 .item .a .wz::before,
.box1 .right .a .wz1::before,
.box1 .left .bottom .a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zyw6.png) no-repeat top right;
  display: none;
}

.box1 .left .bottom .a:hover {
  background-color: #fff8f8;
  color: #991718;
}

.box4 .item .a:hover .wz::before,
.box1 .right .a:hover .wz1::before,
.box1 .left .bottom .a:hover:before {
  animation: customWipe1 2s;
  display: block;
}



@keyframes customWipe1 {

  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 100%);
    /* 从左向右裁剪 */
  }

  /* 0%, */
  50% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    /* 完全显示 */
  }

}

.box1 .left .bottom .date {
  width: 0.77rem;
  height: 0.77rem;
  border-bottom-right-radius: 0.2rem;
  position: relative;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  transition: all 0.8s;
  background: url(../images/zyw8.png) no-repeat center center;
  background-color: #af4b4a;
  background-size: 0.71rem;
}

.box1 .left .bottom .date1 {
  font-size: 0.36rem;
  font-family: SourceHanSerifSCBold;
  padding-bottom: 0.04rem;
  padding-top: 0.07rem;
}

.box1 .left .bottom .date2 {
  font-size: 0.18rem;
}

.box1 .left .bottom .title {
  padding: 0.27rem 0.3rem;
  padding-bottom: 0.34rem;
  position: relative;
  box-sizing: border-box;
}

.box1 .left .bottom .l2 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
}

.box1 .left .bottom .a:hover .date {
  background-color: #ccad63;
}

.box1 .right {
  width: 27%;
  float: right;
}

.box1 .right .a {
  position: relative;
  transition: all 0.4s;
}

.box1 .right .img {
  overflow: hidden;
  position: relative;
}

.box1 .right .img img {
  width: 100%;
  height: 2.8rem;
  object-fit: cover;
  transition: all 0.4s;
}

.box1 .right .sj {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.77rem;
  height: 0.77rem;
  border-bottom-right-radius: 0.2rem;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  transition: all 0.8s;
  background-color: #af4b4a;
  background-size: 0.71rem;
}

.box1 .right .sj1 {
  font-size: 0.33rem;
  font-family: SourceHanSerifSCBold;
  padding-bottom: 0.04rem;
  padding-top: 0.09rem;
}

.box1 .right .sj2 {
  font-size: 0.18rem;
}

.box1 .right .wz {
  width: calc(100% - .4rem);
  margin: auto;
  position: relative;
  padding: 0.32rem 0;
  border-bottom: 1px solid #ebebeb;

}

.box1 .right .date {
  margin-bottom: 0.17rem;
  font-size: 0.18rem;
  /* 微软雅黑 */
  font-family: Microsoft YaHei;
  padding-left: 0.32rem;
  background: url(../images/zyw7.png) no-repeat center left;
  background-size: .22rem;
  color: #910000;
  position: relative;
  z-index: 2;
}

.box1 .right .l2 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
  position: relative;
  z-index: 2;
}

.box1 .right .a:hover .img img {
  transform: scale(1.07);
}

.box1 .right .a:last-child .wz {
  border-bottom: 0rem solid;
}

.box1 .right .a .wz1::before {
  z-index: 2;
}

.box1 .right .a .wz::before {
  content: '';
  position: absolute;
  top: -0.02rem;
  left: -0.2rem;
  width: calc(100% + 0.4rem);
  bottom: -0.02rem;
  background-color: #ffffff;
  /* border-radius: 0.1rem; */
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 1;
}

.box1 .right .a:hover .wz::before {
  opacity: 1;
  visibility: visible;
  box-shadow: 0rem 0.1rem 0.3rem 0rem rgba(0, 0, 0, 0.1);
}

.box1 .right .a:hover {
  color: #991718;
}

.box1 .right .a:nth-child(1) .wz::before {
  display: none !important;
}

.box1 .right .a:nth-child(1):hover {
  box-shadow: 0rem 0.1rem 0.3rem 0rem rgba(0, 0, 0, 0.1);
  color: #991718;
}

.box1 .right .a:nth-child(1):hover .wz {
  border-bottom: 1px solid #ffffff;
}

.title1 {
  font-family: SourceHanSerifSCBold;
  font-size: 0.48rem;
  margin-bottom: 0.55rem;
  line-height: 1;
}

.box2 {
  background-color: #f9f6f6;
  position: relative;
}

.box21 {
  overflow: hidden;
}

.box2::before {
  content: '';
  position: absolute;
  right: 0;
  width: 8.38rem;
  height: 8.3rem;
  background: url(../images/zyw9.png) no-repeat;
  background-size: 100%;
  height: 100%;
  top: -2rem;
  right: 0;
}

.box2 .list {
  box-sizing: border-box;
  margin: 0rem -0.25rem;
}

.box2 .item {
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.4s;
}

.box2 .item.slick-active {
  opacity: 1;
}

.box2 .item .a {
  width: calc(100% - 0.5rem);
  margin: auto;
}

.box2 .item .img {
  overflow: hidden;
  position: relative;
}

.box2 .item .img img {
  width: 100%;
  height: 3.6rem;
  object-fit: cover;
  transition: all 0.4s;
}

.box2 .item .wz {}

.box2 .item .wz .l1 {
  line-height: 0.9rem;
  font-size: 0.22rem;
  color: #991718;
}

.box2 .more {
  float: right;
  margin-left: auto;
  padding-top: 0.2rem;
}

.box2 .more1 {
  position: relative;
  z-index: 2;
}

.box2 .more1 .more1wz {
  color: #a57272;
}

.box2 .more1:hover .more2 {
  animation: customWipe 2s infinite;
}

.box2 .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.14rem;
  bottom: -0.7rem;
}

.box2 .slick-dots li {
  display: block;
  margin: 0;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #dbcccc;
}

.box2 .slick-dots .slick-active {
  width: 0.13rem;
  height: 0.13rem;
  background-color: #991718;
}

.box2 .slick-prev,
.box2 .slick-next {
  top: auto;
  bottom: 0;
  left: 0.25rem;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  border: 1px solid #cbbaba;
  background: url(../images/zyw10.png) no-repeat center center;
  bottom: -1.2rem;
  transition: all 0.6s;
}

.box2 .slick-next {
  left: 1.15rem;
  background-image: url(../images/zyw11.png);
}

.box2 .slick-prev:hover {
  box-shadow: 0rem 0rem 0.2rem 0rem #cbbaba;
  background-color: #cbbaba;
  background-image: url(../images/zyw10_1.png);
}

.box2 .slick-next:hover {
  box-shadow: 0rem 0rem 0.2rem 0rem #cbbaba;
  background-color: #cbbaba;
  background-image: url(../images/zyw11_1.png);
}

.box2 .item .a .wz,
.box2 .item .a .block {
  transition: all 0.4s;
}

.box2 .item .a:hover .block {
  background-color: #ffffff;
  transform: translateY(-0.25rem);
  box-shadow: 0rem 0rem 0.25rem 0rem rgba(175, 75, 74, 0.15);
}

.box2 .item .a:hover .wz {
  padding: 0px 0.25rem;
  box-sizing: border-box;
}

.box2 .slick-list {
  overflow: visible;
  padding: 0 !important;
}

.box2 .slick-center {
  font-family: SourceHanSerifSCBold;
}

.box2 .list .a:hover .img img {
  /* transform: scale(1.1); */
}

.box3 {
  padding: .9rem 0;
}

.box3 .left {
  width: 3rem;
  float: left;
  color: #ffffff;
}


.title2 {
  font-family: SourceHanSerifSCBold;
  color: #ffffff;
  font-size: 0.48rem;
  line-height: 1;
  margin-bottom: 0.2rem;
}

.box3 .nr {
  background: url(../images/zyw12.png) no-repeat left top;
  background-size: 56% 100%;
}

.box3 .nr .box {
  position: relative;
}

.box3 .left .lmlb {}

.box3 .left .lmlb .item {
  padding: 0.1rem 0;
  cursor: pointer;
}

.box3 .left .lmlb .wz {
  line-height: 0.52rem;
  font-family: SourceHanSerifSCBold;
  font-size: 0.24rem;
  display: inline-block;
  transition: all 0.8s;
  border-bottom: 1px solid rgba(219, 193, 146, 0);
}

.box3 .left .lmlb .item.style .wz {
  border-bottom: 1px solid #dbc192;
  color: #dbc192;
}

.box3 .gdlb {
  position: absolute;
  bottom: .9rem;
  left: 0;
}

.box3 .gdlb .more1 {
  display: none;
  color: #dbc192;
}

.box3 .gdlb .style {
  display: block;
}

.box3 .gdlb .more1:hover .more2 {
  animation: customWipe 2s infinite;
}

.box3 .slick-dots,
.box3 .slick-arrow {
  display: none !important;
}

.box3 .right {
  overflow: hidden;
  width: calc(100% - 3rem);
  float: left;
  position: relative;
}

.box3 .right .item {
  /* padding-left: 0.34rem; */
  box-sizing: border-box;
}

.box3 .right .list .a {
  width: calc(100% - 0.34rem);
  margin-left: auto;
}

.box3 .right .list .img {
  overflow: hidden;
  position: relative;
  padding-top: 0;
  background: #fbedcd;
  padding: 0.4rem;
  min-height: 2.8rem;
}
.box3 .right .list .img h5{
    font-size: 0.22rem;
}
.box3 .right .list .img p{
    font-weight: 100;
    margin-top: 0.2rem;
    font-size: 0.18rem;
}
.box3 .right .list .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.4s;
}

.box3 .right .list .a:hover img {
  transform: scale(1.1);
}

.box3 .right .list {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.8s;
}

.box3 .right .list.style {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.box4::before {
  display: none;
}

.box4 {
  background: url(../images/zyw16.png) no-repeat top center;
  background-size: cover;
}

.box4 .item .wz .l2 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
  font-family: SourceHanSerifSCBold;
}

.box4 .item .wz {
  box-sizing: border-box;
  padding: 0.3rem 0.3rem !important;
}

.box4 .item .block {
  /* background-color: #f8f8f8; */
  background-color: #ffffff;
}

.box4 .item .a:hover {
  color: #991718;
}

.box4 .slick-slider {
  padding-bottom: 0.3rem;
}

.box4 .slick-dots {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .box4 .slick-slider {
    padding-bottom: 7px;
  }

  .box3 .left .lmlb {
    text-align: center;
  }

  .box3 .left .lmlb .item {
    display: inline-block;
    padding: 5px 10px;
  }

  .box3 .left .lmlb .wz {
    font-size: 14px;
    line-height: 1.5;
  }

  .box3 .left {
    width: 100%;
    float: none;
  }

  .box3 {
    padding: 0;
  }

  .box3 .gdlb {
    position: static;
    display: inline-block;
    margin-top: 20px;
  }

  .box3 .right .list .a {
    margin: auto;
  }

  .title2 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 0.3rem;
  }

  .box3 .left .lmlb .wz {
    color: #333333;
  }

  .box3 .nr {
    background: none;
  }


  .box3 .right .list .a {
    width: calc(100% - 12px);
  }

  .box3 .right {
    width: auto;
    float: none;
    margin: 0px -6px;
    margin-top: 25px;
  }

  .box1 .right .img img {
    height: 61vw;
  }

  .more1 .moretb {
    margin-top: 7px;
    width: 22px;
  }

  .more1 .more1wz {
    font-size: 16px;
  }

  .box2 .item .img img {
    height: 32vw;
  }

  .box1 .right .l2 {
    height: auto;
  }

  .title1 {
    font-size: 24px;
    margin-bottom: 0.3rem;
  }

  .box1 .left .bottom .a {
    width: 100%;
    margin-top: 20px;
  }

  .box1 .left .bottom {
    padding: 0
  }

  .box1 .left .bottom .l2 {
    height: auto;
  }

  .box1 .left {
    float: none;
    width: 100%;
    padding: 0;
  }

  .box1 .left .top .yc .img img {
    height: 39vw;
  }

  .box1 .right {
    float: none;
    width: 100%;
    margin-top: 30px;
  }

  .box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .banner-box .banner::before,
  .banner-box .bannertb2,
  #asideNav {
    display: none !important;
  }

  .banner,
  .banner div.slick-list,
  .banner .slick-slide .a,
  .banner .slick-slide .a img {
    height: 50vw;
  }

  .banner .slick-slide .a video {
    width: 100%;
    height: 60vw;
  }

  .banner .slick-dots {
    bottom: 0.25rem;
    text-align: center;
  }

  .banner .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
  }

  .banner .slick-dots li.slick-active {
    width: 0.16rem;
    height: 0.16rem;
  }

  .banner-box .gd {
    bottom: 0.21rem;
    margin-left: 0.7rem;
  }

  .banner-box .gd a {
    font-size: 0.16rem;
  }

}

@media screen and (max-width: 700px) {
  .box1 .left .top .zc {
    display: none !important;
  }

  .box1 .left .top .yc {
    width: 100%;
  }

  .box1 .left .top .yc .img img {
    height: 50vw;
  }

  .box1 .left .top {
    padding-left: 0;
  }
}

@media screen and (max-width: 551px) {
  .box2 .item .img img {
    height: 64vw;
  }

  .box2 .slick-dots {
    display: none !important;
  }
}