@charset "UTF-8";
.newsArea .Txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m_show {
  display: none;
}

.m_hide {
  display: block;
}

.mainArea {
  padding: 0;
  padding-bottom: 80px;
  position: relative;
}

.deck01 {
  position: absolute;
  top: 290px;
  right: 110px;
}

.deck02 {
  position: absolute;
  top: 380px;
  left: 0px;
}

/*pop*/
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}

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

.popWin .Txt {
  padding: 30px;
  text-align: left;
}

.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}

.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: #fff; */
  border-radius: 50%;
}

.popWin .close::before, .popWin .close::after {
  content: '';
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #bca480;
  /* border-radius:  50%; */
}

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

.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popWin.show .mask, .popWin.show .inner {
  opacity: 1;
}

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

@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

#banner {
  margin: 0;
}

#banner .contentBox .Img {
  opacity: 0;
  -webkit-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

#banner .contentBox .Img.active {
  opacity: 1;
}

#banner .contentBox .Txt em, #banner .contentBox .Txt span {
  opacity: 0;
  position: relative;
  top: 10px;
  -webkit-transition: all 0.4s .6s linear;
  -o-transition: all 0.4s .6s linear;
  transition: all 0.4s .6s linear;
}

#banner .contentBox .Txt em {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#banner .contentBox .Txt.active em, #banner .contentBox .Txt.active span {
  top: 0px;
  opacity: 1;
}

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

.bannerArea .contentBox .Img {
  width: 185px;
  height: 204px;
  margin: 0 auto;
}

.bannerArea .contentBox .Img img {
  display: block;
  width: 100%;
}

.bannerArea .contentBox .Txt {
  margin-top: 30px;
  text-align: center;
  color: #fff;
  line-height: 1.8;
}

.bannerArea .contentBox .Txt em {
  font-size: 22px;
  font-weight: 400;
  font-family: "EB Garamond", "微軟正黑體", serif;
  text-transform: uppercase;
  white-space: nowrap;
}

.bannerArea .contentBox .Txt span {
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Serif TC", "微軟正黑體", serif;
  white-space: nowrap;
}

.bannerArea .slick-dots {
  width: auto;
  bottom: auto;
  top: 50%;
  left: 70px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bannerArea .slick-dots li {
  display: block;
  height: 60px;
}

.bannerArea .slick-dots li button:before {
  content: "";
  width: 2px;
  height: 35px;
  background-color: #fff;
  opacity: .4;
}

.bannerArea .scrollDown {
  font-size: 0;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 60px;
  padding: 0 10px 120px 10px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
  background-size: 1px 96px;
  background-position: 50% bottom;
}

.bannerArea .scrollDown span {
  display: block;
  font-size: 14px;
  font-family: "EB Garamond", "微軟正黑體", serif;
  font-weight: 400;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  margin-bottom: 2px;
  -webkit-animation: antiScroll 3s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: antiScroll 3s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.bannerArea .scrollDown span:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.bannerArea .scrollDown span:nth-of-type(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.bannerArea .scrollDown span:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.bannerArea .scrollDown span:nth-of-type(4) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.bannerArea .scrollDown span:nth-of-type(5) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.bannerArea .scrollDown span:nth-of-type(6) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

@-webkit-keyframes antiScroll {
  0%, 10% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
  }
  20%, 80% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
  }
}

@keyframes antiScroll {
  0%, 10% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
  }
  20%, 80% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
  }
}

.newsArea {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.newsArea .wrap {
  width: 1366px;
}

.newsArea .titleBox {
  padding-right: 75px;
  float: left;
}

.newsArea .newsBox {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsArea .newsList {
  width: 1040px;
}

.newsArea .newsList li {
  padding: 10px 0;
  background-image: url(../images/bg.png);
}

.newsArea .newIcon {
  position: absolute;
  top: 5px;
  left: 15px;
  color: #ae0404;
}

.newsArea .item {
  position: relative;
  margin: 0 auto;
  width: 295px;
  height: 395px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%);
  background-size: 0% 1px, 1px 0%, 1px 0%, 0% 1px, 0% 1px, 100% 1px, 1px 100%, 1px 100%, 8% 1px, 59% 1px;
  background-position: 50% 0, 100% 50%, 0 50%, 0% 100%, 100% 100%, 50% 0, 100% 50%, 0 50%, 0% 100%, 100% 100%;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.newsArea .item:hover {
  background-size: 100% 1px, 1px 100%, 1px 100%, 8% 1px, 59% 1px, 100% 1px, 1px 100%, 1px 100%, 8% 1px, 59% 1px;
}

.newsArea .Img {
  position: relative;
  overflow: hidden;
}

.newsArea .Img .Hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
}

.newsArea .Img .Hover:hover {
  opacity: 1;
  top: 0;
}

.newsArea .Img .Hover img {
  width: auto;
}

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

.newsArea .Txt {
  position: relative;
  padding: 30px 20px;
}

.newsArea .Txt p {
  height: 50px;
  font-size: 14px;
  font-weight: 200;
  font-family: "Noto Serif TC", "微軟正黑體", serif;
  color: #454545;
  letter-spacing: 1px;
  line-height: 1.8;
}

.newsArea h3 a {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 200;
  font-family: "Noto Serif TC", "微軟正黑體", serif;
  color: #050505;
}

.newsArea h3 a:hover {
  color: #a10706;
}

.newsArea .date {
  position: absolute;
  bottom: -8px;
  left: 37px;
  font-size: 13px;
  font-weight: 300;
  font-family: "Open Sans", "微軟正黑體", sans-serif;
  color: #ae0404;
  letter-spacing: 0.5px;
}

.newsArea .switchBtn {
  padding-left: 30px;
}

.newsArea .switchBtn a {
  display: block;
  width: 70px;
  position: relative;
  padding: 8px 0;
  color: #666666;
}

.newsArea .switchBtn a:before, .newsArea .switchBtn a:after {
  content: '';
  position: absolute;
  background-color: #666666;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.newsArea .switchBtn a:hover {
  color: #ab0e0e;
}

.newsArea .switchBtn a:hover:before, .newsArea .switchBtn a:hover:after {
  background-color: #ab0e0e;
}

.newsArea .switchBtn .nextBtn:before {
  top: calc( 50% + 1px);
  right: 0;
  width: 8px;
  height: 1px;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.newsArea .switchBtn .nextBtn:after {
  top: 50%;
  right: 0;
  width: 22px;
  height: 1px;
}

.newsArea .switchBtn .prevBtn {
  text-align: right;
}

.newsArea .switchBtn .prevBtn:before {
  top: calc( 50% + 1px);
  left: 0;
  width: 8px;
  height: 1px;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.newsArea .switchBtn .prevBtn:after {
  top: 50%;
  left: 0;
  width: 22px;
  height: 1px;
}

.featureArea {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}

.featureArea .wrap {
  width: 1366px;
  position: relative;
}

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

.featureArea .item .Img {
  width: 65%;
}

.featureArea .item .Img img {
  width: 100%;
}

.featureArea .item .Txt {
  padding-left: 40px;
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.featureArea .item .Txt .titleBox {
  padding-top: 50px;
}

.featureArea .item .Txt .titleBox h2 {
  height: 100%;
}

.featureArea .item .Txt .contentBox {
  padding-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.featureArea .item .Txt .contentBox h3 {
  margin-top: 160px;
  font-size: 24px;
  font-weight: 300;
  font-family: "Noto Serif TC", "微軟正黑體", serif;
  color: #050505;
  letter-spacing: 0.5px;
}

.featureArea .item .Txt .contentBox p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 200;
  font-family: "Noto Serif TC", "微軟正黑體", serif;
  color: #666666;
  letter-spacing: 1px;
  line-height: 1.8;
}

.featureArea .item .Txt .contentBox a:hover {
  color: #a10706;
}

.featureArea .item .Txt .contentBox .more {
  margin-top: 35px;
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #000;
  position: relative;
}

.featureArea .item .Txt .contentBox .more:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  width: 8px;
  height: 1px;
  background-color: #000;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-animation: anti01 2s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: anti01 2s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.featureArea .item .Txt .contentBox .more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  width: 35px;
  height: 1px;
  background-color: #000;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-animation: anti01 2s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: anti01 2s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.featureArea .item .Txt .contentBox .more:hover {
  border-bottom: 1px solid #ae0404;
  color: #ae0404;
}

.featureArea .item .Txt .contentBox .more:hover:before, .featureArea .item .Txt .contentBox .more:hover:after {
  background-color: #ae0404;
}

.featureArea .switchBtn {
  position: absolute;
  bottom: -30px;
  left: calc( 50% + 10px);
  font-size: 0;
}

.featureArea .switchBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 12px;
  background-color: #aaa;
  z-index: 1;
}

.featureArea .switchBtn a {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #fff;
}

.featureArea .switchBtn a:hover {
  background-color: #ae0404;
}

.featureArea .switchBtn a:hover:before {
  border-color: #fff;
}

.featureArea .switchBtn .prevBtn {
  position: relative;
}

.featureArea .switchBtn .prevBtn:before {
  content: "";
  position: absolute;
  top: 51%;
  left: 45%;
  width: 8px;
  height: 8px;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 1px solid #474747;
  border-left: 1px solid #474747;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.featureArea .switchBtn .nextBtn {
  position: relative;
}

.featureArea .switchBtn .nextBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 45%;
  width: 8px;
  height: 8px;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #474747;
  border-right: 1px solid #474747;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

@-webkit-keyframes anti01 {
  0% {
    right: 50px;
    opacity: 0;
  }
  100% {
    right: -5px;
    opacity: 1;
  }
}

@keyframes anti01 {
  0% {
    right: 50px;
    opacity: 0;
  }
  100% {
    right: -5px;
    opacity: 1;
  }
}

.facArea {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}

.facArea .wrap {
  width: 1366px;
  position: relative;
}

.facArea .titleBox {
  padding-top: 50px;
  float: left;
}

.facArea .Img {
  float: right;
  width: 66%;
}

.facArea .Img img {
  display: block;
  width: 100%;
}

.facArea .Txt {
  width: 34%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.facArea .Txt h3 {
  margin-top: 140px;
  font-size: 24px;
  font-weight: 300;
  font-family: "Noto Serif TC", "微軟正黑體", serif;
  color: #050505;
  letter-spacing: 0.5px;
}

.facArea .Txt p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 200;
  font-family: "Noto Serif TC", "微軟正黑體", serif;
  color: #666666;
  letter-spacing: 1px;
  line-height: 1.8;
}

.facArea .Txt a:hover {
  color: #a10706;
}

.facArea .Txt .more {
  margin-top: 35px;
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #000;
  position: relative;
}

.facArea .Txt .more:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  width: 8px;
  height: 1px;
  background-color: #000;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-animation: anti01 2s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: anti01 2s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.facArea .Txt .more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  width: 35px;
  height: 1px;
  background-color: #000;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-animation: anti01 2s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: anti01 2s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.facArea .switchBtn {
  position: absolute;
  bottom: -30px;
  left: calc( 50% + 10px);
  font-size: 0;
}

.facArea .switchBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 12px;
  background-color: #aaa;
  z-index: 1;
}

.facArea .switchBtn a {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #fff;
}

.facArea .switchBtn a:hover {
  background-color: #ae0404;
}

.facArea .switchBtn a:hover:before {
  border-color: #fff;
}

.facArea .switchBtn .prevBtn {
  position: relative;
}

.facArea .switchBtn .prevBtn:before {
  content: "";
  position: absolute;
  top: 51%;
  left: 45%;
  width: 8px;
  height: 8px;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 1px solid #474747;
  border-left: 1px solid #474747;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.facArea .switchBtn .nextBtn {
  position: relative;
}

.facArea .switchBtn .nextBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 45%;
  width: 8px;
  height: 8px;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #474747;
  border-right: 1px solid #474747;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.mapArea .wrap {
  width: 100%;
}

.mapArea .mapPage {
  width: 100%;
  height: 430px;
}

@media (max-width: 1380px) {
  .newsArea .wrap {
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .newsArea .titleBox {
    padding-right: 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: center;
  }
  .newsArea .titleBox span {
    padding: 0 15px;
  }
  .featureArea .wrap {
    width: 100%;
    padding: 20px;
  }
  .facArea .wrap {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 1180px) {
  .m_show {
    display: block;
  }
  .m_hide {
    display: none;
  }
  .bannerArea .scrollDown {
    display: none;
  }
  .newsArea {
    padding: 20px 0;
  }
  .newsArea .newsList {
    width: 620px;
  }
  .newsArea .switchBtn {
    padding-left: 10px;
  }
  .featureArea {
    padding: 0;
  }
  .featureArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featureArea .titleBox {
    padding-right: 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: center;
  }
  .featureArea .titleBox span {
    padding: 0 15px;
  }
  .featureArea .item {
    background-image: url(../images/bg.png);
  }
  .featureArea .item .Txt {
    padding: 0 20px;
  }
  .featureArea .item .Txt .contentBox {
    padding: 0;
  }
  .featureArea .item .Txt .contentBox h3 {
    margin-top: 50px;
  }
  .facArea {
    padding: 0;
  }
  .facArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .facArea .titleBox {
    padding: 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: center;
  }
  .facArea .titleBox span {
    padding: 0 15px;
  }
  .facArea .item {
    background-image: url(../images/bg.png);
  }
  .facArea .item .Txt {
    padding: 0 20px;
  }
  .facArea .item .Txt h3 {
    margin-top: 50px;
  }
  .mapArea .wrap {
    padding: 0;
  }
}

@media (max-width: 960px) {
  .bannerArea .slick-dots {
    left: 20px;
    display: none !important;
  }
}

@media (max-width: 840px) {
  .featureArea .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featureArea .item .Img {
    width: 100%;
  }
  .featureArea .item .Txt {
    width: 100%;
    padding: 20px;
  }
  .featureArea .item .Txt .contentBox h3 {
    margin-top: 0;
  }
  .featureArea .switchBtn {
    display: none;
  }
  .facArea .item .Img {
    float: none;
    width: 100%;
  }
  .facArea .item .Txt {
    float: none;
    width: 100%;
    padding: 20px;
  }
  .facArea .item .Txt h3 {
    margin-top: 0;
  }
  .facArea .switchBtn {
    display: none;
  }
}

@media (max-width: 767px) {
  .bannerArea .contentBox .Img {
    width: 90px;
    height: 102px;
  }
  .newsArea .switchBtn {
    display: none;
  }
}

@media (max-width: 640px) {
  .bannerArea .contentBox .Txt {
    margin-top: 10px;
  }
  .bannerArea .contentBox .Txt em {
    font-size: 17px;
  }
  .bannerArea .contentBox .Txt span {
    font-size: 15px;
  }
  .mainArea {
    padding-bottom: 0px;
  }
  .newsArea .newsList {
    width: 295px;
  }
}

@media (max-width: 480px) {
  .titleBox h2 {
    font-size: 24px;
  }
  .bannerArea .contentBox .Img {
    width: 60px;
    height: 60px;
  }
  .featureArea .item .Txt .contentBox h3 {
    font-size: 20px;
  }
  .facArea .item .Txt h3 {
    font-size: 20px;
  }
  .linkArea .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .linkArea .Img {
    max-width: 280px;
  }
}

/*# sourceMappingURL=home.css.map */