@charset "UTF-8";
:root {
  --brand-color: #888;
}

body {
  font-family: "Ubuntu", "Microsoft JhengHei", " 	微x8EDF正黑體", "Microsoft Yahei", "微软雅黑", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}

h1 {
  font-size: 32px;
  margin-bottom: 30px;
}

.menu-btn {
  position: relative;
  width: 26px;
  height: 30px;
  cursor: pointer;
}

.menu-btn .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #515151;
  position: relative;
  transition: 0.3s;
  transform-origin: right;
}

.menu-btn .line1 {
  top: 5px;
}

.menu-btn .line2 {
  top: 12px;
}

.menu-btn .line3 {
  top: 19px;
}

.menu-btn.act .line1 {
  transform: rotate(-45deg);
}

.menu-btn.act .line2 {
  opacity: 0;
}

.menu-btn.act .line3 {
  transform: rotate(45deg);
}

.wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

nav {
  width: 300px;
  position: fixed;
  background: #f0f0f0;
  height: calc(100% - 90px);
  top: 120px;
  right: -300px;
  transform: translateX(100%);
  transition: transform 0.3s;
  z-index: 99;
}
nav ul {
  margin: 30px 20px;
}
nav ul li a {
  color: #515151;
  font-size: 16px;
  display: block;
  cursor: pointer;
  padding: 10px;
}

nav.act {
  right: 0;
  transform: translateX(0);
  transition: transform 0.3s;
}

.rightnav {
  display: flex;
  align-items: center;
}
.rightnav .language a {
  padding: 5px 15px;
  color: #515151;
}

.greyFullbox {
  background: #f1f1f1;
}

.header {
  background: white;
  position: fixed;
  width: 100%;
  height: 120px;
  z-index: 99;
  top: 0;
  border-bottom: 1px solid #f1f1f1;
}
.header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 15px;
  max-width: 95%;
  width: 100%;
  margin: 0 auto;
}
.header .header-wrapper .logo {
  display: flex;
  align-items: center;
  height: 65px;
}
.header .header-wrapper .logo img {
  max-width: 220px;
  max-height: 100px;
  display: block;
}
.header .header-wrapper .logo > span {
  margin-left: 20px;
}
.header .header-wrapper .logo > span .name {
  font-size: 28px;
  font-weight: 700;
  color: #515151;
  line-height: 24px;
  display: block;
}
.header .header-wrapper .logo > span .code {
  font-size: 20px;
  color: #888;
  line-height: 24px;
  display: block;
}

.banner {
  min-height: 400px;
  background: url(../images/banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 53px;
}

.company-profile {
  background: #f1f1f1;
  padding: 50px 0;
}
.company-profile .wrapper {
  padding-bottom: 24px;
}
.company-profile .read-more {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.company-profile .read-more a {
  font-size: 16px;
  font-weight: 700;
  color: var(--brand-color);
}

.documentBox {
  display: grid;
  gap: 30px;
  padding: 50px 0;
}
.documentBox a {
  font-size: 18px;
  font-weight: 300;
  display: block;
  text-align: center;
  border: 1px solid var(--brand-color);
  box-sizing: border-box;
  padding: 18px 8px;
  color: var(--brand-color);
  line-height: 22px;
  transition: all 0.3s linear;
  position: absolute;
  background-color: #fff;
  bottom: 0;
  width: 100%;
}
.documentBox a:hover {
  background-color: var(--brand-color);
  color: #fff;
}

.documentBox > div {
  position: relative;
  padding-bottom: 58px;
}

.documentBox.col3 {
  grid-template-columns: repeat(3, 1fr);
}

.reportHighlights {
  padding: 30px 15px;
  background: #f1f1f1;
  position: relative;
}
.reportHighlights .wrapper {
  background: #f1f1f1;
  position: relative;
}
.reportHighlights .btnArea {
  position: absolute;
  bottom: 50px;
  left: 70px;
}
.reportHighlights .btnArea a {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--brand-color);
  box-sizing: border-box;
  padding: 18px;
  color: var(--brand-color);
  line-height: 22px;
  transition: all 0.3s linear;
  background-color: #F1F1F1;
  width: 100%;
}
.reportHighlights a:hover {
  background-color: var(--brand-color);
  color: #fff;
}

.footer {
  background: #E9E4E1;
  color: #818181;
  padding: 30px 20px;
}

/* chairman */
.chairman {
  color: #515151;
}
.chairman h2 {
  font-size: 32px;
  line-height: normal;
  margin-bottom: 20px;
}
.chairman p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin: 10px 0;
}
.chairman b {
  font-weight: 700;
}
.chairman i {
  font-style: italic;
}
.chairman .siteInside {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 15px;
}
.chairman .greyFullbox {
  background-color: #F1F1F1;
  color: #515151;
}
.chairman .greyFullbox .siteInside {
  padding: 30px 15px 70px;
}

/* new-projects */
.new-projects {
  color: #515151;
}
.new-projects h2 {
  font-size: 32px;
  line-height: normal;
  margin-bottom: 20px;
}
.new-projects h3 {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 15px;
}
.new-projects p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin: 10px 0;
}
.new-projects b {
  font-weight: 700;
}
.new-projects i {
  font-style: italic;
}
.new-projects a {
  text-decoration: none;
  color: var(--brand-color);
  transition: all 0.3s linear;
  display: inline-block;
}
.new-projects .siteInside {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 15px;
}
.new-projects .greyFullbox {
  background-color: #F1F1F1;
  color: #515151;
}
.new-projects .greyFullbox .siteInside {
  padding: 30px 15px 70px;
}
.new-projects .imgText {
  font-size: 14px;
  color: #7c7c7c;
  display: block;
  text-align: center;
  margin-top: 8px;
}

/* contact-us */
.contact-us h2 {
  font-size: 32px;
  line-height: normal;
  margin-bottom: 20px;
}
.contact-us a {
  text-decoration: none;
  color: var(--brand-color);
  transition: all 0.3s linear;
}
.contact-us a:hover {
  color: #666;
}
.contact-us p {
  font-size: 18px;
  line-height: 30px;
  margin: 10px 0;
}
.contact-us input[type=radio] {
  -webkit-appearance: auto;
}
.contact-us input[type=text],
.contact-us input[type=email],
.contact-us input[type=tel],
.contact-us textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: #F2F2F2;
  padding: 10px 20px;
  color: var(--brand-color);
  font-size: 18px;
  font-weight: 300;
  font-family: "Ubuntu", "Microsoft JhengHei", "微x8EDF正黑體", "Microsoft Yahei", "微软雅黑", "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}
.contact-us select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%238A8A8A' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-size: auto 32px;
  background-position: right center;
  border: 0;
  background-color: #F2F2F2;
  padding: 10px 70px 10px 20px;
  color: var(--brand-color);
  font-size: 18px;
  font-weight: 300;
  font-family: "Ubuntu", "Microsoft JhengHei", "微x8EDF正黑體", "Microsoft Yahei", "微软雅黑", "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}
.contact-us input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: var(--brand-color);
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  font-family: "Ubuntu", "Microsoft JhengHei", "微x8EDF正黑體", "Microsoft Yahei", "微软雅黑", "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-radius: 10px;
}
.contact-us .siteInside {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 15px;
}
.contact-us .greyFullbox {
  background-color: #F1F1F1;
  color: #515151;
}
.contact-us .greyFullbox .siteInside {
  padding: 30px 15px 30px;
}
.contact-us .form {
  max-width: 560px;
  box-sizing: border-box;
  margin: 0 auto;
}
.contact-us .form .item {
  padding-bottom: 15px;
  font-size: 16px;
  color: #7c7c7c;
}
.contact-us .form .item > div {
  padding-bottom: 10px;
}
.contact-us .form .item > div > img {
  vertical-align: middle;
  display: inline-block;
}
.contact-us .form .item .text {
  color: #333;
  font-size: 16px;
}
.contact-us .form .space {
  height: 50px;
}
.contact-us .form .btnItem {
  text-align: center;
  padding: 10px 0;
}
.contact-us .notice {
  color: #F00;
  font-size: 16px;
  padding-bottom: 15px;
}
.contact-us .noticeBox {
  background-color: #F1F1F1;
  padding: 20px;
  max-width: 560px;
  box-sizing: border-box;
  margin: 0 auto 20px;
  border: 1px solid var(--brand-color);
  color: var(--brand-color);
  font-size: 16px;
}
.contact-us #errorText {
  color: #ff0000;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .reportHighlights .btnArea {
    position: static;
    margin-top: 50px;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .documentBox {
    display: block;
  }
  .documentBox > div {
    margin-bottom: 50px;
  }
  .header {
    min-height: 32px;
    height: auto;
  }
  .header .header-wrapper .logo {
    height: 32px;
  }
  .header .header-wrapper .logo img {
    max-height: 32px;
  }
  .header .header-wrapper .logo > span {
    margin-left: 12px;
  }
  .header .header-wrapper .logo > span .name {
    font-size: 12px;
    line-height: 16px;
  }
  .header .header-wrapper .logo > span .code {
    font-size: 12px;
    line-height: 16px;
  }
  nav {
    top: 83px;
  }
}
@media only screen and (min-width: 1025px) {
  .banner {
    margin-top: 90px;
  }
}/*# sourceMappingURL=style.css.map */