.index-title {
  text-align: center;
}

.index-title h2 {
  background-image: -o-linear-gradient(#8f693d, #e0be85);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8f693d), to(#e0be85));
  background-image: linear-gradient(#8f693d, #e0be85);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-title p {
  color: #7a7a7a;
  font-size: 20px;
  line-height: 1;
  margin-top: 1em;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-1 {
  padding: 60px 0 120px;
  background-color: #f7f8fc;
}

.index-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 454px;
  margin-top: 40px;
}

.index-1 ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 1vw;
  height: 384px;
  padding: 0 1.25vw;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-1 ul li .icon {
  width: 64px;
  position: relative;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.index-1 ul li .icon .iconfont {
  font-size: 48px;
  color: #282828;
  position: relative;
  z-index: 1;
}

.index-1 ul li .icon .color {
  width: 37px;
  height: 21px;
  background: #e0be85;
  border-radius: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.index-1 ul li .tit {
  color: #272727;
  font-size: 22px;
  line-height: 1;
  margin-top: 22px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.index-1 ul li h4 {
  color: #5b5b5b;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1;
  margin-top: 32px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.index-1 ul li .desc {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  height: 0;
  text-align: justify;
  margin-top: 40px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.index-1 ul li .line {
  width: 20px;
  height: 3px;
  margin-top: 40px;
  background-color: #393a3e;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.index-1 ul li .more {
  line-height: 45px;
  height: 45px;
  width: 100%;
  position: absolute;
  background-color: #e0be85;
  bottom: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.index-1 ul li .more span {
  color: #fff;
  font-size: 16px;
}

.index-1 ul li .more a {
  color: #fff;
  line-height: 45px;
  height: 45px;
}

.index-1 ul li .more a .iconfont {
  font-size: 30px;
}

.index-1 ul li:first-child {
  margin-left: 0;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.index-1 ul li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.index-1 ul li:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.index-1 ul li:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.index-1 ul li:last-child {
  margin-right: 0;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.index-1 ul li.active {
  height: 454px;
}

.index-1 ul li.active .desc {
  height: 72px;
}

.index-1 ul li.active .more {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.index-2 {
  padding: 80px 0;
}

.index-2 .cont .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-2 .cont .title .text .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

.index-2 .cont .title .text .tit h3 {
  background-image: -o-linear-gradient(#8f693d, #e0be85);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8f693d), to(#e0be85));
  background-image: linear-gradient(#8f693d, #e0be85);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-2 .cont .title .text .tit img {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  margin-left: 12px;
}

.index-2 .cont .title .text .more {
  color: #4d4c4c;
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-2 .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-2 .cont .title img {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-2 .cont .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-2 .cont .info .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 110px;
}

.index-2 .cont .info .left .desc {
  color: #5f5f5f;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-2 .cont .info .left .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 227px;
  height: 62px;
  text-align: center;
  background-color: #fff;
  padding: 7px;
  border-radius: 31px;
  line-height: 62px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 52px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
  -webkit-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);
  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-2 .cont .info .left .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-2 .cont .info .left .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-2 .cont .info .left .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-2 .cont .info .left .more:hover span {
  color: #fff;
  padding-left: 52px;
}

.index-2 .cont .info .left .more:hover .iconfont {
  right: 48px;
}

.index-2 .cont .info .left .more:hover::after {
  width: 213px;
}

.index-2 .cont .info .cards {
  width: 433px;
  height: 297px;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-2 .cont .info .cards .swiper-wrapper .swiper-slide {
  border-radius: 16px;
}

.index-2 .cont .info .cards .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-2 .cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  margin-top: 90px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

.index-2 .cont ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-2 .cont ul li .text p {
  color: #666666;
  font-size: 14px;
  vertical-align: top;
}

.index-2 .cont ul li .text p span {
  font-size: 28px;
  font-weight: bold;
  vertical-align: top;
  margin-right: 10px;
}

.index-2 .cont ul li .text h5 {
  color: #666666;
  font-size: 14px;
}

.index-2 .cont ul li .iconfont {
  font-size: 48px;
  color: #666666;
}

.index-2 .cont ul li:nth-child(2) .iconfont {
  font-size: 56px;
}

.index-2 .cont ul li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.index-2 .cont ul li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.index-2 .cont ul li:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.index-2 .cont ul li:nth-child(4) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: -1;
}

.index-3 .bg .color {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -o-linear-gradient(left, #fff, #e3e6eb);
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#e3e6eb));
  background-image: linear-gradient(to right, #fff, #e3e6eb);
}

.index-3 .bg .pic {
  width: 391px;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url(../images/bg.jpg) no-repeat center center;
}

.index-3 .cont {
  padding-top: 113px;
}

.index-3 .cont .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-3 .cont .title .text .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

.index-3 .cont .title .text .tit h3 {
  background-image: -o-linear-gradient(#8f693d, #e0be85);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8f693d), to(#e0be85));
  background-image: linear-gradient(#8f693d, #e0be85);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-3 .cont .title .text .tit img {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  margin-left: 12px;
}

.index-3 .cont .title .text .more {
  color: #4d4c4c;
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15%;
  margin-top: 95px;
}

.index-3 .cont ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 2.5%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  border: 5px solid #656694;
  margin-right: 2.5%;
  height: 365px;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-3 .cont ul li .line {
  width: 21px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 92px;
  left: -15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.index-3 .cont ul li:nth-child(2) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.index-3 .cont ul li:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.index-4 {
  padding: 60px 0;
}

.index-4 .cont {
  position: relative;
}

.index-4 .cont>h3 {
  background-image: -o-linear-gradient(#8f693d, #e0be85);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8f693d), to(#e0be85));
  background-image: linear-gradient(#8f693d, #e0be85);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  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;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-4 .cont .body-swiper .mySwiper2 .swiper-wrapper .swiper-slide .info .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 227px;
  height: 62px;
  text-align: center;
  background-color: #fff;
  padding: 7px;
  border-radius: 31px;
  line-height: 62px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 16px;
  margin-left: 8px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-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);
  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 {
  margin-left: auto;
  width: 33.33333vw;
  height: 33.33333vw;
  max-width: 640px;
  max-height: 640px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 100px 90px 0 90px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-4 .cont .body-swiper .mySwiper2 .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.index-4 .cont .body-swiper .bottom {
  position: absolute;
  width: 640px;
  padding: 0 50px;
  bottom: 5vh;
}

.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;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.index-4 .cont .body-swiper .bottom .mySwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: contain;
  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;
  height: 33.33333vw;
  max-width: 640px;
  max-height: 640px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  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%;
  -o-object-fit: cover;
  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%;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  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;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  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%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-6 .news .news-list .swiper-wrapper .swiper-slide .tit {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: bold;
  line-height: 3;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  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) {
  -webkit-animation-delay: 0.07s;
  animation-delay: 0.07s;
}

.index-6 .news .news-list .swiper-wrapper:nth-child(2) {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
}

.index-6 .news .news-list .swiper-wrapper:nth-child(3) {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}

.index-6 .news .news-list .swiper-wrapper:nth-child(4) {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}

.index-6 .news .news-list .swiper-wrapper:nth-child(5) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.index-6 .news .news-list .swiper-wrapper:nth-child(6) {
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s;
}

.index-6 .news .btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  cursor: pointer;
}

.index-6 .news .btns .button-prev .iconfont {
  color: #8f693d;
}

.index-6 .news .btns .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 30px;
  margin: 0 72px;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  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;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  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) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-of-type(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-of-type(8) {
  -webkit-animation-delay: 0.8s;
  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) {
  -webkit-animation-delay: 0.07s;
  animation-delay: 0.07s;
}

.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-child(2) {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
}

.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-child(3) {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}

.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-child(4) {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}

.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-child(5) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.index-6 .news-tabs .news-tab .preview .swiper .swiper-wrapper .swiper-slide:nth-child(6) {
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s;
}

.index-6 .news-tabs .news-tab .preview .more {
  position: absolute;
  color: #5e5c5c;
  font-size: 18px;
  line-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  top: 0;
  z-index: 5;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-6 .news-tabs .news-tab .view .swiper .swiper-wrapper .swiper-slide ul li {
  width: 32%;
  margin-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 3;
  border-bottom: 1px solid #c8c9c9;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  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) {
  -webkit-animation-delay: 0.07s;
  animation-delay: 0.07s;
}

.index-6 .news-tabs .news-tab .view .swiper .swiper-wrapper .swiper-slide ul li:nth-child(2) {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
}

.index-6 .news-tabs .news-tab .view .swiper .swiper-wrapper .swiper-slide ul li:nth-child(3) {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}

.index-6 .news-tabs .news-tab .view .swiper .swiper-wrapper .swiper-slide ul li:nth-child(4) {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}

.index-6 .news-tabs .news-tab .view .swiper .swiper-wrapper .swiper-slide ul li:nth-child(5) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.index-6 .news-tabs .news-tab .view .swiper .swiper-wrapper .swiper-slide ul li:nth-child(6) {
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s;
}