/* 养老社区 */
/* #first-part{
  height:838px;
} */
#first-part>div>p{
  text-indent: 35px; 
  color:#747474;
  font-size:17px;
  margin:17px 0 15px;
}
#first-part .v-container .image-wraper{
  width: 100%;
  height: 522px;
  overflow: hidden;
}
#first-part .v-container .image-wraper > div{
  width: 33.33333%;
  float: left;
  transition: all 1s;
}
#first-part .v-container .image-wraper > div > img{
  max-width: 1200px;
  width: 1200px;
  cursor: pointer;
}
#first-part .v-container .image-wraper:hover > div{
  width: 10%;
}
#first-part .v-container .image-wraper div:hover{
  width: 80%
}


/* 养老社区 */
/* #two-part{
  height:2257px;
  background:#f5f5f5; 
} */
#two-part .project-card{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 10px 0px;
}
#two-part .project-card a{
  color: #000000;
  text-decoration: none;
}
#two-part .project-card .project-card-item{
  width: 380px;
  height: 360px;
  background-color: #f5f5f5;
  cursor: pointer;
  transition: all 0.5s linear;
  
}
#two-part .project-card .project-card-item:hover{
  position: relative;
  margin-top: -10px;
  box-shadow: 0px 0px 15px #dddddd;
  border-bottom: 4px solid #069e06;
}
#two-part .project-card .project-card-item:hover .card-item-content .title{
  color: #069e06;
}
#two-part .project-card .project-card-item .card-item-image{
  width: 380px;
  height: 282px;
}
#two-part .project-card .project-card-item .card-item-image img{
  width: 100%;
  height: 100%;
}
#two-part .project-card .project-card-item .card-item-content{
  padding: 20px 20px 0;
}
#two-part .project-card .project-card-item .card-item-content .title{
  font-size: 16px;
  
  margin-bottom: 24px;
}
#two-part .project-card .project-card-item .card-item-content p{
  font-size: 14px;
}
/* #two-part>div ul{
  margin-top:67px;
}
#two-part>div ul li{
  float:left;
  width:50%;
  height:500px;
  box-sizing:border-box;
  background:#fff;
}
#two-part>div ul li h4{
  font-size:24px;
  color:#292929;
  margin:29px 0;
  text-align:center;
}
#two-part>div ul li p{
  font-size:16px;
  color:#999999;
  width:270px;
  margin:0 auto;
}
#two-part>div ul li:nth-child(1) img,#two-part>div ul li:nth-child(4) img,#two-part>div ul li:nth-child(5) img,#two-part>div ul li:nth-child(8) img{
  width:100%;
  height:100%;
}
#two-part>div ul li:nth-child(2) img,#two-part>div ul li:nth-child(3) img,#two-part>div ul li:nth-child(6) img,#two-part>div ul li:nth-child(7) img{
  display:block;
  margin:0 auto;
}
#two-part>div ul li img.logo{
  display:block;
  margin:101px auto 0;
} */


#third-part .service-list{
  margin-top: 35px;
}

#third-part .service-list .service-list-item{
  width: 1180px;
  height: 320px;
  margin: 0 10px 20px;
  display: flex;
  flex-direction: row;
  background-color: #ededed;
}
#third-part .service-list .service-list-item .images-wrapper{
  width: 404px;
  height: 100%;
}
#third-part .service-list .service-list-item .service-content{
  flex: 1;
  padding: 26px 30px 0px 52px;
}
#third-part .service-list .service-list-item .service-content .service-title{
  /* font-size: 22px; */
}
#third-part .service-list .service-list-item .service-content .sub-title{
  font-size: 14px;
  margin-top: 10px;
}
#third-part .service-list .service-list-item .service-content > .detail{
  margin-top: 29px;
}
#third-part .service-list .service-list-item .service-content > .detail img{
  float: left;
  margin-top: 7px;
}
#third-part .service-list .service-list-item .service-content > .detail > p{
  margin-bottom: 20px;
  font-size: 16px;
  padding-left: 50px;
  padding: 0px 47px 0px 52px;
  /* background: url(../images/fuyuan/icon-01.png) no-repeat 0 center; */
}
#third-part .service-list .service-list-item .service-content > .detail > p > span{
  color: #ff7200;
  font-weight: 700;
}

#fourth-part .v-container .flower img{
  float: left;
  margin-left: -28.5%;
  margin-top: 2%;
}
#fourth-part .life-wrapper .life-header{
  width: 100%;
  height: 192px;
  box-sizing: border-box;
  padding: 0px 160px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#fourth-part .life-wrapper .life-header .life-header-item{
  width: 148px;
  height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  padding: 20px 0 20px;
  border: 1px solid #9f9f9f;
  color: #9f9f9f;
}
#fourth-part .life-wrapper .life-header .life-header-item .item-image img:last-child{
  display: none;
  transition: all 0.5s ease-in;
}
#fourth-part .life-wrapper .life-header .life-header-item:hover{
  background-color: #ff7200;
  color: #FFF;
  border: none;
}
#fourth-part .life-wrapper .life-header .life-header-item:hover .item-image img:first-child{
  display: none;
}
#fourth-part .life-wrapper .life-header .life-header-item:hover .item-image img:last-child{
  display: block;
}
#fourth-part .life-wrapper .life-header .active{
  background-color: #ff7200;
  color: #FFF;
  border: none;
}
#fourth-part .life-wrapper .life-header .active .item-image img:first-child{
  display: none;
}
#fourth-part .life-wrapper .life-header .active .item-image img:last-child{
  display: block;
}

#fourth-part .life-wrapper .life-content{
  width: 1198px;
  height: 672px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 22px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}
#fourth-part .life-wrapper .active{
  display: block;
  display: flex;
}

#fourth-part .life-wrapper .life-content .life-image-item{
  width: 280px;
  height: 305px;
}
#fourth-part .life-wrapper .life-content .life-image-item .image-content{
  overflow: hidden;
}
#fourth-part .life-wrapper .life-content .life-image-item .image-content img{
  max-width: 100%;
  transition: all 1s;
}
#fourth-part .life-wrapper .life-content .life-image-item:hover img{
  transform: scale(1.1)
}
#fourth-part .life-wrapper .life-content .life-image-item p{
  line-height: 25px;
  text-align: center;
}

#fifth-part{
  height: 926px;
  background: url(../yyyw/features.jpg) center center;
}

#sixth-part{
  height: 800px;
  background: url(../yyyw/background.jpg);
}
#sixth-part .tips{
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #FFF;
  text-align: center;
}
#sixth-part .tips-one{
  padding-top: 29px;
}
#sixth-part .tips-two{
  padding: 25px 0 62px;
}

.step-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.step-wrapper .step-item{
  flex-basis: 25%;
}
.step-wrapper .step-item .step-header{
  position: relative;
}
.step-wrapper .step-item .step-header .step-arrow{
  position: absolute;
  left: 246px;
  top: 65px;
}
.step-wrapper .step-item .step-header .step-icon{
  text-align: center;
}

.step-wrapper .step-item .step-main{
  color: #FFF;
  text-align: center;
}
.step-wrapper .step-item .step-main .step-title{
  font-size: 20px;
  font-weight: 700;
  font-family: Microsoft YaHei;
  padding: 20px 0 20px;
}
.step-wrapper .step-item .step-main .step-description p{
  font-size: 16px;
  margin-bottom: 12px;
}

.step-arrow-none{
  display: none;
}

/* 百度地图 */
#map{
  width:100%;
  height:466px;
  position: relative;
}
/* 地图弹窗 */
#map-pop .p1{
  font-size:14px;
  color:#ce5c2d;
  font-weight: 1000;
  margin: 0 0 3px 0;

}
#map-pop .p2{
  font-size:12px;
  margin:5px 0;
  text-indent:0;
  margin: -0.5px 0;
}
/* #map-pop .div-btn{
  margin:15px 0;
  border-bottom:1px solid #f6f6f6;
  text-align: center;
}
#map-pop .div-btn .btn{
  height:28px;
  width:75px;
  font-size:12px;
  line-height: 16px;
  color:#808080;
  border-radius: 1%;
  background-color: transparent;
  outline: none;   
  box-shadow:none;
  margin-left: -3px;
}
#map-pop .div-btn .active{
  border-top: 1px solid red;
  background: #f6f6f6;
}
#map-pop .div-input .input{
  display: none;
}
#map-pop .div-input .active{
  display: block;
  margin-bottom: 10px;
  padding: 0 26px;
}
#map-pop .div-input .active input{
  width:238px
}
#map-pop .div-btn1{
  text-align: center;
}
#map-pop .div-btn1 .btn1{
  height:24px;
  width:75px;
  font-size:12px;
  color:#808080;
  border:1px solid #d3d3d3;
  background-color: transparent;
  outline: none;   
  box-shadow:none;
} */

/* 清浮动 */
.clearfix:after{
  display: block;
  content:"";
  clear: both;
}