﻿.bd {
  padding-top: 100vh;
}

.bd-main {
  background: #fff url(../images/index-bg.png) 50% calc(100% - 6px) no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.banner {
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.footer {
  position: relative;
  z-index: 100;
}
.footer .tt .lbl h5 {
  font-family: 'SourceHanSansCN-Medium', 'Microsoft Yahei';
  font-size: 0.18rem;
  line-height: 1;
  display: inline; 
  color: #9c7b5d;
  margin-top: 0.05rem;
}
.plate .tt {
  display: flex;
  align-items: flex-start;
}
.plate .tt .lbl {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  height: 0.62rem;
  display: -ms-flexbox;
  display: flex;
  /* flex-direction: column; */
  padding-left: 0.19rem;
  color: #5d1012;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.plate .tt .lbl h4 {
  font-family: 'SourceHanSansCN-Medium', 'Microsoft Yahei';
  font-size: 0.3rem;
  line-height: 2;
  display: inline;
  color: #CAA254;
}
.plate .tt .lbl h3 {
  font-size: 0.3rem;
  /* font-family: 'SourceHanSansCN-Bold', 'Microsoft Yahei'; */
  line-height: 2;
  margin-bottom: 0.08rem;
  text-wrap: nowrap;
  font-weight: 700;
  text-align: center;
  display: inline;
}
.plate .tt .lbl::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '';
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #5a372d, #c5ad70);
}
.plate .tt .more {
  color: #5d1012;
}
.plate .tt-b .lbl h3,
.plate .tt-b .lbl h4 {
  color: #9c7b5d;
}
.plate .tt-b .lbl::before {
  background: #9c7b5d;
}
.plate .tt-c .lbl::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #c5ad70);
}

.more {
  font-size: 0.18rem;
}
.more span {
  margin-left: 0.07rem;
  display: inline-block;
  transition: 0.5s;
  font-family: cursive;
}
.more:hover span {
  transform: translateX(5px);
}

#header1 .wp .r img {
  position: relative;
  width: 15px;
  height: 15px;
  right: 6px;
}
#header1 .wp .submit-button img{
  width: 17px;
  height: 17px;
  position: relative;
  top: 10px;
  margin-left: 0.08rem;
}
#header1 .wp  {
 width: 93%;
}


.scale-img,
.banner-4 .cnt article {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.scale-img img,
.banner-4 .cnt article img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.scale-img:hover img,
.banner-4 .cnt article:hover img {
  transform: scale(1.08);
}

.line,
.banner-4 .cnt aside .cell {
  position: relative;
}
.line::after,
.banner-4 .cnt aside .cell::after {
  position: absolute;
  display: block;
  content: '';
  background-color: #d8d8d8;
}
.banner-4 .wp {
  width: 80%;
  margin-right: 10%;
}

.button-play {
  position: relative;
}
.button-play::before,
.button-play::after {
  position: absolute;
  display: block;
  content: '';
  z-index: 99;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s;
}
.button-play::before {
  width: 135px;
  height: 135px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.button-play::after {
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  border-right: 0;
  margin-left: 8px;
  border-left: 52px solid #595757;
}
.button-play:hover::before {
  transform: translate(-50%, -50%) scale(0.9);
}
.button-play:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
}
#gotop {
  position: fixed;
  z-index: 900;
  bottom: 190px;
  right: 130px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: #fff;
  visibility: visible;
  opacity: 0;
}
#gotop.active {
  opacity: 1;
}
#gotop svg {
  width: 22px;
  height: 22px;
  display: inline-block;
  fill: #5d1012;
  vertical-align: middle;
  margin: -3px 0 0;
  transition: 0.6s;
}
#gotop:hover {
  border-radius: 50%;
}

.main-visual {
  position: fixed;
  height: 100vh;
  width: 100%;
  font-size: 110px;
  top: 0;
}
.main-visual .visual-wp,
.main-visual .img-cells {
  position: relative;
  height: 100%;
}
.main-visual .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-visual .swiper-slide a {
  width: 100%;
  height: 100%;
}
.main-visual .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.5s linear;
}
.main-visual .swiper-slide img.dark {
  filter: brightness(50%);
}
.main-visual .swiper-slide h5 {
  position: absolute;
  font-size: 0.25rem;
  color: #ffffff;
  bottom: 0.35rem;
  padding: 0 0.64rem;
  left: 0;
  z-index: 99;
}
.main-visual .progress {
  position: absolute;
  z-index: 99;
  bottom: 0.3rem;
  right: 1.12rem;
  display: flex;
  align-items: center;
  width: auto;
  left: auto;
}
.main-visual .progress .progress-cells {
  display: flex;
  width: auto;
  cursor: pointer;
}
.main-visual .progress .progress-cells .progress-cell {
  width: 0.3rem;
  height: 0.28rem;
  position: relative;
}
.main-visual .progress .progress-cells .progress-cell + .progress-cell {
  margin-left: 0.2rem;
}
.main-visual .progress .progress-cells .progress-cell::before,
.main-visual .progress .progress-cells .progress-cell::after {
  content: '';
  display: block;
  position: absolute;
  transition: 0.5s;
}
.main-visual .progress .progress-cells .progress-cell::before {
  width: 0.12rem;
  height: 0.12rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin: -0.06rem 0 0 -0.06rem;
  transform: scale(1);
}
.main-visual .progress .progress-cells .progress-cell::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/banner-dot.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  transform: scale(0);
}
.main-visual .progress .progress-cells .progress-cell.active::before {
  transform: scale(0);
}
.main-visual .progress .progress-cells .progress-cell.active::after {
  transform: scale(1);
}
.main-visual .progress .line,
.main-visual .progress .banner-4 .cnt aside .cell,
.banner-4 .cnt aside .main-visual .progress .cell,
.main-visual .progress .banner-2 .wp .r .section-2 + .section-2,
.banner-2 .wp .r .main-visual .progress .section-2 + .section-2,
.main-visual .progress .banner-2 .wp .l,
.banner-2 .wp .main-visual .progress .l {
  width: 1px;
  height: 0.15rem;
  background-color: #fff;
  margin: 0 0.24rem 0 0.13rem;
}
.main-visual .progress .more {
  font-size: 0.15rem;
  color: #fff;
}
.main-visual .arrow-lt,
.main-visual .arrow-gt {
  position: absolute;
  top: 50%;
  z-index: 99;
  display: flex;
  width: 0.45rem;
  height: 0.45rem;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.5s;
}
.main-visual .arrow-lt img,
.main-visual .arrow-gt img {
  /* width: 100%; */
  height: 100%;
  object-fit: cover; /* 如果需要保持图片的比例，可以使用这个属性 */
}
.main-visual .arrow-lt {
  right: 1.8rem;
  top: 85%;
}
.main-visual .arrow-gt {
  right: 0.92rem;
  top:85%;
}
.main-visual .arrow {
  position: absolute;
   top: 50%;
   z-index: 99;
   display: -ms-flexbox;
   display: flex;
   width: 1.5rem;
   height: 1.5rem;
   margin-left: 48%;
   
 }
 .main-visual .arrow .b-02 {
   position: relative;
   margin-left: -95px;
   margin-top: 40px;
   width: 70px;
   height: 70px;
 }
.main-visual .arrow-lt:hover,
.main-visual .arrow-gt:hover {
  opacity: 1;
}
.main-visual .arrow-lt .iconfont,
.main-visual .arrow-gt .iconfont {
  font-size: 0.25rem;
  font-family: cursive;
  display: block;
}
.main-visual .arrow-lt.lt .iconfont,
.main-visual .arrow-gt.lt .iconfont {
  transform: translateX(-2px);
}
.main-visual .arrow-lt.gt .iconfont,
.main-visual .arrow-gt.gt .iconfont {
  transform: translateX(2px);
}
.main-visual .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 288px;
  pointer-events: none;
  background: url(../images/visual-mask-bottom.png) repeat-x 50% 0;
}

.horse {
  width: 4.35rem;
  height: 2.26rem;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  pointer-events: none;
}
.horse > * {
  background: 0 0 no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  transform: scale(0.5) translateY(0);
  transform-origin: 50% 100%;
  background-size: 100% 100%;
}
.horse-b-1 {
  background-image: url('../images/index-banner-1-c-1.png');
}
.horse-b-2 {
  background-image: url('../images/index-banner-1-c-2.png');
}
.horse.small .horse-b-1 {
  transform: scale(0.3) translateY(0.02rem);
}
.horse.small .horse-b-2 {
  transform: scale(0.3) translateY(0.05rem);
}




.banner-4 .banner-2 .wp .r .section-2 .cnt article {
  height: 1.99rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner-4 .banner-2 .wp .r .section-2 .cnt article .txt {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  transition: 0.5s;
  padding-bottom: 0.1rem;
}
.banner-2 .wp .r .section-2 .cnt .scale-img .txt h6,
.banner-2 .wp .r .section-2 .banner-4 .cnt article .txt h6,
.banner-4 .banner-2 .wp .r .section-2 .cnt article .txt h6,
.banner-2 .wp .r .section-2 .cnt .scale-img .txt h5,
.banner-2 .wp .r .section-2 .banner-4 .cnt article .txt h5,
.banner-4 .banner-2 .wp .r .section-2 .cnt article .txt h5 {
  color: #ffffff;
}
.banner-2 .wp .r .section-2 .cnt .scale-img .txt h6,
.banner-2 .wp .r .section-2 .banner-4 .cnt article .txt h6,
.banner-4 .banner-2 .wp .r .section-2 .cnt article .txt h6 {
  margin-left: 0;
}
.banner-2 .wp .r .section-2 .cnt .scale-img .txt h5,
.banner-2 .wp .r .section-2 .banner-4 .cnt article .txt h5,
.banner-4 .banner-2 .wp .r .section-2 .cnt article .txt h5 {
  /* margin-top: 10px; */
  padding: 0 0.06rem;
}
.banner-2 .wp .r .section-2 .cnt .scale-img:hover .txt,
.banner-2 .wp .r .section-2 .banner-4 .cnt article:hover .txt,
.banner-4 .banner-2 .wp .r .section-2 .cnt article:hover .txt {
  transform: translateY(-10px);
}


.banner-8 {
  /* margin-top: 0.96rem; */
  margin-bottom: 0.8rem;
}
.banner-8 .wp {
  width: 80%;
}
.banner-8 .cnt {
  margin-top: 0.32rem;
  height: 2.77rem;
  position: relative;
}
.banner-8 .cnt .swiper-slide {
  width: 3.92rem;
}
.banner-8 .cnt .cell {
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.banner-8 .cnt .cell img {
  width: 3.92rem;
  /* height: 2.77rem; */
  transition: all 0.5s;
}
.banner-8 .cnt .arrow-lt img,
.banner-8 .cnt .arrow-gt img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 如果需要保持图片的比例，可以使用这个属性 */
}
.banner-8 .cnt .cell:hover img {
  transform: scale(1.3);
}
.banner-8 .cnt .cell h5 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.22rem;
  font-size: 0.18rem;
  text-align: center;
  color: #ffffff;
  z-index: 99;
  font-family: 'SourceHanSansCN-Regular', 'Microsoft Yahei';
}
.banner-8 .cnt .cell::after {
  position: absolute;
  display: block;
  content: '';
  height: 1.32rem;
  background: url(../images/index-banner-8-mk.png) 50% 100% repeat-x;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 98;
  opacity: 1;
  transition: 0.5s;
  pointer-events: none;
}
.banner-8 .cnt .cell:hover::after {
  opacity: 0;
}
.banner-8 .cnt .cell.video .img {
  position: relative;
}
.banner-8 .cnt .cell.video .img::before,
.banner-8 .cnt .cell.video .img::after {
  position: absolute;
  display: block;
  content: '';
  z-index: 99;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s;
}
.banner-8 .cnt .cell.video .img::before {
  width: 105px;
  height: 105px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.banner-8 .cnt .cell.video .img::after {
  width: 0px;
  height: 0px;
  border: 24px solid transparent;
  border-right: 0;
  margin-left: 8px;
  border-left: 42px solid #595757;
}
.banner-8 .cnt .cell.video .img:hover::before {
  transform: translate(-50%, -50%) scale(0.9);
}
.banner-8 .cnt .cell.video .img:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
}
.banner-8 .cnt .arrow-lt,
.banner-8 .cnt .arrow-gt {
  position: absolute;
  top: 50%;
  z-index: 99;
  display: flex;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #5d1012;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  opacity: 0.5;
  transition: 0.5s;
}
.banner-8 .cnt .arrow-lt:hover,
.banner-8 .cnt .arrow-gt:hover {
  opacity: 1;
}
.banner-8 .cnt .arrow-lt .iconfont,
.banner-8 .cnt .arrow-gt .iconfont {
  font-size: 0.25rem;
  font-family: cursive;
  display: block;
}
.banner-8 .cnt .arrow-lt {
  left: 0.56rem;
}
.banner-8 .cnt .arrow-lt .iconfont {
  transform: translateX(-2px);
}
.banner-8 .cnt .arrow-gt {
  right: 0.56rem;
}
.banner-8 .cnt .arrow-gt .iconfont {
  transform: translateX(0.02rem);
}

.banner-4 {
  margin-top: 0.96rem;
}
.banner-4 .cnt {
  margin-top: 0.32rem;
  display: flex;
  height: 4.78rem;
  justify-content: space-between;
}
.banner-4 .cnt article {
  width: 70%;
  position: relative;
  margin-right: 20px;
}

.banner-4 .cnt article {
  height: auto;
  position: relative;
}
.banner-4 .cnt article::after {
  content: '';
  display: block;
  padding-top: 60.125%;
}
.banner-4 .cnt article .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-4 .cnt article .cell {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-4 .cnt article .cell h5 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0rem;
  font-size: 0.18rem;
  padding: 0rem 0.32rem 0.24rem;
  color: #ffffff;
  height: 0.62rem;
  font-family: 'SourceHanSansCN-Regular', 'Microsoft Yahei';
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.5s;
}
.banner-4 .cnt article .swiper-slide:hover h5 {
  transform: translateY(-10px);
}
.banner-4 .cnt article .cell.video {
  position: relative;
}
.banner-4 .cnt article .cell.video::before,
.banner-4 .cnt article .cell.video::after {
  position: absolute;
  display: block;
  content: '';
  z-index: 99;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s;
}
.banner-4 .cnt article .cell.video::before {
  width: 115px;
  height: 115px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.banner-4 .cnt article .cell.video::after {
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  border-right: 0;
  margin-left: 8px;
  border-left: 52px solid #595757;
}
.banner-4 .cnt article .cell.video:hover::before {
  transform: translate(-50%, -50%) scale(0.9);
}
.banner-4 .cnt article .cell.video:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
}
.banner-4 .cnt article .arrow-lt,
.banner-4 .cnt article .arrow-gt {
  position: absolute;
  top: 50%;
  z-index: 99;
  display: flex;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #5d1012;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  opacity: 0.5;
  transition: 0.5s;
}
.banner-4 .cnt article .arrow-lt:hover,
.banner-4 .cnt article .arrow-gt:hover {
  opacity: 1;
}
.banner-4 .cnt article .arrow-lt .iconfont,
.banner-4 .cnt article .arrow-gt .iconfont {
  font-size: 0.25rem;
  font-family: cursive;
  display: block;
}
.banner-4 .cnt article .arrow-lt.lt .iconfont,
.banner-4 .cnt article .arrow-gt.lt .iconfont {
  transform: translateX(-2px);
}
.banner-4 .cnt article .arrow-lt.gt .iconfont,
.banner-4 .cnt article .arrow-gt.gt .iconfont {
  transform: translateX(2px);
}
.banner-4 .cnt article .arrow-lt {
  left: 0.62rem;
}
.banner-4 .cnt article .arrow-gt {
  right: 62px;
}
.banner-4 .cnt aside {
  width: 38%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 0.13rem;
}
.banner-4 .cnt aside .cell {
  position: relative;
  /* display: flex; */
  /* padding: 0 0 0.19rem 0; */
  color: #333333;
  transition: 0.5s;
  align-content: center;
  margin-top: -15px;
}
.banner-4 .cnt aside .cell::after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.02rem;
  background-color: #dfdfdf;
  display: none;
}
.banner-4 .cnt aside .split-line {
  height: 1px;
  background-color: #dfdfdf;
  margin-top: -30px;
}
.banner-4 .cnt aside .split-line:last-child {
  display: none;
}

.banner-4 .cnt aside .cell + .cell {
  /* margin-top: 0.17rem; */
}
.banner-4 .cnt aside .cell:last-child {
  padding-bottom: 0;
}
.banner-4 .cnt aside .cell:last-child::after {
  display: none;
}
.banner-4 .cnt aside .cell h5,
.banner-4 .cnt aside .cell h6 {
  font-size: 0.18rem;
  font-family: 'SourceHanSansCN-Regular', 'Microsoft Yahei';
  /* line-height: 1; */
  transition: 0.5s;
  margin-left: 0.18rem;
}
.banner-4 .cnt aside .cell h5 {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner-4 .cnt aside .cell h6 {
  color: #5d1012;
  font-size: 14px;
  margin-top: 5px;
}
.banner-4 .cnt aside .cell.active,
.banner-4 .cnt aside .cell:hover {
}
.banner-4 .cnt aside .cell.active h5,
.banner-4 .cnt aside .cell.active h6,
.banner-4 .cnt aside .cell:hover h5,
.banner-4 .cnt aside .cell:hover h6 {
  transform: translateY(-5px);
}

.banner-9 {
  margin-top: 0;
  height: 7.5rem;
  background: url(../images/TZ/xm.png) 50%  no-repeat;
  padding-top: 2.2rem;
  position: relative;
  background-size: contain;
}

.banner-9 .plate .tt-9 h4 ,
.banner-9 .plate .tt-9 h3 {
  width: 100%;
  text-align: center;
  color: #5d1012;
}
.banner-9 .plate .tt-9 h4 {
  font-size: 0.18rem;
  font-family: 'SourceHanSansCN-Medium', 'Microsoft Yahei';
}
.banner-9 .plate .tt-9 h3 {
  font-size: 0.3rem;
  font-weight: 700;
}
.banner-9 .container {
  /* max-width: 1200px; */
  margin: 50px 0 0 8%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 20px;
  gap: 20px;
  width: 83%;
}
.banner-9 .container .news-item {
  -ms-flex: 1;
      flex: 1;
            /* text-align: center; */
            padding: 20px;
            border-left: 1px solid #ffffff;
}
.banner-9 .container .news-item:first-child {
  border-left: none;
}
.banner-9 .container .news-item .day {
  font-size: 36px;
            font-weight: bold;
            color: #5d1012;
            display: inline;
            
}
.banner-9 .container .news-item .date {
  font-size: 14px;
  color: #666;
  display: inline;
}
.banner-9 .container .news-item .description {
  margin-top: 10px;
            font-size: 14px;
            color: #4a3e34;
            line-height: 1.5;
}
.banner-9 .more {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #5d1012;
}
.banner-9 .more a {
  color: #5d1012;
            text-decoration: none;
}
.banner-9 .wp {
  margin-top: 30px;
}

.banner-5 {
  height: 720px;
  background: url(../images/index-banner-5.jpg) 50% 0 no-repeat;
  overflow: hidden;
  background-size: 100% 100%;
  margin-bottom: -2px;
}
.banner-5 > .wp {
  width: 15.24rem;
  margin-top: 1.5rem;
  height: auto;
}
.banner-5 .swiper1{
  height: 615px;
  /* height:100%; */
  margin: 0 auto;
  width: 80%;  
 position: relative;
  /* overflow:hidden;    */
}



.banner-5 {

.swiper-slide {
  text-align: center;
  display: -ms-flexbox;
  display: flex;    
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;   
}

.swiper-slide img {
  position: absolute;
  width: 280px;
  object-fit: cover;
}

.swiper-slide {
  width: 60%;
  height: 300px;
  top: 20%;
 
  transition: all 0.5s ease;
}

.swiper-slide-prev {
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  -ms-transform: translate(0, 20%);
      transform: translate(0, 20%);

}

.swiper-slide-next {
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  -ms-transform: translate(0, 20%);
      transform: translate(0, 20%);
}

.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 30px;

}

}
.banner-5 .wp .t5 {
  font-size: 0.25rem;
  margin-bottom: -0.3rem;
    text-wrap: nowrap;
    font-weight: 700;
    text-align: center;
    margin-top: -80px;

    font-family: 'Source Han Sans CN', '思源黑体', Arial, sans-serif;

}

.banner-5 .t5 {
  color: #ffffff;

}
.banner-5 .cnt .img-box{
  float: left;
  width: 27.5%;
  height: 100%;
  position: relative;
  padding-left: 100px;
}
.banner-5 .cnt .t1 {
  padding-top: 25%;
}

.banner-5 .more {
  text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #7a303a;
    position: relative;
    left: -0.6rem;
}
.banner-5 .more a {
  color: #ffffff;
    text-decoration: none;
}
.banner-5 .arrow {
  display: flex; 
  justify-content: center; 
  align-items: center;
  margin-top: -8%;
}
.banner-5 .arrow .swiper-button-prev,
.banner-5 .arrow .swiper-button-next {
  display: block;
  position: static;
  margin-top: 0;
  width: 30px; 
  height: 30px;
}
.banner-5 .arrow .swiper-button-prev {
  margin-right: 10%;
}


.banner-5 .cnt .img-cnt .scale-img,
.banner-5 .banner-4 .cnt .img-cnt article,
.banner-4 .banner-5 .cnt .img-cnt article {
  overflow: hidden;
  color: #ffffff;
}
.banner-5 .cnt .img-cnt .scale-img .txt,
.banner-5 .banner-4 .cnt .img-cnt article .txt,
.banner-4 .banner-5 .cnt .img-cnt article .txt,
.banner-5 .cnt .img-cnt .scale-img .lbl,
.banner-5 .banner-4 .cnt .img-cnt article .lbl,
.banner-4 .banner-5 .cnt .img-cnt article .lbl {
  position: absolute;
}
.banner-5 .cnt .img-cnt .scale-img .txt,
.banner-5 .banner-4 .cnt .img-cnt article .txt,
.banner-4 .banner-5 .cnt .img-cnt article .txt {
  font-family: 'SourceHanSansCN', 'Microsoft Yahei';
  line-height: 1;
  bottom: 0.68rem;
  left: 0;
  padding: 0 0.19rem;
  transition: 0.5s;
}
.banner-5 .cnt .img-cnt .scale-img h6,
.banner-5 .banner-4 .cnt .img-cnt article h6,
.banner-4 .banner-5 .cnt .img-cnt article h6 {
  font-size: 11px;
}
.banner-5 .cnt .img-cnt .scale-img h6 + h5,
.banner-5 .banner-4 .cnt .img-cnt article h6 + h5,
.banner-4 .banner-5 .cnt .img-cnt article h6 + h5 {
  margin-top: 5px;
}
.banner-5 .cnt .img-cnt .scale-img h5,
.banner-5 .banner-4 .cnt .img-cnt article h5,
.banner-4 .banner-5 .cnt .img-cnt article h5 {
  font-size: 15px;
}
.banner-5 .cnt .img-cnt .scale-img .lbl,
.banner-5 .banner-4 .cnt .img-cnt article .lbl,
.banner-4 .banner-5 .cnt .img-cnt article .lbl {
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 0.15rem;
  line-height: 0.28rem;
  padding: 0 0.1rem 0.14rem;
  left: 0.18rem;
  right: 0.18rem;
}
.banner-5 .cnt .img-cnt .scale-img .lbl .iconfont,
.banner-5 .banner-4 .cnt .img-cnt article .lbl .iconfont,
.banner-4 .banner-5 .cnt .img-cnt article .lbl .iconfont {
  font-size: 0.28rem;
}
.banner-5 .cnt .img-cnt .scale-img .lbl span,
.banner-5 .banner-4 .cnt .img-cnt article .lbl span,
.banner-4 .banner-5 .cnt .img-cnt article .lbl span {
  margin-left: 0.1rem;
}
.banner-5 .cnt .img-cnt .scale-img .lbl::after,
.banner-5 .banner-4 .cnt .img-cnt article .lbl::after,
.banner-4 .banner-5 .cnt .img-cnt article .lbl::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 0;
  height: 0.06rem;
  width: 0.92rem;
  transition: 0.5s;
}
.banner-5 .cnt .img-cnt .scale-img:hover .txt,
.banner-5 .banner-4 .cnt .img-cnt article:hover .txt,
.banner-4 .banner-5 .cnt .img-cnt article:hover .txt {
  transform: translateY(-10px);
}
.banner-5 .cnt .img-cnt .scale-img:hover .lbl::after,
.banner-5 .banner-4 .cnt .img-cnt article:hover .lbl::after,
.banner-4 .banner-5 .cnt .img-cnt article:hover .lbl::after {
  width: 100%;
}

.banner-2 .wp .banner-6 .cnt .l,
.banner-6 .cnt .banner-2 .wp .r .section-2 + .section-2,
.banner-2 .wp .r .banner-6 .cnt .section-2 + .section-2,
.banner-6 .banner-4 .cnt aside .cell,
.banner-4 .banner-6 .cnt aside .cell {
  width: 2.43rem;
  height: 0.02rem;
  overflow: hidden;
  transform: translateY(0.68rem);
}

.banner-2 .wp .banner-6 .cnt .l svg,
.banner-6 .cnt .banner-2 .wp .r .section-2 + .section-2 svg,
.banner-2 .wp .r .banner-6 .cnt .section-2 + .section-2 svg,
.banner-6 .banner-4 .cnt aside .cell svg,
.banner-4 .banner-6 .cnt aside .cell svg {
  width: 100%;
}

@keyframes dash1 {
  to {
    stroke-dashoffset: -100;
  }
}



.ai-service {
  position: fixed;
  width: 30px;
  height: 114px;
  top: calc(50% + 215px);
  right: 0;
  z-index: 1200;
  transition: 0.5s;
}
.ai-service .ai-service-bd {
  width: 100%;
  height: 100%;
  border-radius: 14px 0 0 14px;
  background-color: #5c1112;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  z-index: 1201;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
.ai-service::after {
  position: absolute;
  display: block;
  content: '';
  background: url(../images/ai-service-bg.png) 0 0 no-repeat;
  width: 296px;
  height: 423px;
  bottom: 12px;
  right: 0;
  transform: scale(0.625);
  transform-origin: bottom right;
  pointer-events: none;
  transition: 0.5s;
}
.ai-service:hover {
  width: 48px;
}
.ai-service:hover .ai-service-bd {
  border-radius: 22px 0 0 22px;
}
.ai-service:hover::after {
  transform: scale(1);
}

/* ???￥?￠a???“???????￥???o?￠a???????￥???????? */
@media screen and (max-width: 800px) {
  .bd {
    padding-top: 0;
  }
  .wp {
    width: 100%;
    padding: 0 0.2rem;
  }
  .main-visual {
    height: 60vw;
    position: relative;
  }
  .main-visual .progress {
    right: 0.2rem;
  }
  .main-visual .swiper-slide h5 {
    padding-left: 0.2rem;
  }
  .horse {
  }
  .horse .horse-b-1 {
    transform: scale(0.7) translateY(0.02rem);
  }
  .horse .horse-b-2 {
    transform: scale(0.5) translateY(0.05rem);
  }
 
  .bd {
    padding-top: 100vh;
  }

  .bd-main {
    background: #fff url(../images/index-bg.png) 50% calc(100% - 6px) no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .banner {
  }

  .footer {
    /* position: relative;
    z-index: 100; */
    display: none;
  }

  .plate .tt {
    display: flex;
    align-items: flex-start;
  }
 
  .plate .tt-b .lbl h3,
  .plate .tt-b .lbl h4 {
    color: #9c7b5d;
  }
  .plate .tt-b .lbl::before {
    background: #9c7b5d;
  }
  .plate .tt-c .lbl::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #c5ad70);
  }

  .more {
    font-size: 14px;
    margin-top: 0.06rem;
  }
  .more span {
  }
  .more:hover span {
    transform: translateX(5px);
  }

  .scale-img,
  .banner-4 .cnt article {
  }
  .scale-img img,
  .banner-4 .cnt article img {
  }
  .scale-img:hover img,
  .banner-4 .cnt article:hover img {
    transform: scale(1.08);
  }

  .line,
  .banner-4 .cnt aside .cell,
  .banner-2 .wp .r .section-2 + .section-2,
  .banner-2 .wp .l {
  }
  .line::after,
  .banner-4 .cnt aside .cell::after,
  .banner-2 .wp .r .section-2 + .section-2::after,
  .banner-2 .wp .l::after {
    position: absolute;
    display: block;
    content: '';
    background-color: #d8d8d8;
  }

  .button-play {
    position: relative;
  }
  .button-play::before,
  .button-play::after {
    position: absolute;
    display: block;
    content: '';
    z-index: 99;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s;
  }
  .button-play::before {
    width: 135px;
    height: 135px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
  .button-play::after {
    width: 0px;
    height: 0px;
    border: 30px solid transparent;
    border-right: 0;
    margin-left: 8px;
    border-left: 52px solid #595757;
  }
  .button-play:hover::before {
    transform: translate(-50%, -50%) scale(0.9);
  }
  .button-play:hover::after {
    transform: translate(-50%, -50%) scale(1.1);
  }

  #gotop {
    position: fixed;
    z-index: 900;
    bottom: 32px;
    right: 10px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #e6c390;
    visibility: visible;
    opacity: 0;
  }
  #gotop.active {
    opacity: 1;
  }
  #gotop svg {
    width: 22px;
    height: 22px;
    display: inline-block;
    fill: #fff;
    vertical-align: middle;
    margin: -3px 0 0;
    transition: 0.6s;
  }
  #gotop:hover {
    border-radius: 50%;
  }

  .main-visual {
    position: fixed;
    height: 100vh;
    width: 100%;
    font-size: 110px;
    top: 0;
  }
  .main-visual .visual-wp,
  .main-visual .img-cells {
    position: relative;
    height: 100%;
  }
  .main-visual .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-visual .swiper-slide a {
    width: 100%;
    height: 100%;
  }
  .main-visual .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.5s linear;
  }
  .main-visual .swiper-slide img.dark {
    filter: brightness(50%);
  }
  .main-visual .swiper-slide h5 {
    bottom: 1.2rem;
  }
  .main-visual .progress {
    bottom: 1.3rem;
  }
  .main-visual .progress .progress-cells {
  }
  .main-visual .progress .progress-cells .progress-cell {
  }
  .main-visual .progress .progress-cells .progress-cell + .progress-cell {
  }
  .main-visual .progress .progress-cells .progress-cell::before,
  .main-visual .progress .progress-cells .progress-cell::after {
  }
  .main-visual .progress .progress-cells .progress-cell::before {
  }
  .main-visual .progress .progress-cells .progress-cell::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-dot.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    transform: scale(0);
  }
  .main-visual .progress .progress-cells .progress-cell.active::before {
    transform: scale(0);
  }
  .main-visual .progress .progress-cells .progress-cell.active::after {
    transform: scale(1);
  }
  .main-visual .progress .line,
  .main-visual .progress .banner-4 .cnt aside .cell,
  .banner-4 .cnt aside .main-visual .progress .cell,
  .main-visual .progress .banner-2 .wp .r .section-2 + .section-2,
  .banner-2 .wp .r .main-visual .progress .section-2 + .section-2,
  .main-visual .progress .banner-2 .wp .l,
  .banner-2 .wp .main-visual .progress .l {
  }
  .main-visual .progress .more {
    font-size: 12px;
  }
  .main-visual .arrow-lt,
  .main-visual .arrow-gt {
  }
  .main-visual .arrow-lt:hover,
  .main-visual .arrow-gt:hover {
    opacity: 1;
  }
  .main-visual .arrow-lt .iconfont,
  .main-visual .arrow-gt .iconfont {
  }
  .main-visual .arrow-lt.lt .iconfont,
  .main-visual .arrow-gt.lt .iconfont {
    transform: translateX(-2px);
  }
  .main-visual .arrow-lt.gt .iconfont,
  .main-visual .arrow-gt.gt .iconfont {
    transform: translateX(2px);
  }
  .main-visual .arrow-lt {
    left: 0.2rem;
  }
  .main-visual .arrow-gt {
    right: 0.2rem;
  }
  .main-visual .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 288px;
    pointer-events: none;
    background: url(../images/visual-mask-bottom.png) repeat-x 50% 0;
  }

  .horse {
  }
  .horse > * {
  }
  .horse-b-1 {
    background-image: url('../images/index-banner-1-c-1.png');
  }
  .horse-b-2 {
    background-image: url('../images/index-banner-1-c-2.png');
  }
  .horse.small .horse-b-1 {
    transform: scale(0.7) translateY(0.02rem);
  }
  .horse.small .horse-b-2 {
    transform: scale(0.5) translateY(0.05rem);
  }

  

  .banner-4 .banner-2 .wp .r .section-2 .cnt article {
    height: 1.99rem;
    width: 100%;
    overflow: hidden;
    position: relative;
  }


  .banner-2 .wp .r .section-2 .cnt .scale-img .txt h6,
  .banner-2 .wp .r .section-2 .banner-4 .cnt article .txt h6,
  .banner-4 .banner-2 .wp .r .section-2 .cnt article .txt h6,
  .banner-2 .wp .r .section-2 .cnt .scale-img .txt h5,
  .banner-2 .wp .r .section-2 .banner-4 .cnt article .txt h5,
  .banner-4 .banner-2 .wp .r .section-2 .cnt article .txt h5 {
    color: #ffffff;
  }
  .banner-2 .wp .r .section-2 .cnt .scale-img .txt h6,
  .banner-2 .wp .r .section-2 .banner-4 .cnt article .txt h6,
  .banner-4 .banner-2 .wp .r .section-2 .cnt article .txt h6 {
    margin-left: 0;
  }
  .banner-2 .wp .r .section-2 .cnt .scale-img .txt h5,
  .banner-2 .wp .r .section-2 .banner-4 .cnt article .txt h5,
  .banner-4 .banner-2 .wp .r .section-2 .cnt article .txt h5 {
    font-size: 16px;
    /* margin-top: 10px; */
    padding: 0 0.06rem;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .banner-2 .wp .r .section-2 .cnt .scale-img:hover .txt,
  .banner-2 .wp .r .section-2 .banner-4 .cnt article:hover .txt,
  .banner-4 .banner-2 .wp .r .section-2 .cnt article:hover .txt {
    transform: translateY(-0);
  }
  

  .banner-8 {
  }
  .banner-8 .cnt {
    margin-top: 0.32rem;
    height: 2.77rem;
    position: relative;
  }
  .banner-8 .cnt .swiper-slide {
    width: 3.92rem;
  }
  .banner-8 .cnt .cell {
    line-height: 1;
    position: relative;
    overflow: hidden;
  }

  .banner-8 .cnt .cell img {
    width: 3.92rem;
    height: 2.77rem;
    transition: all 0.5s;
  }

  .banner-8 .cnt .cell:hover img {
    transform: scale(1.3);
  }
  .banner-8 .cnt .cell h5 {
  }
  .banner-8 .cnt .cell::after {
  }
  .banner-8 .cnt .cell:hover::after {
    opacity: 0;
  }
  .banner-8 .cnt .cell.video .img {
    position: relative;
  }
  .banner-8 .cnt .cell.video .img::before,
  .banner-8 .cnt .cell.video .img::after {
    position: absolute;
    display: block;
    content: '';
    z-index: 99;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s;
  }
  .banner-8 .cnt .cell.video .img::before {
    width: 105px;
    height: 105px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
  .banner-8 .cnt .cell.video .img::after {
    width: 0px;
    height: 0px;
    border: 24px solid transparent;
    border-right: 0;
    margin-left: 8px;
    border-left: 42px solid #595757;
  }
  .banner-8 .cnt .cell.video .img:hover::before {
    transform: translate(-50%, -50%) scale(0.9);
  }
  .banner-8 .cnt .cell.video .img:hover::after {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .banner-8 .cnt .arrow-lt,
  .banner-8 .cnt .arrow-gt {
  }
  .banner-8 .cnt .arrow-lt:hover,
  .banner-8 .cnt .arrow-gt:hover {
    opacity: 1;
  }
  .banner-8 .cnt .arrow-lt .iconfont,
  .banner-8 .cnt .arrow-gt .iconfont {
  }
  .banner-8 .cnt .arrow-lt {
    left: 0.2rem;
  }
  .banner-8 .cnt .arrow-lt .iconfont {
    transform: translateX(-2px);
  }
  .banner-8 .cnt .arrow-gt {
    right: 0.2rem;
  }
  .banner-8 .cnt .arrow-gt .iconfont {
  }

  .banner-4 {
    margin-top: 0.96rem;
  }
  .banner-4 .wp {
    padding: 0 0.2rem;
    width: 100%;
  }
  .banner-4 .cnt {
  }
  .banner-4 .cnt article {
    /* flex: 1; */
    /* width: inherit; */
  }
  .banner-4 .cnt article .cell {
    display: block;
    width: 100%;
    height: 100%;
  }
  .banner-4 .cnt article .cell h5 {
    font-size: 14px;
    padding: 0 0.2rem;
    bottom: 0;
  }
  .banner-4 .cnt article .swiper-slide:hover h5 {
    transform: translateY(-0);
  }
  .banner-4 .cnt article .cell.video {
    position: relative;
  }
  .banner-4 .cnt article .cell.video::before,
  .banner-4 .cnt article .cell.video::after {
    position: absolute;
    display: block;
    content: '';
    z-index: 99;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s;
  }
  .banner-4 .cnt article .cell.video::before {
    width: 115px;
    height: 115px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
  .banner-4 .cnt article .cell.video::after {
    width: 0px;
    height: 0px;
    border: 30px solid transparent;
    border-right: 0;
    margin-left: 8px;
    border-left: 52px solid #595757;
  }
  .banner-4 .cnt article .cell.video:hover::before {
    transform: translate(-50%, -50%) scale(0.9);
  }
  .banner-4 .cnt article .cell.video:hover::after {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .banner-4 .cnt article .arrow-lt,
  .banner-4 .cnt article .arrow-gt {
    position: absolute;
    top: 50%;
    z-index: 99;
    display: flex;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #5d1012;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    opacity: 0.5;
    transition: 0.5s;
  }
  .banner-4 .cnt article .arrow-lt:hover,
  .banner-4 .cnt article .arrow-gt:hover {
    opacity: 1;
  }
  .banner-4 .cnt article .arrow-lt .iconfont,
  .banner-4 .cnt article .arrow-gt .iconfont {
  }
  .banner-4 .cnt article .arrow-lt.lt .iconfont,
  .banner-4 .cnt article .arrow-gt.lt .iconfont {
    transform: translateX(-2px);
  }
  .banner-4 .cnt article .arrow-lt.gt .iconfont,
  .banner-4 .cnt article .arrow-gt.gt .iconfont {
    transform: translateX(2px);
  }
  .banner-4 .cnt article .arrow-lt {
    left: 0.2rem;
  }
  .banner-4 .cnt article .arrow-gt {
    right: 0.2rem;
  }
  .banner-4 .cnt aside {
    margin-left: 0.2rem;
    overflow: hidden;
    padding-top: 5px;
    margin-top: -5px;
  }
  .banner-4 .cnt aside .cell {
  }
  .banner-4 .cnt aside .cell::after {
    /* left: 0; */
    /* bottom: 0; */
    /* width: 100%; */
    /* height: 0.02rem; */
    /* background-color: #dfdfdf; */
    display: none;
  }
  .banner-4 .cnt aside .cell + .cell {
  }
  .banner-4 .cnt aside .cell:last-child {
    padding-bottom: 0;
  }
  .banner-4 .cnt aside .cell:last-child::after {
    display: none;
  }
  .banner-4 .cnt aside .cell h5,
  .banner-4 .cnt aside .cell h6 {
    margin-left: 0;
    font-size: 16px;
  }
  .banner-4 .cnt aside .cell h5 {
    text-align: center;
    margin-top: 10px;
  }
  .banner-4 .cnt aside .cell h6 {
    color: #919191;
    font-size: 12px;
    display: none;
    
  }
  .banner-4 .cnt aside .cell.active,
  .banner-4 .cnt aside .cell:hover {
    color: #5d1012;
  }
  .banner-4 .cnt aside .cell.active h5,
  .banner-4 .cnt aside .cell.active h6,
  .banner-4 .cnt aside .cell:hover h5,
  .banner-4 .cnt aside .cell:hover h6 {
    transform: translateY(-5px);
  }

  .banner-9 {
  }
  .banner-9 .horse-2,
  .banner-9 .mountain-2 {
  }
  .banner-9 .horse-2 {
    background-image: url(../images/horse-2-d.png);
    background-size: 100% 100%;
  }

  .banner-9 .horse-2 {
    transform: translate(-50%, 0) scale(0.5);
  }
  .banner-9 .mountain-2 {
    transform: translate(-50%, 0) scale(0.7);
  }

  .banner-9 .plate .tt-9 {
    justify-content: center;
  }

  .banner-9 .plate .tt-9 .lbl::after {
    position: absolute;
    display: block;
    content: '';
    right: 0;
    width: 5px;
  }
  .banner-9 .plate .tt-9 h4 {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .banner-9 .plate .tt-9 h3 {
    font-size: 16px;
  }

  .banner-9 .container {
    position: relative;
    margin: 0 0 0 0;
  }
  .banner-9 .container .news-item {
    -ms-flex: 1;
        flex: 1;
              padding: 5px;
              border-left: 1px solid #ffffff;
              width: 400px;
  }
  .banner-9 .container .news-item:first-child {
    border-left: none;
  }
  .banner-9 .container .news-item .day {
    font-size: 30px;
              font-weight: bold;
              color: #7a303a;
              display: inline;
              
  }
  .banner-9 .container .news-item .date {
    font-size: 14px;
    color: #666;
    display: inline;
  }
  .banner-9 .container .news-item .description {
    margin-top: 10px;
              font-size: 14px;
              color: #4a3e34;
              line-height: 1.5;
  }
  .banner-9 .more {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #7a303a;
  }
  .banner-9 .more a {
    color: #7a303a;
              text-decoration: none;
  }


  .banner-5 {
    height: auto;
    padding: 0.5rem 0;
  }
  .banner-5 > .wp {
    width: 100%;
    margin-top: 0;
  }

.banner-5 .wp .plate .t5{
 margin-top: 0.1rem;
 margin-bottom: -2.7rem;
}
.banner-5 .swiper1 {
  margin-bottom: 0.5rem;
}
.banner-5 .arrow {
  margin-top: -3rem;
}
.banner-5 .arrow .swiper-button-next,
.banner-5 .arrow .swiper-button-prev {
  width: 20px;
  height: 20px;
}
.banner-5 .more {
  font-size: 6px;
  left: -0.15rem;
}


  .banner-5 .cnt .img-cnt .scale-img,
  .banner-5 .banner-4 .cnt .img-cnt article,
  .banner-4 .banner-5 .cnt .img-cnt article {
    overflow: hidden;
    color: #ffffff;
  }
  .banner-5 .cnt .img-cnt .scale-img .txt,
  .banner-5 .banner-4 .cnt .img-cnt article .txt,
  .banner-4 .banner-5 .cnt .img-cnt article .txt,
  .banner-5 .cnt .img-cnt .scale-img .lbl,
  .banner-5 .banner-4 .cnt .img-cnt article .lbl,
  .banner-4 .banner-5 .cnt .img-cnt article .lbl {
    position: absolute;
  }
  .banner-5 .cnt .img-cnt .scale-img .txt,
  .banner-5 .banner-4 .cnt .img-cnt article .txt,
  .banner-4 .banner-5 .cnt .img-cnt article .txt {
    font-family: 'SourceHanSansCN', 'Microsoft Yahei';
    line-height: 1;
    bottom: 0.68rem;
    left: 0;
    padding: 0 0.19rem;
    transition: 0.5s;
  }
  .banner-5 .cnt .img-cnt .scale-img h6,
  .banner-5 .banner-4 .cnt .img-cnt article h6,
  .banner-4 .banner-5 .cnt .img-cnt article h6 {
    font-size: 11px;
  }
  .banner-5 .cnt .img-cnt .scale-img h6 + h5,
  .banner-5 .banner-4 .cnt .img-cnt article h6 + h5,
  .banner-4 .banner-5 .cnt .img-cnt article h6 + h5 {
    margin-top: 5px;
  }
  .banner-5 .cnt .img-cnt .scale-img h5,
  .banner-5 .banner-4 .cnt .img-cnt article h5,
  .banner-4 .banner-5 .cnt .img-cnt article h5 {
    font-size: 15px;
  }
  .banner-5 .cnt .img-cnt .scale-img .lbl,
  .banner-5 .banner-4 .cnt .img-cnt article .lbl,
  .banner-4 .banner-5 .cnt .img-cnt article .lbl {
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 0.15rem;
    line-height: 0.28rem;
    padding: 0 0.1rem 0.14rem;
    left: 0.18rem;
    right: 0.18rem;
  }
  .banner-5 .cnt .img-cnt .scale-img .lbl .iconfont,
  .banner-5 .banner-4 .cnt .img-cnt article .lbl .iconfont,
  .banner-4 .banner-5 .cnt .img-cnt article .lbl .iconfont {
    font-size: 0.28rem;
  }
  .banner-5 .cnt .img-cnt .scale-img .lbl span,
  .banner-5 .banner-4 .cnt .img-cnt article .lbl span,
  .banner-4 .banner-5 .cnt .img-cnt article .lbl span {
    margin-left: 0.1rem;
  }
  .banner-5 .cnt .img-cnt .scale-img .lbl::after,
  .banner-5 .banner-4 .cnt .img-cnt article .lbl::after,
  .banner-4 .banner-5 .cnt .img-cnt article .lbl::after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    left: 0;
    height: 0.06rem;
    width: 0.92rem;
    transition: 0.5s;
  }
  .banner-5 .cnt .img-cnt .scale-img:hover .txt,
  .banner-5 .banner-4 .cnt .img-cnt article:hover .txt,
  .banner-4 .banner-5 .cnt .img-cnt article:hover .txt {
    transform: translateY(-10px);
  }
  .banner-5 .cnt .img-cnt .scale-img:hover .lbl::after,
  .banner-5 .banner-4 .cnt .img-cnt article:hover .lbl::after,
  .banner-4 .banner-5 .cnt .img-cnt article:hover .lbl::after {
    width: 100%;
  }
 
 
  
  .banner-6 .cnt .line,
  .banner-6 .cnt .banner-2 .wp .l,
  .banner-2 .wp .banner-6 .cnt .l,
  .banner-6 .cnt .banner-2 .wp .r .section-2 + .section-2,
  .banner-2 .wp .r .banner-6 .cnt .section-2 + .section-2,
  .banner-6 .banner-4 .cnt aside .cell,
  .banner-4 .banner-6 .cnt aside .cell {
    width: 2.43rem;
    height: 0.02rem;
    overflow: hidden;
    transform: translateY(0.68rem);
  }
  .banner-6 .cnt .line svg,
  .banner-6 .cnt .banner-2 .wp .l svg,
  .banner-2 .wp .banner-6 .cnt .l svg,
  .banner-6 .cnt .banner-2 .wp .r .section-2 + .section-2 svg,
  .banner-2 .wp .r .banner-6 .cnt .section-2 + .section-2 svg,
  .banner-6 .banner-4 .cnt aside .cell svg,
  .banner-4 .banner-6 .cnt aside .cell svg {
    width: 100%;
  }
  
  @keyframes dash1 {
    to {
      stroke-dashoffset: -100;
    }
  }

 
  .ai-service {
    position: fixed;
    width: 30px;
    height: 114px;
    top: calc(50% + 215px);
    right: 0;
    z-index: 1200;
    transition: 0.5s;
  }
  .ai-service .ai-service-bd {
    width: 100%;
    height: 100%;
    border-radius: 14px 0 0 14px;
    background-color: #5c1112;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    z-index: 1201;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
  }
  .ai-service::after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/ai-service-bg.png) 0 0 no-repeat;
    width: 296px;
    height: 423px;
    bottom: 12px;
    right: 0;
    transform: scale(0.625);
    transform-origin: bottom right;
    pointer-events: none;
    transition: 0.5s;
  }
  .ai-service:hover {
    width: 48px;
  }
  .ai-service:hover .ai-service-bd {
    border-radius: 22px 0 0 22px;
  }
  .ai-service:hover::after {
    transform: scale(1);
  }
 
  .bd {
    padding-top: 0;
  }
  .main-visual {
    height: 60vw;
    position: relative;
  }
  .main-visual .progress {
  }
  .main-visual .swiper-slide h5 {
  }
  .horse {
    margin-top: -2.26rem;
  }
  .horse .horse-b-1 {
  }
  .horse .horse-b-2 {
  }
  
}

/*当屏幕小的时候*/
@media screen and (max-width: 800px) {
  
 
  .banner-5 {
    padding: 0.2rem 0;
  }
 
  .banner-4 .cnt {
    flex-direction: column;
    height: auto;
    margin-top: 0.2rem;
    display: flex;
  }
  /* .banner-4 .cnt article {
    height: auto;
    position: relative;
  }
  .banner-4 .cnt article::after {
    content: '';
    display: block;
    padding-top: 60.5%;
  }
  .banner-4 .cnt article .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
  } */
  .banner-4 .cnt article img {
  }
  .banner-4 .cnt aside {
    margin-left: 0;
    padding-top: 0.3rem;
  }
 
  
  .horse .horse-b-2 {
    transform: scale(0.3) translateY(0.05rem);
  }
  .horse .horse-b-1 {
    transform: scale(0.35) translateY(0.02rem);
  }
  .horse.small .horse-b-2 {
    transform: scale(0.3) translateY(0.05rem);
  }
  .horse.small .horse-b-1 {
    transform: scale(0.35) translateY(0.02rem);
  }
  .main-visual .progress {
    bottom: 54px;
  }
  .main-visual .swiper-slide h5 {
    font-size: 16px;
    bottom: 54px;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .main-visual .progress .progress-cells {
  }
  .main-visual .progress .progress-cells .progress-cell {
    width: 20px;
    height: 18px;
  }
  .main-visual .progress .progress-cells .progress-cell + .progress-cell {
    margin-left: 0;
  }
  .main-visual .progress .progress-cells .progress-cell::before {
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
  }
  .main-visual .progress .progress-cells .progress-cell::after {
  }
  .main-visual .progress .more {
  }
  .main-visual .progress .line {
    height: 12px;
    margin: 0 12px 0 9px;
  }
  .more span {
    margin-left: 5px;
  }
  .banner-1 .wp {
    height: auto;
    padding-top: 0.2rem;
    border-radius: 0;
  }
 
  .banner-8 {
    margin-top: 0.6rem;
  }
  .banner-4 {
    margin-top: 0.6rem;
  }
  .banner-2 .wp .r .section-2.tzgg .lst {
    margin-top: 0.2rem;
  }
  .banner-5 {
    margin-top: 0.6rem;
  }
 

  .banner-8 .cnt {
    margin-top: 0.2rem;
  }
  .banner-9 {
    margin-top: 0.2rem;
    background-position: 50% -1.43rem;
    padding-top: 1.1rem;
    height: auto;
  }
 
  .banner-9 .horse-2,
  .banner-9 .mountain-2 {
    top: -1.4rem;
  }
  .banner-9 .horse-2,
  .banner-9 .horse-2.small {
    transform: translate(-50%, 0) scale(0.3);
  }
  .banner-9 .mountain-2,
  .banner-9 .mountain-2.small {
    transform: translate(-50%, 0) scale(0.32);
  }
 
  .banner-4 .cnt article,
  .banner-4 .cnt aside {
    flex: 1;
    width: initial;
    margin-top: 0;
  }
  .banner-4 #jdxsSwiper {
    margin-left: 0.3rem;
  }
  .banner-4 .cnt aside .cell {
    /* padding-bottom: 12px; */
  }
  .banner-4 .cnt aside .cell + .cell {
    margin-top: 12px;
  }
  .banner-4 .cnt aside .split-line {
  margin: 14px 0;
  }
 

  .banner-8 .cnt .cell h5 {
    font-size: 16px;
  }
  .banner-4 .cnt article .cell h5 {
    font-size: 16px;
  }
  .plate .tt .lbl {
    height: auto;
    padding-left: 12px;
  }
  .plate .tt .lbl::before {
    width: 4px;
  }
  .plate .tt .lbl h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .plate .tt .lbl h4 {
    font-size: 14px;
  }
  .banner-9 .plate .tt-9 .lbl::after {
    width: 4px;
  }


}
/* 当屏幕小的时候*/
@media screen and (max-width: 650px) {
 
}
@media screen and (max-width: 500px) {
 
 
  .horse .horse-b-2 {
    transform: scale(0.15) translateY(0.05rem);
  }
  .horse .horse-b-1 {
    transform: scale(0.18) translateY(0.02rem);
  }
  .horse.small .horse-b-2 {
    transform: scale(0.15) translateY(0.05rem);
  }
  .horse.small .horse-b-1 {
    transform: scale(0.18) translateY(0.02rem);
  }
  .main-visual .progress {
    bottom: 30px;
  }
  .main-visual .swiper-slide h5 {
    font-size: 12px;
    bottom: 30px;
    width: 50%;
    padding-right: 0;
  }
  .main-visual .progress .progress-cells {
  }
  .main-visual .progress .progress-cells .progress-cell {
    width: 20px;
    height: 18px;
  }
  .main-visual .progress .progress-cells .progress-cell + .progress-cell {
  }
  .main-visual .progress .progress-cells .progress-cell::before {
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
  }
  .main-visual .progress .progress-cells .progress-cell::after {
  }
  .main-visual .progress .more {
  }
  .main-visual .progress .line {
    margin: 0 6px 0 6px;
  }
  .main-visual .arrow-lt,
  .main-visual .arrow-gt {
    width: 24px;
    height: 24px;
  }
  .main-visual .arrow-lt .iconfont,
  .main-visual .arrow-gt .iconfont {
    font-size: 12px;
  }
  .main-visual .progress .more {
    font-size: 12px;
  }
 
  .plate .tt .lbl {
    padding-left: 10px;
  }
  .plate .tt .lbl::before {
    width: 3px;
  }
  .plate .tt .lbl h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .plate .tt .lbl h4 {
    font-size: 12px;
    margin-top: 0.06rem;
  }
  .banner-9 .plate .tt-9 .lbl::before {
    width: 3px;
  }
}
@media screen and (max-width: 410px) {
  .banner.banner-9 .cnt {
    display: none;
  }
  .banner.banner-9 .cnt-m {
    display: block;
    margin-top: 0.2rem;
  }
  .banner.banner-9 .cnt-m .swiper-wrapper {
    flex-direction: column;
  }
  .banner.banner-9 .cnt-m .swiper-wrapper .swiper-slide {
    display: block;
    flex-shrink: inherit;
    width: auto;
    height: auto;
  }
  .banner.banner-9 .cnt-m .swiper-wrapper .swiper-slide + .swiper-slide {
    margin-top: 0.2rem;
  }
  .banner.banner-9 .cnt-m .swiper-wrapper .swiper-slide .cell {
    position: relative;
  }
  .banner.banner-9 .cnt-m .swiper-wrapper .swiper-slide .cell img {
  }
  .banner.banner-9 .cnt-m .swiper-wrapper .swiper-slide .cell h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 6px 0.2rem;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}