.newsArea .plusArrow, .roomArea .wrap .roomBox .Txt .btnBox, .roomArea .wrap .roomBox .Txt .text, .roomArea .wrap .roomBox .Txt .title, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-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%;
  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: #302F41;
  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: 1201px) {
  .popWin .close:hover {
    background-color: #302F41;
  }
  .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;
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 1200px;
  padding: 110px 20px 85px;
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 22px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
}
.bannerArea .bannerItem .Txt .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: 1440px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px 20px 85px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 100%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 120%;
  }
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .slick-arrow {
  top: 80%;
  left: auto;
}
.bannerArea .slick-arrow.slick-prev {
  right: 110px;
}
.bannerArea .slick-arrow.slick-next {
  right: 50px;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #302F41;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #302F41;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #302F41;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  bottom: 50%;
  right: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 1180px) {
  .bannerArea .Txt .bannerVideo,
  .bannerArea .socialBox,
  .bannerArea .scrollDown,
  .bannerArea .slick-dots,
  .bannerArea .slick-arrow {
    display: none !important;
  }
}

.aboutArea {
  background-image: url("../images/aboutbg.png");
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 500px) {
  .aboutArea {
    background-attachment: scroll;
  }
}
.aboutArea .wrap {
  padding: 100px 0;
  max-width: 1380px;
  width: 100%;
}
@media (max-width: 1440px) {
  .aboutArea .wrap {
    padding: 100px;
  }
}
@media (max-width: 960px) {
  .aboutArea .wrap {
    padding: 50px 100px;
  }
}
@media (max-width: 525px) {
  .aboutArea .wrap {
    padding: 30px 30px;
  }
}
.aboutArea .titleBox {
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  .aboutArea .titleBox {
    margin-bottom: 30px;
  }
}
.aboutArea .titleBox .title {
  font-weight: 900;
  font-size: 48px;
}
@media (max-width: 1023px) {
  .aboutArea .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 425px) {
  .aboutArea .titleBox .title {
    font-size: 28px;
  }
}
.aboutArea .titleBox .subtitle {
  font-weight: 900;
  font-size: 30px;
}
@media (max-width: 1023px) {
  .aboutArea .titleBox .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .aboutArea .titleBox .subtitle {
    font-size: 18px;
  }
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutArea .aboutBox .titleBox {
  padding-bottom: 0;
}
@media (max-width: 960px) {
  .aboutArea .aboutBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.aboutArea .Img {
  width: 100%;
  max-width: 680px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  .aboutArea .Img {
    padding-right: 0px;
    max-width: 100%;
  }
}
.aboutArea .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutArea .Txt {
  width: 100%;
  padding-left: 80px;
  position: relative;
}
.aboutArea .Txt .titleBox {
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .aboutArea .Txt .titleBox {
    margin-bottom: 32px;
  }
}
.aboutArea .Txt .titleBox .title {
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 1023px) {
  .aboutArea .Txt .titleBox .title {
    font-size: 20px;
  }
}
.aboutArea .Txt .text {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
}
@media (max-width: 425px) {
  .aboutArea .Txt .text {
    font-size: 14px;
  }
}
.aboutArea .Txt .text::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #302F41;
  display: block;
  margin: 20px 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media (max-width: 1440px) {
  .aboutArea .Txt .text::before {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.aboutArea .Txt .btnBox {
  position: absolute;
  bottom: 0;
}
.aboutArea .Txt .btnBox .btn {
  font-size: 18px;
  width: 200px;
}
@media (max-width: 1023px) {
  .aboutArea .Txt .btnBox .btn {
    font-size: 16px;
  }
}
@media (max-width: 1338px) {
  .aboutArea .Txt .btnBox {
    position: relative;
    max-width: 200px;
  }
}
@media (max-width: 1440px) {
  .aboutArea .Txt {
    padding-left: 50px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .Txt {
    padding-left: 30px;
  }
}
@media (max-width: 960px) {
  .aboutArea .Txt {
    width: 100%;
    max-width: 680px;
    padding-left: 0;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt .btnBox {
    margin-top: 20px;
  }
}

.rwdTitleBox {
  display: none;
  background-color: #EF9E34;
}
@media (max-width: 1440px) {
  .rwdTitleBox {
    display: block;
  }
}
.rwdTitleBox .titleBox {
  margin-bottom: 0px;
}
@media (max-width: 1440px) {
  .rwdTitleBox .titleBox {
    padding: 50px 0;
    display: block;
  }
}
@media (max-width: 960px) {
  .rwdTitleBox .titleBox {
    padding: 30px 0;
  }
}
.rwdTitleBox .titleBox .title {
  font-weight: 900;
  font-size: 48px;
  color: #fff;
}
@media (max-width: 1023px) {
  .rwdTitleBox .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 425px) {
  .rwdTitleBox .titleBox .title {
    font-size: 28px;
  }
}
.rwdTitleBox .titleBox .subtitle {
  font-weight: 900;
  font-size: 28px;
  color: #fff;
}
@media (max-width: 1023px) {
  .rwdTitleBox .titleBox .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .rwdTitleBox .titleBox .subtitle {
    font-size: 18px;
  }
}

.roomArea .slick-current .Img img {
  -webkit-animation: zoomIn 6s ease-in-out forwards;
          animation: zoomIn 6s ease-in-out forwards;
}
.roomArea .slick-slide {
  overflow: hidden;
  background-color: #EF9E34;
}
@media (max-width: 1440px) {
  .roomArea .slick-slide {
    width: 100%;
  }
}
.roomArea .slick-dots {
  position: absolute;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media (max-width: 1152px) {
  .roomArea .slick-dots {
    bottom: 0;
    left: 0;
  }
}
.roomArea .wrap {
  max-width: 100%;
  padding: 0;
  position: relative;
  background-image: url("../images/aboutbg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.roomArea .wrap .roomImgBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
@media (max-width: 1152px) {
  .roomArea .wrap .roomImgBox {
    position: relative;
  }
}
.roomArea .wrap .roomImgBox .roomImgList {
  margin-bottom: 0;
  height: 100%;
}
.roomArea .wrap .roomImgBox .roomImgList .slick-list {
  height: 100%;
}
.roomArea .wrap .roomImgBox .Img {
  width: 100%;
}
@media (max-width: 1152px) {
  .roomArea .wrap .roomImgBox .Img {
    height: 600px;
  }
}
@media (max-width: 952px) {
  .roomArea .wrap .roomImgBox .Img {
    height: 500px;
  }
}
@media (max-width: 752px) {
  .roomArea .wrap .roomImgBox .Img {
    height: 400px;
  }
}
.roomArea .wrap .roomImgBox .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.roomArea .wrap .roomBox {
  position: relative;
  margin-left: auto;
  width: 35%;
  margin-left: auto;
  background-color: #EF9E34;
  padding: 145px 120px 120px;
}
@media (max-width: 1440px) {
  .roomArea .wrap .roomBox {
    padding: 100px 50px;
  }
}
@media (max-width: 1152px) {
  .roomArea .wrap .roomBox {
    width: 100%;
    padding: 30px 100px;
  }
}
@media (max-width: 525px) {
  .roomArea .wrap .roomBox {
    padding: 30px 30px;
  }
}
.roomArea .wrap .roomBox .titleBox {
  text-align: left;
  position: relative;
  margin-left: auto;
  margin-bottom: 0;
  background-color: #EF9E34;
}
@media (max-width: 1440px) {
  .roomArea .wrap .roomBox .titleBox {
    display: none;
  }
}
@media (max-width: 768px) {
  .roomArea .wrap .roomBox .titleBox {
    padding-left: 50px;
  }
}
.roomArea .wrap .roomBox .titleBox .title {
  font-weight: 900;
  font-size: 48px;
  color: #fff;
}
@media (max-width: 1023px) {
  .roomArea .wrap .roomBox .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 425px) {
  .roomArea .wrap .roomBox .titleBox .title {
    font-size: 28px;
  }
}
.roomArea .wrap .roomBox .titleBox .subtitle {
  font-weight: 900;
  font-size: 28px;
  color: #fff;
}
@media (max-width: 1023px) {
  .roomArea .wrap .roomBox .titleBox .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .roomArea .wrap .roomBox .titleBox .subtitle {
    font-size: 18px;
  }
}
.roomArea .wrap .roomBox .roomList {
  margin-left: auto;
  background-color: #EF9E34;
}
.roomArea .wrap .roomBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  background-color: #EF9E34;
}
@media (max-width: 1440px) {
  .roomArea .wrap .roomBox .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.roomArea .wrap .roomBox .Txt {
  background-color: #EF9E34;
  padding-top: 45px;
}
@media (max-width: 1440px) {
  .roomArea .wrap .roomBox .Txt {
    padding-top: 0;
  }
}
.roomArea .wrap .roomBox .Txt .title {
  opacity: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.roomArea .wrap .roomBox .Txt .title a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .roomArea .wrap .roomBox .Txt .title a {
    font-size: 22px;
  }
}
.roomArea .wrap .roomBox .Txt .text {
  opacity: 0;
  font-size: 16px;
  font-weight: 600;
  margin-top: 45px;
  line-height: 32px;
  color: #fff;
  background-color: #EF9E34;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  height: 192px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 192px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media (max-width: 1152px) {
  .roomArea .wrap .roomBox .Txt .text {
    height: auto;
  }
}
@media (max-width: 1023px) {
  .roomArea .wrap .roomBox .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .roomArea .wrap .roomBox .Txt .text {
    margin-top: 20px;
  }
}
@media (max-width: 524px) {
  .roomArea .wrap .roomBox .Txt .text.ellipsis {
    height: 96px;
    overflow: hidden;
  }
}
.roomArea .wrap .roomBox .Txt .btnBox {
  margin-top: 80px;
  opacity: 0;
  background-color: #EF9E34;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
@media (max-width: 1440px) {
  .roomArea .wrap .roomBox .Txt .btnBox {
    margin-top: 40px;
  }
}
.roomArea .wrap .roomBox .Txt .btnBox .btn {
  width: 200px;
  font-size: 18px;
}
@media (max-width: 1023px) {
  .roomArea .wrap .roomBox .Txt .btnBox .btn {
    font-size: 16px;
  }
}
.roomArea .wrap .roomBox .Txt.show .classTitle,
.roomArea .wrap .roomBox .Txt.show .title,
.roomArea .wrap .roomBox .Txt.show .text,
.roomArea .wrap .roomBox .Txt.show .btnBox {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.roomArea .wrap .roomBox .Img {
  display: none;
}

.newsArea {
  background-image: url("../images/aboutbg.png");
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 500px) {
  .newsArea {
    background-attachment: scroll;
  }
}
.newsArea .newsBox {
  padding: 0;
  width: calc(100% - 250px);
}
@media (max-width: 1180px) {
  .newsArea .newsBox {
    width: 100%;
  }
}
.newsArea .wrap {
  max-width: 1380px;
  padding: 100px 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .newsArea .wrap {
    padding: 100px;
  }
}
@media (max-width: 1180px) {
  .newsArea .wrap {
    padding: 70px;
  }
}
@media (max-width: 960px) {
  .newsArea .wrap {
    padding: 50px 70px;
  }
}
@media (max-width: 920px) {
  .newsArea .wrap {
    padding: 50px 100px;
  }
}
@media (max-width: 525px) {
  .newsArea .wrap {
    padding: 30px;
  }
}
.newsArea .rowWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1180px) {
  .newsArea .rowWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsArea .btnBox {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .newsArea .btnBox {
    margin-top: 60px;
  }
}
.newsArea .btnBox .btn {
  font-size: 18px;
  width: 200px;
}
@media (max-width: 1023px) {
  .newsArea .btnBox .btn {
    font-size: 16px;
  }
}
.newsArea .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 250px;
}
@media (max-width: 1180px) {
  .newsArea .titleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 900px) {
  .newsArea .titleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
}
.newsArea .titleBox .title {
  font-weight: 900;
  text-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  font-size: 48px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
}
@media (max-width: 1180px) {
  .newsArea .titleBox .title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
@media (max-width: 1023px) {
  .newsArea .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 425px) {
  .newsArea .titleBox .title {
    font-size: 28px;
  }
}
.newsArea .titleBox .subtitle {
  text-wrap: nowrap;
  font-weight: 900;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: none;
          transform: none;
  font-size: 30px;
}
@media (max-width: 1180px) {
  .newsArea .titleBox .subtitle {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}
@media (max-width: 1023px) {
  .newsArea .titleBox .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .newsArea .titleBox .subtitle {
    font-size: 18px;
  }
}
.newsArea .slick-list {
  width: 100%;
}
@media (max-width: 1023px) {
  .newsArea .slick-list {
    padding: 0;
  }
}
.newsArea .slick-slide:not(.slick-active) {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsArea .slick-dots {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.newsArea .newsItem {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.newsArea .newsItem::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #302F41;
  position: absolute;
  right: 0;
  bottom: -1px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 1201px) {
  .newsArea .newsItem:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .newsArea .newsItem:hover .Img img {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
  .newsArea .newsItem:hover .dateBox .classTitle {
    color: rgb(139, 167, 187);
  }
  .newsArea .newsItem:hover .plusArrow {
    opacity: 1;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsItem {
    padding: 0 30px;
    border: none;
  }
}
@media (max-width: 920px) {
  .newsArea .newsItem {
    padding: 0;
  }
}
.newsArea .item {
  position: relative;
  cursor: pointer;
}
.newsArea .Img {
  display: block;
  z-index: 9;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.newsArea .Img img {
  display: block;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.newsArea .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 20px;
}
.newsArea .newsInfoBox {
  border-right: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-right: 12px;
}
.newsArea .newsInfoBox .dateBox {
  text-align: center;
  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;
}
.newsArea .newsInfoBox .dateBox .classTitle {
  font-size: 20px;
  font-weight: 900;
  color: #302F41;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1720px) {
  .newsArea .newsInfoBox .dateBox .classTitle {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .newsArea .newsInfoBox .dateBox .classTitle {
    font-size: 14px;
  }
}
.newsArea .newsInfoBox .dateBox .date {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1720px) {
  .newsArea .newsInfoBox .dateBox .date {
    font-size: 22px;
  }
}
.newsArea .newsInfoBox .dateBox .year {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media (max-width: 1720px) {
  .newsArea .newsInfoBox .dateBox .year {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
.newsArea .textBox {
  width: 100%;
  -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-flex: 7;
      -ms-flex: 7;
          flex: 7;
  margin-left: 24px;
}
.newsArea .textBox .classTitle {
  min-width: 86px;
  height: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #302F41;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  padding: 0 15px;
}
@media (max-width: 1023px) {
  .newsArea .textBox .classTitle {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .newsArea .textBox .classTitle {
    margin-bottom: 0px;
  }
}
.newsArea .textBox .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 920px) {
  .newsArea .textBox .title {
    margin-bottom: 0;
  }
}
.newsArea .textBox .title.ellipsis {
  height: 30px;
  overflow: hidden;
}
@media (max-width: 425px) {
  .newsArea .textBox .title {
    font-size: 14px;
  }
}
.newsArea .textBox .text {
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}
.newsArea .textBox .text.ellipsis {
  height: 50px;
  overflow: hidden;
}
@media (max-width: 920px) {
  .newsArea .textBox .text.ellipsis {
    height: 60px;
    overflow: hidden;
  }
}
@media (max-width: 620px) {
  .newsArea .textBox .text {
    font-size: 14px;
  }
  .newsArea .textBox .text.ellipsis {
    height: 40px;
    overflow: hidden;
  }
}
.newsArea .plusArrow {
  position: absolute;
  width: 50px;
  height: 50px;
  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;
  border-radius: 50%;
  border: 1px solid #fff;
  left: 50%;
  top: 28%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
}
.newsArea .plusArrow i {
  font-size: 12px;
  color: #fff;
}
.newsArea .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.catalogArea {
  background-color: #EACAB7;
  overflow: hidden;
}
.catalogArea .titleBox {
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  .catalogArea .titleBox {
    margin-bottom: 30px;
  }
}
.catalogArea .titleBox .title {
  font-weight: 900;
  font-size: 48px;
}
@media (max-width: 1023px) {
  .catalogArea .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 425px) {
  .catalogArea .titleBox .title {
    font-size: 28px;
  }
}
.catalogArea .titleBox .subtitle {
  font-weight: 900;
  font-size: 30px;
}
@media (max-width: 1023px) {
  .catalogArea .titleBox .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .catalogArea .titleBox .subtitle {
    font-size: 18px;
  }
}
.catalogArea .wrap {
  padding: 100px 0;
  max-width: 1380px;
  width: 100%;
}
@media (max-width: 1440px) {
  .catalogArea .wrap {
    padding: 80px;
  }
}
@media (max-width: 964px) {
  .catalogArea .wrap {
    padding: 50px 80px;
  }
}
@media (max-width: 920px) {
  .catalogArea .wrap {
    padding: 50px 100px;
  }
}
@media (max-width: 525px) {
  .catalogArea .wrap {
    padding: 30px 30px;
  }
}
.catalogArea .slick-dots {
  position: static;
  margin-top: 40px;
}
@media (max-width: 425px) {
  .catalogArea .slick-dots {
    margin-top: 20px;
  }
}
.catalogArea .slick-dots li button:before {
  font-size: 10px;
}
.catalogArea .btnBox {
  margin-top: 20px;
}
@media (max-width: 920px) {
  .catalogArea .btnBox {
    margin-top: 0px;
  }
}
@media (max-width: 525px) {
  .catalogArea .btnBox {
    margin-bottom: 20px;
  }
}
.catalogArea .btnBox a {
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
@media (max-width: 1023px) {
  .catalogArea .btnBox a {
    font-size: 16px;
  }
}
.catalogArea .btnBox a span {
  color: #000;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.catalogArea .btnBox a:hover span {
  color: #8BA7BB;
}
.catalogArea .btnBox a:hover svg path {
  stroke: #8BA7BB;
}
.catalogArea .btnBox svg {
  position: absolute;
  top: 20px;
  left: -34px;
  scale: 0.9;
}
.catalogArea .btnBox svg path {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.catalogArea .unClick {
  pointer-events: none;
}
.catalogArea .catalogBox {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-bottom: 20px;
  width: 100%;
}
@media (max-width: 525px) {
  .catalogArea .catalogBox {
    padding-bottom: 0;
  }
}
.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 .tagBox {
  text-align: left;
  margin-top: 10px;
}
.catalogArea .tagBox li {
  font-size: 14px;
  font-weight: bold;
  margin: 0 5px;
}

.catalogList {
  position: relative;
  width: 100%;
}
.catalogList .catalogItem {
  padding: 0 50px;
}
@media (max-width: 1550px) {
  .catalogList .catalogItem {
    padding: 0 20px;
  }
}
@media (max-width: 920px) {
  .catalogList .catalogItem {
    padding: 0;
  }
}
.catalogList .item {
  position: relative;
  overflow: hidden;
  padding: 50px 60px;
  background-color: #F4EFEF;
  border: 1px solid #000;
}
@media (max-width: 1023px) {
  .catalogList .item {
    padding: 20px;
  }
}
.catalogList .item .Img2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 1200px) {
  .catalogList .item .Img2 {
    margin-left: 0;
  }
}
@media (max-width: 425px) {
  .catalogList .item .Img2 {
    display: none;
  }
}
.catalogList .item .Img2 img {
  width: 82px;
  height: auto;
}
.catalogList .item .btnBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-top: auto;
}
.catalogList .item .btnBox .btn {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-wrap: nowrap;
}
@media (max-width: 1023px) {
  .catalogList .item .btnBox .btn {
    font-size: 16px;
  }
}
.catalogList .item .codeWrap {
  text-align: center;
}
.catalogList .item .codeWrap .code {
  margin: 0 auto;
}
.catalogList .item .codeWrap .code .codeInner {
  display: inline-block;
  width: 247px;
  height: 65px;
  background-color: #CEA993;
  border-radius: 30px;
  line-height: 65px;
  padding: 0 30px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.catalogList .item .codeWrap .code .codeInner div.ellipsis {
  height: 65px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .catalogList .item .codeWrap .code .codeInner {
    width: 220px;
  }
}
@media (max-width: 980px) {
  .catalogList .item .codeWrap .code .codeInner {
    width: 200px;
  }
}
@media (max-width: 836px) {
  .catalogList .item .codeWrap .code .codeInner {
    width: 180px;
    padding: 0 16px;
  }
}
@media (max-width: 444px) {
  .catalogList .item .codeWrap .code .codeInner {
    width: 150px;
    font-size: 14px;
  }
}
.catalogList .item .codeWrap .code .codeInner img {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  left: -10px;
  top: -1px;
}
.catalogList .item .ImgTitleWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 920px) {
  .catalogList .item .ImgTitleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.catalogList .item .ImgTitleWrap .title {
  width: 50%;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 0 20px;
  margin-top: 10px;
}
@media (max-width: 1180px) {
  .catalogList .item .ImgTitleWrap .title {
    font-size: 20px;
  }
}
@media (max-width: 920px) {
  .catalogList .item .ImgTitleWrap .title {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
  }
}
@media (max-width: 425px) {
  .catalogList .item .ImgTitleWrap .title {
    font-size: 16px;
    padding: 0;
  }
}
.catalogList .Img {
  width: 50%;
}
@media (max-width: 920px) {
  .catalogList .Img {
    width: 100%;
    aspect-ratio: 16/7;
  }
}
.catalogList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogList .Txt {
  position: relative;
  padding: 0;
  text-align: center;
}
@media (max-width: 1180px) {
  .catalogList .Txt {
    padding: 10px 0 0px;
  }
}
.catalogList .Txt .title {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 10px;
}
.catalogList .Txt .title a {
  display: block;
}
@media (max-width: 1180px) {
  .catalogList .Txt .title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .catalogList .Txt .title {
    font-size: 20px;
  }
}
.catalogList .Txt .text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 25px;
  text-align: left;
}
.catalogList .Txt .text.ellipsis {
  height: 85px;
  overflow: hidden;
}
@media (max-width: 425px) {
  .catalogList .Txt .text {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .catalogList .Txt .text {
    font-size: 14px;
  }
}