<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about-us #history {
  background: #0b2e60;
  padding: 60px;
  text-align: center;
}
.about-us #history h3.manage_team {
  color: #fff;
  margin-bottom: 100px;
  font-size: 34px;
}
.about-us #history .year {
  position: relative;
  color: #CC925C;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}
.about-us #history .year::before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -65px;
  height: 50px;
  width: 1px;
  background-image: linear-gradient(rgba(204, 146, 92, 0) 0%, #7e6f61 30%);
}
.about-us #history .year::after {
  content: " ";
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: #CC925C;
}
.about-us #history .line {
  margin-top: 5px;
}
.about-us #history .line span.content {
  padding-top: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  display: inline-block;
}
.about-us #history .line span.content::before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(126, 111, 97, 0), #7e6f61, rgba(126, 111, 97, 0));
}
.about-us #history .line:not(:last-child) {
  margin-bottom: 80px;
}

.about-us .introduce .intro-content {
  margin-bottom: 50px;
}
.about-us .introduce .video-content {
  width: 600px;
  height: 300px;
  margin: 0 auto;
  position: relative;
}
.about-us .introduce .video-content .bg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.about-us .introduce .video-content .play {
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-us .video-dialog {
  position: fixed;
  top: 0;
  height: 0;
  background: rgba(0,0,0,0.84);
  width: 100vw;
  height: 100vh;
  z-index: 99;
  display: none;
}
.about-us .video-dialog .dialog-body{
  width: 1000px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-us .video-dialog .dialog-body .video-container{
  position: relative;
  width: 100%;
  height: 100%;
}
.about-us .video-dialog .dialog-body .close {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 0px 0 0px 60px;
  background: transparent;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  display: flex;
  justify-content: flex-end;
}
.about-us .video-dialog .dialog-body .video-container video {
  width: 100%;
  height: 100%;
}
.about-us .video-dialog .dialog-body .close .icon-close{
  position: relative;
    width: 2px;
    height: 30px;
    background: #333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
}
.about-us .video-dialog .dialog-body .close .icon-close:before{
  position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 2px;
    height: 30px;
    background: #333;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-right: 10px;
}
/*# sourceMappingURL=aboutUs.css.map */
</pre></body></html>