.homebanner {
  height: 34em
}

.home1Swipe .imgs img {
  max-width: 100%
}

.homebanner .bg {
  height: 100%
}

.homebanner .imgs {
  height: 100%;
  width: 100%
}

.homebanner .textbox {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%)
}

.homebanner .textbox h1 {
  font-size: 3.8em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .3);
  color: #fff;
  max-width: 12em;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(40px);
  transition: all .5s
}

.moreBtn {
  width: 8.75em;
  height: 2.5em;
  line-height: 2.3em;
  text-align: center;
  background-color: #1046dc;
  border-radius: 3px;
  transition: all .5s;
  border: 1px solid #1046dc;
  margin-top: 15.75em
}

.homeb {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 29px;
  top: 12px;
  z-index: 999
}

.morbox {
  opacity: 0;
  transition: all .5s;
  transform: translateY(40px)
}

.moreBtn a {
  color: #fff !important;
  font-size: .8em;
  font-family: regular;
  display: block
}

.homebanner .act h1 {
  opacity: 1;
  transform: translateY(0)
}

.homebanner .act .morbox {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .4s
}

.homepag {
  position: absolute;
  z-index: 20;
  text-align: center;
  bottom: 1.5em !important
}

.homepag .swiper-pagination-bullet-active {}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: initial;
  border-radius: 0;

}

.homepag .swiper-pagination-bullet i {
  display: block;
  width: 100%;
  height: 16px;
  background-color: #fff;
  border-radius: 100%;
  width: 16px;
  overflow: hidden;
  margin-top: 2px
}

.homepag .swiper-pagination-bullet-active i {
  background-color: #1046dc
}

.home1Swipe .imgs {
  height: 12em
}

.home1Swipe .cImgs {
  height: 12em;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: contain;
  background-color: #fff;
  transition: all 0s;
  opacity: 0
}

.home1h1 {
  font-size: 2.4em;
  line-height: 1.3
}

.home1 .text1 {
  font-size: 1em;
  line-height: 1.3;
  margin-top: 1.25em
}

.home1 .text {
  font-size: .8em;
  line-height: 1.5;
  margin-top: 1.25em;
  height: 6em;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 4;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal
}

.home1h2 {
  font-size: 1.2em;
  margin-top: 1.1em
}

.home1ic {
  display: flex;
  font-size: .9em;
  margin-top: 1.38em;
  position: relative;
  align-items: center
}

.home1ic span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  background-color: #1046dc;
  border-radius: 50%
}

.home1ic span svg {
  width: 7px;
  height: 11px;
  color: #fff
}

.home1Swipe {
  margin-top: 1.5em;
  padding: 20px;
  margin: 20px 0 -20px
}

.home1Swipe .box {
  padding: 1em 0 3em;
  position: relative;
  transition: box-shadow .9s cubic-bezier(.165, .84, .44, 1);
  -webkit-transition: box-shadow .9s cubic-bezier(.165, .84, .44, 1)
}

.home1 {
  margin-top: 40px;
  padding-bottom: 3em
}

.home1SwipeBtn {
  position: absolute;
  top: 38%;
  width: 44px;
  height: 88px;
  transform: translateX(-50%);
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
  z-index: 9999
}

.home1SwipeBtn svg {
  width: 13px;
  height: 27px;
  color: #1046dc
}

.home1SwipeBtn:hover svg {
  color: #fff
}

.home1SwipeBtn:hover {
  background-color: #1046dc
}

.home1SwipeBtn1 {
  left: -3.05em
}

.home1SwipeBtn2 {
  right: -5.25em
}

.home2h1 {
  font-size: 2.4em
}

.home2 {
  padding-top: 3.75em;
  padding-bottom: 4.5em;
  background-image: linear-gradient(#f5f5f5, #fff)
}

.home2 .imgs {
  height: 38.5em;
  margin-top: 2.25em;
  position: relative
}

.home2ic svg {
  width: 22px;
  height: 22px;
  color: #fff
}

@-webkit-keyframes hotspot-animation {
  0% {
    transform: scale(1);
    opacity: 0
  }

  10% {
    opacity: .3
  }

  20% {
    transform: scale(2);
    opacity: 0
  }

  100% {
    transform: scale(1)
  }
}

@keyframes hotspot-animation {
  0% {
    transform: scale(1);
    opacity: 0
  }

  10% {
    opacity: .3
  }

  20% {
    transform: scale(2);
    opacity: 0
  }

  100% {
    transform: scale(1)
  }
}

.home2ic::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  top: 0;
  left: 0;
  transform: translateX(-50%)translateY(-50%);
  z-index: 1;
  pointer-events: none;
  -webkit-animation: 4s ease-in-out 1s infinite normal none running hotspot-animation;
  animation: 4s ease-in-out 1s infinite normal none running hotspot-animation
}

.home2ic {
  width: 40px;
  height: 40px;
  background-color: #1046dc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  position: relative;
  transition: all .3s
}

.active .home2ic {
  transform: rotate(180deg)
}

.home2 .home2h2 {
  font-size: 1.6em;
  color: #fff
}

.home2 .item {
  display: inline-block;
  position: absolute;
  cursor: pointer
}

.home2 .item+.item+.item+.item {
  display: flex;
  flex-direction: column-reverse
}

.home2 .item+.item+.item+.item h2 {
  margin-top: 20px
}

.item1 {
  left: 8%;
  top: 13%
}

.item2 {
  left: 50%;
  top: 8%;
  transform: translateX(-50%)
}

.item3 {
  right: 9%;
  top: 13%
}

.item4 {
  bottom: 11%;
  left: 11%
}

.item5 {
  bottom: 11%;
  right: 11%
}

.item .textbox {
  background-color: #fff;
  position: absolute;
  width: 29em;
  padding: 1.75em 1.5em
}

.item1 .textbox img {
  position: absolute;
  left: -7px;
  top: 10px
}

.item2 .textbox img {
  position: absolute;
  left: 49%;
  top: -16px;
  transform: rotate(90deg)
}

.item3 .textbox img {
  position: absolute;
  left: 66.5%;
  top: -16px;
  transform: rotate(90deg)
}

.item4 .textbox img {
  position: absolute;
  left: 20%;
  bottom: -16px;
  transform: rotate(-90deg)
}

.item5 .textbox img {
  position: absolute;
  right: 20%;
  bottom: -16px;
  transform: rotate(-90deg)
}

.item .textbox .home2h1s {
  font-size: 1.2em;
  color: #1046dc
}

.item .textbox .text {
  font-size: 1em;
  line-height: 1.6em;
  margin-top: 13px
}

.home2 .moreBtn {
  margin-top: 1.75em
}

.textbox span+span {
  margin-top: 5px
}

.textbox span {
  display: block
}

.item1 .textbox {
  right: -26em;
  top: 2.2em;
  z-index: 999
}

.item2 .textbox {
  left: 50%;
  top: 6em;
  transform: translateX(-50%)
}

.item .textbox {
  display: none;
  transition: all .3s
}

.item3 .textbox {
  right: 0%;
  top: 6em
}

.item4 .textbox {
  left: 0%;
  bottom: 6em
}

.item5 .textbox {
  right: 0%;
  bottom: 6em
}

.jianblock {
  display: none
}

.active .jiablock {
  display: none
}

.active .jianblock {
  display: block
}

.active .textbox {
  display: block;
  z-index: 9999
}

.main-box {
  padding-bottom: 0
}

.home {
  position: relative
}

.videoImg {
  position: absolute;
  right: 0;
  bottom: -11em;
  z-index: 999
}

.videoImg .videI {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.video1 {
  width: 68px;
  height: 145px;
  overflow: hidden;
  position: absolute;
  right: 45.7%;
  bottom: 28%
}

.video2 {
  width: 237px;
  height: 171px;
  overflow: hidden;
  position: absolute;
  right: 50%;
  bottom: 30%;
  z-index: -1
}

.video3 {
  width: 456px;
  height: 267px;
  overflow: hidden;
  position: absolute;
  right: 22%;
  bottom: 52%;
  z-index: -3
}

.wapgit {
  display: none
}

.home1ic:after {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  background: #1046dc;
  position: absolute;
  left: 0;
  bottom: 2px;
  left: 27px;
  transition: all .3s
}

[class*=h1] {
  font-family: medium
}

[class*=h2] {
  font-family: medium
}

@media(max-width:1700px) {
  .homebanner {
    height: 30em
  }

  .home1SwipeBtn2 {
    right: -3em
  }

  .home1SwipeBtn1 {
    left: -1.05em
  }
}

@media(max-width:1500px) {
  .homebanner {
    height: 28em
  }
}

@media(min-width:992px) {
  .swiperBox {
    margin-left: -20px;
    margin-right: -20px
  }

  .paddText {
    transition: all .3s;
    padding: 0 1em
  }

  .home1Swipe a {
    position: relative;
    display: block
  }

  .home1Swipe .box:hover .cImgs {
    opacity: 1
  }

  .home1Swipe .box:hover {
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1)
  }

  .home1Swipe .box:hover .home1ic:after {
    width: 90px
  }

  .homebanner .moreBtn:hover {
    background-color: #ae1a1a;
    border: 1px solid #ae1a1a
  }

  .home1Swipe .cImgs {
    width: 100%;
    left: 0
  }
}

@media(max-width:991.98px) {
  .home1Swipe .box {
    padding-left: .5rem;
    padding-right: .5rem
  }

  .home1 {
    margin-top: 1.3rem;
    padding-bottom: .7rem
  }

  .swiperBox {
    position: relative;
    margin-left: -10px;
    margin-right: -10px
  }

  .home2 .imgs {
    background-image: url(/content/img/images/guangtou.webp) !important
  }

  .wapgit img {
    width: 100%
  }

  .wapgit {
    position: absolute;
    bottom: .7rem;
    z-index: 999;
    display: none
  }

  .home1Swipe .cImgs {
    opacity: 1;
    width: 3.05rem;
    height: 2.85rem;
    position: absolute;
    right: 0;
    top: 2rem;
    background: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
  }

  .home2 .item {
    display: none !important
  }

  .home2 .box {
    padding: .65rem .4rem .7rem
  }

  .more-wap {
    width: 2.4rem;
    height: .8rem;
    line-height: .8rem;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #1046dc;
    margin-top: 2.5rem
  }

  .home3pag {
    position: absolute;
    right: 0 !important;
    width: 100%;
    text-align: right;
    padding-right: .5rem;
    bottom: .8rem !important
  }

  .home2 .imgs {
    height: 7.45rem;
    background-position: 50%;
    background-size: cover
  }

  .home2 .global-inner {
    padding: 0
  }

  .home3pag span {
    width: .14rem !important;
    height: .14rem !important;
    border-radius: 50% !important;
    background-color: #ccc !important
  }

  .home3pag .swiper-pagination-bullet-active {
    background-color: #1046dc !important
  }

  .wap2swip {
    position: absolute;
    top: .95rem;
    z-index: 999;
    background: #fff;
    width: 93%;
    left: .3rem
  }

  .home2 .text2 {
    font-size: .28rem;
    line-height: .36rem;
    height: 1.9rem
  }

  .home2 .text2 span {
    display: block
  }

  .home2 .text2 span+span {
    margin-top: .2rem
  }

  .home2 h2 {
    font-size: .36rem;
    color: #1046dc;
    margin-bottom: .2rem
  }

  .home2pag span {
    background-color: #ccc !important;
    height: 12px !important;
    border-radius: 100%;
  }

  .home2pag span.swiper-pagination-bullet-active {
    background-color: #1046dc !important
  }

  .home2h1 {
    font-size: .48rem;
    padding-bottom: 1.8rem;
    padding-left: .3rem
  }

  .home2pag {
    bottom: 1.4rem !important;
    position: absolute;
    z-index: 99;
    left: .4rem !important
  }

  .home1h1 {
    font-size: .48rem
  }

  .home1 .text {
    font-size: .28rem;
    line-height: .36rem;
    height: 2.2rem;
    -webkit-line-clamp: 6;
    -moz-line-clamp: 6
  }

  .home1ic {
    display: none
  }

  .home1h2 {
    font-size: .36rem;
    margin-top: .5rem
  }

  .home1Swipe .box {
    box-shadow: 0 13px 20px rgba(0, 0, 0, .1);
    padding-bottom: 1.55rem;
    margin-left: 10px;
    margin-right: 10px
  }

  .home1 .text1 {
    font-size: .28rem;
    line-height: .45rem
  }

  .videoImg {
    display: none
  }

  .home1Swipe {
    padding-bottom: .7rem;
    padding-left: 0;
    padding-right: 0
  }

  .more-wap {
    font-size: .28rem
  }

  .home1SwipeBtn {
    display: none
  }

  .homebanner {
    height: auto
  }

  .homepag .swiper-pagination-bullet i {
    background-color: #ccc
  }

  .homepag .swiper-pagination-bullet.swiper-pagination-bullet-active i {
    background-color: #1046dc
  }

  .homebanner .imgs {
    height: 9.74rem
  }

  .homebanner .textbox h1 {
    font-size: .62rem
  }

  .swiper-pagination-bullet {
    width:12px;
    height: 12px;
  }
  .homepag .swiper-pagination-bullet i{
    width: 12px;
    height: 12px;
  }

  .moreBtn a {
    font-size: .28rem
  }

  .moreBtn {
    margin-top: 8.75em;
    line-height: .8rem;
    height: .8rem
  }

  .homebanner .textbox {
    top: 3rem;
    transform: translateY(0)
  }
}

/* 2024.11.29 */
@media (max-width: 991.98px) {
	.home2h1{
		padding: 0 6vw 1.8rem;
	}
	.wap2swip{
		position: absolute;
    top: 0.95rem;
    z-index: 10;
    background: #fff;
    width: auto;
    left: 6vw;
    right: 6vw;
	}
	.home2 .imgs{
		height: 8rem;
	}
	.home2 .box{
		position: relative;
		height: 7.8rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.home2 .text2{
		line-height: 1.5em;
		height: calc(1.5em * 9 + 0.2rem);
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    text-overflow: ellipsis;
    overflow: hidden;
	}
	.home2 .more-wap{
		margin: 0;
	}

}