.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff;
}
.banner .swiper-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .pc,
.banner .swiper-slide .mobile {
  position: relative;
  width: 100%;
  height: 100vh;
}
.banner .swiper-slide .pc i,
.banner .swiper-slide .mobile i {
  width: 100%;
  height: 100%;
  transform: scale(1);
}
.banner .swiper-slide .pc img,
.banner .swiper-slide .mobile img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide .mobile {
  display: none;
}
.banner .swiper-slide .video_obj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide.swiper-slide-active .pc .bacImg,
.banner .swiper-slide.swiper-slide-active .mobile .bacImg {
  transition: all 5s 0.7s;
  transform: scale(1.06);
}
.banner .swiper-slide.swiper-slide-active .pc img,
.banner .swiper-slide.swiper-slide-active .mobile img {
  visibility: visible;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeInUp100;
  animation-name: fadeInUp100;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  transition: all 0.5s;
  width: 54px;
  height: 54px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin: 0;
  top: auto;
  bottom: 100px;
}
.banner .swiper-button-prev {
  left: auto;
  right: 17.34%;
  margin-right: 19px;
}
.banner .swiper-button-next {
  right: 13.54%;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  background-color: #ffffff;
  transition: all 0.5s;
}
.banner .swiper-button-prev::after {
  content: " ";
  width: 9px;
  height: 16px;
  background: url(../images/icon/i5s.png) center no-repeat;
}
.banner .swiper-button-prev:hover::after {
  background: url(../images/icon/i5.png) center no-repeat;
}
.banner .swiper-button-next::after {
  content: " ";
  width: 9px;
  height: 16px;
  right: 8.17%;
  background: url(../images/icon/i6s.png) center no-repeat;
}
.banner .swiper-button-next:hover::after {
  background: url(../images/icon/i6.png) center no-repeat;
}
.banner .swiper-button-next .circleProgress_wrapper {
  width: 58px;
  height: 60px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.banner .swiper-button-next .circleProgress_wrapper .circle {
  width: 50%;
  height: 100%;
  position: absolute;
  top: -2px;
  overflow: hidden;
}
.banner .swiper-button-next .circleProgress_wrapper .circle.circle_right {
  right: 1px;
}
.banner .swiper-button-next .circleProgress_wrapper .circle.circle_left {
  left: 0;
}
.banner .swiper-button-next .circleProgress_wrapper .circleProgress {
  width: 54px;
  height: 54px;
  border: 3px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
}
.banner .swiper-button-next .circleProgress_wrapper .rightcircle {
  border-top: 3px solid #8d1a10;
  border-right: 3px solid #8d1a10;
  right: 0;
  -webkit-animation: circleProgressLoad_right 5s linear;
  animation: circleProgressLoad_right 5s linear;
}
.banner .swiper-button-next .circleProgress_wrapper .leftcircle,
.banner .swiper-button-next .circleProgress_wrapper .rightcircle {
  transform: rotate(45deg);
  box-sizing: content-box !important;
  box-sizing: initial !important;
}
.banner .swiper-button-next .circleProgress_wrapper .leftcircle {
  border-bottom: 3px solid #8d1a10;
  border-left: 3px solid #8d1a10;
  left: 0;
  -webkit-animation: circleProgressLoad_left 5s linear;
  animation: circleProgressLoad_left 5s linear;
}
@-webkit-keyframes circleProgressLoad_right {
  0% {
    transform: rotate(-135deg);
  }
  50% {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(45deg);
  }
}
@keyframes circleProgressLoad_right {
  0% {
    transform: rotate(-135deg);
  }
  50% {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes circleProgressLoad_left {
  0% {
    transform: rotate(-135deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  to {
    transform: rotate(45deg);
  }
}
@keyframes circleProgressLoad_left {
  0% {
    transform: rotate(-135deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  to {
    transform: rotate(45deg);
  }
}
.banner .swiper-pagination {
  left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  width: auto;
  left: 13.54%;
  font-size: 24px;
  bottom: 100px;
  color: #ffffff;
  font-family: Arial;
}
.banner .swiper-pagination span {
  opacity: 0.5;
}
.banner .swiper-pagination .current {
  font-size: 40px;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-current {
  font-size: 40px;
  opacity: 1;
}
.scroll {
  position: absolute;
  z-index: 10;
  bottom: 8.8vh;
  left: 50%;
  transform: translateX(-50%);
  width: 82px;
  height: 65px;
  background: url(../images/icon/icon_7.png) center no-repeat;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrolls;
  animation-name: scrolls;
}
@-webkit-keyframes scrolls {
  from {
    bottom: 8.8vh;
  }
  50% {
    bottom: 10.8vhvh;
  }
  100% {
    bottom: 8.8vh;
  }
}
@keyframes scrolls {
  from {
    bottom: 8.8vh;
  }
  50% {
    bottom: 10.8vh;
  }
  100% {
    bottom: 8.8vh;
  }
}
.pos_mode {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 45px;
  width: 100%;
}
@media (max-width: 1200px) {
  .banner .swiper-slide .pc {
    display: none;
  }
  .banner .swiper-slide .mobile {
    display: block;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    width: 0.7rem;
    height: 0.7rem;
    bottom: 1.99rem;
  }
  .banner .swiper-button-next {
    right: 0.3rem;
  }
  .banner .swiper-button-prev {
    right: 1.04rem;
    margin-right: 0.2rem;
  }
  .banner .swiper-button-prev::after {
    width: 0.11rem;
    height: 0.22rem;
    background-size: 0.11rem auto;
  }
  .banner .swiper-button-next::after {
    width: 0.11rem;
    height: 0.22rem;
    background-size: 0.11rem auto;
  }
  .banner .swiper-button-prev:hover::after {
    background-size: 0.11rem auto;
  }
  .banner .swiper-button-next:hover::after {
    background-size: 0.11rem auto;
  }
  .banner .swiper-button-prev:hover,
  .banner .swiper-button-next:hover {
    background: none;
  }
  .banner .swiper-button-next .circleProgress_wrapper .rightcircle {
    border-top: 2px solid #8d1a10;
    border-right: 2px solid #8d1a10;
  }
  .banner .swiper .swiper-button-next .circleProgress_wrapper .circleProgress {
    width: 0.64rem;
    height: 0.64rem;
  }
  .banner .swiper .swiper-button-next .circleProgress_wrapper {
    width: 0.74em;
    height: 0.74rem;
    top: 0;
    left: 0;
  }
  .banner .swiper-button-next .circleProgress_wrapper .circle.circle_left {
    left: -1px;
  }
  .banner .swiper-button-next .circleProgress_wrapper .circle.circle_right {
    right: 1px;
  }
  .banner .swiper-button-next .circleProgress_wrapper .circle {
    top: -1px;
  }
  .banner .swiper-pagination {
    left: 0.3rem;
    bottom: 2.11rem;
    width: auto;
    font-size: 0.45rem;
  }
  .banner .swiper-pagination .current {
    font-size: 0.68rem;
  }
  .banner .swiper-pagination .swiper-pagination-current {
    font-size: 0.68rem;
  }
  .banner .sum {
    left: 4%;
    bottom: calc(5.8vh - 0.15rem);
    font-size: 0.24rem;
    letter-spacing: 3px;
  }
  .banner .sum .i1 {
    margin-top: -0.1rem;
    font-size: 0.36rem;
  }
  .banner .sum .i2 {
    margin-top: 0.02rem;
  }
  .scroll {
    width: 1.42rem;
    height: 0.35rem;
    background: url(../images/mobile/icon/icon_7.png) center no-repeat;
    background-size: 100% auto;
    bottom: 0.96rem;
  }
  .pos_mode {
    margin-top: 0.55rem;
  }
}
.ind01 {
  padding: 100px 0 182px;
  padding-left: 13.54%;
  background: url(../images/index/ind01-bg.png) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.ind01 .intro {
  width: 44.15%;
}
.ind01 .title {
  font-size: 46px;
  margin-top: 70px;
  color: #333333;
  font-weight: bold;
}
.ind01 .text {
  margin-bottom: 30px;
  margin-top: 50px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ind01 .text p {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  margin-top: 20px;
}
.ind01 .text p:first-child {
  margin-top: 0;
}
.ind01 .introNum {
  padding-top: 30px;
  border-top: 1px solid #ececec;
  display: flex;
  justify-content: space-between;
}
.ind01 .introNum p {
  font-size: 24px;
  color: #8d1a10;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  font-family: Arial;
}
.ind01 .introNum b {
  font-size: 55px;
  font-weight: bold;
  margin-right: 5px;
}
.ind01 .introNum span {
  font-size: 16px;
  color: #999999;
}
.ind01 .mores {
  position: relative;
  display: flex;
  margin-top: 100px;
  width: 204px;
  height: 52px;
  font-size: 16px;
  color: #8d1a10;
  text-align: center;
  border: 1px solid #e1c2bf;
  border-radius: 5px;
}
.ind01 .mores::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #8d1a10;
  content: "";
}
.ind01 .mores p {
  position: relative;
  z-index: 3;
  width: 152px;
  line-height: 52px;
  border-right: #b9736d 1px solid;
}
.ind01 .mores i {
  transition: all 0.5s;
  position: relative;
  z-index: 3;
  width: calc(100% - 152px);
  height: 52px;
  background: url(../images/icon/i29.png) center no-repeat;
}
.ind01 .mores:hover::before {
  transition: all 0.5s;
  width: 100%;
}
.ind01 .mores:hover p {
  color: #ffffff;
}
.ind01 .mores:hover i {
  transition: all 0.5s;
  background-image: url(../images/icon/i29s.png);
}
.ind01 .videoPlay {
  width: 51.02%;
  position: relative;
  cursor: pointer;
}
.ind01 .videoPlay .videoImg {
  width: 100%;
  height: 593px;
  object-fit: cover;
}
.ind01 .indexPlay {
  width: 138px;
  height: 138px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ind01 .achievement {
  width: 198px;
  padding: 30px 0;
  background: url(../images/icon/i31.png) center no-repeat;
  background-size: cover;
  box-shadow: 0 0 16px rgba(141, 26, 16, 0.14);
  position: absolute;
  bottom: 108px;
  left: 56%;
  transform: translateX(-50%);
}
.ind01 .achievement i {
  width: 42px;
  height: 36px;
  background: url(../images/icon/i32.png) center no-repeat;
  background-size: contain;
  margin-left: 30px;
}
.ind01 .achievement em {
  width: 24px;
  height: 7px;
  background: url(../images/icon/i33.png) center no-repeat;
  background-size: contain;
  margin-left: 30px;
  margin-top: 20px;
  transition: all 0.5s;
}
.ind01 .achievement p {
  font-size: 22px;
  color: #8d1a10;
  margin-left: 30px;
  margin-top: 12px;
}
.ind01 .achievement:hover em {
  margin-left: 50px;
  transition: all 0.5s;
}
.ind01 .mobileMores {
  display: none;
}
@media (max-width: 1200px) {
  .ind01 {
    padding: 0.78rem 0 2.15rem;
    display: block;
  }
  .ind01 .intro {
    margin: 0 auto;
    width: 92%;
  }
  .ind01 .title {
    font-size: 0.42rem;
    margin-top: 0;
  }
  .ind01 .text {
    margin: 0.5rem 0 0.3rem;
    -webkit-line-clamp: 8;
  }
  .ind01 .text p {
    font-size: 0.28rem;
    line-height: 0.55rem;
    margin-top: 0;
  }
  .ind01 .pcMores {
    display: none;
  }
  .ind01 .mobileMores {
    display: flex;
    margin-top: 0;
    width: 2.84rem;
    height: 0.74rem;
    font-size: 0.22rem;
    margin-bottom: 0.38rem;
  }
  .ind01 .mores p {
    width: 2.12rem;
    line-height: 0.74rem;
  }
  .ind01 .mores i {
    width: calc(100% - 2.12rem);
    height: 0.74rem;
    background-size: 0.1rem auto;
  }
  .ind01 .introNum {
    padding: 0 0.5rem;
    flex-wrap: wrap;
    padding-top: 0.5rem;
    margin-top: 0.6rem;
  }
  .ind01 .introNum b {
    font-size: 0.78rem;
    color: #8d1a10;
  }
  .ind01 .about-data-item {
    margin-top: 0.4rem;
    min-width: 50%;
  }
  .ind01 .about-data-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .ind01 .introNum p {
    font-size: 0.23rem;
    color: #b0b0b0;
    align-items: baseline;
  }
  .ind01 .introNum span {
    font-size: 0.26rem;
    margin-top: 0.1rem;
  }
  .ind01 .videoPlay {
    width: 100%;
  }
  .ind01 .videoPlay {
    margin-top: -0.34rem;
  }
  .ind01 .videoPlay .videoImg {
    height: auto;
  }
  .ind01 .indexPlay {
    width: 0.96rem;
    height: 0.96rem;
  }
  .ind01 .achievement {
    width: 2.56rem;
    padding: 0.56rem 0 0.44rem;
    bottom: 1rem;
    left: 0.3rem;
    transform: none;
  }
  .ind01 .achievement i {
    width: 0.47rem;
    height: 0.42rem;
    margin-left: 0.42rem;
    background-size: 0.47rem auto;
  }
  .ind01 .achievement p {
    margin-left: 0.42rem;
    font-size: 0.3rem;
    margin-top: 0.2rem;
  }
  .ind01 .achievement em {
    width: 0.34rem;
    height: 0.1rem;
    margin-left: 0.42rem;
    background-size: 0.34rem auto;
    margin-top: 0.3rem;
  }
}
.ind02 {
  position: relative;
}
.ind02 .plateTitle {
  font-size: 36px;
  color: #ffffff;
  position: absolute;
  left: 13.54%;
  top: 170px;
  z-index: 2;
}
.ind02 .business {
  width: 100%;
  height: 800px;
}
.ind02 .business .runBox {
  width: 100%;
  height: 800px;
  position: relative;
  display: none;
}
.ind02 .business .runBox.curr {
  display: block;
}
.ind02 .business .runBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.ind02 .business .runBox .runRight {
  width: 502px;
  position: absolute;
  right: 13.54%;
  top: 170px;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeInUp100;
  animation-name: fadeInUp100;
}
.ind02 .business .runBox .text span {
  font-size: 24px;
  color: #ffffff;
}
.ind02 .business .runBox .text p {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 26px;
  transition: all 0.5s;
}
.ind02 .business .runBox .more {
  width: 150px;
  height: 150px;
  background: rgba(165, 36, 25, 0.75);
  border-radius: 15px;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-top: 86px;
}
.ind02 .business .runBox .more i {
  width: 34px;
  height: 34px;
  background: url(../images/icon/i34.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 25px;
  top: 21px;
}
.ind02 .business .runBox .more p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
  margin-left: 30px;
}
.ind02 .tabText {
  width: 100%;
  position: absolute;
  bottom: 74px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.ind02 .tabText .w1400 {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
}
.ind02 .tabText .tab {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 26px;
  position: relative;
  cursor: pointer;
}
.ind02 .tabText .tab::after {
  content: '';
  width: 0;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.ind02 .tabText .tab.cur i {
  opacity: 1;
}
.ind02 .tabText .tab.cur p {
  opacity: 1;
}
.ind02 .tabText .tab.cur::after {
  width: 100%;
}
.ind02 .tabText i {
  width: 49px;
  height: 49px;
  opacity: 0.7;
}
.ind02 .tabText p {
  font-size: 20px;
  color: #ffffff;
  opacity: 0.7;
  margin-left: 14px;
}
.fadeInUp100 {
  -webkit-animation-name: fadeInUp100;
  animation-name: fadeInUp100;
}
@-webkit-keyframes fadeInUp100 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp100 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 1200px) {
  .ind02 .plateTitle {
    font-size: 0.4rem;
    top: 0.77rem;
    left: 0.3rem;
  }
  .ind02 .business {
    height: 10rem;
  }
  .ind02 .business .runBox {
    height: 10rem;
  }
  .ind02 .business .runBox .runRight {
    width: calc(100% - 0.6rem);
    padding: 0 0.3rem;
    right: 0;
    top: 2.3rem;
  }
  .ind02 .business .runBox .text span {
    font-size: 0.4rem;
    text-align: center;
  }
  .ind02 .business .runBox .text p {
    font-size: 0.28rem;
    line-height: 0.55rem;
    margin-top: 0.1rem;
  }
  .ind02 .business .runBox .more {
    margin: 0 auto;
    margin-top: 0.26rem;
    width: 2.21rem;
    height: 0.76rem;
    align-items: center;
  }
  .ind02 .business .runBox .more p {
    margin: 0;
    margin-left: 0.36rem;
    font-size: 0.26rem;
  }
  .ind02 .business .runBox .more i {
    width: 0.28rem;
    height: 0.27rem;
    background-size: 0.28rem auto;
    right: 0.36rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .ind02 .tabText {
    bottom: 1.04rem;
  }
  .ind02 .tabText .tab {
    padding-top: 0.4rem;
  }
  .ind02 .tabText i {
    width: 0.49rem;
    height: 0.38rem;
  }
  .ind02 .tabText .tab:nth-child(1) i {
    background-size: 0.49rem auto !important;
  }
  .ind02 .tabText .tab:nth-child(2) i {
    background-size: 0.39rem auto !important;
  }
  .ind02 .tabText .tab:nth-child(3) i {
    background-size: 0.38rem auto !important;
  }
  .ind02 .tabText p {
    font-size: 0.26rem;
    margin-left: 0.09rem;
  }
  .ind02 .tabText .tab::after {
    top: -2px;
  }
}
.ind03 {
  padding: 96px 0 100px;
  background: #f5f5f5;
}
.ind03 .titTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind03 .titTop p {
  font-size: 36px;
  color: #333333;
}
.ind03 .titTop a {
  font-size: 16px;
  color: #666666;
  position: relative;
  transition: all 0.5s;
}
.ind03 .titTop a::after {
  content: '';
  width: 0;
  height: 7px;
  background: url(../images/icon/i33.png) center right no-repeat;
  background-size: 24px auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.ind03 .titTop a:hover {
  background-size: 24px auto;
  padding-right: 36px;
  transition: all 0.5s;
}
.ind03 .titTop a:hover::after {
  width: 24px;
  transition: all 0.5s;
}
.ind03 .newBox {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
}
.ind03 .newLeft {
  width: 66.42%;
  display: flex;
}
.ind03 .newLeft .next {
  width: calc(100% - 35px/2);
  height: 550px;
  margin-right: 3.76%;
  position: relative;
  overflow: hidden;
}
.ind03 .newLeft .next:last-child {
  margin-right: 0;
}
.ind03 .newLeft .next:hover .itemBnt {
  top: 0;
  transition: all 0.5s;
}
.ind03 .itemTop .topImg {
  width: 100%;
  height: 355px;
}
.ind03 .itemTop .topImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind03 .btnText {
  background: #ffffff;
  padding: 30px 40px;
  height: 135px;
}
.ind03 .btnText i {
  font-size: 16px;
  color: #8d1a10;
  font-weight: bold;
  font-family: Arial;
}
.ind03 .btnText p {
  font-size: 20px;
  color: #333333;
  line-height: 34px;
  margin-top: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ind03 .itemBnt {
  height: 100%;
  padding: 0 40px;
  background: url(../images/index/itemBnt.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 550px;
  left: 0;
  transition: all 0.5s;
}
.ind03 .itemBnt .time {
  font-size: 16px;
  color: #ffffff;
  margin-top: 50px;
}
.ind03 .itemBnt .tit {
  font-size: 22px;
  color: #ffffff;
  line-height: 34px;
  margin-top: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ind03 .itemBnt .text {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ind03 .itemBnt .mores {
  position: relative;
  display: flex;
  margin-top: 100px;
  width: 204px;
  height: 52px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.ind03 .itemBnt .mores::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
  content: "";
}
.ind03 .itemBnt .mores p {
  position: relative;
  z-index: 3;
  width: 152px;
  line-height: 52px;
  border-right: rgba(255, 255, 255, 0.5) 1px solid;
}
.ind03 .itemBnt .mores i {
  transition: all 0.5s;
  position: relative;
  z-index: 3;
  width: calc(100% - 152px);
  height: 52px;
  background: url(../images/icon/i29s.png) center no-repeat;
}
.ind03 .itemBnt .mores:hover::before {
  transition: all 0.5s;
  width: 100%;
}
.ind03 .itemBnt .mores:hover p {
  color: #8d1a10;
}
.ind03 .itemBnt .mores:hover i {
  transition: all 0.5s;
  background-image: url(../images/icon/i29.png);
}
.ind03 .newRight {
  width: 31.21%;
}
.ind03 .newRight .pic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 31px 0 31px;
  border-bottom: 1px solid #f0f0f0;
}
.ind03 .newRight .pic:first-child {
  padding-top: 0;
}
.ind03 .newRight .pic:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.ind03 .newRight .pic:hover .picText .title {
  color: #8d1a10;
  font-weight: bold;
  transition: all 0.5s;
}
.ind03 .newRight .pic:hover .picText i {
  margin-left: 20px;
  transition: all 0.5s;
}
.ind03 .newRight .pic:hover .picImg img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.ind03 .newRight .picImg {
  width: 46.02%;
  height: 141px;
  overflow: hidden;
}
.ind03 .newRight .picImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.ind03 .newRight .picText {
  width: 49.48%;
}
.ind03 .newRight .picText .title {
  font-size: 18px;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  line-height: 26px;
}
.ind03 .newRight .picText .textP {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  margin-top: 11px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ind03 .newRight .picText i {
  width: 24px;
  height: 7px;
  background: url(../images/icon/i38.png) center no-repeat;
  background-size: contain;
  margin-top: 30px;
  transition: all 0.5s;
  display: none;
}
@media (max-width: 1200px) {
  .ind03 {
    padding: 0.79rem 0 1rem;
  }
  .ind03 .titTop p {
    font-size: 0.4rem;
    font-weight: bold;
  }
  .ind03 .titTop a {
    padding-right: 0.48rem;
    font-size: 0.26rem;
    background-size: 0.33rem auto;
  }
  .ind03 .newBox {
    margin-top: 0.6rem;
  }
  .ind03 .newBox .topImg {
    width: 100%;
    height: 5.175rem;
  }
  .ind03 .newBox .topImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ind03 .newBox .swiper {
    padding-bottom: 0.6rem;
  }
  .ind03 .newBox .swiper-pagination {
    bottom: 0;
    font-size: 0;
  }
  .ind03 .newBox .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    background: #d3d2d3;
    margin: 0 0.2rem;
    opacity: 1;
  }
  .ind03 .newBox .swiper-pagination-bullet-active {
    background: #8d1a10;
  }
  .ind03 .btnText {
    padding: 0.32rem 0.38rem;
    height: 1.48rem;
  }
  .ind03 .btnText i {
    font-size: 0.24rem;
  }
  .ind03 .btnText p {
    font-size: 0.28rem;
    line-height: 0.55rem;
    -webkit-line-clamp: 2;
    margin-top: 0.1rem;
  }
}
.ind04 {
  padding: 100px 0 80px;
  background: url(../images/index/ind04-bg.png) center no-repeat;
  background-size: cover;
}
.ind04 .construction {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind04 .conTitle {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}
.ind04 .conTab {
  display: flex;
}
.ind04 .conTab .tabs {
  font-size: 18px;
  color: #999999;
  margin-right: 25px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ind04 .conTab .tabs i {
  width: 0;
  height: 7px;
  margin-left: 9px;
  background: url(../images/icon/i33.png) center right no-repeat;
  background-size: 24px auto;
  transition: all 0.5s;
}
.ind04 .conTab .tabs:last-child {
  margin-right: 0;
}
.ind04 .conTab .tabs.cur {
  color: #333333;
  margin-right: 40px;
  transition: all 0.5s;
}
.ind04 .conTab .tabs.cur i {
  width: 24px;
  transition: all 0.5s;
}
.ind04 .party {
  margin-left: 17.85%;
  margin-top: 58px;
  display: none;
}
.ind04 .party.cur {
  display: block;
}
.ind04 .party .swiper {
  padding-bottom: 114px;
}
.ind04 .party .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.ind04 .party .swiper-button-next,
.ind04 .party .swiper-button-prev {
  margin: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  bottom: 10px;
  top: auto;
  border: 1px solid #9a0000;
}
.ind04 .party .swiper-button-next {
  right: 8px;
  background: url(../images/icon/i40.png) center no-repeat;
  transition: all 0.5s;
}
.ind04 .party .swiper-button-next:hover {
  background: #8d1a10 url(../images/icon/i40s.png) center no-repeat;
  transition: all 0.5s;
}
.ind04 .party .swiper-button-prev {
  left: auto;
  right: 80px;
  background: url(../images/icon/i39.png) center no-repeat;
  transition: all 0.5s;
}
.ind04 .party .swiper-button-prev:hover {
  background: #8d1a10 url(../images/icon/i39s.png) center no-repeat;
  transition: all 0.5s;
}
.ind04 .partyLeft {
  width: 66.29%;
  height: 429px;
  position: relative;
  overflow: hidden;
}
.ind04 .partyLeft:after{
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 20%;
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
}
.ind04 .partyLeft:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.ind04 .partyLeft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.ind04 .partyLeft p {
  padding: 0 30px;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  bottom: 19px;
  left: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  z-index: 1;
}
.ind04 .partyRight {
  width: 31.42%;
  height: 429px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ind04 .partyRight .partyImg {
  width: 100%;
  height: 204px;
  position: relative;
  overflow: hidden;
}
.ind04 .partyRight .partyImg:after{
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
}
.ind04 .partyRight .partyImg:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.ind04 .partyRight .partyImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.ind04 .partyRight .partyImg p {
  padding: 0 30px;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  bottom: 19px;
  left: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  z-index: 1;
}
@media (max-width: 1200px) {
  .ind04 {
    padding: 0.79rem 0 1rem;
    background: url(../images/mobile/index/ind04-bg.png) center no-repeat;
    background-size: cover;
  }
  .ind04 .conTitle {
    font-size: 0.4rem;
    font-weight: bold;
  }
  .ind04 .conTab .tabs {
    font-size: 0.28rem;
    color: #999999;
  }
  .ind04 .conTab .tabs.cur {
    font-weight: bold;
    color: #8d1a10;
    margin-right: 0.58rem;
  }
  .ind04 .conTab .tabs i {
    height: 0.09rem;
    background-size: 0.33rem;
  }
  .ind04 .conTab .tabs.cur i {
    width: 0.33rem;
  }
  .ind04 .party {
    margin: 0;
    margin-top: 0.64rem;
  }
  .ind04 .party .swiper-slide {
    display: block;
  }
  .ind04 .partyLeft {
    width: 100%;
    height: 3.88rem;
  }
  .ind04 .partyLeft:after{
    height: 45%;
  }
  .ind04 .partyLeft p {
    padding: 0 0.3rem;
    font-size: 0.28rem;
    line-height: 0.48rem;
    -webkit-line-clamp: 2;
    bottom: 0.2rem;
  }
  .ind04 .partyRight {
    width: 100%;
    height: auto;
    display: block;
  }
  .ind04 .partyRight .partyImg {
    width: 100%;
    height: 3.88rem;
    margin-top: 0.4rem;
  }
  .ind04 .partyRight .partyImg:after{
    height: 45%;
  }
  .ind04 .partyRight .partyImg p {
    padding: 0 0.3rem;
    font-size: 0.28rem;
    line-height: 0.48rem;
    -webkit-line-clamp: 2;
    bottom: 0.2rem;
  }
  .ind04 .party .swiper {
    padding-bottom: 1.26rem;
  }
  .ind04 .party .swiper-button-next,
  .ind04 .party .swiper-button-prev {
    width: 0.82rem;
    height: 0.82rem;
    bottom: 0;
  }
  .ind04 .party .swiper-button-next {
    right: 33.62%;
    background-size: 0.11rem auto;
  }
  .ind04 .party .swiper-button-prev {
    left: 33.62%;
    background-size: 0.11rem auto;
  }
  .ind04 .party .swiper-button-prev:hover {
    background-size: 0.11rem auto;
  }
  .ind04 .party .swiper-button-next:hover {
    background-size: 0.11rem auto;
  }
}
