@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
@import url(//fonts.googleapis.com/css?family=Roboto:300,400);
@import url(//fonts.googleapis.com/css?family=Lato:300,400);
.scrollDown i, .scrollDown:before, .bannerArea .dotsBox, .newsArea .newsList li, .newsArea .item, .productArea .arrowsBox .arrows, .productArea .proRightList .Txt, .knowledgeArea .linkList, .knowledgeArea .linkList li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.loadingArea, .loadingArea .line, .scrollDown, .bannerArea .dotsBox .dots li button:after, .newsArea .item, .newsArea .btn .icon-arrow02, .productArea .priceBox, .productArea .priceBox .price, .productArea .priceBox .price:after, .productArea .priceBox .btn {
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.mainArea {
  padding: 0;
}

.title01 {
  margin-bottom: 0;
}

.outerWrap, .m_menu {
  opacity: 0;
}

.outerWrap.ok, .m_menu.ok {
  opacity: 1;
}

.loadingArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: url("../images/footerBg.jpg") repeat;
}

.loadingArea .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loadingArea .loadingLogo {
  -webkit-transition: opacity .5s .6s, -webkit-transform .5s .3s;
  transition: opacity .5s .6s, -webkit-transform .5s .3s;
  -o-transition: transform .5s .3s, opacity .5s .6s;
  transition: transform .5s .3s, opacity .5s .6s;
  transition: transform .5s .3s, opacity .5s .6s, -webkit-transform .5s .3s;
}

.loadingArea .line {
  position: relative;
  width: 80px;
  height: 2px;
  margin: 20px auto 0;
  overflow: hidden;
}

.loadingArea .line:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #bc9f5f;
  -webkit-animation: loadingAni 1s infinite ease-in-out;
          animation: loadingAni 1s infinite ease-in-out;
}

.loadingArea.ok {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.loadingArea.ok .loadingLogo {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.loadingArea.ok .line {
  opacity: 0;
}

@-webkit-keyframes loadingAni {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

@keyframes loadingAni {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

header {
  top: -105px;
  overflow: hidden;
  opacity: 0;
}

header.show {
  top: 0;
  opacity: 1;
}

footer {
  position: static;
}

.scrollDown {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 55px;
  height: 95px;
  opacity: 0;
}

.scrollDown.show {
  bottom: 0;
  opacity: 1;
}

.scrollDown i {
  position: absolute;
  top: 13px;
  left: 51%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 19px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 7px;
}

.scrollDown i:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 6px;
  background-color: #fff;
  -webkit-animation: scrollDown 1.7s infinite;
          animation: scrollDown 1.7s infinite;
}

.scrollDown:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.scrollDown:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background-color: #fff;
}

.scrollDown:hover {
  opacity: .7;
}

@-webkit-keyframes scrollDown {
  0% {
    opacity: 0;
    top: 4px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 14px;
  }
}

@keyframes scrollDown {
  0% {
    opacity: 0;
    top: 4px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 14px;
  }
}

.bannerArea {
  position: relative;
  width: 100%;
  margin-top: 0;
  background-color: #000;
}

.bannerArea .bannerList li {
  position: relative;
  z-index: 1;
  height: 100vh;
}

.bannerArea .bannerList li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bannerArea .slick-current.show .Txt .bannerLogo, .bannerArea .slick-current.show .Txt .text {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.bannerArea .slick-current.show .Txt .text {
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.bannerArea .Txt {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1160px;
  font-family: "cwTeXFangSong", serif;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: .2em;
  color: #e9e9e9;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.bannerArea .Txt .bannerLogo, .bannerArea .Txt .text {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.bannerArea .bannerLogo {
  position: absolute;
  top: 0;
  left: 375px;
  width: 138px;
  height: 343px;
  background: url("../images/logo02.png") no-repeat;
  background-size: contain;
}

.bannerArea .dotsBox {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 99;
  width: 100%;
  padding-right: 95px;
  text-align: right;
}

.bannerArea .dotsBox .dots li {
  display: inline-block;
  margin-right: 8px;
}

.bannerArea .dotsBox .dots li.slick-active button {
  color: #bc9f5f;
}

.bannerArea .dotsBox .dots li.slick-active button:after {
  opacity: 1;
  bottom: -10px;
}

.bannerArea .dotsBox .dots li button {
  position: relative;
  display: block;
  padding: 0 10px;
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
}

.bannerArea .dotsBox .dots li button:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #bc9f5f;
  opacity: 0;
}

.bannerArea .dotsBox .dots li button:focus {
  outline: none;
}

.bannerArea .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.newsArea {
  padding: 100px 0;
  background: url("../images/newsBg.jpg") no-repeat center center;
}

.newsArea .newsList {
  margin: 70px -30px 80px;
}

.newsArea .newsList li {
  float: left;
  width: 25%;
  padding: 0 30px;
}

.newsArea .slick-list {
  padding: 10px 0;
}

.newsArea .item {
  padding: 14px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}

.newsArea .item:hover {
  -webkit-box-shadow: 0 0 8px rgba(12, 3, 6, 0.15);
          box-shadow: 0 0 8px rgba(12, 3, 6, 0.15);
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.newsArea .item:hover h3 a {
  color: #bc9f5f;
}

.newsArea .item:hover .btn .icon-arrow02 {
  fill: #bc9f5f;
}

.newsArea .Img {
  width: 100%;
}

.newsArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.newsArea .Txt {
  padding: 25px 0 0;
}

.newsArea .Txt p {
  margin-bottom: 15px;
  height: 50px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #888;
}

.newsArea h3 a {
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.newsArea .btn a {
  display: block;
  text-align: right;
}

.newsArea .btn .icon-arrow02 {
  width: 23px;
  height: 9px;
  fill: #888;
}

.newsArea .dotsBox {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.newsArea .dotsBox .dots li {
  display: inline-block;
  margin-right: 8px;
}

.newsArea .dotsBox .dots li.slick-active button {
  background-color: #bc9f5f;
}

.newsArea .dotsBox .dots li button {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 0;
  border: none;
  background-color: #999;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.newsArea .dotsBox .dots li button:focus {
  outline: none;
}

.productArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.productArea .leftBox, .productArea .rightBox {
  position: relative;
  width: 50%;
}

.productArea .item {
  position: relative;
  width: 100%;
}

.productArea .Img {
  position: relative;
  background-color: #222;
}

.productArea .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productArea h3 a {
  display: block;
  margin-bottom: 10px;
  font-family: "cwTeXFangSong", serif;
  font-weight: normal;
  font-size: 28px;
  color: #bc9f5f;
  letter-spacing: .05em;
}

.productArea h4 {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 18px;
  font-family: "cwTeXFangSong", serif;
  font-weight: 400;
  font-size: 18px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.productArea h4:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 2px;
  background-color: #bc9f5f;
}

.productArea p {
  height: 72px;
  font-size: 15px;
  line-height: 24px;
  color: #666;
}

.productArea .size {
  font-family: "Roboto", "微軟正黑體", sans-serif;
  font-size: 14px;
  color: #bbb;
}

.productArea .arrowsBox {
  position: absolute;
  right: 245px;
  bottom: 65px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
}

.productArea .arrowsBox .arrows {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #555;
  font-size: 30px;
  color: #555;
}

.productArea .arrowsBox .arrows:hover {
  border-color: #fff;
  color: #fff;
}

.productArea .proLeftList {
  background-color: #383838;
}

.productArea .proLeftList .item {
  overflow: hidden;
  background-color: #222;
}

.productArea .proLeftList .item:hover img {
  opacity: .5;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.productArea .proLeftList img {
  -webkit-transition: opacity 1s, -webkit-transform 5s;
  transition: opacity 1s, -webkit-transform 5s;
  -o-transition: opacity 1s, transform 5s;
  transition: opacity 1s, transform 5s;
  transition: opacity 1s, transform 5s, -webkit-transform 5s;
}

.productArea .proLeftList .Txt {
  position: absolute;
  right: 65px;
  bottom: 200px;
  width: 250px;
  -webkit-animation: move_out 1s forwards ease-in-out;
          animation: move_out 1s forwards ease-in-out;
}

.productArea .proLeftList .show .Txt {
  -webkit-animation: move_in 1s forwards ease-in-out;
          animation: move_in 1s forwards ease-in-out;
}

.productArea .proLeftList h4 {
  color: #fff;
}

.productArea .proLeftList p {
  color: #fff;
}

.productArea .proRightList {
  width: 100%;
}

.productArea .proRightList li {
  width: 100%;
}

.productArea .proRightList li:first-child .Img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.productArea .proRightList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.productArea .proRightList .item:hover .priceBox {
  background-color: rgba(34, 34, 34, 0.5);
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
}

.productArea .proRightList .item:hover .priceBox .price {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.productArea .proRightList .item:hover .priceBox .price:after {
  width: 30px;
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

.productArea .proRightList .item:hover .btn {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}

.productArea .proRightList .Img {
  width: 50%;
}

.productArea .proRightList .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding: 15px 80px;
}

.productArea .proRightList p {
  margin-bottom: 45px;
  color: #666 !important;
}

.productArea .proRightList p * {
  color: #666 !important;
}

.productArea .priceBox {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  font-family: "Lato", "微軟正黑體", sans-serif;
  background-color: rgba(34, 34, 34, 0);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #636363), to(#636363)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #636363), to(#636363)), -webkit-gradient(linear, right top, left top, color-stop(0, #636363), to(#636363)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #636363), to(#636363));
  background-image: -webkit-linear-gradient(left, #636363 0, #636363 100%), -webkit-linear-gradient(top, #636363 0, #636363 100%), -webkit-linear-gradient(right, #636363 0, #636363 100%), -webkit-linear-gradient(bottom, #636363 0, #636363 100%);
  background-image: -o-linear-gradient(left, #636363 0, #636363 100%), -o-linear-gradient(top, #636363 0, #636363 100%), -o-linear-gradient(right, #636363 0, #636363 100%), -o-linear-gradient(bottom, #636363 0, #636363 100%);
  background-image: linear-gradient(to right, #636363 0, #636363 100%), linear-gradient(to bottom, #636363 0, #636363 100%), linear-gradient(to left, #636363 0, #636363 100%), linear-gradient(to top, #636363 0, #636363 100%);
  background-size: 0 1px, 1px 0, 0 1px, 1px 0;
  background-position: 0 18px, right 18px bottom 0, right 0 bottom 18px, left 18px bottom 0;
  background-repeat: no-repeat;
}

.productArea .priceBox .price {
  position: relative;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  padding-bottom: 30px;
  margin-bottom: 35px;
  opacity: 0;
}

.productArea .priceBox .price:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background-color: #fff;
}

.productArea .priceBox .btn {
  opacity: 0;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.productArea .priceBox .btn a {
  display: inline-block;
  padding: 15px 28px;
  border: 1px solid #fff;
  font-size: 15px;
  color: #fff;
  letter-spacing: .2em;
}

.productArea .priceBox .btn a:hover {
  color: #222;
  background-color: #fff;
}

.productArea .priceBox em {
  font-style: italic;
  font-size: 20px;
  font-weight: normal;
  color: #bbb;
  margin-right: 5px;
}

.productArea .priceBox b {
  font-style: italic;
  font-weight: 300;
  font-size: 32px;
  color: #fff;
  letter-spacing: .025em;
}

.knowledgeArea {
  position: relative;
  padding: 150px 0;
  background: url("../images/knowledgeBg.jpg") no-repeat center center;
}

.knowledgeArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.knowledgeArea .linkList {
  width: calc(100% - 70px);
  padding-left: 60px;
}

.knowledgeArea .linkList li {
  float: left;
  width: 25%;
  padding: 0 40px;
}

.knowledgeArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.knowledgeArea .item:hover .Img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.knowledgeArea .Img {
  width: 100%;
  max-width: 200px;
  background: url("../images/itemBg.png") no-repeat center center;
  background-size: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: .7;
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.knowledgeArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.knowledgeArea .Txt {
  padding-top: 30px;
  text-align: center;
}

.knowledgeArea .Txt p {
  height: 56px;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: .05em;
  color: #444;
}

.knowledgeArea h3 a {
  display: block;
  margin-bottom: 12px;
  font-family: "cwTeXFangSong", serif;
  font-weight: 400;
  font-size: 30px;
  color: #222;
  letter-spacing: .05em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.knowledgeArea .dotsBox {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.knowledgeArea .dotsBox .dots li {
  display: inline-block;
  margin-right: 8px;
}

.knowledgeArea .dotsBox .dots li.slick-active button {
  background-color: #bc9f5f;
}

.knowledgeArea .dotsBox .dots li button {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 0;
  border: none;
  background-color: #999;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.knowledgeArea .dotsBox .dots li button:focus {
  outline: none;
}

.aboutArea {
  position: relative;
  padding: 140px 0 150px;
  overflow: hidden;
}

.aboutArea .inner {
  width: 550px;
}

.aboutArea .abTitle {
  text-align: center;
  margin-bottom: 40px;
}

.aboutArea .abTitle img {
  display: none;
}

.aboutArea .abTitle .cn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 461px;
  height: 76px;
  margin: 0 auto 20px;
}

.aboutArea .abTitle .cn .tt {
  height: 76px;
  background: url("../images/abText.png") no-repeat;
}

.aboutArea .abTitle .cn .t01 {
  width: 78px;
  background-position: 0 0;
}

.aboutArea .abTitle .cn .t02 {
  width: 89px;
  background-position: -78px 0;
}

.aboutArea .abTitle .cn .t03 {
  width: 81px;
  background-position: -167px 0;
}

.aboutArea .abTitle .cn .t04 {
  width: 67px;
  background-position: -248px 0;
}

.aboutArea .abTitle .cn .t05 {
  width: 86px;
  background-position: -315px 0;
}

.aboutArea .abTitle .cn .t06 {
  width: 60px;
  background-position: -401px 0;
}

.aboutArea .abTitle em {
  font-family: "Roboto", "微軟正黑體", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #999;
  letter-spacing: .18em;
}

.aboutArea .Txt {
  margin-bottom: 50px;
  font-family: "cwTeXFangSong", serif;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  text-align: center;
}

.aboutArea .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aboutArea .btnBox .btn02 {
  margin: 0 20px;
}

footer {
  position: relative;
  overflow: hidden;
}

.aboutMove {
  position: absolute;
  right: 165px;
  bottom: 5px;
  pointer-events: none;
}

.aboutMove_foot {
  position: absolute;
  right: 165px;
  top: -859px;
  pointer-events: none;
}

.mapArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.mapArea .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.8);
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.mapArea #gmap_home {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 90%;
  height: 90%;
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.mapArea .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #bc9f5f;
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.mapArea .close:before, .mapArea .close:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.5px;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.mapArea .close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mapArea .close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mapArea .close:hover {
  background-color: #222;
}

@-webkit-keyframes move_in {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes move_in {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes move_out {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: 0;
  }
}

@keyframes move_out {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: 0;
  }
}

@media (max-width: 1800px) {
  .aboutArea .wrap {
    position: relative;
  }
  .aboutArea .aboutMove {
    right: -185px;
    bottom: -175px;
  }
  footer .wrap {
    position: relative;
  }
  footer .aboutMove_foot {
    right: -185px;
    top: -918px;
  }
}

@media (max-width: 1480px) {
  .productArea .proRightList .Txt {
    padding: 15px 40px;
  }
}

@media (max-width: 1366px) {
  .newsArea .newsList {
    margin: 70px -15px 80px;
  }
  .newsArea .newsList li {
    padding: 0 15px;
  }
  .productArea .proLeftList .Txt {
    right: 40px;
    bottom: 160px;
  }
  .productArea .arrowsBox {
    right: 220px;
    bottom: 40px;
  }
}

@media (max-width: 1260px) {
  .productArea .wrap {
    padding: 0;
  }
  .aboutArea .aboutMove, footer .aboutMove_foot {
    display: none;
  }
  .aboutArea {
    padding: 80px 0;
  }
  .aboutArea .inner {
    width: 100%;
  }
}

@media (max-width: 1180px) {
  .bannerArea .bannerList li {
    height: auto;
  }
  .bannerArea .Txt {
    left: 46%;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
  }
  .bannerArea .dotsBox {
    padding-right: 0;
  }
  .scrollDown {
    display: none;
  }
  .newsArea {
    padding: 70px 0;
  }
  .newsArea .newsList {
    margin: 50px -15px 60px;
  }
  .mapArea #gmap_home {
    width: 100%;
    height: calc(100% - 120px);
  }
}

@media (max-width: 1023px) {
  .productArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productArea .leftBox, .productArea .rightBox {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .knowledgeArea {
    padding: 80px 0;
  }
  .knowledgeArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .knowledgeArea .title01.column {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    margin-bottom: 50px;
  }
  .knowledgeArea .title01.column em {
    padding: 0 45px;
  }
  .knowledgeArea .title01.column em:before, .knowledgeArea .title01.column em:after {
    display: block;
  }
  .knowledgeArea .linkList {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .productArea .proLeftList .Txt {
    position: static;
    width: calc(100% - 170px);
    padding: 30px 10px 30px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .productArea .arrowsBox {
    right: 20px;
    width: 120px;
  }
}

@media (max-width: 640px) {
  .productArea .proRightList li:first-child .Img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .productArea .proRightList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productArea .proRightList .Img {
    width: 100%;
  }
  .productArea .proRightList .Txt {
    width: 100%;
    padding: 20px;
  }
  .aboutArea .abTitle img {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
  }
  .aboutArea .abTitle .cn {
    display: none;
  }
}

@media (max-width: 480px) {
  .aboutArea .btnBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .aboutArea .btnBox .btn02 {
    width: 100%;
    margin: 0 0 20px 0px;
  }
  .aboutArea .btnBox .btn02 a {
    width: 100%;
  }
}
