.btab {
  width: 100%;
  height: 96px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.btab a {
  float: left;
  padding: 0 20px;
  height: 96px;
  line-height: 96px;
  font-size: 24px;
  transition: all 0.3s;
}

.btab a.on {
  color: #fff;
  background: #00c5b9;
}

.btab a:hover {
  color: #fff;
  background: #00c5b9;
}

.jgtd {
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

.jgtd .title2 {
  margin-bottom: 90px;
}

.jgtdcon {
  width: 100%;
  height: 407px;
  background: url(../img/tdcenter.png) center center no-repeat;
  overflow: hidden;
  position: relative;
}

.jgtdcon .item {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jgtdcon .item span {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}

.jgtdcon .item.jbrig {
  background-image: linear-gradient(to right, #00c5b9, #0ca6d7);
}

.jgtdcon .item.jblef {
  background-image: linear-gradient(to right, #0ca6d7, #00c5b9);
}

.jgtdcon .item.wd1 {
  width: 415px;
  height: 110px;
  left: 0;
  top: 0;
  border-radius: 15px 15px 0 15px;
  animation: mymove 1.5s infinite;
  -moz-animation: mymove 1.5s infinite;
  /* Firefox */
  -webkit-animation: mymove 1.5s infinite;
  /* Safari and Chrome */
  -o-animation: mymove 1.5s infinite;
  /* Opera */
}

.jgtdcon .item.wd2 {
  width: 311px;
  height: 80px;
  right: 136px;
  top: 0;
  border-radius: 15px 15px 15px 0;
  animation: mymove2 1.5s infinite;
  -moz-animation: mymove2 1.5s infinite;
  /* Firefox */
  -webkit-animation: mymove2 1.5s infinite;
  /* Safari and Chrome */
  -o-animation: mymove2 1.5s infinite;
  /* Opera */
}

.jgtdcon .item.wd3 {
  width: 333px;
  height: 80px;
  left: 90px;
  bottom: 34px;
  border-radius: 15px 0 15px 15px;
  animation: mymove3 1.5s infinite;
  -moz-animation: mymove3 1.5s infinite;
  /* Firefox */
  -webkit-animation: mymove3 1.5s infinite;
  /* Safari and Chrome */
  -o-animation: mymove3 1.5s infinite;
  /* Opera */
}

.jgtdcon .item.wd4 {
  width: 367px;
  height: 80px;
  right: 0px;
  bottom: 64px;
  border-radius: 0 15px 15px 15px;
  animation: mymove4 1.5s infinite;
  -moz-animation: mymove4 1.5s infinite;
  /* Firefox */
  -webkit-animation: mymove4 1.5s infinite;
  /* Safari and Chrome */
  -o-animation: mymove4 1.5s infinite;
  /* Opera */
}

@keyframes mymove {
  0% {
    left: 0px;
  }

  50% {
    left: 40px;
  }

  100% {
    left: 0px;
  }
}

@keyframes mymove2 {
  0% {
    right: 136px;
  }

  50% {
    right: 166px;
  }

  100% {
    right: 136px;
  }
}

@keyframes mymove3 {
  0% {
    left: 90px;
  }

  50% {
    left: 130px;
  }

  100% {
    left: 90px;
  }
}

@keyframes mymove4 {
  0% {
    right: 0px;
  }

  50% {
    right: 40px;
  }

  100% {
    right: 0px;
  }
}

.tgsm {
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

.tgsm .title2 {
  margin-bottom: 90px;
}

.tgsmcon {
  width: 100%;
  height: 479px;
  background: url(../img/tgsmimg.png) 0 0 no-repeat;
  overflow: hidden;
  position: relative;
}

.tgsmcon .item {
  width: 730px;
  height: 108px;
  display: flex;
  align-items: center;
  padding-right: 35px;
  padding-left: 128px;
  border-radius: 108px;
  background: #00c5b9;
  overflow: hidden;
  position: absolute;
}

.tgsmcon .item P {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}

.tgsmcon .item.pos1 {
  top: 0;
  right: 85px;
}

.tgsmcon .item.pos1::before {
  content: "";
  position: absolute;
  left: 0;
  width: 108px;
  height: 108px;
  background: url(../img/tgimg1.png) 0 0 no-repeat;
}

.tgsmcon .item.pos2 {
  top: 184px;
  right: 0;
}

.tgsmcon .item.pos2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 108px;
  height: 108px;
  background: url(../img/tgimg2.png) 0 0 no-repeat;
}

.tgsmcon .item.pos3 {
  bottom: 0;
  right: 57px;
}

.tgsmcon .item.pos3::before {
  content: "";
  position: absolute;
  left: 0;
  width: 108px;
  height: 108px;
  background: url(../img/tgimg3.png) 0 0 no-repeat;
}

.zyfw {
  width: 100%;
  padding: 100px 0;
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
}

.zyfw .title2 {
  margin-bottom: 90px;
}

.zyfwlist {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.zyfwlist .item {
  width: 318px;
  height: 348px;
  float: left;
  margin-right: 29px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.zyfwlist .item:last-child {
  margin-right: 0;
}

.zyfwlist .item img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.zyfwlist .item p {
  width: 100%;
  height: 69px;
  line-height: 69px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 15px 15px;
  z-index: 2;
  overflow: hidden;
}

.zyfwlist .item:hover img {
  transform: scale(1.08);
}

.zyfwlist .item:hover p {
  background: #00c5b9;
}

/* 企业健康管理 */
.bk_qygl {
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

.bk_qygl .title2 {
  margin-bottom: 90px;
}

.bk_bg .img {
  width: 600px;
  height: 400px;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}

.bk_bg .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.bg_text {
  width: calc(100% - 600px);
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: left;
  padding-left: 70px;
}

.bg_text p {
  color: #333;
  font-size: 20px;
  line-height: 48px;
  text-indent: 2em;
  letter-spacing: 1px;
}

.bg_text p span {
  color: #00c5b9;
}

.bk_jz {
  background: #f9f9fb;
  padding: 100px 0;
  overflow: hidden;
}
.bk_jz .title2 {
  margin-bottom: 90px;
}

.jzlist {
  width: 100%;
  overflow: hidden;
}

.jzlist .item {
  width: 25%;
  float: left;
}

.jzlist .item img {
  display: block;
  width: 200px;
  margin: 0 auto;
  transition: all 0.3s;
}

.jzlist .item p {
  color: #333;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-top: 30px;
}

.jzlist .item:hover img {
  transform: rotateZ(360deg);
}

.bk_fwrq {
  width: 100%;
  height: 658px;
  padding: 100px 0;
  background: url(../img/fwrqbg.png) center center no-repeat;
  overflow: hidden;
}

.bk_fwrq .title2 {
  margin-bottom: 115px;
}

.bk_fwrq .title2 span {
  color: #fff;
}

.bk_fwrq .title2 span::after {
  background-image: linear-gradient(to right, #fff, #00c5b9);
}

.bk_fwrq p {
  width: 600px;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
}

/* 家庭个人服务 */
.bk_kunj {
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
.bk_kunj .title2 {
  margin-bottom: 95px;
}

.bk_kunj .bg_text {
  justify-content: flex-start;
}

.bk_kunj .bg_text p {
  line-height: 36px;
}

.bk_fwdx {
  width: 100%;
  height: 519px;
  background: #f9f9fb;
  overflow: hidden;
  position: relative;
}
.bk_fwdxcon {
  width: 600px;
  height: 519px;
  padding-top: 70px;
  padding-right: 70px;
  position: relative;
}

.bk_fwdxcon::after {
  content: "";
  width: 960px;
  height: 519px;
  background: url(../img/fwdximg.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 670px;
}

.bk_fwdxcon .title2 {
  margin: 0 0 40px;
}

.bk_fwdxcon p {
  color: #333;
  font-size: 20px;
  line-height: 48px;
  text-indent: 2em;
  letter-spacing: 1px;
}
.bk_fwnr {
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

.bk_fwnrcon {
  width: 670px;
  float: left;
  overflow: hidden;
  position: relative;
}

.bk_fwnrcon .title2 {
  margin-bottom: 90px;
}

.bk_fwnrcon p {
  color: #333;
  font-size: 20px;
  line-height: 48px;
  text-indent: 2em;
  letter-spacing: 1px;
  text-align: justify;
}

.bk_img {
  width: 476px;
  float: right;
}

.bk_ylfw {
  width: 100%;
  padding: 100px 0;
  background: #f9f9fb;
  overflow: hidden;
  position: relative;
}

.bk_ylfw .title2 {
  margin-bottom: 95px;
}

.bk_ylfwcon {
  width: 100%;
  height: 270px;
  background: url(../img/xian.png) center center no-repeat;
  background-size: 95%;
  overflow: hidden;
  position: relative;
}

.bk_ylfwcon .item {
  width: 190px;
  height: 190px;
  cursor: pointer;
  margin-right: 44px;
  float: left;
  border: 10px solid rgba(0, 197, 185, 0.3);

  border-radius: 190px;
  overflow: hidden;
  position: relative;
}

.bk_ylfwcon .item:last-child {
  margin-right: 0;
}

.bk_ylfwcon .item:nth-child(2n) {
  margin-top: 80px;
}

.bk_ylfwcon .item img {
  display: block;
  width: 100%;
  height: 100%;
}

.bk_ylfwcon .item .shade {
  width: 170px;
  height: 170px;
  line-height: 170px;
  font-weight: bold;
  background: rgba(0, 197, 185, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  transition: all 0.3s;
}

.bk_ylfwcon .item:hover .shade {
  background: rgba(0, 197, 185, 1);
}

@media screen and (max-width: 750px) {
  .btab {
    width: 100%;
    height: 36px;
  }
  .btab a {
    width: 33.33%;
    padding: 0 5px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
  }
  .bk_kunj {
    width: 100%;
    padding: 30px 10px;
  }
  .bk_kunj .title2 {
    margin-bottom: 20px;
  }
  .bk_bg .img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .bg_text {
    width: 100%;
    height: auto;
    float: none;
    padding-left: 0;
  }
  .bk_kunj .bg_text p {
    font-size: 12px;
    line-height: 24px;
  }
  .bk_fwdx {
    width: 100%;
    height: 399px;
  }
  .bk_fwdxcon {
    width: 100%;
    height: 399px;
    padding: 30px 10px 0;
    position: relative;
  }
  .bk_fwdxcon .title2 {
    margin: 0 0 20px;
  }
  .bk_fwdxcon p {
    font-size: 12px;
    line-height: 24px;
  }
  .bk_fwdxcon::after {
    content: "";
    width: 100%;
    height: 399px;
    background: url(../img/fwdximg.png) 0 bottom no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    background-size: 100%;
  }
  .bk_fwnrcon {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .bk_fwnr {
    width: 100%;
    padding: 30px 15px;
  }
  .bk_img {
    max-width: 100%;
    float: none;
    margin: 0 auto;
  }
  .bk_fwnrcon .title2 {
    margin-bottom: 20px;
  }
  .bk_fwnrcon p {
    font-size: 12px;
    line-height: 24px;
  }
  .bk_ylfw {
    width: 100%;
    padding: 30px 0;
  }
  .bk_ylfwcon {
    width: 100%;
    padding: 0 12%;
    height: auto;
    background: url(../img/shuxian.png) center center no-repeat;
    background-size: 55%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bk_ylfw .title2 {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .bk_ylfwcon .item {
    width: 105px;
    height: 105px;
    cursor: pointer;
    margin-right: 0;
    float: none;
    border: 5px solid rgba(0, 197, 185, 0.3);
    border-radius: 105px;
  }
  .bk_ylfwcon .item:nth-child(2n) {
    margin-top: 51px;
  }
  .bk_ylfwcon .item .shade {
    width: 95px;
    height: 95px;
    line-height: 90px;
    font-size: 14px;
  }
  .bk_qygl {
    width: 100%;
    padding: 30px 15px;
  }
  .bk_qygl .title2 {
    margin-bottom: 20px;
  }
  .bg_text p {
    font-size: 12px;
    line-height: 24px;
  }
  .bk_jz {
    padding: 30px 15px;
    overflow: hidden;
  }
  .bk_jz .title2 {
    margin-bottom: 20px;
  }
  .jzlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .jzlist .item {
    width: 50%;
    margin-bottom: 35px;
    float: none;
  }
  .jzlist .item img {
    width: 90px;
  }
  .jzlist .item p {
    font-size: 13px;
    line-height: 18px;
    margin-top: 20px;
  }
  .bk_fwrq {
    width: 100%;
    height: 250px;
    padding: 30px 15px;
    background: url(../img/fwrqbg.png) center center no-repeat;
    background-size: cover;
  }
  .bk_fwrq .title2 {
    margin-bottom: 30px;
  }
  .bk_fwrq p {
    width: 200px;
    font-size: 13px;
    line-height: 24px;
  }
  .jgtd {
    padding: 30px 15px 0;
  }
  .jgtd .title2 {
    margin-bottom: 20px;
  }
  .jgtdcon {
    width: 100%;
    height: 187px;
    background: url(../img/tdcenter.png) 0 0 no-repeat;
    background-size: 45%;
  }
  .jgtdcon .item.wd1,
  .jgtdcon .item.wd2,
  .jgtdcon .item.wd3,
  .jgtdcon .item.wd4 {
    border-radius: 0;
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
  }
  .jgtdcon .item.wd1 {
    width: 165px;
    height: 40px;
    left: auto;
    right: 0;
    top: 0;
    background: url(../img/wd1bg.png) 0 0 no-repeat;
    background-size: 100%;
  }
  .jgtdcon .item.wd2 {
    width: 127px;
    height: 29px;
    right: 0;
    top: 45px;
    background: url(../img/wd2bg.png) 0 0 no-repeat;
    background-size: 100%;
  }
  .jgtdcon .item.wd3 {
    width: 122px;
    height: 29px;
    left: auto;
    right: 20px;
    bottom: auto;
    top: 79px;
    background: url(../img/wd3bg.png) 0 0 no-repeat;
    background-size: 100%;
  }

  .jgtdcon .item.wd4 {
    width: 146px;
    height: 29px;
    left: auto;
    right: 10px;
    bottom: auto;
    top: 113px;
    background: url(../img/wd4bg.png) 0 0 no-repeat;
    background-size: 100%;
  }
  .jgtdcon .item span {
    display: none;
  }
  .tgsm {
    padding: 30px 15px;
  }
  .tgsm .title2 {
    margin-bottom: 20px;
  }
  .tgsmcon .item {
    width: 100%;
    height: 47px;
    padding-right: 15px;
    padding-left: 63px;
    border-radius: 47px;
    margin-top: 30px;
    position: relative;
  }
  .tgsmcon .item.pos1,
  .tgsmcon .item.pos2,
  .tgsmcon .item.pos3,
  .tgsmcon .item.pos3 {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .tgsmcon .item.pos1::before,
  .tgsmcon .item.pos2::before,
  .tgsmcon .item.pos3::before {
    width: 47px;
    height: 47px;
    background-size: 100%;
  }
  .tgsmcon .item P {
    color: #fff;
    font-size: 10px;
    line-height: 16px;
  }
  .tgsmcon {
    width: 100%;
    height: 429px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url(../img/tgsmimg.png) 0 0 no-repeat;
    background-size: 60%;
  }
  .zyfw {
    padding: 30px 15px 15px;
  }
  .zyfw .title2 {
    margin-bottom: 20px;
  }
  .zyfwlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .zyfwlist .item {
    width: calc(50% - 7px);
    height: auto;
    float: none;
    margin: 0 0 15px;
    border-radius: 5px;
  }
  .zyfwlist .item p {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    background-image: linear-gradient(
      to bottom,
      rgba(0, 197, 185, 0.49),
      rgba(0, 197, 185, 1)
    );
    border-radius: 0 0 5px 5px;
  }
}
