/* 导航栏 */
.header ul li .log{
  color:rgb(255,85,85);
  border:1px solid rgb(255,85,85);
}

/* banner部分 */
.swiper-container {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-container .banner {
  width: 100%;
  background-color: rgb(255,243,243);
}
.swiper-container img{
  display: block;
  /* width: 1010px; */
  margin: 0 auto;
  cursor: pointer;
}

/* 轮播图小圆点 */
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #ccc;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
/* 护士加部分 */
.wrapper .nurse{
  position: relative;
  height: 800px;
  margin-top: 105px;
  border-bottom: 1px solid rgb(153,153,153);
  overflow: hidden;
}
.wrapper h5{
  border-left: 14px solid rgb(255,102,102);
  padding-left: 20px;
  font-size:36px;
  font-weight: 400;
}
.wrapper .help{
  margin-top: 28px;
  padding-left: 34px;
  font-size:20px;
  line-height:36px;
  color:#999;
}

.wrapper .helper{
  width: 504px;
  height:510px;
  border-right: 2px dashed rgb(98,137,207);
}

.wrapper .nurse .line{
  /* font-size:18px; */
  display: inline-block;
  width: 100px;
  border-bottom:2px dashed rgb(98,137,207);
}
.wrapper .nurse span{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}
.wrapper .nurse .rig{
  text-align: right;
  margin-right: 10px;
}
.wrapper .nurse a{
  display: inline-block;
  width:100px;
  height:100px;
  line-height: 100px;
  text-align: center;
  background:rgb(255,232,232,1);
  border-radius:50%;
}
.wrapper .nurse a img{
  width:100px;
  height:100px;
}
.wrapper .nurse span p{
  font-size:18px;
  color:rgb(102,102,102);
}
.wrapper .nurse span .offic{
  font-size:20px;
  color:rgb(51,51,51);
  margin-bottom: 10px;
  font-weight: 600;
}
.wrapper .nurse .arrow{
  margin: 103px 0 0 60px;
  text-align: center;
}
.wrapper .nurse .arrow img{
  cursor: pointer;
}

.wrapper .nurse .circle{
  position: absolute;
  left:531px;
  width:16px;
  height:16px;
  background:rgb(98,137,207);
  border-radius:50%;
}
.wrapper .nurse .industry{
  position: absolute;
  top: 364px;
  left: 128px;
}
.wrapper .nurse .time{
  position: absolute;
  top: 534px;
  left: 90px;
}
.wrapper .nurse .lesson{
  position: absolute;
  top: 22px;
  left: 550px;
}
.wrapper .nurse .occupation{
  position: absolute;
  top: 200px;
  left: 550px;
}
.wrapper .nurse .one{
  top:68px;
}
.wrapper .nurse .two{
  top:410px;
}
.wrapper .nurse .there{
  top:247px;
}
.wrapper .nurse .four{
  top:580px;
}
/* 健康产业学堂部分 */
.wrapper .healthy{
  overflow: hidden;
  margin-top: 80px;
  height: 821px;
  border-bottom:1px solid rgb(102,102,102);
}
.wrapper .healthy .advantage{
  float: left;
  width: 250px;
  margin:76px 0 0 35px;
  color: rgb(102,102,102);
}
.wrapper .healthy span{
  font-weight: 600;
  font-size:20px;
  color: #333;
}
.wrapper .healthy .advantage span::before{
  display: inline-block;
  content: '';
  width:6px;
  height: 6px;
  background:#333;
  border-radius:50%;
  margin:0 10px 4px 0;
}
.wrapper .healthy .advantage p{
  margin:20px 0 34px;
  font-size: 18px;
  color: #666;
}
.wrapper .healthy .advantage img{
  margin-top: 20px;
  cursor: pointer;
}
.wrapper .healthy .advantage .intelligence{
  line-height: 36px;
}
.wrapper .healthy .right{
  margin-top:76px;
  width: 567px;
  height: 484px;
  float: right;
}
.wrapper .healthy .right img{
  width: 567px;
}
/* 护爱基金部分 */
.wrapper .fund{
  margin-top: 78px;
  height: 511px;
  border-bottom: 1px solid rgb(153,153,153);
}
.wrapper .fund ul{
  overflow: hidden;
}
.wrapper .fund ul li{
  position: relative;
  float: left;
  margin: 0 54px 0 111px ;
  /* width:283px;
  height:181px;*/
  height:95px;
  margin-top: 140px;
  border-radius: 12px;
  border: 1px solid #6289cf;
  font-size: 20px;
  color:#333;
}
.wrapper .fund ul li p{
  line-height: 32px;
}
.wrapper .fund ul .first{
  width: 160px;
  padding: 86px 62px 0;
}
.wrapper .fund ul .two{
  width:213px;
  padding:86px 22px 0 40px;
}

.wrapper .fund ul li span{
  display: inline-block;
  width: 174px;
  background-color: #fff;
  text-align: center;
  position: absolute;
  top:-60px;
  left: 58px;
}

.wrapper .fund .fundBtn{
  margin-top: 61px;
}
.wrapper .fund .fundBtn img{
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
/* 我们的成绩 */
.wrapper .achievement{
  position: relative;
  margin-top: 79px;
  height: 832px;
  border-bottom: 1px solid rgb(153,153,153);
}
.wrapper .achievement .mine{
  width:900px;
  margin: 105px auto 0;
}
.wrapper .achievement span{
  position: absolute;
  font-weight: 600;
}
.wrapper .achievement .zero {
  color: #932828;
  font-size: 32px;
  font-weight: 800;
}
.wrapper .achievement .size {
  color: #333;
  font-size: 20px;
}
.wrapper .achievement .seven{
  top: 338px;
  left: 105px;
}
.wrapper .achievement .ten{
  top: 202px;
  left: 356px;
}
.wrapper .achievement .six{
  top: 352px;
  left: 758px;
}
.wrapper .achievement .number{
  top: 400px;
  left: 92px;;
}
.wrapper .achievement .trips{
  top: 270px;
  left: 392px;
}
.wrapper .achievement .mechanism{
  top: 415px;
  left: 758px;;
}
/* 合作伙伴 */
.wrapper .partner{
  margin-top: 79px;
  border-bottom: 1px solid rgb(210,209,209);
}
.wrapper .partner ul{
  margin: 80px 0 32px;
  overflow: hidden;
}
.wrapper .partner ul li{
  float: left;
  width: 158px;
  height: 158px;
  border:2px solid rgb(191,191,191);
  margin:0 50px 48px 0;
}
.wrapper .partner ul .partners{
  margin-right: 0;
}
/* 新闻报道 */
.wrapper .news{
  margin-top: 79px;
}
.wrapper .news ul{
  margin: 76px 0 79px;
  overflow: hidden;
}
.wrapper .news ul li{
  margin:0 0 39px 155px;
}

.wrapper .news ul li i{
  display: inline-block;
  width: 170px;
  text-align: center;
  margin-right: 23px;
}

.wrapper .news ul li .search{
  width: 75px;
  height: 41px;
  margin:10px 0 10px 10px;
}
.wrapper .news ul li .big{
  width: 130px;
  height: 35px;
  margin: 2px 0  0 5px;
}
.wrapper .news ul li .report{
  width: 100px;
  height: 40px;
  margin-bottom: 20px;
  margin:0px 0 0 20px;
}
.wrapper .news ul li .new{
  width: 80px;
  height: 54px;
  margin:15px 0 20px 30px;
}
.wrapper .news ul li .net{
  width: 154px;
  height: 41px;
  margin:-5px 0 0  0px;
}
.wrapper .news ul li span{
  padding-left: 50px;
  border-left: 1px solid #666;
}
.wrapper .news ul li span:hover{
  color: #FF6666;
  cursor: pointer;
}