body {
  background: #f3f5f8;
  min-width: 1200px;
  position: relative;
}
.swiper {
  width: 100%;
  height: 880px;
  margin-top: -89px;
}
.swiper-slide {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.banner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.swiper-slide img {
  margin: 0 auto;
}
.swiper-title {
  width: 600px;
  position: absolute;
  z-index: 10;
  top: 346px;
  left: 80px;
  color: #fff;
}
.swiper-title h1 {
  font-size: 64px;
}
.swiper-title h2 {
  line-height: 24px;
  font-size: 18px;
  margin-top: 24px;
}
.custom-bullet {
  display: block;
  width: 40px;
  height: 8px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-right: 8px;
  cursor: pointer;
  transition: width 0.4s;
}
.custom-bullet-active {
  width: 72px;
  background-color: #fff;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 107px;
  display: flex;
  left: 80px;
}

.banner-bottom {
  width: 1210px;
  position: relative;
  z-index: 12;
  margin: -79px auto 0;
  align-items: flex-end;
  justify-content: space-between;
}
.banner-tag {
  width: 288px;
  height: 110px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 20px;
}

.banner-tag h5 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.banner-tag .flex > div {
  margin-left: 12px;
}
.banner-tag .flex h3 {
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.banner-tag img {
  width: 36px;
  height: 36px;
}

.banner-tag-first {
  width: 288px;
  height: 134px;
  background: linear-gradient(270deg, #ffe9e7 0%, #ffffff 100%);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-sizing: border-box;
  padding: 18px 22px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.banner-tag-first img {
  width: 139px;
  height: 28px;
}
.banner-tag-first .flex {
  font-size: 16px;
  color: #7e2118;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner-tag-first .flex h5 {
  flex-shrink: 0;
}

.service {
  height: 892px;
  background-image: url(../image/service-bg.jpg);
  background-size: cover;
}
.container {
  padding-top: 80px;
  color: rgba(0, 0, 0, 0.9);
  flex-direction: column;
  align-items: center;
}
.container-row {
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.container .title {
  padding: 0 0 80px;
  font-size: 48px;
  font-weight: bold;
}
.service .title {
  padding-top: 80px;
}
.service-content {
  width: 1200px;
  justify-content: space-between;
}
.service-item {
  width: 580px;
  height: 560px;
  background: #fff;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 48px;
  position: relative;
  overflow: hidden;
  transition: width 0.4s;
  cursor: pointer;
}
.service-item-top {
  font-size: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f2f5;
  font-weight: 600;
}
.service-item-inner {
  width: 296px;
  font-size: 24px;
  padding-top: 33px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-item-text {
  flex-shrink: 0;
  padding-bottom: 32px;
}
.people {
  width: 250px;
  height: 350px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f84d3c;
  position: absolute;
  left: 48px;
  bottom: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.arrow img {
  width: 20px;
  height: 20px;
}
.service-item-open {
  width: 848px;
  background-image: url(../image/boss-bg.png);
  color: #fff;
}
.service-item-open-1 {
  width: 848px;
  background-image: url(../image/worker-bg.png);
  color: #fff;
}

.service-item-open .service-item-top {
  border-bottom-color: rgba(255, 255, 255, 0.22);
}
.service-item-close {
  width: 320px;
}
.service-item-close .service-item-inner {
  display: none;
}
.service-item-inner-open {
  width: 504px;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
.service-open-item {
  width: 212px;
  margin-bottom: 40px;
  flex-shrink: 0;
}
.service-open-item img {
  width: 36px;
  height: 36px;
}
.service-item-inner-open img {
  margin-right: 16px;
}
.service-item-inner-open h4 {
  font-size: 24px;
}
.service-item-inner-open h5 {
  font-size: 14px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.55);
}

.product {
  background: #fff;
  padding-bottom: 120px;
}
.product-tab {
  width: 1200px;
  justify-content: space-between;
}
.product-tab .active {
  background: #f3f5f8;
  margin-bottom: 48px;
}
.product-tab-item {
  width: 140px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
}
.product-tab-item img {
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
}
.product-tab-item .text {
  font-size: 16px;
  font-weight: 500;
}
.product-swiper {
  width: 1200px;
  height: 430px;
  overflow: hidden;
}
.product .swiper-slide {
  background: linear-gradient(90deg, #fef4f2 0%, #f6f8fe 100%);
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
  border-radius: 12px;
}
.product-swiper-inner-left {
  flex: 1;
  margin: 60px 0 0 60px;
}
.product-swiper-title {
  width: 300px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 48px;
}
.product-swiper-content h4 {
  font-size: 14px;
  margin-bottom: 20px;
}
.product-swiper-content h4 img {
  margin-right: 8px;
  vertical-align: sub;
}
.product-swiper-inner-right {
  width: 660px;
  height: 390px;
}

.stats {
  background-image: url(../image/stats-bg.jpg);
  background-size: cover;
  color: #fff;
}
.stats-inner {
  height: 330px;
  justify-content: space-between;
}
.stats-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.stats-item img {
  width: 56px;
  height: 56px;
}
.stats-count {
  font-size: 36px;
  font-weight: bold;
  margin: 16px 0 20px;
}
.stats-label {
  font-size: 16px;
}

.occupation {
  background-image: url(../image/occupation-bg.jpg);
  background-size: cover;
}
.occupation-top {
  width: 1200px;
  margin: 0 auto 72px;
  padding-top: 40px;
  color: rgba(0, 0, 0, 0.9);
}
.occupation-top-title {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: bold;
}
.occupation-top-description {
  width: 493px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 48px;
}
.occupation-top-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 60px;
}
.occupation-top-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
}
.occupation-top-item .text {
  font-size: 14px;
}
.occupation-content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  justify-content: space-between;
}
.occupation-plane {
  width: 580px;
  height: 300px;
  background: #fff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-sizing: border-box;
  padding: 16px;
}
#jobs {
  overflow: hidden;
  position: relative;
  margin-top: 12px;
  height: calc(100% - 48px);
}
.occupation-plane-title {
  height: 40px;
  font-size: 20px;
  background-image: url(../image/occupation-title.png);
  display: flex;
  align-items: center;
  font-weight: bold;
}
.occupation-plane-title::before {
  content: "";
  width: 4px;
  height: 16px;
  background: #f84d3c;
  margin: 0 8px 0 12px;
}
.occupation-plane-1 > .flex {
  width: 200px;
  padding-top: 24px;
  align-items: center;
  line-height: 20px;
}
.occupation-plane-1 > .flex img {
  width: 16px;
  height: 16px;
  vertical-align: sub;
}
.occupation-plane-1-left {
  width: 90px;
}
.occupation-plane-2 {
  position: relative;
  flex: 1;
}
@keyframes ballMove1 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(12%, 12%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ballMove2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(18%, -12%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ballMove3 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, 12%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ballMove4 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-12%, -12%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.ball {
  position: absolute;
  width: 68px;
  height: 68px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  animation: ballMove1 3s ease 0.2s infinite;
}
.red-ball {
  background-image: url(../image/red-ball.svg);
}
.green-ball {
  background-image: url(../image/green-ball.svg);
  color: #50bc61;
}
.large-ball {
  width: 68px;
  height: 68px;
}
.little-ball {
  width: 52px;
  height: 52px;
}
.occupation-plane-1 .space {
  display: flex;
  padding-top: 24px;
  align-items: center;
  line-height: 20px;
}
.occupation-plane-message {
  width: 400px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.occupation-plane-1 .space::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  margin-right: 8px;
  background: #f84d3c;
}
.occupation-plane-1 .time {
  color: rgba(0, 0, 0, 0.4);
  margin-left: auto;
}

.case-item {
  width: 380px;
  padding: 24px;
  border-radius: 12px;
  box-sizing: border-box;
  background: #fff;
  margin-right: 30px;
}
.case-item:last-child {
  margin-right: 0;
}
.case-item-top {
  justify-content: space-between;
  padding-bottom: 8px;
}
.case-item-top > div {
  font-size: 44px;
}
.case-item-top > div span {
  font-size: 24px;
}
.case-item-top img {
  width: 66px;
  height: 66px;
}
.case-item-title {
  font-size: 24px;
  height: 36px;
  font-weight: 500;
}
.case-item-content {
  color: rgba(0, 0, 0, 0.6);
  padding: 26px 0;
}
.case-item .image {
  width: 100%;
  height: 128px;
  background-size: cover;
  border-radius: 12px;
}

.collaboration {
  padding-bottom: 80px;
}
.collaboration-content {
  width: 1200px;
  height: 288px;
  overflow: hidden;
  position: relative;
}
.collaboration-mask {
  width: 120px;
  height: 288px;
  background: linear-gradient(90deg, #f3f4f8 0%, rgba(243, 244, 248, 0) 100%);
  position: absolute;
  left: 0;
}
.collaboration-mask-right {
  background: linear-gradient(-90deg, #f3f4f8 0%, rgba(243, 244, 248, 0) 100%);
  left: auto;
  right: 0;
}
.collaboration-content-inenr {
  width: 2400px;
  height: 288px;
  display: flex;
}
/* .collaboration-content-image {
  width: 1200px;
  overflow: hidden;
} */
.collaboration-content img {
  height: 100%;
  object-fit: cover;
}

.news {
  background: #fff;
  padding-bottom: 117px;
}
.news-left {
  margin-right: 38px;
  width: 544px;
}
.news-left img {
  width: 100%;
  height: 310px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center center;
}
.news-main-title {
  font-size: 24px;
  padding: 24px 0 16px;
  font-weight: 500;
}
.news-main-content {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
}
.news-right-item {
  padding-bottom: 77px;
}
.news-right-item:last-child {
  padding-bottom: 0;
}
.news-right-item img {
  width: 160px;
  height: 91px;
  border-radius: 12px;
  margin-right: 24px;
  object-fit: cover;
  object-position: center center;
}
.news-right-item .flex-col {
  width: 432px;
  justify-content: space-between;
}
.news-right-title {
  font-size: 24px;
  font-weight: 500;
}
.news-right-content {
  color: rgba(0, 0, 0, 0.6);
}

.qualification {
  background-image: url(../image/qualification-bg.png);
  background-size: cover;
  background-position: center center;
  padding: 140px 0;
}
.qualification-inner {
  width: 1200px;
  margin: 0 auto;
}
.qualification-left {
  width: 400px;
}
.qualification-right {
  flex: 1;
}
.qualification-item img {
  width: 120px;
  height: 88px;
  object-fit: contain;
  object-position: center center;
}
.qualification-title {
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 28px;
}
.qualification-description {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.qualification-item {
  width: 224px;
  height: 160px;
  border-radius: 12px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 12px 20px;
  margin-right: 20px;
}
.qualification-item:last-child {
  margin-right: 0;
}
.qualification-item > img {
  margin-bottom: 8px;
}
.qualification-item .flex {
  height: 40px;
  align-items: center;
  text-align: center;
}
.qualification-item .flex img {
  width: 16px;
  height: 22px;
}
.qualification-name {
  font-weight: bold;
}
.qualification-right-row {
  margin-bottom: 20px;
  box-sizing: border-box;
  padding-left: 70px;
}
.qualification-right-row:nth-child(2) {
  padding-left: 35px;
}
.qualification-right-row:last-child {
  margin-bottom: 0;
  padding-left: 0;
}

.contact {
  height: 298px;
  background-image: url(../image/contact-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.contact-btn {
  width: 146px;
  height: 56px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f84d3c;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 161px;
  left: 0;
  cursor: pointer;
}
.contact-btn:active {
  opacity: 0.8;
}

.sidebar {
  width: 64px;
  position: fixed;
  top: 50%;
  right: 50px;
  color: #fff;
  z-index: 100;
  transform: translateY(-50%);
}
.sidebar-qr {
  width: 100%;
  height: 80px;
  border-radius: 8px;
  background: linear-gradient(180deg, #fa8c6a 0%, #f84d3c 100%);
  align-items: center;
  font-size: 12px;
  box-sizing: border-box;
  padding-top: 4px;
  margin-bottom: 12px;
  cursor: pointer;
}
.sidebar-qr img {
  width: 48px;
  height: 48px;
  margin-bottom: 4px;
}
.sidebar-qr-text {
  font-size: 12px;
}
.sidebar-phone {
  height: 164px;
  box-sizing: border-box;
  padding-top: 20px;
  background: linear-gradient(180deg, #fa8c6a 0%, #f84d3c 100%);
  border-radius: 8px;
  margin-bottom: 12px;
  cursor: pointer;
}
.sidebar-phone:hover .sidebar-phone-c {
  display: flex;
}
.sidebar-phone img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}
.sidebar-phone-text {
  writing-mode: vertical-lr;
  letter-spacing: 10px;
  font-size: 16px;
}
.sidebar-weapp {
  color: rgba(0, 0, 0, 0.9);
  background: #fff;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  box-shadow: 0px 8px 16px 0px rgba(38, 46, 66, 0.08);
  margin-bottom: 12px;
  cursor: pointer;
}
.sidebar-weapp img {
  width: 24px;
  height: 24px;
  margin: 8px 0 4px;
}
.sidebar-weapp-text {
  font-size: 12px;
  line-height: 20px;
}
.sidebar-top {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sidebar-top img {
  width: 41px;
  height: 28px;
}
.sidebar-qr-c {
  width: 160px;
  height: 160px;
  background: #fff;
  right: 70px;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0px 8px 16px 0px rgba(38, 46, 66, 0.08);
}
.sidebar-qr:hover .sidebar-qr-c {
  display: flex;
}
.sidebar-qr-s {
  width: 160px;
  height: 160px;
  background: #fff;
  right: 70px;
  top: 268px;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0px 8px 16px 0px rgba(38, 46, 66, 0.08);
}
.sidebar-weapp:hover .sidebar-qr-s {
  display: flex;
}
.sidebar-qr-c img {
  width: 144px;
  height: 144px;
  margin-bottom: 0;
}
.sidebar-qr-s img {
  width: 144px;
  height: 144px;
  margin-bottom: 0;
}
.sidebar-phone-c {
  width: 198px;
  height: 72px;
  border-radius: 12px;
  color: #f84d3c;
  right: 70px;
  top: 92px;
  display: none;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(38, 46, 66, 0.08);
}
.sidebar-phone-c img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.sidebar-phone-c .text {
  font-size: 16px;
}
.sidebar-qr-c-1 {
  top: 268px;
}
.contact-dialog {
  right: 160px;
  top: 0;
  width: 288px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 8px 16px 0px rgba(38, 46, 66, 0.08);
  display: none;
}
.contact-dialog-top {
  width: 100%;
  height: 92px;
  background-image: url(../image/contact-bg.webp);
  background-size: cover;
  line-height: 22px;
  box-sizing: border-box;
  padding: 24px;
}
.form {
  background: #fff;
  box-sizing: border-box;
  padding: 0 24px 24px;
}
.form-item {
  border-bottom: 1px solid #f0f2f5;
  position: relative;
}
.form-item input {
  width: 100%;
  border: none;
  height: 22px;
  margin: 24px 0 12px;
}
.form-item .error-tips {
  position: absolute;
  bottom: -20px;
  color: #f84d3c;
  font-size: 12px;
  display: none;
}
.form-item select {
  border: none;
  height: 22px;
  margin: 24px 0 12px;
  width: 100%;
}
.contact-dialog-btns {
  background: #fff;
  padding: 0 24px 24px;
  box-sizing: border-box;
  justify-content: flex-end;
}
.contact-dialog-btn {
  border: 1px solid #f0f2f5;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 30px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 12px;
  border-radius: 8px;
  cursor: pointer;
}
.contact-dialog-btn-primary {
  background: #f84d3c;
  color: #fff;
  margin-right: 0;
}
.contact-dialog-btn:hover {
  opacity: 0.8;
}

.hide {
  display: none;
}
.show {
  display: block;
}
.up {
  color: #f84d3c;
}
.down {
  color: #50bc61;
}

.mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 100;
  display: none;
}
.success-dialog {
  width: 288px;
  height: 288px;
  background: linear-gradient(180deg, #ffeeec 0%, #ffffff 100%);
  border-radius: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.success-dialog img {
  width: 64px;
  height: 64px;
  padding: 40px 0 16px;
}
.success-dialog .success-title {
  font-size: 20px;
  font-weight: 500;
}
.success-dialog .success-content {
  padding: 8px 0 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.success-dialog .success-btn {
  font-size: 14px;
  line-height: 22px;
  padding: 9px 34px;
  background: #f84d3c;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}
