@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap);

html {
  font-size: 62.5%;
}

body,
div,
a,
ul,
li,
img,
table,
tr,
td,
header,
footer,
h1,
h2,
h3,
h4,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #303030;
  font-family: "Open Sans", "Noto Sans TC";
  list-style: none;
  border: none;
  border-collapse: collapse;
  box-sizing: border-box;
  text-align: justify;
}

header {
  width: 257px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  border-right: 1px solid #eee;
}

@media only screen and (max-width: 768px) {
  header {
    height: 70px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
    text-align: center;
  }
}

header .logo {
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}

@media only screen and (max-width: 768px) {
  header .logo {
    margin: 10px auto 0 auto;
    width: 80px;
    height: 55px;
    display: inline-block;
    padding-top: 0;
    position: relative;
  }
}

header .nav {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  padding-top: 25px;
}

@media only screen and (max-width: 768px) {
  header .nav {
    display: none;
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    height: calc(100% - 70px);
    overflow: auto;
    background-color: #fff;
    padding-top: 0;
  }
}

header .nav > li {
  width: 100%;
  list-style: none;
  display: inline-block;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
}

header .nav > li:last-child {
  border: none;
}

header .nav > li > a {
  color: #505050;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  text-align: center;
}

header .nav > li > a:hover {
  background-color: #74af0d;
  color: #fff;
}

header .nav > li > .second {
  display: none;
}

@media only screen and (max-width: 768px) {
  header .nav > li > .second {
    display: block;
  }
}

header .nav > li > .second li a {
  opacity: 0.7;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media only screen and (max-width: 768px) {
  header .nav > li > .second li a {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

header .nav > li > .second li a:hover {
  background-color: #eee;
}

header .nav > li > .secondOpen {
  display: block;
}

header .nav .selectLi {
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}

header .nav .selectLi select {
  text-align-last: center;
}

@media only screen and (max-width: 768px) {
  header .showUl {
    display: block;
  }
}

header .mobileBtn {
  width: 30px;
  position: absolute;
  right: 30px;
  top: 40px;
  display: none;
}

@media only screen and (max-width: 768px) {
  header .mobileBtn {
    display: block;
    right: 20px;
    top: 30px;
  }
}

header .mobileBtn div {
  width: 100%;
  height: 3px;
  background-color: #303030;
  margin-bottom: 5px;
}

.footerIndex {
  background-color: #306700;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 1.2rem;
  line-height: 1.92rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .footerIndex {
    flex-wrap: wrap;
    padding: 20px;
  }
}

.footerIndex span {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .footerIndex span {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .footerIndex span:first-child {
    padding-bottom: 10px;
  }
}

.footerIndex span .pcBr {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .footerIndex span .pcBr {
    display: inline;
  }
}

.footerIndex span .mobileBr {
  display: none;
}

@media only screen and (max-width: 768px) {
  .footerIndex span .mobileBr {
    display: inline;
  }
}

.innerFooter {
  background-color: #306700;
}

.innerFooter .ff {
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .innerFooter .ff {
    padding: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.innerFooter .ff .rightFooter {
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #fff;
}

.innerFooter .ff .rightFooter a {
}

a[href^="tel"] {
  color: inherit !important;
  /* Inherit text color of parent element. */
  text-decoration: none !important;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

@media only screen and (max-width: 1024px) {
  .innerFooter .ff .rightFooter {
    width: 100%;
    padding-bottom: 20px;
  }
}

.innerFooter .ff .rightFooter .menu {
  color: #fff;
}

.innerFooter .ff .rightFooter .menu a {
  color: #fff;
  font-weight: 600;
}

.innerFooter .ff .rightFooter .menu a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 450px) {
  .innerFooter .ff .footerLogo {
    width: 250px;
  }
}

.hidden {
  overflow: hidden;
}

@media all and (max-width: 1024px) {
  .hidden {
    overflow: auto;
  }
}

.hiddenPro {
  overflow: hidden;
}

.maskW {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  background-color: #fff;
  display: none;
  justify-content: center;
  align-items: flex-start;
  overflow: auto;
}

@media only screen and (max-width: 450px) {
  .maskW {
    align-items: flex-start;
  }
}

.maskW .closeW {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.maskW .img {
  max-width: 1300px;
  image-rendering: pixelated;
}

@media only screen and (max-width: 450px) {
  .maskW .img {
    width: 100%;
    height: auto;
  }
}

.maskW .img img {
  width: 100%;
  display: none;
}

@media only screen and (max-width: 450px) {
  .maskW .img img {
    width: 100%;
  }
}

.videoMask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  background-color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: auto;
}

@media all and (max-height: 720px) {
  .videoMask {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 450px) {
  .videoMask {
    padding-top: 30px;
    align-items: center;
  }
}

.videoMask .closeV {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.videoMask .inner {
  max-width: 768px;
}

@media only screen and (max-width: 450px) {
  .videoMask .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.videoMask .inner .video {
  width: 100%;
  padding-bottom: 10px;
  height: 430px;
}

@media only screen and (max-width: 450px) {
  .videoMask .inner .video {
    height: 230px;
  }
}

@media only screen and (max-width: 400px) {
  .videoMask .inner .video {
    height: 210px;
  }
}

.videoMask .inner .name {
  padding-bottom: 20px;
  text-align: left;
}

.videoMask .inner .name span {
  font-weight: 600;
  font-size: 3rem;
  display: none;
  text-align: left;
}

.videoMask .inner .name span:first-child {
  display: inline;
}

.videoMask .inner .intrduce {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .videoMask .inner .intrduce {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

.videoMask .inner .intrduce span {
  display: none;
}

.videoMask .inner .intrduce span:first-child {
  display: inline;
}

.proMask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 10;
  padding-top: 50px;
  overflow: auto;
  display: none;
}

.proMask .underTxtPro {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding-top: 50px;
}

@media only screen and (max-width: 768px) {
  .proMask .underTxtPro {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

.proMask .closePro {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.proMask .tableCon {
  max-width: 1300px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

.proMask .tableCon .tableTitle {
  text-align: center;
  font-size: 3rem;
  padding-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .proMask .tableCon .tableTitle {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 599px) {
  .proMask .tableCon .tableTitle {
    font-size: 1.6rem;
    font-weight: 600;
  }
}

.proMask .tableCon .tableSmallTitle {
  text-align: center;
  padding-bottom: 20px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .proMask .tableCon .tableSmallTitle {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

@media only screen and (max-width: 768px) {
  .proMask .tableCon .tableSmallTitle {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

.proMask .tableCon .proTable1 td,
.proMask .tableCon .proTable1 th {
  width: calc(1280px / 17);
}

.proMask .tableCon .proTable1 td,
.proMask .tableCon .proTable1 th {
  width: calc(1280px / 7);
}

.proMask .tableCon .proTable3 td,
.proMask .tableCon .proTable3 th {
  width: calc(1280px / 5);
}

.proMask .tableCon .proTable4 td,
.proMask .tableCon .proTable4 th {
  width: calc(1280px / 2);
}

.proMask .tableCon .proTable {
  width: 100%;
  height: 495px;
  overflow-y: scroll;
  display: block;
  border-bottom: 1px solid #303030;
}

@media only screen and (max-width: 599px) {
  .proMask .tableCon .proTable {
    height: 350px;
  }
}

.proMask .tableCon .proTable thead {
  border-left: 1px solid #71af43;
  border-right: 1px solid #71af43;
}

.proMask .tableCon .proTable thead th {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding: 15px 10px;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  z-index: 3;
  top: 0;
  background-color: #71af43;
  color: #fff;
  border-top: 1px solid #303030;
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  .proMask .tableCon .proTable thead th {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}

.proMask .tableCon .proTable thead th:last-child {
  border-right: none;
}

.proMask .tableCon .proTable thead .overLine {
  padding: 0;
  vertical-align: top;
}

.proMask .tableCon .proTable thead .overLine .widthBox {
  position: relative;
  left: 0;
  top: 0;
  width: 150px;
}

.proMask .tableCon .proTable thead .overLine .widthBox .ll {
  width: 114%;
  height: 1px;
  background-color: #fff;
  transform-origin: left center;
  transform: rotateZ(27deg);
}

@media only screen and (max-width: 768px) {
  .proMask .tableCon .proTable thead .overLine .widthBox .ll {
    width: 109%;
    transform: rotateZ(23deg);
  }
}

.proMask .tableCon .proTable thead .overLine .widthBox .ss1 {
  color: #fff;
  font-size: 1.3rem;
  text-align: right;
  position: absolute;
  right: 8px;
  top: 7px;
}

@media only screen and (max-width: 768px) {
  .proMask .tableCon .proTable thead .overLine .widthBox .ss1 {
    font-size: 1.2rem;
  }
}

.proMask .tableCon .proTable thead .overLine .widthBox .ss2 {
  color: #fff;
  font-size: 1.3rem;
  text-align: left;
  position: absolute;
  left: 8px;
  top: 40px;
}

@media only screen and (max-width: 768px) {
  .proMask .tableCon .proTable thead .overLine .widthBox .ss2 {
    font-size: 1.2rem;
    top: 35px;
  }
}

.proMask .tableCon .proTable tbody tr {
  background-color: #ecf3f6;
}

.proMask .tableCon .proTable tbody tr:nth-child(even) {
  background-color: #fff;
}

.proMask .tableCon .proTable tbody tr.whtr {
  background-color: #fff;
}

.proMask .tableCon .proTable tbody tr.bltr {
  background-color: #ecf3f6;
}

.proMask .tableCon .proTable tbody tr td {
  white-space: nowrap;
  text-align: center;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #303030;
  border-left: 1px solid #303030;
  font-size: 1.8rem;
  table-layout: fixed;
}

@media only screen and (max-width: 768px) {
  .proMask .tableCon .proTable tbody tr td {
    font-size: 1.4rem;
  }
}

.proMask .tableCon .proTable tbody tr td:last-child {
  border-right: 1px solid #303030;
}

.proMask .tableCon .proTable1 tbody .secondTh td {
  background-color: #e1efd5;
  padding: 15px 10px;
  font-size: 2rem;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 84.5px;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .proMask .tableCon .proTable1 tbody .secondTh td {
    top: 75px;
  }
}

@media only screen and (max-width: 768px) {
  .proMask .tableCon .proTable1 tbody .secondTh .iosTd {
    top: 0;
  }
}

.proMask .tableCon .proTable2 tbody .secondTh td {
  background-color: #e1efd5;
  padding: 15px 10px;
  font-size: 2rem;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 84.5px;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .proMask .tableCon .proTable2 tbody .secondTh td {
    top: 0;
  }
}

.proMask .tableCon .proTable3 tbody .secondTh td {
  background-color: #e1efd5;
  padding: 15px 10px;
  font-size: 2rem;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 57.5px;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .proMask .tableCon .proTable3 tbody .secondTh td {
    top: 52px;
  }
}

@media only screen and (max-width: 768px) {
  .proMask .tableCon .proTable3 tbody .secondTh .iosTd {
    top: 0;
  }
}

.proMask .tableCon .proTable4 tbody .secondTh td {
  background-color: #e1efd5;
  padding: 15px 10px;
  font-size: 2rem;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 57.5px;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .proMask .tableCon .proTable4 tbody .secondTh td {
    top: 52px;
  }
}

@media only screen and (max-width: 768px) {
  .proMask .tableCon .proTable4 tbody .secondTh .iosTd {
    top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .proMask .tableCon .proTable tbody .secondTh td {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}

.proMask .tableCon .proTable tbody .secondTh td span {
  font-size: 1.4rem;
}

.proMask .tableCon2 {
  margin-top: 60px;
}

.proMaskShow {
  display: block;
}

body {
  overflow-x: hidden;
}

.indexMaskVideo {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.indexMaskVideo .maskVideo {
  width: 100%;
}

.closeWhite {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 50px;
}

.wrapper {
  margin-left: 257px;
  width: calc(100% - 257px);
  position: relative;
}

@media only screen and (max-width: 768px) {
  .wrapper {
    margin-left: 0;
    width: 100%;
    margin-top: 70px;
  }
}

.wrapper video {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
}

.videoBg {
  display: none;
}

@media only screen and (max-width: 768px) {
  .wrapper video {
    width: 100%;
    position: relative;
    min-height: auto;
  }

  .videoBg {
    /* display: block; */
    width: 100%;
  }
}

.wrapper .block {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.wrapper .indexBanner {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .wrapper .indexBanner {
    display: block;
    background-image: url("../img/videoMobileBg.jpg");
    background-size: 520px;
    background-position: bottom left;
    background-repeat: no-repeat;
    height: calc(100vh - 30px);
    height: 670px;
  }
}

.wrapper .indexBanner .award {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .wrapper .indexBanner .award {
    right: 14px;
    top: 14px;
  }
}

.wrapper .indexBanner .tt {
  width: 776px;
  height: 746px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4yLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5ZyW5bGkXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNzc2LjggNzQ2LjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDc3Ni44IDc0Ni43OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7b3BhY2l0eTowLjM7fQ0KCS5zdDF7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO30NCgkuc3Qye2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGcgaWQ9Ikdyb3VwXzMwMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY5MC4wMzYgLTE1Mi4xNDcpIj4NCgk8ZyBpZD0iUmVjdGFuZ2xlXzE0NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA3OC4zOSAxOTYuMDk3KSByb3RhdGUoNDUpIj4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTUsMGg0NTNjMi44LDAsNSwyLjIsNSw1djQ1M2MwLDIuOC0yLjIsNS01LDVINWMtMi44LDAtNS0yLjItNS01VjVDMCwyLjIsMi4yLDAsNSwweiIvPg0KCQk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNSwxaDQ1M2MyLjIsMCw0LDEuOCw0LDR2NDUzYzAsMi4yLTEuOCw0LTQsNEg1Yy0yLjIsMC00LTEuOC00LTRWNUMxLDIuOCwyLjgsMSw1LDF6Ii8+DQoJPC9nPg0KCTxnIGlkPSJHcm91cF8yODIiPg0KCQk8bGluZSBpZD0iTGluZV85MSIgY2xhc3M9InN0MiIgeDE9IjEwMzMuNyIgeTE9IjE1Mi4xIiB4Mj0iMTQ2Ni40IiB5Mj0iNTg0LjQiLz4NCgkJPGxpbmUgaWQ9IkxpbmVfOTIiIGNsYXNzPSJzdDIiIHgxPSI2OTAuNSIgeTE9IjQ1OS41IiB4Mj0iMTEyMC41IiB5Mj0iODkxLjUiLz4NCgk8L2c+DQoJPGcgaWQ9Ikdyb3VwXzI4MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjkwLjM5IDE1Mi41KSI+DQoJCTxsaW5lIGlkPSJMaW5lXzkxLTIiIGNsYXNzPSJzdDIiIHgxPSI0MzIuNyIgeTE9Ii0wLjQiIHgyPSIwLjEiIHkyPSI0MzAiLz4NCgkJPGxpbmUgaWQ9IkxpbmVfOTItMiIgY2xhc3M9InN0MiIgeDE9Ijc3NiIgeTE9IjMwOCIgeDI9IjM0NiIgeTI9Ijc0MCIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  z-index: 3;
  transition: 0.5s all;
}

@media only screen and (max-width: 1400px) {
  .wrapper .indexBanner .tt {
    width: 600px;
    height: 577px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper .indexBanner .tt {
    width: 375px;
    height: 361px;
    position: absolute;
    left: 50%;
    margin-left: -187px;
    top: 50%;
    margin-top: -160px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper .indexBanner .tt {
    top: 50%;
    left: 0;
    margin-left: auto;
    position: relative;
    margin-top: -290px;
    margin-right: auto;
  }
}

@media only screen and (max-width: 360px) {
  .wrapper .indexBanner .tt {
    width: 320px;
    height: 308px;
    margin-top: -154px;
  }
}

@media only screen and (max-width: 330px) {
  .wrapper .indexBanner .tt {
    margin-top: -244px;
  }
}

.wrapper .indexBanner .tt .bigTitle {
  font-size: 5rem;
  line-height: 7.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  letter-spacing: 5px;
  text-indent: 5px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: -35px;
  font-weight: 600;
  opacity: 1;
  top: 0;
  position: relative;
  transition: 0.3s all;
}

@media only screen and (max-width: 1400px) {
  .wrapper .indexBanner .tt .bigTitle {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}

@media only screen and (max-width: 1400px) {
  .wrapper .indexBanner .tt .bigTitle {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1400px) {
  .wrapper .indexBanner .tt .bigTitle {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .wrapper .indexBanner .tt .bigTitle {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
}

.wrapper .indexBanner .tt .opaTxt {
  opacity: 0;
}

.wrapper .indexBanner .opa {
  transform: rotateZ(45deg);
  opacity: 0;
}

.wrapper .aboutEFFA {
  background-color: #303030;
  background-image: url(../img/build.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.5s 0.9s opacity;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 599px) {
  .wrapper .aboutEFFA {
    height: 0;
    padding-bottom: 100%;
  }
}

.wrapper .aboutEFFA .tt {
  width: 776px;
  height: 746px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4yLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5ZyW5bGkXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNzc2LjggNzQ2LjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDc3Ni44IDc0Ni43OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7b3BhY2l0eTowLjM7fQ0KCS5zdDF7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO30NCgkuc3Qye2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGcgaWQ9Ikdyb3VwXzMwMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY5MC4wMzYgLTE1Mi4xNDcpIj4NCgk8ZyBpZD0iUmVjdGFuZ2xlXzE0NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA3OC4zOSAxOTYuMDk3KSByb3RhdGUoNDUpIj4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTUsMGg0NTNjMi44LDAsNSwyLjIsNSw1djQ1M2MwLDIuOC0yLjIsNS01LDVINWMtMi44LDAtNS0yLjItNS01VjVDMCwyLjIsMi4yLDAsNSwweiIvPg0KCQk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNSwxaDQ1M2MyLjIsMCw0LDEuOCw0LDR2NDUzYzAsMi4yLTEuOCw0LTQsNEg1Yy0yLjIsMC00LTEuOC00LTRWNUMxLDIuOCwyLjgsMSw1LDF6Ii8+DQoJPC9nPg0KCTxnIGlkPSJHcm91cF8yODIiPg0KCQk8bGluZSBpZD0iTGluZV85MSIgY2xhc3M9InN0MiIgeDE9IjEwMzMuNyIgeTE9IjE1Mi4xIiB4Mj0iMTQ2Ni40IiB5Mj0iNTg0LjQiLz4NCgkJPGxpbmUgaWQ9IkxpbmVfOTIiIGNsYXNzPSJzdDIiIHgxPSI2OTAuNSIgeTE9IjQ1OS41IiB4Mj0iMTEyMC41IiB5Mj0iODkxLjUiLz4NCgk8L2c+DQoJPGcgaWQ9Ikdyb3VwXzI4MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjkwLjM5IDE1Mi41KSI+DQoJCTxsaW5lIGlkPSJMaW5lXzkxLTIiIGNsYXNzPSJzdDIiIHgxPSI0MzIuNyIgeTE9Ii0wLjQiIHgyPSIwLjEiIHkyPSI0MzAiLz4NCgkJPGxpbmUgaWQ9IkxpbmVfOTItMiIgY2xhc3M9InN0MiIgeDE9Ijc3NiIgeTE9IjMwOCIgeDI9IjM0NiIgeTI9Ijc0MCIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  transition: 0.5s all;
}

@media only screen and (max-width: 1400px) {
  .wrapper .aboutEFFA .tt {
    width: 600px;
    height: 577px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper .aboutEFFA .tt {
    width: 375px;
    height: 361px;
    transform: scale(0.7) translateY(calc(65% + 30px));
  }
}

@media only screen and (max-width: 400px) {
  .wrapper .aboutEFFA .tt {
    transform: scale(0.7) translateY(calc(65% + 30px));
  }
}

@media only screen and (max-width: 330px) {
  .wrapper .aboutEFFA .tt {
    transform: scale(0.7) translateY(65%);
  }
}

.wrapper .aboutEFFA .tt .bigTitle {
  font-size: 5rem;
  line-height: 7.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  letter-spacing: 5px;
  text-indent: 5px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: -35px;
  font-weight: 600;
  opacity: 1;
  top: 0;
  position: relative;
  transition: 0.3s all;
}

@media only screen and (max-width: 1400px) {
  .wrapper .aboutEFFA .tt .bigTitle {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .wrapper .aboutEFFA .tt .bigTitle {
    font-size: 2rem;
    line-height: 3.75rem;
    letter-spacing: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper .aboutEFFA .tt .bigTitle {
    padding-bottom: 10px;
  }
}

.wrapper .aboutEFFA .tt .word {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  font-weight: 300;
  padding-top: 10px;
}

@media only screen and (max-width: 768px) {
  .wrapper .aboutEFFA .tt .word {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

@media only screen and (max-width: 1400px) {
  .wrapper .aboutEFFA .tt .word {
    padding-left: 95px;
    padding-right: 95px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper .aboutEFFA .tt .word {
    display: none;
  }
}

@media only screen and (max-width: 1400px) {
  .wrapper .aboutEFFA .tt .word br {
    display: none;
  }
}

.wrapper .aboutEFFA .tt .moreBtn {
  color: #fff;
  display: block;
  width: 170px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #fff;
  font-size: 1.6rem;
  transition: 0.3s all;
}

@media only screen and (max-width: 768px) {
  .wrapper .aboutEFFA .tt .moreBtn {
    width: 130px;
    font-size: 1.4rem;
  }
}

.wrapper .aboutEFFA .tt .moreBtn:hover {
  background-color: #fff;
  color: #303030;
}

.wrapper .aboutEFFA .tt .opaTxt {
  opacity: 0;
}

.wrapper .aboutEFFA .opa {
  transform: rotateZ(45deg);
  opacity: 0;
}

.wrapper .goodIndex {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .wrapper .goodIndex {
    padding-bottom: 100%;
    height: 0;
  }
}

.wrapper .goodIndex .name {
  width: 750px;
  height: 738px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4yLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5ZyW5bGkXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNzc2LjggNzQ2LjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDc3Ni44IDc0Ni43OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7b3BhY2l0eTowLjM7fQ0KCS5zdDF7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO30NCgkuc3Qye2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGcgaWQ9Ikdyb3VwXzMwMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY5MC4wMzYgLTE1Mi4xNDcpIj4NCgk8ZyBpZD0iUmVjdGFuZ2xlXzE0NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA3OC4zOSAxOTYuMDk3KSByb3RhdGUoNDUpIj4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTUsMGg0NTNjMi44LDAsNSwyLjIsNSw1djQ1M2MwLDIuOC0yLjIsNS01LDVINWMtMi44LDAtNS0yLjItNS01VjVDMCwyLjIsMi4yLDAsNSwweiIvPg0KCQk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNSwxaDQ1M2MyLjIsMCw0LDEuOCw0LDR2NDUzYzAsMi4yLTEuOCw0LTQsNEg1Yy0yLjIsMC00LTEuOC00LTRWNUMxLDIuOCwyLjgsMSw1LDF6Ii8+DQoJPC9nPg0KCTxnIGlkPSJHcm91cF8yODIiPg0KCQk8bGluZSBpZD0iTGluZV85MSIgY2xhc3M9InN0MiIgeDE9IjEwMzMuNyIgeTE9IjE1Mi4xIiB4Mj0iMTQ2Ni40IiB5Mj0iNTg0LjQiLz4NCgkJPGxpbmUgaWQ9IkxpbmVfOTIiIGNsYXNzPSJzdDIiIHgxPSI2OTAuNSIgeTE9IjQ1OS41IiB4Mj0iMTEyMC41IiB5Mj0iODkxLjUiLz4NCgk8L2c+DQoJPGcgaWQ9Ikdyb3VwXzI4MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjkwLjM5IDE1Mi41KSI+DQoJCTxsaW5lIGlkPSJMaW5lXzkxLTIiIGNsYXNzPSJzdDIiIHgxPSI0MzIuNyIgeTE9Ii0wLjQiIHgyPSIwLjEiIHkyPSI0MzAiLz4NCgkJPGxpbmUgaWQ9IkxpbmVfOTItMiIgY2xhc3M9InN0MiIgeDE9Ijc3NiIgeTE9IjMwOCIgeDI9IjM0NiIgeTI9Ijc0MCIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 5;
  top: 0;
  transition: 0.5s all;
}

@media only screen and (max-width: 1400px) {
  .wrapper .goodIndex .name {
    width: 600px;
    height: 577px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper .goodIndex .name {
    width: 375px;
    height: 361px;
    transform: scale(0.7) translateY(calc(65% + 30px));
  }
}

@media only screen and (max-width: 400px) {
  .wrapper .goodIndex .name {
    transform: scale(0.7) translateY(calc(65% + 30px));
  }
}

@media only screen and (max-width: 330px) {
  .wrapper .goodIndex .name {
    transform: scale(0.7) translateY(calc(65% - 5px));
  }
}

.wrapper .goodIndex .name .bigTitle {
  font-size: 40px;
  letter-spacing: 10px;
  text-indent: 10px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: "Noto Serif TC", "Microsoft JhengHei";
  font-weight: 600;
  position: relative;
  top: 0;
  transition: 0.3s all;
}

@media only screen and (max-width: 1400px) {
  .wrapper .goodIndex .name .bigTitle {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}

@media all and (max-width: 768px) {
  .wrapper .goodIndex .name .bigTitle {
    font-size: 20px;
    line-height: 30px;
    margin-top: -20px;
  }
}

.wrapper .goodIndex .name .smallTitle {
  width: 100%;
  text-align: center;
  position: relative;
  top: 0;
  transition: 0.5s all;
  padding-bottom: 20px;
  font-weight: 300;
  padding-top: 10px;
}

@media only screen and (max-width: 768px) {
  .wrapper .goodIndex .name .smallTitle {
    padding-top: 0;
  }
}

.wrapper .goodIndex .name .smallTitle .sWord {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
  display: none;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .wrapper .goodIndex .name .smallTitle .sWord {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

.wrapper .goodIndex .name .smallTitle .sWordShow {
  display: block;
}

.wrapper .goodIndex .name .moreBtn {
  color: #fff;
  display: block;
  width: 170px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #fff;
  font-size: 1.6rem;
  transition: 0.3s all;
}

@media only screen and (max-width: 768px) {
  .wrapper .goodIndex .name .moreBtn {
    width: 130px;
    font-size: 1.4rem;
  }
}

.wrapper .goodIndex .name .moreBtn:hover {
  background-color: #fff;
  color: #303030;
}

.wrapper .goodIndex .name .opaTxt {
  opacity: 0;
}

.wrapper .goodIndex .opa {
  transform: rotateZ(45deg);
  opacity: 0;
}

.wrapper .goodIndex .arr {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 3;
  cursor: pointer;
}

@media all and (max-width: 768px) {
  .wrapper .goodIndex .arr {
    display: none;
  }
}

.wrapper .goodIndex .arrLeft {
  left: 20px;
}

.wrapper .goodIndex .arrRight {
  right: 20px;
}

.wrapper .goodIndex .fadeBanner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.wrapper .goodIndex .fadeBanner .ff {
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: 0.6s all;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wrapper .goodIndex .fadeBanner .ff:first-child {
  background-image: url(../img/f1.jpg);
}

.wrapper .goodIndex .fadeBanner .ff:nth-child(2) {
  background-image: url(../img/f2.jpg);
}

.wrapper .goodIndex .fadeBanner .ff:nth-child(3) {
  background-image: url(../img/f3.jpg);
}

.wrapper .goodIndex .fadeBanner .ff:last-child {
  background-image: url(../img/f4.jpg);
}

.wrapper .goodIndex .fadeBanner .fOpa {
  opacity: 1;
}

.wrapper .pro {
  height: calc(100vh - 37px);
}

@media only screen and (max-width: 1400px) {
  .wrapper .pro {
    height: calc(100vh - 60px);
  }
}

@media only screen and (max-width: 768px) {
  .wrapper .pro {
    height: auto;
  }
}

.wrapper .pro .nameCon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper .pro .nameCon .name {
  width: 750px;
  height: 738px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4yLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5ZyW5bGkXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNzc2LjggNzQ2LjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDc3Ni44IDc0Ni43OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7b3BhY2l0eTowLjM7fQ0KCS5zdDF7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO30NCgkuc3Qye2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGcgaWQ9Ikdyb3VwXzMwMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY5MC4wMzYgLTE1Mi4xNDcpIj4NCgk8ZyBpZD0iUmVjdGFuZ2xlXzE0NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA3OC4zOSAxOTYuMDk3KSByb3RhdGUoNDUpIj4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTUsMGg0NTNjMi44LDAsNSwyLjIsNSw1djQ1M2MwLDIuOC0yLjIsNS01LDVINWMtMi44LDAtNS0yLjItNS01VjVDMCwyLjIsMi4yLDAsNSwweiIvPg0KCQk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNSwxaDQ1M2MyLjIsMCw0LDEuOCw0LDR2NDUzYzAsMi4yLTEuOCw0LTQsNEg1Yy0yLjIsMC00LTEuOC00LTRWNUMxLDIuOCwyLjgsMSw1LDF6Ii8+DQoJPC9nPg0KCTxnIGlkPSJHcm91cF8yODIiPg0KCQk8bGluZSBpZD0iTGluZV85MSIgY2xhc3M9InN0MiIgeDE9IjEwMzMuNyIgeTE9IjE1Mi4xIiB4Mj0iMTQ2Ni40IiB5Mj0iNTg0LjQiLz4NCgkJPGxpbmUgaWQ9IkxpbmVfOTIiIGNsYXNzPSJzdDIiIHgxPSI2OTAuNSIgeTE9IjQ1OS41IiB4Mj0iMTEyMC41IiB5Mj0iODkxLjUiLz4NCgk8L2c+DQoJPGcgaWQ9Ikdyb3VwXzI4MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjkwLjM5IDE1Mi41KSI+DQoJCTxsaW5lIGlkPSJMaW5lXzkxLTIiIGNsYXNzPSJzdDIiIHgxPSI0MzIuNyIgeTE9Ii0wLjQiIHgyPSIwLjEiIHkyPSI0MzAiLz4NCgkJPGxpbmUgaWQ9IkxpbmVfOTItMiIgY2xhc3M9InN0MiIgeDE9Ijc3NiIgeTE9IjMwOCIgeDI9IjM0NiIgeTI9Ijc0MCIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 5;
  transition: 0.5s all;
}

@media only screen and (max-width: 1400px) {
  .wrapper .pro .nameCon .name {
    width: 600px;
    height: 577px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper .pro .nameCon .name {
    width: 375px;
    height: 361px;
    transform: scale(0.7);
  }
}

.wrapper .pro .nameCon .name .bigTitle {
  font-size: 40px;
  letter-spacing: 10px;
  text-indent: 10px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: 600;
  transition: 0.3s all;
}

@media only screen and (max-width: 1400px) {
  .wrapper .pro .nameCon .name .bigTitle {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}

@media all and (max-width: 768px) {
  .wrapper .pro .nameCon .name .bigTitle {
    font-size: 20px;
    line-height: 30px;
    margin-top: -20px;
  }
}

.wrapper .pro .nameCon .name .moreBtn {
  color: #fff;
  display: block;
  width: 170px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #fff;
  font-size: 1.6rem;
  margin-top: 10px;
  transition: 0.3s all;
}

@media only screen and (max-width: 768px) {
  .wrapper .pro .nameCon .name .moreBtn {
    width: 130px;
    font-size: 1.4rem;
  }
}

.wrapper .pro .nameCon .name .moreBtn:hover {
  background-color: #fff;
  color: #303030;
}

.wrapper .pro .nameCon .name .opaTxt {
  opacity: 0;
}

.wrapper .pro .nameCon .opa {
  transform: rotateZ(45deg);
  opacity: 0;
}

.wrapper .pro .grid {
  width: 100%;
  height: 100%;
  display: grid;
  grid-gap: 3px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  background-color: #303030;
}

.wrapper .pro .grid .box {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .wrapper .pro .grid .box {
    height: 170px;
  }
}

.wrapper .pro .grid .box:nth-child(1) {
  background-image: url(../img/p1.jpg);
}

.wrapper .pro .grid .box:nth-child(2) {
  background-image: url(../img/p2.jpg);
}

.wrapper .pro .grid .box:nth-child(3) {
  background-image: url(../img/p3.jpg);
}

.wrapper .pro .grid .box:nth-child(4) {
  background-image: url(../img/p4.jpg);
  background-position: bottom center;
}

.wrapper .banner {
  height: 60vh;
  background-image: url(../img/innerBanner.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper .banner .boxTitle {
  width: 250px;
  height: 250px;
  position: relative;
}

.wrapper .banner .boxTitle .box {
  transform: rotateZ(45deg);
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.wrapper .banner .boxTitle .word {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  letter-spacing: 5px;
  text-indent: 5px;
  position: relative;
  font-family: "Noto Serif TC", "Microsoft JhengHei";
  font-weight: 600;
}

.wrapper .banner .boxTitle .word span {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  letter-spacing: 0;
}

.wrapper .privoe {
  max-width: 1050px;
  margin: 0 auto;
  padding: 65px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media all and (max-width: 768px) {
  .wrapper .privoe {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.wrapper .privoe img {
  width: 338px;
}

.wrapper .privoe .rr {
  margin-left: 30px;
  max-width: 744px;
}

@media all and (max-width: 768px) {
  .wrapper .privoe .rr {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
  }
}

.wrapper .privoe .rr h2 {
  padding-bottom: 10px;
}

.wrapper .privoe .rr .tt {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}

.wrapper .privoe .rr .tt b {
  font-size: 20px;
  font-weight: normal;
  color: #909090;
}

@media all and (max-width: 500px) {
  .wrapper .privoe .rr .tt b {
    font-size: 20px;
  }
}

.wrapper .privoe .rr .learn {
  width: 275px;
  height: 65px;
  line-height: 65px;
  border: 1px solid #74af0d;
  text-decoration: none;
  border-radius: 5px;
  color: #74af0d;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  margin-top: 15px;
}

.wrapper .privoe .rr .learn:hover {
  background-color: #74af0d;
  color: #fff;
}

.wrapper .good {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media all and (max-width: 768px) {
  .wrapper .good {
    grid-template-columns: 1fr;
  }
}

.wrapper .good .bb {
  width: 100%;
  height: 45vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.wrapper .good .bb:hover .mm .box .border {
  transform: rotateZ(90deg);
}

.wrapper .good .bb .mm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.wrapper .good .bb .mm .box {
  width: 180px;
  height: 180px;
  position: relative;
}

.wrapper .good .bb .mm .box .border {
  transition: 0.5s all;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  transform: rotateZ(45deg);
  position: absolute;
}

.wrapper .good .bb .mm .box .txt {
  width: 100%;
  height: 100%;
  line-height: 180px;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 18px;
  letter-spacing: 4px;
  text-indent: 4px;
  font-family: "Noto Serif TC", "Microsoft JhengHei";
  font-weight: 600;
}

.wrapper .intellg {
  height: 90vh;
  margin-top: 10px;
  background-image: url(../img/building.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
}

@media all and (max-width: 500px) {
  .wrapper .intellg {
    padding: 20px;
    height: auto;
  }
}

.wrapper .intellg .black {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 50px;
}

@media all and (max-width: 500px) {
  .wrapper .intellg .black {
    padding: 30px 20px;
  }
}

.wrapper .intellg .black h2 {
  color: #fff;
}

.wrapper .intellg .black h2 span {
  color: #cdffa2;
}

.wrapper .intellg .black .underTT {
  width: 100%;
  height: calc(100% - 80px);
  overflow: auto;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #fff;
}

@media all and (max-width: 500px) {
  .wrapper .intellg .black .underTT {
    height: auto;
  }
}

.wrapper .intellg .black .underTT b {
  color: #c8f2ff;
  font-size: 20px;
}

.wrapper .intellg .black .underTT a {
  color: #fff;
  text-decoration: underline;
}

.wrapper .intellg .black .underTT a:hover {
  text-decoration: none;
}

.fixedDownload {
  position: fixed;
  right: 20px;
  bottom: 90px;
  width: 95px;
  height: 95px;
  z-index: 3;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: #74af0d;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  line-height: 15px;
}

.fixedDownload br {
  display: none;
}

.fixedDownload::before {
  content: "";
  width: 25px;
  height: 31px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NC4zNCA4MC40MyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLlnJblsaRfMiIgZGF0YS1uYW1lPSLlnJblsaQgMiI+PGcgaWQ9IkxheWVyXzEiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjMyLjE3IDU4Ljk4IDU4Ljk4IDMyLjE3IDQyLjkgMzIuMTcgNDIuOSAwIDIxLjQ1IDAgMjEuNTQgMzIuMTcgNS4zNiAzMi4xNyAzMi4xNyA1OC45OCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI1My42MiA1OC45OCA1My42MiA2OS43MSAxMC43MiA2OS43MSAxMC43MiA1OC45OCAwIDU4Ljk4IDAgNjkuNzEgMCA4MC40MyA2NC4zNCA4MC40MyA2NC4zNCA1OC45OCA1My42MiA1OC45OCIvPjwvZz48L2c+PC9zdmc+);
  background-position: center center;
  background-size: 25px;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  margin: 0 auto 5px auto;
  width: 100%;
}

.main {
  margin-left: 257px;
  width: calc(100% - 257px);
  position: relative;
}

@media only screen and (max-width: 768px) {
  .main {
    margin-left: 0;
    width: 100%;
    margin-top: 70px;
  }
}

.main .topKv {
  height: 75vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .main .topKv {
    height: 0;
    padding-bottom: 100%;
    background-size: 210%;
  }
}

.main .topKv .topTitle {
  width: 603px;
  height: 582px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MDQuNDU3IiBoZWlnaHQ9IjU4Mi43MDciIHZpZXdCb3g9IjAgMCA2MDQuNDU3IDU4Mi43MDciPg0KICA8ZyBpZD0iR3JvdXBfMzA0IiBkYXRhLW5hbWU9Ikdyb3VwIDMwNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc4Ni4zOTYgLTQ0LjE0NikiPg0KICAgIDxnIGlkPSJSZWN0YW5nbGVfMTA2IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxMDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwODguNDg3IDkwKSByb3RhdGUoNDUpIiBmaWxsPSJyZ2JhKDAsMCwwLDAuMjMpIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiI+DQogICAgICA8cmVjdCB3aWR0aD0iMzUwIiBoZWlnaHQ9IjM1MCIgcng9IjUiIHN0cm9rZT0ibm9uZSIvPg0KICAgICAgPHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9IjM0OCIgaGVpZ2h0PSIzNDgiIHJ4PSI0IiBmaWxsPSJub25lIi8+DQogICAgPC9nPg0KICAgIDxnIGlkPSJHcm91cF8yOTIiIGRhdGEtbmFtZT0iR3JvdXAgMjkyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDQpIj4NCiAgICAgIDxnIGlkPSJHcm91cF8yODkiIGRhdGEtbmFtZT0iR3JvdXAgMjg5Ij4NCiAgICAgICAgPGxpbmUgaWQ9IkxpbmVfOTMiIGRhdGEtbmFtZT0iTGluZSA5MyIgeDI9IjM0NiIgeTI9IjM0NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA0My41IDQwLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIvPg0KICAgICAgICA8bGluZSBpZD0iTGluZV85NCIgZGF0YS1uYW1lPSJMaW5lIDk0IiB4Mj0iMzQ2IiB5Mj0iMzQ2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3ODcgMjc2LjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIvPg0KICAgICAgPC9nPg0KICAgICAgPGcgaWQ9Ikdyb3VwXzI5MCIgZGF0YS1uYW1lPSJHcm91cCAyOTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc4NS43NSA0MC41KSI+DQogICAgICAgIDxsaW5lIGlkPSJMaW5lXzkzLTIiIGRhdGEtbmFtZT0iTGluZSA5MyIgeDE9IjM0NiIgeTI9IjM0NiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEiLz4NCiAgICAgICAgPGxpbmUgaWQ9IkxpbmVfOTQtMiIgZGF0YS1uYW1lPSJMaW5lIDk0IiB4MT0iMzQ2IiB5Mj0iMzQ2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNTYuNSAyMzYpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIvPg0KICAgICAgPC9nPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+DQo=);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-weight: 600;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  text-indent: 5px;
  letter-spacing: 5px;
  font-size: 5rem;
  line-height: 7.5rem;
  font-weight: bold;
  letter-spacing: 3px;
}

@media only screen and (max-width: 1400px) {
  .main .topKv .topTitle {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .main .topKv .topTitle {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
}

@media only screen and (max-width: 599px) {
  .main .topKv .topTitle {
    transform: scale(0.95) translateY(62%);
  }
}

@media only screen and (max-width: 400px) {
  .main .topKv .topTitle {
    transform: scale(0.8) translateY(67%);
  }
}

@media only screen and (max-width: 360px) {
  .main .topKv .topTitle {
    transform: scale(0.95) translateY(49%);
  }
}

@media only screen and (max-width: 350px) {
  .main .topKv .topTitle {
    transform: scale(0.95) translateY(55%);
  }
}

@media only screen and (max-width: 1400px) {
  .main .topKv .topTitle {
    width: 400px;
    height: 386px;
  }
}

@media only screen and (max-width: 350px) {
  .main .topKv .topTitle {
    width: 320px;
    height: 309px;
    font-size: 4rem;
    line-height: 6rem;
  }
}

@media only screen and (max-width: 599px) {
  .main .topKv .topTitle {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}

@media only screen and (max-width: 360px) {
  .main .topKv .topTitle {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

@media only screen and (max-width: 350px) {
  .main .topKv .topTitle {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}

.main .aboutKv {
  background-image: url(../img/aboutBg.jpg);
  background-position: center center;
}

.main .contactKv {
  background-image: url(../img/contacKv.jpg);
}

@media only screen and (max-width: 599px) {
  .main .contactKv {
    background-position: 80% center;
    background-size: cover;
  }
}

.main .jobKv {
  background-image: url(../img/jobKv.jpg);
}

@media only screen and (max-width: 768px) {
  .main .jobKv {
    background-size: cover;
    background-position: 26% center;
  }
}

.main .advantageKv {
  background-image: url(../img/advantageKv.jpg);
}

@media only screen and (max-width: 768px) {
  .main .advantageKv {
    background-image: url(../img/advantageKv2.jpg);
  }
}

.main .productsKv {
  background-image: url(../img/productsKv.jpg);
  background-position: 60% center;
}

@media only screen and (max-width: 1650px) {
  .main .productsKv {
    background-size: 120%;
    background-position: 20% center;
  }
}

@media only screen and (max-width: 1366px) {
  .main .productsKv {
    background-size: cover;
    background-position: 60% center;
  }
}

@media only screen and (max-width: 599px) {
  .main .productsKv {
    background-position: 45% center;
    background-size: 190%;
  }
}

@media only screen and (max-width: 360px) {
  .main .productsKv {
    background-position: 40% center;
    background-size: 200%;
  }
}

.main .bread {
  padding: 15px;
  font-size: 1.6rem;
  position: relative;
  z-index: 3;
}

.main .bread a:hover {
  text-decoration: underline;
}

.main .pro {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.main .pro .downloadBtn {
  position: absolute;
  right: 20px;
  bottom: 90px;
  width: 95px;
  height: 95px;
  z-index: 3;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: #74af0d;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  line-height: 15px;
}

.main .pro .downloadBtn::before {
  content: "";
  width: 25px;
  height: 31px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NC4zNCA4MC40MyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLlnJblsaRfMiIgZGF0YS1uYW1lPSLlnJblsaQgMiI+PGcgaWQ9IkxheWVyXzEiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjMyLjE3IDU4Ljk4IDU4Ljk4IDMyLjE3IDQyLjkgMzIuMTcgNDIuOSAwIDIxLjQ1IDAgMjEuNTQgMzIuMTcgNS4zNiAzMi4xNyAzMi4xNyA1OC45OCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI1My42MiA1OC45OCA1My42MiA2OS43MSAxMC43MiA2OS43MSAxMC43MiA1OC45OCAwIDU4Ljk4IDAgNjkuNzEgMCA4MC40MyA2NC4zNCA4MC40MyA2NC4zNCA1OC45OCA1My42MiA1OC45OCIvPjwvZz48L2c+PC9zdmc+);
  background-position: center center;
  background-size: 25px;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  margin: 0 auto 5px auto;
  width: 100%;
}

.main .pro .downloadBtn1 {
  bottom: 90px;
}

.main .pro .downloadBtn2 {
  bottom: 150px;
}

.main .pro .h2Style {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  .main .pro .h2Style {
    font-size: 3rem;
  }
}

.main .pro .h2Style .lineStyle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 3rem;
}

@media only screen and (max-width: 1280px) {
  .main .pro .h2Style .lineStyle {
    font-size: 2rem;
  }
}

.main .pro .h2Style .lineStyle .line {
  width: 200px;
  height: 1px;
  background-color: gray;
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .main .pro .h2Style .lineStyle .line {
    width: 100px;
  }
}

.main .pro .gridPro1 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3px;
  margin: 30px auto 0 auto;
}

.main .pro .gridPro1 .pp {
  height: 380px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 599px) {
  .main .pro .gridPro1 .pp {
    height: 175px;
  }
}

.main .pro .gridPro1 .pp:nth-child(1) {
  background-image: url(../img/pp1.jpg);
}

.main .pro .gridPro1 .pp:nth-child(2) {
  background-image: url(../img/pp2.jpg);
}

.main .pro .gridPro1 .pp:nth-child(3) {
  background-image: url(../img/pp3.jpg);
}

.main .pro .gridPro1 .pp:nth-child(4) {
  background-image: url(../img/pp5.jpg);
}

.main .pro .gridPro2 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3px;
  max-width: 1400px;
  margin: 30px auto 60px auto;
}

@media only screen and (max-width: 599px) {
  .main .pro .gridPro2 {
    grid-template-columns: 1fr;
  }
}

.main .pro .gridPro2 .pp {
  height: 450px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 599px) {
  .main .pro .gridPro2 .pp {
    height: 175px;
  }
}

.main .pro .gridPro2 .pp:nth-child(1) {
  background-image: url(../img/pp4.jpg);
}

.main .pro .gridPro2 .pp:nth-child(2) {
  background-image: url(../img/pp6.jpg);
}

@media only screen and (max-width: 599px) {
  .main .pro .gridPro2 .pp:nth-child(2) {
    background-position: center 90%;
  }
}

.main .robots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2px;
}

@media only screen and (max-width: 768px) {
  .main .robots {
    grid-template-columns: 1fr;
  }
}

.main .robots .pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 490px;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .main .robots .pic {
    height: 390px;
  }
}

@media only screen and (max-width: 768px) {
  .main .robots .pic {
    height: 350px;
  }
}

.main .robots .pic:nth-child(1) {
  background-image: url(../img/f1.jpg);
}

.main .robots .pic:nth-child(2) {
  background-image: url(../img/a2.jpg);
}

.main .robots .pic:nth-child(3) {
  background-image: url(../img/f3.jpg);
}

.main .robots .pic:nth-child(4) {
  background-image: url(../img/f4.jpg);
}

.main .robots .pic .blackMask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.main .robots .pic .blackMask .angle {
  left: 50%;
  top: 50%;
  margin-left: -208px;
  margin-top: -201px;
  position: absolute;
  width: 417px;
  height: 402px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MTguNTgyIiBoZWlnaHQ9IjQwMy41MjgiIHZpZXdCb3g9IjAgMCA0MTguNTgyIDQwMy41MjgiPg0KICA8ZyBpZD0iR3JvdXBfMjk2IiBkYXRhLW5hbWU9Ikdyb3VwIDI5NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0Ni43NzEgLTEwNDcuMzUyKSI+DQogICAgPGcgaWQ9IlJlY3RhbmdsZV8xMDUiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDEwNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzU1Ljk2NyAxMDc2LjQyOSkgcm90YXRlKDQ1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiPg0KICAgICAgPHJlY3Qgd2lkdGg9IjI0Mi4yNDYiIGhlaWdodD0iMjQyLjI0NiIgcng9IjUiIHN0cm9rZT0ibm9uZSIvPg0KICAgICAgPHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9IjI0MC4yNDYiIGhlaWdodD0iMjQwLjI0NiIgcng9IjQiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGcgaWQ9Ikdyb3VwXzI5MSIgZGF0YS1uYW1lPSJHcm91cCAyOTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0Ny4xMjUgMTA0Ny43MDYpIj4NCiAgICAgIDxnIGlkPSJHcm91cF8yODkiIGRhdGEtbmFtZT0iR3JvdXAgMjg5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjg2NSAwKSI+DQogICAgICAgIDxsaW5lIGlkPSJMaW5lXzkzIiBkYXRhLW5hbWU9IkxpbmUgOTMiIHgyPSIyMzkuNDc4IiB5Mj0iMjM5LjQ3OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTc3LjUzMikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogICAgICAgIDxsaW5lIGlkPSJMaW5lXzk0IiBkYXRhLW5hbWU9IkxpbmUgOTQiIHgyPSIyMzkuNDc4IiB5Mj0iMjM5LjQ3OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxNjMuMzQzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEiLz4NCiAgICAgIDwvZz4NCiAgICAgIDxnIGlkPSJHcm91cF8yOTAiIGRhdGEtbmFtZT0iR3JvdXAgMjkwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIj4NCiAgICAgICAgPGxpbmUgaWQ9IkxpbmVfOTMtMiIgZGF0YS1uYW1lPSJMaW5lIDkzIiB4MT0iMjM5LjQ3OCIgeTI9IjIzOS40NzgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogICAgICAgIDxsaW5lIGlkPSJMaW5lXzk0LTIiIGRhdGEtbmFtZT0iTGluZSA5NCIgeDE9IjIzOS40NzgiIHkyPSIyMzkuNDc4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzcuNTMyIDE2My4zNDMpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIvPg0KICAgICAgPC9nPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+DQo=);
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s all;
}

@media only screen and (max-width: 1400px) {
  .main .robots .pic .blackMask .angle {
    width: 350px;
    height: 337px;
    margin-left: -175px;
    margin-top: -168px;
  }
}

@media only screen and (max-width: 450px) {
  .main .robots .pic .blackMask .angle {
    width: 250px;
    height: 241px;
    margin-left: -125px;
    margin-top: -120px;
  }
}

.main .robots .pic .blackMask .angle:hover {
  transform: rotateZ(90deg);
}

.main .robots .pic .blackMask .info {
  width: 417px;
  height: 402px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1400px) {
  .main .robots .pic .blackMask .info {
    width: 350px;
    height: 337px;
  }
}

@media only screen and (max-width: 450px) {
  .main .robots .pic .blackMask .info {
    width: 250px;
    height: 241px;
  }
}

.main .robots .pic .blackMask .info .name {
  width: 100%;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  padding-bottom: 6px;
}

.main .robots .pic .blackMask .info .icon {
  width: 40px;
}

.main .know {
  width: 100%;
  height: 750px;
  background-image: url(../img/knowledge.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  overflow: hidden;
}

@media only screen and (max-width: 1400px) {
  .main .know {
    height: 650px;
  }
}

.main .know .inner {
  max-width: 1000px;
  margin: 40px auto 0 auto;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .main .know .inner {
    max-width: 700px;
  }
}

.main .know .inner .angleArr {
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: 495px;
}

@media only screen and (max-width: 1400px) {
  .main .know .inner .angleArr {
    top: 416px;
  }
}

@media only screen and (max-width: 768px) {
  .main .know .inner .angleArr {
    top: 395px;
  }
}

.main .know .inner .btnSlide {
  position: absolute;
  top: 580px;
  cursor: pointer;
  width: 50px;
  z-index: 3;
}

@media only screen and (max-width: 1400px) {
  .main .know .inner .btnSlide {
    top: 500px;
  }
}

@media only screen and (max-width: 1280px) {
  .main .know .inner .btnSlide {
    width: 30px;
    top: 510px;
  }
}

@media only screen and (max-width: 768px) {
  .main .know .inner .btnSlide {
    top: 490px;
  }
}

.main .know .inner .leftBtn {
  left: -60px;
}

@media only screen and (max-width: 1280px) {
  .main .know .inner .leftBtn {
    left: -35px;
  }
}

@media only screen and (max-width: 768px) {
  .main .know .inner .leftBtn {
    left: -15px;
  }
}

@media only screen and (max-width: 450px) {
  .main .know .inner .leftBtn {
    left: 10px;
  }
}

.main .know .inner .rightBtn {
  right: -60px;
}

@media only screen and (max-width: 1280px) {
  .main .know .inner .rightBtn {
    right: -35px;
  }
}

@media only screen and (max-width: 768px) {
  .main .know .inner .rightBtn {
    right: -15px;
  }
}

@media only screen and (max-width: 450px) {
  .main .know .inner .rightBtn {
    right: 10px;
  }
}

.main .know .inner .allWord {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  border-top: 3px solid #306700;
  padding: 30px;
}

@media only screen and (max-width: 768px) {
  .main .know .inner .allWord {
    padding: 20px;
  }

  .main .know .inner .allWord .scrollTxt {
    padding: 0;
  }
}

.main .know .inner .allWord .pager {
  display: block;
  width: 100%;
  padding-top: 15px;
  text-align: center;
  font-size: 0;
}

.main .know .inner .allWord .pager li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #707070;
  cursor: pointer;
  margin-left: 3px;
  margin-right: 3px;
}

.main .know .inner .allWord .pager .current {
  background-color: #306700;
}

.main .know .inner .allWord .scrollTxt {
  height: 380px;
  overflow: auto;
  padding: 20px;
}

.article {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media only screen and (max-width: 1400px) {
  .main .know .inner .allWord .scrollTxt {
    height: 300px;
  }
}

.main .know .inner .allWord .bigTitle {
  font-weight: 600;
  letter-spacing: 5px;
  text-indent: 5px;
  font-size: 3rem;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .main .know .inner .allWord .bigTitle {
    margin-left: 0;
    margin-right: 0;
  }
}

.main .know .inner .allWord .bigTitle .line {
  width: 100px;
  height: 1px;
  background-color: #000;
  margin: 0 10px;
}

.main .know .inner .allWord .bigTitle .line:last-child {
  position: relative;
  left: -5px;
}

.main .know .inner .allWord .scrollTxt p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
  .main .know .inner .allWord .scrollTxt p {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

.main .know .inner .allWord .scrollTxt p b {
  display: block;
  padding-bottom: 3px;
  color: #000;
  font-size: 2rem;
  font-weight: 600;
}

.articleTitle {
  letter-spacing: 5px;
  font-size: 2.5rem;
  color: #306700;
  text-align: center;
  font-weight: 600;
  padding-bottom: 30px;
  padding-top: 30px;
  line-height: 3.3rem;
}

.main .know .inner .list {
  padding-top: 20px;
  cursor: pointer;
  font-size: 0;
  overflow: hidden;
}

.main .know .inner .list .moveSlide {
  position: relative;
  left: 0;
  white-space: nowrap;
}

.main .know .inner .list .moveSlide .l {
  display: inline-block;
  width: calc(33.3% - 10px);
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 3px solid #fff;
  padding: 15px;
  margin-right: 15px;
}

.main .know .inner .list .moveSlide .current {
  border-top: 3px solid #306700;
}

@media only screen and (max-width: 768px) {
  .main .know .inner .list .moveSlide .l {
    margin-right: 0;
    width: 100%;
    padding: 30px 30px 20px 30px;
  }
}

@media only screen and (max-width: 450px) {
  .main .know .inner .list .moveSlide .l {
    padding: 30px 60px 20px 60px;
  }
}

.main .know .inner .list .moveSlide .l:last-child {
  margin-right: 0;
}

.main .know .inner .list .moveSlide .l .title {
  padding-bottom: 10px;
  font-size: 2rem;
  color: #306700;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .know .inner .list .moveSlide .l .txt {
  overflow: hidden;
  white-space: normal;
  height: 72px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .main .know .inner .list .moveSlide .l .txt {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

@media only screen and (max-width: 768px) {
  .main .know .inner .list .moveSlide .l .txt {
    height: 45px;
  }
}

.main .certificate {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 1700px) {
  .main .certificate {
    max-width: 1490px;
  }
}

@media only screen and (max-width: 1400px) {
  .main .certificate {
    max-width: 1000px;
  }
}

@media only screen and (max-width: 1280px) {
  .main .certificate {
    flex-wrap: wrap;
  }
}

.main .certificate .tt {
  padding-left: 25px;
}

@media only screen and (max-width: 1280px) {
  .main .certificate .tt {
    padding-left: 0;
    padding-top: 20px;
  }
}

.main .certificate .tt .title {
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 3px;
  padding-bottom: 5px;
}

.main .certificate .tt .middleTitle {
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 300;
  padding-bottom: 20px;
}

.main .certificate .tt .innerTxt {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .main .certificate .tt .innerTxt {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

.main .certificate .pic {
  white-space: nowrap;
  text-align: center;
}

.main .certificate .pic .p {
  width: 260px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.main .certificate .pic .p:nth-child(2) {
  display: none;
}

@media only screen and (max-width: 1700px) {
  .main .certificate .pic .p {
    width: 200px;
  }
}

@media only screen and (max-width: 1400px) {
  .main .certificate .pic .p {
    width: 160px;
  }
}

@media only screen and (max-width: 1280px) {
  .main .certificate .pic .p {
    width: calc(33.3% - 10px);
  }
}

.main .certificate .pic .p:last-child {
  margin-right: 0;
}

.main .certificate .pic .p img {
  width: 100%;
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.main .certificate .pic .p .zoom {
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45OTkiIGhlaWdodD0iMjAuMDAyIiB2aWV3Qm94PSIwIDAgMTkuOTk5IDIwLjAwMiI+DQogIDxwYXRoIGlkPSJQYXRoXzY0MyIgZGF0YS1uYW1lPSJQYXRoIDY0MyIgZD0iTTEuODc1LTEwYS40Ny40NywwLDAsMC0uNDY5LS40NjlILS43ODF2LTIuMTg3YS40Ny40NywwLDAsMC0uNDY5LS40NjlILTIuNWEuNDcuNDcsMCwwLDAtLjQ2OS40Njl2Mi4xODhILTUuMTU2QS40Ny40NywwLDAsMC01LjYyNS0xMHYxLjI1YS40Ny40NywwLDAsMCwuNDY5LjQ2OWgyLjE4OHYyLjE4OGEuNDcuNDcsMCwwLDAsLjQ2OS40NjloMS4yNWEuNDcuNDcsMCwwLDAsLjQ2OS0uNDY5Vi04LjI4MUgxLjQwNmEuNDcuNDcsMCwwLDAsLjQ2OS0uNDY5Wk05LjcyNywxLjEyMWEuOTQ1Ljk0NSwwLDAsMCwwLTEuMzI4TDUuODMyLTQuMWEuOTM3LjkzNywwLDAsMC0uNjY0LS4yNzNINC41MzFhOC4wODUsOC4wODUsMCwwLDAsMS43MTktNUE4LjEyNCw4LjEyNCwwLDAsMC0xLjg3NS0xNy41LDguMTI0LDguMTI0LDAsMCwwLTEwLTkuMzc1LDguMTI0LDguMTI0LDAsMCwwLTEuODc1LTEuMjVhOC4wODUsOC4wODUsMCwwLDAsNS0xLjcxOXYuNjM3YS45MzcuOTM3LDAsMCwwLC4yNzMuNjY0TDcuMywyLjIyN2EuOTM0LjkzNCwwLDAsMCwxLjMyNCwwWk0zLjQzOC05LjM3NUE1LjMwOCw1LjMwOCwwLDAsMS0xLjg3NS00LjA2Miw1LjMwOCw1LjMwOCwwLDAsMS03LjE4Ny05LjM3NWE1LjMwOCw1LjMwOCwwLDAsMSw1LjMxMy01LjMxMkE1LjMwOCw1LjMwOCwwLDAsMSwzLjQzOC05LjM3NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwIDE3LjUpIiBmaWxsPSIjMzAzMDMwIi8+DQo8L3N2Zz4NCg==);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  z-index: 2;
  background-size: cover;
}

.main .job {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 80px;
  overflow: hidden;
}

.myButton {
  background-color: #74af0d;
  border: none;
  border-radius: 5px;
  width: 85px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .main .job {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .main .job:nth-child(3) {
    padding-top: 50px;
  }
}

.main .job .stepJob {
  text-align: center;
  white-space: nowrap;
  position: relative;
  left: 30px;
}

@media only screen and (max-width: 1580px) {
  .main .job .stepJob {
    left: 15px;
  }
}

@media only screen and (max-width: 1280px) {
  .main .job .stepJob {
    white-space: normal;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1024px) {
  .main .job .stepJob {
    white-space: normal;
    width: 400px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 450px) {
  .main .job .stepJob {
    left: 0;
  }
}

@media only screen and (max-width: 400px) {
  .main .job .stepJob {
    width: 360px;
    left: 0;
  }
}

.main .job .stepJob .ss {
  display: inline-block;
  position: relative;
  width: 315px;
  height: 420px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 -20px;
  vertical-align: top;
}

@media only screen and (max-width: 1750px) {
  .main .job .stepJob .ss {
    width: 280px;
    height: 373px;
    margin: 0 -15px;
  }
}

@media only screen and (max-width: 1580px) {
  .main .job .stepJob .ss {
    width: 250px;
    height: 333px;
  }
}

@media only screen and (max-width: 1400px) {
  .main .job .stepJob .ss {
    width: 200px;
    height: 267px;
    margin: 0 -5px;
  }
}

@media only screen and (max-width: 1280px) {
  .main .job .stepJob .ss {
    margin: 0 -10px;
  }
}

@media only screen and (max-width: 599px) {
  .main .job .stepJob .ss {
    display: block;
    margin: 0 auto !important;
    width: 300px !important;
    height: 401px !important;
    margin: 0 auto;
    position: relative;
    left: 10px;
  }
}

@media only screen and (max-width: 355px) {
  .main .job .stepJob .ss {
    left: -10px;
  }
}

@media only screen and (max-width: 400px) {
  .main .job .stepJob .ss {
    width: 180px;
    height: 240px;
  }
}

.main .job .stepJob .ss:nth-child(1) {
  background-image: url(../img/s1.svg);
}

.main .job .stepJob .ss:nth-child(2) {
  background-image: url(../img/s2.svg);
}

.main .job .stepJob .ss:nth-child(3) {
  background-image: url(../img/s3.svg);
}

.main .job .stepJob .ss:nth-child(4) {
  background-image: url(../img/s4.svg);
}

.main .job .stepJob .ss:nth-child(5) {
  background-image: url(../img/s5.svg);
}

.main .job .stepJob .ss .tt {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  padding-top: 250px;
  padding-right: 60px;
}

@media only screen and (max-width: 1750px) {
  .main .job .stepJob .ss .tt {
    padding-top: 220px;
  }
}

@media only screen and (max-width: 1580px) {
  .main .job .stepJob .ss .tt {
    padding-top: 180px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 1400px) {
  .main .job .stepJob .ss .tt {
    padding-top: 160px;
  }
}

@media only screen and (max-width: 768px) {
  .main .job .stepJob .ss .tt {
    font-size: 1.5rem;
    line-height: 2.2rem;
    padding-top: 230px;
  }
}

@media only screen and (max-width: 400px) {
  .main .job .stepJob .ss .tt {
    padding-top: 240px;
    padding-right: 60px;
  }
}

.main .job h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  letter-spacing: 6px;
  text-indent: 6px;
  text-align: center;
  margin-bottom: 30px;
}

.main .job h2 .line {
  height: 1px;
  background-color: #707070;
  width: 150px;
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .main .job h2 .line {
    width: 100px;
  }
}

@media only screen and (max-width: 400px) {
  .main .job h2 .line {
    width: 80px;
  }
}

@media only screen and (max-width: 1280px) {
  .main .job h2 {
    font-size: 3rem;
  }
}

.main .job .txtJob {
  max-width: 1300px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .main .job .txtJob {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

.main .job .txtJob a {
  color: #306700;
  font-weight: 600;
}

.main .job .txtJob a:hover {
  text-decoration: underline;
}

.main .job .jobStep1 {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 1780px) {
  .main .job .jobStep1 {
    width: 90%;
  }
}

@media only screen and (max-width: 1630px) {
  .main .job .jobStep1 {
    display: none;
  }
}

.main .job .jobStep2 {
  display: none;
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 1630px) {
  .main .job .jobStep2 {
    display: block;
    width: 95%;
  }
}

@media only screen and (max-width: 1280px) {
  .main .job .jobStep2 {
    display: none;
  }
}

.main .job .jobStep3 {
  display: none;
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .main .job .jobStep3 {
    display: block;
    width: 65%;
    left: 3%;
  }
}

@media only screen and (max-width: 768px) {
  .main .job .jobStep3 {
    width: 80%;
  }
}

@media only screen and (max-width: 450px) {
  .main .job .jobStep3 {
    width: 95%;
  }
}

.main .form {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 80px;
}

.main .form h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  letter-spacing: 6px;
  text-indent: 6px;
  text-align: center;
  margin-bottom: 30px;
}

.main .form h2 .line {
  height: 1px;
  background-color: #707070;
  width: 150px;
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .main .form h2 .line {
    width: 100px;
  }
}

@media only screen and (max-width: 400px) {
  .main .form h2 .line {
    width: 80px;
  }
}

@media only screen and (max-width: 1280px) {
  .main .form h2 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 400px) {
  .main .form h2 {
    white-space: nowrap;
  }
}

.main .form .formTable {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

.main .form .formTable tr td {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  font-size: 0;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .main .form .formTable tr td {
    display: block;
    width: 100%;
  }
}

.main .form .formTable tr td input {
  height: 60px;
  background-color: #efefef;
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .main .form .formTable tr td input {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

.main .form .formTable tr td .phone {
  width: 70%;
  margin-right: 10px;
}

.main .form .formTable tr td .extension {
  width: calc(30% - 10px);
}

.main .form .formTable tr td textarea {
  width: 100%;
  height: 266px;
  background-color: #efefef;
  border-radius: 3px;
  padding: 15px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .main .form .formTable tr td textarea {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

.main .form .formTable tr td .sendBtn {
  color: #fff;
  border-radius: 5px;
  width: 130px;
  height: 45px;
  line-height: 43px;
  font-size: 1.6rem;
  display: inline-block;
  background-color: #74af0d;
  text-align: center;
  font-weight: 300;
  border: 1px solid #74af0d;
  transition: 0.3s all;
  margin-right: 10px;
  -webkit-appearance: none;
}

.main .form .formTable tr td .sendBtn:hover {
  background-color: #fff;
  color: #74af0d;
}

.main .form .formTable tr td .restBtn {
  color: #74af0d;
  border-radius: 5px;
  width: 130px;
  height: 45px;
  line-height: 43px;
  font-size: 1.6rem;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  font-weight: 300;
  border: 1px solid #74af0d;
  transition: 0.3s all;
  margin-right: 10px;
}

.main .form .formTable tr td .restBtn:hover {
  opacity: 0.5;
}

.main .form .formTable tr .tdTxt {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .main .form .formTable tr .tdTxt {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

.main .form .formTable tr .btnTd {
  white-space: nowrap;
}

.main .map {
  width: 100%;
  height: 675px;
}

.main .map iframe {
  display: block;
}

.main .aboutTxt {
  position: relative;
  padding-bottom: 350px;
}

@media only screen and (max-width: 1380px) {
  .main .aboutTxt {
    padding-bottom: 400px;
  }
}

@media only screen and (max-width: 1280px) {
  .main .aboutTxt {
    padding-bottom: 320px;
  }
}

@media only screen and (max-width: 1024px) {
  .main .aboutTxt {
    padding-bottom: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .main .aboutTxt {
    padding-bottom: 300px;
  }
}

.main .aboutTxt .word {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 450px) {
  .main .aboutTxt .word {
    padding: 0 10px;
  }
}

.main .aboutTxt .word h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  letter-spacing: 6px;
  text-indent: 6px;
  text-align: center;
}

.main .aboutTxt .word h2 .line {
  height: 1px;
  background-color: #707070;
  width: 150px;
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .main .aboutTxt .word h2 .line {
    width: 100px;
  }
}

@media only screen and (max-width: 400px) {
  .main .aboutTxt .word h2 .line {
    width: 80px;
  }
}

@media only screen and (max-width: 1280px) {
  .main .aboutTxt .word h2 {
    font-size: 3rem;
  }
}

.main .aboutTxt .word .greenTitle {
  color: #74af0d;
  font-size: 2.5rem;
  padding-top: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.main .aboutTxt .word .twoWord {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 40px 100px 0 100px;
}

@media only screen and (max-width: 1500px) {
  .main .aboutTxt .word .twoWord {
    padding: 40px 50px 0 50px;
  }
}

@media only screen and (max-width: 450px) {
  .main .aboutTxt .word .twoWord {
    padding: 40px 10px;
  }
}

.main .aboutTxt .word .twoWord .tt {
  width: calc(50% - 20px);
  letter-spacing: 1px;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .main .aboutTxt .word .twoWord .tt {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

.main .aboutTxt .word .twoWord .tt:first-child {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .main .aboutTxt .word .twoWord .tt:first-child {
    margin-left: auto;
    margin-right: auto;
  }
}

.main .aboutTxt .word .twoWord .tt:last-child {
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .main .aboutTxt .word .twoWord .tt:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  .main .aboutTxt .word .twoWord .tt {
    width: 90%;
  }
}

.main .aboutTxt .sky {
  position: absolute;
  left: 0;
  top: 40px;
  background-image: url(../img/sky.png);
  background-repeat: repeat-x;
  height: 538px;
  width: 100%;
  animation: skyMove 50s linear infinite;
}

@media only screen and (max-width: 768px) {
  .main .aboutTxt .sky {
    top: auto;
    bottom: 350px;
  }
}

@media only screen and (max-width: 599px) {
  .main .aboutTxt .sky {
    top: 0;
  }
}

.main .aboutTxt .mountain {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/mountain.png);
  background-repeat: repeat-x;
  background-position: right bottom;
  height: 934px;
  width: 100%;
}

@media only screen and (max-width: 450px) {
  .main .aboutTxt .mountain {
    background-position: 690px bottom;
  }
}

.main .time {
  padding-top: 55px;
  padding-bottom: 55px;
}

.main .time h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  letter-spacing: 6px;
  text-indent: 6px;
  text-align: center;
  padding-bottom: 60px;
}

.main .time h2 .line {
  height: 1px;
  background-color: #707070;
  width: 150px;
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .main .time h2 .line {
    width: 100px;
  }
}

@media only screen and (max-width: 400px) {
  .main .time h2 .line {
    width: 80px;
  }
}

@media only screen and (max-width: 1280px) {
  .main .time h2 {
    font-size: 3rem;
  }
}

.main .time .timeLine img {
  display: block;
  margin: 0 auto;
}

.main .time .timeLine .time1 {
  width: 90%;
}

@media only screen and (max-width: 1400px) {
  .main .time .timeLine .time1 {
    display: none;
  }
}

.main .time .timeLine .time2 {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .main .time .timeLine .time2 {
    width: 90%;
    display: block;
  }
}

@media only screen and (max-width: 1350px) {
  .main .time .timeLine .time2 {
    display: none;
  }
}

.main .time .timeLine .time3 {
  display: none;
}

@media only screen and (max-width: 1350px) {
  .main .time .timeLine .time3 {
    display: block;
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .main .time .timeLine .time3 {
    display: none;
  }
}

.main .time .timeLine .mobileTime {
  display: none;
}

@media only screen and (max-width: 768px) {
  .main .time .timeLine .mobileTime {
    display: block;
    position: relative;
    left: 55px;
  }
}

@media only screen and (max-width: 450px) {
  .main .time .timeLine .mobileTime {
    width: 60%;
  }
}

@media only screen and (max-width: 400px) {
  .main .time .timeLine .mobileTime {
    left: 45px;
  }
}

.main .client {
  background-color: #dedede;
  padding: 95px 0;
}

.main .client h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  letter-spacing: 6px;
  text-indent: 6px;
  text-align: center;
}

.main .client h2 .line {
  height: 1px;
  background-color: #707070;
  width: 150px;
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .main .client h2 .line {
    width: 100px;
  }
}

@media only screen and (max-width: 400px) {
  .main .client h2 .line {
    width: 80px;
  }
}

@media only screen and (max-width: 1280px) {
  .main .client h2 {
    font-size: 3rem;
  }
}

.main .client .clientList {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 400px 400px 400px;
  grid-row-gap: 5px;
  grid-column-gap: 70px;
  max-width: 1360px;
  padding-top: 40px;
}

@media only screen and (max-width: 1650px) {
  .main .client .clientList {
    grid-column-gap: 30px;
    max-width: 1270px;
  }
}

@media only screen and (max-width: 1570px) {
  .main .client .clientList {
    max-width: 960px;
    grid-template-columns: 300px 300px 300px;
  }
}

@media only screen and (max-width: 1200px) {
  .main .client .clientList {
    grid-template-columns: 300px 300px;
    max-width: 633px;
  }
}

@media only screen and (max-width: 599px) {
  .main .client .clientList {
    grid-template-columns: 370px;
    grid-column-gap: 0;
    max-width: 350px;
    grid-row-gap: 0;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 320px) {
  .main .client .clientList {
    grid-template-columns: 320px;
  }
}

.main .client .clientList li {
  display: inline-block;
  font-size: 1.7rem;
  width: 400px;
  border-top: 1px solid #505050;
  padding-top: 25px;
  padding-bottom: 25px;
  white-space: nowrap;
  font-weight: 600;
  vertical-align: top;
}

@media only screen and (max-width: 1570px) {
  .main .client .clientList li {
    font-size: 1.7rem;
    width: 300px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .main .client .clientList li {
    width: 350px;
  }
}

@media only screen and (max-width: 360px) {
  .main .client .clientList li {
    width: 310px;
    margin: 0 auto;
  }
}

.main .client .clientList li img {
  position: relative;
  top: 4px;
  width: 20px;
}

@media only screen and (max-width: 1570px) {
  .main .client .clientList li img {
    top: 3px;
  }
}

@media only screen and (max-width: 599px) {
  .main .client .clientList li img {
    top: 4px;
  }
}

.main .client .clientList .needBorder {
  border-bottom: 1px solid #505050;
}

@media only screen and (max-width: 1200px) {
  .main .client .clientList .needBorder {
    border-bottom: none;
  }
}

@media only screen and (max-width: 1024px) {
  .main .client .clientList .needBorder:nth-child(7) {
    border-bottom: 1px solid #505050;
  }
}

@media only screen and (max-width: 599px) {
  .main .client .clientList .needBorder:nth-child(7) {
    border-bottom: none;
  }
}

@keyframes skyMove {
  0% {
    background-position: 0 top;
  }

  100% {
    background-position: 5000px top;
  }
}

.mPlay {
  position: absolute;
  width: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -45%;
  z-index: 6;
  display: none;
}

@media only screen and (max-width: 599px) {
  .mPlay {
    display: block;
  }
}

@media only screen and (max-width: 400px) {
  .mPlay {
    margin-top: -215px;
  }
}

@media only screen and (max-width: 370px) {
  .mPlay {
    margin-top: -205px;
    width: 50px;
    margin-left: -25px;
  }
}
