/* ------------header------------*/
header {
  height: 70px;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left {
  width: 50%;
}

.header-logo {
  height: 60px;
  float: left;
}

.header-left p {
  font-size: 15px;
  padding-top: 20px;
}

.header-right {
  display: flex;
  align-items: center;
  line-height: 70px;
}

header .nav-list {
  display: flex;
}

header .nav-list li {
  position: relative;
}

header .nav-list li a {
  font-size: 18px;
  padding: 0 30px 0;
}

.nav-btn a {
  display: block;
  background-color: #00b050;
  color: white;
}


/*------------top------------*/
.page-title {
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.page-title h1 {
  transform: translate(-50%,-50%);
}

.top-wrapper {
  height: 600px;
  padding: 180 0 100px 0;
  background-image: url(../image/about_header.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.bg-rgba {
  height: 100%;
  background-color: rgba(255,255,255,0.5);
}

.key-massage h1 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 40px;
  letter-spacing: 5px;
}

.key-massage h2 {
  font-size: 25px;
  margin-bottom: 60px;
  letter-spacing: 3px;
}

.key-massage a {
  padding: 15px;
  background-color: white;
  opacity: 0.8;
  font-size: 25px;
}

.key-massage span {
  color: #00b050;
}



/*------------about------------*/
.heading {
  padding: 80px;
}

.heading h2 {
  font-size: 40px;
}

.heading p {
  font-size: 30px;
  color: #00b050;
}

.about-wrapper {
  padding-bottom: 80px;
  text-align: center;
}

.about-table table {
  font-size: 20px;
  letter-spacing: 2px;;
  margin-left: auto;
  margin-right: auto;
}

.about-table th, td {
  border: 2px solid black;
  padding: 25px;
  text-align: left;
}

.about-table td {
  padding-right: 80px;
}

.about-table th {
  width: 30%;
  font-weight: bold;
  background-color: #dedede;
}



/*map*/
.map-wrapper {
  padding-bottom: 80px;
  text-align: center;
}

.map {
  margin: 0 auto 0;
}











/*------------footer------------*/
footer {
  padding-top: 80px;
  border-top: solid 1px black;
}

footer .container {
  display: flex;
  justify-content: space-between;
  width: 1170px;
  margin: 0 auto 50px;
}

.footer-left {
  display: flex;
  text-align: left;
  font-size: 15px;
  line-height: 25px;
}

.footer-logo {
  margin-right: 10px;
}

.footer-logo img {
  height: 100px;
}

.footer-about {
  font-weight: bold;
  height: 100px;
}

.footer-right li {
  font-weight: bold;
  text-align: right;
  line-height: 30px;
}

.copy {
  padding: 20px;
  text-align: center;
  font-size: 15px;
  background-color: black;
  color: #fff;
}






