@charset "UTF-8";
.aboutArea .arrowBox .arrow, .aboutArea .yearsList .yearsItem::before, .aboutArea .yearsList .yearsItem, .aboutArea .aboutIconList .Img, .odmoemArea .Img .borderCorner, .facArea .Txt, .bannerArea .scrollBox .scrollDown::before, .bannerArea .iconList .textBox, .bannerArea .iconList .Img::after, .bannerArea .bannerItem .Txt, .btn2 .borderCorner .corner::before, .btn2 .borderCorner .corner::after, .btn2 .borderCorner, .btn2 a::before, .btn2 a::after, .btn a::before, .btn a::after, .btn::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.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: 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: #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: rgba(0, 0, 0, 0.7);
  /* background: #fff; */
  border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background: #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: 1200px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.titleBox {
  font-family: "Poppins", sans-serif;
  text-align: left;
}
@media (max-width: 1024px) {
  .titleBox {
    text-align: center;
  }
}
.titleBox .title {
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 640px) {
  .titleBox .title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .titleBox .title {
    font-size: 36px;
  }
}
.titleBox .subtitle {
  font-size: 25px;
  font-weight: 600;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .titleBox .subtitle {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .titleBox .subtitle {
    font-size: 18px;
  }
}

.btn {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: transparent;
  border: 1px solid #0086d1;
  display: inline-block;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 50% 50%;
  width: 100%;
  height: 0;
  background: #0086d1;
  z-index: -1;
}
.btn:hover::before {
  height: 180%;
}
.btn:hover a {
  color: #fff;
}
.btn:hover a::before, .btn:hover a::after {
  background: #fff;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.btn a {
  position: relative;
  display: block;
  width: 220px;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  color: #0086d1;
}
.btn a::before, .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background: #0086d1;
}
.btn a::before {
  right: 18px;
  width: 15px;
  height: 1px;
}
.btn a::after {
  right: 25px;
  width: 1px;
  height: 15px;
}

.btn2 {
  position: relative;
  z-index: 0;
}
.btn2:hover a {
  color: #0086d1;
}
.btn2:hover a::before, .btn2:hover a::after {
  background: #0086d1;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.btn2:hover .borderCorner {
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 134, 209, 0.2), 0px 0px 20px 5px rgba(0, 134, 209, 0.2) inset;
          box-shadow: 0px 0px 20px 10px rgba(0, 134, 209, 0.2), 0px 0px 20px 5px rgba(0, 134, 209, 0.2) inset;
}
.btn2:hover .borderCorner .corner::before, .btn2:hover .borderCorner .corner::after {
  border-color: #0086d1;
}
.btn2:hover .borderCorner .borderTop::before {
  width: 25%;
  height: 50%;
}
.btn2:hover .borderCorner .borderTop::after {
  width: 45%;
  height: 70%;
}
.btn2:hover .borderCorner .borderDown::before {
  width: 0%;
  height: 50%;
}
.btn2:hover .borderCorner .borderDown::after {
  width: 90%;
  height: 0%;
}
.btn2 a {
  position: relative;
  color: #fff;
  display: block;
  width: 220px;
  padding: 18px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}
.btn2 a::before, .btn2 a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background: #fff;
}
.btn2 a::before {
  right: 18px;
  width: 15px;
  height: 1px;
}
.btn2 a::after {
  right: 25px;
  width: 1px;
  height: 15px;
}
.btn2 .borderCorner {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 20px;
  border-radius: 6px;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.btn2 .borderCorner .corner::before, .btn2 .borderCorner .corner::after {
  content: "";
  position: absolute;
  z-index: 1;
  border: 1px solid #f2f2f2;
}
.btn2 .borderCorner .borderTop::before {
  width: 15%;
  height: 50%;
  top: 0px;
  left: 0px;
  border-right: none;
  border-bottom: none;
}
.btn2 .borderCorner .borderTop::after {
  width: 55%;
  height: 50%;
  top: 0px;
  right: 0px;
  border-left: none;
  border-bottom: none;
}
.btn2 .borderCorner .borderDown::before {
  width: 7%;
  height: 50%;
  bottom: 0px;
  left: 0px;
  border-right: none;
  border-top: none;
}
.btn2 .borderCorner .borderDown::after {
  width: 80%;
  height: 10%;
  bottom: 0px;
  right: 0px;
  border-left: none;
  border-top: none;
}

.wrap {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bannerArea .bannerItem {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 33.3%;
}
@media (max-width: 1024px) {
  .bannerArea .bannerItem {
    position: absolute;
    width: 100%;
    opacity: 0;
  }
}
.bannerArea .bannerItem.current {
  position: relative;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1024px) {
  .bannerArea .bannerItem.current {
    width: 100%;
    opacity: 1;
  }
}
.bannerArea .bannerItem.current .Txt {
  opacity: 1;
}
.bannerArea .bannerItem.current .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bannerArea .bannerItem .Img {
  height: 980px;
  background: #000;
}
@media (max-width: 1680px) {
  .bannerArea .bannerItem .Img {
    height: 780px;
  }
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Img {
    height: 580px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Img {
    height: 480px;
  }
}
.bannerArea .bannerItem .Img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 5s linear;
  transition: all 5s linear;
  aspect-ratio: 960/980;
}
@media (max-width: 1680px) {
  .bannerArea .bannerItem .Img img {
    aspect-ratio: 765/780;
  }
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Img img {
    aspect-ratio: 570/580;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Img img {
    aspect-ratio: 470/480;
  }
}
.bannerArea .bannerItem .titleNum {
  position: absolute;
  color: #fff;
  bottom: 0;
  font-size: 20px;
  top: 165px;
  left: 50px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .titleNum {
    top: 50px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .titleNum {
    left: 20px;
  }
}
.bannerArea .bannerItem .titleNum::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 5px;
}
.bannerArea .bannerItem .Txt {
  max-width: 100%;
  padding: 0 20px 205px 50px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt {
    padding: 0 20px 165px 30px;
  }
}
.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: 50px;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 1680px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 24px;
  }
}
.bannerArea .iconList {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 5;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 385px;
}
@media (max-width: 1200px) {
  .bannerArea .iconList {
    bottom: 20px;
  }
}
@media (max-width: 480px) {
  .bannerArea .iconList {
    width: 300px;
  }
}
.bannerArea .iconList .iconItem {
  cursor: pointer;
}
.bannerArea .iconList .iconItem:not(:last-child) .Img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 110%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1200px) {
  .bannerArea .iconList .iconItem:not(:last-child) .Img::before {
    width: 75px;
  }
}
@media (max-width: 480px) {
  .bannerArea .iconList .iconItem:not(:last-child) .Img::before {
    display: none;
  }
}
.bannerArea .iconList .iconItem.current .circle .path {
  -webkit-animation-name: svgAni;
          animation-name: svgAni;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.bannerArea .iconList .iconItem.current .textBox {
  color: #0086d1;
}
.bannerArea .iconList .iconItem:hover .Img::after {
  background: rgba(255, 255, 255, 0.3);
}
.bannerArea .iconList .iconItem:hover .textBox {
  color: #0086d1;
}
.bannerArea .iconList .Img {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .bannerArea .iconList .Img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.bannerArea .iconList .Img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.bannerArea .iconList .Img img {
  width: 100%;
  padding: 15px;
  -webkit-filter: contrast(0) brightness(10);
          filter: contrast(0) brightness(10);
}
.bannerArea .iconList .button {
  position: absolute;
  top: -1px;
  left: -1px;
  right: 0;
  margin: 0 auto;
}
.bannerArea .iconList .circle {
  display: block;
}
.bannerArea .iconList .circle .path {
  width: 100%;
  height: 100%;
  fill: none;
  stroke-dasharray: 278;
  stroke-dashoffset: 278;
  stroke-width: 2px;
  stroke: #0086d1;
}
@-webkit-keyframes svgAni {
  0% {
    stroke-dashoffset: 278;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgAni {
  0% {
    stroke-dashoffset: 278;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.bannerArea .iconList .textBox {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.bannerArea .scrollBox {
  cursor: pointer;
  position: absolute;
  bottom: 7.5%;
  right: 5.2%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .bannerArea .scrollBox {
    display: none;
  }
}
.bannerArea .scrollBox:hover .scrollDown::before {
  background: #0086d1;
}
.bannerArea .scrollBox .text {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #fff;
  padding-right: 20px;
}
.bannerArea .scrollBox .scrollDown {
  position: relative;
  display: block;
  width: 22px;
  height: 32px;
  border: 2px solid #c9c9c9;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.bannerArea .scrollBox .scrollDown::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 4px;
  height: 8px;
  border-radius: 50px;
  background: #fff;
}
.bannerArea .scrollBox .scrollDown .down span {
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
  -webkit-animation: sdb07 2s infinite;
          animation: sdb07 2s infinite;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bannerArea .scrollBox .scrollDown .down span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.bannerArea .scrollBox .scrollDown .down span:nth-of-type(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  bottom: -23px;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.facArea {
  position: relative;
  padding: 55px 0 150px;
}
@media (max-width: 1024px) {
  .facArea {
    padding: 55px 0;
  }
}
.facArea::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 40%;
  background: #e9e9e9;
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .facArea::before {
    display: none;
  }
}
.facArea .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .facArea .titleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.facArea .titleBox .subtitle {
  padding-top: 5px;
}
.facArea .titleBox .btnBox {
  padding-top: 20px;
}
.facArea .facList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  margin: 0 -10px;
  max-width: 1500px;
  width: 100%;
}
@media (max-width: 1024px) {
  .facArea .facList {
    padding-top: 20px;
    margin: 0;
  }
}
.facArea .facItem {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 33.3%;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .facArea .facItem {
    width: 100%;
    padding: 0;
  }
}
.facArea .facItem.current {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1024px) {
  .facArea .facItem.current {
    width: 100%;
  }
}
.facArea .facItem.current .Txt {
  opacity: 1;
}
.facArea .item {
  position: relative;
}
.facArea .Img {
  height: 600px;
  background: #000;
}
.facArea .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facArea .Txt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 20px 20px 60px;
}
@media (max-width: 1440px) {
  .facArea .Txt {
    padding-left: 20px;
  }
}
.facArea .Txt .title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
}
@media (max-width: 1440px) {
  .facArea .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .facArea .Txt .title {
    font-size: 24px;
  }
}
.facArea .Txt .textBox {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-top: 20px;
}
.facArea .Txt .itemList li {
  position: relative;
  line-height: 1.2;
  padding: 5px 0;
  padding-left: 15px;
}
.facArea .Txt .itemList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
}

.odmoemArea {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 110px 0 80px;
}
@media (max-width: 1024px) {
  .odmoemArea {
    padding: 50px 0;
  }
}
.odmoemArea::before {
  content: "";
  position: absolute;
  top: 418px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1024px) {
  .odmoemArea::before {
    top: 358px;
  }
}
@media (max-width: 640px) {
  .odmoemArea::before {
    top: 342px;
  }
}
@media (max-width: 480px) {
  .odmoemArea::before {
    top: 326px;
  }
}
@media (max-width: 340px) {
  .odmoemArea::before {
    top: 353px;
  }
}
.odmoemArea .titleBox {
  text-align: center;
  color: #fff;
}
.odmoemArea .titleBox .subtitle {
  letter-spacing: 1px;
}
.odmoemArea .slick-track {
  margin-top: 45px;
}
.odmoemArea .odmoemItem:not(.slick-slide):not(:first-child) {
  display: none;
}
.odmoemArea .item {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
.odmoemArea .Img {
  position: relative;
  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;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
.odmoemArea .Img:hover .borderCorner {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.odmoemArea .Img img {
  width: 100%;
  -webkit-filter: contrast(0) brightness(10);
          filter: contrast(0) brightness(10);
}
.odmoemArea .Img .borderCorner {
  -webkit-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.2), 0px 0px 20px 5px rgba(255, 255, 255, 0.2) inset;
          box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.2), 0px 0px 20px 5px rgba(255, 255, 255, 0.2) inset;
  padding-top: 20px;
  border-radius: 6px;
  position: absolute;
  width: 100px;
  height: 100px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
}
.odmoemArea .Img .borderCorner .corner::before, .odmoemArea .Img .borderCorner .corner::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
}
.odmoemArea .Img .borderCorner .borderTop::before {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
}
.odmoemArea .Img .borderCorner .borderTop::after {
  top: -2px;
  right: -2px;
  border-left: none;
  border-bottom: none;
}
.odmoemArea .Img .borderCorner .borderDown::before {
  bottom: -2px;
  left: -2px;
  border-right: none;
  border-top: none;
}
.odmoemArea .Img .borderCorner .borderDown::after {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
}
.odmoemArea .Txt {
  text-align: center;
  color: #fff;
  padding-top: 65px;
}
.odmoemArea .Txt .title {
  position: relative;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}
.odmoemArea .Txt .title::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.odmoemArea .Txt .text {
  padding-top: 5px;
  font-size: 18px;
  line-height: 1.5;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /*行數*/
  -webkit-box-orient: vertical;
  white-space: normal;
}
.odmoemArea .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 55px 0 30px;
}

.aboutArea {
  position: relative;
  padding: 140px 0 90px;
  padding-left: 10%;
}
@media (max-width: 1024px) {
  .aboutArea {
    padding: 55px 0;
    padding-left: 0;
  }
}
.aboutArea::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 700px;
  height: 100%;
  background: #292929;
}
@media (max-width: 1440px) {
  .aboutArea::before {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .aboutArea::before {
    width: 100%;
    height: 600px;
    top: auto;
    bottom: 0;
  }
}
.aboutArea .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .aboutArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutArea .leftBox {
  padding-top: 50px;
  width: 35%;
}
@media (max-width: 1440px) {
  .aboutArea .leftBox {
    width: 55%;
  }
}
@media (max-width: 1024px) {
  .aboutArea .leftBox {
    width: 100%;
  }
}
.aboutArea .titleBox {
  margin-bottom: 20px;
}
.aboutArea .titleBox .title {
  letter-spacing: 2px;
}
.aboutArea .titleBox .subtitle {
  font-weight: 600;
  letter-spacing: 0.8px;
}
.aboutArea .titleBox .text {
  padding-top: 40px;
  color: #404040;
  letter-spacing: 0;
  line-height: 1.8;
}
.aboutArea .aboutIconList {
  margin: 0 -15px;
  padding-right: 10px;
}
.aboutArea .aboutIconList .slick-track {
  margin-top: 20px;
}
.aboutArea .aboutIconList .aboutIconItem {
  padding: 0 15px;
}
.aboutArea .aboutIconList .aboutIconItem:hover .Img {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.aboutArea .aboutIconList .aboutIconItem:not(.slick-slide):not(:first-child) {
  display: none;
}
.aboutArea .aboutIconList .Img {
  width: 55px;
  margin: 0 auto;
}
.aboutArea .aboutIconList .Img img {
  width: 100%;
}
.aboutArea .aboutIconList .title {
  font-size: 14px;
  text-align: center;
  color: #464646;
  padding-top: 25px;
}
.aboutArea .btnBox {
  display: inline-block;
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .aboutArea .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.aboutArea .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65%;
  padding-left: 15px;
}
@media (max-width: 1440px) {
  .aboutArea .rightBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .aboutArea .rightBox {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 50px;
  }
}
.aboutArea .yearsListTitle {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
  max-width: 630px;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .aboutArea .yearsListTitle {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.aboutArea .yearsListTitle .yearsItemTitle:not(.slick-slide):not(:first-child) {
  display: none;
}
.aboutArea .yearsListTitle .title {
  font-size: 250px;
  font-weight: bold;
  line-height: 1;
  color: #f2f2f2;
}
@media (max-width: 1875px) {
  .aboutArea .yearsListTitle .title {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .aboutArea .yearsListTitle .title {
    font-size: 150px;
  }
}
@media (max-width: 480px) {
  .aboutArea .yearsListTitle .title {
    font-size: 100px;
  }
}
.aboutArea .yearsListImg {
  width: 47%;
}
@media (max-width: 1440px) {
  .aboutArea .yearsListImg {
    width: 100%;
  }
}
.aboutArea .yearsListImg .yearsItemImg:not(.slick-slide):not(:first-child) {
  display: none;
}
.aboutArea .yearsListImg .yearsItemImg:not(.slick-slide):first-child {
  aspect-ratio: 515/540;
}
.aboutArea .yearsListImg .Img img {
  display: block;
  width: 100%;
}
.aboutArea .yearsList {
  width: 53%;
  color: #fff;
}
@media (max-width: 1440px) {
  .aboutArea .yearsList {
    width: 100%;
  }
}
.aboutArea .yearsList .slick-current.yearsItem::before {
  background: #0086d1;
  opacity: 1;
  height: 2px;
}
.aboutArea .yearsList .yearsItem {
  position: relative;
  padding: 20px 30px;
  background: transparent;
}
.aboutArea .yearsList .yearsItem::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #a6a6a6;
  opacity: 0.2;
}
.aboutArea .yearsList .yearsItem:hover {
  background: rgba(0, 134, 209, 0.2);
}
.aboutArea .yearsList .yearsItem:not(.slick-slide):not(:first-child) {
  display: none;
}
.aboutArea .yearsList .title {
  font-size: 23px;
  font-weight: bold;
}
.aboutArea .yearsList .text {
  color: #a6a6a6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.aboutArea .arrowBox {
  position: absolute;
  right: 23.5%;
  -webkit-transform: translateX(-23.5%);
          transform: translateX(-23.5%);
  height: 100%;
}
@media (max-width: 1440px) {
  .aboutArea .arrowBox {
    right: 21%;
    height: 100%;
  }
}
.aboutArea .arrowBox .arrow {
  position: absolute;
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .aboutArea .arrowBox .arrow {
    display: none;
  }
}
.aboutArea .arrowBox .arrowPrev {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 1540px) {
  .aboutArea .arrowBox .arrowPrev {
    top: 50px;
  }
}
@media (max-width: 1440px) {
  .aboutArea .arrowBox .arrowPrev {
    top: auto;
    bottom: -50px;
    right: 20px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.aboutArea .arrowBox .arrowPrev:hover {
  -webkit-transform: rotate(45deg) scale(1.5);
          transform: rotate(45deg) scale(1.5);
  border-color: #0086d1;
}
@media (max-width: 1440px) {
  .aboutArea .arrowBox .arrowPrev:hover {
    -webkit-transform: rotate(-45deg) scale(1.5);
            transform: rotate(-45deg) scale(1.5);
  }
}
.aboutArea .arrowBox .arrowNext {
  bottom: 15px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (max-width: 1540px) {
  .aboutArea .arrowBox .arrowNext {
    bottom: 50px;
  }
}
@media (max-width: 1440px) {
  .aboutArea .arrowBox .arrowNext {
    bottom: -50px;
    left: 20px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
.aboutArea .arrowBox .arrowNext:hover {
  -webkit-transform: rotate(-135deg) scale(1.5);
          transform: rotate(-135deg) scale(1.5);
  border-color: #0086d1;
}
@media (max-width: 1440px) {
  .aboutArea .arrowBox .arrowNext:hover {
    -webkit-transform: rotate(135deg) scale(1.5);
            transform: rotate(135deg) scale(1.5);
  }
}

.newsArea {
  position: relative;
  padding: 150px 0 115px;
}
@media (max-width: 1024px) {
  .newsArea {
    padding: 55px 0;
  }
}
.newsArea::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 79%;
  background: #f2f2f2;
}
@media (max-width: 1024px) {
  .newsArea::before {
    display: none;
  }
}
.newsArea .newsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .newsArea .newsBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1024px) {
  .newsArea .newsBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.newsArea .leftBox {
  width: 28%;
}
@media (max-width: 1440px) {
  .newsArea .leftBox {
    width: 31%;
  }
}
@media (max-width: 1024px) {
  .newsArea .leftBox {
    max-width: 800px;
    width: 100%;
  }
}
.newsArea .leftBox .Img img {
  width: 100%;
  display: block;
}
.newsArea .rightBox {
  width: 72%;
  margin-top: -15px;
  padding-left: 60px;
}
@media (max-width: 1440px) {
  .newsArea .rightBox {
    width: 69%;
  }
}
@media (max-width: 1024px) {
  .newsArea .rightBox {
    max-width: 800px;
    width: 100%;
    padding: 0;
  }
}
.newsArea .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .newsArea .titleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.newsArea .titleBox .title {
  letter-spacing: 2.2px;
}
.newsArea .titleBox .btnBox {
  padding-top: 20px;
}
.newsArea .newsList {
  border-top: 2px solid #0086d1;
}
@media (max-width: 1024px) {
  .newsArea .newsList {
    padding-bottom: 30px;
  }
}
.newsArea .slick-vertical .slick-slide {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newsArea .newsItemImg:not(.slick-slide):not(:first-child) {
  display: none;
}
.newsArea .newsItemImg:not(.slick-slide):first-child {
  aspect-ratio: 410/470;
}
.newsArea .newsItem {
  padding: 30px 0;
}
.newsArea .newsItem.slick-current .item .title a {
  color: #0086d1;
}
.newsArea .newsItem:not(.slick-slide):not(:first-child) {
  display: none;
}
.newsArea .newsItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 120px;
}
.newsArea .newsItem .item .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
}
.newsArea .newsItem .item .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
}
.newsArea .newsItem .item .classTitle {
  font-size: 14px;
  font-weight: bold;
}
.newsArea .newsItem .item .day {
  position: relative;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  color: #0086d1;
  padding-top: 10px;
}
.newsArea .newsItem .item .day::before {
  content: "";
  position: absolute;
  top: 0px;
  display: block;
  width: 100%;
  height: 4px;
  background: #0086d1;
  margin-top: 5px;
}
.newsArea .newsItem .item .month {
  font-size: 14px;
  font-weight: 400;
  color: #0086d1;
  text-transform: uppercase;
}
.newsArea .newsItem .item .textBox {
  padding-left: 35px;
  padding-right: 15px;
}
@media (max-width: 640px) {
  .newsArea .newsItem .item .textBox {
    padding-left: 15px;
  }
}
.newsArea .newsItem .item .title {
  font-size: 28px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /*行數*/
  -webkit-box-orient: vertical;
  white-space: normal;
}
.newsArea .newsItem .item .text {
  padding-top: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; /*行數*/
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (max-width: 767px) {
  .newsArea .newsItem .item .text {
    padding-top: 10px;
  }
}
.newsArea .newsItem .btnBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .newsArea .newsItem .btnBox {
    display: none;
  }
}
.newsArea .newsItem .btnBox:hover .borderCorner .corner::before, .newsArea .newsItem .btnBox:hover .borderCorner .corner::after {
  background: #0086d1;
}
.newsArea .newsItem .btnBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.newsArea .newsItem .btnBox .btnText {
  padding-right: 20px;
  display: block;
}