header,
nav,
section,
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .header,
nav .header,
section .header,
footer .header,
header .nav,
nav .nav,
section .nav,
footer .nav,
header .content,
nav .content,
section .content,
footer .content,
header .hb,
nav .hb,
section .hb,
footer .hb,
header .footer,
nav .footer,
section .footer,
footer .footer,
header .medicalservices,
nav .medicalservices,
section .medicalservices,
footer .medicalservices,
header .healthmanagement,
nav .healthmanagement,
section .healthmanagement,
footer .healthmanagement,
header .healtheducation,
nav .healtheducation,
section .healtheducation,
footer .healtheducation,
header .knowledge,
nav .knowledge,
section .knowledge,
footer .knowledge,
header .shift,
nav .shift,
section .shift,
footer .shift,
header .follow-up,
nav .follow-up,
section .follow-up,
footer .follow-up {
  width: 1100px;
}
.header {
  height: 120px;
}
.header .box {
  justify-content: space-between;
  margin-top: 51px;
  display: flex;
}
.header .box .logo {
  width: 171px;
  height: 58px;
}
.header .box .search input {
  width: 556px;
  height: 50px;
}
.header .box .search .btn {
  width: 66px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .box .search .btn img {
  width: 24px;
  height: 22px;
}
.nav {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  z-index: 9;
}
.nav li {
  position: relative;
}
.nav li a {
  color: #fff;
  display: block;
  line-height: 50px;
}
.nav li .nav2 {
  display: none;
  position: absolute;
  right: 0;
}
.nav li .nav2 .sj {
  position: absolute;
  top: -2px;
  right: 29px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 19px solid #fff;
}
.nav li .nav2 .list {
  position: relative;
  top: 10px;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
}
.nav li .nav2 .list li {
  min-width: 126px;
  display: block;
  white-space: nowrap;
}
.nav li .nav2 .list a {
  color: #666666;
  font-size: 17px;
}
.nav li .nav2 .list a:hover {
  color: #FB8302;
}
.hb-box {
  position: absolute;
  top: 0;
  width: 100%;
}
.hb-box .hb {
  height: 300px;
  color: #fff;
  text-shadow: 2px 2px 5px #3b3939;
}
footer {
  background-color: #555555;
}
.content {
  margin: 32px 0  70px 0;
}
.content .menu1 {
  width: 260px;
  margin-right: 44px;
}
.content .menu1 .top {
  position: relative;
}
.content .menu1 .top .title {
  position: absolute;
  top: 23px;
  left: 40px;
  width: 180px;
  color: #fff;
}
.content .menu1 .top .title .t1 {
  font-size: 20px;
  height: 41px;
  text-align: center;
  line-height: 41px;
  background-color: #FB8302;
}
.content .menu1 .top .title .t2 {
  font-size: 14px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background-color: #FC9C35;
}
.content .menu1 .bot {
  padding: 0 16px 15px 16px;
}
.content .menu1 .bot .list {
  padding-top: 60px;
  background-color: #fff;
  font-size: 16px;
}
.content .menu1 .bot .list li {
  position: relative;
}
.content .menu1 .bot .list li a {
  text-align: center;
  display: block;
  line-height: 45px;
  border-bottom: 1px solid #f1eeee;
}
.content .introduce {
  flex: 1;
}
.content .introduce .crumbs {
  padding: 11px 0;
  margin: 11px 0;
  font-size: 14px;
  border-bottom: 1px solid #f1eeee;
}
.content .introduce .crumbs div {
  margin-right: 10px;
}
.content .introduce .info {
  font-size: 14px;
}
.content .introduce .info .block1,
.content .introduce .info .block2,
.content .introduce .info .block3 {
  padding: 31px 0 57px 0;
  border-top: 1px solid #ebe9e9;
}
.content .introduce .info .block2 .item {
  background-size: 100% auto ;
  height: 170px;
}
.content .introduce .info .block2 .item .t1 {
  padding: 0 147px 0 127px;
  font-size: 24px;
  white-space: nowrap;
  color: #fff;
}
.content .introduce .info .block2 .item .t2 {
  width: 384px;
  font-size: 16px;
}
.content .introduce .info .block3 {
  padding: 59px 0 0 0;
}
.content .introduce .info .block3 .qrcode {
  width: 224px;
  height: 224px;
  border-radius: 20px;
  box-shadow: 0 0 20px #ddd7d7;
}
.content .introduce .info .block3 .tips {
  font-size: 26px;
  color: #333333;
}
.content .introduce .info .qualifications .list .item {
  padding: 0 30px;
  width: 390px;
  background-color: #F6F6F6;
}
.content .introduce .info .qualifications .list .item .top {
  height: 425px;
  border-bottom: 1px solid #D4D3D3;
}
.content .introduce .info .qualifications .list .item .bot {
  height: 87px;
  font-size: 18px;
  color: #666666;
}
.medicalservices {
  margin: 60px 0;
}
.medicalservices .item {
  width: 535px;
  border: 1px solid #e6e0e0;
  padding: 53px 30px;
}
.medicalservices .item .top {
  font-size: 24px;
}
.medicalservices .item .bot {
  font-size: 18px;
}
.healthmanagement {
  margin: 100px 0;
}
.healthmanagement .item .introduce {
  flex: 1;
}
.healthmanagement .item .introduce .title {
  font-size: 34px;
  color: #222A41;
}
.healthmanagement .item .introduce p {
  font-size: 18px;
}
.healthmanagement .item .introduce .sao .rig {
  width: 55px;
  height: 55px;
  border: 1px solid #FA8301;
  border-radius: 6px;
}
.healthmanagement .item .introduce .sao .rig .img {
  width: 39px;
  height: 39px;
}
.healtheducation {
  margin: 30px 0 60px 0;
  font-size: 14px;
}
.healtheducation .information {
  width: 1100px;
  border: 1px solid #F4F4F4;
}
.healtheducation .information .name {
  background-color: #F4F4F4;
  padding: 24px;
  font-size: 18px;
}
.healtheducation .information .list {
  padding: 0 24px;
}
.healtheducation .information .list .item {
  padding: 24px 0;
  border-bottom: 1px solid #F4F4F4;
}
.healtheducation .information .list .item .title {
  font-size: 20px;
  font-weight: bold;
}
.healtheducation .information .list .item .briefly {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.healtheducation .knowledge {
  border: 1px solid #F4F4F4;
  border-radius: 3px;
  overflow: hidden;
}
.healtheducation .knowledge .knowledge-title {
  height: 72px;
  background-color: #F4F4F4;
  padding: 0 24px;
}
.healtheducation .knowledge .knowledge-title .let {
  font-size: 18px;
}
.healtheducation .knowledge .knowledge-title .tab {
  font-size: 14px;
}
.healtheducation .knowledge .knowledge-title .tab .item {
  padding: 7px 14px;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}
.healtheducation .knowledge .knowledge-title .tab .active {
  color: #FA8301;
  border: 1px solid #FA8301;
}
.healtheducation .knowledge .knowledge-content {
  padding: 0 24px;
  font-size: 14px;
}
.healtheducation .knowledge .knowledge-content .top {
  padding: 24px 0;
  border-bottom: 1px solid #F4F4F4;
}
.healtheducation .knowledge .knowledge-content .top .title {
  font-size: 20px;
  font-weight: bold;
}
.healtheducation .knowledge .knowledge-content .bot {
  padding-bottom: 30px;
}
.healtheducation .knowledge .knowledge-content .bot .img {
  margin-top: 23px;
  width: 465px;
  height: 465px;
}
.healtheducation .knowledge .knowledge-content .bot .rig .t1 {
  padding: 23px 0;
}
.healtheducation .knowledge .knowledge-content .bot .rig .t1 .title {
  font-size: 16px;
  font-weight: bold;
}
.healtheducation .knowledge .knowledge-content .bot .rig .t2 {
  border: 1px solid #F4F4F4;
  border-radius: 3px;
  overflow: hidden;
}
.healtheducation .knowledge .knowledge-content .bot .rig .t2 .title {
  font-size: 16px;
  font-weight: bold;
  background-color: #F4F4F4;
  padding: 20px;
}
.healtheducation .knowledge .knowledge-content .bot .rig .t2 .list {
  padding: 16px 24px;
}
.healtheducation .knowledge .knowledge-content .bot .rig .t2 .list .item {
  color: #FA8301;
}
.shift .t1 {
  font-size: 18px;
  color: #6D7783;
}
.shift .t2 {
  color: #222A41;
  font-size: 32px;
  font-weight: bold;
}
.shift .t3 {
  font-size: 15px;
  color: #6D7783;
  line-height: 24px;
}
.shift .item {
  border: 1px solid #c2bfbf;
}
.shift .item .img {
  width: 344px;
}
.shift .item .bot {
  padding: 27px 34px;
}
.shift .item .bot .text1 {
  font-size: 13px;
}
.shift .item .bot .text2 {
  font-size: 32px;
  line-height: 32px;
  color: #459EFF;
}
.follow-up .t1 {
  font-size: 18px;
  color: #6D7783;
}
.follow-up .t2 {
  color: #222A41;
  font-size: 32px;
  font-weight: bold;
}
.follow-up .t3 {
  font-size: 15px;
  color: #6D7783;
  line-height: 24px;
}
.follow-up .item {
  margin-right: 150px;
}
.follow-up .item:last-child {
  margin-right: 0;
}
.follow-up .item .img {
  width: 250px;
}
.follow-up .item .bot {
  margin-top: 20px;
}
.follow-up .item .bot .text1 {
  font-size: 13px;
  text-align: center;
}
.follow-up .item .bot .text2 {
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  color: #FB8302;
}
.popup—img {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup—img .box {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
  border: 2px solid #da8e2c;
}
body {
  overflow-y: scroll;
}
body .footer a:hover {
  font-weight: normal;
}
