@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i");
html {
  overflow-y: hidden;
}

html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  color: #343A4A;
  background-color: #fff;
  line-height: 1.6;
  font-family: "Nunito Sans", "微軟正黑體", "Microsoft JhengHei", "Abel", "Lato", "Oxygen", "Raleway", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.pace:after {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(235, 99, 17, 0.8);
  z-index: 99999;
  display: block;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #EB6311;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/*共用屬性*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-overflow-scrolling: touch;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active, a:hover {
  outline: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

input[type=text] {
  -webkit-appearance: none;
  outline: 0;
}

/*-----泛用表格-----*/
.t {
  display: table;
}
.t > .t-row {
  display: table-row;
}
.t > .t-row > .t-cell {
  display: table-cell;
  vertical-align: middle;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

dl {
  padding: 5px 0;
  font-size: 0;
}
dl dt, dl dd {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1200px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.wrap {
  padding: 20px 0;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block;
}
.pic > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}
.pic > span:before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.pic > span > img, .pic > span > iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.pic > span > iframe {
  width: 100%;
  height: 100%;
}

/*-----RWD地圖&Youtube影片-----*/
.map, .video, .iframe {
  position: relative;
  width: 100%;
  height: 0;
}
.map iframe, .video iframe, .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}

.bg-img {
  background-size: cover;
  display: block;
  width: 100%;
  height: 0;
}

/*-----排版-----*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.inline-block {
  display: inline-block;
}

.align-m {
  display: inline-block;
  vertical-align: middle;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.underline {
  text-decoration: underline;
}

main {
  background-color: #fff;
  position: relative;
  z-index: 5000;
}

article {
  padding-top: 6rem;
  padding-bottom: 4rem;
  position: relative;
}

section {
  margin-bottom: 150px;
}

.content {
  max-width: 1020px;
  margin: auto;
}

.txt-left {
  text-align: left !important;
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
.tab-list li a {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  padding: 1rem 30px;
  border-bottom: 2px solid #D7E0E5;
  line-height: 1;
  min-height: 58px;
}
.tab-list li.active a, .tab-list li:hover a {
  border-bottom: 2px solid #EB6311;
  color: #EB6311;
}

.list1 > li {
  margin: 50px 0;
}
.list1 > li .title {
  font-size: 1.6rem;
  line-height: 1.2;
}
.list1 > li .title:after {
  content: "";
  display: block;
  height: 1px;
  width: 5.2rem;
  background-color: #EB6311;
  margin: 20px 0;
}
.list1.center {
  text-align: center;
}
.list1.center > li .title:after {
  margin: 20px auto;
}

.img-list > li {
  margin: 50px 0;
}
.img-list > li .title {
  margin-bottom: 20px;
}
.img-list > li .title span {
  font-size: 1.3rem;
  color: #EB6311;
}
.img-list > li .title p {
  font-size: 1.3rem;
}
.img-list > li .title:after {
  content: "";
  display: block;
  width: 10rem;
  height: 3px;
  background-color: #EB6311;
}
.img-list.center {
  text-align: center;
}
.img-list.center > li .title:after {
  margin: 20px auto;
}

.mc1 {
  color: #EB6311;
}

.txt-big {
  font-size: 1.2rem;
  line-height: 2;
}

.txt-big2 {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold;
}

.txt {
  font-size: 1rem;
  line-height: 2;
}

.txt-line {
  position: relative;
}
.txt-line:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #EB6311;
  margin: 30px auto;
}

.main-title {
  text-align: center;
  margin: 1rem 0 2rem;
}
.main-title span {
  font-size: 0.95rem;
  color: #EB6311;
}
.main-title p {
  font-size: 2rem;
}

.button-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn1 {
  display: block;
  min-width: 220px;
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  height: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-50%, #fff), to(#EB6311));
  background: linear-gradient(to right, #fff -50%, #EB6311 100%);
  font-size: 1.2rem;
  color: #fff;
  position: relative;
  margin: 2rem 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.btn1:hover {
  background: -webkit-gradient(linear, left top, right top, from(#EB6311), to(#EB6311));
  background: linear-gradient(to right, #EB6311, #EB6311 100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn1 a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.btn1:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid #EB6311;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  top: 0;
  right: -15px;
}
.btn1 i {
  font-size: 1.5rem;
  margin-right: 10px;
}
.btn1.color2 {
  background: -webkit-gradient(linear, left top, right top, color-stop(-50%, #fff), to(#56c570));
  background: linear-gradient(to right, #fff -50%, #56c570 100%);
}
.btn1.color2:after {
  border-left: 15px solid #56c570;
}
.btn1.color2:hover {
  background: -webkit-gradient(linear, left top, right top, from(#56c570), to(#56c570));
  background: linear-gradient(to right, #56c570, #56c570 100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn2 {
  display: block;
  min-width: 180px;
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  height: 35px;
  font-size: 1.2rem;
  color: #fff;
  border: 1px solid #EB6311;
  background-color: #eb6311;
  position: relative;
  margin: 2rem 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
}
.btn2:hover {
  background-color: rgba(235, 99, 17, 0);
  color: #EB6311;
}
.btn2:hover a:hover {
  text-decoration: none;
}
.btn2 a {
  display: block;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .btn2 {
    margin: 1rem 0;
  }
}

.light-box {
  max-width: 1180px;
  border-radius: 20px;
  overflow: hidden;
  width: 90%;
}

.pb0 {
  padding-bottom: 0;
}

.ma {
  margin-left: auto;
  margin-right: auto;
}

.mb30 {
  margin-bottom: 30px;
}

.form {
  width: 100%;
}
.form li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form li .input {
  width: calc(100% - 20px);
  position: relative;
  font-size: 1.3rem;
  line-height: 35px;
  height: 35px;
  display: block;
  border-bottom: 1px solid #EB6311;
  padding: 0px 5px;
  margin: 30px 10px;
}
.form li .input input[type=text],
.form li .input input[type=password] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  display: block;
  font-size: 1.3rem;
  z-index: 50;
}
.form li .input input[type=text]:focus + .txt, .form li .input input[type=text]:active + .txt,
.form li .input input[type=password]:focus + .txt,
.form li .input input[type=password]:active + .txt {
  -webkit-transform: scale(0.8) translateY(-100%);
          transform: scale(0.8) translateY(-100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #EB6311;
}
.form li .input .txt {
  position: relative;
  z-index: 100;
  display: inline-block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 1.3rem;
  line-height: 35px;
}
.form li .input .txt.active {
  -webkit-transform: scale(0.8) translateY(-100%);
          transform: scale(0.8) translateY(-100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #EB6311;
}
.form li .radio-row {
  width: calc(100% - 20px);
  position: relative;
  font-size: 1.3rem;
  line-height: 35px;
  height: 35px;
  display: block;
  border-bottom: 1px solid #EB6311;
  padding: 5px 5px;
  margin: 30px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form li .radio-row .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
  cursor: pointer;
}
.form li .radio-row .radio input[type=radio] {
  display: none;
}
.form li .radio-row .radio input[type=radio]:checked + .circle:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.form li .radio-row .radio .circle {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  border: 1px solid #EB6311;
  position: relative;
}
.form li .radio-row .radio .circle:after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #EB6311;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.form li .radio-row .radio .txt {
  position: relative;
  z-index: 100;
  display: inline-block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 1.3rem;
  line-height: 35px;
  margin-left: 5px;
}
.form .textarea {
  display: block;
  width: calc(100% - 20px);
  height: 300px;
  position: relative;
  border: 1px solid #EB6311;
  margin: auto;
  margin-top: 1rem;
}
.form .textarea textarea {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
  font-size: 1.3rem;
  padding: 5px;
}
.form .checkbox {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.form .checkbox input[type=checkbox] {
  display: none;
}
.form .checkbox input[type=checkbox]:checked + .square:after {
  display: block;
}
.form .checkbox .square {
  width: 15px;
  height: 15px;
  border: 1px solid #EB6311;
  margin-right: 5px;
}
.form .checkbox .square:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  display: block;
  font-size: 1.3rem;
  color: #EB6311;
  line-height: 15px;
  display: none;
}
.form .checkbox .txt {
  line-height: 35px;
  font-size: 1.3rem;
  color: #EB6311;
}
.form .row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form .row2 .input {
  width: calc(50% - 20px);
}
.form .button-row {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 50px;
}
.form .button-row .btn2 {
  margin: 1rem auto;
}

.template {
  overflow: hidden;
  position: relative;
}

header {
  z-index: 8000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
header .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header #logo {
  width: 400px;
}
header #logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 25px;
  padding-bottom: 25px;
}
header #logo #company-name {
  font-size: 1.3rem;
  padding-left: 10px;
}
header #logo #company-name span {
  display: block;
  text-align: center;
  line-height: 1;
}
header #logo #company-name span.name-zh {
  margin-bottom: 5px;
}
header #main-nav {
  width: calc(100% - 400px);
}
header #main-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header #main-nav .menu .nav-item {
  margin-left: 10%;
  text-align: center;
  position: relative;
}
header #main-nav .menu .nav-item:hover > a, header #main-nav .menu .nav-item.active > a {
  color: #EB6311;
}
header #main-nav .menu .nav-item:hover > a:after, header #main-nav .menu .nav-item.active > a:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header #main-nav .menu .nav-item > a {
  font-size: 1.2rem;
  padding-bottom: 25px;
  display: block;
  position: relative;
}
header #main-nav .menu .nav-item > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 3px;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFF29F), to(#EB6311));
  background-image: linear-gradient(to right, #FFF29F, #EB6311);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header #main-nav .menu .nav-item .sub-menu {
  position: absolute;
  width: 166px;
  background-color: #C7DFE6;
  -webkit-transform: translate(-25%, 25%);
          transform: translate(-25%, 25%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header #main-nav .menu .nav-item .sub-menu.show {
  -webkit-transform: translate(-25%, 0);
          transform: translate(-25%, 0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header #main-nav .menu .nav-item .sub-menu > li {
  border-bottom: 1px solid #0A122C;
  line-height: 1.5rem;
  padding: 10px 5px;
}
header #main-nav .menu .nav-item .sub-menu > li:hover, header #main-nav .menu .nav-item .sub-menu > li.active {
  background-color: #343A4A;
  color: #fff;
}
header #main-nav .menu .nav-item .sub-menu > li > a {
  display: block;
}
header #lang a:hover {
  color: #EB6311;
}
header #google_translate_element {
  position: absolute;
  right: 0;
  top: 0;
}

footer {
  background-color: #343A4A;
  /*position: fixed;
  bottom: 0;
  left: 0;*/
  width: 100%;
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
}
footer .flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  width: 100%;
}
footer #footer-nav {
  width: 66.666%;
}
footer #footer-nav .nav-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  width: 100%;
}
footer #footer-nav .nav-list .item {
  width: 25%;
  text-align: center;
}
footer #footer-nav .nav-list .item .in {
  display: inline-block;
  text-align: center;
}
footer #footer-nav .nav-list .item .title {
  font-size: 1.2rem;
  color: #EB6311;
  margin-bottom: 1rem;
  position: relative;
}
footer #footer-nav .nav-list .item .title:after {
  content: "";
  display: block;
  height: 3px;
  width: 20px;
  margin: auto;
  background-color: #EB6311;
  margin-top: 5px;
}
footer #footer-nav .nav-list .item .nav-detail li {
  margin-bottom: 0.5rem;
}
footer #footer-contact {
  width: 33.33333%;
}
footer #footer-contact .title {
  font-size: 2rem;
}
footer #footer-contact .contact-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.5rem 0;
}
footer #footer-contact .contact-list > li .txt-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
}
footer #footer-contact .contact-list > li .txt-row .txt-title {
  color: #707070;
  margin-right: 5px;
}
footer #copyright {
  text-align: center;
  padding-bottom: 1rem;
  font-size: 0.95rem;
}

html,
body,
.template {
  scroll-behavior: smooth;
}

.bread {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bread li {
  color: #EB6311;
  font-size: 0.95rem;
}
.bread li + li:before {
  content: ">";
  display: inline-block;
  vertical-align: center;
  color: #EB6311;
  margin: 0 3px;
}

#banner {
  position: relative;
}
#banner .scroll-down-row .txt {
  font-size: 0.95rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  left: 50%;
  bottom: 0;
  color: #fff;
  border-left: 1px solid #E3DFDF;
  font-family: "Arapey";
  padding-bottom: 2rem;
  padding-top: 5%;
}
#banner .swiper-pagination-bullet {
  height: 4px;
  width: 50px;
  border-radius: 0;
  opacity: 1;
  background: #fff;
  outline: none;
}
#banner .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#EB6311));
  background: linear-gradient(to right, #FFFFFF, #EB6311);
}

.p-icon-row {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
.p-icon-row > li {
  margin-left: 2rem;
  margin-right: 2rem;
  text-align: center;
}
.p-icon-row > li .p-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #F2F2F2;
  margin-bottom: 1rem;
}
.p-icon-row > li .p-icon img {
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
          transform: rotate3d(0, 1, 0, 0deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.p-icon-row > li .p-icon:hover img {
  -webkit-transform: rotate3d(0, 1, 0, 360deg);
          transform: rotate3d(0, 1, 0, 360deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.index-about .txt-row {
  width: 66.6666%;
  padding-right: 20px;
}
.index-about .img-row {
  width: 33.33333%;
  position: relative;
}
.index-about .img-row .a-img {
  position: relative;
  z-index: 200;
}
.index-about .img-row .absolute-img {
  position: absolute;
  left: 0;
  z-index: 100;
  -webkit-transform: translate(-80%, 50%);
          transform: translate(-80%, 50%);
}

.index-relationship:after {
  content: "";
  display: table;
  clear: both;
}
.index-relationship .left,
.index-relationship .right {
  position: relative;
}
.index-relationship .left a,
.index-relationship .right a {
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index-relationship .left a:hover,
.index-relationship .right a:hover {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-filter: saturate(0.5);
          filter: saturate(0.5);
}
.index-relationship .left {
  width: 60%;
  margin-bottom: -13%;
  float: left;
  z-index: 100;
}
.index-relationship .right {
  width: 65%;
  float: right;
  z-index: 50;
}

.profile-table table {
  width: 100%;
}
.profile-table table tr td {
  border-bottom: 1px solid #EB6311;
  width: 50%;
  padding: 2rem;
}
.profile-table table tr td:first-child {
  font-size: 1.2rem;
  text-align: center;
  color: #EB6311;
}
.profile-table table tr td .fa-map-marker-alt {
  font-size: 2rem;
  color: #EB6311;
  margin-left: 5px;
}
.profile-table table tr td .fa-map-marker-alt:hover {
  opacity: 0.7;
}

.about-page2 {
  padding-bottom: 0;
}

#Purpose {
  margin-bottom: 0;
}
#Purpose .row2 {
  margin: 100px 0;
}
#Purpose .row2 .border {
  border: 1px solid #EB6311;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  padding: 4%;
}
#Purpose .row2 .border .txt-row {
  font-size: 2rem;
  color: #EB6311;
}
#Purpose .row2 .content .txt-right {
  margin-top: 2rem;
}

#Organization {
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
}
#Organization img {
  display: block;
  margin: auto;
}

.about-page3-bg {
  background-image: url(../_img/about/page3_bg.jpg);
  background-size: 100% auto;
}

#Csr .csr-big-title {
  font-size: 2.6rem;
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px;
}
#Csr .csr-big-title::before {
  content: "";
  width: 30px;
  height: 5px;
  background-color: #EB6311;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#Csr .csr-list {
  list-style: circle;
  padding-left: 10px;
}
#Csr .csr-text-box {
  font-size: 1.2rem;
  line-height: 2;
}
#Csr .csr-title {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
  margin: 20px 0 10px;
}
#Csr .csr-title::before {
  content: "";
  width: 5px;
  height: 50%;
  background-color: #EB6311;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#Csr .csr-link {
  color: #EB6311;
  border-bottom: 1px solid #EB6311;
}

.inner-banner .bg-img {
  width: 100%;
  height: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inner-banner .bg-img .banner-txt {
  margin: 0;
  text-align: center;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
.inner-banner .bg-img .banner-txt .txt1 {
  font-size: 1.3rem;
  color: #EB6311;
}
.inner-banner .bg-img .banner-txt .txt2 {
  font-size: 3rem;
  color: #EB6311;
  font-weight: bold;
}
.inner-banner .bg-img .banner-txt .txt3 {
  font-size: 1.3rem;
}
.inner-banner .bg-img .banner-txt2 {
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.progress-list > li {
  max-width: 620px;
  width: 100%;
  border: 1px solid #EB6311;
  margin: 50px auto;
  padding: 3rem;
  text-align: center;
}
.progress-list > li .title {
  font-size: 2rem;
  color: #EB6311;
  font-weight: bold;
  border-bottom: 2px solid #EB6311;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  line-height: 1;
}
.progress-list > li .detail {
  font-size: 1.3rem;
  color: #EB6311;
}

.progress-bottom {
  background-color: #F9F9F9;
}
.progress-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.progress-bottom .button {
  position: relative;
  z-index: 200;
}
.progress-bottom .button:hover {
  opacity: 0.7;
}
.progress-bottom .progress-img01 {
  position: absolute;
  left: 5%;
  top: 0;
}
.progress-bottom .progress-img02 {
  position: absolute;
  right: 17%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}

.company-list > li {
  margin: 50px 0;
}
.company-list > li .txt-row {
  margin-top: 20px;
}
.company-list > li .txt-row .title {
  font-size: 2rem;
  color: #EB6311;
  font-weight: bold;
  margin-bottom: 20px;
}
.company-list > li .txt-row .title:after {
  content: "";
  display: block;
  height: 1px;
  width: 5rem;
  background-color: #EB6311;
}
.company-list > li .txt-row .detail .fa-map-marker-alt {
  font-size: 2rem;
  color: #EB6311;
}
.company-list > li .txt-row .detail .fa-map-marker-alt:hover {
  opacity: 0.7;
}

.recruit-join-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-join-home .btn1 {
  display: block;
  margin: 15px 30px;
}

.recruit-join-list .top-text {
  font-weight: bold;
  margin: 20px 0 30px;
}
.recruit-join-list .item {
  margin-bottom: 30px;
}
.recruit-join-list .item .title {
  color: #EB6311;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.recruit-join-detail {
  text-align: center;
}

.recruit-download {
  text-align: center;
}
.recruit-download .d-none {
  display: none;
}
.recruit-download .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.recruit-download .box .left {
  padding: 20px;
  width: 400px;
  max-width: 100%;
}
.recruit-download .box .left input {
  border: 0;
  border-bottom: 1px #EB6311 solid;
  width: 100%;
  padding: 10px 0;
}
.recruit-download .box .right .download-btn {
  border: 1px #EB6311 solid;
  padding: 5px 15px;
  color: #EB6311;
}

.contact-form {
  border: 1px solid #EB6311;
  padding: 50px;
}

.contact-txt {
  margin-bottom: 50px;
}

.contact-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-top: 100px;
}
.contact-info .map-row,
.contact-info .txt-row {
  width: 50%;
}
.contact-info .map-row {
  position: relative;
}
.contact-info .map-row .map {
  position: absolute;
  width: 100%;
  height: 100%;
}
.contact-info .map-row .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.contact-info .txt-row {
  padding-left: 2rem;
}
.contact-info .txt-row .title {
  margin-bottom: 30px;
}
.contact-info .txt-row .title .txt1 {
  font-size: 1.3rem;
}
.contact-info .txt-row .title .txt2 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #EB6311;
}
.contact-info .txt-row .title .txt2:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #EB6311;
  margin: 20px 0;
}
.contact-info .txt-row .title .txt3 {
  font-size: 2rem;
  font-weight: bold;
  color: #EB6311;
}

#pro_region {
  position: relative;
  z-index: 3;
}
#pro_region .pro-contact {
  position: absolute;
  background-color: #ffffff;
  max-width: 400px;
  width: 400px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 6px rgba(15, 15, 15, 0.5);
          box-shadow: 0px 0px 6px rgba(15, 15, 15, 0.5);
  left: 0;
  top: 35px;
  z-index: 4;
  display: none;
}
#pro_region .pro-contact .pro-contact-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}

.p-page1 .p-main-title {
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 100px;
}
.p-page1 .p-main-title span {
  font-size: 0.95rem;
  color: #EB6311;
}
.p-page1 .p-main-title p {
  font-size: 2rem;
  margin-bottom: 20px;
}
.p-page1 .p-main-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2000px;
  height: 2px;
  background-color: #EB6311;
}
.p-page1 .p-title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #EB6311;
  text-align: center;
}
.p-page1 .p-title:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #EB6311;
  margin: 20px auto 50px;
}
.p-page1 .p-txt {
  margin-bottom: 100px;
}

.p-page2-section .equipment-list > ul > li {
  max-width: 1020px;
  width: 100%;
  border: 1px solid #EB6311;
  padding: 3%;
  margin: 80px auto;
}
.p-page2-section .equipment-list > ul > li h5 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #EB6311;
}
.p-page2-section .equipment-list > ul > li h5:after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #EB6311;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-page2-section .equipment-list > ul > li .spec {
  margin: 30px 0;
}
.p-page2-section .equipment-list > ul > li .spec > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 15px 0;
}
.p-page2-section .equipment-list > ul > li .spec > li:before {
  content: "";
  display: block;
  height: 10px;
  width: 50px;
  background-color: #EB6311;
  margin-right: 10px;
}

h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 80px;
}
h4:after {
  content: "";
  display: block;
  width: 10rem;
  height: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFF12A), to(#FF6C13));
  background-image: linear-gradient(to right, #FFF12A, #FF6C13);
}

.page5-img-row {
  margin: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page5-img-row img {
  margin-left: 30px;
  margin-right: 30px;
}

.pro-contact-btn {
  display: inline-block;
  background-color: #EB6311;
  color: #ffffff;
  padding: 10px 15px;
  margin-left: 15px;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.pro-contact-btn img {
  margin-right: 5px;
  width: 15px;
}

@media only screen and (max-width: 1024px) {
  body {
    right: 0px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  body.active {
    right: 300px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .container {
    width: 768px;
  }
  header .container {
    width: 100%;
  }
  header .flex {
    width: 100%;
    display: block;
  }
  header #main-nav {
    width: 300px;
    height: 100%;
    position: fixed;
    display: block;
    right: -300px;
    top: 0;
    background-color: #333;
    padding-top: 50px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  header #main-nav.active {
    right: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  header #main-nav .menu {
    width: 100%;
    display: block;
  }
  header #main-nav .menu .nav-item {
    width: 100%;
    margin: 0;
    color: #fff;
  }
  header #main-nav .menu .nav-item > a {
    padding: 1rem 0;
  }
  header #main-nav .menu .nav-item .sub-menu {
    position: static;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    display: none;
  }
  header #main-nav .menu .nav-item .sub-menu.show {
    -webkit-transform: none;
            transform: none;
    display: block;
  }
  header #main-nav .menu .nav-item .sub-menu > li:hover > a, header #main-nav .menu .nav-item .sub-menu > li.active > a {
    color: #fff;
  }
  header #main-nav .menu .nav-item .sub-menu > li > a {
    color: #343A4A;
  }
  #burger {
    width: 25px;
    height: 20px;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    top: 60px;
    right: 25px;
    cursor: pointer;
    z-index: 9000;
  }
  #burger span {
    background-color: #5e5e5e;
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    height: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  #burger span:before, #burger span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #5e5e5e;
    -webkit-transition-duration: 0.2s, 0.2s;
            transition-duration: 0.2s, 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  #burger span:before {
    top: -8px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
  }
  #burger span:after {
    bottom: -8px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
  }
  #burger.active span {
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #burger.active span:before, #burger.active span:after {
    background-color: #aaa;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s, 0.2s;
            transition-duration: 0.2s, 0.2s;
    -webkit-transition-delay: 0s, 0.2s;
            transition-delay: 0s, 0.2s;
  }
  #burger.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #burger.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .progress-bottom .progress-img02 {
    right: 0;
  }
}
@media only screen and (max-width: 640px) {
  body,
  html {
    font-size: 13px;
  }
  body.active {
    right: 200px;
  }
  main {
    margin: 0 !important;
  }
  header #logo img {
    margin: 0;
    width: 100px;
  }
  header #logo #company-name {
    display: block;
    margin: 1rem 0 0;
  }
  header #logo #company-name .name-zh,
  header #logo #company-name .name-en {
    display: block;
    text-align: left;
    font-size: 0.7rem;
  }
  header #burger {
    top: 3rem;
  }
  header #main-nav {
    width: 200px;
    right: -200px;
  }
  .p-icon-row > li {
    width: 50%;
    text-align: center;
    margin: 20px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-icon-row > li .p-icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1rem auto;
  }
  .index-about .flex {
    display: block;
  }
  .index-about .txt-row,
  .index-about .img-row {
    display: block;
    width: 100%;
  }
  .index-relationship {
    display: block;
  }
  .index-relationship .left,
  .index-relationship .right {
    width: 100%;
    display: block;
    margin: 1rem 0;
  }
  footer {
    position: static;
  }
  footer .flex {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer #footer-nav,
  footer #footer-contact {
    width: 100%;
    margin-bottom: 20px;
  }
  .inner-banner .bg-img {
    height: 300px;
  }
  .progress-bottom .button {
    max-width: 80%;
  }
  .progress-bottom .progress-img02 {
    right: 0;
    max-width: 40%;
  }
  #product-tab {
    display: block;
    text-align: center;
  }
  .page5-img-row img {
    max-width: 40%;
  }
  .contact-form {
    padding: 20px;
  }
  .contact-form .txt {
    font-size: 1rem !important;
  }
  .contact-info {
    display: block;
  }
  .contact-info .txt-row,
  .contact-info .map-row {
    width: 100%;
    margin: 50px 0;
  }
  .contact-info .map-row {
    width: 100%;
  }
  .contact-info .map-row .map {
    width: 100%;
    padding-bottom: 100%;
    height: auto;
    position: static;
  }
  .recruit-join-detail .text {
    text-align: left;
  }
  .recruit-download .box {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  body,
  html {
    font-size: 10px;
  }
}