* {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  text-decoration: none !important;
}
@font-face {
  font-family: RUIZIZHENYANTIMIANFEISHANGYONG-2;
  src: url(../font/RUIZIZHENYANTIMIANFEISHANGYONG-2.TTF);
}
.banner {
  height: 500px;
  background: url(../img/about_us_banner.jpg) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
}
.banner h1 {
  font-size: 60px;
  color: #fdf204;
  font-family: RUIZIZHENYANTIMIANFEISHANGYONG-2;
}
.banner ul {
  display: flex;
  align-items: center;
  background: url(../img/home.png) no-repeat left center;
  padding-left: 34px !important;
}
.banner ul li {
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
  color: #ccc;
}
.banner ul li a {
  color: #ccc;
}
.content {
  background: #000;
  padding-bottom: 4.375rem !important;
}
.content .contentOne {
  padding-top: 50px !important;
}
.content .contentOne h1 {
  color: #fdf204;
  font-size: 35px;
  margin-bottom: 38px;
}
.content .contentOne p {
  font-size: 16px;
  text-indent: 32px;
  line-height: 30px;
  color: #666;
}
.content .historyOfDevelopment h1 {
  font-size: 25px;
  color: #ccc;
  margin-bottom: 25px;
}
.content .historyOfDevelopment .historyOfDevelopmentContent {
  display: flex;
}
.content .historyOfDevelopment .historyOfDevelopmentContent ol {
  margin-right: 39px;
  padding: 100px 0 100px 21px !important;
}
.content .historyOfDevelopment .historyOfDevelopmentContent ol li {
  position: relative;
}
.content .historyOfDevelopment .historyOfDevelopmentContent ol li::after {
  display: block;
  content: "";
  clear: both;
  width: 19px;
  height: 1px;
  background-color: #111;
  position: absolute;
  top: 14px;
  right: -34px;
}
.content .historyOfDevelopment .historyOfDevelopmentContent ol li:not(:last-child) {
  margin-bottom: 58px;
}
.content .historyOfDevelopment .historyOfDevelopmentContent ul {
  padding: 100px 0 100px 21px !important;
  border-left: 5px solid #222;
}
.content .historyOfDevelopment .historyOfDevelopmentContent ul li {
  display: flex;
  align-items: center;
  position: relative;
  cursor: default;
}
.content .historyOfDevelopment .historyOfDevelopmentContent ul li::before {
  content: "";
  clear: both;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #fdf204;
  position: absolute;
  left: -30px;
  background: #222;
}
.content .historyOfDevelopment .historyOfDevelopmentContent ul li:hover {
  color: #fdf204;
}
.content .historyOfDevelopment .historyOfDevelopmentContent ul li:hover::before {
  content: "";
  clear: both;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #fdf204;
  position: absolute;
  left: -30px;
}
.content .historyOfDevelopment .historyOfDevelopmentContent ul li:not(:last-child) {
  margin-bottom: 58px;
}
.content .historyOfDevelopment .historyOfDevelopmentContent li {
  color: #666 !important;
  font-size: 16px;
  line-height: 30px;
}
.content .companyProfile h1 {
  color: #fdf204;
  font-size: 30px;
  margin-bottom: 25px;
}
.content .companyProfile p {
  font-size: 16px;
  text-indent: 32px;
  line-height: 30px;
  color: #666;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .banner {
    height: auto;
    padding: 100px 0 !important;
  }
  .banner h1 {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: auto;
    padding: 0 6.25rem !important;
  }
  .banner h1 {
    font-size: 1.875rem;
  }
  .fzlc ul li {
    line-height: 30px;
  }
}
