.hidden {
  display: none;
}

.block {
  background: white;
  margin-top: 30px;
  border-radius: 3% 3% 0 0;
}
.block .flex-box {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
}
.block .flex-box .left {
  width: 50%;
}
.block .flex-box .left img {
  width: 300px;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 300px;
}
.block .flex-box .right {
  width: 50%;
}
.block .right {
  padding-top: 100px;
  padding-bottom: 100px;
}
.block .info {
  width: 60%;
}
.block .info li {
  padding: 15px 0;
  border-bottom: dashed 1px #8e8e8e;
}
.block table {
  margin-top: 50px;
}
.block table th {
  width: 120px;
  text-align: left;
}
.block table th,
.block table td {
  padding-bottom: 30px;
}
.block table li {
  margin-bottom: 10px;
  color: #6a5757;
}

.title {
  color: #e7cbb4;
  font-size: 16px;
}

.name {
  color: #8e8e8e;
  color: #6a5757;
  font-size: 16px;
}
.name a {
  color: #6a5757;
}

.block2 {
  margin: 100px 0;
}
.block2 .flex-box {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
}
.block2 .flex-box .left {
  width: 60%;
  padding-right: 5%;
}
.block2 .flex-box .right {
  width: 40%;
}
.block2 h2 {
  border-bottom: dashed 1px #8e8e8e;
  padding: 15px 0;
  color: #6a5757;
}
.block2 li {
  border-bottom: dashed 1px #8e8e8e;
  padding: 15px 0;
}
.block2 .info {
  width: 70%;
}
.block2 .flex-box2 {
  margin-top: 100px;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.more-btn {
  margin-top: 50px;
}
.more-btn a {
  border: solid 1px #b6b6b6;
  display: inline;
  padding: 15px 50px;
  color: #666666;
  white-space: nowrap;
  position: relative;
}
.more-btn a::before {
  content: "";
  width: 60px;
  height: 1px;
  background: #b6b6b6;
  position: absolute;
  top: 50%;
  left: 200px;
  transform: translate(0, -50%);
}
.more-btn a:hover::before {
  animation: btn-anim 0.5s ease-out forwards;
}

@keyframes btn-anim {
  0% {
    width: 0;
  }
  100% {
    width: 60px;
  }
}
@media (max-width: 700px) {
  .block .flex-box {
    flex-direction: column;
  }
  .block .flex-box .left {
    width: 100%;
  }
  .block .flex-box .left img {
    margin-top: 100px;
  }
  .block .flex-box .right {
    width: 100%;
  }
  .block2 .flex-box {
    flex-direction: column;
  }
  .block2 .flex-box .left {
    width: 100%;
  }
  .block2 .flex-box .right {
    width: 100%;
    margin-top: 50px;
  }
}/*# sourceMappingURL=company.css.map */