.facList .facItem, .roomArea .Txt .btnBox, .roomArea .Txt .text, .roomArea .Txt .title, .roomArea .Txt .classTitle, .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: #3a95c4;
  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: #3a95c4;
  }
  .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 {
  overflow: inherit;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .decoTeeth {
  position: absolute;
  top: 25.5%;
  left: 47.5%;
  z-index: 5;
  opacity: 1;
}
@media (max-width: 1320px) {
  .bannerArea .bannerItem .decoTeeth {
    left: 55%;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .decoTeeth {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: auto;
    top: 80px;
    right: 20px;
  }
}
@media (max-width: 460px) {
  .bannerArea .bannerItem .decoTeeth {
    top: 30px;
  }
}
.bannerArea .bannerItem .decoTeeth img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1320px) {
  .bannerArea .bannerItem .decoTeeth img {
    width: 380px;
  }
}
@media (max-width: 460px) {
  .bannerArea .bannerItem .decoTeeth img {
    width: 280px;
  }
}
.bannerArea .bannerItem .Txt {
  max-width: 1600px;
  padding: 0px 20px 0px;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt {
    padding: 15px;
    padding-bottom: 90px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 10;
  }
}
@media (max-width: 460px) {
  .bannerArea .bannerItem .Txt {
    padding-bottom: 140px;
  }
}
.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 {
  max-width: 550px;
  font-size: 75px;
  line-height: 85px;
  opacity: 0;
  position: relative;
  left: -5px;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 55px;
    line-height: 56px;
    max-width: 375px;
    margin-bottom: 20px;
  }
}
@media (max-width: 460px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
    line-height: 41px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  margin-bottom: 30px;
  opacity: 0;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .subtitle {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
@media (max-width: 460px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 12px;
  }
}
.bannerArea .bannerItem .Txt .bannertext {
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .bannertext {
    margin-top: 0;
    font-size: 22px;
    line-height: 35px;
  }
}
@media (max-width: 460px) {
  .bannerArea .bannerItem .Txt .bannertext {
    font-size: 18px;
    line-height: 25px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 129.17%;
  }
}
.bannerArea .bannerItem .Img img {
  max-height: 745px;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title {
  -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 .bannertext {
  -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-current .productImg {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .scrollDown {
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  left: 75px;
  z-index: 2;
  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;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #444444;
  font-size: 14px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.bannerArea .scrollDown .Arr {
  position: relative;
  -webkit-animation: scrollUse 2s linear infinite;
          animation: scrollUse 2s linear infinite;
}
@media (max-width: 1760px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
.bannerArea .slick-dots {
  position: absolute;
  bottom: 40px;
}
@media (max-width: 960px) {
  .bannerArea .slick-dots {
    display: none;
  }
}
.bannerArea .PBox {
  z-index: 10;
  position: absolute;
  bottom: -60px;
  right: 6%;
  width: 20%;
  min-width: 320px;
  height: auto;
}
@media (max-width: 960px) {
  .bannerArea .PBox {
    min-width: 1px;
    width: 154px;
    right: 0;
    bottom: -40px;
  }
}
.bannerArea .PBox .bannerpItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bannerArea .PBox .productImg {
  opacity: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.bannerArea .PBox .productImg img {
  width: auto;
  height: 100%;
}
@media (max-width: 960px) {
  .bannerArea .PBox .productImg img {
    height: 154px;
    width: auto;
  }
}

.aboutArea {
  position: relative;
  background-color: white;
  padding: 340px 0 210px;
  overflow: hidden;
}
@media (max-width: 1480px) {
  .aboutArea {
    padding: 250px 0 60px;
  }
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 115px 0 0;
  }
}
@media (max-width: 450px) {
  .aboutArea {
    padding: 60px 0 0;
  }
}
.aboutArea .teethDeco {
  position: absolute;
  top: 70px;
  left: 70px;
}
.aboutArea .teethDeco img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1480px) {
  .aboutArea .teethDeco {
    top: 30px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .teethDeco {
    display: none;
  }
}
@media (max-width: 768px) {
  .aboutArea .teethDeco {
    display: none;
  }
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 960px) {
  .aboutArea .aboutBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.aboutArea .imgBox {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 54%;
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1650px) {
  .aboutArea .imgBox {
    bottom: 15%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .imgBox {
    position: relative;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    margin-top: 60px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    top: auto;
  }
}
@media (max-width: 768px) {
  .aboutArea .imgBox {
    padding: 0 15px;
  }
}
.aboutArea .imgLeft {
  position: relative;
  top: 84px;
  width: 50%;
  max-width: 502px;
  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: 1180px) {
  .aboutArea .imgLeft {
    max-width: none;
    width: 51.1%;
  }
}
@media (max-width: 820px) {
  .aboutArea .imgLeft {
    top: 62px;
  }
}
@media (max-width: 580px) {
  .aboutArea .imgLeft {
    top: 41px;
  }
}
.aboutArea .imgBottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.aboutArea .imgRight {
  position: relative;
  width: 42%;
  max-width: 425px;
}
.aboutArea .imgRight .Img5 {
  margin-top: 25px;
}
@media (max-width: 1180px) {
  .aboutArea .imgRight {
    max-width: none;
    width: 48.9%;
  }
}
.aboutArea .Img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 25px;
}
.aboutArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .aboutArea .Img {
    margin-left: 13px;
  }
}
.aboutArea .Img1 {
  width: 75%;
  max-width: 373px;
  margin-bottom: 25px;
}
@media (max-width: 1180px) {
  .aboutArea .Img1 {
    width: 78.3%;
    max-width: none;
    margin-bottom: 13px;
  }
}
.aboutArea .Img3 {
  margin: 0;
}
.aboutArea .Img3, .aboutArea .Img4 {
  width: 46%;
  max-width: 226px;
}
@media (max-width: 1180px) {
  .aboutArea .Img3, .aboutArea .Img4 {
    max-width: none;
    width: calc(50% - 6px);
  }
}
.aboutArea .Img2, .aboutArea .Img5 {
  width: calc(100% - 25px);
}
@media (max-width: 1180px) {
  .aboutArea .Img2, .aboutArea .Img5 {
    width: calc(100% - 13px);
  }
}
.aboutArea .Txt {
  width: 45%;
  padding-right: 30px;
  min-width: 585px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt {
    width: 100%;
    min-width: 1px;
    padding-right: 0;
  }
}
.aboutArea .Txt .titleBox {
  margin-bottom: 0;
  max-width: 555px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt .titleBox {
    max-width: none;
  }
}
.aboutArea .Txt .subtitle {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .aboutArea .Txt .subtitle {
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .aboutArea .Txt .subtitle {
    font-size: 12px;
  }
}
.aboutArea .Txt .title {
  font-size: 53px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .aboutArea .Txt .title {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 0;
  }
}
@media (max-width: 450px) {
  .aboutArea .Txt .title {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
.aboutArea .Txt .decoTitle {
  font-size: 43px;
  letter-spacing: 0px;
  font-weight: 600;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .aboutArea .Txt .decoTitle {
    font-size: 32px;
    margin-bottom: 35px;
  }
}
@media (max-width: 450px) {
  .aboutArea .Txt .decoTitle {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt .text {
    line-height: 30px;
  }
}
.aboutArea .Txt .btnBox {
  margin-top: 50px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt .btnBox .btn {
    background-color: #000;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .aboutArea .Txt .btnBox .btn .btnText {
    margin: 0;
  }
  .aboutArea .Txt .btnBox .btn .btnArr {
    display: none;
  }
}

.brandArea {
  position: relative;
  background-color: white;
  padding: 85px 0 115px;
  overflow: hidden;
}
.brandArea .decoBlue {
  width: 2px;
  height: 42px;
  background-color: #3a95c4;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.brandArea .wrap {
  max-width: none;
}
.brandArea .titleBox {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .brandArea .titleBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.brandArea .num {
  margin-right: 10px;
  line-height: 1;
}
@media (max-width: 420px) {
  .brandArea .num {
    font-size: 40px;
  }
}
.brandArea .title {
  font-size: 43px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 420px) {
  .brandArea .title {
    font-size: 30px;
  }
}
.brandArea .brandBox {
  width: 1920px;
}
.brandArea .swiperBrand {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.brandArea .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.brandArea .brandList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brandArea .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.brandArea .brandItem {
  margin: 0 20px;
}
.brandArea .item {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0 auto;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  border: 1px solid #bdbdbd;
  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;
}
.brandArea .item.item0 {
  border: none;
  position: relative;
}
.brandArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.brandArea .item0Bg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}

.roomArea {
  padding: 50px 0 100px;
  background-color: #EFEFEF;
}
@media (max-width: 768px) {
  .roomArea {
    padding: 40px 0 60px;
  }
}
.roomArea .roomBox {
  padding-bottom: 20px;
}
.roomArea .roomList {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .roomArea .roomList {
    padding-top: 10px;
  }
}
.roomArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1180px) {
  .roomArea .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;
  }
}
.roomArea .Img {
  width: 60%;
}
.roomArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .roomArea .Img {
    width: 100%;
    max-width: 630px;
    margin: 0 auto 10px;
  }
}
.roomArea .Txt {
  width: 40%;
  padding: 0px 0px 30px 75px;
}
@media (max-width: 1180px) {
  .roomArea .Txt {
    width: 100%;
    max-width: 630px;
    padding: 0 0 20px;
  }
}
.roomArea .Txt .classTitle {
  font-size: 18px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 1180px) {
  .roomArea .Txt .classTitle {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .roomArea .Txt .classTitle {
    font-size: 15px;
  }
}
.roomArea .Txt .title {
  opacity: 0;
  padding-bottom: 10px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media (max-width: 768px) {
  .roomArea .Txt .title {
    padding-bottom: 5px;
  }
}
.roomArea .Txt .title a {
  display: block;
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 1180px) {
  .roomArea .Txt .title a {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .roomArea .Txt .title a {
    font-size: 22px;
  }
}
.roomArea .Txt .text {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  padding-top: 15px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 768px) {
  .roomArea .Txt .text {
    padding-top: 10px;
  }
}
.roomArea .Txt .btnBox {
  margin-top: 30px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.roomArea .Txt.show .classTitle,
.roomArea .Txt.show .title,
.roomArea .Txt.show .text,
.roomArea .Txt.show .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.newsArea {
  position: relative;
  padding: 80px 0 160px;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 65px 0 50px;
  }
}
.newsArea .titleBox {
  text-align: left;
}
.newsArea .titleBox .subtitle {
  margin-bottom: 10px;
}
@media (max-width: 1180px) {
  .newsArea .titleBox .subtitle {
    font-size: 35px;
  }
}
@media (max-width: 1180px) {
  .newsArea .line1, .newsArea .line4 {
    display: none;
  }
}
.newsArea .newsBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .newsArea .newsBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.newsArea .left, .newsArea .right {
  position: relative;
  width: calc(50% - 40px);
}
@media (max-width: 1180px) {
  .newsArea .left, .newsArea .right {
    width: 100%;
  }
}
.newsArea .left {
  margin-top: 40px;
}
@media (max-width: 1180px) {
  .newsArea .left {
    margin-top: 0;
    padding-top: 10px;
  }
}
.newsArea .left::after {
  display: block;
  content: "";
  width: 100%;
  height: 7px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.newsArea .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 20px;
}
@media (max-width: 1180px) {
  .newsArea .right {
    padding-bottom: 0px;
    pointer-events: none;
  }
}
.newsArea .topBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(50% - 40px);
}
.newsArea .topBox .titleBox {
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .newsArea .topBox {
    width: 100%;
    margin-bottom: 40px;
  }
}
.newsArea .arrBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 400px) {
  .newsArea .arrBox {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.newsArea .Arr {
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  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: #eeeeee;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  margin-left: 10px;
}
.newsArea .Arr .arrImg {
  background-color: #666666;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.newsArea .Arr .arrImg.mask {
  -webkit-mask-position: center top;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
}
.newsArea .Arr .arrImg img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
}
@media (min-width: 1181px) {
  .newsArea .Arr:hover {
    background-color: black;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .newsArea .Arr:hover .arrImg {
    background-color: white;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.newsArea .arrPrev .arrImg.mask {
  -webkit-mask-image: url("../images/arrPrev.png");
}
.newsArea .arrNext .arrImg.mask {
  -webkit-mask-image: url("../images/arrNext.png");
}
.newsArea .listBox {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.newsArea .slick-slide:not(.slick-active) {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsArea .newsItem {
  position: relative;
}
.newsArea .newsItem .item {
  position: relative;
  height: 154px;
  padding: 35px 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newsArea .newsItem .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.newsArea .newsItem .Txt a {
  color: #000;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (min-width: 1181px) {
  .newsArea .newsItem .Txt a.color0:hover {
    color: #f4af33;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
@media (min-width: 1181px) {
  .newsArea .newsItem .Txt a.color1:hover {
    color: #3a95c4;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
@media (min-width: 1181px) {
  .newsArea .newsItem .Txt a.color2:hover {
    color: #e7692f;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
@media (min-width: 1181px) {
  .newsArea .newsItem .Txt a.color3:hover {
    color: #84ab30;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.newsArea .newsItem .newsInfoBox {
  width: 125px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsArea .newsItem .newsInfoBox .dateBox {
  margin-bottom: 10px;
}
.newsArea .newsItem .newsInfoBox .dateBox .year {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #777777;
}
.newsArea .newsItem .newsInfoBox .classTitle {
  width: 80px;
  height: 27px;
  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;
  border-radius: 14px;
  background-color: #000;
  color: white;
  font-size: 14px;
  line-height: 14px;
}
.newsArea .newsItem .newsInfoBox .classTitle.color0 {
  background-color: #f4af33;
}
.newsArea .newsItem .newsInfoBox .classTitle.color1 {
  background-color: #3a95c4;
}
.newsArea .newsItem .newsInfoBox .classTitle.color2 {
  background-color: #e7692f;
}
.newsArea .newsItem .newsInfoBox .classTitle.color3 {
  background-color: #84ab30;
}
.newsArea .newsItem .textBox {
  position: relative;
  top: -5px;
  width: calc(100% - 125px);
  max-width: 435px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1180px) {
  .newsArea .newsItem .textBox {
    max-width: none;
  }
}
.newsArea .newsItem .textBox .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1180px) {
  .newsArea .newsItem .textBox .title {
    -webkit-line-clamp: 1;
  }
}
.newsArea .newsItem .textBox .text {
  color: #777777;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsArea .newsItem2 {
  position: relative;
}
.newsArea .newsItem2 .item {
  width: 100%;
}
.newsArea .newsItem2 .Txt {
  position: relative;
  left: 8.2%;
  text-align: left;
  max-width: 460px;
  height: 140px;
}
@media (max-width: 1180px) {
  .newsArea .newsItem2 .Txt {
    max-width: none;
    left: 0;
    height: 110px;
  }
}
.newsArea .newsItem2 .Txt a {
  color: #000;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (min-width: 1181px) {
  .newsArea .newsItem2 .Txt a.color0:hover {
    color: #f4af33;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
@media (min-width: 1181px) {
  .newsArea .newsItem2 .Txt a.color1:hover {
    color: #3a95c4;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
@media (min-width: 1181px) {
  .newsArea .newsItem2 .Txt a.color2:hover {
    color: #e7692f;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
@media (min-width: 1181px) {
  .newsArea .newsItem2 .Txt a.color3:hover {
    color: #84ab30;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.newsArea .newsItem2 .dateBox {
  margin-bottom: 10px;
}
.newsArea .newsItem2 .dateBox .year {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #777777;
}
.newsArea .newsItem2 .title {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .newsArea .newsItem2 .title {
    font-size: 22px;
  }
}
.newsArea .newsItem2 .ImgBox {
  position: relative;
}
.newsArea .newsItem2 .classTitle {
  width: 80px;
  height: 27px;
  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;
  border-radius: 14px;
  background-color: #000;
  color: white;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
@media (max-width: 768px) {
  .newsArea .newsItem2 .classTitle {
    top: 12px;
  }
}
@media (max-width: 420px) {
  .newsArea .newsItem2 .classTitle {
    left: 12px;
  }
}
.newsArea .newsItem2 .classTitle.color0 {
  background-color: #f4af33;
}
.newsArea .newsItem2 .classTitle.color1 {
  background-color: #3a95c4;
}
.newsArea .newsItem2 .classTitle.color2 {
  background-color: #e7692f;
}
.newsArea .newsItem2 .classTitle.color3 {
  background-color: #84ab30;
}
.newsArea .newsItem2 .Img {
  position: relative;
  width: 100%;
}
.newsArea .newsItem2 .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.catalogArea {
  height: 1010px;
  position: relative;
  padding: 50px 0;
  width: 100%;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}
@media (max-width: 1520px) {
  .catalogArea {
    height: 960px;
  }
}
@media (max-width: 1015px) {
  .catalogArea {
    height: 900px;
  }
}
@media (max-width: 915px) {
  .catalogArea {
    height: 855px;
    padding: 65px 0 80px;
  }
}
@media (max-width: 450px) {
  .catalogArea {
    height: 755px;
    padding: 30px 0;
  }
}
.catalogArea .catalogContantBox {
  position: relative;
  top: -50%;
  z-index: 5;
}
.catalogArea .wrap {
  max-width: 1660px;
  padding: 0 180px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1300px) {
  .catalogArea .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 915px) {
  .catalogArea .wrap .cntBox {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .catalogArea .wrap .cntBox .btnBox {
    position: relative;
  }
}
@media (max-width: 420px) {
  .catalogArea .wrap .cntBox {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.catalogArea .titleBox {
  text-align: left;
  margin-bottom: 140px;
}
@media (max-width: 420px) {
  .catalogArea .titleBox {
    text-align: center;
  }
}
.catalogArea .titleBox .subtitle {
  margin-bottom: 10px;
}
@media (max-width: 915px) {
  .catalogArea .titleBox .subtitle {
    font-size: 35px;
    margin-bottom: 0px;
  }
}
.catalogArea .titleBox .title {
  margin-bottom: 30px;
}
@media (max-width: 915px) {
  .catalogArea .titleBox .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.catalogArea .titleBox .text {
  max-width: 275px;
}
.catalogArea .swiper-pagination {
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
}
@media (max-width: 915px) {
  .catalogArea .swiper-pagination {
    display: none;
  }
}
.catalogArea .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-right: 13px;
}
.catalogArea .unClick {
  pointer-events: none;
}
.catalogArea .catalogBox {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-16.7%, -50%);
          transform: translate(-16.7%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  width: 1695px;
}
@media (max-width: 1520px) {
  .catalogArea .catalogBox {
    width: 1200px;
    -webkit-transform: translate(-16.7%, -50%);
            transform: translate(-16.7%, -50%);
  }
}
@media (max-width: 1015px) {
  .catalogArea .catalogBox {
    width: 900px;
    -webkit-transform: translate(-16.7%, -50%);
            transform: translate(-16.7%, -50%);
  }
}
@media (max-width: 915px) {
  .catalogArea .catalogBox {
    width: 1140px;
    left: 15px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media (max-width: 420px) {
  .catalogArea .catalogBox {
    width: 100%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
.catalogArea .catalogBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.catalogArea .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.catalogArea .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalogArea .swiper-slide {
  height: 690px;
  -webkit-transition: 500ms;
  transition: 500ms;
  position: relative;
}
@media (max-width: 1520px) {
  .catalogArea .swiper-slide {
    height: 600px;
  }
}
@media (max-width: 1015px) {
  .catalogArea .swiper-slide {
    height: 500px;
  }
}
.catalogArea .swiper-slide .item {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#e5eff1), to(#f4f4f3));
  background-image: linear-gradient(to bottom right, #e5eff1, #f4f4f3);
  width: 47.8%;
  height: 49.6%;
  max-width: 270px;
  -webkit-transition: 500ms;
  transition: 500ms;
  position: absolute;
  top: 50%;
  left: -12%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
}
@media (max-width: 915px) {
  .catalogArea .swiper-slide .item {
    max-width: none;
    padding-top: 40px;
    width: 313px;
    height: 380px;
    left: 0%;
    -webkit-transform: translateX(-28%) translateY(-40%) scale(0.8);
            transform: translateX(-28%) translateY(-40%) scale(0.8);
  }
}
.catalogArea .swiper-slide .item .typeImg {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 21.5%;
  max-width: 120px;
}
@media (max-width: 1015px) {
  .catalogArea .swiper-slide .item .typeImg {
    top: 10px;
    left: 20px;
  }
}
.catalogArea .swiper-slide .item .typeImg img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogArea .swiper-slide .item .Img {
  width: 67.9%;
  max-width: 380px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 915px) {
  .catalogArea .swiper-slide .item .Img {
    width: 197px;
  }
}
.catalogArea .swiper-slide .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogArea .swiper-slide .item .Txt {
  position: absolute;
  bottom: 25px;
  left: 30px;
}
@media (max-width: 1015px) {
  .catalogArea .swiper-slide .item .Txt {
    bottom: 20px;
    left: 20px;
  }
}
.catalogArea .swiper-slide .item .Txt .title {
  font-size: 17px;
  font-weight: 500;
  color: #666666;
  max-width: 140px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
@media (max-width: 915px) {
  .catalogArea .swiper-slide .item .Txt .title {
    max-width: none;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    font-size: 20px;
  }
}
.catalogArea .swiper-slide .item .Txt .no {
  display: none;
  margin-top: 5px;
  font-size: 17px;
  font-weight: 500;
  color: #666666;
}
@media (max-width: 915px) {
  .catalogArea .swiper-slide .item .Txt .no {
    display: block;
  }
}
.catalogArea .swiper-slide-next .item {
  left: 17.9%;
}
@media (max-width: 915px) {
  .catalogArea .swiper-slide-next .item {
    left: 50%;
    -webkit-transform: translateX(-71%) translateY(-40%) scale(0.8);
            transform: translateX(-71%) translateY(-40%) scale(0.8);
  }
}
.catalogArea .swiper-slide-active .item, .catalogArea .swiper-slide-duplicate-active .item {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 565px;
  -webkit-transition: 500ms;
  transition: 500ms;
  left: 0;
  padding-top: 80px;
}
@media (max-width: 915px) {
  .catalogArea .swiper-slide-active .item, .catalogArea .swiper-slide-duplicate-active .item {
    padding-top: 40px;
    width: 312px;
    height: 380px;
    left: 0%;
    -webkit-transform: translateX(0%) translateY(-40%) scale(1);
            transform: translateX(0%) translateY(-40%) scale(1);
  }
}
@media (max-width: 450px) {
  .catalogArea .swiper-slide-active .item, .catalogArea .swiper-slide-duplicate-active .item {
    -webkit-transform: translateX(0%) translateY(-35%) scale(1);
            transform: translateX(0%) translateY(-35%) scale(1);
  }
}
@media (max-width: 420px) {
  .catalogArea .swiper-slide-active .item, .catalogArea .swiper-slide-duplicate-active .item {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-35%) scale(1);
            transform: translateX(-50%) translateY(-35%) scale(1);
  }
}
@media (max-width: 350px) {
  .catalogArea .swiper-slide-active .item, .catalogArea .swiper-slide-duplicate-active .item {
    width: 290px;
  }
}
.catalogArea .swiper-slide-active .item .typeImg, .catalogArea .swiper-slide-duplicate-active .item .typeImg {
  top: 30px;
  left: 30px;
}
@media (max-width: 1015px) {
  .catalogArea .swiper-slide-active .item .typeImg, .catalogArea .swiper-slide-duplicate-active .item .typeImg {
    top: 10px;
    left: 20px;
  }
}
.catalogArea .swiper-slide-active .item .Txt, .catalogArea .swiper-slide-duplicate-active .item .Txt {
  position: absolute;
  bottom: 60px;
  left: 55px;
}
@media (max-width: 1015px) {
  .catalogArea .swiper-slide-active .item .Txt, .catalogArea .swiper-slide-duplicate-active .item .Txt {
    bottom: 20px;
    left: 20px;
  }
}
.catalogArea .swiper-slide-active .item .Txt .title, .catalogArea .swiper-slide-duplicate-active .item .Txt .title {
  max-width: none;
  font-size: 30px;
  font-weight: 600;
  color: #000;
  -webkit-transition: 500ms;
  transition: 500ms;
}
@media (max-width: 1015px) {
  .catalogArea .swiper-slide-active .item .Txt .title, .catalogArea .swiper-slide-duplicate-active .item .Txt .title {
    font-size: 20px;
  }
}
.catalogArea .swiper-slide-active .item .Txt .no, .catalogArea .swiper-slide-duplicate-active .item .Txt .no {
  display: block;
}

.facArea {
  background-color: #EFEFEF;
  padding: 50px 0 80px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .facArea {
    padding: 30px 0 20px;
  }
}
@media (max-width: 1180px) {
  .facArea .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .facArea .wrap {
    padding: 0 20px;
  }
}
.facArea .facBox {
  overflow: hidden;
  width: calc(100% + 50vw - 50%);
}
@media (max-width: 768px) {
  .facArea .facBox {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    overflow: visible;
  }
}
.facArea .controlBox {
  width: 100%;
  padding-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .facArea .controlBox {
    height: 50px;
    margin-bottom: 30px;
    padding: 0 40px;
  }
}
@media (max-width: 400px) {
  .facArea .controlBox {
    height: 20px;
  }
}
.facArea .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.facArea .arrowBox .slick-arrow {
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}
@media (min-width: 769px) {
  .facArea .arrowBox .slick-arrow + .slick-arrow {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .facArea .arrowBox {
    width: 100%;
    position: absolute;
    left: 0;
  }
  .facArea .arrowBox .slick-arrow {
    position: absolute;
    left: -10px;
  }
  .facArea .arrowBox .slick-arrow.slick-next {
    left: auto;
    right: -10px;
  }
}
@media (max-width: 400px) {
  .facArea .arrowBox {
    display: none;
  }
}
.facArea .dotsBox {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .facArea .dotsBox {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .facArea .dotsBox {
    width: 100%;
  }
}
.facArea .slick-dots {
  position: relative;
  bottom: 0;
}
@media (max-width: 768px) {
  .facArea .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.facList {
  width: 100%;
  position: relative;
  padding: 20px 120px 0px 0;
}
@media (max-width: 768px) {
  .facList {
    padding: 20px 0 0;
  }
}
.facList .slick-list {
  overflow: visible;
}
@media (max-width: 400px) {
  .facList .slick-list {
    overflow: hidden;
  }
}
.facList .facItem {
  padding: 0 20px;
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .facList .facItem:hover .Txt {
    background-color: rgba(0, 0, 0, 0.35);
    padding-bottom: 240px;
    -webkit-transition: all 0.5s 0s ease-out;
    transition: all 0.5s 0s ease-out;
    pointer-events: auto;
  }
  .facList .facItem:hover .Txt .text {
    opacity: 1;
    position: absolute;
    bottom: 165px;
    left: auto;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: opacity 0.3s 0.3s ease-in-out, -webkit-transform 0.5s 0.3s ease-in-out;
    transition: opacity 0.3s 0.3s ease-in-out, -webkit-transform 0.5s 0.3s ease-in-out;
    transition: opacity 0.3s 0.3s ease-in-out, transform 0.5s 0.3s ease-in-out;
    transition: opacity 0.3s 0.3s ease-in-out, transform 0.5s 0.3s ease-in-out, -webkit-transform 0.5s 0.3s ease-in-out;
  }
}
@media (max-width: 1180px) {
  .facList .facItem {
    padding: 0 15px;
  }
}
@media (max-width: 400px) {
  .facList .facItem {
    padding: 0 5px;
  }
}
.facList .item {
  width: 100%;
  max-width: 400px;
  position: relative;
}
.facList .Img {
  position: relative;
  width: 100%;
}
.facList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.facList .Txt {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px 50px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
  z-index: 1;
}
.facList .Txt a {
  pointer-events: auto;
}
@media (max-width: 1180px) {
  .facList .Txt {
    height: auto;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 20px 20px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 640px) {
  .facList .Txt {
    width: 100%;
    padding: 20px 20px 30px;
  }
}
.facList .title {
  width: 100%;
  max-width: 400px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}
.facList .title a {
  color: #fff;
  display: block;
}
@media (min-width: 1181px) {
  .facList .title a:hover {
    color: #3a95c4;
  }
}
@media (max-width: 1180px) {
  .facList .title {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .facList .title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .facList .title {
    font-size: 24px;
    font-weight: 500;
  }
}
.facList .text {
  width: 100%;
  height: 75px;
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  bottom: 165px;
  left: auto;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
@media (max-width: 1180px) {
  .facList .text {
    width: 100%;
    max-height: 75px;
    height: auto;
    bottom: 0;
    margin-top: 10px;
    padding: 0;
    position: relative;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
.facList .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1440px) {
  .facList .linkWrap {
    display: none;
  }
}
.facList .btnBox {
  margin-top: 20px;
}
@media (min-width: 1181px) {
  .facList .btnBox {
    display: none;
  }
}

.linkArea {
  position: relative;
  background-color: #e8eaeb;
  padding: 129px 0 85px;
  text-align: center;
  overflow: hidden;
  background-size: 100% 100%;
}
@media (max-width: 1180px) {
  .linkArea {
    padding: 100px 0 80px;
  }
}
.linkArea .decoOrange {
  width: 2px;
  height: 42px;
  background-color: #e7692f;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.linkArea .wrap {
  max-width: 1620px;
  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;
}
@media (max-width: 1180px) {
  .linkArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.linkArea .titleBox {
  margin-bottom: 80px;
}
.linkArea .titleBox .subtitle {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
@media (max-width: 840px) {
  .linkArea .titleBox .subtitle {
    margin-bottom: 5px;
  }
}
.linkArea .titleBox .title {
  font-size: 53px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 840px) {
  .linkArea .titleBox .title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
  }
}
.linkArea .titleBox .decoTitle {
  font-size: 43px;
  font-weight: 600;
}
@media (max-width: 840px) {
  .linkArea .titleBox .decoTitle {
    font-size: 32px;
  }
}
.linkArea .otherBox {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 30px;
}
@media (max-width: 1560px) {
  .linkArea .otherBox {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 1380px) {
  .linkArea .otherBox {
    width: calc(50% + 100px);
  }
}
@media (max-width: 1180px) {
  .linkArea .otherBox {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 840px) {
  .linkArea .otherBox {
    width: 142.8571428571%;
    margin: -100px 0;
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
}
@media (max-width: 580px) {
  .linkArea .otherBox {
    width: 166.6666666667%;
    margin: -150px 0 -85px;
    -webkit-transform: translateX(-50%) scale(0.6);
            transform: translateX(-50%) scale(0.6);
  }
}
@media (max-width: 500px) {
  .linkArea .otherBox {
    -webkit-transform: translateX(-48%) scale(0.6);
            transform: translateX(-48%) scale(0.6);
  }
}
@media (max-width: 460px) {
  .linkArea .otherBox {
    width: 200%;
    margin: -260px 0 -220px;
    -webkit-transform: translateX(-50%) scale(0.4);
            transform: translateX(-50%) scale(0.4);
  }
}
@media (max-width: 340px) {
  .linkArea .otherBox {
    -webkit-transform: translateX(-48%) scale(0.4);
            transform: translateX(-48%) scale(0.4);
  }
}
.linkArea .otherBox .bgImg {
  position: relative;
  width: 100%;
  max-width: 520px;
}
.linkArea .otherBox .bgImg .mapbg {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.linkArea .linkBox {
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  top: 25px;
}
@media (max-width: 1380px) {
  .linkArea .linkBox {
    width: calc(50% - 100px);
  }
}
@media (max-width: 1180px) {
  .linkArea .linkBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.linkArea .linkBox::after {
  pointer-events: none;
  display: block;
  content: "";
  width: 505px;
  height: 200px;
  position: absolute;
  bottom: 0px;
  left: 146px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f6f7f8), color-stop(70%, transparent));
  background: linear-gradient(to top, #f6f7f8, transparent 70%);
}
@media (max-width: 1380px) {
  .linkArea .linkBox::after {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 1180px) {
  .linkArea .linkBox::after {
    display: none;
  }
}

.linkList {
  height: 686px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  display: block;
}
@media (max-width: 1180px) {
  .linkList {
    display: none;
  }
}
.linkList::-webkit-scrollbar {
  width: 4px;
}
.linkList::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 4px;
}
.linkList::-webkit-scrollbar-track-piece {
  background: transparent;
}
.linkList::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgb(0, 0, 0);
}
@media (max-width: 1180px) {
  .linkList::-webkit-scrollbar-thumb {
    background: transparent;
  }
}
.linkList::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
  margin: -15px 0;
}

.linkBox2 {
  display: none;
}
@media (max-width: 1180px) {
  .linkBox2 {
    display: block;
  }
}

.linkItem {
  width: 100%;
  max-width: 630px;
  padding-right: 125px;
}
.linkItem .item {
  width: 100%;
  position: relative;
  height: 215px;
  margin-bottom: 21px;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1180px) {
  .linkItem .item {
    width: calc(100% - 20px);
    padding-right: 0;
    margin: 5px auto;
    max-width: none;
  }
}
@media (max-width: 470px) {
  .linkItem .item {
    height: 330px;
    margin-bottom: 50px;
  }
}
.linkItem .Txt {
  width: 100%;
  height: 100%;
  padding: 45px 55px 0px 108px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  z-index: 2;
}
@media (max-width: 768px) {
  .linkItem .Txt {
    padding: 45px 30px 0px 100px;
  }
}
@media (max-width: 470px) {
  .linkItem .Txt {
    padding: 100px 30px 30px 30px;
  }
}
.linkItem .Txt .cnt {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #000;
  color: white;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 30px;
  left: 30px;
}
@media (max-width: 470px) {
  .linkItem .Txt .cnt {
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.linkItem .Txt .entitle {
  font-size: 22px;
  font-weight: 600;
  color: black;
  padding-bottom: 10px;
}
@media (max-width: 470px) {
  .linkItem .Txt .entitle {
    text-align: center;
  }
}
.linkItem .Txt .title {
  font-size: 20px;
  font-weight: 500;
  color: #444444;
  padding-bottom: 20px;
}
@media (max-width: 470px) {
  .linkItem .Txt .title {
    text-align: center;
  }
}
.linkItem .Txt .title a {
  color: #444444;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1181px) {
  .linkItem .Txt .title a:hover {
    color: #3a95c4;
  }
}
.linkItem .Txt .text {
  font-size: 16px;
  color: #777777;
  letter-spacing: 1px;
}
@media (max-width: 1380px) {
  .linkItem {
    padding-right: 25px;
  }
}
@media (max-width: 1180px) {
  .linkItem {
    padding-right: 0;
    max-width: none;
  }
}

.otherItemBox {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
}
@media (max-width: 1180px) {
  .otherItemBox {
    right: 10%;
  }
}
@media (max-width: 900px) {
  .otherItemBox {
    right: 5%;
  }
}

.otherItem0 {
  position: absolute;
  top: 17%;
  right: 8.5%;
  border-radius: 100%;
  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: 195px;
  height: 195px;
}
@media (max-width: 1560px) {
  .otherItem0 {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 1180px) {
  .otherItem0 {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.otherItem0 .item {
  width: 195px;
  height: 195px;
  border-radius: 100%;
  background-color: white;
  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;
  position: relative;
  z-index: 5;
}
.otherItem0 .item .Img {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: white;
  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;
}
.otherItem0 .item .topBox {
  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;
}
.otherItem0 .item .topBox .flexuse {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.otherItem0 .item .num {
  font-size: 60px;
  line-height: 55px;
  color: #3a95c4;
  font-weight: 500;
}
.otherItem0 .item .pa {
  margin-left: 5px;
  margin-bottom: 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 40px;
  font-weight: 300;
  color: #3a95c4;
}
.otherItem0 .item .title {
  padding-top: 10px;
  border-top: 1px solid #3a95c4;
  margin-top: 10px;
  color: #444444;
}
.otherItem0::before {
  z-index: 1;
  display: block;
  content: "";
  width: 223px;
  height: 223px;
  background-color: #3a95c4;
  opacity: 0.3;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px dotted white;
}
.otherItem0::after {
  z-index: 0;
  display: block;
  content: "";
  width: 250px;
  height: 250px;
  border: 15px solid #3a95c4;
  background: none;
  opacity: 0.4;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-name: shadowAnimation;
          animation-name: shadowAnimation;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.otherItem1 {
  position: absolute;
  bottom: 13%;
  right: 21.4%;
  border-radius: 100%;
  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: 316px;
  height: 316px;
}
@media (max-width: 1560px) {
  .otherItem1 {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 1180px) {
  .otherItem1 {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.otherItem1 .dotBorder {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.otherItem1 .dotBorder img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.otherItem1 .item {
  width: 260px;
  height: 260px;
  border-radius: 100%;
  background-color: #3a95c4;
  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;
  position: relative;
  z-index: 5;
}
.otherItem1 .item .Img {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: white;
  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;
}
.otherItem1 .item .Img img {
  max-width: 50px;
}
.otherItem1 .item .topBox {
  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;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
}
.otherItem1 .item .topBox .flexuse {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.otherItem1 .item .num {
  font-size: 60px;
  line-height: 55px;
  color: white;
  font-weight: 500;
}
.otherItem1 .item .plus {
  margin-left: 0px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 42px;
  font-weight: 400;
  color: white;
}
.otherItem1 .item .title {
  color: white;
}
.otherItem1::before {
  z-index: 1;
  display: block;
  content: "";
  width: 285px;
  height: 285px;
  background-color: #3a95c4;
  opacity: 0.3;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-name: shadowAnimation;
          animation-name: shadowAnimation;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.placeItemBox {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 520px;
}
@media (max-width: 1560px) {
  .placeItemBox {
    left: auto;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    right: 0;
  }
}
@media (max-width: 1180px) {
  .placeItemBox {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-52%);
            transform: translateX(-52%);
  }
}

.placeItem {
  width: 100%;
  position: relative;
}
.placeItem.Item0, .placeItem.Item1 {
  height: 20%;
}
.placeItem.Item2 {
  height: 60%;
}
.placeItem .plus {
  width: 31px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.placeItem .plus::before {
  pointer-events: none;
  display: block;
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.3;
  z-index: 1;
  -webkit-animation-name: shadowplusAnimation;
          animation-name: shadowplusAnimation;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.placeItem .plus img {
  z-index: 5;
}
.placeItem .plus1 {
  position: absolute;
  top: 3.2%;
  right: 24%;
}
.placeItem .plus1::before {
  background-color: #3a95c4;
}
.placeItem .plus2 {
  position: absolute;
  top: 25%;
  right: 60.5%;
}
.placeItem .plus2::before {
  background-color: #e7692f;
}
.placeItem .plus3 {
  position: absolute;
  top: 40%;
  right: 78%;
}
.placeItem .plus3::before {
  background-color: #84ab30;
}
.placeItem .item {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.placeItem .item.item0 {
  top: -41px;
  left: 133px;
}
.placeItem .item.item1 {
  top: -35px;
  left: -55px;
}
.placeItem .item.item2 {
  top: 210px;
  left: -130px;
}
.placeItem .item .flexuse {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.placeItem .num {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 60px;
  line-height: 56px;
  font-weight: 500;
}
.placeItem .num::after {
  display: block;
  content: "";
  width: 125px;
  height: 3px;
  position: absolute;
  left: 3px;
  bottom: 0;
}
.placeItem .num.num0::after {
  background-color: #3a95c4;
}
.placeItem .num.num1::after {
  background-color: #e7692f;
}
.placeItem .num.num2::after {
  background-color: #84ab30;
}
.placeItem .plus {
  font-size: 40px;
  font-weight: 400;
}
.placeItem .title {
  position: relative;
  font-size: 16px;
  padding-top: 10px;
  letter-spacing: 1px;
}
.placeItem .title::before {
  display: block;
  content: "";
  width: 234px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 3px;
}
.placeItem .title.title0 {
  color: #3a95c4;
}
.placeItem .title.title0::before {
  background-color: #3a95c4;
}
.placeItem .title.title1 {
  color: #e7692f;
}
.placeItem .title.title1::before {
  width: 218px;
  background-color: #e7692f;
}
.placeItem .title.title1::after {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 216px;
  background-color: #e7692f;
}
.placeItem .title.title2 {
  color: #84ab30;
}
.placeItem .title.title2::before {
  width: 159px;
  background-color: #84ab30;
}
.placeItem .title.title2::after {
  display: block;
  content: "";
  width: 95px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: -34px;
  left: 147px;
  background-color: #84ab30;
}