/*=====================================
关于我们
=====================================*/
.about_us img {
  display: block;
  width: 100%;
  height: 100%;
}

.about_us h3 {
  margin: 40px 0;
  padding: 20px 0;
  border-bottom: 1px solid #c9c9c9;
}

.facility {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.facility_box {
  margin: 24px 0 0 0;
}

.facility_l h3 {
  padding: 25px 0;
}

.facility_l span {
  line-height: 1.5;
  text-indent:2em;
  display: block;
}

.facility_l {
  width: 69%;
}

.facility_r {
  width: 29%;
}

.facility_r img {
  width: 100%;
}

.about_us {
  position: relative;
}

.about_us video {
  height: 357.8px;
  position: absolute;
  bottom: 0;
  left: 275px;
}

/* 服务 */
.serve_box {
  margin: 24px 0 0 0;
}

.serve_top h3 {
  padding: 25px 0;
}

.serve_top span {
  line-height: 1.5;
  text-indent:2em;
      display: block;
}

.serve_below {
  position: relative;
  margin: 24px 0 0 0;
}

.serve_below ul li a {
  color: #000000;
}

.serve_below ul li {
  margin-top: 16px;
}

.serve_below ul {
  position: absolute;
  top: 130px;
  left: 490px;
}

.serve_below ul li a:hover {
  color: #de9b26;
  transition: .2s;
}

.aboutus_box:nth-child(2) img {
  display: block;
  width: 100%;
}

.contact-us .information .icon-box {
  display: block;
  width: 250px !important;
}

.serve_below ul li a span:first-child {
  margin: 0 10px 0 0;
}