body .home .banner {
  position: relative;
  overflow: hidden
}

body .home .banner .swiper1 {
  width: 100%
}

body .home .banner .swiper1 .pic img {
  width: 100%;
  height: 45.83333vw;
  object-fit: cover
}

body .home .banner .swiper1 .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 14.375vw;
  padding: 0 11.66667vw;
  width: 100%;
  z-index: 10
}

body .home .banner .swiper1 .swiper-slide .text .tags {
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(1.04167vw)
}

body .home .banner .swiper1 .swiper-slide .text .tags p {
  color: #000;
  text-transform: uppercase
}

body .home .banner .swiper1 .swiper-slide .text .tags span {
  width: 2px;
  height: 15px;
  background-color: #000;
  display: block;
  margin: 0 1.30208vw;
  transform: scale(0.99)
}

body .home .banner .swiper1 .swiper-slide .text .pt {
  color: #000;
  margin: 1.5625vw 0;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(1.04167vw)
}

body .home .banner .swiper1 .swiper-slide .text .pt span {
  color: #F18804
}

body .home .banner .swiper1 .swiper-slide .text .des {
  width: 35.10417vw;
  color: #000;
  line-height: 1.6;
  margin-bottom: 2.91667vw;
  opacity: 0;
  transform: translateY(1.04167vw)
}

body .home .banner .swiper1 .swiper-slide .text .common_btn {
  opacity: 0;
  transform: translateY(1.04167vw)
}

body .home .banner .swiper1 .swiper-slide-active .text .tags,
body .home .banner .swiper1 .swiper-slide-active .text .pt,
body .home .banner .swiper1 .swiper-slide-active .text .des,
body .home .banner .swiper1 .swiper-slide-active .text .common_btn {
  opacity: 1;
  transform: translateY(0);
  transition: all 600ms
}

body .home .banner .swiper1 .swiper-slide-active .text .pt {
  transition-delay: 200ms
}

body .home .banner .swiper1 .swiper-slide-active .text .des {
  transition-delay: 400ms
}

body .home .banner .swiper1 .swiper-slide-active .text .common_btn {
  transition-delay: 600ms
}

body .home .banner .b_s {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 5;
  pointer-events: none
}

body .home .banner .b_s img {
  height: 100%
}

body .home .banner .b_s .i1 {
  margin-right: -7.8125vw;
  opacity: 0;
  transform: translateX(-20vw);
  transition: all 600ms
}

body .home .banner .b_s .i2 {
  opacity: 0;
  transform: translateX(20vw);
  transition: all 600ms
}

body .home .banner:hover .b_s img {
  opacity: 1;
  transform: translateX(0)
}

body .home .common_title {
  text-transform: uppercase;
  margin-bottom: 4.42708vw
}

body .home .common_title span {
  color: #F18804
}

body .home .container .events {
  padding: 4.32292vw 18.75vw 7.55208vw 18.75vw
}

body .home .container .events .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.60417vw
}

body .home .container .events .list .item {
  width: 100%;
  display: block
}

body .home .container .events .list .item .pic {
  width: 100%;
  position: relative;
  padding: .88542vw .78125vw
}

body .home .container .events .list .item .pic .tp {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 600ms
}

body .home .container .events .list .item .pic .tp svg {
  display: block;
  width: 7.96875vw;
  height: 3.33333vw
}

body .home .container .events .list .item .pic .bp {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 600ms
}

body .home .container .events .list .item .pic .bp svg {
  display: block;
  width: 7.96875vw;
  height: 3.33333vw
}

body .home .container .events .list .item .pic .mc {
  width: 100%;
  overflow: hidden;
  position: relative
}

body .home .container .events .list .item .pic .mc::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 600ms
}

body .home .container .events .list .item .pic .mc img {
  width: 100%;
  height: 14.58333vw;
  object-fit: cover
}

body .home .container .events .list .item .tags {
  margin: 2.60417vw 0 1.04167vw 0;
  display: flex;
  align-items: center
}

body .home .container .events .list .item .tags .time {
  color: #000;
  text-transform: capitalize
}

body .home .container .events .list .item .tags span {
  width: 1px;
  height: .78125vw;
  background: #000;
  margin: 0 1.30208vw
}

body .home .container .events .list .item .tags .type {
  color: #F18804;
  text-transform: uppercase;
  font-weight: 300
}

body .home .container .events .list .item .des {
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden
}

body .home .container .events .list .item:hover .pic .tp {
  right: 3.125vw
}

body .home .container .events .list .item:hover .pic .bp {
  left: 3.125vw
}

body .home .container .events .list .item:hover .pic .mc::before {
  opacity: 1
}

body .home .container .why {
  padding: 0 12.08333vw
}

body .home .container .why .common_title {
  margin-left: 6.5625vw
}

body .home .container .why .content {
  position: relative
}

body .home .container .why .content .pics .pic {
  display: none;
  overflow: hidden;
  width: 44.73958vw
}

body .home .container .why .content .pics .pic.on {
  display: block
}

body .home .container .why .content .pics .pic img {
  width: 100%;
  height: 31.41667vw;
  object-fit: cover;
  transition: all 600ms
}

body .home .container .why .content .pics .pic:hover img {
  transform: scale(1.05)
}

body .home .container .why .content .w_swiper {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45.04167vw
}

body .home .container .why .content .w_swiper .swiper_why {
  width: 100%
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info {
  padding: 1.04167vw 0;
  position: relative
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .nr {
  background: #FFD29A;
  position: relative;
  padding: 3.64583vw 2.60417vw 2.60417vw 2.5vw;
  overflow: hidden;
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .nr .bg {
  position: absolute;
  right: 0;
  top: 2.60417vw;
  width: 100%;
  z-index: 1;
  pointer-events: none
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .nr .bg img {
  width: 100%
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .nr .tags {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(1.04167vw);
  position: relative;
  z-index: 5
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .nr .tags p {
  color: #343434
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .nr .tags span {
  margin: 0 .78125vw;
  background: #000;
  height: .78125vw;
  width: 1px
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .nr .pt {
  margin: 1.5625vw 0 4.6875vw 0;
  display: flex;
  gap: .83333vw;
  opacity: 0;
  transform: translateY(1.04167vw);
  position: relative;
  z-index: 5
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .nr .pt span {
  color: #F18804;
  margin-top: .9375vw;
  display: none;
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .nr .pt p {
  line-height: 1.2
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .nr .common_btn {
  margin: 0 0 0 1.77083vw;
  opacity: 0;
  transform: translateY(1.04167vw);
  position: relative;
  z-index: 10
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .tp {
  position: absolute;
  right: 1.875vw;
  top: 0;
  transition: all 600ms;
  z-index: 1
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .tp img {
  display: block;
  width: 9.53125vw;
  height: 4.27083vw
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .bp {
  position: absolute;
  left: 1.30208vw;
  bottom: 0;
  transition: all 600ms;
  z-index: 10
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .bp img {
  display: block;
  width: 9.53125vw;
  height: 4.27083vw
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info:hover .tp {
  right: 5.20833vw
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info:hover .bp {
  left: 5.20833vw
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info:hover .mc::before {
  opacity: 1
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide-active .info .nr .tags,
body .home .container .why .content .w_swiper .swiper_why .swiper-slide-active .info .nr .pt,
body .home .container .why .content .w_swiper .swiper_why .swiper-slide-active .info .nr .common_btn {
  opacity: 1;
  transform: translateY(0);
  transition: all 600ms
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide-active .info .nr .pt {
  transition-delay: 200ms
}

body .home .container .why .content .w_swiper .swiper_why .swiper-slide-active .info .nr .common_btn {
  transition-delay: 400ms
}

body .home .container .why .content .w_swiper .swiper-pagination {
  position: absolute;
  display: flex;
  right: 3.95833vw;
  bottom: -3.64583vw;
  gap: .57292vw
}

body .home .container .why .content .w_swiper .swiper-pagination .swiper-pagination-bullet {
  width: .52083vw;
  height: .52083vw;
  opacity: 1;
  background: #E5E5E5;
  transition: all 600ms
}

body .home .container .why .content .w_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #F18804
}

body .home .container .what {
  padding: 7.1875vw 12.08333vw 4.42708vw 12.08333vw
}

body .home .container .what .common_title {
  margin: 0 0 4.42708vw 6.77083vw
}

body .home .container .what .box {
  padding: 2.39583vw 0;
  position: relative
}

body .home .container .what .box .tp {
  position: absolute;
  left: 0;
  top: 0
}

body .home .container .what .box .tp svg {
  width: 5vw;
  transition: all 600ms
}

body .home .container .what .box .tp svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0
}

body .home .container .what .box .tp.on svg:nth-child(1) {
  opacity: 0
}

body .home .container .what .box .tp.on svg:nth-child(2) {
  opacity: 1
}

body .home .container .what .box .bp {
  position: absolute;
  right: 0;
  bottom: 0
}

body .home .container .what .box .bp svg {
  width: 5vw;
  transition: all 600ms
}

body .home .container .what .box .bp svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0
}

body .home .container .what .box .bp.on svg:nth-child(1) {
  opacity: 0
}

body .home .container .what .box .bp.on svg:nth-child(2) {
  opacity: 1
}

body .home .container .what .box .list {
  display: flex;
  justify-content: center;
  gap: 2.60417vw 6.25vw;
  flex-wrap: wrap
}

body .home .container .what .box .list .item {
  width: 13.02083vw;
  text-align: center
}

body .home .container .what .box .list .item .icon img {
  width: 2.44792vw;
  transition: all 600ms
}

body .home .container .what .box .list .item .pt {
  color: #343434;
  text-transform: capitalize;
  margin-top: 1.04167vw;
  transition: all 600ms
}

body .home .container .what .box .list .item:hover .icon img {
  filter: grayscale(100%) brightness(0)
}

body .home .container .what .box .list .item:hover .pt {
  color: #F18804
}

body .home .container .h_swiper {
  width: 100%;
  position: relative
}

body .home .container .h_swiper .lbg {
  position: absolute;
  left: 0;
  width: 47.03125vw;
  top: 5.20833vw
}

body .home .container .h_swiper .lbg svg {
  width: 100%;
  display: block;
  height: 28.48958vw
}

body .home .container .h_swiper .lbox {
  width: 57.1875vw;
  background: #FCE7CD
}

body .home .container .h_swiper .lbox .swiper2 {
  width: 100%
}

body .home .container .h_swiper .lbox .swiper-slide {
  width: 100%;
  height: 41.25vw
}

body .home .container .h_swiper .lbox .swiper-slide .tbox {
  position: absolute;
  left: 12.08333vw;
  top: 50%;
  transform: translateY(-50%);
  width: 30.20833vw;
  z-index: 5
}

body .home .container .h_swiper .lbox .swiper-slide .tbox .p1 {
  color: #343434;
  opacity: 0;
  transform: translateY(1.04167vw)
}

body .home .container .h_swiper .lbox .swiper-slide .tbox .des {
  width: 27.70833vw;
  line-height: 1.6;
  margin: 2.08333vw 0;
  text-transform: capitalize;
  opacity: 0;
  transform: translateY(1.04167vw)
}

body .home .container .h_swiper .lbox .swiper-slide .tbox .common_btn {
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(1.04167vw)
}

body .home .container .h_swiper .lbox .swiper-slide-active .tbox .p1,
body .home .container .h_swiper .lbox .swiper-slide-active .tbox .des,
body .home .container .h_swiper .lbox .swiper-slide-active .tbox .common_btn {
  opacity: 1;
  transform: translateY(0);
  transition: all 600ms
}

body .home .container .h_swiper .lbox .swiper-slide-active .tbox .des {
  transition-delay: 200ms
}

body .home .container .h_swiper .lbox .swiper-slide-active .tbox .common_btn {
  transition-delay: 400ms
}

body .home .container .h_swiper .pics {
  position: absolute;
  right: 12.08333vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10
}

body .home .container .h_swiper .pics .box {
  width: 45.52083vw;
  padding: .78125vw 1.5625vw
}

body .home .container .h_swiper .pics .pic {
  display: none
}

body .home .container .h_swiper .pics .pic.on {
  display: block
}

body .home .container .h_swiper .pics .pic .tp {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 600ms;
  z-index: 10
}

body .home .container .h_swiper .pics .pic .tp img {
  display: block;
  width: 19.01042vw;
  height: 6.04167vw
}

body .home .container .h_swiper .pics .pic .bp {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 600ms;
  z-index: 10
}

body .home .container .h_swiper .pics .pic .bp img {
  display: block;
  width: 19.01042vw;
  height: 6.04167vw
}

body .home .container .h_swiper .pics .pic .mc {
  width: 100%;
  height: 28.38542vw;
  object-fit: cover;
  margin: 0 auto;
  display: block
}

body .home .container .h_swiper .pics .pic:hover .tp {
  right: 3.125vw
}

body .home .container .h_swiper .pics .pic:hover .bp {
  left: 3.125vw
}

body .home .container .h_swiper .pics .pic:hover .mc::before {
  opacity: 1
}

body .home .container .h_swiper .pics .swiper-pagination {
  position: absolute;
  display: flex;
  right: 1.5625vw;
  bottom: -1.04167vw;
  gap: .57292vw
}

body .home .container .h_swiper .pics .swiper-pagination .swiper-pagination-bullet {
  width: .52083vw;
  height: .52083vw;
  opacity: 1;
  background: #E5E5E5;
  transition: all 600ms
}

body .home .container .h_swiper .pics .swiper-pagination .swiper-pagination-bullet-active {
  background: #F18804
}

body .home .container .reach {
  padding: 8.4375vw 5%;
  text-align: center
}

body .home .container .reach .t1 {
  color: #000;
  text-transform: capitalize
}

body .home .container .reach .t1 span {
  color: #F18804
}

body .home .container .reach .des {
  margin: 3.33333vw auto 2.60417vw auto;
  color: #000;
  width: 57.60417vw;
  text-transform: capitalize
}

body .home .container .reach .tip {
  color: #F18804;
  line-height: 1.33;
  text-transform: capitalize
}

body .home .container .reach .common_btn {
  margin: 3.33333vw 0 0 0
}

body .home .container .bgp img {
  width: 100%
}

@media screen and (max-width: 768px) {
  body .home .banner .swiper1 .pic img {
    height: 100vh
  }

  body .home .banner .swiper1 .swiper-slide .text {
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5%
  }

  body .home .banner .swiper1 .swiper-slide .text .tags {
    flex-wrap: wrap
  }

  body .home .banner .swiper1 .swiper-slide .text .tags span {
    margin: 0 15px
  }

  body .home .banner .swiper1 .swiper-slide .text .pt {
    margin: 15px 0
  }

  body .home .banner .swiper1 .swiper-slide .text .des {
    width: 100%;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
  }

  body .home .banner .b_s {
    display: none
  }

  body .home .common_title {
    margin-bottom: 30px
  }

  body .home .container .events {
    padding: 30px 5%
  }

  body .home .container .events .list {
    display: block
  }

  body .home .container .events .list .item:not(:last-child) {
    margin-bottom: 20px
  }

  body .home .container .events .list .item .pic {
    padding: 10px 8px
  }

  body .home .container .events .list .item .pic .tp svg,
  body .home .container .events .list .item .pic .bp svg {
    width: 100px;
    height: auto
  }

  body .home .container .events .list .item .pic .mc img {
    height: 260px
  }

  body .home .container .events .list .item .tags {
    margin: 25px 0 10px 0
  }

  body .home .container .events .list .item .tags span {
    height: 15px;
    margin: 0 10px
  }

  body .home .container .events .list .item:hover .pic .tp {
    right: 60px
  }

  body .home .container .events .list .item:hover .pic .bp {
    left: 60px
  }

  body .home .container .events .list .item:hover .pic .mc::before {
    opacity: 1
  }

  body .home .container .why {
    padding: 40px 5%
  }

  body .home .container .why .common_title {
    margin-left: 0
  }

  body .home .container .why .content .pics .pic {
    width: 100%
  }

  body .home .container .why .content .pics .pic img {
    height: 250px
  }

  body .home .container .why .content .w_swiper {
    position: static;
    width: 100%;
    transform: translateY(0);
    margin-top: 20px
  }

  body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info {
    padding: 10px 0
  }

  body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .nr {
    padding: 20px
  }

  body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .nr .tags span {
    margin: 0 10px;
    height: 15px
  }

  body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .nr .pt {
    margin: 15px 0 30px 0;
    gap: 8px
  }

  body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .nr .pt span {
    margin-top: 0
  }

  body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .nr .common_btn {
    margin: 0 0 0 30px
  }

  body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .tp img,
  body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info .bp img {
    width: 120px;
    height: auto
  }

  body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info:hover .tp {
    right: 40px
  }

  body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info:hover .bp {
    left: 40px
  }

  body .home .container .why .content .w_swiper .swiper_why .swiper-slide .info:hover .mc::before {
    opacity: 1
  }

  body .home .container .why .content .w_swiper .swiper-pagination {
    right: 5%;
    bottom: -20px;
    gap: 10px
  }

  body .home .container .why .content .w_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px
  }

  body .home .container .what {
    padding: 40px 5%
  }

  body .home .container .what .common_title {
    margin: 0 0 30px 0
  }

  body .home .container .what .box {
    padding: 60px 0
  }

  body .home .container .what .box .tp svg,
  body .home .container .what .box .bp svg {
    width: 100px
  }

  body .home .container .what .box .list {
    gap: 20px
  }

  body .home .container .what .box .list .item {
    width: 100%
  }

  body .home .container .what .box .list .item .icon img {
    width: 35px
  }

  body .home .container .what .box .list .item .pt {
    width: 60%;
    margin: 15px auto 0 auto
  }

  body .home .container .h_swiper .lbg {
    width: 100%;
    top: 50px
  }

  body .home .container .h_swiper .lbg svg {
    height: auto
  }

  body .home .container .h_swiper .lbox {
    width: 100%
  }

  body .home .container .h_swiper .lbox .swiper-slide {
    height: 500px
  }

  body .home .container .h_swiper .lbox .swiper-slide .tbox {
    left: 5%;
    width: 90%
  }

  body .home .container .h_swiper .lbox .swiper-slide .tbox .des {
    width: 100%;
    margin: 20px 0
  }

  body .home .container .h_swiper .pics {
    position: static;
    transform: translateY(0);
    width: 90%;
    margin: 20px auto
  }

  body .home .container .h_swiper .pics .box {
    width: 100%;
    padding: 15px
  }

  body .home .container .h_swiper .pics .box .pic .tp img,
  body .home .container .h_swiper .pics .box .pic .bp img {
    width: 150px;
    height: auto
  }

  body .home .container .h_swiper .pics .box .pic .mc {
    height: 200px
  }

  body .home .container .h_swiper .pics .swiper-pagination {
    right: 5%;
    bottom: -20px;
    gap: 10px
  }

  body .home .container .h_swiper .pics .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px
  }

  body .home .container .reach {
    padding: 40px 5%
  }

  body .home .container .reach .des {
    margin: 25px auto;
    width: 100%
  }

  body .home .container .reach .common_btn {
    margin: 32px 0 0 0
  }
}