.banner {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner .bigimg {
  /* .swiper-pagination-bullet{
            display: block;
            width: auto;
            height: auto;
            border-radius: 0;
            background: initial;
            opacity: 1;

            margin-top: 40px;
            padding-top: 1px;
            width: 2px;
            height: 0px;
            background-color: rgba(194,191,191,0);
            position: relative;
            cursor: pointer;
            em{
                position: absolute;
                left: -8px;
                top: -40px;
                font-size: 18px;
                color: #fff;
                font-family: Arial;
            }
            i{
                width: 100%;
                position: absolute;
                top: 0;
                height: 0;
                background-color: #63c1d2;
            }
            &.swiper-pagination-bullet-active{
                transition: all 0.5s;margin-bottom: 60px; height: 78px;background-color: rgba(194,191,191,1);
                i{
                    -webkit-animation-duration: 5s;
                    animation-duration: 5s;
                    -webkit-animation-fill-mode: both;
                    animation-fill-mode: both;
                    animation-timing-function: ease-out;
                    -webkit-animation-timing-function: ease-out;
                    -webkit-animation-name: Height100;
                    animation-name: Height100;
                }
            }
        } */
}
.banner .bigimg .pic {
  overflow: hidden;
}
.banner .bigimg .pic .picimg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transform: scale(1.05);
}
.banner .bigimg .pic .text {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.banner .bigimg .pic .text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: hidden;
}
.banner .bigimg .pic .pictext {
  position: absolute;
  left: 20%;
  top: 32%;
  z-index: 2;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .bigimg .pic .pictext img {
  float: left;
}
.banner .bigimg .pic .pictext .swiperText {
  float: left;
  margin: 48px 0 0 18px;
  height: 70px;
}
.banner .bigimg .pic .pictext .swiperText .swiper-slide {
  height: 70px;
  line-height: 70px;
  font-size: 53px;
  color: #fff;
}
.banner .bigimg .pic.swiper-slide-active .picimg {
  transition: all 5s 0.6s;
  transform: scale(1);
}
.banner .bigimg .pic.swiper-slide-active .text img {
  visibility: visible;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeInUp150;
  animation-name: fadeInUp150;
}
.banner .bigimg .pic.s2 .text {
  top: 32.6%;
  transform: translateY(0);
}
.banner .bigimg .pic.s2 .text img {
  width: 100%;
}
.banner .bigimg .pic.s3 .text {
  top: 24%;
  transform: translateY(0);
}
.banner .bigimg .pic.s3 .text img {
  width: 100%;
}
.banner .bigimg .swiper-button-next,
.banner .bigimg .swiper-button-prev {
  top: 50vh;
  width: 51px;
  height: 51px;
  border: rgba(255, 255, 255, 0.8) 1px solid;
  border-radius: 52px;
}
.banner .bigimg .swiper-button-next::after,
.banner .bigimg .swiper-button-prev::after {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.banner .bigimg .swiper-button-next::before,
.banner .bigimg .swiper-button-prev::before {
  transition: all 0.5s;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #ba1912;
  opacity: 0;
  content: " ";
}
.banner .bigimg .swiper-button-next:hover,
.banner .bigimg .swiper-button-prev:hover {
  transition: all 0.5s;
  border: #ba1912 1px solid;
}
.banner .bigimg .swiper-button-next:hover::before,
.banner .bigimg .swiper-button-prev:hover::before {
  transition: all 0.5s;
  opacity: 1;
}
.banner .bigimg .swiper-button-prev {
  left: 3.3%;
}
.banner .bigimg .swiper-button-prev::after {
  background: url(../image/icon_2.png) center no-repeat;
}
.banner .bigimg .swiper-button-next {
  right: 3.3%;
}
.banner .bigimg .swiper-button-next::after {
  background: url(../image/icon_3.png) center no-repeat;
}
.banner .bigimg .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  left: 10%;
  bottom: 6.7%;
  width: 80%;
  font-size: 29px;
  color: #ac2d28;
  font-family: Arial;
}
.banner .bigimg .swiper-pagination-total,
.banner .bigimg .lis {
  margin-top: 9px;
  padding-left: 3px;
  font-size: 18px;
  color: #fff;
}
.Height100 {
  -webkit-animation-name: Height100;
  animation-name: Height100;
}
@-webkit-keyframes Height100 {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
@keyframes Height100 {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
.scroll {
  position: absolute;
  z-index: 10;
  bottom: 3.6%;
  left: 50%;
  margin-left: -18px;
  width: 35px;
  height: 49px;
  background: url(../image/icon_12.png) center no-repeat;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -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;
}
.scroll.scroll_fixed {
  display: none;
}
@-webkit-keyframes scrolls {
  from {
    bottom: 3.6%;
  }
  50% {
    bottom: calc(3.6% + 12px);
  }
  100% {
    bottom: 3.6%;
  }
}
@keyframes scrolls {
  from {
    bottom: 3.6%;
  }
  50% {
    bottom: calc(3.6% + 12px);
  }
  100% {
    bottom: 3.6%;
  }
}
.title {
  position: relative;
  z-index: 3;
}
.title .fl .clearfix {
  display: flex;
  font-size: 30px;
  color: #333;
}
.title .fl .clearfix i {
  font-weight: bold;
  color: #ba1912;
}
.title .fl .clearfix em {
  font-weight: bold;
}
.title .fl span {
  margin-top: 6px;
  font-size: 16px;
  color: #333;
}
.title .more {
  float: right;
}
.title .more p {
  padding-right: 20px;
  line-height: 67px;
  font-size: 18px;
  color: #999;
  background: url(../image/icon_18.png) right center no-repeat;
}
.title .more:hover p {
  transition: all 0.5s;
  color: #ba1912;
  background: url(../image/icon_18s.png) right center no-repeat;
}
.title .more:hover::after {
  transition: all 0.5s;
  width: 100%;
}
.ind01 {
  padding: 80px 0 70px;
}
.ind01 .top {
  margin: 20px auto 35px;
  border-top: #e5e5e5 1px solid;
  border-bottom: #e5e5e5 1px solid;
}
.ind01 .top .pic {
  margin: 13px 0;
  padding-left: 34px;
  width: 100px;
  line-height: 32px;
  font-size: 18px;
  color: #ba1912;
  font-weight: 500;
  border-right: #e5e5e5 1px solid;
  background: url(../image/icon_16.png) left center no-repeat;
}
.ind01 .top .jq22 a {
  display: inline-block;
}
.ind01 .cen .left {
  width: 50%;
}
.ind01 .cen .left .mySwiper {
  margin-bottom: 12px;
}
.ind01 .cen .left .mySwiper .bigPic {
  position: relative;
  width: 100%;
  height: 390px;
  overflow: hidden;
}
.ind01 .cen .left .mySwiper .bigPic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind01 .cen .left .mySwiper .bigPic p {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 3%;
  bottom: 20px;
  width: 90%;
  line-height: 30px;
  font-size: 22px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ind01 .cen .left .mySwiper .bigPic:hover i {
  transition: all 0.5s;
  transform: scale(1.05);
}
.ind01 .cen .left .mySwiper .swiper-slide-active a p {
  transition: all 0.5s;
  opacity: 1;
}
.ind01 .cen .left .swiper-pagination {
  left: 66%;
  bottom: 20px;
  width: 30%;
  display: flex;
  justify-content: flex-end;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 2px;
}
.ind01 .cen .left .swiper-pagination .s1 {
  font-weight: bold;
  color: #ba1912;
  font-size: 24px;
}
.ind01 .cen .left .swiper-button-next,
.ind01 .cen .left .swiper-button-prev {
  width: 40px;
  transition: all 0.5s;
  height: 80px;
}
.ind01 .cen .left .swiper-button-prev {
  left: 0;
  background: url(../image/icon_63.png) center no-repeat;
}
.ind01 .cen .left .swiper-button-prev:hover {
  background: url(../image/icon_63s.png) center no-repeat;
}
.ind01 .cen .left .swiper-button-next {
  right: 0;
  background: url(../image/icon_64.png) center no-repeat;
}
.ind01 .cen .left .swiper-button-next:hover {
  background: url(../image/icon_64s.png) center no-repeat;
}
.ind01 .cen .right {
  width: 45%;
}
.ind01 .titleO {
  position: relative;
  line-height: unset!important;
  border-bottom: #dcdcdc 1px solid;
  margin-top: 30px;
  padding-bottom: 20px;
}
.ind01 .cen .list:first-child .titleO {
  margin-top: 0;
}
.ind01 .titleO b {
  float: left;
  margin-right: 16px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.ind01 .tab_title b {
  cursor: pointer;
}
.ind01 .titleO b.cur {
  color: #ba1912;
}
.ind01 .titleO a {
  float: right;
  padding-right: 22px;
  font-size: 18px;
  color: #999;
  background: url(../image/icon_15.png) right center no-repeat;
}
.ind01 .titleO a:hover {
  color: #ba1912;
  background: url(../image/icon_15ss.png) right center no-repeat;
}
.ind01 .titleO::before {
  transition: all 0.8s;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  background: #da251d;
  content: " ";
}
.ind01 .list:hover .titleO::before {
  transition: all 0.8s;
  width: 100%;
}
.ind01 .cen .list ul {
  margin-top: 12px;
}
.ind01 .cen .list ul a {
  line-height: 45px;
  font-size: 18px;
  color: #333;
}
.ind01 .cen .list ul a .pic {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 45px;
}
.ind01 .cen .list ul a .pic img {
  transition: all 0.5s;
  opacity: 0.8;
  /* -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1); */
  max-width: 100%;
  max-height: 90%;
}
.ind01 .cen .list ul a p {
  float: left;
  max-width: calc(100% - 50px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ind01 .cen .list ul a span {
  float: left;
  width: 51px;
  height: 45px;
  background: url(../image/icon_17.png) 2px 5px no-repeat;
}
.ind01 .cen .list ul a i {
  float: right;
}
.ind01 .cen .list ul a:hover .pic img {
  transition: all 0.5s;
  opacity: 1;
  /* -webkit-filter: grayscale(0);
  filter: gray;
  filter: grayscale(0); */
}
.ind01 .cen .list ul a:hover p {
  color: #ba1912;
}
.ind01 .cen .list .titleO {
  line-height: 72px;
}
.ind01 .cen .list_2 {
  margin-bottom: 0px;
}
.ind01 .cen .list_2 ul a p {
  max-width: calc(100% - 100px);
}
.ind01 .cen .list_3 ul a p {
  margin-left: 20px;
  max-width: calc(100% - 155px);
}
.ind01 .cen .list ul.ulImg a p {
  margin-left: 20px;
  max-width: calc(100% - 135px);
}
.ind01 .cen .tabTwo {
  margin-top: 40px;
}
.ind01 .bot .titleO {
  margin-bottom: 30px;
}
.ind01 .bot .swiper-slide a {
  position: relative;
  width: 100%;
  height: 180px;
}
.ind01 .bot .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind01 .bot .swiper-slide a::before {
  transition: all 0.5s;
  opacity: 0;
  transform: scale(0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ba1912;
  content: " ";
}
.ind01 .bot .swiper-slide a .pos {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.ind01 .bot .swiper-slide a .pos .bor {
  transition: all 0.5s;
  opacity: 0;
  transform: scale(0.7);
  padding: 0 36px;
  color: #fff;
}
.ind01 .bot .swiper-slide a .pos .bor b {
  margin: 0 10px 28px;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ind01 .bot .swiper-slide a .pos .bor .more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 134px;
  height: 46px;
  border: #fff 1px solid;
}
.ind01 .bot .swiper-slide a .pos .bor .more i {
  padding-right: 23px;
  font-size: 16px;
  color: #fff;
  background: url(../image/icon_18ss.png) right center no-repeat;
}
.ind01 .bot .swiper-slide a:hover::before,
.ind01 .bot .swiper-slide a:hover .bor {
  transition: all 0.5s;
  opacity: 1;
  transform: scale(1);
}
.ind01 .bot .next .w1400 {
  position: relative;
}
.ind01 .bot .swiper-button-next,
.ind01 .bot .swiper-button-prev {
  transition: all 0.5s;
  width: 51px;
  height: 50px;
}
.ind01 .bot .swiper-button-prev {
  left: -80px;
  background: url(../image/icon_100.png) center no-repeat;
}
.ind01 .bot .swiper-button-prev:hover {
  transition: all 0.5s;
  background: url(../image/icon_100s.png) center no-repeat;
}
.ind01 .bot .swiper-button-next {
  right: -80px;
  background: url(../image/icon_101.png) center no-repeat;
}
.ind01 .bot .swiper-button-next:hover {
  transition: all 0.5s;
  background: url(../image/icon_101s.png) center no-repeat;
}
@media (max-width: 1688px) {
  .ind01 .bot .swiper-button-prev {
    left: -60px;
  }
  .ind01 .bot .swiper-button-next {
    right: -60px;
  }
}
.ind02 {
  position: relative;
  height: calc(100vh - 100px);
}
.ind02 .title {
  position: absolute;
  left: 0;
  top: 8%;
  z-index: 4;
  width: 100%;
}
.ind02 .title .fl .clearfix,
.ind02 .title .fl span {
  color: #fff;
}
.ind02 .title .fl .clearfix i,
.ind02 .title .fl span i {
  color: #fff;
}
.ind02 .title .more p {
  color: #fff;
  background: url(../image/icon_18ss.png) right center no-repeat;
}
.ind02 .title .more p:hover {
  color: #ba1912;
  background: url(../image/icon_18s.png) right center no-repeat;
}
.ind02 .tab_title {
  position: relative;
  z-index: 3;
}
.ind02 .tab_title .next {
  position: relative;
  float: left;
  width: 25%;
  height: calc(100vh - 100px);
}
.ind02 .tab_title .next::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #a5a5a5;
  content: " ";
  opacity: 0.5;
}
.ind02 .tab_title .next:nth-child(4)::before {
  display: none;
}
.ind02 .tab_title .next .pos {
  transition: all 0.5s;
  position: absolute;
  left: 6%;
  top: 53%;
  margin-top: -68px;
  width: 88%;
  color: #fff;
}
.ind02 .tab_title .next .icon {
  margin-bottom: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.ind02 .tab_title .next .icon img {
  max-height: 60px;
}
.ind02 .tab_title .next b {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.ind02 .tab_title .next p {
  transition: all 0.6s;
  opacity: 0;
  display: none;
  margin-top: 50px;
  line-height: 30px;
  font-size: 16px;
}
.ind02 .tab_title .next a {
  transition: all 0.5s;
  transform: scale(0);
  display: none;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 51px auto 0;
  width: 50%;
  height: 58px;
  background: #ba1912;
  overflow: hidden;
}
.ind02 .tab_title .next a::after {
  transition: all 0.5s;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
}
.ind02 .tab_title .next a i {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  line-height: 58px;
  font-size: 17px;
  color: #fff;
  background: url(../image/icon_18ss.png) right center no-repeat;
}
.ind02 .tab_title .next a:hover::after {
  transition: all 0.5s;
  left: 0%;
}
.ind02 .tab_title .next a:hover i {
  color: #ba1912;
  background: url(../image/icon_18s.png) right center no-repeat;
}
.ind02 .tab_title .next:hover .pos,
.ind02 .tab_title .next.cur .pos {
  transition: all 0.5s;
  margin-top: -207px;
}
.ind02 .tab_title .next:hover p,
.ind02 .tab_title .next.cur p {
  display: block;
  transition: all 0.6s;
  opacity: 1;
}
.ind02 .tab_title .next:hover a,
.ind02 .tab_title .next.cur a {
  display: flex;
  transition: all 0.5s;
  transform: scale(1);
}
.ind02 .tab_next {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100vh - 100px);
}
.ind02 .tab_next .pic {
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100vh - 100px);
  overflow: hidden;
}
.ind02 .tab_next .pic i {
  width: 100%;
  height: 100%;
}
.ind02 .tab_next .pic.cur {
  opacity: 1;
  transition: all 0.5s;
}
.ind03 {
  padding: 90px 0 140px;
}
.ind03 .title {
  margin-bottom: 80px;
}
.ind03 .picVideo {
  position: relative;
  float: left;
  width: 40%;
  height: 610px;
  overflow: hidden;
}
.ind03 .picVideo i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind03 .picVideo:hover i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.ind03 .picVideo span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/icon_23.png) center no-repeat;
}
.ind03 .pic {
  animation-delay: 0.1s;
  position: relative;
  float: left;
  margin: -32px 0 0 -3.4%;
  width: 30%;
  height: 610px;
  background: #fff;
  overflow: hidden;
}
.ind03 .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind03 .pic:hover i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.ind03 .next {
  animation-delay: 0.2s;
  position: relative;
  float: left;
  margin-left: -2.32%;
  width: 35.71%;
  height: 610px;
  background: #fff url(../image/ind03_3.png) right top no-repeat;
  background-size: 37.6% auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* .bor{
            padding: 109px 37px 0;
            b{
                margin-bottom: 30px;
                font-size: 24px;
                color: #333;
                font-weight: bold;
            }
            p{
                height: 180px;
                line-height: 36px;
                font-size: 16px;
                color: #333;
            }
            .code{
                img{
                    margin: 0 auto 8px;
                    width: 120px;
                }
                i{
                    font-size: 16px;
                    color: #333;
                    text-align: center;
                }
            }
        } */
}
.ind03 .next .bor {
  padding: 50px 8% 0;
}
.ind03 .next .bor .list {
  margin-bottom: 34px;
}
.ind03 .next .bor .list .t {
  margin-bottom: 16px;
  line-height: 31px;
}
.ind03 .next .bor .list .t b {
  float: left;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.ind03 .next .bor .list .t a {
  float: right;
  padding-right: 17px;
  font-size: 16px;
  color: #999;
  background: url(../image/icon_15.png) right center no-repeat;
}
.ind03 .next .bor .list .t a:hover {
  color: #da251d;
  background: url(../image/icon_15ss.png) right center no-repeat;
}
.ind03 .next .bor .list .text a {
  line-height: 35px;
  font-size: 18px;
}
.ind03 .next .bor .list .text a b {
  float: left;
  width: calc(100% - 52px);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ind03 .next .bor .list .text a p {
  float: right;
  color: #999;
}
.ind03 .next .bor .list .text a:hover b {
  color: #da251d;
}
.ind04 {
  position: relative;
}
.ind04 video {
  display: block;
  width: 100%;
}
.ind04 .title {
  position: absolute;
  left: 0;
  top: 11.76%;
  width: 100%;
}
.ind04 .title .fl .clearfix,
.ind04 .title .fl .clearfix i,
.ind04 .title .fl span {
  color: #fff;
}
.ind04 .next {
  position: absolute;
  right: 0;
  top: calc(50% + 30px);
  margin-top: -193px;
  width: 41.8%;
  height: 385px;
  background: #ba1912 url(../image/ind04_bac.png) right 220px no-repeat;
}
.ind04 .next span {
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  width: 57px;
  height: 57px;
  background: url(../image/icon_24.png) center no-repeat;
}
.ind04 .next .bor {
  padding: 90px 32.125% 0 10%;
  padding-right: calc((100vw - 1400px)*0.5);
  color: #fff;
}
.ind04 .next .bor b {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
}
.ind04 .next .bor p {
  margin-bottom: 20px;
  height: 102px;
  line-height: 36px;
  font-size: 16px;
}
.ind04 .next .bor i {
  transition: all 0.5s;
  display: inline;
  padding-right: 26px;
  font-size: 17px;
  color: #fff;
  background: url(../image/icon_18ss.png) right center no-repeat;
}
.ind04 .next .bor i:hover {
  padding-left: 20px;
}
.ind05 {
  padding: 99px 0 90px;
  background: #fff url(../image/ind05_bac.png) right top no-repeat;
  background-size: 42% auto;
  max-height: 926px;
  overflow: hidden;
}
.ind05 .tab {
  position: relative;
  margin-top: 130px;
}
.ind05 .title1 {
  float: left;
  margin-top: 24px;
  width: 180px;
}
.ind05 .title1 a {
  position: relative;
  margin-bottom: 50px;
  padding-left: 20px;
  line-height: 36px;
  font-size: 22px;
  color: #333;
  cursor: pointer;
}
.ind05 .title1 a::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 8px;
  width: 0px;
  height: 20px;
  background: #ba1912;
  border-radius: 4px;
  content: " ";
}
.ind05 .title1 a.cur,
.ind05 .title1 a:hover {
  font-weight: bold;
}
.ind05 .title1 a.cur::after,
.ind05 .title1 a:hover::after {
  width: 5px;
}
.ind05 .tabNext {
  position: relative;
  z-index: 4;
  float: left;
  width: calc(100% - 180px);
}
.ind05 .tabNext .next {
  position: relative;
  display: none;
  visibility: hidden;
  height: 540px;
}
.ind05 .tabNext .next.on {
  display: block;
  visibility: visible;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -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;
}
.ind05 .title2 {
  float: left;
  margin-left: 18px;
  width: 250px;
  max-height: 490px;
  overflow-y: scroll;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.1);
}
.ind05 .title2::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.ind05 .title2::-webkit-scrollbar-thumb {
  /*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã©â€¡Å’Ã©ÂÂ¢Ã¥Â°ÂÃ¦â€“Â¹Ã¥Ââ€”*/
  border-radius: 6px;
  background-color: #999;
}
.ind05 .title2::-webkit-scrollbar-track {
  /*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã©â€¡Å’Ã©ÂÂ¢Ã¨Â½Â¨Ã©Ââ€œ*/
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
  background: #fff;
}
.ind05 .title2 a {
  position: relative;
  padding: 20px 18px 20px 60px;
  line-height: 22px;
  font-size: 18px;
  color: #333;
  background: url(../image/icon_25.png) 16px center no-repeat;
  cursor: pointer;
}
.ind05 .title2 a::after {
  transition: all 0.5s;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -16px;
  width: 0;
  height: 32px;
  background: url(../image/icon_26.png) left center no-repeat;
  content: " ";
}
.ind05 .title2 a.cur,
.ind05 .title2 a:hover {
  color: #fff;
  background: #ba1912 url(../image/icon_25s.png) 16px center no-repeat;
}
.ind05 .title2 a.cur::after,
.ind05 .title2 a:hover::after {
  left: -16px;
  transition: all 0.5s;
  width: 16px;
}
.ind05 .tabNextBox {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 30.64%;
  max-height: 490px;
}
.ind05 .tabNextBox .nextBox {
  display: none;
  visibility: hidden;
  padding-bottom: 1px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.ind05 .tabNextBox .nextBox.on {
  display: block;
  visibility: visible;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -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;
}
.ind05 .tabNextBox .pic {
  position: relative;
  width: 100%;
}
.ind05 .tabNextBox .pic::before {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  content: "";
}
.ind05 .tabNextBox .pic img {
  width: 100%;
  object-fit: cover;
}
.ind05 .tabNextBox .pic span {
  transition: all 0.5s;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url(../image/icon_65.png) center no-repeat;
}
.ind05 .tabNextBox .pic span:hover {
  background: rgba(0, 0, 0, 0.2) url(../image/icon_65s.png) center no-repeat;
}
.ind05 .tabNextBox .text {
  margin: 20px 20px 7px 20px;
}
.ind05 .tabNextBox .text::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.ind05 .tabNextBox .text::-webkit-scrollbar-thumb {
  /*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã©â€¡Å’Ã©ÂÂ¢Ã¥Â°ÂÃ¦â€“Â¹Ã¥Ââ€”*/
  border-radius: 6px;
  background-color: #999;
}
.ind05 .tabNextBox .text::-webkit-scrollbar-track {
  /*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã©â€¡Å’Ã©ÂÂ¢Ã¨Â½Â¨Ã©Ââ€œ*/
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
  background: #fff;
}
.ind05 .tabNextBox .text b {
  margin-bottom: 15px;
  font-size: 18px;
  color: #333;
}
.ind05 .tabNextBox .text p {
  margin-bottom: 13px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
.ind05 .tabNextBox .text p i {
  display: inline-block;
  font-weight: bold;
  color: #666;
}
.ind05 .tabNextBox:hover .pic span {
  display: block;
}
.ind05 .mapPic {
  position: absolute;
  left: 443px;
  top: -80px;
  width: 553px;
  height: 642px;
}
.ind05 .mapPic img {
  display: block;
  width: 100%;
}
.ind05 .mapPic img.img2 {
  display: none;
}
.ind05 .mapPic.cur img {
  display: none;
}
.ind05 .mapPic.cur img.img2 {
  display: block;
}
.ind05 .map {
  position: absolute;
  left: 443px;
  top: -80px;
  z-index: 6;
  width: 553px;
  height: 642px;
}
.ind05 .map .mapBox {
  position: relative;
  display: none;
  visibility: hidden;
}
.ind05 .map .mapBox.on {
  display: block;
  visibility: visible;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -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;
}
.ind05 .map .pic {
  width: 100%;
}
.ind05 .map .pic img {
  width: 100%;
}
.ind05 .map .mapPos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ind05 .map .mapPos .pos {
  position: absolute;
  cursor: pointer;
}
.ind05 .map .mapPos .pos .next {
  position: relative;
  width: 0px;
  height: 0px;
  background: #000;
}
.ind05 .map .mapPos .pos span {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -7px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #da251d;
}
.ind05 .map .mapPos .pos i {
  transition: all 0.5s;
  transform: scale(0);
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -13px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #da251d;
  opacity: 0.4;
}
.ind05 .map .mapPos .pos.cur i,
.ind05 .map .mapPos .pos:hover i {
  transition: all 0.5s;
  transform: scale(1);
}
.ind05 .map .map1 {
  position: relative;
}
.ind05 .map .map1 .pos_1 {
  left: 287px;
  top: 394px;
}
.ind05 .map .map1 .pos_2 {
  left: 287px;
  top: 364px;
}
.ind05 .map .map1 .pos_3 {
  left: 317px;
  top: 380px;
}
.ind05 .map .map1 .pos_4 {
  left: 317px;
  top: 410px;
}
.ind05 .map .map1 .pos_5 {
  left: 287px;
  top: 427px;
}
.ind05 .map .map1 .pos_6 {
  left: 257px;
  top: 410px;
}
.ind05 .map .map1 .pos_7 {
  left: 256px;
  top: 380px;
}
.ind05 .map .map2 {
  position: relative;
}
.ind05 .map .map2 .pos_1 {
  left: 316px;
  top: 380px;
}
.ind05 .map .map2 .pos_2 {
  left: 279px;
  top: 376px;
}
.ind05 .map .map2 .pos_3 {
  left: 279px;
  top: 348px;
}
.ind05 .map .map2 .pos_4 {
  left: 316px;
  top: 406px;
}
.ind05 .map .map2 .pos_5 {
  left: 288px;
  top: 406px;
}
.ind05 .map .map3 {
  position: relative;
}
.ind05 .map .map3 .pos_1 {
  left: 254px;
  top: 350px;
}
.ind05 .map .map3 .pos_2 {
  left: 278px;
  top: 350px;
}
.ind05 .map .map3 .pos_3 {
  left: 286px;
  top: 395px;
}
.ind05 .map .map4 {
  position: relative;
}
.ind05 .map .map4 .pos_1 {
  left: 264px;
  top: 368px;
}
.ind05 .map .map5 {
  position: relative;
}
.ind05 .map .map5 .pos_1 {
  left: 287px;
  top: 394px;
}
.ind05 .map .map4 .pos_2 {
  left: 287px;
  top: 364px;
}
@-webkit-keyframes qw {
  0% {
    -webkit-transform: rotateZ(-360deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
  }
}
.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;
  }
}
/*Ã¨Â§â€ Ã©Â¢â€˜Ã¦â€™Â­Ã¦â€Â¾Ã¥Â¼Â¹Ã§Âªâ€”*/
.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 31;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1341px;
  background: #000;
}
.pop_video video {
  width: 100%;
}
.pop_video i {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  height: 20px;
  background: url(../image/icon_56.png) center no-repeat;
  cursor: pointer;
}
.pop_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
