.productsArea .productsItem .title::after, .productsArea .productsItem .title::before, .productsArea .productsItem .title a, .aboutArea .aboutBox .Img svg, .aboutArea .aboutBox .Img img, .aboutArea .aboutBox .Img::after, .aboutArea .aboutBox .Img::before, .messageBox .rightBox, .bannerArea .bannerItem .Txt .bannerBtn .arrow::after, .bannerArea .bannerItem .Txt .bannerBtn .arrow {
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}

@-webkit-keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes arrows {
  10% {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
            transform: translate(-50%, -50%) scale(1.1, 1.1);
  }
  45% {
    -webkit-transform: translate(-50%, -50%) scale(1.5, 1.5);
            transform: translate(-50%, -50%) scale(1.5, 1.5);
    background-color: #a40000;
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
}
@keyframes arrows {
  10% {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
            transform: translate(-50%, -50%) scale(1.1, 1.1);
  }
  45% {
    -webkit-transform: translate(-50%, -50%) scale(1.5, 1.5);
            transform: translate(-50%, -50%) scale(1.5, 1.5);
    background-color: #a40000;
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
}
@-webkit-keyframes circle {
  to {
    stroke-dasharray: 250;
    stroke-dashoffset: 4510;
  }
}
@keyframes circle {
  to {
    stroke-dasharray: 250;
    stroke-dashoffset: 4510;
  }
}
@-webkit-keyframes zoomIn {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.3, 1.3);
            transform: translate(-50%, -50%) scale(1.3, 1.3);
    opacity: 0.3;
  }
}
@keyframes zoomIn {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.3, 1.3);
            transform: translate(-50%, -50%) scale(1.3, 1.3);
    opacity: 0.3;
  }
}
@-webkit-keyframes open {
  100% {
    -webkit-transform: translateX(-550px);
            transform: translateX(-550px);
  }
}
@keyframes open {
  100% {
    -webkit-transform: translateX(-550px);
            transform: translateX(-550px);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes zoomout {
  50% {
    -webkit-transform: translateX(-50%) scale(1.3, 1.3);
            transform: translateX(-50%) scale(1.3, 1.3);
    opacity: 0;
  }
}
@keyframes zoomout {
  50% {
    -webkit-transform: translateX(-50%) scale(1.3, 1.3);
            transform: translateX(-50%) scale(1.3, 1.3);
    opacity: 0;
  }
}
.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 0.7s;
  transition: all 0.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 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.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;
}
.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);
          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);
          transform: rotate(-45deg);
}
@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea {
  z-index: 3;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bannerArea .bannerItem .Txt {
  max-width: 530px;
  width: 100%;
  position: relative;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    width: 100%;
    height: 320px;
    max-width: initial;
  }
}
@media (max-width: 360px) {
  .bannerArea .bannerItem .Txt {
    height: 280px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 210px 25px 30px 55px;
}
@media (max-width: 1680px) {
  .bannerArea .bannerItem .Txt .textBox {
    padding: 110px 25px 30px 55px;
  }
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt .textBox {
    padding: 60px 25px 30px 50px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .textBox {
    padding: 40px 25px 20px 50px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .textBox {
    padding: 40px 50px 20px 50px;
  }
}
@media (max-width: 360px) {
  .bannerArea .bannerItem .Txt .textBox {
    padding: 40px 20px 20px;
  }
}
.bannerArea .bannerItem .Txt .title {
  max-width: 430px;
  color: #877674;
  font-size: 50px;
  font-weight: 500;
  font-family: Roboto, "Noto Sans Tc";
  line-height: 1.2;
  opacity: 0;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 39px;
  }
}
@media (max-width: 360px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 34px;
    letter-spacing: 0.1px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  position: relative;
  width: 55%;
  color: #a40000;
  display: block;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 2.3px;
  margin: 18px 0 0 0;
  opacity: 0;
}
@media (max-width: 800px) {
  .bannerArea .bannerItem .Txt .subtitle {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .subtitle {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 19px;
  }
}
@media (max-width: 360px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 15px;
    width: 70%;
  }
}
.bannerArea .bannerItem .Txt .subtitle::after {
  content: "";
  position: absolute;
  right: -75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 75px;
  height: 1px;
  background: #a40000;
}
.bannerArea .bannerItem .Txt .bannerBtn {
  opacity: 0;
  margin: 25px 0 0 -15px;
}
.bannerArea .bannerItem .Txt .bannerBtn:hover a {
  color: #a40000;
}
.bannerArea .bannerItem .Txt .bannerBtn:hover .arrow::after {
  -webkit-animation: arrows 1s cubic-bezier(0.37, 0, 0.63, 1) infinite;
          animation: arrows 1s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
.bannerArea .bannerItem .Txt .bannerBtn:hover .arrow svg {
  stroke: #fff;
}
.bannerArea .bannerItem .Txt .bannerBtn a {
  color: #000000;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 15px;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
}
.bannerArea .bannerItem .Txt .bannerBtn .arrow {
  position: relative;
  display: inline-block;
}
.bannerArea .bannerItem .Txt .bannerBtn .arrow a {
  position: relative;
  z-index: 5;
}
.bannerArea .bannerItem .Txt .bannerBtn .arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(135, 118, 116, 0.2);
}
.bannerArea .bannerItem .Txt .bannerBtn .arrow svg {
  display: inline-block;
  width: 11px;
  height: 7px;
  stroke: #877674;
}
.bannerArea .bannerItem .Txt .bannerVideo {
  position: absolute;
  z-index: 10;
  right: 50px;
  bottom: 35px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: rgb(163, 0, 0);
  pointer-events: all;
  cursor: pointer;
}
.bannerArea .bannerItem .Txt .bannerVideo a {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Txt .bannerVideo a svg {
  width: 25px;
  height: 20px;
  fill: #ffffff;
}
.bannerArea .bannerItem .Txt .bannerVideo svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bannerArea .bannerItem .Txt .bannerVideo svg.grayCircle {
  width: 100px;
  height: 100px;
  stroke: rgba(163, 0, 0, 0.8);
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  -webkit-transform: translate(-50%, -50%) rotate(-360deg);
          transform: translate(-50%, -50%) rotate(-360deg);
  -webkit-animation: rotate 5.5s ease-in-out infinite;
          animation: rotate 5.5s ease-in-out infinite;
}
.bannerArea .bannerItem .Img {
  max-width: 80%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Img {
    width: 100%;
    max-width: initial;
    max-height: 450px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Img {
    max-height: 315px;
  }
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerArea .bannerItem .arrowBox {
  right: -50px;
  z-index: 5;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .arrowBox {
    top: initial;
    right: 10%;
    bottom: -80px;
  }
}
.bannerArea .bannerItem .arrowBox .arrow {
  position: relative;
  z-index: 5;
  padding: 25px;
  cursor: pointer;
}
.bannerArea .bannerItem .arrowBox .arrowPrev {
  padding-right: 10px;
}
.bannerArea .bannerItem .arrowBox .arrowPrev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bannerArea .bannerItem .arrowBox .arrowNext {
  padding-left: 10px;
}
.bannerArea .bannerItem .arrowBox .circleBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .arrowBox .circleBox .grayCircle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  stroke: #eeeeee;
  width: 170px;
  height: 170px;
  -webkit-animation: zoomIn 1s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate;
          animation: zoomIn 1s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate;
}
.bannerArea .bannerItem .arrowBox .circleBox .grayCircle_s {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  stroke: #eeeeee;
  width: 117px;
  height: 117px;
  stroke-width: 2;
}
.bannerArea .bannerItem .arrowBox .circleBox .redCircle {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  stroke: #a40000;
  width: 117px;
  height: 117px;
  stroke-width: 2;
  stroke-dasharray: 250;
  stroke-dashoffset: 510;
  -webkit-animation: circle 12.5s ease-in-out infinite;
          animation: circle 12.5s ease-in-out infinite;
}
.bannerArea .bannerItem.slick-current .Txt .title {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .subtitle {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .text {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .bannerBtn {
  -webkit-animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #a40000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  width: 15px;
  margin: 0;
  bottom: 20%;
  right: 50px;
}
.bannerArea .slick-dots li {
  width: 100%;
  height: 15px;
  margin: 5px 0;
}
.bannerArea .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bannerArea .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}
.bannerArea .slick-dots li.slick-active button::before {
  border: 1px solid #fff;
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 1180px) {
  .bannerArea .Txt .bannerVideo,
.bannerArea .socialBox,
.bannerArea .scrollDown,
.bannerArea .slick-dots {
    display: none !important;
  }
}

.messageBox {
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  bottom: 0;
  z-index: 50;
  pointer-events: none;
}
@media (max-width: 1800px) {
  .messageBox {
    bottom: -120px;
  }
}
@media (max-width: 640px) {
  .messageBox {
    bottom: -100px;
  }
}
@media (max-width: 480px) {
  .messageBox {
    bottom: -120px;
  }
}
.messageBox .titleBox {
  position: absolute;
  left: 0;
  z-index: 50;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  background: #a40000;
  height: 278px;
  padding: 0 5px;
}
@media (max-width: 1800px) {
  .messageBox .titleBox {
    height: 228px;
  }
}
@media (max-width: 768px) {
  .messageBox .titleBox {
    height: 190px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .messageBox .titleBox {
    height: 251px;
  }
}
.messageBox .titleBox::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .messageBox .titleBox::after {
    height: 50px;
  }
}
.messageBox .rightBox {
  background: #a40000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 5px 40px 15px;
}
@media (max-width: 1800px) {
  .messageBox .rightBox {
    padding: 15px 5px 15px 20px;
  }
}
@media (max-width: 768px) {
  .messageBox .rightBox {
    padding: 25px 5px 25px 5px;
  }
}
@media (max-width: 480px) {
  .messageBox .rightBox {
    padding: 15px 5px;
  }
}
.messageBox .rightBox.close {
  -webkit-transform: translateX(-550px);
          transform: translateX(-550px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .messageBox .rightBox.close {
    -webkit-transform: translateX(-350px);
            transform: translateX(-350px);
  }
}
@media (max-width: 480px) {
  .messageBox .rightBox.close {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
  }
}
.messageBox .messageList {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.messageBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .messageBox .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px 0 35px;
  }
}
.messageBox .Img {
  width: 250px;
  height: 190px;
  overflow: hidden;
  pointer-events: all;
}
@media (max-width: 768px) {
  .messageBox .Img {
    height: 140px;
    width: 160px;
  }
}
@media (max-width: 480px) {
  .messageBox .Img {
    height: 80px;
    width: 160px;
  }
}
.messageBox .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.messageBox .Txt {
  padding-left: 30px;
  width: 265px;
}
@media (max-width: 768px) {
  .messageBox .Txt {
    padding-left: 15px;
    width: 160px;
  }
}
@media (max-width: 480px) {
  .messageBox .Txt {
    padding-left: 0;
    padding-top: 5px;
  }
}
.messageBox .top .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Roboto;
  font-weight: 500;
  color: #c2a090;
}
.messageBox .top .date .day {
  font-size: 36px;
}
@media (max-width: 768px) {
  .messageBox .top .date .day {
    font-size: 30px;
  }
}
.messageBox .top .date .year {
  font-size: 12px;
  width: 35px;
  margin: 7px 0 0 7px;
}
@media (max-width: 768px) {
  .messageBox .top .date .year {
    margin-top: 6px;
    line-height: 1;
  }
}
.messageBox .top .classTitle {
  background: #c2a090;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 3px 0;
}
.messageBox .bottom .title {
  margin-bottom: 5px;
  pointer-events: all;
}
@media (max-width: 768px) {
  .messageBox .bottom .title {
    height: 20px;
  }
}
.messageBox .bottom .title a {
  display: block;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1.5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .messageBox .bottom .title a {
    font-size: 13px;
  }
}
.messageBox .bottom .btnMore {
  margin: 0;
  margin-left: -5px;
  pointer-events: all;
}
@media (max-width: 768px) {
  .messageBox .bottom .btnMore a {
    padding: 5px;
  }
  .messageBox .bottom .btnMore .arrow::after {
    height: 25px;
    width: 25px;
  }
}
.messageBox .bottom .btnMore svg {
  stroke: #ffffff;
}
.messageBox .bottom .btnMore .arrow::after {
  background: rgba(255, 255, 255, 0.23);
}
.messageBox .bottom .text {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 5px;
  height: 75px;
  line-height: 1.5;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .messageBox .bottom .text {
    height: 65px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .messageBox .bottom .text {
    height: 47px;
  }
}
.messageBox .titleEn {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
  font-size: 13px;
  height: 198px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1.5px;
}
@media (max-width: 768px) {
  .messageBox .titleEn {
    font-size: 12px;
    height: 140px;
  }
}
@media (max-width: 468px) {
  .messageBox .titleEn {
    height: 221px;
  }
}
.messageBox .closeBtn {
  position: absolute;
  right: -17.5px;
  top: -17.5px;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 50%;
  pointer-events: all;
  cursor: pointer;
}
.messageBox .closeBtn.plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  height: 10px;
  width: 1px;
  background: #55453e;
}
.messageBox .closeBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 1px;
  background: #55453e;
}

.aboutArea {
  padding: 50px 0;
  background: rgba(135, 118, 116, 0.1);
}
.aboutArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1480px;
  padding: 65px 20px;
}
@media (max-width: 1366px) {
  .aboutArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 460px) {
  .aboutArea .wrap {
    padding: 0 15px;
  }
}
.aboutArea .leftBox {
  position: relative;
  width: 45%;
  padding-left: 20px;
}
@media (max-width: 1680px) {
  .aboutArea .leftBox {
    max-width: 648px;
    width: 100%;
  }
}
@media (max-width: 1366px) {
  .aboutArea .leftBox {
    max-width: initial;
    width: 100%;
    padding-left: 0;
  }
}
.aboutArea .leftBox .decoCircle {
  background: url(../images/whitecircle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 95%;
  left: 20px;
}
@media (max-width: 1366px) {
  .aboutArea .leftBox .decoCircle {
    height: 95%;
    left: 5px;
  }
}
@media (max-width: 640px) {
  .aboutArea .leftBox .decoCircle {
    height: 95%;
    width: 80%;
  }
}
@media (max-width: 460px) {
  .aboutArea .leftBox .decoCircle {
    height: 90%;
    width: 80%;
  }
}
@media (max-width: 360px) {
  .aboutArea .leftBox .decoCircle {
    height: 90%;
    width: 100%;
  }
}
.aboutArea .rightBox {
  width: 55%;
  padding: 30px 20px 0 70px;
}
@media (max-width: 1680px) {
  .aboutArea .rightBox {
    width: 48%;
    margin-left: auto;
    padding: 30px;
  }
}
@media (max-width: 1366px) {
  .aboutArea .rightBox {
    width: 100%;
  }
}
.aboutArea .aboutImgBox {
  position: relative;
  z-index: 2;
  border: 30px solid rgba(194, 160, 144, 0.1);
  width: 640px;
  height: 640px;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .aboutArea .aboutImgBox {
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .aboutArea .aboutImgBox {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutImgBox {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 460px) {
  .aboutArea .aboutImgBox {
    width: 280px;
    height: 280px;
  }
}
.aboutArea .aboutImgBox .item {
  position: relative;
}
.aboutArea .aboutImgBox .Img {
  width: 510px;
  height: 510px;
  border-radius: 50%;
  margin: 30px auto;
  overflow: hidden;
}
@media (max-width: 800px) {
  .aboutArea .aboutImgBox .Img {
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutImgBox .Img {
    width: 300px;
    height: 300px;
    margin: 15px auto;
  }
}
@media (max-width: 460px) {
  .aboutArea .aboutImgBox .Img {
    width: 180px;
    height: 180px;
  }
}
.aboutArea .aboutImgBox .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutArea .aboutImgBox .aboutVideo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}
.aboutArea .aboutImgBox .aboutVideo a {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aboutArea .aboutImgBox .aboutVideo a svg {
  width: 25px;
  height: 20px;
  fill: #a40000;
}
.aboutArea .aboutImgBox .aboutVideo svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.aboutArea .aboutImgBox .aboutVideo svg.grayCircle {
  width: 100px;
  height: 100px;
  stroke: rgba(255, 255, 255, 0.8);
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  -webkit-transform: translate(-50%, -50%) rotate(-360deg);
          transform: translate(-50%, -50%) rotate(-360deg);
  -webkit-animation: rotate 5.5s ease-in-out infinite;
          animation: rotate 5.5s ease-in-out infinite;
}
.aboutArea .infoBox .titleBox {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
.aboutArea .infoBox .text {
  color: rgba(0, 0, 0, 0.6);
}
.aboutArea .btnMore {
  margin-top: 35px;
}
.aboutArea .aboutBox {
  position: relative;
  padding: 0 5px;
}
.aboutArea .aboutBox .aboutItem.slick-current .item::after {
  border-left: 1px solid rgba(135, 118, 116, 0.5);
}
.aboutArea .aboutBox .aboutItem.slick-current .Img::before, .aboutArea .aboutBox .aboutItem.slick-current .Img::after {
  -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
          transform: translate(-50%, -50%) scale(1.2, 1.2);
  margin-top: -15px;
}
.aboutArea .aboutBox .aboutItem.slick-current .Img::before {
  background: #a40000;
}
.aboutArea .aboutBox .aboutItem.slick-current .Img img {
  margin: 10px auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.aboutArea .aboutBox .aboutItem.slick-current .Img svg {
  opacity: 1;
}
.aboutArea .aboutBox .slick-track {
  padding-top: 45px;
}
.aboutArea .aboutBox .item {
  position: relative;
  text-align: center;
  padding: 15px;
}
.aboutArea .aboutBox .item::after {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid rgba(135, 118, 116, 0.5);
  -webkit-transform: scale(1, 0.9);
          transform: scale(1, 0.9);
}
.aboutArea .aboutBox .item::before {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid rgba(135, 118, 116, 0.5);
  border-bottom: 1px solid rgba(135, 118, 116, 0.5);
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}
.aboutArea .aboutBox .Img {
  position: relative;
  width: 95px;
  height: 95px;
  margin: 0 auto;
}
.aboutArea .aboutBox .Img::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 95px;
  height: 95px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #877674;
}
.aboutArea .aboutBox .Img::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 105px;
  height: 105px;
  background: rgba(135, 118, 116, 0.15);
  border-radius: 50%;
}
.aboutArea .aboutBox .Img a {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aboutArea .aboutBox .Img img {
  position: relative;
  z-index: 5;
  width: 50px;
  height: 50px;
  margin: 20px auto;
}
.aboutArea .aboutBox .Img svg {
  opacity: 0;
  position: absolute;
  z-index: 2;
  display: block;
  width: 145px;
  height: 145px;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  stroke-dasharray: 2;
  -webkit-animation: rotate 5.5s ease-in-out infinite;
          animation: rotate 5.5s ease-in-out infinite;
}
.aboutArea .aboutBox .Txt {
  margin-top: 15px;
}
.aboutArea .aboutBox .Txt .title {
  font-size: 17px;
  color: #877674;
}
.aboutArea .aboutBox .arrowBox {
  left: 50%;
  top: calc(50% + 22.5px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 100px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newsArea {
  padding: 125px 0 115px;
  background-color: #fafafa;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .newsArea {
    padding: 80px 0 20px;
  }
}
@media (max-width: 800px) {
  .newsArea {
    padding: 40px 0 20px;
  }
}
@media (max-width: 768px) {
  .newsArea .wrap {
    padding: 0 20px;
  }
}
.newsArea .titleBox {
  text-align: center;
  margin-bottom: 45px;
}
.newsArea .titleBox .titleTw {
  padding-left: 0;
}
.newsArea .titleBox .titleTw::before, .newsArea .titleBox .titleTw::after {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.newsArea .titleBox .titleTw::before {
  top: 42px;
}
.newsArea .titleBox .titleTw::after {
  bottom: -35px;
}
.newsArea .slickBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 1080px) {
  .newsArea .slickBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .newsArea .slickBox {
    padding: 0;
  }
}
.newsArea .slickBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1080px) {
  .newsArea .slickBox::after {
    display: none;
  }
}
.newsArea .leftBox,
.newsArea .rightBox {
  width: 50%;
}
@media (max-width: 1080px) {
  .newsArea .leftBox,
.newsArea .rightBox {
    width: 100%;
    padding: 0 20px;
  }
}
.newsArea .leftBox {
  position: relative;
  padding-right: 50px;
}
@media (max-width: 1080px) {
  .newsArea .leftBox {
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
.newsArea .imgNewsBox {
  margin-left: -30px;
}
@media (max-width: 1080px) {
  .newsArea .imgNewsBox {
    margin-left: 0;
  }
}
.newsArea .imgNewsBox .item {
  padding: 0 30px;
}
@media (max-width: 1080px) {
  .newsArea .imgNewsBox .item {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .newsArea .imgNewsBox .item {
    padding: 0 10px;
  }
}
.newsArea .imgNewsBox .Img {
  max-width: 640px;
  height: 485px;
  margin: 0 auto 25px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .newsArea .imgNewsBox .Img {
    height: 300px;
    max-width: 450px;
  }
}
@media (max-width: 1080px) {
  .newsArea .imgNewsBox .Img {
    max-width: 640px;
    width: 100%;
    height: 485px;
    margin-bottom: 10px;
  }
}
@media (max-width: 800px) {
  .newsArea .imgNewsBox .Img {
    max-height: 360px;
    height: initial;
  }
}
@media (max-width: 480px) {
  .newsArea .imgNewsBox .Img {
    max-height: 320px;
  }
}
.newsArea .imgNewsBox .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsArea .imgNewsBox .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1080px) {
  .newsArea .imgNewsBox .Txt {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .newsArea .imgNewsBox .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsArea .imgNewsBox .left {
  padding: 6px 0 0 10px;
}
@media (max-width: 1080px) {
  .newsArea .imgNewsBox .left {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .newsArea .imgNewsBox .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.newsArea .imgNewsBox .left .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Roboto;
  font-weight: 500;
  color: #c2a090;
  margin-bottom: 5px;
}
.newsArea .imgNewsBox .left .date .day {
  font-size: 36px;
}
.newsArea .imgNewsBox .left .date .year {
  font-size: 12px;
  width: 35px;
  margin: 7px 0 0 7px;
}
.newsArea .imgNewsBox .left .classTitle {
  background: #c2a090;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 3px 0;
}
@media (max-width: 768px) {
  .newsArea .imgNewsBox .left .classTitle {
    padding: 3px 12px;
    margin-top: 8px;
  }
}
.newsArea .imgNewsBox .right {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .newsArea .imgNewsBox .right {
    padding-left: 0;
  }
}
.newsArea .imgNewsBox .right .insTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArea .imgNewsBox .right .title {
  font-size: 22px;
  height: 32px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .newsArea .imgNewsBox .right .title {
    margin-bottom: 5px;
  }
}
.newsArea .imgNewsBox .right .btnMore {
  margin: 0;
  margin-left: auto;
}
@media (max-width: 768px) {
  .newsArea .imgNewsBox .right .btnMore {
    display: none;
  }
}
.newsArea .imgNewsBox .right .btnMore_m {
  display: none;
  margin: 0;
}
@media (max-width: 768px) {
  .newsArea .imgNewsBox .right .btnMore_m {
    display: block;
  }
}
.newsArea .imgNewsBox .right .text {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  margin-right: 80px;
  padding-top: 5px;
  height: 60px;
  line-height: 1.5;
  font-size: 15px;
  color: #454545;
}
@media (max-width: 768px) {
  .newsArea .imgNewsBox .right .text {
    margin-right: 0;
  }
}
.newsArea .imgNewsBox .btnMore_toIns {
  display: none;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 30px auto 0;
  padding-top: 10px;
  max-width: 640px;
}
@media (max-width: 1081px) {
  .newsArea .imgNewsBox .btnMore_toIns {
    display: block;
  }
}
.newsArea .newsBox {
  margin-top: -22px;
  padding-left: 60px;
}
@media (max-width: 1080px) {
  .newsArea .newsBox {
    display: none;
    padding-left: 0;
    max-width: 640px;
    width: 100%;
    height: 485px;
    margin: 0 auto 10px;
  }
}
@media (max-width: 768px) {
  .newsArea .newsBox {
    padding: 0 5px;
  }
}
.newsArea .newsBox .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .newsArea .newsBox .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .newsArea .newsBox .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.newsArea .newsBox .left .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Roboto;
  font-weight: 500;
  color: #c2a090;
  margin-bottom: 5px;
}
.newsArea .newsBox .left .date .day {
  font-size: 36px;
}
.newsArea .newsBox .left .date .year {
  font-size: 12px;
  width: 35px;
  margin: 7px 0 0 7px;
}
.newsArea .newsBox .left .classTitle {
  width: 80px;
  background: #c2a090;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 3px 0;
}
@media (max-width: 768px) {
  .newsArea .newsBox .left .classTitle {
    padding: 3px 12px;
    margin-top: 8px;
  }
}
.newsArea .newsBox .right {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .newsArea .newsBox .right {
    padding-left: 0;
  }
}
.newsArea .newsBox .right .insTitleBox {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.newsArea .newsBox .right .title {
  font-size: 22px;
  height: 32px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsArea .newsBox .right .text {
  margin-right: 80px;
  padding-top: 5px;
  height: 60px;
  line-height: 1.5;
  color: #454545;
  font-size: 15px;
}
@media (max-width: 768px) {
  .newsArea .newsBox .right .text {
    margin-right: 0;
  }
}
.newsArea .newsBox .right .btnMore {
  margin: 0;
  margin-top: 20px;
}
.newsArea .buttonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArea .buttonBox .btnMore {
  margin: 0;
}
@media (max-width: 640px) {
  .newsArea .buttonBox .btnMore {
    margin-left: -15px;
  }
}
.newsArea .arrowBox {
  position: relative;
  -webkit-transform: none;
          transform: none;
  width: 92px;
}
.newsArea .arrowBox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 1px;
  height: 16px;
  background: #d7d7d7;
}
.newsArea .arrowBox .arrowPrev {
  padding-left: 0px;
  padding-right: 25px;
}
.newsArea .arrowBox .arrowNext {
  padding-right: 0px;
  padding-left: 25px;
}
.newsArea .barBox {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 95px 0 35px;
}
@media (max-width: 1180px) {
  .newsArea .barBox {
    padding: 0 25px;
  }
}
@media (max-width: 640px) {
  .newsArea .barBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-right: 0;
    width: calc(100% - 92px);
  }
}
.newsArea .barBox .progress {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 5px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(149, 149, 149, 0.2);
  background-image: -webkit-gradient(linear, left top, right top, from(#a40000), to(#a40000));
  background-image: linear-gradient(to right, #a40000, #a40000);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out;
}
.newsArea .barBox .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.newsArea .barBox .slidePage {
  display: inline-block;
  font-family: Roboto;
}

/*bubbleBox*/
.bubbleBox {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bubbleBox span {
  position: absolute;
  z-index: 5;
  display: block;
  width: 20px;
  height: 20px;
}
.bubbleBox span::before {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center;
  background-size: contain;
}
.bubbleBox span:nth-child(1) {
  width: 26px;
  height: 26px;
  top: 55.8%;
  right: 70.8%;
  -webkit-animation: bubble 9s -3s ease forwards infinite, bubble_fly 9s -3s ease forwards infinite;
          animation: bubble 9s -3s ease forwards infinite, bubble_fly 9s -3s ease forwards infinite;
}
.bubbleBox span:nth-child(1)::before {
  background: #a40000;
  border-radius: 50%;
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bubble_shake 12s -3s ease-in-out forwards infinite;
          animation: bubble_shake 12s -3s ease-in-out forwards infinite;
}
.bubbleBox span:nth-child(2) {
  width: 18px;
  height: 18px;
  top: 58.5%;
  right: 65.5%;
  -webkit-animation: bubble 9s -6.5s ease forwards infinite, bubble_fly 9s -6.5s ease forwards infinite;
          animation: bubble 9s -6.5s ease forwards infinite, bubble_fly 9s -6.5s ease forwards infinite;
}
.bubbleBox span:nth-child(2)::before {
  background: #a40000;
  border-radius: 50%;
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bubble_shake 12s -6.5s ease-in-out forwards infinite;
          animation: bubble_shake 12s -6.5s ease-in-out forwards infinite;
}
.bubbleBox span:nth-child(3) {
  width: 10px;
  height: 10px;
  top: 64.8%;
  right: 33%;
  -webkit-animation: bubble 9s 17s ease forwards infinite, bubble_fly 9s 17s ease forwards infinite;
          animation: bubble 9s 17s ease forwards infinite, bubble_fly 9s 17s ease forwards infinite;
}
.bubbleBox span:nth-child(3)::before {
  background: #a40000;
  border-radius: 50%;
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bubble_shake 12s 17s ease-in-out forwards infinite;
          animation: bubble_shake 12s 17s ease-in-out forwards infinite;
}
.bubbleBox span:nth-child(4) {
  width: 5px;
  height: 5px;
  top: 54.9%;
  right: 28%;
  -webkit-animation: bubble 9s -6.5s ease forwards infinite, bubble_fly 9s -6.5s ease forwards infinite;
          animation: bubble 9s -6.5s ease forwards infinite, bubble_fly 9s -6.5s ease forwards infinite;
}
.bubbleBox span:nth-child(4)::before {
  background: #a40000;
  border-radius: 50%;
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bubble_shake 12s -6.5s ease-in-out forwards infinite;
          animation: bubble_shake 12s -6.5s ease-in-out forwards infinite;
}
.bubbleBox span:nth-child(5) {
  width: 15px;
  height: 15px;
  top: 52.2%;
  right: 23%;
  -webkit-animation: bubble 9s -2s ease forwards infinite, bubble_fly 9s -2s ease forwards infinite;
          animation: bubble 9s -2s ease forwards infinite, bubble_fly 9s -2s ease forwards infinite;
}
.bubbleBox span:nth-child(5)::before {
  background: #a40000;
  border-radius: 50%;
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bubble_shake 12s -2s ease-in-out forwards infinite;
          animation: bubble_shake 12s -2s ease-in-out forwards infinite;
}
.bubbleBox span:nth-child(6) {
  width: 6px;
  height: 6px;
  top: 43.2%;
  right: 21%;
  -webkit-animation: bubble 9s -3s ease forwards infinite, bubble_fly 9s -3s ease forwards infinite;
          animation: bubble 9s -3s ease forwards infinite, bubble_fly 9s -3s ease forwards infinite;
}
.bubbleBox span:nth-child(6)::before {
  background: #a40000;
  border-radius: 50%;
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bubble_shake 12s -3s ease-in-out forwards infinite;
          animation: bubble_shake 12s -3s ease-in-out forwards infinite;
}
.bubbleBox span:nth-child(7) {
  width: 17px;
  height: 17px;
  top: 33.3%;
  right: 17%;
  -webkit-animation: bubble 9s -7s ease forwards infinite, bubble_fly 9s -7s ease forwards infinite;
          animation: bubble 9s -7s ease forwards infinite, bubble_fly 9s -7s ease forwards infinite;
}
.bubbleBox span:nth-child(7)::before {
  background: #a40000;
  border-radius: 50%;
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bubble_shake 12s -7s ease-in-out forwards infinite;
          animation: bubble_shake 12s -7s ease-in-out forwards infinite;
}
.bubbleBox span:nth-child(8) {
  width: 7px;
  height: 7px;
  top: 37.8%;
  right: 7%;
  -webkit-animation: bubble 9s -6.5s ease forwards infinite, bubble_fly 9s -6.5s ease forwards infinite;
          animation: bubble 9s -6.5s ease forwards infinite, bubble_fly 9s -6.5s ease forwards infinite;
}
.bubbleBox span:nth-child(8)::before {
  background: #a40000;
  border-radius: 50%;
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bubble_shake 12s -6.5s ease-in-out forwards infinite;
          animation: bubble_shake 12s -6.5s ease-in-out forwards infinite;
}
.bubbleBox span:nth-child(9) {
  width: 7.5px;
  height: 7.5px;
  top: 34.2%;
  right: 7.5%;
  -webkit-animation: bubble 9s -5.5s ease forwards infinite, bubble_fly 9s -5.5s ease forwards infinite;
          animation: bubble 9s -5.5s ease forwards infinite, bubble_fly 9s -5.5s ease forwards infinite;
}
.bubbleBox span:nth-child(9)::before {
  background: #a40000;
  border-radius: 50%;
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bubble_shake 12s -5.5s ease-in-out forwards infinite;
          animation: bubble_shake 12s -5.5s ease-in-out forwards infinite;
}
.bubbleBox span:nth-child(10) {
  width: 9px;
  height: 9px;
  top: 27%;
  right: 9%;
  -webkit-animation: bubble 9s 17s ease forwards infinite, bubble_fly 9s 17s ease forwards infinite;
          animation: bubble 9s 17s ease forwards infinite, bubble_fly 9s 17s ease forwards infinite;
}
.bubbleBox span:nth-child(10)::before {
  background: #a40000;
  border-radius: 50%;
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bubble_shake 12s 17s ease-in-out forwards infinite;
          animation: bubble_shake 12s 17s ease-in-out forwards infinite;
}
.bubbleBox span:nth-child(11) {
  width: 10px;
  height: 10px;
  top: 54.9%;
  right: 17%;
  -webkit-animation: bubble 9s -6.5s ease forwards infinite, bubble_fly 9s -6.5s ease forwards infinite;
          animation: bubble 9s -6.5s ease forwards infinite, bubble_fly 9s -6.5s ease forwards infinite;
}
.bubbleBox span:nth-child(11)::before {
  background: #a40000;
  border-radius: 50%;
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bubble_shake 12s -6.5s ease-in-out forwards infinite;
          animation: bubble_shake 12s -6.5s ease-in-out forwards infinite;
}
.bubbleBox span:nth-child(12) {
  width: 5px;
  height: 5px;
  top: 52.2%;
  right: 7%;
  -webkit-animation: bubble 9s -2s ease forwards infinite, bubble_fly 9s -2s ease forwards infinite;
          animation: bubble 9s -2s ease forwards infinite, bubble_fly 9s -2s ease forwards infinite;
}
.bubbleBox span:nth-child(12)::before {
  background: #a40000;
  border-radius: 50%;
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bubble_shake 12s -2s ease-in-out forwards infinite;
          animation: bubble_shake 12s -2s ease-in-out forwards infinite;
}
.bubbleBox span:nth-child(4), .bubbleBox span:nth-child(6), .bubbleBox span:nth-child(8), .bubbleBox span:nth-child(9) {
  z-index: -1;
}

@-webkit-keyframes bubble {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bubble {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes bubble_fly {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-180px);
            transform: translateY(-180px);
  }
}
@keyframes bubble_fly {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-180px);
            transform: translateY(-180px);
  }
}
@-webkit-keyframes bubble_shake {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@keyframes bubble_shake {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.productsArea {
  overflow: hidden;
}
.productsArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1550px;
}
@media (max-width: 800px) {
  .productsArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.productsArea .leftBox {
  width: 22%;
  padding: 95px 25px 0 55px;
}
@media (max-width: 1366px) {
  .productsArea .leftBox {
    width: 30%;
    padding-left: 0;
  }
}
@media (max-width: 1080px) {
  .productsArea .leftBox {
    width: 40%;
  }
}
@media (max-width: 800px) {
  .productsArea .leftBox {
    width: 100%;
    padding: 40px 0;
  }
}
@media (max-width: 414px) {
  .productsArea .leftBox {
    padding-bottom: 20px;
  }
}
.productsArea .rightBox {
  position: relative;
  width: 76.5%;
  margin-left: auto;
  padding: 0 25px;
}
@media (max-width: 1680px) {
  .productsArea .rightBox {
    width: 70%;
    margin-left: 25px;
    margin-right: auto;
  }
}
@media (max-width: 1366px) {
  .productsArea .rightBox {
    width: 60%;
  }
}
@media (max-width: 1080px) {
  .productsArea .rightBox {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .productsArea .rightBox {
    width: 100%;
    margin: 0;
  }
}
.productsArea .rightBox::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -19%;
  display: block;
  width: 1340px;
  height: 480px;
  background: url(../images/products_bg.png);
}
@media (max-width: 1680px) {
  .productsArea .rightBox::after {
    width: 1220px;
  }
}
@media (max-width: 1560px) {
  .productsArea .rightBox::after {
    width: 1080px;
  }
}
@media (max-width: 1366px) {
  .productsArea .rightBox::after {
    width: 900px;
  }
}
@media (max-width: 1080px) {
  .productsArea .rightBox::after {
    width: 600px;
    right: -22%;
  }
}
@media (max-width: 800px) {
  .productsArea .rightBox::after {
    right: -5%;
    width: calc(100% + 100px);
  }
}
@media (max-width: 768px) {
  .productsArea .rightBox::after {
    right: 0%;
    width: 100%;
  }
}
.productsArea .productsIntroItem .item {
  padding: 0 5px;
}
.productsArea .productsIntroItem .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.productsArea .productsIntroItem .num {
  font-family: Roboto;
  font-weight: 500;
  font-size: 15px;
  color: #a40000;
  vertical-align: top;
  height: 100%;
}
.productsArea .productsIntroItem .num::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin-top: 5px;
  background-color: #a40000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.productsArea .productsIntroItem .productsTitleBox {
  margin: -5px 0 0 5px;
}
.productsArea .productsIntroItem .productsTitleBox .title a {
  font-size: 30px;
  color: #a40000;
  font-weight: 500;
}
.productsArea .productsIntroItem .productsTitleBox .titleEn a {
  font-family: Roboto;
  color: #a40000;
  font-size: 13px;
  padding-top: 5px;
  letter-spacing: 0.5px;
}
.productsArea .productsIntroItem .text {
  font-size: 15px;
  margin-top: 12px;
  letter-spacing: 0.8px;
  line-height: 1.5;
  color: #454545;
  height: 50px;
}
.productsArea .productsIntroItem .btnMore {
  margin-top: 30px;
}
@media (max-width: 800px) {
  .productsArea .productsIntroItem .btnMore {
    display: none;
  }
}
.productsArea .productsBox .slick-track {
  padding: 50px 0 115px;
}
@media (max-width: 414px) {
  .productsArea .productsBox .slick-track {
    padding: 25px 0 40px;
  }
}
.productsArea .productsItem.slick-current .title a {
  color: #ffffff;
}
.productsArea .productsItem.slick-current .title::after {
  background: #a40000;
}
.productsArea .productsItem.slick-current .title::before {
  opacity: 1;
  -webkit-animation: zoomout 2.3s ease-in-out forwards infinite;
          animation: zoomout 2.3s ease-in-out forwards infinite;
}
.productsArea .productsItem.slick-current .bubbleBox {
  opacity: 1;
}
.productsArea .productsItem .item {
  position: relative;
}
.productsArea .productsItem .top {
  text-align: center;
  width: 165px;
  margin: 0 auto;
}
.productsArea .productsItem .top em {
  font-size: 30px;
  color: #ffffff;
  font-family: Roboto;
}
.productsArea .productsItem .top em span {
  font-size: 65px;
  line-height: 1;
  padding-left: 5px;
}
.productsArea .productsItem .top .titleEn {
  font-family: Roboto;
  font-weight: 400;
  color: #a40000;
  font-size: 15px;
  letter-spacing: 1.5px;
  height: 36px;
}
.productsArea .productsItem .Img {
  position: relative;
  z-index: 5;
  width: 230px;
  height: 360px;
  margin: 0 auto;
}
@media (max-width: 414px) {
  .productsArea .productsItem .Img {
    max-width: 180px;
    height: initial;
  }
}
.productsArea .productsItem .Img img {
  width: 100%;
}
.productsArea .productsItem .title {
  position: relative;
  margin: 5px auto 0;
  text-align: center;
}
.productsArea .productsItem .title a {
  position: relative;
  z-index: 5;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  padding: 0 5px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #877674;
}
@media (max-width: 414px) {
  .productsArea .productsItem .title a {
    font-size: 15px;
  }
}
.productsArea .productsItem .title::after, .productsArea .productsItem .title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 225px;
  height: 225px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 414px) {
  .productsArea .productsItem .title::after, .productsArea .productsItem .title::before {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 360px) {
  .productsArea .productsItem .title::after, .productsArea .productsItem .title::before {
    width: 180px;
    height: 180px;
    top: -130px;
  }
}
.productsArea .productsItem .title::before {
  opacity: 0;
  background: transparent;
  border: 1px solid #a40000;
}
.productsArea .productsItem .btnMore {
  padding-top: 50px;
  text-align: center;
  display: none;
}
@media (max-width: 800px) {
  .productsArea .productsItem .btnMore {
    display: block;
  }
}
.productsArea .arrowBox {
  position: absolute;
  top: 295px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 800px) {
  .productsArea .arrowBox {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 768px) {
  .productsArea .arrowBox {
    width: calc(100% + 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.productsArea .arrowBox a {
  background: #877674;
  border-radius: 50%;
  display: block;
  padding: 10px 12.5px;
}
.productsArea .arrowBox svg {
  width: 15px;
  display: block;
}
.productsArea .arrowBox .arrow {
  padding: 0;
}
.productsArea .arrowBox .arrowNext {
  margin-left: auto;
}
.productsArea .arrowBox .arrowNext svg {
  margin-right: 5px;
}
.productsArea .arrowBox .arrowPrev svg {
  margin-left: 5px;
}
.productsArea .arrowBox .arrow:hover a {
  background: #a40000;
}
.productsArea .arrowBox .arrow:hover svg {
  stroke: #ffffff;
}

.linkArea {
  padding: 90px 0 100px;
  text-align: center;
}
@media (max-width: 800px) {
  .linkArea {
    padding: 40px 0;
  }
}
.linkArea .wrap {
  max-width: 1440px;
}
.linkArea .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 800px) {
  .linkArea .linkList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.linkArea .linkItem {
  max-width: 700px;
  width: 50%;
}
@media (max-width: 800px) {
  .linkArea .linkItem {
    width: 100%;
  }
}
.linkArea .linkItem .item {
  position: relative;
  overflow: hidden;
}
.linkArea .linkItem .Img {
  max-width: 700px;
  height: 315px;
}
@media (max-width: 800px) {
  .linkArea .linkItem .Img {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .linkArea .linkItem .Img {
    height: 190px;
  }
}
@media (max-width: 360px) {
  .linkArea .linkItem .Img {
    height: 150px;
  }
}
.linkArea .linkItem .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.linkArea .linkItem .Txt {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Roboto, "Noto Sans Tc";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.linkArea .linkItem .titleEn a {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
}
.linkArea .linkItem .title a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
}