.linkList .Img img, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.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: 800px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 88vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #c49a6d;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .popWin .close:hover {
    background-color: #c49a6d;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .titleBox {
  max-width: 1200px;
  padding: 60px 20px;
  pointer-events: none;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.bannerArea .titleBox.hid {
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .titleBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 960px) {
  .bannerArea .titleBox {
    padding: 30px 20px;
  }
}
@media (max-width: 640px) {
  .bannerArea .titleBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 20px;
  }
}
@media (max-width: 430px) {
  .bannerArea .titleBox {
    padding: 60px 20px 150px;
  }
}
@media (max-width: 380px) {
  .bannerArea .titleBox {
    padding: 60px 20px 180px;
  }
}
.bannerArea .titleBox .title {
  color: #fff;
  font-size: 102px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.3px;
  margin-left: -5px;
}
@media (max-width: 1180px) {
  .bannerArea .titleBox .title {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .bannerArea .titleBox .title {
    font-size: 52px;
  }
}
@media (max-width: 475px) {
  .bannerArea .titleBox .title {
    font-size: 46px;
  }
}
@media (max-width: 430px) {
  .bannerArea .titleBox .title {
    font-size: 42px;
  }
}
.bannerArea .titleBox .subtitle {
  color: #fff;
  display: block;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.3px;
  margin-top: 10px;
}
@media (max-width: 1180px) {
  .bannerArea .titleBox .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .bannerArea .titleBox .subtitle {
    font-size: 16px;
  }
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerItem {
    width: 100%;
    display: none;
  }
  .bannerArea .bannerList .bannerItem:first-child {
    display: block;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerList {
    height: 100vw;
  }
}
.bannerArea .bannerItem {
  height: 100%;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.bannerArea .bannerItem:nth-child(even) {
  width: 50%;
}
.bannerArea .bannerItem:nth-child(even) .Img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bannerArea .bannerItem:nth-child(even) .Img img {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}
.bannerArea .bannerItem:nth-child(even) .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bannerArea .bannerItem:nth-child(even) .videoBtn {
  right: 13%;
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem:nth-child(even) .videoBtn {
    right: 9%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem:nth-child(even) .videoBtn {
    right: 50%;
  }
}
.bannerArea .bannerItem:nth-child(even).show .Img img {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem:nth-child(even) .Img img {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.bannerArea .bannerItem:nth-child(odd) {
  width: 50%;
}
.bannerArea .bannerItem:nth-child(odd) .Img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.bannerArea .bannerItem:nth-child(odd) .Img img {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem:nth-child(odd) .Img img {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.bannerArea .bannerItem:nth-child(odd) .videoBtn {
  right: 87%;
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem:nth-child(odd) .videoBtn {
    right: 91%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem:nth-child(odd) .videoBtn {
    right: 50%;
  }
}
.bannerArea .bannerItem:nth-child(odd).show .Img img {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem:nth-child(odd) .Img img {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.bannerArea .bannerItem .Txt {
  max-width: 100%;
  padding: 110px 20px 85px;
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 102px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 22px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
}
.bannerArea .bannerItem .Txt .bannerVideoBtn .videoBtn {
  width: 120px;
  height: 120px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 45%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background-color: rgba(255, 255, 255, 0.74);
  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;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .bannerVideoBtn .videoBtn {
    bottom: 110px;
  }
}
@media (max-width: 1024px) {
  .bannerArea .bannerItem .Txt .bannerVideoBtn .videoBtn {
    bottom: 80px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .bannerVideoBtn .videoBtn {
    bottom: 40px;
  }
}
@media (max-width: 420px) {
  .bannerArea .bannerItem .Txt .bannerVideoBtn .videoBtn {
    width: 100px;
    height: 100px;
  }
}
.bannerArea .bannerItem .Txt .bannerVideoBtn .videoBtn .text {
  color: #c49a6d;
  opacity: 1;
  margin-top: -20px;
  font-size: 14px;
  font-weight: 500;
}
.bannerArea .bannerItem .Txt .bannerVideoBtn .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #c49a6d;
  display: block;
  position: absolute;
  top: calc(50% + 10px);
  left: calc(50% - 5px);
  z-index: 2;
}
.bannerArea .bannerItem .Txt .bannerVideoBtn .videoBtn.pause::before {
  content: "";
  width: 10px;
  height: 15px;
  border-style: hidden;
  border-left: 3px solid #c49a6d;
  border-right: 3px solid #c49a6d;
  display: block;
  position: absolute;
  z-index: 2;
}
.bannerArea .bannerItem .Txt .bannerVideoBtn .videoBtn::after {
  content: "";
  border: 1px solid #c49a6d;
  border-radius: 50%;
  z-index: 1;
  width: 110px;
  height: 110px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 420px) {
  .bannerArea .bannerItem .Txt .bannerVideoBtn .videoBtn::after {
    width: 90px;
    height: 90px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.bannerArea .bannerItem .Txt .bannerVideoBtn .videoBtn .outerCircle {
  position: absolute;
  width: calc(100% + 22px);
  height: calc(100% + 22px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.bannerArea .bannerItem .Txt .bannerVideoBtn .videoBtn .outerCircle::after {
  content: "";
  position: absolute;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 2px solid #fff;
  border-radius: 50%;
  margin-top: -70px;
  top: 50%;
  left: 50%;
  clip-path: polygon(0% 0%, 33.3% 0%, 33.3% 100%, 0% 100%);
  -webkit-animation: rotateCircle 4s linear infinite;
          animation: rotateCircle 4s linear infinite;
}
@media (max-width: 420px) {
  .bannerArea .bannerItem .Txt .bannerVideoBtn .videoBtn .outerCircle::after {
    margin-top: -60px;
  }
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px 20px 85px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px;
  }
}
.bannerArea .bannerItem .Img {
  width: 100%;
  overflow: hidden;
}
.bannerArea .bannerItem .Img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img img {
    height: 100vW;
  }
}
.bannerArea .bannerItem .bannerVideoBtn {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .bannerVideoBtn {
    opacity: 1;
  }
}
.bannerArea .bannerItem.show {
  width: 100%;
}
.bannerArea .bannerItem.show .bannerVideoBtn {
  opacity: 1;
}
.bannerArea .bannerItem.hid {
  width: 0;
}
.bannerArea .bannerItem .bannerVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.bannerArea .bannerItem .bannerVideo.show {
  opacity: 1;
}
.bannerArea .bannerItem .bannerVideo iframe {
  width: 100%;
  height: 100%;
  scale: 1.3;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .bannerVideo iframe {
    scale: 1.9;
  }
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .slick-arrow {
  top: 80%;
  left: auto;
}
.bannerArea .slick-arrow.slick-prev {
  right: 110px;
}
.bannerArea .slick-arrow.slick-next {
  right: 50px;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1181px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #c49a6d;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #c49a6d;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 53px;
  right: 74px;
  z-index: 2;
}
@media (max-width: 640px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1px;
}
.bannerArea .scrollDown span.mouse .mouseIcon {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  fill: #fff;
  margin-left: 11px;
  overflow: hidden;
  max-width: 20px;
  max-height: 20px;
}
@media (min-width: 1181px) {
  .bannerArea .scrollDown:hover span.text {
    color: #c49a6d;
  }
  .bannerArea .scrollDown:hover span.mouse .mouseIcon {
    fill: #c49a6d;
  }
}
.bannerArea .slick-dots {
  bottom: 50%;
  right: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.bannerArea.hover-left .bannerItem.left {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.bannerArea.hover-left .bannerItem.left .bannerVideoBtn {
  opacity: 1;
}
.bannerArea.hover-right .bannerItem.right {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.bannerArea.hover-right .bannerItem.right .bannerVideoBtn {
  opacity: 1;
}
.bannerArea.hover-left .bannerItem:not(.left), .bannerArea.hover-right .bannerItem:not(.right) {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.aboutArea {
  position: relative;
  padding: 95px 0 80px;
}
.aboutArea.bg {
  background: -webkit-gradient(linear, left top, right top, color-stop(87%, #f5f5f5), color-stop(13%, transparent));
  background: linear-gradient(to right, #f5f5f5 87%, transparent 13%);
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .aboutArea.bg {
    background: -webkit-gradient(linear, left top, right top, color-stop(95%, #f5f5f5), color-stop(5%, transparent));
    background: linear-gradient(to right, #f5f5f5 95%, transparent 5%);
  }
}
.aboutArea .wrap {
  max-width: 100%;
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 7px 0 170px;
  }
}
.aboutArea .wrap {
  position: relative;
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 960px) {
  .aboutArea .aboutBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutArea .leftBox,
.aboutArea .rightBox {
  width: 50%;
}
@media (max-width: 768px) {
  .aboutArea .leftBox,
  .aboutArea .rightBox {
    width: 100%;
  }
}
.aboutArea .decoImgBox {
  position: absolute;
  width: 100%;
  max-width: 370px;
  left: 250px;
  margin-top: -125px;
}
@media (max-width: 1440px) {
  .aboutArea .decoImgBox {
    max-width: 300px;
    margin-top: -50px;
  }
}
@media (max-width: 768px) {
  .aboutArea .decoImgBox {
    left: 50px;
    bottom: -40px;
    max-width: 220px;
  }
}
@media (max-width: 640px) {
  .aboutArea .decoImgBox {
    left: 0;
  }
}
.aboutArea .leftBox {
  position: relative;
  padding-left: 195px;
  padding-right: 100px;
}
@media (max-width: 1440px) {
  .aboutArea .leftBox {
    padding-left: 50px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .leftBox {
    padding-right: 50px;
  }
}
@media (max-width: 860px) {
  .aboutArea .leftBox {
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .aboutArea .leftBox {
    padding-left: 0;
    padding-right: 0;
  }
}
.aboutArea .leftBox .Img {
  position: absolute;
  max-width: 370px;
  bottom: -140px;
  left: 195px;
}
.aboutArea .leftBox > .titleBox {
  position: relative;
  padding-top: 40px;
  margin-top: 70px;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .aboutArea .leftBox > .titleBox {
    padding-top: 25px;
    margin-bottom: 40px;
  }
}
.aboutArea .leftBox > .titleBox::before {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 5px;
  background-color: #c49a6d;
}
.aboutArea .leftBox > .titleBox > .title {
  color: #000000;
}
.aboutArea .rightBox {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 640px) {
  .aboutArea .rightBox {
    margin-top: 5px;
  }
}
.aboutArea .rightBox .ImgBox {
  position: relative;
  max-width: 855px;
  margin-right: -55px;
}
@media (max-width: 768px) {
  .aboutArea .rightBox .ImgBox {
    max-width: 520px;
  }
}
@media (max-width: 640px) {
  .aboutArea .rightBox .ImgBox {
    max-width: 420px;
  }
}
.aboutArea .rightBox .Img {
  width: 100%;
}
.aboutArea .rightBox .btnBox {
  position: absolute;
  bottom: 0;
  left: 0;
}
.aboutArea .Img {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.aboutArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1440px) {
  .aboutArea .Img {
    -ms-flex-negative: initial;
        flex-shrink: initial;
  }
}
.aboutArea .Txt {
  width: 100%;
  margin-bottom: 40px;
}
.aboutArea .Txt .titleBox {
  margin-bottom: 0;
}
.aboutArea .Txt .titleBox .title {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .aboutArea .Txt .titleBox .title {
    font-size: 20px;
    padding-bottom: 15px;
    line-height: 2;
  }
}
.aboutArea .Txt .textEditor {
  padding-left: 5px;
  padding-bottom: 125px;
  color: #4d4d4d;
}
.aboutArea .Txt .btnBox {
  margin-top: 40px;
}
@media (max-width: 960px) {
  .aboutArea .Txt {
    width: 100%;
    max-width: 680px;
    padding-left: 0;
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt .textEditor {
    padding-bottom: 0;
  }
  .aboutArea .Txt .btnBox {
    margin-top: 20px;
  }
}

.productsArea {
  padding: 150px 0 80px;
}
@media (max-width: 1536px) {
  .productsArea {
    padding: 150px 0 30px;
  }
}
@media (max-width: 768px) {
  .productsArea {
    padding: 120px 0 30px;
  }
}
@media (max-width: 480px) {
  .productsArea {
    padding: 120px 0 80px;
  }
}
.productsArea .wrapSec {
  max-width: 100%;
  position: relative;
}
.productsArea .wrapSec > .titleBox {
  position: absolute;
  background-color: #f5efe5;
  padding-top: 115px;
  padding-right: 13%;
  width: 100%;
  max-width: 720px;
  height: 810px;
  right: 0;
  top: 0;
  text-align: end;
}
@media (max-width: 1536px) {
  .productsArea .wrapSec > .titleBox {
    padding-right: 9%;
    height: 670px;
    max-width: 630px;
  }
}
@media (max-width: 1440px) {
  .productsArea .wrapSec > .titleBox {
    max-width: 40%;
  }
}
@media (max-width: 1280px) {
  .productsArea .wrapSec > .titleBox {
    height: 610px;
  }
}
@media (max-width: 1180px) {
  .productsArea .wrapSec > .titleBox {
    padding-right: 3%;
    height: 650px;
  }
}
@media (max-width: 960px) {
  .productsArea .wrapSec > .titleBox {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .productsArea .wrapSec > .titleBox {
    max-width: 360px;
    padding-top: 100px;
    padding-right: 5%;
    height: 550px;
  }
}
@media (max-width: 640px) {
  .productsArea .wrapSec > .titleBox {
    height: 1120px;
  }
}
@media (max-width: 620px) {
  .productsArea .wrapSec > .titleBox {
    height: 1080px;
  }
}
@media (max-width: 560px) {
  .productsArea .wrapSec > .titleBox {
    height: 1000px;
  }
}
@media (max-width: 500px) {
  .productsArea .wrapSec > .titleBox {
    height: 960px;
  }
}
@media (max-width: 480px) {
  .productsArea .wrapSec > .titleBox {
    height: 935px;
  }
}
@media (max-width: 414px) {
  .productsArea .wrapSec > .titleBox {
    height: 865px;
  }
}
@media (max-width: 320px) {
  .productsArea .wrapSec > .titleBox {
    height: 755px;
  }
}
.productsArea .wrapSec > .titleBox .title {
  position: relative;
  display: inline-block;
  color: #000;
  z-index: 3;
}
.productsArea .wrapSec > .titleBox .titleArrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #000;
  fill: #fff;
  padding: 5px;
  margin-left: 5px;
  margin-bottom: -5px;
}
.productsArea .wrapSec > .titleBox > .title::before {
  content: "";
  display: block;
  width: 28px;
  height: 5px;
  position: absolute;
  top: -40px;
  right: 0;
  background-color: #c49a6d;
}
.productsArea .wrap {
  margin-top: 130px;
  pointer-events: none;
}
@media (max-width: 640px) {
  .productsArea .wrap {
    margin-top: 230px;
  }
}
@media (max-width: 414px) {
  .productsArea .wrap {
    margin-top: 200px;
  }
}
.productsArea .productsBox {
  position: relative;
}
.productsArea .productsList {
  margin: 0 -22px;
}
.productsArea .productsItem {
  padding: 0 22px;
}
.productsArea .productsItem .item {
  pointer-events: all;
  position: relative;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.productsArea .productsItem .item.nextPic {
  margin-top: 85px;
}
@media (max-width: 640px) {
  .productsArea .productsItem .item.nextPic {
    margin-top: 0;
  }
}
.productsArea .productsItem .item .ImgBox {
  position: relative;
}
.productsArea .productsItem .item .ImgBox .Img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productsArea .productsItem .item .ImgBox .btnBox {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.productsArea .productsItem .item .ImgBox .btnBox.single .btn {
  padding: 33px 10px 33px 35px;
  min-width: 100px;
}
@media (min-width: 1181px) {
  .productsArea .productsItem .item .ImgBox .btnBox:hover {
    cursor: pointer;
  }
}
.productsArea .productsItem .item .ImgBox .itemLink {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.productsArea .productsItem .item .Txt .title {
  font-weight: 600;
  font-size: 25px;
  color: #c49a6d;
  padding: 32px 2px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1180px) {
  .productsArea .productsItem .item .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .productsArea .productsItem .item .Txt .title {
    font-size: 16px;
    padding: 23px 2px;
  }
}
@media (min-width: 1181px) {
  .productsArea .productsItem .item:hover .ImgBox .itemLink {
    background-color: rgba(24, 24, 24, 0.47);
  }
  .productsArea .productsItem .item:hover .ImgBox .btnBox .btn {
    padding: 33px 10px 33px;
    min-width: 200px;
  }
  .productsArea .productsItem .item:hover .ImgBox .btnBox .btn .moreArrow {
    opacity: 1;
    margin-left: 15px;
  }
}
.productsArea .controlBox {
  position: absolute;
  display: inline-block;
  left: -20px;
  bottom: 25px;
  pointer-events: all;
}
@media (max-width: 640px) {
  .productsArea .controlBox {
    display: none;
  }
}

.applicationArea {
  padding: 57px 0 38px;
}
@media (max-width: 1536px) {
  .applicationArea {
    padding: 57px 0 15px;
  }
}
@media (max-width: 1180px) {
  .applicationArea {
    padding: 57px 0 0;
  }
}
@media (max-width: 640px) {
  .applicationArea {
    padding: 28px 0 0;
  }
}
@media (max-width: 768px) {
  .applicationArea .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.applicationArea .wrap > .titleBox {
  text-align: center;
  padding-top: 52px;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .applicationArea .wrap > .titleBox {
    margin-bottom: 60px;
  }
}
.applicationArea .wrap > .titleBox .title {
  position: relative;
  display: inline-block;
  color: #000;
}
@media (max-width: 640px) {
  .applicationArea .wrap > .titleBox .title {
    margin-left: -5px;
  }
}
.applicationArea .wrap > .titleBox .titleArrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #000;
  fill: #fff;
  padding: 5px;
  margin-left: 5px;
  margin-bottom: -5px;
}
.applicationArea .wrap > .titleBox > .title::before {
  content: "";
  display: block;
  width: 28px;
  height: 5px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #c49a6d;
}
@media (max-width: 640px) {
  .applicationArea .wrap > .titleBox > .title::before {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
.applicationArea .applicationBox {
  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;
  position: relative;
}
.applicationArea .applicationBox > .controlBox {
  position: absolute;
  width: 100%;
}
@media (max-width: 768px) {
  .applicationArea .applicationBox > .controlBox {
    display: none;
  }
}
.applicationArea .applicationBox > .controlBox .arrowBox {
  position: absolute;
  width: 100%;
  top: 0;
}
.applicationArea .applicationBox > .controlBox .arrowBox .arrow {
  width: 63px;
  height: 63px;
  margin: 0;
  padding: 10px;
}
.applicationArea .applicationBox > .controlBox .arrow.arrowPrev {
  position: absolute;
  top: 50%;
  left: -63px;
}
@media (max-width: 1180px) {
  .applicationArea .applicationBox > .controlBox .arrow.arrowPrev {
    left: -6px;
  }
}
@media (max-width: 768px) {
  .applicationArea .applicationBox > .controlBox .arrow.arrowPrev {
    display: none;
  }
}
.applicationArea .applicationBox > .controlBox .arrow.arrowNext {
  position: absolute;
  top: 50%;
  right: -63px;
}
@media (max-width: 1180px) {
  .applicationArea .applicationBox > .controlBox .arrow.arrowNext {
    right: -6px;
  }
}
@media (max-width: 768px) {
  .applicationArea .applicationBox > .controlBox .arrow.arrowNext {
    right: 5%;
    z-index: 5;
  }
  .applicationArea .applicationBox > .controlBox .arrow.arrowNext::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    -webkit-transform: rotate(45deg) translate(-100%, 0%);
            transform: rotate(45deg) translate(-100%, 0%);
  }
}
.applicationArea .appliTitleList {
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  margin-bottom: 70px;
  max-height: 65px;
}
@media (max-width: 1180px) {
  .applicationArea .appliTitleList {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .applicationArea .appliTitleList {
    display: none;
  }
}
.applicationArea .appliTitleList .appliTitleItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.applicationArea .appliTitleList .swiper-slide {
  width: auto;
}
.applicationArea .appliTitleList .swiper-slide.swiper-slide-active .item::after {
  content: "";
  position: absolute;
  opacity: 1;
}
.applicationArea .appliTitleList .swiper-slide.swiper-slide-active .title {
  color: black;
}
@media (min-width: 1181px) {
  .applicationArea .appliTitleList .swiper-slide:hover {
    cursor: pointer;
  }
  .applicationArea .appliTitleList .swiper-slide:hover .item::after {
    content: "";
    position: absolute;
    opacity: 1;
  }
  .applicationArea .appliTitleList .swiper-slide:hover .title {
    color: black;
  }
}
.applicationArea .appliTitleList .item {
  position: relative;
  padding: 20px 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.applicationArea .appliTitleList .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #c49a6d;
  bottom: 2px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.applicationArea .appliTitleList .title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  color: #b5b5b5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.applicationArea .applicationList {
  max-width: 1200px;
  min-height: 420px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, #f5efe5), color-stop(58%, #ffffff));
  background-image: linear-gradient(to bottom, #f5efe5 58%, #ffffff 58%);
}
@media (max-width: 1536px) {
  .applicationArea .applicationList {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(68%, #f5efe5), color-stop(68%, #ffffff));
    background-image: linear-gradient(to bottom, #f5efe5 68%, #ffffff 68%);
  }
}
@media (max-width: 1366px) {
  .applicationArea .applicationList {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #f5efe5), color-stop(75%, #ffffff));
    background-image: linear-gradient(to bottom, #f5efe5 75%, #ffffff 75%);
  }
}
@media (max-width: 1024px) {
  .applicationArea .applicationList {
    max-width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, #f5efe5), color-stop(95%, #ffffff));
    background-image: linear-gradient(to bottom, #f5efe5 95%, #ffffff 95%);
  }
}
.applicationArea .applicationList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1024px) {
  .applicationArea .applicationList .item {
    -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;
  }
}
.applicationArea .applicationList .item a {
  display: block;
  width: 100%;
}
.applicationArea .applicationList .left {
  width: 60%;
}
@media (max-width: 1024px) {
  .applicationArea .applicationList .left {
    width: 100%;
    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;
  }
}
.applicationArea .applicationList .hasAlbum {
  padding: 55px 50px 55px 70px;
}
@media (max-width: 1366px) {
  .applicationArea .applicationList .hasAlbum {
    padding: 55px 20px 55px 70px;
  }
}
@media (max-width: 1024px) {
  .applicationArea .applicationList .hasAlbum {
    padding: 50px;
  }
}
@media (max-width: 640px) {
  .applicationArea .applicationList .hasAlbum {
    padding: 50px 30px;
  }
}
@media (max-width: 480px) {
  .applicationArea .applicationList .hasAlbum {
    padding: 50px 15px 0;
  }
}
.applicationArea .applicationList .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.applicationArea .applicationList .controlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  .applicationArea .applicationList .controlBox {
    max-width: 635px;
  }
}
.applicationArea .applicationList .controlBox .arrowBox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: -5px;
}
.applicationArea .applicationList .controlBox .slick-arrow {
  background-color: transparent !important;
}
.applicationArea .applicationList .controlBox .dotBox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -10px;
}
.applicationArea .applicationList .controlBox .slick-dots {
  position: static;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  top: 0;
  bottom: auto;
}
.applicationArea .applicationList .controlBox .slick-dots li.slick-active button::before {
  content: "";
  position: absolute;
  background-color: #c49a6d;
  opacity: 1;
}
.applicationArea .applicationList .titanList {
  width: 100%;
  max-width: 635px;
}
@media (max-width: 1024px) {
  .applicationArea .applicationList .titanList {
    width: 100%;
  }
}
.applicationArea .applicationList .titanList .item {
  margin-bottom: 10px;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .applicationArea .applicationList .titanList .item a:hover img {
    scale: 1.1;
  }
}
.applicationArea .applicationList .titanList img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.applicationArea .applicationList .Txt {
  width: 40%;
  padding: 50px 0px 50px 75px;
}
@media (max-width: 1240px) {
  .applicationArea .applicationList .Txt {
    padding: 50px 0px 50px 55px;
  }
}
@media (max-width: 1024px) {
  .applicationArea .applicationList .Txt {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .applicationArea .applicationList .Txt {
    padding: 50px 10px 50px 10px;
  }
}
@media (max-width: 580px) {
  .applicationArea .applicationList .Txt {
    padding: 30px 10px 60px 10px;
  }
}
@media (max-width: 480px) {
  .applicationArea .applicationList .Txt {
    padding: 30px 10px 50px 10px;
  }
}
.applicationArea .applicationList .Txt .title {
  position: relative;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.applicationArea .applicationList .Txt .title::after {
  content: "";
  position: absolute;
  position: absolute;
  width: 32px;
  height: 1px;
  background-color: #b3b3b3;
  bottom: 0;
  left: 0;
}
.applicationArea .applicationList .Txt .decTitle {
  font-size: 15px;
  font-weight: 600;
  color: #c49a6d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 30px;
}
.applicationArea .applicationList .Txt .decTitle::before {
  content: "";
  position: absolute;
  position: absolute;
  right: 100%;
  width: 145px;
  height: 1px;
  background-color: #c49a6d;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .applicationArea .applicationList .Txt .decTitle::before {
    display: none;
  }
}
.applicationArea .applicationList .Txt .textEditor ul {
  padding-left: 20px;
}
.applicationArea .applicationList .Txt .textEditor li {
  list-style-type: square;
  color: #4d4d4d;
}
.applicationArea .applicationList .Txt .textEditor li::marker {
  color: #c49a6d;
}
.applicationArea .dropdown {
  display: none;
  width: 100%;
  -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;
  margin-bottom: 60px;
  background-color: #f5f5f5;
  z-index: 5;
}
@media (max-width: 768px) {
  .applicationArea .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.applicationArea .dropdown .selectedOption {
  position: relative;
  height: 65px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 414px) {
  .applicationArea .dropdown .selectedOption {
    margin-left: -40px;
  }
}
.applicationArea .dropdown .selectedText {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  max-width: 400px;
}
.applicationArea .dropdown .selectedText::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #c49a6d;
  bottom: 2px;
  left: 0;
}
@media (max-width: 360px) {
  .applicationArea .dropdown .selectedText {
    max-width: 220px;
  }
}
.applicationArea .dropdown .arrow {
  position: absolute;
  right: -65px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
  margin: 10px 5px;
}
.applicationArea .dropdown .arrow::after {
  content: "";
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  border-bottom: 2px solid rgba(180, 180, 180, 0.95);
  border-right: 2px solid rgba(180, 180, 180, 0.95);
  -webkit-transform: rotate(45deg) translate(-100%, -25%);
          transform: rotate(45deg) translate(-100%, -25%);
}
.applicationArea .dropdown .appliTitleBox {
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  top: 65px;
  height: auto;
}
.applicationArea .dropdown .appliTitleBox.show {
  opacity: 1;
  pointer-events: auto;
}
.applicationArea .dropdown .appliTitleBox.hid {
  opacity: 0;
  pointer-events: none;
}
.applicationArea .dropdown .appliTitleBox .appliTitle {
  width: 100%;
  max-width: 400px;
  padding: 10px 15px;
  height: 45px;
  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: relative;
  cursor: pointer;
}
.applicationArea .dropdown .appliTitleBox .appliTitle::after {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c49a6d;
}

.linkArea {
  padding-top: 125px;
  padding-bottom: 90px;
}
@media (max-width: 1440px) {
  .linkArea {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .linkArea {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.linkArea.bg {
  background-image: url(../images/greatim.png);
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 480px) {
  .linkArea.bg {
    background-image: url(../images/greatimL.png);
  }
}
.linkArea .btnBox {
  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;
  margin-top: 30px;
}
.linkArea .btnBox .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 220px;
  font-size: 13px;
  line-height: 1.4;
  padding: 28px 20px 28px 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1180px) {
  .linkArea .btnBox .btn {
    background-color: transparent;
    color: #3b3b3b;
    border: none;
  }
}
@media (max-width: 480px) {
  .linkArea .btnBox .btn {
    padding: 25px 20px 25px 30px;
  }
}
.linkArea .btnBox .btn .moreArrow {
  opacity: 1;
  margin-left: 15px;
  background-color: #7b7b7b;
  fill: #fff;
}
@media (max-width: 480px) {
  .linkArea .btnBox .btn .moreArrow {
    scale: 0.7;
    margin-left: 0px;
  }
}
@media (min-width: 1181px) {
  .linkArea .btnBox .btn:hover {
    background-color: #c49a6d;
    color: #fff;
  }
  .linkArea .btnBox .btn:hover .moreArrow {
    background-color: #fff;
    fill: #c49a6d;
  }
}

.linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.linkList .linkItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.linkList .linkItem .littlePicBox,
.linkList .linkItem .bigPicBox {
  padding: 5px 0;
}
.linkList .linkItem .item.odd .littlePicBox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: -5px;
}
.linkList .linkItem .item.odd .bigPicBox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: -5px;
}
.linkList .linkItem .item.even .littlePicBox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: -5px;
}
.linkList .linkItem .item.even .bigPicBox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: -5px;
}
.linkList .linkItem ~ .linkItem {
  margin-left: 20px;
}
.linkList .item {
  position: relative;
  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 10px;
}
.linkList .littlePicBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.linkList .littlePicBox .Img {
  width: 50%;
  margin: 0 10px;
}
.linkList .Img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.linkList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.linkList .Img a {
  position: absolute;
  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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(196, 154, 109, 0.72);
}
.linkList .Img a .moreArrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  fill: #7b7b7b;
  margin-left: 15px;
}
@media (min-width: 1181px) {
  .linkList .Img a:hover {
    opacity: 1;
  }
}
.linkList .btnBox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
}

.newsArea {
  position: relative;
  padding: 50px 0 110px;
}
@media (max-width: 480px) {
  .newsArea {
    padding: 20px 0 110px;
  }
}
.newsArea .wrap {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 250px;
  padding-right: 22px;
}
@media (max-width: 960px) {
  .newsArea .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;
  }
}
@media (max-width: 640px) {
  .newsArea .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.newsArea .wrap > .titleBox {
  max-width: 278px;
  position: relative;
  padding-top: 40px;
  margin-top: 70px;
  margin-bottom: 55px;
  width: 100%;
}
@media (max-width: 1366px) {
  .newsArea .wrap > .titleBox {
    max-width: 228px;
  }
}
@media (max-width: 960px) {
  .newsArea .wrap > .titleBox {
    margin-bottom: 0px;
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .newsArea .wrap > .titleBox {
    margin-top: 40px;
  }
}
.newsArea .wrap > .titleBox .controlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-left: -20px;
}
@media (max-width: 960px) {
  .newsArea .wrap > .titleBox .controlBox {
    display: none;
  }
}
.newsArea .wrap > .titleBox .controlBox .slick-dots {
  position: static;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArea .wrap > .titleBox .title {
  position: relative;
  display: inline-block;
  color: #000;
  z-index: 3;
}
@media (max-width: 640px) {
  .newsArea .wrap > .titleBox .title {
    max-width: 215px;
  }
}
.newsArea .wrap > .titleBox .text {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  padding-right: 90px;
  letter-spacing: -0.8px;
  line-height: 1.8;
}
@media (max-width: 960px) {
  .newsArea .wrap > .titleBox .text {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .newsArea .wrap > .titleBox .text {
    letter-spacing: 0px;
  }
}
.newsArea .wrap > .titleBox .titleArrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #000;
  fill: #fff;
  padding: 5px;
  margin-left: 5px;
  margin-bottom: -5px;
}
@media (max-width: 640px) {
  .newsArea .wrap > .titleBox .titleArrow {
    margin-left: 25px;
    margin-right: -20px;
  }
}
.newsArea .wrap > .titleBox > .title::before {
  content: "";
  display: block;
  width: 28px;
  height: 5px;
  position: absolute;
  top: -40px;
  left: 0;
  background-color: #c49a6d;
}
@media (max-width: 960px) {
  .newsArea .wrap > .titleBox > .title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.newsArea .medolBox {
  position: relative;
  padding: 20px 0;
  width: 100%;
  max-width: 612px;
}
@media (max-width: 1536px) {
  .newsArea .medolBox {
    max-width: 512px;
  }
}
@media (max-width: 1440px) {
  .newsArea .medolBox {
    max-width: 462px;
  }
}
@media (max-width: 1366px) {
  .newsArea .medolBox {
    max-width: 412px;
  }
}
@media (max-width: 1180px) {
  .newsArea .medolBox {
    max-width: 412px;
  }
}
@media (max-width: 960px) {
  .newsArea .medolBox {
    max-width: 100%;
  }
}
.newsArea .medolBox .medolList {
  width: 100%;
}
@media (max-width: 480px) {
  .newsArea .medolBox .medolList {
    margin-bottom: 0;
  }
}
.newsArea .medolBox .controlBox {
  display: none;
}
@media (max-width: 960px) {
  .newsArea .medolBox .controlBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    margin-left: -20px;
    position: relative;
  }
  .newsArea .medolBox .controlBox .dotBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .newsArea .medolBox .controlBox .dotBox .slick-dots {
    width: auto;
    bottom: 50%;
    right: 18px;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .newsArea .medolBox .controlBox .dotBox .slick-dots {
    left: 36px;
    right: auto;
  }
}
@media (max-width: 640px) {
  .newsArea .medolBox .controlBox {
    margin-top: 0;
  }
  .newsArea .medolBox .controlBox .arrowBox {
    margin-right: -20px;
  }
}
.newsArea .deoPic {
  position: absolute;
  top: 25px;
  left: 80px;
  height: 100%;
}
.newsArea .deoPic img {
  height: 88%;
}
@media (max-width: 1536px) {
  .newsArea .deoPic {
    height: 92%;
  }
}
@media (max-width: 960px) {
  .newsArea .deoPic {
    height: 85%;
  }
}
@media (max-width: 640px) {
  .newsArea .deoPic {
    display: none;
  }
}
.newsArea .newsBox {
  position: relative;
  padding: 20px 0;
  width: 100%;
  max-width: calc(100% - 890px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1536px) {
  .newsArea .newsBox {
    max-width: calc(100% - 790px);
  }
}
@media (max-width: 1440px) {
  .newsArea .newsBox {
    max-width: calc(100% - 690px);
  }
}
@media (max-width: 1180px) {
  .newsArea .newsBox {
    max-width: calc(100% - 640px);
  }
}
@media (max-width: 1080px) {
  .newsArea .newsBox {
    display: none;
  }
}
.newsArea .newsBox .newsList {
  width: 100%;
}
.newsArea .slick-list {
  padding: 30px 0;
}
@media (max-width: 1180px) {
  .newsArea .slick-list {
    padding: 0;
  }
}
.newsArea .slick-slide:not(.slick-active) {
  pointer-events: none;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.newsArea .medolItem {
  padding: 25px 18px;
}
@media (max-width: 640px) {
  .newsArea .medolItem {
    padding: 10px 0px;
  }
}
.newsArea .medolItem .ImgBox {
  position: relative;
  cursor: pointer;
}
.newsArea .medolItem .Txt {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 440px;
  background-color: #c49a6d;
  padding: 30px 35px 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1366px) {
  .newsArea .medolItem .Txt {
    padding: 20px 16px 20px 26px;
  }
}
@media (max-width: 640px) {
  .newsArea .medolItem .Txt {
    max-width: 340px;
  }
}
.newsArea .medolItem .Txt a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.newsArea .medolItem .title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1366px) {
  .newsArea .medolItem .title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .newsArea .medolItem .title {
    font-size: 15px;
  }
}
.newsArea .medolItem .moreArrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  fill: #7b7b7b;
}
@media (min-width: 1181px) {
  .newsArea .medolItem:hover .linkWrap {
    background-color: rgba(245, 245, 245, 0.32);
  }
}
.newsArea .newsItem {
  position: relative;
  padding: 25px 16px;
}
.newsArea .newsItem .Txt {
  padding: 30px 0;
}
.newsArea .newsItem .title {
  font-size: 18px;
  font-weight: 600;
  color: #b5b5b5;
}
@media (max-width: 1366px) {
  .newsArea .newsItem .title {
    font-size: 16px;
  }
}
@media (min-width: 1181px) {
  .newsArea .newsItem:hover .Img {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .newsArea .newsItem:hover .title a {
    color: #c49a6d;
  }
  .newsArea .newsItem:hover .plusArrow {
    border-color: #c49a6d;
    background-color: #c49a6d;
  }
  .newsArea .newsItem:hover .plusArrow i {
    color: #fff;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsItem {
    padding: 20px 0;
  }
}
@media (max-width: 640px) {
  .newsArea .newsItem {
    padding: 15px 0;
  }
}
.newsArea .item {
  position: relative;
}
.newsArea .Img {
  width: 100%;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newsArea .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsArea .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 640px) {
  .newsArea .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsArea .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}