html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
body ::selection {
  color: #fff;
  background: #ea5515;
}
p {
  margin-bottom: 10px;
}
.left-img {
  width: 100%;
  height: 100%;
}
.left-img .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}
.left-img .swiper-container {
  background: linear-gradient(270deg, #f7f9ff 0%, #f2f6ff 100%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
  position: relative;
  max-width: 420px;
  height: 100%;
  max-height: 420px;
  border-radius: 10px;
}
.left-img .slider-image-wrapper {
  width: 100%;
  height: 100%;
}
.left-img .slider-item {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  opacity: 0;
  background: linear-gradient(270deg, #f7f9ff 0%, #f2f6ff 100%);
  cursor: grab;
}
.left-img .slider-item-content {
  padding: 15px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  transition: 0.4s;
  z-index: 1;
  background-color: #000000a0;
  bottom: 0;
  color: #ffffffcf;
}
.left-img .slider-item-content > * {
  opacity: 0;
  text-align: center;
}
.left-img .swiper-slide-active .slider-item-content > * {
  transform: translateY(0px);
  opacity: 1;
}
.left-img .slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}
.left-img .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translatex(-50%);
  z-index: 1;
  width: auto!important;
}
.left-img .swiper-pagination-bullet {
  border-radius: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 30px;
  font-size: 12px;
  opacity: 1;
  background: rgba(255, 185, 0, 0.3);
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
.left-img .swiper-pagination-bullet-active {
  background: #FFB200;
  width: 20px;
  border-radius: 10px;
}
.left-img .slider-buttons {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
  height: 40%;
  bottom: 0;
}
.left-img .swiper-button-next,
.left-img .swiper-button-prev {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  color: #000000;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  left: 0;
}
.left-img .swiper-button-next:before,
.left-img .swiper-button-prev:before {
  content: '';
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 0;
  left: 0;
  bottom: -1px;
  transition: 0.2s;
}
.left-img .swiper-button-next::after,
.left-img .swiper-button-prev::after {
  font-size: 25px;
  color: #ffffff87;
}
.left-img .socials {
  position: fixed;
  top: 12px;
  right: 16px;
  display: flex;
  align-items: center;
}
.left-img .socials .social-link {
  display: inline-block;
  margin-left: 8px;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .left-img .swiper-button-next:hover:before,
  .left-img .swiper-button-prev:hover:before {
    display: none;
  }
}
.nav-bar-own {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1430px) {
  .offcanvas {
    color: #fff !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: block !important;
    font-size: 40px;
  }
  .card {
    background-color: rgba(0, 0, 0, 0);
    border: none;
  }
  .collapse:not(.show) {
    display: none !important;
  }
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .navbar {
    padding: 10px 20px !important;
    align-items: center;
  }
  #onepage #logo {
    width: 300px;
    height: 50px !important;
    margin-left: 0;
  }
  #onepage #logo-text {
    width: 200px;
    height: 50px !important;
    margin-left: -10px;
  }
  #offcanvasRight {
    margin-top: 0 !important;
    width: 60%;
  }
}
.yidongduan .offcanvas-body {
  padding: 40px 10px 0 40px !important;
  font-size: 40px !important;
}
.yidongduan .offcanvas-body .card li a {
  font-size: 30px !important;
}
.offcanvas {
  background-color: #212529;
}
.offcanvas #offcanvasRightLabel {
  margin-bottom: 0;
}
.offcanvas .btn-close {
  background-color: #fff;
}
.offcanvas .offcanvas-body a {
  color: #fff;
}
#header-top {
  font-size: 15px;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#header-top:hover {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.6);
}
#header-top .alert-list .collapse {
  padding-top: 42px;
}
#header-top .alert-list .collapse .card {
  width: 85vw;
  height: 300px;
}
#header-top .nav-right {
  color: #fff;
  text-decoration: none;
}
#header-top .nav-right:hover:not(.nav-last) {
  color: #ea5515;
}
#header-top .nav-right-active {
  color: #000;
}
#header-top .drop-main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  top: -400%;
}
#header-top .drop-main .drap-left {
  width: 400px;
  height: 100%;
}
#header-top .drop-main .drap-right {
  flex: 3;
}
#header-top .drop-main .drap-right .drap-right-item {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 0;
  text-align: center;
}
#header-top .drop-main .drap-right .drap-right-content {
  flex: 2;
  border-radius: 10px;
  background-color: #f6f6f6;
  padding: 30px 40px;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
#header-top .drop-main .drap-right .drap-right-content a {
  text-decoration: none;
  color: #000;
}
#header-top .drop-main .drap-right .drap-right-content a:hover {
  color: #ea5515;
}
#header-top .card-bo {
  border-bottom: 2px rgba(40, 40, 40, 0.35) solid;
  border-right: 2px rgba(40, 40, 40, 0.35) solid;
}
#header-top .dropdown-own {
  position: absolute;
  padding-top: 42px;
  right: 0px;
  width: 170px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0);
}
#header-top .dropdown-own .dropdown-own-son {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px;
  border: 2px rgba(255, 255, 255, 0.4) solid;
  border-bottom: 2px rgba(40, 40, 40, 0.35) solid;
  border-right: 2px rgba(40, 40, 40, 0.35) solid;
  border-radius: 10px;
}
#header-top .dropdown-own .dropdown-own-son li {
  background-color: rgba(0, 0, 0, 0);
}
#header-top .dropdown-own .dropdown-own-son li a {
  text-decoration: none;
  color: #000;
}
#header-top .dropdown-own .dropdown-own-son li a:hover {
  color: #ea5515;
}
.btn-close-own {
  background-color: #fff;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  transition: 0.3s;
}
.btn-close-own:hover {
  transform: rotate(180deg);
}
.jituan {
  width: 100%;
  margin-top: 98px;
  background-image: url("../../imgs/jituan_bg.png");
  background-size: 100% 100%;
  padding: 50px 50px 0 100px;
}
.jituan .offcanvas-body {
  width: 95%;
}
.jituan .offcanvas-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  opacity: 0;
}
.jituan .offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 20px;
}
.jituan .jituan_list {
  width: 100%;
  justify-content: space-between;
}
.jituan .jituan_list .jituan_item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 420px;
  width: 18.5%;
}
.jituan .jituan_list .jituan_item .jituan_img {
  transition: 0.5s;
  filter: brightness(0.5);
}
.jituan .jituan_list .jituan_item .jituan_text {
  display: flex;
  gap: 10px;
  padding: 0 20px;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  cursor: pointer;
  padding-top: 160px;
}
.jituan .jituan_list .jituan_item .jituan_text p {
  text-align: justify;
}
.jituan .jituan_list .jituan_item .jituan_text h5 {
  font-weight: 600;
  padding-top: 30px;
}
.jituan .icon-weixin {
  width: 35px;
  height: 35px;
  background-image: url("../../imgs/weixin_icon.png");
  background-size: 100% 100%;
}
.jituan .icon-weixin:hover {
  cursor: pointer;
  background-image: url("../../imgs/weixin_icon_active.png");
}
.jituan .icon-weixin p {
  white-space: nowrap;
  padding-top: 45px;
  margin-left: -15px;
}
.jituan .icon-weixin-video {
  width: 35px;
  height: 35px;
  background-image: url("../../imgs/video_icon.png");
  background-size: 100% 100%;
}
.jituan .icon-weixin-video:hover {
  cursor: pointer;
  background-image: url("../../imgs/video_icon_active.png");
}
.jituan .icon-weixin-video p {
  white-space: nowrap;
  padding-top: 45px;
  margin-left: -20px;
}
.jituan .icon-weibo {
  width: 35px;
  height: 35px;
  background-image: url("../../imgs/weibo_icon.png");
  background-size: 100% 100%;
}
.jituan .icon-weibo:hover {
  cursor: pointer;
  background-image: url("../../imgs/weibo_icon_active.png");
}
.jituan .icon-weibo p {
  white-space: nowrap;
  padding-top: 45px;
  margin-left: -15px;
}
.jituan .icon-douyin {
  width: 35px;
  height: 35px;
  background-image: url("../../imgs/douyin_icon.png");
  background-size: 100% 100%;
}
.jituan .icon-douyin:hover {
  cursor: pointer;
  background-image: url("../../imgs/douyin_icon_active.png");
}
.jituan .icon-douyin p {
  white-space: nowrap;
  padding-top: 45px;
  margin-left: -6px;
}
.code-box {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  overflow: hidden;
}
.contact-information {
  margin-top: 130px;
}
.sketch {
  overflow: hidden;
}
