.index-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-title .text h2 {
  color: #000000;
  font-size: 30px;
  line-height: 1;
  animation-delay: 0.1s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  font-family: serif;
  position: relative;
  z-index: 1;
}
.index-title .text p {
  color: #000000;
  font-size: 18px;
  line-height: 1;
  margin-top: 7px;
  animation-delay: 0.2s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  text-transform: uppercase;
  letter-spacing: 10px;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}
.index-title .bg {
  width: 349px;
  height: 43px;
  margin-top: -27px;
  position: relative;
  animation-delay: 0.3s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  color: #000000;
  font-size: 24px;
  text-align: center;
  line-height: 43px;
  font-family: serif;
  background: url(../images/bg.jpg) no-repeat center center;
}
.index-title .bg::before {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  top: 19px;
  left: -51px;
  position: absolute;
  background-color: #94c4e6;
}
.index-title .bg::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  top: 19px;
  right: -51px;
  position: absolute;
  background-color: #94c4e6;
}
.index-1 {
  padding: 60px 0 120px;
  margin-top: 10px;
  background: url(../images/bg1.jpg) no-repeat center 114px;
}
.index-1 .about {
  text-align: center;
}
.index-1 .about video {
  width: 800px;
  height: 450px;
  object-fit: cover;
  margin-top: 60px;
  animation-delay: 0.1s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-1 .about .desc {
  width: 1024px;
  text-align: center;
  margin: 0 auto;
  color: rgba(83, 83, 83, 0.85);
  font-size: 16px;
  line-height: 1.5;
  margin-top: 60px;
  animation-delay: 0.2s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-1 .about .en {
  color: rgba(83, 83, 83, 0.57);
  font-size: 14px;
  line-height: 18px;
  margin-top: 50px;
  animation-delay: 0.3s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-1 .about .dots {
  color: #535353;
  font-size: 18px;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 9px;
  animation-delay: 0.1s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-1 .about .more {
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  background-color: #94c4e6;
  padding: 0.25em 1em;
  border-radius: 99px;
  margin-bottom: 112px;
  animation-delay: 0.1s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-1 .kc {
  position: relative;
}
.index-1 .kc .classes {
  display: flex;
  width: 1200px;
  height: 911px;
  margin-top: 95px;
}
.index-1 .kc .classes li {
  width: 326px;
  height: calc((100% - 111px) / 2);
  background: url(../images/border.png) no-repeat center center;
}
.index-1 .kc .classes li .pic {
  width: 100%;
  height: 225px;
  display: block;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  transition: all 0.33s linear;
  border-bottom: 1px solid #97adb6;
}
.index-1 .kc .classes li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  transition: all 0.33s linear;
}
.index-1 .kc .classes li .pic .line {
  width: 326px;
  height: 7px;
  position: absolute;
  bottom: -1px;
  left: -12px;
  transition: all 0.33s linear;
  background: url(../images/line.png) no-repeat center center;
}
.index-1 .kc .classes li .info {
  width: 326px;
  height: 176px;
  text-align: center;
  padding-top: 24px;
  position: relative;
}
.index-1 .kc .classes li .info::before {
  width: 100%;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 0.33s linear;
  background: url(../images/bg.png) no-repeat center center;
}
.index-1 .kc .classes li .info .en {
  color: #2b2b2b;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  transition: all 0.33s linear;
}
.index-1 .kc .classes li .info .title {
  color: #181818;
  font-size: 24px;
  line-height: 1;
  margin-top: 15px;
  display: block;
  position: relative;
  transition: all 0.33s linear;
}
.index-1 .kc .classes li .info .desc {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding: 0 34px;
  margin-top: 12px;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
  transition: all 0.33s linear;
  position: relative;
}
.index-1 .kc .classes li.active .pic {
  padding: 0;
  border: 0;
}
.index-1 .kc .classes li.active .pic .line {
  left: 0;
}
.index-1 .kc .classes li.active .info::before {
  height: 100%;
  top: 0;
}
.index-1 .kc .classes li.active .en {
  color: #fff;
}
.index-1 .kc .classes li.active .title {
  color: #fff;
}
.index-1 .kc .classes li.active .desc {
  font-size: 14px;
  height: auto;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-1 .kc .swiper-button-prev {
  left: 48%;
}
.index-1 .kc .swiper-button-next {
  right: 48%;
}
.index-1 .kc .swiper-button-prev,
.index-1 .kc .swiper-button-next {
  top: unset;
  bottom: -60px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid #9d9c9d;
}
.index-1 .kc .swiper-button-prev::after,
.index-1 .kc .swiper-button-next::after {
  color: #9d9c9d;
  font-size: 14px;
}
.index-1 .texts {
  text-align: center;
  margin-top: 100px;
}
.index-1 .texts .title {
  color: #c0c0c0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  animation-delay: 0.1s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-1 .texts .title span {
  color: #60a4de;
}
.index-1 .texts p {
  color: #535353;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  animation-delay: 0.2s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-1 .texts .line {
  width: 37px;
  height: 5px;
  margin: 40px auto 0;
  background-color: #60a4de;
  animation-delay: 0.3s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-2 {
  width: 100%;
  padding-top: 129px;
  padding-bottom: 200px;
  position: relative;
  background: url(../images/bg2.jpg) no-repeat top center;
}
.index-2 .index-title .bg {
  margin-top: 0;
}
.index-2 .index-title .bg::after {
  background-color: #70addc;
}
.index-2 .index-title .bg::before {
  background-color: #70addc;
}
.index-2 .fish {
  width: 387px;
  height: 472px;
  position: absolute;
  left: 0;
  bottom: 139px;
  background: url(../images/fish.png) no-repeat center center;
}
.index-2 > .desc {
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-top: 25px;
  animation-delay: 0.2s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-2 ul {
  display: flex;
  width: 1134px;
  margin: 36px auto 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-2 ul li {
  margin-top: 17px;
  position: relative;
  border: 1px solid #d79045;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
.index-2 ul li .pic {
  width: 100%;
  height: 100%;
}
.index-2 ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-2 ul li .mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  filter: blur(10px);
  transform: scale(1.2);
  background: rgba(6, 91, 170, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.66s linear;
  padding: 0 10%;
}
.index-2 ul li .mask .tit {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  font-family: serif;
}
.index-2 ul li .mask .desc {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 24px;
}
.index-2 ul li.active .mask {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.index-2 ul li:nth-child(1) {
  width: 379px;
  height: 555px;
  animation-delay: 0.1s;
}
.index-2 ul li:nth-child(2) {
  width: 740px;
  height: 555px;
  animation-delay: 0.2s;
}
.index-2 ul li:nth-child(3) {
  width: 706px;
  height: 471px;
  animation-delay: 0.3s;
}
.index-2 ul li:nth-child(4) {
  width: 410px;
  height: 471px;
  animation-delay: 0.4s;
}
.index-3 {
  width: 100%;
  height: 800px;
  max-width: 1920px;
  min-width: 1366px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.index-3 .bg {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  z-index: -1;
}
.index-3 .bg .color {
  flex: 1;
  background-image: linear-gradient(to right, #fff, #e3e6eb);
}
.index-3 .bg .pic {
  width: 391px;
  height: 100%;
  flex-shrink: 0;
  background: url(../images/bg.jpg) no-repeat center center;
}
.index-3 .cont {
  padding-top: 113px;
}
.index-3 .cont .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-3 .cont .title .text .tit {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.index-3 .cont .title .text .tit h3 {
  background-image: linear-gradient(#8f693d, #e0be85);
  background-clip: text;
  color: transparent;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  animation-delay: 0.1s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-3 .cont .title .text .tit img {
  animation-delay: 0.3s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  margin-left: 12px;
}
.index-3 .cont .title .text .more {
  color: #4d4c4c;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-3 .cont .title .text .more .iconfont {
  color: #8f693d;
  width: 18px;
  height: 18px;
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  margin-left: 10px;
  border: 1px solid #8f693d;
}
.index-3 .cont ul {
  display: flex;
  padding-right: 15%;
  margin-top: 95px;
}
.index-3 .cont ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2.5%;
  flex: 1;
  border-radius: 20px;
  border: 5px solid #656694;
  margin-right: 2.5%;
  height: 365px;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-3 .cont ul li .line {
  width: 21px;
  height: 17px;
  display: flex;
  position: absolute;
  top: 92px;
  left: -15px;
  flex-direction: column;
  justify-content: space-between;
}
.index-3 .cont ul li .line::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #656694;
}
.index-3 .cont ul li .line::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #656694;
}
.index-3 .cont ul li .num {
  color: #8f693d;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.index-3 .cont ul li h4 {
  color: #4d4c4c;
  font-size: 20px;
  line-height: 1;
  margin-top: 32px;
  margin-bottom: 42px;
}
.index-3 .cont ul li .desc {
  color: #4d4c4c;
  font-size: 16px;
  line-height: 24px;
}
.index-3 .cont ul li:nth-child(1) {
  animation-delay: 0.1s;
}
.index-3 .cont ul li:nth-child(2) {
  animation-delay: 0.25s;
}
.index-3 .cont ul li:nth-child(3) {
  animation-delay: 0.4s;
}
.index-4 {
  padding: 60px 0;
}
.index-4 .cont {
  position: relative;
}
.index-4 .cont > h3 {
  background-image: linear-gradient(#8f693d, #e0be85);
  background-clip: text;
  color: transparent;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  animation-delay: 0.1s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  position: absolute;
  top: 0;
  left: 0;
}
.index-4 .cont .body-swiper {
  position: relative;
}
.index-4 .cont .body-swiper .mySwiper2 .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
}
.index-4 .cont .body-swiper .mySwiper2 .swiper-wrapper .swiper-slide .info {
  margin-right: 12.5vw;
  padding-top: 10vh;
}
.index-4 .cont .body-swiper .mySwiper2 .swiper-wrapper .swiper-slide .info .tit {
  display: flex;
  align-items: end;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-4 .cont .body-swiper .mySwiper2 .swiper-wrapper .swiper-slide .info .tit h3 {
  color: #4d4c4c;
  font-size: 28px;
}
.index-4 .cont .body-swiper .mySwiper2 .swiper-wrapper .swiper-slide .info .tit span {
  color: #4d4c4c;
  font-size: 16px;
  margin-left: 1em;
}
.index-4 .cont .body-swiper .mySwiper2 .swiper-wrapper .swiper-slide .info .desc {
  color: #747474;
  font-size: 14px;
  line-height: 2;
  margin-top: 1em;
  animation-delay: 0.2s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-4 .cont .body-swiper .mySwiper2 .swiper-wrapper .swiper-slide .info .more {
  display: flex;
  width: 227px;
  height: 62px;
  text-align: center;
  background-color: #fff;
  padding: 7px;
  border-radius: 31px;
  line-height: 62px;
  align-items: center;
  position: relative;
  margin-top: 16px;
  margin-left: 8px;
  animation-delay: 0.4s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.index-4 .cont .body-swiper .mySwiper2 .swiper-wrapper .swiper-slide .info .more span {
  color: #828282;
  font-size: 18px;
  padding-left: 68px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
  z-index: 2;
}
.index-4 .cont .body-swiper .mySwiper2 .swiper-wrapper .swiper-slide .info .more .iconfont {
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 24px;
  margin-left: auto;
  border-radius: 24px;
  line-height: 48px;
  position: absolute;
  z-index: 2;
  right: 7px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-4 .cont .body-swiper .mySwiper2 .swiper-wrapper .swiper-slide .info .more::after {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 24px;
  position: absolute;
  right: 7px;
  background-color: #e0be85;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-4 .cont .body-swiper .mySwiper2 .swiper-wrapper .swiper-slide .info .more:hover span {
  color: #fff;
  padding-left: 52px;
}
.index-4 .cont .body-swiper .mySwiper2 .swiper-wrapper .swiper-slide .info .more:hover .iconfont {
  right: 48px;
}
.index-4 .cont .body-swiper .mySwiper2 .swiper-wrapper .swiper-slide .info .more:hover::after {
  width: 213px;
}
.index-4 .cont .body-swiper .mySwiper2 .swiper-wrapper .swiper-slide .pic {
  width: 33.3333vw;
  max-width: 640px;
  margin-left: auto;
  flex-shrink: 0;
  padding: 100px 90px 0 90px;
  animation-delay: 0.2s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-4 .cont .body-swiper .mySwiper2 .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  object-fit: contain;
}
.index-4 .cont .body-swiper .bottom {
  position: absolute;
  width: 640px;
  padding: 0 50px;
  bottom: 10vh;
}
.index-4 .cont .body-swiper .bottom .mySwiper .swiper-wrapper .swiper-slide {
  background-color: #8f693d;
  text-align: center;
  height: 120px;
  border-radius: 50%;
  padding-top: 16px;
  transition: all 0.33s linear;
}
.index-4 .cont .body-swiper .bottom .mySwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
}
.index-4 .cont .body-swiper .bottom .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  background-color: #e0be85;
}
.index-4 .cont .body-swiper .bottom .btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e0be85;
  text-align: center;
  line-height: 30px;
}
.index-4 .cont .body-swiper .bottom .btn.swiper-button-next {
  right: 0;
}
.index-4 .cont .body-swiper .bottom .btn.swiper-button-prev {
  left: 0;
}
.index-4 .cont .body-swiper .bottom .btn::after {
  font-size: 16px;
  color: #fff;
}
.index-4 .cont .body-swiper .round {
  position: absolute;
  right: 0;
  top: 0;
  width: 33.33333vw;
  max-width: 640px;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
.index-4 .cont .body-swiper .round img {
  width: 100%;
  height: 100%;
}
.index-5 {
  padding: 60px 0;
}
.index-5 .store {
  margin-top: 40px;
}
.index-5 .store .swiper-wrapper .swiper-slide .pic {
  display: block;
  height: 18.5vw;
}
.index-5 .store .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-5 .store .swiper-wrapper .swiper-slide .tit {
  display: block;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: -36px;
  width: 100%;
  transition: all 0.33s linear;
  background-color: rgba(204, 89, 18, 0.75);
}
.index-5 .store .swiper-wrapper .swiper-slide:hover .tit {
  bottom: 0;
}
.index-6 {
  padding: 60px 0;
}
.index-6 .news {
  margin-top: 40px;
}
.index-6 .news .news-list .swiper-wrapper .swiper-slide {
  overflow: hidden;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: zoomIn;
}
.index-6 .news .news-list .swiper-wrapper .swiper-slide .pic {
  display: block;
  width: 100%;
  height: 256px;
}
.index-6 .news .news-list .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-6 .news .news-list .swiper-wrapper .swiper-slide .tit {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: bold;
  line-height: 3;
  transition: all 0.5s linear;
}
.index-6 .news .news-list .swiper-wrapper .swiper-slide p {
  color: #949494;
  font-size: 16px;
  line-height: 1;
}
.index-6 .news .news-list .swiper-wrapper .swiper-slide:hover .tit {
  color: #8f693d;
}
.index-6 .news .news-list .swiper-wrapper:nth-child(1) {
  animation-delay: 0.07s;
}
.index-6 .news .news-list .swiper-wrapper:nth-child(2) {
  animation-delay: 0.14s;
}
.index-6 .news .news-list .swiper-wrapper:nth-child(3) {
  animation-delay: 0.21s;
}
.index-6 .news .news-list .swiper-wrapper:nth-child(4) {
  animation-delay: 0.28s;
}
.index-6 .news .news-list .swiper-wrapper:nth-child(5) {
  animation-delay: 0.35s;
}
.index-6 .news .news-list .swiper-wrapper:nth-child(6) {
  animation-delay: 0.42s;
}
.index-6 .news .btns {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.index-6 .news .btns .iconfont {
  font-size: 32px;
}
.index-6 .news .btns .button-prev {
  bottom: 0;
  margin-top: 0;
  position: relative;
  left: 0;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  cursor: pointer;
}
.index-6 .news .btns .button-prev .iconfont {
  color: #8f693d;
}
.index-6 .news .btns .dots {
  display: flex;
  flex-wrap: wrap;
  width: 30px;
  margin: 0 72px;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-6 .news .btns .dots .dot {
  width: 4px;
  height: 4px;
  margin: 3px;
  background-color: #999896;
}
.index-6 .news .btns .button-next {
  bottom: 0;
  margin-top: 0;
  position: relative;
  right: 0;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  cursor: pointer;
}
.index-6 .news-tabs {
  margin-top: 40px;
}
.index-6 .news-tabs .news-tab .preview {
  position: relative;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper {
  display: flex;
  border-bottom: 4px solid #d6d6d6;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide {
  width: auto;
  color: #5e5c5c;
  font-size: 20px;
  line-height: 2.5;
  cursor: pointer;
  padding: 0 20px;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: zoomIn;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  bottom: -4px;
  height: 4px;
  border-radius: 3px;
  background-color: #8f693d;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide.active-nav {
  color: #8f693d;
  font-weight: bold;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide.active-nav::before {
  left: 0;
  width: 100%;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-of-type(1) {
  animation-delay: 0.1s;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-of-type(2) {
  animation-delay: 0.2s;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-of-type(3) {
  animation-delay: 0.3s;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-of-type(4) {
  animation-delay: 0.4s;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-of-type(5) {
  animation-delay: 0.5s;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-of-type(6) {
  animation-delay: 0.6s;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-of-type(7) {
  animation-delay: 0.7s;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-of-type(8) {
  animation-delay: 0.8s;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:hover .tit {
  color: #8f693d;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-child(1) {
  animation-delay: 0.07s;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-child(2) {
  animation-delay: 0.14s;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-child(3) {
  animation-delay: 0.21s;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-child(4) {
  animation-delay: 0.28s;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-child(5) {
  animation-delay: 0.35s;
}
.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-child(6) {
  animation-delay: 0.42s;
}
.index-6 .news-tabs .news-tab .preview .more {
  position: absolute;
  color: #5e5c5c;
  font-size: 18px;
  line-height: 54px;
  display: flex;
  align-items: center;
  right: 0;
  top: 0;
  z-index: 5;
  animation-delay: 0;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
}
.index-6 .news-tabs .news-tab .preview .more .iconfont {
  color: #5e5c5c;
  font-size: 24px;
}
.index-6 .news-tabs .news-tab .view {
  margin-top: 10px;
}
.index-6 .news-tabs .news-tab .view .swiper .swiper-wrapper .swiper-slide ul {
  display: flex;
  flex-wrap: wrap;
}
.index-6 .news-tabs .news-tab .view .swiper .swiper-wrapper .swiper-slide ul li {
  width: 32%;
  margin-right: 2%;
  display: flex;
  align-items: center;
  line-height: 3;
  border-bottom: 1px solid #c8c9c9;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-6 .news-tabs .news-tab .view .swiper .swiper-wrapper .swiper-slide ul li .tit {
  color: #888888;
  font-size: 18px;
}
.index-6 .news-tabs .news-tab .view .swiper .swiper-wrapper .swiper-slide ul li span {
  color: #8f693d;
  font-size: 16px;
  margin-left: auto;
}
.index-6 .news-tabs .news-tab .view .swiper .swiper-wrapper .swiper-slide ul li:nth-child(3n) {
  margin-right: 0;
}
.index-6 .news-tabs .news-tab .view .swiper .swiper-wrapper .swiper-slide ul li:hover .tit {
  color: #8f693d;
}
.index-6 .news-tabs .news-tab .view .swiper .swiper-wrapper .swiper-slide ul li:nth-child(1) {
  animation-delay: 0.07s;
}
.index-6 .news-tabs .news-tab .view .swiper .swiper-wrapper .swiper-slide ul li:nth-child(2) {
  animation-delay: 0.14s;
}
.index-6 .news-tabs .news-tab .view .swiper .swiper-wrapper .swiper-slide ul li:nth-child(3) {
  animation-delay: 0.21s;
}
.index-6 .news-tabs .news-tab .view .swiper .swiper-wrapper .swiper-slide ul li:nth-child(4) {
  animation-delay: 0.28s;
}
.index-6 .news-tabs .news-tab .view .swiper .swiper-wrapper .swiper-slide ul li:nth-child(5) {
  animation-delay: 0.35s;
}
.index-6 .news-tabs .news-tab .view .swiper .swiper-wrapper .swiper-slide ul li:nth-child(6) {
  animation-delay: 0.42s;
}
