.home {
  margin-top:100px;
  background-color: rgb(255,255,255);
}

/* 中间图片 */
.banner{
  width: 100%;
  height: calc(100vh - 100px);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 100px;
}
.banner-img{
  width: 100%;
  height: auto;
  max-height: 900px;
}
.banner video{
  width: 100%;
  height: 100%;
  background: #000000;
}
.banner .lkh-container{
  height: 100%;
  position: relative;
}
.banner-mess {
  height: 100px;
  position: absolute;
  bottom: 110px;
  /*right: 170px;*/
  right: 0px;
  display: flex;
  justify-content: space-between;
}
.download-app{
  width: 346px;
  height: 98px;
  border-radius: 12px;
  background: rgba(255,255,255, .46);
  display: flex;
  cursor: pointer;
  margin-right: 20px;
}
.follow-mp{
  width: 267px;
  height: 98px;
  border-radius: 12px;
  background: rgba(255,255,255, .46);
  display: flex;
  cursor: pointer;
}
.download-app:hover .hover-erweima, .follow-mp:hover .hover-erweima {
  display: block;
}
.download-app .erweima, .follow-mp .erweima {
  width: 92px;
  height: 98px;
  margin-right: 8px;
  padding: 4px 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-app .erweima img, .follow-mp .erweima img{
  width: 100%;
}
.download-app .mess-desc, .follow-mp .mess-desc{
  color: #ffffff;
  margin: 15px 0;
}
.download-app .hover-erweima, .follow-mp .hover-erweima {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  background-color: #ffffff;
  position: absolute;
  top: -100px;
  display: none;
  padding: 5px;
}
.download-app .hover-erweima img, .follow-mp .hover-erweima img{
  max-width: 100%;
  max-height: 100%;
}
/* 品牌介绍 */

/* 品牌介绍详情 */
.desc-carousel {
  width: 100%;
  height: 500px;
  background: #ad9967;
}
.desc-content {
  width: 630px;
  height: 300px;
  margin-top:100px;
  /*float: right;*/
  margin-left:51px;
}
.desc-c-main {
  display: flex;
  overflow: hidden;
}
.desc-c-main > div {
  flex: 1;
}
.desc-content .title {
  font-size: 26px;
  line-height: 38px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  text-indent: 40px;
}
.desc-content .list {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
}
.desc-content .list img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

/* 服务项目 */
.desc-swiper .service .service-slide{
  position: relative;
  width: 100%;
  height: 500px;
  /*background-position:  0 0;*/
  /*background-size:  100% 100%;*/
  overflow: hidden;
}
.desc-swiper .swiper-slide {
  overflow: hidden;
}
.desc-swiper .service .service-item-left{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}
.desc-swiper .service .service-item-left2{
  left: 278px;
}
.desc-swiper .service .service-item-right{
  position: absolute;
  right: -320px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}
.desc-swiper .service .service-item-right2{
  right: -220px;
}
.desc-swiper .swiper-slide .main {
  position: absolute;
  top: 100px;
  /*right: 150px;*/
  left: 50%;
  width: 600px;
  /*margin-left: -30px;*/
  /* height: 200px; */
}
.desc-swiper .swiper-slide .main .title {
  font-size: 26px;
  line-height: 38px;
  font-weight: bold;
}
.desc-swiper .swiper-slide .main .content {
  margin-top:20px;
  color: #666;
  font-size:18px;
  line-height: 27px;
}
.desc-swiper .swiper-slide .tip {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 51px;
}
.desc-swiper .swiper-slide .tip .tip-button {
  display: flex;
}
.desc-swiper .swiper-slide .tip-button .prev, .desc-swiper .swiper-slide .tip-button .next {
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  background: #FF9A00;
  color: #fff;
  text-align: center;
}
.desc-swiper .swiper-slide .tip-button .prev i, .desc-swiper .swiper-slide .tip-button .next i{
  line-height: 32px;
  font-size: 26px;
}
.desc-swiper .pagination {
  width: 66px;
  font-size:26px;
  line-height:30px;
  font-weight: bold;
  margin: 0 10px;
  display: block !important;
}
.more {
  text-align: left;
  padding: 0 10px;
  color: #ff9a00;
  height: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  cursor: pointer;
  border: 1px solid #ff9a00;
  border-radius: 27px;
  display: flex;
  align-items: center;
}
.more a {
  color: #ff9a00;
}

/* 大健康 */
.health {
  width: 100%;
  position: relative;
}
.health-right-bottom{
  position: absolute;
  right: -0.8rem;
  bottom: 0;
  width: 4.75rem;
  height: 4.75rem;
  background: linear-gradient(0deg,rgba(255,255,255,0.09), rgba(255,154,0,0.09) 100%);
  border-radius: 50%;
}

.health-left {
  position: relative;
  width: 8.80rem;
  height: 8.10rem;
}
.health-inner{
  position: absolute;
  left: -1.60rem;
  top: 0;
  width: 8.10rem;
  height: 8.10rem;
  background: rgba(255,154,0,0.02);
  border: 1px solid rgba(255,154,0,0.26);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.health-inner-image{
  width: 318px;
  height: 108px;
  position: absolute;
  left: calc(100vw/2 - 700px);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.health-inner img{
  width: 318px;
  height: 108px;
  margin-right: 70px;
}
.home-boll-bg{
  position: relative;
  overflow: hidden;
}
.health-outer1{
  position: absolute;
  left: -2.23rem;
  top: 1.76rem;
  width: 10.20rem;
  height: 10.20rem;
  border: 1px solid rgba(255,154,0,0.26);
  border-radius: 50%;
}
.health-outer2{
  position: absolute;
  left: -3.40rem;
  top: 0.54rem;
  width: 12.50rem;
  height: 12.50rem;
  border: 1px solid rgba(255,154,0,0.26);
  border-radius: 50%;
}
.health-outer-image{
  position: absolute;
  left: 0rem;
  top: -2.2rem;
  height: 12.5rem;
}
.health-mess {
  position: absolute;
  width: 1.20rem;
  height: 1.20rem;
  line-height: 1.14rem;
  text-align: center;
  border-radius: 50%;
  border:1px solid #ccc;
  color: #999;
  cursor: pointer;
  background: #ffffff;
  font-size: .32rem;
}
.health-left .active {
  background-color: #ff9a00;
  color: #fff;
  border: #FF9A00 solid 1px;
}
.store {
  left: 6.26rem;
  top: 0.6rem;
}
.science {
  left: 7.08rem;
  top: 2.53rem;
}
.education {
  left: 7.08rem;
  top: 4.38rem;
}
.team {
  left: 6.26rem;
  top: 6.24rem;
}
.health-swiper {
}
.health-right .tip {
  position: absolute;
  bottom: 0.60rem;
  right: 0.30rem;
}
.health-right .tip .title {
  font-size: 20px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.health-right .tip .title .door {
  text-align: right;
  display: inline-block;
  width: 100px;
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  color: #333333;
}
.health-right .tip .title .num {
  font-size: 40px;
  line-height: 47px;
  font-weight: 700;
  color:#ff9a00;
  margin-left:10px;
}
.h-store .tip {
  bottom: 1.80rem;
  left: 5rem;
}
.h-store .more, .h-keyan .more {
  position: absolute;
  right: 0;
  bottom: 65px;
}
.h-store .more{
  bottom: 0.65rem;
  right: unset;
  left: 6.90rem;
}
.health-right{
  height: 100%;
}
.health-right img{
  /*height: 100%;*/
  height: 8.1rem;
}

.h-keyan,.h-jiaoyan,.h-tuandui{
  padding-left: 1.20rem;
  padding-right: calc(100vw/2 - 700px);
  display: flex;
  align-items: center;
}
.health-right .content {
  /*width: calc(100% - 187px);*/
  /*margin-left: 187px;*/
  /*height: 590px;*/
  /*padding-top: 120px;*/
}
.health-right .content .title {
  color: #333;
  font-size: 26px;
  line-height: 38px;
  margin-bottom:21px;
}
.health-right .content .title i {
  color:#ff9a00;
}
.health-right .content .h-desc {
  color: #333;
  line-height: 27px;
  font-size: 18px;
  margin-bottom: 88px;
}
.health-right .content .h-num {
  color:#ff9a00;
  font-size: 30px;
}
.health-right .content img {
  width: 100%;
  height: auto;
}
.health-right .content p{
  text-align: left !important;
}
/* 助力创业梦  */
.dream {
  width: 100%;
  height: 530px;
  background-image: url(../img/home/u236.png);
  background-position: 0 0;
  background-size: 100% 100%;
  display: flex;
}
.dream-left, .dream-right {
  width: 250px;
}
.dream .adcontent .advantages, .dream .adcontent .advantages1{
  transition: all .5s;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}
.dream .adcontent .advantages:hover{
  transform: scale(1.06, 1.03);
  position: relative;
  background-color: rgba(0,0,0,0.5);
}
.dream .adcontent .advantages1:hover{
  transform: scale(1.03, 1.06);
  position: relative;
  background-color: rgba(0,0,0,0.5);
}
.dream-left:hover .title ,.dream-right:hover .title  {
  color: #fff;
}
.dream-left:hover .title span,.dream-right:hover .title span {
  border-bottom: 1px solid #fff;
}
.dream-left:hover .tip,.dream-right:hover .tip{
  display: block
}
.dream-left {
  border-right: 1px solid #fff;
}
.dream-right {
  border-left: 1px solid #fff;
}
.dream-center {
  flex:1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size:16px;
  line-height: 24px;
}
.d-c-top {
  border-bottom: 1px solid #fff;
  height: 50%;
}
.d-c-bottom {
  height: 50%;
}
.d-c-bottom,.d-c-top {
  display: flex;
}
.d-c-top .d-c-t-left:hover .title,

.d-c-top .d-c-t-bottom:hover .title,

.d-c-bottom .d-c-t-left:hover .title,

.d-c-bottom .d-c-t-bottom:hover .title {
  color: #fff;
}
.d-c-top .d-c-t-left:hover .title span,
.d-c-top .d-c-t-bottom:hover .title span,
.d-c-bottom .d-c-t-left:hover .title span,
.d-c-bottom .d-c-t-bottom:hover .title span {
  border-bottom: 1px solid #fff;
}
.d-c-top .d-c-t-left:hover .tip,
.d-c-top .d-c-t-bottom:hover .tip,
.d-c-bottom .d-c-t-left:hover .tip,
.d-c-bottom .d-c-t-bottom:hover .tip {
  display: block;
}
.dream-center .d-c-top .d-c-t-left,
.dream-center .d-c-bottom .d-c-t-left
{
  width: 50%;
  border-right:1px solid #fff;
}
.dream .title {
  font-size: 20px;
  line-height: 29px;
  padding-top:30px;
  margin-left: 30px;
  color: rgb(254,215,156);
}
.dream .title:first-letter {
  font-size: 30px;
  line-height:45px;
  font-weight: 700;
  padding-bottom: 6px;
  padding-right:3px;
  border-bottom: 1px solid rgb(254,215,156);
}
.dream .tip {
  width: 60%;
  margin-top: 20px;
  color: #fff;
  margin-left: 30px;
}
/* 门店风采 */
.store-style {
  width: 100%;
  background-position: 0 0;
  background-size: 100% 100%;
  margin-bottom: 30px;
}
.store-style img{
  max-width: 100%;
}

/* 新闻动态 */
.news-info {
  /*height: 600px;*/
}
.news-info .title {
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 40px;
}

.news-content {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 80px;
}
.card {
  width: 411px;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0px 0px 7px 1px rgba(201,201,201,0.50);
}
.news-content .card:not(:nth-child(3)) {
  margin-right: 83.5px;
}
.card-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.card-img .new{
  font-size: 26px;
  color: #fff;
  padding: 6px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: none;
}
.card-img .new a {
  color: #fff;
}
.card-img:hover .card-cover {
  position:  absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-img:hover .card-cover .new {
  display: block;
}
.card-img:hover {
  cursor: pointer;
}
.img1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s;
}
.card-img:hover .img1 {
  transform: scale(1.2);
}
.card-body{
  padding: 20px !important;
}
.card-content p a {
  font-size: 26px;
  line-height: 38px;
  color:#333;
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;
}
.card-content .card-desc {
  color: #333;
  font-size: 16px;
  line-height:24px;
  margin: 10px 0 15px 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-body .card-tip {
  border-top: 1px solid #ccc;
  height: 40px;
  display: flex;
  font-size:16px;
  justify-content: space-between;
  align-items: center;
  color: #666;
  cursor: pointer;
}
.card-tip:hover {
  color: #333;
}

/* 合作单位 */
.unit-main {
  background-color: rgb(245,245,245);
}
.unit {
  width: 100%;
  background-color: rgb(255,247,232);
}

.unit .lkh-container .unit-content {
  padding: 20px 0;
}
.unit .lkh-container .col-3 div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.home-swiper{
  background-color: #FAFAFA;
}
.image-title{
  display: flex;
  justify-content: center;
  align-items: end;
}
.image-pad-b{
  padding-bottom: 8px;
}
@media screen and (max-width: 1400px) {
  .card{
    width: 360px;
  }
  .news-content .card:not(:nth-child(3)) {
    margin-right: 60px;
  }
  .desc-swiper .service .service-item-left2{
    left: 178px;
  }
  .desc-swiper .service .service-slide {
    height: 428px;
  }
  .desc-swiper .swiper-slide .main {
    top: 70px;
    right: 158px;
    width: 511px;
  }
  .desc-swiper .swiper-slide .tip {
    padding-top: 20px;
  }
  .health-inner-image{
    left: calc(100vw/2 - 600px);
  }
  .h-keyan,.h-jiaoyan,.h-tuandui{
    padding-right: calc(100vw/2 - 600px);
  }
  /*.health-left {*/
  /*  width: 560px;*/
  /*  height: 505px;*/
  /*}*/
  /*.health-inner{*/
  /*  left: -94px;*/
  /*  width: 505px;*/
  /*  height: 505px;*/
  /*}*/
  /*.health-inner img{*/
  /*  width: 272px;*/
  /*  height: 92px;*/
  /*  margin-right: 70px;*/
  /*}*/
  /*.health-outer1{*/
  /*  left: -165px;*/
  /*  top: 207px;*/
  /*  width: 651px;*/
  /*  height: 651px;*/
  /*}*/
  /*.health-outer2{*/
  /*  left: -237px;*/
  /*  top: 141px;*/
  /*  width: 789px;*/
  /*  height: 789px;*/
  /*}*/
  /*.health-mess {*/
  /*  position: absolute;*/
  /*  width: 103px;*/
  /*  height: 103px;*/
  /*  line-height: 98px;*/
  /*}*/
  /*.store {*/
  /*  left: 252px;*/
  /*  top: 0px;*/
  /*}*/
  /*.science {*/
  /*  left: 343px;*/
  /*  top: 129px;*/
  /*}*/
  /*.education {*/
  /*  left: 341px;*/
  /*  top: 285px;*/
  /*}*/
  /*.team {*/
  /*  left: 252px;*/
  /*  top: 402px;*/
  /*}*/
  .health-swiper {
    /*width: 494px;*/
    /*height: 506px;*/
  }

  /*.health-right .content {*/
  /*  height: 505px;*/
  /*}*/
  /*.health-right .content img{*/
  /*  margin-top: 0;*/
  /*}*/
  /*.health-right .content .h-desc{*/
  /*  margin-bottom: 28px;*/
  /*}*/
}
