body {
  background-color: #fff;
  padding-top: 80px;
}

/* 滚动动效 */
.fade-in-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}

.fade-in-up.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease;
}

.fade-in-left.show {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease;
}

.fade-in-right.show {
  opacity: 1;
  transform: translateX(0);
}

.scale-in {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.8s ease;
}

.scale-in.show {
  opacity: 1;
  transform: scale(1);
}

.sweiper {
  width: 100%;
  min-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sweiper_a {
  /* display: none; */
}
.sweiper_b {
  display: none;
}
.sweiper_c {
  display: none;
}
.module {
  width: 1200px;
  margin: auto;
  padding-top: 80px;
}
.banner {
  width: 100%;
  min-width: 1200px;
  height: 420px;
}
.banner_con {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.banner_con .text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner_con .text h3 {
  font-size: 34px;
  color: #fff;
  letter-spacing: 40px;
}
.banner_con .text p {
  margin-top: 48px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 20px;
}
.banner_con img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.introduce {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  padding-bottom: 35px;
}
.introduce h3 {
  font-size: 24px;
  color: #000;
  line-height: 1;
  margin-bottom: 15px;
}
.introduce p {
  font-size: 14px;
  line-height: 40px;
  color: #666;
}

.partner_bg {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
}
.partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 83px;
}
.partner h3 {
  font-size: 30px;
  color: #333;
}
.partner .list {
  width: 100%;
  margin-top: 53px;
  display: flex;
  justify-content: space-between;
}
.partner .list .item {
  width: 286px;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
.partner .item img {
  align-self: flex-start;
}
.partner .item p {
  margin-top: 35px;
  font-size: 24px;
  color: #333;
}
.nav_b {
  width: 100%;
  height: 60px;
  position: relative;
}
.nav_b .box {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #eee;
  display: flex;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.nav_b .box .con {
  width: 1280px;
  box-sizing: border-box;
  padding: 0 40px;
  display: flex;
}
.nav_b .box .con a {
  margin-right: 85px;
  font-size: 18px;
  color: #333;
  line-height: 60px;
  box-sizing: border-box;
  border-bottom: 2px solid #eee;
  transition: 0.5s;
}
.nav_b .box .con a:hover {
  border-color: #0064f4;
}
.nav_b .box .con .on {
  border-color: #0064f4;
}

.sweiper_a .module > h3 {
  font-size: 30px;
  color: #333;
  margin-bottom: 50px;
}
.sweiper_a .module .left h3 {
  font-size: 30px;
  color: #333;
  margin-bottom: 50px;
}
.sweiper_a .module > h4 {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}
.sweiper_a .module > p {
  font-size: 14px;
  color: #999;
  margin-bottom: 50px;
}
.sweiper_a .module .left p {
  font-size: 14px;
  line-height: 36px;
  color: #999;
  margin-bottom: 50px;
}
.module .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ppjs {
  display: flex;
  align-items: center;
}
.ppjs .left {
  flex: 1;
  margin-right: 150px;
}
.scope_bg {
  width: 100%;
  background-color: #f2f6ff;
  padding-bottom: 110px;
}

.scope .list {
  display: flex;
  justify-content: space-between;
}
.scope .item_box {
  width: 238px;
  height: 300px;
  position: relative;
}
.scope .item {
  position: absolute;
  width: 238px;
  height: 300px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 30px;
  overflow: hidden;
  background-color: #fff;
  justify-content: center;
  transition: 0.6s;
  cursor: pointer;
}
.scope .item img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #fff;
}
.scope .item h3 {
  margin-top: 43px;
  font-size: 20px;
  color: #333;
  transition: 0.6s;
}
.scope .item p {
  height: 0;
  opacity: 0;
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  transition: 0.6s;
}
.scope .item:hover {
  background-color: #0f7afe;
  height: 380px;
}
.scope .item:hover h3 {
  color: #fff;
}
.scope .item:hover p {
  height: 150px;
  opacity: 1;
  color: #fff;
}
.flow .list {
  display: flex;
  justify-content: space-between;
}
.flow .item_box {
  width: 170px;
  height: 220px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #f2f6ff;
}
.flow .item_box h3 {
  font-size: 18px;
  color: #333;
  margin-top: 34px;
}
.flow .item_box .logo_box {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.flow .item_box .logo {
  width: 80%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow .icon {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
}
.flow .item {
  opacity: 0;
  position: absolute;
  width: 200px;
  height: 280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 17px;
  overflow: hidden;
  background-color: #0064f4;
  justify-content: center;
  transition: 0.6s;
  cursor: pointer;
  z-index: 10;
}

.flow .item h3 {
  font-size: 18px;
  color: #fff;
}
.flow .item p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
.flow .item_box:hover .item {
  opacity: 1;
}
.coverage .list {
  display: flex;
  justify-content: space-between;
}
.coverage .item_box {
  width: 220px;
  height: 260px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.1);
  transition: 0.6s;
}
.coverage .item_box h3 {
  font-size: 24px;
  color: #0f7afe;
  margin-top: 25px;
}
.coverage .item_box .logo {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
}
.coverage .item_box .logo img {
  width: 80px;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
}
.coverage .item_box:nth-child(2) .logo img {
  top: -90px;
}
.coverage .item_box:nth-child(3) .logo img {
  top: -180px;
}
.coverage .item_box:nth-child(4) .logo img {
  top: -270px;
}

.coverage .item {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 260px;
  top: 0;
  left: 0;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px;
  overflow: hidden;
  background-color: #136ad5;
  transition: 0.6s;
  cursor: pointer;
  z-index: 10;
}
.coverage .item .title_icon {
  width: 40px;
  height: 40px;
}
.coverage .item .bg_icon {
  width: 59px;
  height: 45px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.coverage .item h3 {
  font-size: 24px;
  color: #fff;
  margin-top: 15px;
}
.coverage .item span {
  display: block;
  width: 40px;
  height: 6px;
  background-color: #fff;
  margin-top: 20px;
}
.coverage .item p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
.coverage .item_box:hover {
  width: 445px;
}
.coverage .item_box:hover .item {
  opacity: 1;
}
.guanwang .list {
  justify-content: space-between;
}
.guanwang .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}
.guanwang .item img {
  transition: 0.6s;
}

.guanwang .item:hover img {
  transform: translateY(-30px);
}
.guanwang .item p {
  font-size: 18px;
  color: #333;
  margin-top: 19px;
  text-align: center;
}
.guanwang .item p + p {
  font-size: 16px;
  line-height: 28px;
  color: #999;
  margin-top: 10px;
}
.xiaochenxu .list {
  justify-content: space-between;
}
.xiaochenxu .item {
  width: 12.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.xiaochenxu .item img {
  transition: 0.6s;
}
.xiaochenxu .item:hover img {
  transform: translateY(-20px);
}
.xiaochenxu .item p {
  margin-top: 20px;
  font-size: 18px;
  color: #333;
}
.app .list {
  justify-content: space-between;
}
.app .list > img {
  display: block;
  width: 301px;
  height: 202px;
}
.app .list .platform {
  width: 380px;
  height: 360px;
  box-sizing: border-box;
  padding: 25px 10px;
  border-radius: 25px;
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.app .list .platform .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30%;
}
.app .list .platform .item p {
  margin-top: 27px;
  font-size: 18px;
  color: #333;
}
.app .list .info {
  width: 380px;
  height: 360px;
  box-sizing: border-box;
  padding: 25px 33px;
  border-radius: 25px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app .list .info .title {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0064f4;
}
.app .list .info .title p {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.app .list .info > p {
  font-size: 18px;
  color: #333;
  line-height: 33px;
  margin-top: 30px;
  text-align: center;
}
.app .flow {
  display: flex;
  align-items: center;
  margin-top: 86px;
}
.app .flow p {
  width: 240px;
  height: 60px;
  border-radius: 8px;
  background-color: rgba(0, 100, 244, 0.2);
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: #0064f4;
}
.app .flow img {
  margin: 0 9px;
}
.case .list {
  justify-content: space-between;
}
.case .list .item {
  position: relative;
  width: 280px;
  height: 544px;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
.case .list .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.case .list .item:nth-child(n + 5) {
  margin-top: 26px;
}
.case .list .item > img {
  width: 100%;
  height: 100%;
}

.case .list .item .info {
  position: absolute;
  bottom: -85px;
  width: 100%;
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 0 32px;
  padding-top: 66px;
  animation: 0.6s;
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0),
    rgb(0, 0, 0)
  ); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0),
    rgb(0, 0, 0)
  ); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0),
    rgb(0, 0, 0)
  ); /* Firefox 3.6 - 15 */
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0),
    rgb(0, 0, 0)
  ); /* 标准的语法 */
}
.case .list .item .info h4 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  opacity: 0.9;
}
.case .list .item .info p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
  opacity: 0.9;
  line-height: 1.4;
}

/*sweiper_c*/
.sweiper_c .module {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.title_b {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title_b .box {
  position: relative;
  width: 172px;
  height: 158px;
}
.title_b .box img {
  width: 100%;
  height: 100%;
}
.title_b .box p {
  display: block;
  width: 100%;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  font-size: 30px;
  color: #333;
  text-align: center;
  white-space: nowrap;
}
.info_title_l {
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  color: #999;
  margin-top: 20px;
}
.title_b::after {
  content: "";
  display: block;
  width: 42px;
  height: 6px;
  background-color: #0064f4;
  margin-top: 27px;
}
.lg_sj .con {
  width: 100%;
  margin-top: 50px;
  display: flex;
  align-items: flex-end;
}
.lg_sj .con .info {
  flex: 1;
  margin-right: 60px;
  padding-bottom: 30px;
}
.hb_sj .con .info {
  margin-right: 0;
  margin-left: 85px;
}
.lg_sj .con .info_title {
  position: relative;
}
.lg_sj .con .info_title h1 {
  font-size: 48px;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.06);
}
.lg_sj .con .info_title p {
  font-size: 24px;
  line-height: 50px;
  color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.lg_sj .con .text {
  margin-top: 70px;
}
.lg_sj .con .text p {
  font-size: 14px;
  line-height: 38px;
  color: #999;
}
.lg_sj .list_box {
  width: 750px;
  display: flex;
  flex-wrap: wrap;
}
.hb_sj .list_box {
  width: 585px;
  height: 500px;
  overflow: hidden;
}
/* .hb_sj .list_box img+img{
  margin-left: 25px;
} */
.bz_sj {
  width: 1920px;
  margin-left: 50% !important;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bz_sj .list_box {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.bz_sj .list_box .img {
  position: relative;
  width: 384px;
  height: 255px;
  overflow: hidden;
}
.bz_sj .list_box .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.bz_sj .list_box .img img + img {
  z-index: 1;
}
.bz_sj .list_box .text {
  width: 384px;
  height: 255px;
  box-sizing: border-box;
  padding: 58px 40px;
}
.bz_sj .list_box .text p {
  font-size: 20px;
  line-height: 38px;
  color: #fff;
}

/*sweiper_b*/
.sweiper_b .module {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sweiper_b .module .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sweiper_b .module .title h3 {
  font-size: 30px;
  color: #333;
}
.sweiper_b .module .title p {
  margin-top: 30px;
  font-size: 14px;
  color: #666;
}
.module_a .list {
  width: 100%;
  margin-top: 60px;
  display: flex;
}
.module_a .list .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module_a .list .item p {
  margin-top: 23px;
  font-size: 20px;
  color: #333;
}
.module_b {
  background-image: url(../images/housekeeping/mudule_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-position-y: 200px;
}
.module_b .list {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.module_b .list .item {
  width: 580px;
  height: 190px;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 40px 20px hsla(219, 74%, 73%, 0.11);
}
.module_b .list .item:nth-child(n + 3) {
  margin-top: 40px;
}
.module_b .list .item .info {
  flex: 1;
  margin-left: 20px;
}
.module_b .list .item .info h4 {
  font-size: 24px;
  color: #333;
}
.module_b .list .item .info p {
  margin-top: 14px;
  font-size: 14px;
  color: #999;
  line-height: 22px;
}
.module_c .con {
  margin-top: 60px;
  margin-bottom: 40px;
  width: 100%;
  height: 484px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/housekeeping/tc.png);
  background-position: center;
  background-repeat: no-repeat;
}
.module_c .con .item {
  width: 242px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.module_c .con .item p {
  margin-top: 17px;
  font-size: 20px;
  color: #fff;
}
.module_c .con .item_b {
  width: 306px;
  margin: 0 186px;
}
.module_c .con .item_b p {
  margin-top: 37px;
  font-size: 32px;
  color: #4086ff;
}

.staff .con {
  width: 100%;
  margin-top: 52px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.staff .con .list {
  width: 220px;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
}
.staff .con .list .item {
  width: 100%;
  height: 80px;
  border-radius: 15px;
  box-shadow: 0 0 40px 20px hsla(219, 74%, 73%, 0.11);
  box-sizing: border-box;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  white-space: nowrap;
}
.staff .con .list .on {
  width: unset;
  position: relative;
  z-index: 10;
}
.staff .con .list .item + .item {
  margin-top: 90px;
}
.staff .con .list .item p {
  font-size: 20px;
  color: #666;
}
.staff .con .list .item span {
  font-size: 15px;
  color: #999;
}
.staff .con .phone {
  margin: 0 60px;
  position: relative;
  width: 324px;
  height: 648px;
  box-sizing: border-box;
  padding: 12px;
}
.staff .con .phone img {
  width: 100%;
  height: 100%;
  border-radius: 35px;
}
.staff .con .phone .bg {
  border-radius: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fenxi .con {
  margin-top: 70px;
}
.user .list {
  margin-top: 58px;
  margin-bottom: 50px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.user .list .item {
  width: 16.66%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.user .list .item:nth-child(n + 7) {
  margin-top: 40px;
}
.user .list .item p {
  font-size: 18px;
  margin-top: 23px;
  color: #333;
  line-height: 1.4;
  text-align: center;
}
.kehu .list {
  margin-top: 33px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kehu .list .img {
  position: relative;
  width: 190px;
  height: 100px;
  background-color: #eee;
  margin-top: 12px;
  overflow: hidden;
}
.kehu .list .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.kehu .list .img img + img {
  z-index: 1;
}

/* PC端案例样式 - 一行显示两个 */
.case .list .item.pc-item {
  width: calc(50% - 13px);
  max-width: 580px;
  height: 450px;
}

/* PC端案例图片样式 - 缩小并完整显示 */
.case .list .item.pc-item > img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  object-position: center;
  margin: 5% auto;
  display: block;
}
