body,
div,
a,
ul,
li,
img,
table,
tr,
td,
header,
footer,
nav,
h1,
h2,
h3,
h4,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #303030;
  font-family: "Microsoft JhengHei", sans-serif;
  list-style: none;
  border: none;
  border-collapse: collapse;
  outline: none;
  box-sizing: border-box;
}

.into {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.into .bgCon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #eee;
}

.into .bgCon .bg {
  width: 5%;
  height: 6.2%;
  background-image: url("../img/intoBg.jpg");
  background-size: cover;
  position: absolute;
  transition: 0.5s all;
}

.into .bgCon .opa {
  opacity: 0;
}

.into .bgCon .bgTop {
  top: 0;
}

.into .bgCon .bgBottom {
  bottom: 0;
}

.into .logoIcon {
  width: 50px;
  animation: 2s iconRoto infinite;
}

.into .iconTxt {
  font-size: 12px;
  color: #505050;
  text-align: center;
  padding-top: 10px;
  width: 100%;
  position: relative;
}

.into .skip {
  text-align: center;
  font-size: 12px;
  color: #aaa;
  display: block;
  width: 100%;
  position: absolute;
  z-index: 2;
  display: none;
  font-family: "Suranna", serif;
  bottom: 8%;
  padding: 5px 0;
  border-radius: 15px;
  width: 70px;
  transition: 0.3s all;
  border: 1px solid #aaa;
}

.into .skip:hover {
  background-color: #aaa;
  color: #fff;
}

@keyframes iconRoto {
  0% {
    transform: perspective(100px) rotateY(0deg);
  }

  100% {
    transform: perspective(100px) rotateY(360deg);
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8;
  background-color: #fff;
  width: 100px;
  height: 100vh;
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 900px) {
  header {
    width: 100%;
    height: 60px;
  }
}

header .menuBtn {
  display: block;
  width: 100%;
  height: 80px;
  background-color: #1cb4bf;
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
  header .menuBtn {
    width: 60px;
    height: 60px;
  }
}

header .menuBtn .line {
  width: 42px;
  position: relative;
  height: 32px;
  margin: 17px auto 0 auto;
}

@media only screen and (max-width: 900px) {
  header .menuBtn .line {
    width: 32px;
    height: 22px;
  }
}

header .menuBtn .line div {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: 0.3s all;
}

header .menuBtn .line div:nth-child(1) {
  top: 0;
}

header .menuBtn .line div:nth-child(2) {
  top: 12px;
}

@media only screen and (max-width: 900px) {
  header .menuBtn .line div:nth-child(2) {
    top: 6px;
  }
}

header .menuBtn .line div:last-child {
  top: 24px;
}

@media only screen and (max-width: 900px) {
  header .menuBtn .line div:last-child {
    top: 12px;
  }
}

header .menuBtn .txt {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: "Suranna", serif;
  line-height: 15px;
}

@media only screen and (max-width: 900px) {
  header .menuBtn .txt {
    font-size: 13px;
  }
}

header .menuBtn:hover .line div {
  top: 12px;
}

header .menuBtnClick .line div:nth-child(1) {
  top: 12px;
  transform: rotateZ(40deg);
}

header .menuBtnClick .line div:nth-child(2) {
  display: none;
}

header .menuBtnClick .line div:last-child {
  top: 12px;
  transform: rotateZ(-40deg);
}

header .backTopBtn {
  position: absolute;
  bottom: 10px;
  font-family: "Noto Serif TC", "Microsoft JhengHei";
  font-weight: 700;
  text-align: center;
  color: #303030;
  width: 100%;
  letter-spacing: 1px;
  font-size: 15px;
  display: block;
}

@media only screen and (max-width: 900px) {
  header .backTopBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #909090;
    padding-top: 5px;
  }
}

header .backTopBtn .arrow {
  width: 100%;
  position: relative;
}

header .backTopBtn .arrow div {
  width: 1px;
  background-color: #000;
  margin: 0 auto;
  transition: 0.3s all;
}

header .backTopBtn .arrow div:first-child {
  height: 15px;
  transform: rotateZ(-40deg);
  transform-origin: top center;
  position: absolute;
  left: 50%;
}

header .backTopBtn .arrow div:last-child {
  height: 40px;
}

header .backTopBtn:hover .arrow div:last-child {
  height: 50px;
}

@media only screen and (max-width: 900px) {
  header .backTopBtn:hover .arrow div:last-child {
    height: 40px;
  }
}

header .enTitle {
  font-size: 20px;
  color: #303030;
  transform: rotateZ(-90deg);
  display: block;
  white-space: nowrap;
  font-family: "Suranna", serif;
  text-transform: uppercase;
  position: absolute;
  left: -50%;
  margin-left: 10px;
  top: 50%;
  margin-top: -80px;
}

@media only screen and (max-width: 900px) {
  header .enTitle {
    transform: rotateZ(0deg);
    left: auto;
    right: 50%;
    font-size: 20px;
    top: 12px;
    margin-top: 0;
    margin-left: 0;
    margin-right: -115px;
  }
}

nav {
  background-color: rgba(28, 180, 191, 0.95);
  width: calc(100% - 100px);
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
}

@media only screen and (max-width: 900px) {
  nav {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 60px);
    top: 60px;
    z-index: 99;
  }
}

nav>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  nav>ul {
    height: 100%;
  }
}

nav>ul>li {
  width: 100%;
  display: block;
}

nav>ul>li a {
  display: block;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-family: "Noto Serif TC", "Microsoft JhengHei";
  opacity: 0;
  transition: 0.5s all;
}

@media only screen and (max-width: 900px) {
  nav>ul>li a {
    font-size: 20px;
  }
}

nav>ul>li a span {
  font-family: "Suranna", serif;
}

nav>ul>li a:hover {
  background-color: #45d3dd;
}

nav>ul>li .aShow {
  opacity: 1;
}

nav>ul>.hasSecond ul {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  display: none;
}

nav>ul>.hasSecond ul>li {
  width: 100%;
  display: block;
}

nav>ul>.hasSecond ul>li>a {
  padding: 10px 20px;
  font-size: 18px;
}

@media only screen and (max-width: 900px) {
  nav>ul>.hasSecond ul>li>a {
    font-size: 16px;
  }
}

nav>ul>.hasSecond .show {
  display: block;
}

.navOpen {
  visibility: visible;
  opacity: 1;
}

footer {
  background-color: #505050;
  color: #fff;
  font-size: 13px;
  padding: 15px;
  text-align: center;
}

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

@media only screen and (max-width: 900px) {
  .container {
    width: 100%;
    margin-left: 0;
  }
}

.container .kv {
  width: 100%;
  height: 100vh;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.container .kv .kvTitle {
  text-align: center;
  padding-bottom: 120px;
}

.container .kv .kvTitle .kvTitleImg {
  width: 330px;
  opacity: 0;
  position: relative;
  top: 25px;
}

@media only screen and (max-width: 599px) {
  .container .kv .kvTitle .kvTitleImg {
    width: 250px;
  }
}

.container .kv .kvTitle .kvSmallTitle {
  font-size: 15px;
  color: #303030;
  text-align: center;
  padding-top: 10px;
  font-family: "Noto Serif TC", "Microsoft JhengHei";
  font-weight: 400;
  letter-spacing: 2px;
  text-indent: 1px;
  opacity: 0;
}

.container .kv .middleTitle {
  font-family: "Noto Serif TC", "Microsoft JhengHei";
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 20px;
  color: #303030;
  font-size: 20px;
  letter-spacing: 6px;
  width: 100%;
  opacity: 0;
}

.container .block.opa {
  opacity: 0;
  top: 50px;
}

.container .block {
  position: relative;
  width: 100%;
  top: 0;
  opacity: 1;
  transition: 1s all;
}

.container .block h2 {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}

.container .block h2 .line {
  width: 1px;
  height: 140px;
  background-color: #000;
  margin: 20px auto 0 auto;
}

.container .block h2 .small {
  font-size: 50px;
  color: #000;
  font-family: "Suranna", serif;
  font-weight: normal;
  line-height: 35px;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  padding-top: 50px;
}

.container .block h2 .small span {
  color: #000;
  font-size: 20px;
  font-family: "Noto Serif TC", "Microsoft JhengHei";
  font-weight: 500;
  letter-spacing: 8px;
  text-indent: 8px;
  padding-top: 10px;
  display: block;
}

.container .block h2 .big {
  width: 100%;
  text-align: center;
  font-size: 150px;
  color: rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  font-family: "DM Serif Display", serif;
  font-weight: 300;
  letter-spacing: 12px;
  text-indent: 12px;
}

@media only screen and (max-width: 900px) {
  .container .block h2 .big {
    display: none;
  }
}

.container .block .h2Has .line {
  margin: 0 auto;
}

.container .block .h2Has .small {
  position: absolute;
  top: 35px;
}

@media only screen and (max-width: 900px) {
  .container .block .h2Has .small {
    position: static;
  }
}

.container .vision {
  padding-top: 100px;
}

@media only screen and (max-width: 599px) {
  .container .vision {
    padding-top: 50px;
  }
}

.container .vision .inner {
  width: 100%;
  position: relative;
  margin-top: -50px;
}

.container .vision .inner .bg {
  width: 60%;
  height: 530px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/tree.jpg");
}

@media only screen and (max-width: 900px) {
  .container .vision .inner .bg {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .container .vision .inner .bg {
    height: 270px;
  }
}

.container .vision .inner .content {
  width: 47%;
  position: absolute;
  right: 0;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #cccccc;
  padding: 75px;
}

@media only screen and (max-width: 900px) {
  .container .vision .inner .content {
    width: 100%;
    position: static;
    padding: 25px;
  }
}

.container .vision .inner .content h3 {
  color: #303030;
  font-size: 30px;
  font-weight: 700;
  font-family: "Noto Serif TC", "Microsoft JhengHei";
  letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
  .container .vision .inner .content h3 {
    font-size: 25px;
  }
}

.container .vision .inner .content .txt {
  font-size: 18px;
  color: #303030;
  line-height: 30px;
  padding-top: 30px;
  letter-spacing: 1px;
}

.container .vision .inner .content .btn {
  width: 170px;
  height: 40px;
  background-color: #1cb4bf;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  font-family: "Suranna", serif;
  display: block;
  transition: 0.5s all;
  margin-top: 35px;
}

.container .vision .inner .content .btn:hover {
  background-color: #45d3dd;
}

.container .about {
  padding-top: 130px;
}

@media only screen and (max-width: 599px) {
  .container .about {
    padding-top: 50px;
  }
}

.container .about .aboutBanner {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  margin-top: -80px;
}

@media only screen and (max-width: 900px) {
  .container .about .aboutBanner {
    flex-wrap: wrap;
    z-index: 3;
  }
}

.container .about .aboutBanner .fadeBanner {
  position: absolute;
  width: 100%;
  height: 548px;
}

@media only screen and (max-width: 900px) {
  .container .about .aboutBanner .fadeBanner {
    height: auto;
    padding-bottom: 55%;
    position: relative;
  }
}

.container .about .aboutBanner .fadeBanner .aboutBannerInner {
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}

.container .about .aboutBanner .fadeBanner .aboutBannerInner:nth-child(1) {
  background-position: bottom center;
  background-image: url("../img/a0.jpg");
  opacity: 1;
  z-index: 2;
}

.container .about .aboutBanner .fadeBanner .aboutBannerInner:nth-child(2) {
  background-position: bottom center;
  background-image: url("../img/a1.jpg");
}

.container .about .aboutBanner .fadeBanner .aboutBannerInner:nth-child(3) {
  background-position: top center;
  background-image: url("../img/a2.jpg");
}

.container .about .aboutBanner .fadeBanner .aboutBannerInner:nth-child(4) {
  background-position: center center;
  background-image: url("../img/a3.jpg");
}

.container .about .aboutBanner .ctrl {
  width: 65%;
  display: flex;
  margin-top: 436px;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 900px) {
  .container .about .aboutBanner .ctrl {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 0;
  }
}

.container .about .aboutBanner .ctrl .fadeBtn {
  width: 200px;
}

@media only screen and (max-width: 900px) {
  .container .about .aboutBanner .ctrl .fadeBtn {
    width: 100%;
    overflow: hidden;
    display: flex;
  }
}

.container .about .aboutBanner .ctrl .fadeBtn a {
  width: 100%;
  height: 55px;
  background-color: #000;
  display: block;
  color: #fff;
  font-family: "Suranna", serif;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 1px;
  transition: 0.5s all;
}

@media only screen and (max-width: 900px) {
  .container .about .aboutBanner .ctrl .fadeBtn a:first-child {
    order: 2;
  }
}

.container .about .aboutBanner .ctrl .fadeBtn a:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 900px) {
  .container .about .aboutBanner .ctrl .fadeBtn a:last-child {
    order: 1;
  }
}

.container .about .aboutBanner .ctrl .fadeBtn a:hover {
  background-color: #303030;
}

@media only screen and (max-width: 900px) {
  .container .about .aboutBanner .ctrl .fadeBtn a {
    width: 50%;
    border: 1px solid #fff;
  }
}

.container .about .aboutBanner .ctrl .bannerContent {
  width: calc(100% - 200px);
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #cccccc;
  padding: 35px;
  position: relative;
}

@media only screen and (max-width: 900px) {
  .container .about .aboutBanner .ctrl .bannerContent {
    width: 100%;
  }
}

.container .about .aboutBanner .ctrl .bannerContent .years {
  color: #000;
  font-size: 45px;
  font-family: "Suranna", serif;
  width: 240px;
  text-align: right;
  position: absolute;
  transform-origin: center right;
  transform: rotateZ(-90deg) translateY(-170px);
  border-bottom: 1px solid #000;
  left: 35px;
  top: 35px;
  line-height: 18px;
}

@media only screen and (max-width: 900px) {
  .container .about .aboutBanner .ctrl .bannerContent .years {
    transform: rotateZ(0deg) translateY(0);
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 25px;
    text-align: left;
  }
}

.container .about .aboutBanner .ctrl .bannerContent .years span {
  font-size: 30px;
}

.container .about .aboutBanner .ctrl .bannerContent .aboutTitle {
  line-height: 50px;
  color: #000;
  font-size: 30px;
  font-family: "Noto Serif TC", "Microsoft JhengHei";
  padding-left: 125px;
  font-weight: 700;
  letter-spacing: 2px;
}

@media only screen and (max-width: 900px) {
  .container .about .aboutBanner .ctrl .bannerContent .aboutTitle {
    padding-left: 0;
  }
}

.container .about .aboutBanner .ctrl .bannerContent .aboutTxt {
  padding-left: 125px;
  margin-top: 30px;
  overflow: hidden;
  font-size: 15px;
  line-height: 30px;
}

@media only screen and (max-width: 900px) {
  .container .about .aboutBanner .ctrl .bannerContent .aboutTxt {
    padding-left: 0;
  }
}

.container .about .aboutBanner .ctrl .bannerContent .aboutTxtShow {
  max-height: none;
}

.container .about .aboutBanner .ctrl .bannerContent .aboutBtn {
  width: 170px;
  height: 40px;
  background-color: #1cb4bf;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  font-family: "Suranna", serif;
  display: block;
  transition: 0.5s all;
  margin-top: 30px;
  margin-left: 125px;
}

.container .about .aboutBanner .ctrl .bannerContent .aboutBtn:hover {
  background-color: #45d3dd;
}

@media only screen and (max-width: 900px) {
  .container .about .aboutBanner .ctrl .bannerContent .aboutBtn {
    margin-left: 0;
  }
}

.container .work {
  padding-top: 130px;
}

@media only screen and (max-width: 599px) {
  .container .work {
    padding-top: 80px;
  }
}

.container .work .tag {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: -80px;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 900px) {
  .container .work .tag {
    width: 100%;
    overflow: auto;
    justify-content: flex-start;
  }
}

.container .work .tag li {
  margin: 0 5px;
}

.container .work .tag li a {
  color: #1cb4bf;
  background-color: #fff;
  display: inline-block;
  border: 1px solid #1cb4bf;
  padding: 10px 15px;
  font-size: 15px;
  transition: 0.5s all;
  white-space: nowrap;
}

.container .work .tag li a:hover {
  background-color: #1cb4bf;
  color: #fff;
}

.container .work .tag .current a {
  background-color: #1cb4bf;
  color: #fff;
}

.container .work .workContainer {
  width: 100%;

}

.container .work .workContainer .ww {
  display: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
  min-height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
}

.container .work .workContainer .ww.current {
  display: flex;
}

.container .work .workContainer .ww .workBox {
  width: 33.3%;
  height: 22vw;
  margin-right: 0.05%;
  margin-bottom: 0.05%;
  position: relative;
  opacity: 1;
  transition: 1s opacity;

}

@media only screen and (max-width: 900px) {
  .container .work .workContainer .ww .workBox {
    width: 48%;
    height: auto;
    margin: 0 0 1.25% 1.25%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}

.container .work .workContainer .workBox:hover .mask {
  opacity: 1;
}

.container .work .workContainer .workBox:nth-child(3n) {
  margin-right: 0;
}

.container .work .workContainer .workBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;

}

@media only screen and (max-width: 900px) {
  .container .work .workContainer .workBox img {
    order: 1;
    height: 40vw;
  }
}

.container .work .workContainer .workBox .mask {
  width: 90%;
  height: 90%;
  position: absolute;
  left: 5%;
  top: 5%;
  background-color: rgba(28, 180, 191, 0.8);
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  padding: 20px;
  opacity: 0;
  transition: 0.5s all;
}

@media only screen and (max-width: 900px) {
  .container .work .workContainer .workBox .mask {
    display: block;
    opacity: 1;
    background-color: rgba(28, 180, 191, 0.6);
    position: relative;
    width: 100%;
    height: 92px;
    overflow: hidden;
    background-color: #e9e9e9;
    order: 2;
    left: 0;
    top: 0;
    padding: 10px;
    text-align: left;
  }
}

.container .work .workContainer .workBox .mask .years {
  color: #fff;
  font-size: 50px;
  font-family: "Suranna", serif;
  text-align: center;
  padding-bottom: 10px;
  width: 100%;
  opacity: 1;
  line-height: 40px;
}

@media only screen and (max-width: 900px) {
  .container .work .workContainer .workBox .mask .years {
    font-size: 25px;
    padding-bottom: 0;
    border-bottom: 1px solid #303030;
    color: #000;
    text-align: left;
    line-height: 16px;
    margin-bottom: 10px;
  }
}

.container .work .workContainer .workBox .mask .intrduce {
  color: #fff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
}

@media only screen and (max-width: 900px) {
  .container .work .workContainer .workBox .mask .intrduce {
    font-size: 14px;
    color: #303030;
    text-align: left;
    overflow: hidden;
    height: 55px;
  }
}

.container .work .workContainer .opa {
  opacity: 0;
}

.container .work .workContainerBg {
  background-image: url("../img/loading.gif");
}

.container .partner {
  padding-top: 130px;
}

@media only screen and (max-width: 599px) {
  .container .partner {
    padding-top: 80px;
  }
}

.container .partner .fadeBtn {
  position: absolute;
  top: 50%;
  margin-top: 155px;
  cursor: pointer;
  z-index: 7;
}

@media only screen and (max-width: 900px) {
  .container .partner .fadeBtn {
    top: 180px;
    margin-top: 0;
    width: 40px;
  }
}

.container .partner .fadeLeft {
  left: 50%;
  margin-left: -540px;
}

@media only screen and (max-width: 900px) {
  .container .partner .fadeLeft {
    margin-left: -160px;
  }
}

.container .partner .fadeRight {
  right: 50%;
  margin-right: -540px;
}

@media only screen and (max-width: 900px) {
  .container .partner .fadeRight {
    margin-right: -160px;
  }
}

.container .partner .logoSlide {
  max-width: 1000px;
  width: 100%;
  position: relative;
  margin: -80px auto 0 auto;
  overflow: hidden;
  z-index: 5;
}

.container .partner .logoSlide .fadeLogo {
  position: relative;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}

.container .partner .logoSlide .fadeLogo .ff {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.container .partner .logoSlide .fadeLogo .ff div {
  width: 33%;
  padding-bottom: 60px;
}

@media only screen and (max-width: 900px) {
  .container .partner .logoSlide .fadeLogo .ff div {
    width: 50%;
  }
}

.container .partner .logoSlide .fadeLogo .ff div:nth-child(n+3) {
  padding-bottom: 0;
}

@media only screen and (max-width: 900px) {
  .container .partner .logoSlide .fadeLogo .ff div:nth-child(n+3) {
    padding-bottom: 60px;
  }
}

.container .partner .logoSlide .fadeLogo .ff div img {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.container .contact {
  padding-top: 70px;
}

@media only screen and (max-width: 599px) {
  .container .contact {
    padding-top: 50px;
  }
}

.container .contact .formTxt {
  margin: 20px auto 30px auto;
  font-size: 15px;
  color: #303030;
  line-height: 45px;
  text-align: center;
  padding: 0 20px;
}

@media only screen and (max-width: 599px) {
  .container .contact .formTxt {
    line-height: 32px;
  }
}

.container .contact .form {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  .container .contact .form {
    padding: 0 20px;
  }
}

.container .contact .form .inputText {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border-radius: 5px;
  border: none;
  background-color: #eee;
  padding: 0 20px;
  font-size: 15px;
  margin-bottom: 25px;
  font-weight: normal;
}

.container .contact .form .textareaText {
  width: 100%;
  height: 250px;
  box-sizing: border-box;
  border-radius: 5px;
  border: none;
  background-color: #eee;
  padding: 20px;
  font-size: 15px;
  margin-bottom: 25px;
  font-weight: normal;
}

.container .contact .form .formBtn {
  width: 170px;
  height: 40px;
  background-color: #1cb4bf;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  font-family: "Suranna", serif;
  display: block;
  transition: 0.5s all;
}

.container .contact .form .formBtn:hover {
  background-color: #45d3dd;
}

.googleMap {
  width: 100%;
  height: 500px;
  display: block;
  margin-top: 100px;
}

.openMask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
}

.openMask .workBtn {
  position: absolute;
  top: 50%;
  z-index: 3;
  margin-top: -35px;
  cursor: pointer;
  z-index: 5;
}

@media only screen and (max-width: 900px) {
  .openMask .workBtn {
    width: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .openMask .workBtn {
    margin-top: -15px;
  }
}

.openMask .workRight {
  right: 30px;
}

@media only screen and (max-width: 599px) {
  .openMask .workRight {
    right: 10px;
  }
}

.openMask .workLeft {
  left: 30px;
}

@media only screen and (max-width: 599px) {
  .openMask .workLeft {
    left: 10px;
  }
}

.openMask .closeBtn {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 5;
  width: 30px;
}

.openMask .workImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.openMask .workImg::before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.openMask .workImg * {
  display: none;
}

.openMask .workImg *:first-child {
  display: inline-block;
}

.openMask .workImg .ifr {
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 600px;
  vertical-align: middle;
}

.openMask .workImg img {
  display: none;
  vertical-align: middle;
  max-width: 100%;
  max-height: 80%;
  width: auto;
  height: auto;
}