.w_line {
  width: 30px;
  height: 2px;
  margin: 20px auto;
  background-color: #fff;
}
.b_line {
  width: 30px;
  height: 2px;
  margin: 10px auto 30px;
  background-color: #000;
}
._h2 h2 {
  font-weight: 600;
}
.__h2 {
  text-align: center;
}
.__h2 h2 {
  font-weight: 600;
}
.carousel .carousel-caption p {
  text-align: justify;
  margin: 0;
}
#myCarousel {
  position: relative;
}
#myCarousel .item {
  background: url("../../common/img/banner3.png") no-repeat center center;
  background-size: cover;
}
#myCarousel .item .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.context {
  margin: 10px 0;
  text-align: justify;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
}
.medical {
  text-align: center;
}
.medical h2 {
  font-weight: 600;
}
.medical .row {
  text-align: center;
}
.medical .row div {
  overflow: hidden;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  transition: all 1s ease-in-out;
}
.medical .row div > img {
  display: inline-block;
}
.medical .row div .img-responsive {
  width: 100%;
  height: 300px;
}
.medical .row div .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #161A1D;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.medical .row div .inner {
  cursor: pointer;
  color: #fff;
  width: 100%;
  height: auto;
  position: absolute;
  overflow: hidden;
  top: 30%;
  left: 0;
}
.medical .row div .inner a {
  color: #fff;
}
.medical .row div .inner a:hover {
  text-decoration: none;
}
.medical .row div .inner h4 {
  font-weight: 600;
}
.medical .row div .inner p {
  letter-spacing: 1px;
  padding: 0 50px;
  text-align: justify;
}
.medical .row div .inner .img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.medical .row div .inner .img img {
  width: 100%;
}
.medical .row div .inner .img .img1 {
  display: inline-block;
}
.medical .row div .inner .txt {
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
.medical .row div:hover .bg {
  background: #C9DA58;
  opacity: 0.7;
}
.medical .row div:hover .inner {
  top: 5px;
}
.medical .row div:hover .inner .txt {
  opacity: 1;
}
.func {
  text-align: center;
}
.func h2 {
  font-weight: 600;
}
.func .row {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.func .row div {
  flex: 1;
  padding: 0 10px;
}
.func .row img {
  width: 80px;
  margin: 0 auto;
}
.func .row h4 {
  font-weight: 600;
}
.func .row p {
  letter-spacing: 1px;
  text-align: justify;
}
.cp {
  text-align: center;
}
.cp h2 {
  font-weight: 600;
}
.cp .row {
  text-align: center;
}
.cp .row ul {
  list-style-type: none;
}
.cp .row ul li {
  display: inline-block;
  list-style: none;
  padding: 10px;
  margin: 10px;
  border-radius: 20px;
  background-color: #ededed;
}
.cp .row ul li .s_icon {
  float: left;
}
.cp .row ul li .s_icon img {
  display: block;
  width: 60px;
  height: auto;
  margin: 0 auto;
}
.cp .row ul li .s_name {
  margin-left: 60px;
  padding: 10px 20px;
  line-height: 40px;
}
.func,
.medical,
.contact,
.cp {
  padding: 0 30px;
  margin: 50px auto 30px;
}
/*# sourceMappingURL=education.css.map */