/* 可公用 */
.content-full{
  width: 100%;
}

body{/* 按需删除 */
  background-color: #fff;
}
.of-1{
  text-overflow:ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.of-2{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.of-3{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.ml-10{margin-left: 10px;}
.ml-20{margin-left: 20px;}
.ml-30{margin-left: 30px;}
.ml-40{margin-left: 40px;}
.mr-10{margin-right: 10px;}
.mr-20{margin-right: 20px;}
.mr-30{margin-right: 30px;}
.mr-40{margin-right: 40px;}

/****************** 互联网行业解决方案 ****************/
.net-saas-intros{
  padding-top: 64px;
  max-width: 600px;
  color: #02194F;
  position: relative;
  z-index: 1;
}
.net-saas-intros .h1{
  font-size: 32px;

}
.net-saas-intros .con{
  font-size: 16px;
  margin-top: 24px;
}


/* banner */
.net-saas-banner{
  position: relative;
  background:  no-repeat center center;
  background-size: cover;
  height: 620px;
  color: #fff;
  display: flex;
  align-items: center;
}
.net-saas-banner .banner-content .h1{
  font-size: 36px;
  max-width: 720px;
}
.net-saas-banner .banner-content .h2{
  font-size: 24px;
  margin: 12px 0 48px 0;
  max-width: 720px;
}
.net-saas-banner .banner-content .view{
  font-size: 16px;
  width: 168px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #fff;
  color: #2568F2;
  border-radius: 24px;
}
/* 员工 */
.net-saas-staff{
  position: relative;
  padding: 130px 0 64px;
  display: flex;
  justify-content: space-between;
}

.net-saas-staff .staff-item{
  width: 388px;
  position: relative;
  /*height: 215px;*/
  box-shadow: 0px 2px 10px 0px rgba(37, 104, 242, 0.1);
  border-radius: 16px;
  padding-top: 90px;
  text-align: center;
  padding-bottom:10px;
}
.net-saas-staff .staff-item .staff-pic{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin-top: -72px;
  width: 144px;
  height: 144px;
  background: no-repeat center center;
  background-size: cover;
}
.net-saas-staff .staff-item .staff-tit{
  font-size: 24px;
  color: #02194F;
  margin-bottom: 8px;
}
.net-saas-staff .staff-item .staff-info{
  font-size: 14px;
  color: #717171;
  padding: 0 48px;
}
/* 国康健康福利SAAS平台 */
.net-saas-benefits{
  position: relative;
  padding-bottom: 44px;
  background: url('../img/net-saas/saas1.jpg') no-repeat center center;
  height: 598px;
}
/* 全流程健康管理的第三方体检平台 */
.net-saas-test{
  position: relative;
  padding-bottom: 44px;
  height: 600px;
  background: #F3F7FE;
}
.net-saas-test .test-bg{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  height: auto;
  z-index: 0;
}
.net-saas-test .test-list{
  margin-top: 90px;
}
.net-saas-test .test-list .test-item{
  margin-bottom: 32px;
  display: flex;
}
.net-saas-test .test-list .test-item .icon{
  margin-right: 10px;
  width: 24px;
  height: auto;
}
.net-saas-test .test-list .test-item .tit{
  font-size: 20px;
  color: #02194F;
}
.net-saas-test .process-list{
  z-index: 9;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.net-saas-test .process-list .process-item{
  width: 30%;
}
.net-saas-test .process-list .process-item:before{
  content: '';
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  background: no-repeat center center;
  background-size: cover;
  transition: .3s all;
}
.net-saas-test .process-list .process-item:nth-child(2){
  transform: translateY(-70%);
}
.net-saas-test .process-list .process-item:nth-child(1):before{
  background-image: url('../img/net-saas/process1-n.png')
}
.net-saas-test .process-list .process-item:nth-child(2):before{
  background-image: url('../img/net-saas/process2-n.png')
}
.net-saas-test .process-list .process-item:nth-child(3):before{
  background-image: url('../img/net-saas/process3-n.png')
}
.net-saas-test .process-list .process-item:nth-child(1):hover:before{
  background-image: url('../img/net-saas/process1-p.png')
}
.net-saas-test .process-list .process-item:nth-child(2):hover:before{
  background-image: url('../img/net-saas/process2-p.png')
}
.net-saas-test .process-list .process-item:nth-child(3):hover:before{
  background-image: url('../img/net-saas/process3-p.png')
}

/* 超强大，一键式问诊 */
.net-saas-consultation{
  padding: 96px 0;
}
.net-saas-consultation .consultation-flex{
  display: flex;
  justify-content: space-between;
}
.net-saas-consultation .consultation-flex .consultation-left{
  display: flex;
  align-items: center;
}
.net-saas-consultation .consultation-flex .consultation-left img{
  max-width: 100%;
  height: auto;
}
.net-saas-consultation .consultation-flex .consultation-right{
  padding-left: 50px;
}
.net-saas-consultation .consultation-flex .consultation-right .consultation-list{
  margin-top: 96px;
  display: flex;
}
.net-saas-consultation .consultation-flex .consultation-right .consultation-list .consultation-item{
  margin-right: 64px;
  color: #02194F;
  text-align: center;
}
.net-saas-consultation .consultation-flex .consultation-right .consultation-list .consultation-item .num{
  font-size: 24px;

}
.net-saas-consultation .consultation-flex .consultation-right .consultation-list .consultation-item .tit{
  font-size: 12px;
  margin-top: 5px;
}

/* 超专业，健康风险早预警 */
.net-saas-major{
  height: 600px;
  background: url('../img/net-saas/saas4.jpg') no-repeat center center;
  background-size: cover;
}

/* 健康管家，全程关怀 */
.net-saas-housekeeper{
  height: 600px;
  background: url('../img/net-saas/saas5.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
}
.net-saas-housekeeper .housekeeper-bg{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  height: auto;
  z-index:0;
}

/* 数字化 */
.net-saas-number {
  padding: 64px 0 0;
  /*height: 600px;*/
  background: url('../img/net-saas/saas6.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  text-align:center;
}
.net-saas-number .number-title{
  font-size: 32px;
  color: #02194F;
  line-height: 1.5;
}
.net-saas-number .number-pages{
  transform: translateY(50px);
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}

/* 管理规范，值得信赖 */
.net-saas-admin{
  height: 800px;
  padding-top: 50px;
}

/* 需求提交 */
.net-saas-submit{position: relative;}
.net-saas-submit .submit-form{
  width: 100%;
  height: 600px;
  background: url('../img/net-saas/sumit-bg.png') no-repeat center center;
  background-size: cover;
  display: flex;
}
.net-saas-submit .submit-form .form-left{
  width:430px;
  text-align: center;
  position: relative;
}
.net-saas-submit .submit-form .form-left img{
  max-width: 90%;
  height: auto;
  position: absolute;
  bottom: 7px;
  left: 60%;
  transform: translateX(-50%);
}
.net-saas-submit .submit-form .form-right{
  flex: 1;
  padding: 30px 60px 30px 48px;
}
.net-saas-submit .submit-form .form-right .form-tit{
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.net-saas-submit .submit-form .form-right .form-box{

}
.net-saas-submit .submit-form .form-right .form-box .form-list{
  display: flex;
  flex-wrap: wrap;
}
.net-saas-submit .submit-form .form-right .form-box .form-item{
  flex: 0 0 50%;
  padding: 0 16px;
  margin-bottom: 16px;
}
.net-saas-submit .submit-form .form-right .form-box .form-item.full{
  flex: 0 0 100%;
}
.net-saas-submit .submit-form .form-right .form-box .form-item .lb{
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.net-saas-submit .submit-form .form-right .form-box .form-item .con{
  position: relative;
}
.net-saas-submit .submit-form .form-right .form-box .form-item .con .input{
  height: 24px;
  border-bottom: 1px solid rgba(255,255,255,.5);
  background: transparent;
  outline: none;
  width: 100%;
  color: #fff;
  font-size: 14px;
}
.net-saas-submit .submit-form .form-right .form-box .form-item .con .checkbox-list{
  display: flex;
}
.net-saas-submit .submit-form .form-right .form-box .form-item .con .checkbox-list .checkbox-outer{
  position: relative;
  margin-right: 30px;
}
.net-saas-submit .submit-form .form-right .form-box .form-item .con .checkbox-list .checkbox-outer input{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.net-saas-submit .submit-form .form-right .form-box .form-item .con .checkbox-list .checkbox-outer input:checked+.checkbox-item{
  background-color: #fff;
  color: #333;
}
.net-saas-submit .submit-form .form-right .form-box .form-item .con .checkbox-list .checkbox-outer input:checked+.checkbox-item .check-img{
  background-image: url('../img/net-saas/check-p.png');
}
.net-saas-submit .submit-form .form-right .form-box .form-item .con .checkbox-list .checkbox-item{
  width: 128px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
}
.net-saas-submit .submit-form .form-right .form-box .form-item .con .checkbox-list .checkbox-item:not(:last-child){
  margin-right: 32px;
}
.net-saas-submit .submit-form .form-right .form-box .form-item .con .checkbox-list .checkbox-item .check-img{
  width: 24px;
  height: 24px;
  background: url('../img/net-saas/check-n.png') no-repeat center center;
  background-size: cover;
  display: inline-block;
  margin-right: 8px;
}
.net-saas-submit .submit-form .form-right .form-box .form-item .con .checkbox-list .checkbox-item.checked .check-img{
  background-image: url('../img/net-saas/check-p.png');
}
.net-saas-submit .submit-form .form-right .form-box .form-item .con .checkbox-list .checkbox-item.checked{
  background-color: #fff;
  color: #333;
}
.net-saas-submit .submit-form .form-right .form-box .form-tips {
  font-size: 12px;
  color: #fff;
  margin: 0 0 16px;
  text-align: center;
}
.net-saas-submit .submit-form .form-right .form-box .form-submit {
  width: 168px;
  height: 48px;
  line-height: 48px;
  text-align:center;
  color: #2568F2;
  background-color: #fff;
  border-radius: 24px;
  margin: 0 auto;
  font-size: 16px;
  display: block;
  outline: none;
}

@media screen and (max-width: 1200px) {
  .mt-10{margin-top: 5px;}
  .mt-20{margin-top: 10px;}
  .mt-30{margin-top: 15px;}
}

@media screen and (max-width: 800px) {
  .net-saas-intros{
    padding-top: 64px;
    max-width: 400px;
    color: #02194F;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
  }
  .net-saas-intros .h1{
    font-size: 20px;
  }
  .net-saas-intros .con{
    font-size: 14px;
    margin-top: 24px;
  }
  .net-saas-banner{
    height: 400px;
  }
  .net-saas-banner .banner-content .h1{
    font-size: 20px;
    max-width: 400px;
  }
  .net-saas-banner .banner-content .h2{
    font-size: 14px;
  }
  .net-saas-banner .banner-content .view{
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
  }
  .net-saas-staff{
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .net-saas-staff .staff-item{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .net-saas-benefits{
    height: 300px;
  }
  .net-saas-test .test-list{
    margin-top: 45px;
  }
  .net-saas-test .test-list .test-item{
    margin-bottom: 16px;
  }
  .net-saas-test .test-list .test-item .icon{
    width: 16px;
    height: auto;
  }
  .net-saas-test .test-list .test-item .tit{
    font-size: 16px;
  }
  .net-saas-test .process-list{
    padding: 0 20px;
  }
  .net-saas-consultation{
    padding: 0 0 48px;
  }
  .net-saas-consultation .consultation-flex{
    flex-wrap: wrap;
  }
  .net-saas-consultation .consultation-flex .consultation-left{
    width: 100%;
    order: 2;
  }
  .net-saas-consultation .consultation-flex .consultation-right{
    width: 100%;
    padding: 0;
    order: 1;
  }
  .net-saas-consultation .consultation-flex .consultation-right .consultation-list{
    margin: 48px 0;
  }
  .net-saas-major{
    height: 400px;
  }
  .net-saas-housekeeper{
    height: 400px;
  }
  .net-saas-housekeeper .housekeeper-bg{
    width: 80%;
    right: 10%;
  }
  .net-saas-number .number-title{
    font-size: 20px;
  }
  .net-saas-number .number-pages{
    transform: translateY(25px);
  }
  .net-saas-submit .submit-form .form-left{
    display: none;
  }
  .net-saas-submit .submit-form .form-right{
    padding: 24px 0 30px;
  }
  .net-saas-submit .submit-form .form-right .form-box .form-item{
    flex: 0 0 100%;
  }
  .checkbox-list{
    flex-wrap: wrap;
  }
  .net-saas-submit .content-min{
    padding: 0;
  }
  .net-saas-submit .submit-form{
    height: auto;
  }
  .net-saas-submit .submit-form .form-right .form-box .form-item .con .checkbox-list .checkbox-item{
    width: 120px;
    height: 30px;
    margin: 4px 8px;
    font-size: 12px;
  }
  .net-saas-submit .submit-form .form-right .form-box .form-item .con .checkbox-list .checkbox-item:not(:last-child){
    margin-right: 8px;
  }
  .net-saas-submit .submit-form .form-right .form-box .form-tips{
    padding: 0 20px;
  }
  .net-saas-submit .submit-form .form-right .form-tit{
    font-size: 24px;
  }
  .net-saas-submit .submit-form .form-right .form-box .form-submit{
    width: 120px;
    height: 30px;
    line-height: 30px;
  }
}


