.banner {
  position: relative;
}

.banner .swiper-container {
  width: 100%;
}

.banner .swiper-slide {
  position: relative;
  width: 100%;
}

.banner .swiper-slide img {
  width: 100%;
  transition: transform 5s cubic-bezier(.23, 1, .32, 1);
}

.banner .swiper-slide.swiper-slide-active img {
  transform: scale(1.1)
}

.banner .swiper-slide.swiper-slide-active.ban_video img {
  transform: scale(1)
}

.banner .swiper-slide.ban_video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.banner .wrap {
  z-index: 2;
  text-align: center;
}

.banner .txt img {
  width: 4.36rem;
  height: 1.93rem;
  transform: scale(1);
}

.banner .swiper-slide em {
  z-index: 2;
  display: none;
  cursor: pointer;
  color: #fff;
}


.banner .swiper-pagination {
  bottom: 5%;
}

.banner .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  background: #fff;
  margin: 0 0.1rem !important;
  width: 14px;
  height: 14px;
}

.banner .swiper-pagination-bullet-active {
  background: none;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
  top: 1px;
  left: 1px;
}

.banner .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  lefT: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #fff;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 1rem;
  height: 1rem;
  color: #00BCFF;
  background: none;
}


.tit {
  line-height: 1.2;
  font-weight: 100;
}

.tit h2 {
  font-weight: 100;
  max-height: 2.4em;
  overflow: hidden;
}

.tit em {
  display: block;
  margin: 2% 0;
  width: 0.6rem;
  height: 1px;
  background: #fff;
}

.index-part01 {
  position: relative;
  overflow: hidden;
}

.index-part01 .txt {
  padding: 6% 0;
  color: #fff;
}

.index-part01 .con p {
  margin-top: 4%;
}

.index-part01 ul {
  margin: 15% 5% 0 0;
}

.index-part01 li {
  float: left;
  min-width: 2.3rem;
  width: 15%;
  margin-right: 5%;
  text-align: center;
}

.index-part01 li h4 {
  margin-bottom: 10%;
  height: 0.6rem;
  line-height: 0.6rem;
  font-weight: bold;
}

.index-part01 li h4 sup {
  position: relative;
  top: -7px;
}

.index-part01 li hr {
  width: 100%;
  height: 1px;
  background: #fff;
  border: none;
}

.index-part01 li p {
  margin-top: 8%;
}

.index-part01 .box_layer {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.index-part01.active .box_layer {
  transform: scale(40, 40);
  left: 55%;
  top: 150%; z-index:-1;
}

.index-part02 {
  padding: 5% 0 3%;
  background: #fff;
  overflow: hidden;
}

.index-part02 .tit em {
  background: #FA4C06;
}

.index-part02 .con {
  color: #6C6A66;
}

.index-part02 ul {
  margin: 3.5% 0 0;
}

.index-part02 li {
  float: left;
  margin-bottom: 3.2%;
  margin-right: 5.6%;
}

.index-part02 li.li01 {
  width: 31.7187%;
  margin-top: 4.2%;
}

.index-part02 li.li02 {
  width: 34.8437%;
}

.index-part02 li.li03 {
  width: 21.9791%;
  float: right;
  margin-right: 0;
  margin-top: 4.2%;
}

.index-part02 li.li04 {
  width: 37.4479%;
  margin-top: 4.2%;
  margin-left: 7.4479%;
  margin-right: 0;
}

.index-part02 li.li05 {
  width: 34.8958%;
  margin-left: 7.4479%;
  margin-right: 0;
}

.index-part02 li .img {
  position: relative;
  overflow: hidden;
}

.index-part02 li .img::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.index-part02 li p {
  opacity: 0;
  position: relative;
  margin: 0.45rem 0.45rem 0 0.9rem;
  padding-left: 38px;
}

.index-part02 li p::before {
  content: '';
  position: absolute;
  lefT: 0;
  top: 14px;
  width: 24px;
  height: 1px;
  background: #000;
}

.index-part02 li.move .img::before {
  transform: translateX(100%);
}

.index-part02 li.move p {
  opacity: 1;
}


.index-part03 {
  position: relative;
  overflow: hidden;
}

.index-part03 .item {
  width: 29%;
  position: absolute;
  lefT: 0;
  top: 0;
  height: 100%;
}

.index-part03 .item+.item {
  left: auto;
  right: 0;
}

.index-part03 .item::before {
  opacity: 1;
  content: "";
  position: absolute;
  lefT: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.index-part03 .item.on {
  width: 71%;
}

.index-part03 .item.on::before {
  opacity: 0;
}

.index-part03 .item .box {
  color: #fff;
  padding: 0.5rem 0.5rem 0.5rem;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
}

.index-part03 .item.item_ll .box {
  top: auto;
  bottom: 0;
}

.index-part03 .item .ll {
  width: 80%;
  margin-top: -0.2rem;
  margin-left: -0.8rem;
}

.index-part03 .item .rr {
  opacity: 0;
  position: absolute;
  right: 0.5rem;
  top: 0.8rem;
  min-width: 42%;
}

.index-part03 .item.on .rr {
  opacity: 1;
}

.index-part03 .item .ll h2 {
  font-weight: 100;
  padding-top: 0.3rem;
  position: relative;
}

.index-part03 .item .ll h2::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 1.3rem;
  height: 2px;
  background: #DA4709;
}

.index-part03 .item .ll p {
  margin-top: 2.5%;
}

.index-part03 .item .ll a.more {
  margin-top: 8%;
  color: #fff !important;
}

.index-part03 .item .rr li {
  float: left;
  min-width: 1.5rem;
  width: 45%;
  text-align: center;margin-bottom: 5%;
}

.index-part03 .item .rr li:nth-child(2n) {
  float: right;
}

.index-part03 .item .rr li h4 {
  margin-bottom: 10%;
  height: 0.6rem;
  line-height: 0.6rem;
  font-weight: bold;
}

.index-part03 .item .rr li h4 sup {
  position: relative;
  top: -7px;
}

.index-part03 .item .rr li hr {
  width: 100%;
  height: 1px;
  background: #fff;
  border: none;
}

.index-part03 .item .rr li p {
  margin-top: 8%;
}

.index-part03 .item.on .ll {
  width: 50%;
  margin: 0;
}

.index-part03 .item.on .ll h2::before {
  opacity: 0;
}

.index-part03 .item .ll h2,
.index-part03 .item .ll p,
.index-part03 .item .ll a.more {
  transform: scale(0.5);
}

.index-part03 .item.on .ll h2,
.index-part03 .item.on .ll p,
.index-part03 .item.on .ll a.more {
  transform: scale(1);
}

.index-part03 .item .ll p,
.index-part03 .item .ll a.more {
  opacity: 0;
  display: none;
}

.index-part03 .item.on .ll p,
.index-part03 .item.on .ll a.more {
  opacity: 1;
  display: block;
}


a.more {
  display: block;
}

a.more i {
  font-weight: bold;
  margin-left: 5px;
}

.index-part04 {
  padding: 5% 0;
  overflow: hidden;
}

.index-part04 .tit em {
  background: #FA4C06;
}

.index-part04 a.more {
  margin-top: 3%;
}

.index-part04 .ll {
  width: 100%;
}

.index-part04 ul {
  position: relative;
  margin-left: 24%;
  width: 50%;
  padding-top: 2rem
}

@media only screen and (min-width:767px) {
  .index-part04 {
    position: relative;
  }

  .index-part04 .ll {
    position: absolute;
  }

  .index-part04 .leFix {
    position: fixed;
    top: 1rem;
  }
}

@media only screen and (max-width:768px) {
  .index-part04 .leFix {
    top: 2rem;
  }
}

.index-part04 li {
  margin-bottom: 4px;
}

.index-part04 dt {
  float: left;
  width: 50%;
}

.index-part04 dd {
  float: left;
  padding-top: 8%;
  margin-left: 0.4rem;
  width: calc(50% - 0.4rem);
}

.index-part04 dd em {
  display: block;
  width: 1px;
  height: 0;
  background: #000000;
}

.index-part04 dd span {
  display: block;
  margin-top: 6%;
  color: #000;
  transform: translateY(1.5rem);
  opacity: 0;
}

.index-part04 dd p {
  margin-top: 5%;
  max-height: 4.5em;
  overflow: hidden;
  transform: translateY(1.5rem);
  opacity: 0;
}

.index-part04 li.move dd em {
  height: 1.18rem;
}

.index-part04 li.move dd span {
  transform: translateY(0);
  opacity: 1;
}

.index-part04 li.move dd p {
  transform: translateY(0);
  opacity: 1;
}

.index-part05 {
  position: relative;
  overflow: hidden;
}

.index-part05>img {
  transform: scale(1.2, 1.2);
}

.index-part05.active>img {
  transform: scale(1, 1);
}

.index-part05 .txt {
  top: 20%;
  color: #fff;
}

.index-part05 .box_layer {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.index-part05.active .box_layer {
  transform: scale(3, 3);
}

.index-part06 img {
  width: 100%;
}

.index-part06 {
  position: relative;
}

.index-part06 .txt {
  position: absolute;
  top: 20%;
  z-index: 3;
}

.index-part06 .txt .con {
  color: #6C6A66;
}

.index-part06 .tit em {
  background: #FD6C3E;
  margin: 0.36rem 0;
}

.index-part06 .moduler-8 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.index-part07 {
  padding: 5% 0 6%;
  overflow: hidden;
}

.index-part07 .wrap {
  max-width: 1440px;
}

.index-part07 li {
  float: left;
  width: 48%;
  padding-left: 0.85rem;
  position: relative;
}

.index-part07 li:nth-child(2n) {
  float: right;
}

.index-part07 li::before {
  content: "";
  position: absolute;
  lefT: 0;
  top: 0.15rem;
  width: 0.65rem;
  height: 1px;
  background: #000;
}

.index-part07 li p {
  margin-top: 4%;
  color: #6C6A66;
}

.index-part07 li a.view {
  display: block;
  margin-top: 5%;
  max-width: 5.2rem;
  width: 100%;
  padding: 0 0.2rem;
  height: 0.64rem;
  line-height: 0.64rem;
  border: 1px solid #000;
  border-radius: 0.2rem;
}

.index-part07 li a.view i {
  float: right;
  padding-right: 0.1rem;
}


.index-part01 .box_layer {
  transition: all 2s;
}

.index-part05 .box_layer {
  transition: all 4s;
}

.index-part05>img {
  transition: all 2s;
}

.index-part02 li .img::before {
  transition: all 1s;
}

.index-part02 li p,
.index-part02 li p::before,
.index-part03 .item,
a.more i,
.index-part03 .item .ll h2,
.index-part03 .item .ll p,
.index-part03 .item .ll a.more,
.index-part03 .item .rr,
.index-part04 dd em,
.index-part04 dd span,
.index-part04 dd p {
  transition: all 0.5s;
}

@media only screen and (min-width:1025px) {
  a.more:hover i {
    margin-left: 10px;
  }

  .index-part07 li a.view:hover {
    border-color: #FD6C3E;
  }

  .index-part04 li a:hover dd em {
    background: #FD6C3E;
  }

  .index-part02 li a:hover p::before {
    background: #FD6C3E;
  }
}

/*上下展开*/
.common-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  animation: fadeOut 0.8s ease-in 0.3s;
  animation-fill-mode: forwards;
}

.common-loading .common-loading-top {
  width: 100%;
  height: 50vh;
  position: absolute;
  top: 0;
  left: 0;
  animation: moveUp 0.8s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  background: #fff;
}

.common-loading .common-loading-bottom {
  width: 100%;
  height: 50vh;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: moveDown 0.8s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  background: #fff;
}

@keyframes fadeOut {
  0% {
    visibility: visible;
  }

  100% {
    visibility: hidden;
  }
}

@keyframes moveUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-100%);
    opacity: 1;
  }
}

@keyframes moveDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(100%);
    opacity: 1;
  }
}

/*上下展开*/


@media only screen and (max-width:1365px) {

  .index-part01 li h4 sup,
  .index-part03 .item .rr li h4 sup {
    top: -4px;
  }
}

@media only screen and (max-width:1023px) {

  .index-part01 li h4 sup,
  .index-part03 .item .rr li h4 sup {
    top: -2px;
  }
}

.info-wrap,
.info-div {
  line-height: 1;
  height: 20px;
  font-size: 24px;
  cursor: default;
}

.info-div>.info-wrap {
  transform: translate(-12px, -12px);
  color: #fff;
  display: flex;
}

.info-div>.info-wrap::before,
.info-div>.info-wrap::after {
  content: '';
  background: rgba(255, 255, 255, 0.3);
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  border-radius: 90px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.info-div>.info-wrap::after {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
}

.info-div span {
  max-width: 0;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 2;
}

.info-div .jia {
  max-width: none;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border-radius: 90px;
  text-align: center;
  background: rgb(255, 102, 56);
}

.info-div span.name {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 100%;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 90px;
  z-index: 1;
  color: #000;
  font-size: 16px;
  transition: .5s;
}

.info-div:hover {
  z-index: 999 !important;
}

.info-div span.name {
  max-width: 200px;
  position: absolute;
  opacity: 1;
}

.moduler-8 {
  height: 900px;
}

.moduler-8 canvas {
  background: rgb(237, 233, 232);
}

.index-part06 .city {
  margin-top: 0.5rem;
}

.index-part06 .city .item {
  margin-bottom: 0.5em;
}

.index-part06 .city .active {
  color: #FD6C3E;
}

.bg-cover {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.video_appbox {
  display: none;
}

@media only screen and (max-width:767px) {

  .common-loading,
  .index-part01 .box_layer,
  .index-part02 li .img::before,
  .index-part05 .box_layer {
    display: none;
  }

  .video_appbox {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
  }

  .video_appbox.show {
    visibility: visible;
    opacity: 1;
  }

  .video_appbox video {
    width: 100%;
    height: auto;
    object-fit: fill;
  }

  .video_appbox .video_t {
    position: absolute;
    left: 50%;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    background: #000;
    width: 760px;
    max-width: 94%;
    max-height: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
  }

  .video_appbox.show .video_t {
    visibility: visible;
    opacity: 1;
  }

  .video_appbox .mask {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .video_close {
    position: absolute;
    top: 5%;
    right: 3%;
    cursor: pointer;
    z-index: 99999;
  }

  .video_close i {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }

  .banner,
  .banner .swiper-container,
  .banner .swiper-slide {
    height: 10rem;
  }

  .banner .swiper-slide img,
  .banner video {
    display: none;
  }

  .banner .swiper-slide em {
    display: block;
    top: auto;
    bottom: 5%;
  }

  .banner .swiper-slide {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .banner .txt img {
    display: block;
    width: 30%;
    height: auto;
    margin: 0 auto;
  }

  .index-part01 {
    min-height: 10rem;
    height: auto !important;
  }

  .index-part01 .txt {
    padding-top: 15%;
  }

  .tit em {
    margin: 5% 0;
  }

  .index-part01 ul {
    margin: 15% -2.5% 0;
  }

  .index-part01 li {
    min-width: auto;
    width: 28.33%;
    margin: 0 2.5% 8%;
  }

  .index-part02 {
    padding: 15% 0 10%;
  }

  .index-part02 li {
    /*width: 100% !important;
    margin: 0 !important;
    margin-bottom: 5% !important;*/
  }

  .index-part02 li.li01 {
    width: 46%;
    margin-right: 0;
    margin-top: 14%;
  }

  .index-part02 li.li02 {
    width: 46%;
    float: right;
    margin-right: 0;
  }

  .index-part02 li.li03 {
    float: left;
    clear: both;
    width: 30%;
  }

  .index-part02 li.li04 {
    float: right;
    width: 61%;
    margin-left: 0;
    margin-top: -3%;
  }

  .index-part02 li.li05 {
    float: right;
    width: 50%;
    margin-right: 5%;
    margin-top: 3%;
  }


  .index-part02 li p {
    opacity: 1;
    margin: 5% 5% 0;
  }

  .index-part03 {
    height: auto !important;
  }

  .index-part03 .item,
  .index-part03 .item.on {
    position: static;
    width: 100%;
    height: 10rem;
  }

  .index-part03 .item .box {
    position: relative;
    padding: 15% 5%;
  }

  .index-part03 .item .ll {
    width: 50%;
    margin: 0;
  }

  .index-part03 .item .rr {
    opacity: 1;
    min-width: auto;
    width: 30%;
    top: 18%;
  }

  .index-part03 .item .rr li {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .index-part03 .item .ll h2 {
    padding-top: 0;
    padding-bottom: 0.35rem;
    line-height: 1.2;
    margin-bottom: 0.35rem;
  }

  .index-part03 .item .ll h2::before {
    top: auto;
    bottom: 0;
    width: 0.6rem;
    height: 1px;
  }

  .index-part03 .item .ll p {
    margin-top: 0;
  }

  .index-part03 .item .ll a.more,
  .index-part04 a.more {
    margin-top: 0.5rem;
  }

  .index-part03 .item .ll h2,
  .index-part03 .item .ll p,
  .index-part03 .item .ll a.more {
    transform: scale(1);
  }

  .index-part03 .item .ll p,
  .index-part03 .item .ll a.more {
    opacity: 1;
    display: block;
  }

  .index-part03 .item .ll h2::before,
  .index-part03 .item.on .ll h2::before {
    opacity: 1;
  }

  .index-part04 {
    padding: 15% 0;
  }

  .index-part04 ul {
    margin: 5% 0 0;
    width: 100%;
    padding-top: 0;
  }

  .index-part04 dd em {
    height: 1.18rem;
  }

  .index-part04 dd span,
  .index-part04 dd p {
    opacity: 1;
    transform: translateY(0);
  }

  .index-part05 {
    height: 10rem !important;
  }

  .index-part05 .txt {
    top: 10%;
  }

  .index-part05 img {
    display: none;
  }

  .index-part07 {
    padding: 10% 0;
  }

  .index-part07 li {
    width: 100%;
    margin-bottom: 10%;
  }

  .index-part07 li:last-child {
    margin-bottom: 0;
  }

  .index-part06 {
    background: #EDE9E8;
    height: 10rem !important;
  }

  .index-part06 .txt {
    top: 5%;
    width: 94%;
  }

  .index-part06 .txt .con {
    float: left;
    width: 30%;
  }

  .index-part06 .city {
    float: left;
    margin: 0 5%;
    width: 60%;
  }

  .index-part06 .city .item {
    float: left;
    margin-right: 0.5rem;
  }
}

@media only screen and (max-width:359px) {
  .index-part01 .txt {
    padding-top: 10%;
  }
}


/*20250414首页第2屏新增区域*/
.index-part01 .con_l{ float: left; width:48%;}
.index-part01 .con_r{ float: right; width: 45%; margin-right: 5%;}
.index-part01 .con_r dl{ float: left; width: 44%;}
.index-part01 .con_r dl:nth-child(2n){ float: right; }
.index-part01 .con_r dt{font-weight: 100; width: 100%; margin-bottom: 5%;}
.index-part01 .con_r dd{ float: left; max-width: 48%; width: 1.52rem; height: 1.52rem; position: relative; border: 1px solid #fff;}
.index-part01 .con_r dd+dd{ float: right;}
.index-part01 .con_r dd span{width: 100%; padding:5%; text-align: center; font-weight: 100; line-height: 1.2;}
.index-part01 .con_r dd a{color: #fff!important;}

.index-part01 .con_r dd{transition: all 0.5s;}
@media only screen and (min-width:1025px) {
.index-part01 .con_r dd:hover{border-color: #fa4c06;background: #fa4c06;}
}
@media only screen and (max-width:767px) {
.index-part01 .con_l,.index-part01 .con_r{width: 100%;}
.index-part01 .con_r{margin-top: 5%; margin-right: 0;}
}
/*20250414首页第2屏新增区域end*/