ul,
ol,
li {
  list-style: none;
}

.section-box {
  padding: 60px 0 70px 0;
}

.medical-education-banner {
  width: 100%;
  height: 500px;
  background: url(../img/medical_education_banner.jpg) no-repeat 50% / cover;
}

.medical-education-content {
  padding: 100px 0 60px;
}

.medical-education-content ul.tabBtnBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.medical-education-content ul.tabBtnBox li {
  width: 33.3%;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  position: relative;
}

.medical-education-content ul.tabBtnBox li:nth-of-type(2) {
  border-left: 3px solid #f5f5f5;
  border-right: 3px solid #f5f5f5;
}

.medical-education-content ul.tabBtnBox li a {
  width: 100%;
  height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 4px solid #7fb6a1;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  color: #468f73;
  position: relative;
  z-index: 1;
}

.medical-education-content ul.tabBtnBox li a:hover {
  cursor: pointer;
  background-image: url(../img/me_tabBg.jpg);
  background-size: 120% 120%;
  transition: all 0.3s ease;
  color: #fff;
  border-top: 0;
}

.medical-education-content ul.tabBtnBox li a:hover .arrow {
  display: block;
}

.medical-education-content ul.tabBtnBox li.on a {
  cursor: pointer;
  background-image: url(../img/me_tabBg.jpg);
  background-size: 120% 120%;
  transition: all 0.3s ease;
  border-top: 0;
}

.medical-education-content ul.tabBtnBox li.on .arrow {
  display: block;
}

.medical-education-content ul.tabBtnBox li.on a {
  color: #fff;
}

.tabBtnBox .iconBox i {
  font-size: 120px;
  line-height: 120px;
}

.tabBtnBox .title {
  font-size: 26px;
  line-height: 26px;
  padding: 60px 0 30px 0;
}

.tabBtnBox .arrow {
  width: 44px;
  height: 20px;
  background: url(../img/me_tabico.png) no-repeat 100% 100%;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -22px;
  display: none;
}

.tabConBox {
  color: #fff;
  width: 1400px;
  padding: 94px 94px 0 94px;
  display: none;
  background: url(../img/tabConBoxBg.jpg) no-repeat 50% / cover;
}

/* .tabConBox li {
  width: 100%;
  height: 420px;
  padding: 94px 94px 0 94px;
  display: none;
  background: url(../img/tabConBoxBg.jpg) no-repeat 50% / cover;
} */

.tabConBox .tabConBox_title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 28px;
}

.tabConBox .tabConBox_text {
  line-height: 24px;
}

.tabConBox_On {
  display: block;
}

.medical-education-content ul.tabBtnBox li:nth-of-type(2) .tabConBox {
  left: -468px;
}

.medical-education-content ul.tabBtnBox li:nth-of-type(3) .tabConBox {
  left: -935px;
}

@media screen and (max-width: 1366px) {
  .medical-education-content {
    padding: 0.4rem 0 0.7rem 0;
    width: 7.02rem;
    min-height: 18rem;
  }

  .medical-education-banner {
    width: 100%;
    height: 3.8rem;
    background: url(../img/mobile_medical_education_banner.jpg) no-repeat 50% /
      cover;
  }

  .medical-education-content ul.tabBtnBox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    height: auto;
  }

  .medical-education-content ul.tabBtnBox li {
    width: 100%;
    height: auto;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    position: relative;
    margin: 0 0 0.4rem 0;
  }

  .medical-education-content ul.tabBtnBox li:nth-of-type(2) {
    border-left: 0;
    border-right: 0;
  }

  .medical-education-content ul.tabBtnBox li a {
    width: 100%;
    height: 1.52rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border: 0.02rem solid #4b997a;
    transition: all 0.1s ease;
    color: #468f73;
    position: relative;
    z-index: 1;
    padding: 0 0 0 0.4rem;
    background: url(../img/mobile_me_tabBg_op.png) no-repeat;
    background-position: 100% 100%;
    background-size: 6.98rem 1.48rem;
  }

  .medical-education-content ul.tabBtnBox li a:hover {
    cursor: pointer;
    background-image: url(../img/mobile_me_tabBg_op.png);
    background-size: 100% 100%;
    transition: all 0.1s ease;
    color: #468f73;
    border: 0.02rem solid #4b997a;
  }

  .medical-education-content ul.tabBtnBox li a:hover .arrow {
    display: none;
  }

  .medical-education-content ul.tabBtnBox li.on a {
    cursor: pointer;
    background-image: url(../img/mobile_me_tabBg.jpg);
    background-size: 100% 100%;
    transition: all 0.1s ease;
    color: #fff;
    border: 0;
  }

  .tabBtnBox .iconBox i {
    font-size: 0.58rem;
    line-height: 0.58rem;
    width: 0.82rem;
    display: inline-block;
    text-align: center;
  }

  .tabBtnBox .title {
    font-size: 0.36rem;
    line-height: 0.36rem;
    padding: 0 0 0 0.36rem;
  }

  .tabBtnBox .lineBox {
    display: none;
  }

  .tabBtnBox .arrow {
    width: 0.44rem;
    height: 0.2rem;
    background: url(../img/me_tabico.png) no-repeat;
    background-size: 0.44rem 0.2rem;
    position: absolute;
    left: 50%;
    bottom: -0.2rem;
    margin-left: -0.22rem;
    display: none;
  }

  .tabConBox {
    color: #fff;
    width: 100%;
    height: auto;
    padding: 0;
    display: none;
    background-image: none;
    background-color: #f4faf8;
    color: #333;
    position: static;
    padding: 0.5rem 0.28rem;
  }

  .tabConBox .tabConBox_title {
    font-size: 0.3rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
    font-weight: bold;
  }

  .tabConBox .tabConBox_text {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }

  .tabConBox_On {
    display: block;
  }
}
