.newsArea .item .btn .arrow::after, .newsArea .item .btn .arrow::before, .newsArea .item .btn .arrow, .newsArea .item .date, .newsArea .item .title, .productArea .productList .productTypeImg .Txt, .productArea .productList .productTypeImg:after, .productArea .productList .item::before, .productArea .slick-slide, .applicationArea .navList .navItem, .applicationArea .buttonItem .Img, .applicationArea .right, .bannerArea .scrollDown .scrollBox .scroll::before, .bannerArea .scrollDown .scrollBox .scroll:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-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%);
  }
}
.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 .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 2;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .videoBox {
  width: 100%;
  aspect-ratio: 16/9;
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bannerArea .bannerItem .videoBox .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.bannerArea .bannerItem .Txt {
  z-index: 12;
}
.bannerArea .bannerItem .textBox {
  margin: 0 0 0 13.4%;
  bottom: 15.3%;
  top: auto;
  width: 86.6%;
  height: auto;
  display: block;
  max-width: 500px;
  color: #fff;
  padding: 0;
  max-height: 323px;
  overflow: auto;
  position: absolute;
  z-index: 6;
}
.bannerArea .bannerItem .textBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.bannerArea .bannerItem .textBox::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.bannerArea .bannerItem .textBox::-webkit-scrollbar-thumb {
  background: #286acc;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .textBox {
    margin-left: 7.29%;
    bottom: 11.33%;
    max-width: 268px;
  }
}
@media (max-width: 360px) {
  .bannerArea .bannerItem .textBox {
    margin-left: 20px;
    bottom: 20px;
    max-width: 268px;
  }
}
.bannerArea .bannerItem .textBox .title {
  font-family: "Saira";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 4.01vw;
  letter-spacing: -0.5px;
  line-height: 1.05;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .textBox .title {
    font-size: 44px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .textBox .title {
    font-size: 9.16vw;
  }
}
.bannerArea .bannerItem .textBox .title span {
  display: block;
  color: #286acc;
  line-height: 1;
}
.bannerArea .bannerItem .textBox .subTitle {
  font-size: 24px;
  font-family: "Noto Sans CJK TC Medium";
  line-height: 2;
  letter-spacing: 1px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .textBox .subTitle {
    font-size: 14px;
    line-height: 1;
  }
}
.bannerArea .bannerItem .textBox .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 9px;
  opacity: 0;
}
.bannerArea .bannerItem .textBox .line::before {
  content: "";
  width: 64px;
  height: 3px;
  background-color: #fff;
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .textBox .line {
    padding: 9px 0 0px;
    height: 18px;
  }
}
.bannerArea .bannerItem .textBox .txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.65px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .textBox .txt {
    font-size: 12px;
  }
}
.bannerArea .bannerItem .productTxt {
  position: absolute;
  top: 18%;
  left: 65.5%;
  z-index: 9;
  width: 400px;
  color: #fff;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .productTxt {
    display: none;
  }
}
.bannerArea .bannerItem .productTxt .productTw {
  opacity: 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.66;
  letter-spacing: 1px;
  padding: 0 0 1px 92px;
}
.bannerArea .bannerItem .productTxt .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bannerArea .bannerItem .productTxt .bottom .line {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 114px;
  height: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  margin-top: 15px;
  overflow: hidden;
}
.bannerArea .bannerItem .productTxt .bottom .line::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 70px;
  background-color: #fff;
}
.bannerArea .bannerItem .productTxt .bottom .product {
  width: calc(100% - 114px);
  padding-left: 11px;
  line-height: 28px;
  font-family: "Saira";
  font-weight: 600;
}
.bannerArea .bannerItem .productTxt .bottom .product .productType {
  opacity: 0;
  font-size: 20px;
}
.bannerArea .bannerItem .productTxt .bottom .product .productEn {
  opacity: 0;
  font-size: 24px;
}
.bannerArea .bannerItem .productTxt .bottom .product .trademark {
  border-color: #fff;
  padding: 1px 1px 0;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .videoBox {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .videoBox {
    height: 100%;
    width: 225%;
  }
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subTitle, .bannerArea .slick-current .Txt .line {
  -webkit-animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .txt {
  -webkit-animation: textSlideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .bannerBtn {
  -webkit-animation: textSlideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: textSlideUpAnimation 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-current .productTxt .productTw {
  -webkit-animation: textSlideUpAnimation 0.8s 0.2s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 0.2s ease-in-out forwards;
}
.bannerArea .slick-current .productTxt .productType {
  -webkit-animation: textSlideUpAnimation 0.8s 0.6s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 0.6s ease-in-out forwards;
}
.bannerArea .slick-current .productTxt .productEn {
  -webkit-animation: textSlideUpAnimation 0.8s 1s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 1s ease-in-out forwards;
}
.bannerArea .slick-slider .slick-dots {
  width: 42px;
  margin: 0;
  bottom: 33%;
  left: 36px;
}
.bannerArea .slick-slider .slick-dots li {
  width: 100%;
  margin: 0 0 22px;
}
.bannerArea .slick-slider .slick-dots li button::before {
  border: 1px solid #fff;
  background-color: #fff;
}
.bannerArea .slick-slider .slick-dots li:hover button {
  background-color: rgba(255, 255, 255, 0.2);
}
@-webkit-keyframes scrollBoxAni {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}
@keyframes scrollBoxAni {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  width: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 3.5%;
  left: 26px;
  z-index: 99;
  padding: 5px;
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
.bannerArea .scrollDown .scrollBox {
  border-radius: 50%;
  width: 100%;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
}
.bannerArea .scrollDown .scrollBox .scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  height: 100%;
}
.bannerArea .scrollDown .scrollBox .scroll:after {
  content: "";
  width: 1px;
  height: 1px;
  background-color: #fff;
}
.bannerArea .scrollDown .scrollBox .scroll::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 1px;
  height: 1px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.2px;
  font-size: 13px;
  margin-bottom: 14px;
  font-family: "Saira";
  font-weight: 500;
}
.bannerArea .scrollDown:hover .scrollBox .scroll {
  opacity: 1;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-animation: scrollBoxAni 1s linear infinite;
          animation: scrollBoxAni 1s linear infinite;
}
.bannerArea .scrollDown:hover .scrollBox .scroll:after {
  width: 2px;
  height: 15px;
}
.bannerArea .scrollDown:hover .scrollBox .scroll::before {
  width: 10px;
  height: 10px;
}

@-webkit-keyframes applicationCircleBigAni {
  to {
    -webkit-transform: scale(1.22) rotate(360deg);
            transform: scale(1.22) rotate(360deg);
  }
}

@keyframes applicationCircleBigAni {
  to {
    -webkit-transform: scale(1.22) rotate(360deg);
            transform: scale(1.22) rotate(360deg);
  }
}
.applicationArea {
  padding: 58px 0;
  overflow: hidden;
}
.applicationArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  max-width: 1511px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.applicationArea .left {
  width: 54.5%;
  position: relative;
}
@media (max-width: 1180px) {
  .applicationArea .left {
    margin: 0 auto;
    max-width: 807px;
    width: 100%;
  }
}
.applicationArea .right {
  width: 45.5%;
  padding: 7vw 35px 56px 67px;
  position: relative;
}
@media (max-width: 1180px) {
  .applicationArea .right {
    width: 100%;
    padding: 120px 0 0 0;
  }
}
.applicationArea .right > .item {
  max-height: 315px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
}
.applicationArea .right > .item::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.applicationArea .right > .item::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.applicationArea .right > .item::-webkit-scrollbar-thumb {
  background: #286acc;
}
@media (max-width: 1180px) {
  .applicationArea .right > .item {
    max-height: 100%;
    overflow: unset;
  }
}
.applicationArea .right .Txt {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.65px;
}
.applicationArea .right .marqueeBox {
  margin: 27px 0 54px;
  position: relative;
  z-index: 4;
}
.applicationArea .right .marqueeBox::before {
  content: "";
  width: 1px;
  height: 155px;
  background-color: #cccccc;
  position: absolute;
  top: 0;
  left: 32.5%;
  z-index: 1;
}
@media (max-width: 767px) {
  .applicationArea .right .marqueeBox::before {
    display: none;
  }
}
.applicationArea .right .marqueeBox::after {
  content: "";
  width: 1px;
  height: 155px;
  background-color: #cccccc;
  position: absolute;
  top: 0;
  left: 67.5%;
  z-index: 1;
}
@media (max-width: 767px) {
  .applicationArea .right .marqueeBox::after {
    display: none;
  }
}
.applicationArea .right .marqueeTxtList {
  height: 161px;
  margin: 0 -15px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 767px) {
  .applicationArea .right .marqueeTxtList {
    height: auto;
  }
}
.applicationArea .right .marqueeTxtItem {
  padding: 0 15px;
  width: 33.33%;
}
@media (max-width: 767px) {
  .applicationArea .right .marqueeTxtItem {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .applicationArea .right .marqueeTxtItem {
    width: 100%;
  }
}
.applicationArea .right .marqueeTxtItem .item {
  padding: 12px 16px;
  letter-spacing: 0.5px;
  min-height: 157px;
  margin-bottom: 10px;
  border-top: 2px solid #313131;
  border-bottom: 2px solid #313131;
  line-height: 1.43;
  position: relative;
  background-color: #fff;
}
@media (max-width: 1180px) {
  .applicationArea .right .marqueeTxtItem .item {
    height: auto;
    padding-bottom: 60px;
  }
}
.applicationArea .right .marqueeTxtItem .number {
  position: absolute;
  bottom: 20px;
  right: 17px;
  background: url("../images/L.png") center/cover no-repeat;
  width: 31px;
  height: 31px;
  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;
  font-family: "Saira";
  font-size: 17px;
  color: #286acc;
}
.applicationArea .right .marqueeTxtItem .title {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.applicationArea .right .marqueeTxtItem:hover .item {
  border-color: #262c78;
}
.applicationArea .right .marqueeTxtItem:hover .title {
  color: #262c78;
}
.applicationArea .btn {
  margin-left: -20px;
}
@media (max-width: 1180px) {
  .applicationArea .btn {
    margin: 5% 0 0 0;
  }
}
.applicationArea .applicationPicBox {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  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-transform-origin: left;
          transform-origin: left;
  z-index: 1;
}
.applicationArea .applicationPicBox:before {
  content: "";
  background: url("../images/appCircleBig.png") center/cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.22);
          transform: scale(1.22);
  -webkit-animation: applicationCircleBigAni 10s linear infinite;
          animation: applicationCircleBigAni 10s linear infinite;
}
.applicationArea .applicationPicBox .line {
  position: absolute;
  top: 50%;
  left: 89px;
  z-index: 9;
}
.applicationArea .applicationPicBox .line::before {
  content: "";
  width: 26px;
  height: 2px;
  background-color: #286acc;
  display: block;
  position: absolute;
  top: -1px;
  left: 26px;
}
.applicationArea .applicationPicBox .line::after {
  content: "";
  width: 217px;
  height: 1px;
  background-color: #fff;
  display: block;
}
@media (max-width: 1180px) {
  .applicationArea .applicationPicBox .line {
    display: none;
  }
}
.applicationArea .mainList {
  width: 45%;
  height: 45%;
  position: relative;
}
@media (max-width: 1180px) {
  .applicationArea .mainList {
    width: 45%;
    height: 45%;
    top: 0;
    left: 0;
  }
}
.applicationArea .mainList .Img {
  border-radius: 50%;
  overflow: hidden;
}
.applicationArea .mainList .Txt {
  width: 234px;
  height: 93px;
  background: url("../images/box.png") center/cover;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 12px 40px;
  text-align: center;
  color: #fff;
}
@media (max-width: 870px) {
  .applicationArea .mainList .Txt {
    background: none;
    top: 175%;
    z-index: 99;
    color: #262c78;
    width: 280px;
    padding: 12px 0;
  }
}
@media (max-width: 480px) {
  .applicationArea .mainList .Txt {
    top: 75vw;
    width: 200px;
  }
}
@media (max-width: 340px) {
  .applicationArea .mainList .Txt {
    width: 180px;
  }
}
.applicationArea .mainList .Txt .title {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .applicationArea .mainList .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 870px) {
  .applicationArea .mainList .slick-list {
    overflow: unset;
  }
}
.applicationArea .buttonList {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
}
@-webkit-keyframes progressCircleAnimation {
  0% {
    stroke-dashoffset: 360;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes progressCircleAnimation {
  0% {
    stroke-dashoffset: 360;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes hoverCircleAni {
  0% {
    opacity: 1;
    border-color: #ddd;
  }
  100% {
    opacity: 1;
    border-color: rgba(0, 0, 0, 0);
  }
}
@keyframes hoverCircleAni {
  0% {
    opacity: 1;
    border-color: #ddd;
  }
  100% {
    opacity: 1;
    border-color: rgba(0, 0, 0, 0);
  }
}
.applicationArea .buttonItem {
  height: inherit;
}
.applicationArea .buttonItem .Img {
  border-radius: 50%;
  width: 98px;
  height: 98px;
  background-color: #fff;
  padding: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  cursor: pointer;
}
.applicationArea .buttonItem .Img:hover, .applicationArea .buttonItem .Img.show {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.applicationArea .buttonItem .Img:hover .hoverCircle, .applicationArea .buttonItem .Img.show .hoverCircle {
  -webkit-animation: hoverCircleAni 0.5s linear forwards;
          animation: hoverCircleAni 0.5s linear forwards;
}
@media (max-width: 1180px) {
  .applicationArea .buttonItem .Img:hover .hoverCircle, .applicationArea .buttonItem .Img.show .hoverCircle {
    -webkit-animation: none;
            animation: none;
  }
}
.applicationArea .buttonItem .Img:hover circle, .applicationArea .buttonItem .Img.show circle {
  -webkit-animation: progressCircleAnimation 0.5s linear forwards;
          animation: progressCircleAnimation 0.5s linear forwards;
}
@media (max-width: 1180px) {
  .applicationArea .buttonItem .Img:hover circle, .applicationArea .buttonItem .Img.show circle {
    -webkit-animation: none;
            animation: none;
  }
}
.applicationArea .buttonItem .Img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 870px) {
  .applicationArea .buttonItem .Img:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.applicationArea .buttonItem .Img:nth-of-type(1) {
  top: 27.1%;
  left: 0;
}
.applicationArea .buttonItem .Img:nth-of-type(2) {
  top: 6.1%;
  left: 15.8%;
}
.applicationArea .buttonItem .Img:nth-of-type(3) {
  top: -2%;
  left: 42.4%;
}
.applicationArea .buttonItem .Img:nth-of-type(4) {
  top: 6.1%;
  right: 15.8%;
}
.applicationArea .buttonItem .Img:nth-of-type(5) {
  top: 27.1%;
  right: 0;
}
.applicationArea .buttonItem .Img:nth-of-type(6) {
  bottom: 27.1%;
  right: 0;
}
.applicationArea .buttonItem .Img:nth-of-type(7) {
  bottom: 6.1%;
  right: 15.8%;
}
.applicationArea .buttonItem .Img:nth-of-type(8) {
  bottom: -2%;
  right: 42.4%;
}
.applicationArea .buttonItem .Img:nth-of-type(9) {
  bottom: 6.1%;
  left: 15.8%;
}
.applicationArea .buttonItem .Img:nth-of-type(10) {
  bottom: 27.1%;
  left: 0;
}
@media (max-width: 1350px) {
  .applicationArea .buttonItem .Img:nth-of-type(1), .applicationArea .buttonItem .Img:nth-of-type(2), .applicationArea .buttonItem .Img:nth-of-type(3), .applicationArea .buttonItem .Img:nth-of-type(4), .applicationArea .buttonItem .Img:nth-of-type(5), .applicationArea .buttonItem .Img:nth-of-type(6), .applicationArea .buttonItem .Img:nth-of-type(7), .applicationArea .buttonItem .Img:nth-of-type(8), .applicationArea .buttonItem .Img:nth-of-type(9), .applicationArea .buttonItem .Img:nth-of-type(10) {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 1180px) {
  .applicationArea .buttonItem .Img:nth-of-type(1), .applicationArea .buttonItem .Img:nth-of-type(2), .applicationArea .buttonItem .Img:nth-of-type(3), .applicationArea .buttonItem .Img:nth-of-type(4), .applicationArea .buttonItem .Img:nth-of-type(5), .applicationArea .buttonItem .Img:nth-of-type(6), .applicationArea .buttonItem .Img:nth-of-type(7), .applicationArea .buttonItem .Img:nth-of-type(8), .applicationArea .buttonItem .Img:nth-of-type(9), .applicationArea .buttonItem .Img:nth-of-type(10) {
    width: 98px;
    height: 98px;
  }
}
@media (max-width: 870px) {
  .applicationArea .buttonItem .Img:nth-of-type(1), .applicationArea .buttonItem .Img:nth-of-type(2), .applicationArea .buttonItem .Img:nth-of-type(3), .applicationArea .buttonItem .Img:nth-of-type(4), .applicationArea .buttonItem .Img:nth-of-type(5), .applicationArea .buttonItem .Img:nth-of-type(6), .applicationArea .buttonItem .Img:nth-of-type(7), .applicationArea .buttonItem .Img:nth-of-type(8), .applicationArea .buttonItem .Img:nth-of-type(9), .applicationArea .buttonItem .Img:nth-of-type(10) {
    bottom: -17%;
    top: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 480px) {
  .applicationArea .buttonItem .Img:nth-of-type(1), .applicationArea .buttonItem .Img:nth-of-type(2), .applicationArea .buttonItem .Img:nth-of-type(3), .applicationArea .buttonItem .Img:nth-of-type(4), .applicationArea .buttonItem .Img:nth-of-type(5), .applicationArea .buttonItem .Img:nth-of-type(6), .applicationArea .buttonItem .Img:nth-of-type(7), .applicationArea .buttonItem .Img:nth-of-type(8), .applicationArea .buttonItem .Img:nth-of-type(9), .applicationArea .buttonItem .Img:nth-of-type(10) {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 870px) {
  .applicationArea .buttonItem .Img:nth-of-type(1).show, .applicationArea .buttonItem .Img:nth-of-type(2).show, .applicationArea .buttonItem .Img:nth-of-type(3).show, .applicationArea .buttonItem .Img:nth-of-type(4).show, .applicationArea .buttonItem .Img:nth-of-type(5).show, .applicationArea .buttonItem .Img:nth-of-type(6).show, .applicationArea .buttonItem .Img:nth-of-type(7).show, .applicationArea .buttonItem .Img:nth-of-type(8).show, .applicationArea .buttonItem .Img:nth-of-type(9).show, .applicationArea .buttonItem .Img:nth-of-type(10).show {
    opacity: 1;
    pointer-events: auto;
  }
}
.applicationArea .buttonItem .Img .hoverCircle {
  opacity: 0;
  width: 86px;
  height: 86px;
  background-color: transparent;
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 3;
  border-radius: 50%;
  border: 1px solid #ddd;
}
@media (max-width: 1350px) {
  .applicationArea .buttonItem .Img .hoverCircle {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 1180px) {
  .applicationArea .buttonItem .Img .hoverCircle {
    width: 86px;
    height: 86px;
  }
}
@media (max-width: 1180px) {
  .applicationArea .buttonItem .Img .hoverCircle {
    opacity: 1;
    border-color: #262c78;
  }
}
@media (max-width: 480px) {
  .applicationArea .buttonItem .Img .hoverCircle {
    width: 64px;
    height: 64px;
  }
}
.applicationArea .buttonItem .Img .hoverCircle .path {
  width: 86px;
  display: block;
  height: 86px;
  fill: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 1;
  stroke-dashoffset: 0;
  stroke-dasharray: 360;
  stroke: #286acc;
  stroke-width: 1px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 1350px) {
  .applicationArea .buttonItem .Img .hoverCircle .path {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 1180px) {
  .applicationArea .buttonItem .Img .hoverCircle .path {
    width: 86px;
    height: 86px;
  }
}
@media (max-width: 1180px) {
  .applicationArea .buttonItem .Img .hoverCircle .path {
    opacity: 0;
  }
}
.applicationArea .navList {
  position: absolute;
  top: 36%;
  left: 5%;
  width: 80px;
  color: #fff;
  height: 120px;
}
@media (max-width: 1460px) {
  .applicationArea .navList {
    top: 35%;
  }
}
@media (max-width: 1360px) {
  .applicationArea .navList {
    top: 34%;
  }
}
@media (max-width: 1260px) {
  .applicationArea .navList {
    top: 33%;
  }
}
@media (max-width: 1180px) {
  .applicationArea .navList {
    display: none;
  }
}
.applicationArea .navList.slidesToShow1, .applicationArea .navList.noSlick {
  top: 41.5%;
}
@media (max-width: 1450px) {
  .applicationArea .navList.slidesToShow1, .applicationArea .navList.noSlick {
    top: 40.5%;
  }
}
@media (max-width: 1260px) {
  .applicationArea .navList.slidesToShow1, .applicationArea .navList.noSlick {
    top: 39.5%;
  }
}
@media (max-width: 1180px) {
  .applicationArea .navList.slidesToShow1, .applicationArea .navList.noSlick {
    display: none;
  }
}
.applicationArea .navList .navItem {
  padding: 5px;
  margin-bottom: 6px;
  font-family: "Saira";
  font-weight: 600;
  font-size: 17px;
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
  opacity: 0.3;
}
.applicationArea .navList .navItem#nav2 {
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
}
.applicationArea .navList .navItem#nav3 {
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
  opacity: 1;
}
.applicationArea .navList .navItem#nav3 div {
  -webkit-transform: scale(1.41);
          transform: scale(1.41);
}
.applicationArea .navList .navItem#nav4 {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.applicationArea .navList .navItem#nav5 {
  -webkit-transform: translateX(21px);
          transform: translateX(21px);
}
.applicationArea .prevBtn {
  position: absolute;
  width: 41px;
  height: 41px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 29.4%;
  left: 10%;
  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: 1360px) {
  .applicationArea .prevBtn {
    top: 26.4%;
    left: 10.5%;
  }
}
@media (max-width: 1180px) {
  .applicationArea .prevBtn {
    top: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 8%;
  }
}
@media (max-width: 870px) {
  .applicationArea .prevBtn {
    bottom: -14px;
    left: 30px;
    top: auto;
    border-color: #262c78;
  }
}
@media (max-width: 540px) {
  .applicationArea .prevBtn {
    bottom: -20px;
  }
}
.applicationArea .prevBtn::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media (max-width: 1180px) {
  .applicationArea .prevBtn::before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
@media (max-width: 870px) {
  .applicationArea .prevBtn::before {
    border-color: #262c78;
  }
}
.applicationArea .nextBtn {
  position: absolute;
  bottom: 29.4%;
  left: 10%;
  width: 41px;
  height: 41px;
  border: 1px solid #fff;
  border-radius: 50%;
  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: 1360px) {
  .applicationArea .nextBtn {
    bottom: 24.4%;
    left: 11.3%;
  }
}
@media (max-width: 1180px) {
  .applicationArea .nextBtn {
    top: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: auto;
    right: 3%;
  }
}
@media (max-width: 870px) {
  .applicationArea .nextBtn {
    border-color: #262c78;
    bottom: -14px;
    top: auto;
    right: 12px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 540px) {
  .applicationArea .nextBtn {
    bottom: -20px;
    right: 10px;
  }
}
.applicationArea .nextBtn::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(110deg);
          transform: rotate(110deg);
}
@media (max-width: 1180px) {
  .applicationArea .nextBtn::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media (max-width: 870px) {
  .applicationArea .nextBtn::before {
    border-color: #262c78;
  }
}
@media (max-width: 1180px) {
  .applicationArea .slick-slider .slick-dots {
    bottom: -99px;
    text-align: left;
  }
}
@media (max-width: 1180px) {
  .applicationArea .slick-slider .slick-dots li {
    width: 42px;
    margin: 0 22px 0 0;
  }
}

.productArea {
  padding: 95px 0 197px;
  background: url("../images/bg_product.jpg") center/cover;
  position: relative;
  z-index: 9;
}
@media (max-width: 1570px) {
  .productArea {
    padding: 95px 0 97px;
  }
}
@media (max-width: 1180px) {
  .productArea {
    padding: 95px 0 297px;
  }
}
@media (max-width: 870px) {
  .productArea {
    padding: 95px 0 167px;
  }
}
.productArea .wrap {
  position: relative;
}
.productArea .txt {
  font-size: 15px;
  line-height: 1.6;
  width: 604px;
  letter-spacing: 0.6px;
  margin-bottom: 47px;
}
@media (max-width: 1180px) {
  .productArea .txt {
    max-width: 100%;
  }
}
.productArea .arrow {
  width: 153px;
  height: 153px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 5.2%;
  right: 1.4%;
  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) {
  .productArea .arrow {
    display: none;
  }
}
.productArea .arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 1px;
  height: 24px;
  background-color: #c4c4c4;
}
.productArea .arrow .prev {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.productArea .arrow .prev, .productArea .arrow .next {
  width: 50%;
  height: 100%;
  padding: 0 17px;
  font-size: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5a5a5a;
}
.productArea .arrow .prev:hover, .productArea .arrow .next:hover {
  color: #262c78;
}
.productArea .odd {
  -webkit-transform: translateY(86px);
          transform: translateY(86px);
}
@media (max-width: 480px) {
  .productArea .odd {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 480px) {
  .productArea .slick-slider .slick-dots {
    bottom: -50px;
  }
}
@media (max-width: 1180px) {
  .productArea .slick-slider .slick-dots li {
    width: 42px;
    margin: 0 22px 0 0;
  }
}
@media (max-width: 480px) {
  .productArea .slick-slider .slick-dots li {
    margin: 0 10px 0 0;
  }
}
.productArea .productList {
  margin: 0 -35px;
}
@media (max-width: 1480px) {
  .productArea .productList {
    margin: 0;
  }
}
@media (max-width: 1180px) {
  .productArea .productList {
    padding-top: 40px;
  }
}
.productArea .productList .productItem {
  padding: 12px 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1380px) {
  .productArea .productList .productItem {
    padding: 12px 15px 0;
  }
}
@media (max-width: 480px) {
  .productArea .productList .productItem {
    height: auto;
  }
}
.productArea .productList .productItem:hover .item::before {
  background-color: #262c78;
}
.productArea .productList .productItem:hover .productTypeImg:after {
  background-color: #515693;
}
.productArea .productList .productItem:hover .productTypeImg .Txt {
  color: #fff;
}
.productArea .productList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 476px;
}
@media (max-width: 1440px) {
  .productArea .productList .item {
    height: 33vw;
  }
}
@media (max-width: 1366px) {
  .productArea .productList .item {
    height: 37vw;
  }
}
@media (max-width: 1180px) {
  .productArea .productList .item {
    height: 47vw;
  }
}
@media (max-width: 767px) {
  .productArea .productList .item {
    height: 70vw;
  }
}
@media (max-width: 480px) {
  .productArea .productList .item {
    height: 100vw;
  }
}
.productArea .productList .item::before {
  content: "";
  position: absolute;
  width: calc(100% - 33px);
  height: 60%;
  top: 0;
  left: 33px;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 17px rgba(0, 0, 0, 0.13);
}
@media (max-width: 480px) {
  .productArea .productList .item::before {
    height: 75%;
  }
}
.productArea .productList .productType {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  width: 20px;
  font-size: 18px;
  font-family: "Saira";
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3px;
}
.productArea .productList .productTypeImg {
  width: calc(100% - 20px);
  padding-left: 13px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  .productArea .productList .productTypeImg {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.productArea .productList .productTypeImg:after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.productArea .productList .productTypeImg .Txt {
  font-size: 22px;
  color: #262c78;
  text-align: center;
  padding: 18px 10px 12px;
  letter-spacing: 1px;
}
.productArea .productList .productTypeImg .Txt a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productArea .productList .productTypeImg .Txt a, .productArea .productList .productTypeImg .Txt a:hover {
  color: inherit;
}
.productArea .productList .productTypeImg .Img {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.aboutArea {
  padding: 50px 0 57px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding-top: 0;
  }
}
.aboutArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  padding: 0;
}
.aboutArea .left {
  width: 54.375%;
}
@media (max-width: 1180px) {
  .aboutArea .left {
    position: relative;
    width: calc(100% - 49px);
  }
}
.aboutArea .left .txt::before {
  bottom: -6%;
  left: 0;
  content: "YAMABALA";
  font-family: "Saira";
  font-size: 18.3vw;
  font-weight: 600;
  position: absolute;
  line-height: 0.3;
  z-index: 10;
  opacity: 0.08;
  color: #286acc;
}
@media (max-width: 1500px) {
  .aboutArea .left .txt::before {
    bottom: -2vw;
  }
}
@media (max-width: 1366px) {
  .aboutArea .left .txt::before {
    bottom: -4vw;
  }
}
@media (max-width: 1280px) {
  .aboutArea .left .txt::before {
    bottom: -6vw;
  }
}
@media (max-width: 1180px) {
  .aboutArea .left .txt::before {
    bottom: 5vw;
    right: -49px;
    font-size: 17vw;
    left: auto;
  }
}
.aboutArea .left .Img {
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  position: relative;
}
@media (max-width: 1780px) {
  .aboutArea .left .Img {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
@media (max-width: 1500px) {
  .aboutArea .left .Img {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}
@media (max-width: 1440px) {
  .aboutArea .left .Img {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@media (max-width: 1280px) {
  .aboutArea .left .Img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 1180px) {
  .aboutArea .left .Img {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
.aboutArea .left .Img::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  width: 111px;
  height: 113px;
  background-color: #286acc;
  opacity: 0.6;
}
@media (max-width: 870px) {
  .aboutArea .left .Img::before {
    width: 47px;
    height: 48px;
    top: -20px;
  }
}
.aboutArea .left .Img::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 11.5%;
  right: -29px;
  width: 94px;
  height: 347px;
  background-color: #286acc;
  opacity: 0.6;
}
@media (max-width: 870px) {
  .aboutArea .left .Img::after {
    width: 40px;
    height: 149px;
    right: -15px;
  }
}
.aboutArea .right {
  width: 45.625%;
  padding: 60px 0 60px 6%;
}
@media (max-width: 1780px) {
  .aboutArea .right {
    padding: 20px 0 20px 6%;
  }
}
@media (max-width: 1440px) {
  .aboutArea .right {
    padding: 0 0 20px 6%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .right {
    width: 100%;
    padding: 20px;
  }
}
.aboutArea .right .titleBox {
  width: 100%;
  max-width: 506px;
}
.aboutArea .right .titleBox .titleEn {
  font-size: 50px;
  letter-spacing: 0;
  line-height: 1.1;
}
.aboutArea .right .titleBox .titleTw {
  font-weight: 500;
}
.aboutArea .right .Txt {
  width: 100%;
  max-width: 500px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.484px;
}
@media (max-width: 1180px) {
  .aboutArea .right .Txt {
    max-width: 100%;
  }
}
.aboutArea .right .itemList {
  max-width: 503px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 34px;
  width: calc(100% - 3px);
  position: relative;
}
.aboutArea .right .itemList::before {
  content: "";
  display: block;
  width: 1px;
  height: 20%;
  background-color: #cdcee0;
  position: absolute;
  left: 33%;
  top: 50%;
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
}
@media (max-width: 1180px) {
  .aboutArea .right .itemList::before {
    top: 55%;
  }
}
@media (max-width: 480px) {
  .aboutArea .right .itemList::before {
    display: none;
  }
}
.aboutArea .right .itemList::after {
  content: "";
  display: block;
  width: 1px;
  height: 20%;
  background-color: #cdcee0;
  position: absolute;
  right: 33%;
  top: 50%;
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
}
@media (max-width: 1180px) {
  .aboutArea .right .itemList::after {
    top: 55%;
  }
}
@media (max-width: 480px) {
  .aboutArea .right .itemList::after {
    display: none;
  }
}
.aboutArea .right .itemList .item {
  width: 33.33%;
  position: relative;
}
@media (max-width: 480px) {
  .aboutArea .right .itemList .item {
    width: 50%;
    margin-bottom: 10px;
  }
}
.aboutArea .right .itemList .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 36px;
  position: absolute;
  top: 32px;
  background: url(../images/top.png) top center/93.5% no-repeat;
}
.aboutArea .right .itemList .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 36px;
  position: absolute;
  bottom: -3px;
  background: url(../images/bottom.png) top center/contain no-repeat;
}
@media (max-width: 1180px) {
  .aboutArea .right .itemList .item:after {
    bottom: auto;
    top: 120px;
  }
}
@media (max-width: 480px) {
  .aboutArea .right .itemList .item:after {
    height: 46px;
    top: 100px;
  }
}
.aboutArea .right .itemList .Img {
  width: 76px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .aboutArea .right .itemList .Img {
    width: 56px;
  }
}
.aboutArea .right .itemList .txt {
  font-size: 16px;
  padding: 9px 30px;
  text-align: center;
  height: 67px;
}
.aboutArea .right .btn {
  margin-top: 55px;
}

.newsArea {
  position: relative;
  z-index: 10;
}
.newsArea .wrap {
  width: 100%;
  max-width: 1813px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 40px);
  background-color: #efeff2;
  padding: 97px 20px 62px;
}
.newsArea .titleBox {
  text-align: center;
}
.newsArea .newsBox {
  width: 100%;
  max-width: 1058px;
  margin: 47px auto;
  border-top: 1px solid #262c78;
}
.newsArea .newsList {
  margin-bottom: 50px;
}
.newsArea .newsItem {
  opacity: 0;
}
.newsArea .slick-active .newsItem {
  opacity: 1;
}
.newsArea .item {
  border-bottom: 1px solid #aaaaac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 40px 20px 35px;
  height: 180px;
}
@media (max-width: 540px) {
  .newsArea .item {
    padding: 40px 0 35px;
  }
}
.newsArea .item:hover .btn .arrow {
  background-color: #fff;
}
.newsArea .item:hover .btn .arrow::before {
  -webkit-animation: arrowBeforeAni 0.8s linear infinite;
          animation: arrowBeforeAni 0.8s linear infinite;
  background-color: #262c78;
}
.newsArea .item:hover .btn .arrow::after {
  border-color: #262c78;
  -webkit-animation: arrowAfterAni 0.8s linear infinite;
          animation: arrowAfterAni 0.8s linear infinite;
}
.newsArea .item:hover .title {
  color: #262c78;
}
.newsArea .item .title {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .newsArea .item .title {
    -webkit-line-clamp: 3;
    font-size: 15px;
  }
}
.newsArea .item .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArea .item .icon {
  width: 17px;
  margin-right: 5px;
}
.newsArea .item .date {
  width: calc(100% - 23px);
  font-family: "Saira";
  font-size: 15px;
  font-weight: 600;
  color: #4c4c4c;
}
.newsArea .item .btn {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  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;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 540px) {
  .newsArea .item .btn {
    width: 47px;
    height: 47px;
  }
}
.newsArea .item .btn .arrow {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #d2d2d2;
  padding: 0;
}
@media (max-width: 540px) {
  .newsArea .item .btn .arrow {
    width: 36px;
    height: 36px;
  }
}
.newsArea .item .btn .arrow::before {
  background-color: #404040;
  right: 23px;
}
@media (max-width: 540px) {
  .newsArea .item .btn .arrow::before {
    right: 20px;
    width: 23px;
  }
}
.newsArea .item .btn .arrow::after {
  border-color: #404040;
  right: 25px;
}
@media (max-width: 540px) {
  .newsArea .item .btn .arrow::after {
    right: 18px;
    width: 8px;
    height: 8px;
  }
}
.newsArea .type {
  width: 92px;
  height: 27px;
  border-radius: 14px;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 540px) {
  .newsArea .type {
    width: 78px;
    height: 24px;
    padding: 3px 0;
    font-size: 12px;
  }
}
.newsArea .content {
  width: calc(100% - 154px);
  padding: 0 31px;
}
@media (max-width: 540px) {
  .newsArea .content {
    padding: 0 10px;
    width: calc(100% - 125px);
  }
}
@media (max-width: 370px) {
  .newsArea .content {
    width: calc(100% - 47px);
    padding-left: 0;
  }
}
.newsArea .slick-slider .slick-dots {
  bottom: -99px;
  text-align: left;
}
.newsArea .slick-slider .slick-dots li {
  width: 42px;
  margin: 0 22px 0 0;
}
.newsArea .slick-slider .slick-dots li button::before {
  border: 1px solid #262c78;
  background-color: #262c78;
}
.newsArea .slick-slider .slick-dots li:hover button {
  background-color: #c7c8da;
}
.newsArea .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1180px) {
  .newsArea .btnBox {
    margin-top: 125px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
/*# sourceMappingURL=home.css.map */