.highLightsArea .numBox .numList .numTxt::before, .highLightsArea .numBox .numList .numTxt, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .popWin .close::before, .popWin .close::after, .popWin .close {
  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;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  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;
  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;
  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: #bb0511;
  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: #bb0511;
  }
  .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: 1023px) {
  .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: 9px 20px 5px;
  text-align: center;
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt {
    padding: 9px 80px 5px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt {
    padding: 80px 30px 280px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt {
    padding: 80px 30px 180px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 60%;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .textBox {
    width: 100%;
    max-height: 60vw;
  }
}
.bannerArea .bannerItem .Txt .title, .bannerArea .bannerItem .Txt .decoTitle, .bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  font-weight: bold;
}
.bannerArea .bannerItem .Txt .decoTitle {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
@media (max-width: 1540px) {
  .bannerArea .bannerItem .Txt .decoTitle {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .decoTitle {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .bannerArea .bannerItem .Txt .decoTitle {
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .bannerArea .bannerItem .Txt .decoTitle {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .bannerArea .bannerItem .Txt .decoTitle {
    font-size: 16px;
  }
}
.bannerArea .bannerItem .Txt .title {
  font-size: 75px;
  line-height: 1.2;
  letter-spacing: 4px;
  padding: 0 0 2px 7px;
}
@media (max-width: 1540px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 65px;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 52px;
    letter-spacing: 0;
    padding: 0;
  }
}
@media (max-width: 470px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 4.5px;
  padding: 0 10px 0 0px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 17px;
}
@media (max-width: 1540px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 35px;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 25px;
    padding: 0 0 0px 10px;
  }
}
@media (max-width: 600px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 360px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 18px;
  }
}
.bannerArea .bannerItem .Txt .subtitle .line {
  font-size: 36px;
  font-weight: normal;
  display: block;
  color: rgba(0, 0, 0, 0);
  width: 2px;
  height: 36px;
  background-color: #fff;
  margin: 0 8px 0 4px;
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .subtitle .line {
    height: 22px;
  }
}
@media (max-width: 600px) {
  .bannerArea .bannerItem .Txt .subtitle .line {
    height: 36px;
  }
}
@media (max-width: 470px) {
  .bannerArea .bannerItem .Txt .subtitle .line {
    height: 22px;
  }
}
@media (max-width: 360px) {
  .bannerArea .bannerItem .Txt .subtitle .line {
    height: 18px;
  }
}
.bannerArea .bannerItem .Txt .text {
  display: block;
  line-height: 1.5;
  letter-spacing: 1.6px;
  color: #fff;
}
@media (max-width: 1540px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
  }
}
.bannerArea .bannerItem .bannerVideo {
  position: absolute;
  bottom: 50%;
  right: 60px;
  width: 114px;
  height: 114px;
  background-color: rgba(196, 196, 196, 0.3);
  border-radius: 50%;
  padding: 13px;
  z-index: 4;
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .bannerVideo {
    right: 20px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .bannerVideo {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: 140px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .bannerVideo {
    bottom: 90px;
  }
}
@media (max-width: 470px) {
  .bannerArea .bannerItem .bannerVideo {
    width: 84px;
    height: 84px;
    bottom: 70px;
  }
}
.bannerArea .bannerItem .bannerVideo::before {
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: url(../images/circle.png) no-repeat center/100%;
  z-index: 0;
  top: 3px;
  left: 3px;
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
@media (min-width: 1201px) {
  .bannerArea .bannerItem .bannerVideo:hover .videoBtn {
    background-color: #ed0616;
  }
}
.bannerArea .bannerItem .bannerVideo .videoBtn {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  background-color: #bb0511;
  position: relative;
  color: #fff;
  padding: 24px 15px;
  text-align: center;
  transition: all 0.5s;
}
@media (max-width: 470px) {
  .bannerArea .bannerItem .bannerVideo .videoBtn {
    padding: 12px 15px;
  }
}
.bannerArea .bannerItem .bannerVideo .videoBtn .icon {
  width: 15px;
  height: 15px;
  margin: 0 auto 12px;
}
@media (max-width: 470px) {
  .bannerArea .bannerItem .bannerVideo .videoBtn .icon {
    margin: 0 auto 5px;
  }
}
.bannerArea .bannerItem .bannerVideo .videoBtn .txt {
  font-size: 12px;
}
.bannerArea .bannerItem:not(.active) .Img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: all 0.1s 1.6s;
}
.bannerArea .bannerItem:not(.active) .decoTitle, .bannerArea .bannerItem:not(.active) .title, .bannerArea .bannerItem:not(.active) .subtitle {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.bannerArea .bannerItem:not(.active) .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.bannerArea .bannerItem:not(.active) .decoTitle {
  transition: all 0.8s 0.8s;
}
.bannerArea .bannerItem:not(.active) .title {
  transition: all 0.8s 0.6s;
}
.bannerArea .bannerItem:not(.active) .subtitle {
  transition: all 0.8s 0.4s;
}
.bannerArea .bannerItem:not(.active) .text {
  transition: all 0.5s 0.2s;
}
.bannerArea .bannerItem:not(.active) .bannerVideo {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  transition: all 0.5s;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem:not(.active) .bannerVideo {
    -webkit-transform: translateX(50%) scale(0.9);
            transform: translateX(50%) scale(0.9);
  }
}
.bannerArea .bannerItem.active .Img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 3s;
}
.bannerArea .bannerItem.active .decoTitle, .bannerArea .bannerItem.active .title, .bannerArea .bannerItem.active .subtitle {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.bannerArea .bannerItem.active .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.bannerArea .bannerItem.active .decoTitle {
  transition: all 1.2s 0.2s;
}
.bannerArea .bannerItem.active .title {
  transition: all 1.2s 0.5s;
}
.bannerArea .bannerItem.active .subtitle {
  transition: all 1.2s 0.8s;
}
.bannerArea .bannerItem.active .text {
  transition: all 1.2s 0.9s;
}
.bannerArea .bannerItem.active .bannerVideo {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.8s 1s;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem.active .bannerVideo {
    -webkit-transform: translateX(50%) scale(1);
            transform: translateX(50%) scale(1);
  }
}
.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 {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -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: #bb0511;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #bb0511;
  }
}
.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: #bb0511;
  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%);
}
.bannerArea .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 0;
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 1350px) {
  .bannerArea .buttons {
    bottom: 20px;
  }
}
@media (max-width: 960px) {
  .bannerArea .buttons {
    bottom: 40px;
  }
}
@media (max-width: 480px) {
  .bannerArea .buttons {
    bottom: 20px;
  }
}
.bannerArea .buttons .slickBtn {
  pointer-events: auto;
}
@media (max-width: 470px) {
  .bannerArea .buttons .slickBtn {
    width: 40px;
    height: 40px;
  }
}

.highLightsArea {
  padding: 126px 0 0;
  text-align: center;
  background: #fafafa;
}
@media (max-width: 1600px) {
  .highLightsArea {
    padding: 80px 0 0;
  }
}
@media (max-width: 1440px) {
  .highLightsArea {
    padding: 60px 0 0;
  }
}
.highLightsArea .wrap > .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 1023px) {
  .highLightsArea .wrap > .topBox {
    display: block;
    border-bottom: none;
  }
}
.highLightsArea .wrap > .topBox .titleBox {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .highLightsArea .wrap > .topBox .titleBox {
    margin-bottom: 20px;
  }
}
.highLightsArea .content {
  padding: 78px 0 0;
}
@media (max-width: 1580px) {
  .highLightsArea .content {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .highLightsArea .content {
    padding-top: 0;
  }
}
.highLightsArea .highLightsBox {
  position: relative;
}
.highLightsArea .highLightsBox .buttons {
  position: absolute;
  top: 17px;
  left: calc(100% - 819px);
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1410px) {
  .highLightsArea .highLightsBox .buttons {
    left: calc(100% - 730px);
  }
}
@media (max-width: 1180px) {
  .highLightsArea .highLightsBox .buttons {
    left: calc(100% - 560px);
    opacity: 0;
    pointer-events: none;
  }
}
.highLightsArea .highLightsList:not(.slick-slider) .highLightsItem:not(:first-child) {
  display: none;
}
.highLightsArea .highLightsList .slick-slide {
  pointer-events: none;
}
.highLightsArea .highLightsList .slick-slide.slick-current {
  pointer-events: auto;
}
.highLightsArea .highLightsList .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
}
.highLightsArea .highLightsList .leftBox {
  width: calc(100% - 693px);
}
@media (max-width: 1410px) {
  .highLightsArea .highLightsList .leftBox {
    width: calc(100% - 600px);
  }
}
@media (max-width: 1180px) {
  .highLightsArea .highLightsList .leftBox {
    width: calc(100% - 430px);
  }
}
@media (max-width: 1023px) {
  .highLightsArea .highLightsList .leftBox {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
}
.highLightsArea .highLightsList .leftBox .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 19px;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 1580px) {
  .highLightsArea .highLightsList .leftBox .topBox {
    padding-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .highLightsArea .highLightsList .leftBox .topBox {
    padding-bottom: 0;
  }
}
.highLightsArea .highLightsList .leftBox .topBox .left {
  text-align: left;
  padding: 16px 0;
  font-size: 16px;
}
.highLightsArea .highLightsList .leftBox .title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
@media (max-width: 1580px) {
  .highLightsArea .highLightsList .leftBox .title {
    font-size: 28px;
  }
}
.highLightsArea .highLightsList .leftBox .subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}
@media (max-width: 1580px) {
  .highLightsArea .highLightsList .leftBox .subtitle {
    font-size: 14px;
  }
}
.highLightsArea .highLightsList .leftBox .bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.highLightsArea .highLightsList .leftBox .bottom .btnBox {
  margin-top: 10px;
  margin-bottom: 10px;
}
.highLightsArea .highLightsList .leftBox .tagBox {
  padding: 0;
  width: calc(100% - 250px);
}
@media (max-width: 1023px) {
  .highLightsArea .highLightsList .leftBox .tagBox {
    width: 100%;
    margin-bottom: 10px;
  }
}
.highLightsArea .highLightsList .leftBox .tagBox .tagList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px;
  /*
  @include media(768){
  	display: block;
  	&:not(.slick-slider){
  		display: flex;
  		.sdgImgBox{
  			width: calc(100% / 6);
  			&:not(:first-child){
  				display: none;
  			}
  		}
  	}
  }*/
}
.highLightsArea .highLightsList .leftBox .tagBox .tagList .sdgImgBox {
  padding: 0 7px 10px;
}
.highLightsArea .highLightsList .leftBox .tagBox .tagList .sdgImgBox .item {
  width: 90px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .highLightsArea .highLightsList .leftBox .tagBox .tagList .sdgImgBox .item {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .highLightsArea .highLightsList .leftBox .tagBox .tagList .sdgImgBox .item {
    width: 50px;
  }
}
.highLightsArea .highLightsList .rightBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  padding-left: 40px;
  width: 693px;
}
@media (max-width: 1410px) {
  .highLightsArea .highLightsList .rightBox {
    width: 600px;
  }
}
@media (max-width: 1180px) {
  .highLightsArea .highLightsList .rightBox {
    padding-left: 30px;
    width: 430px;
  }
}
@media (max-width: 1023px) {
  .highLightsArea .highLightsList .rightBox {
    padding-left: 0;
    width: 100%;
    max-width: 564px;
    margin: 0 auto;
  }
}
.highLightsArea .highLightsList .Img {
  width: 564px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}
@media (max-width: 1180px) {
  .highLightsArea .highLightsList .Img {
    width: 100%;
  }
}
.highLightsArea .highLightsList .Img::before {
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  background: linear-gradient(45deg, #f4f589 40%, #9efdc1);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  opacity: 0.32;
  transition: all 0.5s;
  pointer-events: none;
}
@media (max-width: 600px) {
  .highLightsArea .highLightsList .Img::before {
    width: 40vw;
    height: 40vw;
  }
}
@media (min-width: 1201px) {
  .highLightsArea .highLightsList .Img:hover::before {
    opacity: 0.4;
  }
}
.highLightsArea .highLightsList .Txt {
  text-align: left;
  padding: 32px 3px 39px;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 1180px) {
  .highLightsArea .highLightsList .Txt {
    padding: 20px 3px 15px;
  }
}
.highLightsArea .highLightsList .Txt .textEditor {
  word-wrap: break-word;
  color: #666666;
  margin-bottom: 35px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .highLightsArea .highLightsList .Txt .textEditor {
    font-size: 14px;
  }
}
@media (max-width: 1180px) {
  .highLightsArea .highLightsList .Txt .textEditor {
    margin-bottom: 25px;
  }
}
.highLightsArea .highLightsList .Txt .textEditor .text:not(:last-child) {
  margin-bottom: 24px;
}
.highLightsArea .highLightsList .highLightsItem {
  /*
  &.hide{
  	.leftBox{
  		.topBox{
  			border-bottom: 1px solid rgba(0,0,0,0);
  			transition: all .5s 1.1s;
  			.subtitle,.title{
  				opacity: 0;
  				transform: translateY(20px);
  			}
  			.subtitle{
  				transition: all .5s 1s;
  			}
  			.title{
  				transition: all .5s .8s;
  			}
  		}
  		.Txt{
  			border-bottom: 1px solid rgba(0,0,0,0);
  			transition: all .5s .7s;
  		}
  		.textEditor{
  			opacity: 0;
  			transform: translateY(20px);
  			transition: all .5s .6s;
  		}
  		.tagBox{
  			opacity: 0;
  			transform: translateX(20px);
  			transition: all .5s .4s;
  		}
  		.btnBox{
  			opacity: 0;
  			transform: translateY(-20px);
  			transition: all .5s .2s;
  		}
  		.bottomBox{
  			opacity: 0;
  			transform: translateY(-20px);
  			transition: all .8s ;
  		}
  	}
  	.rightBox{
  		.Img{
  			opacity: 0;
  			clip-path: circle(40% at 50% 50%);
  			transition: all .8s,opacity .5s;
  			&::before{
  				opacity: 0;
  				transform: translate(-50%, -50%) rotate(180deg);
  				transition: all .8s ;
  			}
  		}
  	}
  }
  &.show{
  	.leftBox{
  		.topBox{
  			border-bottom: 1px solid $lineColor;
  			transition: all .8s .3s;
  			.subtitle,.title{
  				opacity: 1;
  				transform: translateY(0);
  			}
  			.subtitle{
  				transition: all .8s;
  			}
  			.title{
  				transition: all .8s .2s;
  			}
  		}
  		.Txt{
  			border-bottom: 1px solid $lineColor;
  			transition: all .8s .3s;
  		}
  		.textEditor{
  			opacity: 1;
  			transform: translateY(0);
  			transition: all .8s .4s;
  		}
  		.tagBox{
  			opacity: 1;
  			transform: translateX(0);
  			transition: all .8s .6s;
  		}
  		.btnBox{
  			opacity: 1;
  			transform: translateY(0);
  			transition: all .8s .8s;
  		}
  		.bottomBox{
  			opacity: 1;
  			transform: translateY(0);
  			transition: all .8s 1s;
  		}
  	}
  	.rightBox{
  		.Img{
  			opacity: 1;
  			clip-path: circle(50% at 50% 50%);
  			transition: all 1.2s ;
  			&::before{
  				transform: translate(-50%, -50%) rotate(135deg);
  				transition: all .8s;
  			}
  		}
  	}
  }*/
}
.highLightsArea .bottomBox {
  width: 100%;
}
.highLightsArea .numBox {
  position: relative;
  padding: 37px 0;
}
@media (max-width: 1180px) {
  .highLightsArea .numBox {
    padding: 20px 0 60px;
  }
}
.highLightsArea .numBox .numList {
  margin: 0 -30px;
}
@media (max-width: 1580px) {
  .highLightsArea .numBox .numList {
    margin: 0 -10px;
  }
}
.highLightsArea .numBox .numList:not(.slick-slider) {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.highLightsArea .numBox .numList:not(.slick-slider) .numItem {
  width: 25%;
}
.highLightsArea .numBox .numList:not(.slick-slider) .numItem:not(:first-child) {
  display: none;
}
.highLightsArea .numBox .numList .slick-track {
  margin-left: 0;
}
.highLightsArea .numBox .numList .superior {
  font-size: 34px;
  font-weight: 600;
  vertical-align: top;
  display: inline-block;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width: 1580px) {
  .highLightsArea .numBox .numList .superior {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .highLightsArea .numBox .numList .superior {
    font-size: 25px;
  }
}
.highLightsArea .numBox .numList .unit {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1580px) {
  .highLightsArea .numBox .numList .unit {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .highLightsArea .numBox .numList .unit {
    font-size: 16px;
  }
}
.highLightsArea .numBox .numList .subtitle {
  font-size: 14px;
  padding: 0 0 0 1px;
  letter-spacing: 0;
  margin-bottom: 6px;
}
@media (max-width: 1580px) {
  .highLightsArea .numBox .numList .subtitle {
    font-size: 12px;
  }
}
.highLightsArea .numBox .numList .title {
  display: block;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .highLightsArea .numBox .numList .title {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .highLightsArea .numBox .numList .title {
    font-size: 14px;
  }
}
.highLightsArea .numBox .numList .numTxt {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  margin: 0 0 0 -1px;
}
.highLightsArea .numBox .numList .numTxt::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #d4d4d4;
  top: 10px;
  right: -30px;
  position: absolute;
}
@media (max-width: 1580px) {
  .highLightsArea .numBox .numList .numTxt::before {
    top: 5px;
    right: -10px;
    height: 30px;
  }
}
@media (max-width: 1400px) {
  .highLightsArea .numBox .numList .numTxt::before {
    right: -20px;
  }
}
.highLightsArea .numBox .numList .numTxt .num {
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 1px;
}
@media (max-width: 1580px) {
  .highLightsArea .numBox .numList .numTxt .num {
    font-size: 34px;
  }
}
@media (max-width: 400px) {
  .highLightsArea .numBox .numList .numTxt .num {
    font-size: 28px;
  }
}
.highLightsArea .numBox .numList .numTxt .percent {
  font-size: 32px;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1;
}
@media (max-width: 1580px) {
  .highLightsArea .numBox .numList .numTxt .percent {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .highLightsArea .numBox .numList .numTxt .percent {
    font-size: 24px;
  }
}
.highLightsArea .numBox .numList .numTxt .percent.chinese {
  font-size: 22px;
}
@media (max-width: 1580px) {
  .highLightsArea .numBox .numList .numTxt .percent.chinese {
    font-size: 20px;
  }
}
.highLightsArea .numBox .numList .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.highLightsArea .numBox .numList .numItem {
  padding: 0 30px 60px;
  text-align: left;
}
@media (max-width: 1580px) {
  .highLightsArea .numBox .numList .numItem {
    padding: 0 10px 60px;
  }
}
@media (max-width: 1400px) {
  .highLightsArea .numBox .numList .numItem {
    padding: 0 20px 60px;
  }
}
@media (max-width: 1180px) {
  .highLightsArea .numBox .numList .numItem {
    padding: 0 20px 60px;
  }
}
.highLightsArea .numBox .numList .numItem.lineHide .numTxt::before {
  opacity: 0;
}
.highLightsArea .numBox .arrowBox {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .highLightsArea .numBox .arrowBox {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.highLightsArea .numBox .arrowBox .arrow {
  width: 58px;
  height: 58px;
  position: static;
}
.highLightsArea .numBox .arrowBox .arrow::before {
  display: none;
}
.highLightsArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.highLightsArea:not(.show) .titleBox .iconLogo {
  opacity: 0;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.highLightsArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.highLightsArea:not(.show) .classBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.highLightsArea:not(.show) .highLightsList {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.highLightsArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s;
}
.highLightsArea.show .titleBox .iconLogo {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  transition: all 1.5s 0.2s;
}
.highLightsArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s 0.4s;
}
.highLightsArea.show .classBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.6s;
}
.highLightsArea.show .highLightsList {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.8s;
}

.awardsArea {
  position: relative;
  padding: 214px 0 0;
  z-index: 0;
}
.awardsArea .bgiBox {
  position: absolute;
  top: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  z-index: 0;
  height: 1220px;
}
.awardsArea .bgiBox .mountain {
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.awardsArea .bgiBox .fog1, .awardsArea .bgiBox .fog2 {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.awardsArea .bgiBox .fog1 {
  top: 37.2%;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
.awardsArea .bgiBox .fog2 {
  top: 57.5%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
@media (max-width: 767px) {
  .awardsArea .bgiBox .fog2 {
    top: 50%;
  }
}
.awardsArea .wrap {
  position: relative;
  z-index: 1;
  max-width: unset;
  padding: 59px 0 61px 78px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .awardsArea .wrap {
    padding: 40px 20px 118px;
  }
}
.awardsArea .wrap .buttons {
  width: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1023px) {
  .awardsArea .wrap .buttons {
    width: 100%;
    -ms-flex-direction: unset;
        flex-direction: unset;
  }
}
.awardsArea .wrap .buttons .slickBtn {
  width: 70px;
  height: 70px;
}
@media (min-width: 1024px) {
  .awardsArea .wrap .buttons .slickBtn.arrowPrev {
    margin: 0 0 10px;
  }
}
.awardsArea .infoBox {
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: bold;
}
.awardsArea .infoBox .decoTitle {
  position: absolute;
  top: -37px;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 140px;
  font-weight: bolder;
  letter-spacing: 32px;
  opacity: 0.2;
}
@media (max-width: 1580px) {
  .awardsArea .infoBox .decoTitle {
    font-size: 130px;
  }
}
.awardsArea .infoBox .title {
  font-size: 32px;
  letter-spacing: 1.5px;
  margin-bottom: 1px;
}
@media (max-width: 1580px) {
  .awardsArea .infoBox .title {
    font-size: 28px;
  }
}
.awardsArea .infoBox .subtitle {
  font-size: 38px;
  letter-spacing: 1.9px;
}
@media (max-width: 1580px) {
  .awardsArea .infoBox .subtitle {
    font-size: 34px;
  }
}
.awardsArea .awardsListWrap {
  width: calc(100% - 70px);
  -ms-flex-order: 2;
      order: 2;
  padding: 0 0 0 60px;
}
@media (max-width: 1023px) {
  .awardsArea .awardsListWrap {
    width: 100%;
    padding: 0;
    -ms-flex-order: unset;
        order: unset;
  }
}
.awardsArea .awardsList {
  width: calc(100% + 100px);
  margin: 0 -31px;
}
@media (max-width: 1750px) {
  .awardsArea .awardsList {
    margin: 0 -20px;
  }
}
@media (max-width: 1580px) {
  .awardsArea .awardsList {
    margin: 0 -8px;
  }
}
@media (max-width: 1023px) {
  .awardsArea .awardsList {
    width: 100%;
    margin: 0;
  }
}
.awardsArea .awardsList:not(.slick-slider) .awardsItem:not(:first-child) {
  display: none;
}
.awardsArea .awardsList .awardsItem {
  padding: 0 31px 96px;
}
@media (max-width: 1750px) {
  .awardsArea .awardsList .awardsItem {
    padding: 0 20px 96px;
  }
}
@media (max-width: 1580px) {
  .awardsArea .awardsList .awardsItem {
    padding: 0 8px 96px;
  }
}
@media (min-width: 768px) {
  .awardsArea .awardsList .awardsItem.even .item {
    -webkit-transform: translateY(96px);
            transform: translateY(96px);
  }
}
@media (max-width: 767px) {
  .awardsArea .awardsList .awardsItem {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .awardsArea .awardsList .awardsItem {
    padding: 0 5px;
  }
}
@media (min-width: 1201px) {
  .awardsArea .awardsList .awardsItem:not(.noImg) .item:hover .icon {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    transition: all 0.5s;
  }
  .awardsArea .awardsList .awardsItem:not(.noImg) .item:hover .year {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    transition: all 0.5s 0.1s;
  }
  .awardsArea .awardsList .awardsItem:not(.noImg) .item:hover .title {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    transition: all 0.5s 0.2s;
  }
  .awardsArea .awardsList .awardsItem:not(.noImg) .item:hover .Img {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s 0.5s, -webkit-transform 0.8s 0.5s;
    transition: opacity 0.5s 0.5s, transform 0.8s 0.5s;
    transition: opacity 0.5s 0.5s, transform 0.8s 0.5s, -webkit-transform 0.8s 0.5s;
  }
}
.awardsArea .awardsList .awardsItem .item {
  position: relative;
  padding: 40px 0;
  transition: all 0.5s;
}
.awardsArea .awardsList .awardsItem .item .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.awardsArea .awardsList .awardsItem .Txt {
  background-color: #fff;
  padding: 45px 40px;
  border-radius: 40px;
  height: 16.56vw;
  max-height: 318px;
}
@media (max-width: 1750px) {
  .awardsArea .awardsList .awardsItem .Txt {
    padding: 30px;
  }
}
@media (max-width: 1580px) {
  .awardsArea .awardsList .awardsItem .Txt {
    height: 18vw;
  }
}
@media (max-width: 1359px) {
  .awardsArea .awardsList .awardsItem .Txt {
    height: 23vw;
  }
}
@media (max-width: 1023px) {
  .awardsArea .awardsList .awardsItem .Txt {
    height: 30vw;
  }
}
@media (max-width: 767px) {
  .awardsArea .awardsList .awardsItem .Txt {
    height: 240px;
    padding: 25px;
    border-radius: 30px;
  }
}
@media (max-width: 410px) {
  .awardsArea .awardsList .awardsItem .Txt {
    height: 210px;
    padding: 20px 15px;
  }
}
.awardsArea .awardsList .awardsItem .textBox {
  max-height: 100%;
}
.awardsArea .awardsList .awardsItem .icon {
  width: 25px;
  height: 25px;
  margin-bottom: 14px;
  transition: all 0.3s 0.4s;
}
@media (max-width: 1580px) {
  .awardsArea .awardsList .awardsItem .icon {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
  }
}
.awardsArea .awardsList .awardsItem .year {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 8px -1px;
  transition: all 0.3s 0.3s;
}
@media (max-width: 1580px) {
  .awardsArea .awardsList .awardsItem .year {
    font-size: 26px;
  }
}
@media (max-width: 1580px) {
  .awardsArea .awardsList .awardsItem .year {
    font-size: 20px;
  }
}
.awardsArea .awardsList .awardsItem .title {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.65;
  transition: all 0.3s 0.2s;
}
@media (max-width: 1580px) {
  .awardsArea .awardsList .awardsItem .title {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .awardsArea .awardsList .awardsItem .title {
    font-size: 14px;
  }
}
.awardsArea .awardsList .awardsItem .Img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  border-radius: 40px;
  overflow: hidden;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 1750px) {
  .awardsArea .awardsList .awardsItem .Img {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@media (max-width: 1580px) {
  .awardsArea .awardsList .awardsItem .Img {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@media (max-width: 767px) {
  .awardsArea .awardsList .awardsItem .Img {
    display: none;
  }
}
.awardsArea:not(.show) .infoBox .decoTitle {
  opacity: 0;
}
.awardsArea:not(.show) .infoBox .title {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.awardsArea:not(.show) .infoBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.awardsArea:not(.show) .wrap {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.awardsArea.show .infoBox .decoTitle {
  opacity: 0.2;
  transition: all 0.8s 0.4s;
}
.awardsArea.show .infoBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}
.awardsArea.show .infoBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.2s;
}
.awardsArea.show .wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.6s;
}

.reportArea {
  background-color: #f4f4f4;
  border-radius: 80px 80px 0 0;
  position: relative;
  z-index: 1;
  padding: 125px 0 129px;
}
@media (max-width: 1600px) {
  .reportArea {
    padding: 80px 0;
  }
}
@media (max-width: 1440px) {
  .reportArea {
    padding: 60px 0;
  }
}
@media (max-width: 1180px) {
  .reportArea {
    padding: 80px 0 140px;
  }
}
@media (max-width: 500px) {
  .reportArea {
    margin-top: -80px;
  }
}
.reportArea .titleBox {
  margin-bottom: 15px;
  max-width: 480px;
}
.reportArea .titleBox .decoLogo {
  padding: 2px 19px 0 14px;
}
.reportArea .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 1023px) {
  .reportArea .topBox {
    display: block;
    border-bottom: none;
  }
}
.reportArea .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1180px) {
  .reportArea .right {
    display: block;
  }
}
.reportArea .right .buttons {
  width: 126px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 1180px) {
  .reportArea .right .buttons {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (min-width: 1024px) {
  .reportArea .classBoxRow .classLink {
    margin-right: 21px;
  }
  .reportArea .classBoxRow .classLink li {
    margin-right: 7px;
  }
}
.reportArea .reportBox {
  padding: 59px 0 0;
  transition: all 0.5s;
}
.reportArea .reportList {
  margin: 0 -75px;
}
@media (max-width: 1580px) {
  .reportArea .reportList {
    margin: 0 -50px;
  }
}
@media (max-width: 1280px) {
  .reportArea .reportList {
    margin: 0 -20px;
  }
}
.reportArea .reportList:not(.slick-slider) {
  display: -ms-flexbox;
  display: flex;
}
.reportArea .reportList:not(.slick-slider) .reportItem {
  width: 33.33%;
}
.reportArea .reportList:not(.slick-slider) .reportItem:not(:first-child) {
  display: none;
}
.reportArea .reportList .reportItem {
  padding: 0 75px;
  position: relative;
}
@media (max-width: 1580px) {
  .reportArea .reportList .reportItem {
    padding: 0 50px;
  }
}
@media (max-width: 1280px) {
  .reportArea .reportList .reportItem {
    padding: 0 20px;
  }
}
.reportArea .reportList .reportItem::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  background-color: #d4d4d4;
  z-index: 1;
  top: 0;
  right: 0;
}
@media (max-width: 640px) {
  .reportArea .reportList .reportItem::after {
    display: none;
  }
}
.reportArea .reportList .reportItem .item {
  position: relative;
}
.reportArea .reportList .reportItem .item .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.reportArea .reportList .reportItem .item .Txt {
  width: calc(100% + 9px);
}
.reportArea .reportList .reportItem .item .title {
  font-size: 20px;
  letter-spacing: 1.1px;
  margin: 0 0 9px 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222222;
  height: 30px;
}
@media (max-width: 1580px) {
  .reportArea .reportList .reportItem .item .title {
    font-size: 18px;
  }
}
.reportArea .reportList .reportItem .item .text {
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
}
@media (max-width: 1580px) {
  .reportArea .reportList .reportItem .item .text {
    font-size: 14px;
  }
}
.reportArea .reportList .reportItem .item .btnBox {
  margin-top: 23px;
  margin-left: -20px;
}
.reportArea .reportList .reportItem .item .btnBox .btn .btnTxt {
  font-size: 14px;
  color: #222222;
}
@media (max-width: 1580px) {
  .reportArea .reportList .reportItem .item .btnBox .btn .btnTxt {
    font-size: 12px;
  }
}
@media (min-width: 1201px) {
  .reportArea .reportList .reportItem .item .btnBox .btn:hover .btnTxt {
    color: #bb0511;
  }
}
.reportArea .reportList .reportItem .Img {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 25px;
}
.reportArea .wrap:not(.boxHide) .reportBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.reportArea .wrap.boxHide .reportBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.reportArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.reportArea:not(.show) .titleBox .iconLogo {
  opacity: 0;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.reportArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.reportArea:not(.show) .classBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.reportArea:not(.show) .buttons {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.reportArea:not(.show) .reportList {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.reportArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s;
}
.reportArea.show .titleBox .iconLogo {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  transition: all 1.5s 0.2s;
}
.reportArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s 0.4s;
}
.reportArea.show .classBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.6s;
}
.reportArea.show .buttons {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.6s;
}
.reportArea.show .reportList {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.8s;
}

.newsArea {
  background-color: #f4f4f4;
  position: relative;
  padding: 134px 0 140px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .newsArea {
    padding: 80px 0;
  }
}
@media (max-width: 1440px) {
  .newsArea {
    padding: 60px 0;
  }
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 80px 0 140px;
  }
}
.newsArea::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 80px 80px 0 0;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.newsArea .titleBox {
  margin-bottom: 15px;
  max-width: 490px;
}
.newsArea .titleBox .decoLogo {
  padding: 2px 19px 0 14px;
}
.newsArea .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 11px;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 1023px) {
  .newsArea .topBox {
    display: block;
    border-bottom: none;
  }
}
.newsArea .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1180px) {
  .newsArea .right {
    display: block;
  }
}
.newsArea .right .buttons {
  width: 126px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 1180px) {
  .newsArea .right .buttons {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (min-width: 1024px) {
  .newsArea .classBoxRow .classLink {
    margin-right: 11px;
  }
  .newsArea .classBoxRow .classLink li {
    margin-bottom: 13px;
    margin-right: 3px;
  }
  .newsArea .classBoxRow .classLink span {
    min-width: 117px;
  }
}
.newsArea .newsBox {
  width: 100%;
  overflow: hidden;
  padding-top: 58px;
  min-height: 500px;
}
@media (max-width: 1023px) {
  .newsArea .newsBox {
    width: 100%;
    min-height: 400px;
  }
}
@media (max-width: 400px) {
  .newsArea .newsBox {
    min-height: 300px;
  }
}
.newsArea .newsBox .newsList {
  margin: 0 -26px;
}
@media (max-width: 1440px) {
  .newsArea .newsBox .newsList {
    margin: 0 -13px;
  }
}
@media (max-width: 1023px) {
  .newsArea .newsBox .newsList {
    padding-top: 40px;
  }
}
.newsArea .newsBox .newsList.noSlider {
  padding-left: calc((100vw - 1590px) / 2 + 50px);
}
@media (max-width: 1540px) {
  .newsArea .newsBox .newsList.noSlider {
    padding-left: 50px;
  }
}
@media (max-width: 1023px) {
  .newsArea .newsBox .newsList.noSlider {
    padding-left: 0;
  }
}
.newsArea .newsBox .newsList:not(.slick-slider) {
  display: -ms-flexbox;
  display: flex;
}
.newsArea .newsBox .newsList:not(.slick-slider) .newsItem {
  width: 33.33%;
}
@media (max-width: 1200px) {
  .newsArea .newsBox .newsList:not(.slick-slider) .newsItem {
    width: 50%;
  }
}
.newsArea .newsBox .newsList:not(.slick-slider) .newsItem:not(:first-child) {
  display: none;
}
.newsArea .newsBox .newsList .newsItem {
  padding: 0 25px;
}
@media (max-width: 1440px) {
  .newsArea .newsBox .newsList .newsItem {
    padding: 0 12px;
  }
}
.newsArea .newsBox .newsList .Img {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1023px) {
  .newsArea .newsBox .newsList .Img {
    border-radius: 35px;
  }
}
.newsArea .newsBox .newsList .Img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
@media (min-width: 1201px) {
  .newsArea .newsBox .newsList .Img:hover:before {
    opacity: 1;
  }
}
.newsArea .newsBox .newsList .imgBox {
  position: relative;
  margin-bottom: 24px;
}
.newsArea .newsBox .newsList .imgBox .newsVideo {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: 114px;
  height: 114px;
  background-color: rgba(196, 196, 196, 0.3);
  border-radius: 50%;
  padding: 13px;
  z-index: 4;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .newsArea .newsBox .newsList .imgBox .newsVideo {
    width: 84px;
    height: 84px;
  }
}
@media (max-width: 350px) {
  .newsArea .newsBox .newsList .imgBox .newsVideo {
    bottom: 60%;
  }
}
@media (min-width: 1201px) {
  .newsArea .newsBox .newsList .imgBox .newsVideo:hover .videoBtn {
    background-color: #ed0616;
  }
}
.newsArea .newsBox .newsList .imgBox .newsVideo::before {
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: url(../images/circle.png) no-repeat center/100%;
  z-index: 0;
  top: 3px;
  left: 3px;
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.newsArea .newsBox .newsList .imgBox .newsVideo .videoBtn {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  background-color: #bb0511;
  position: relative;
  color: #fff;
  padding: 24px 15px;
  text-align: center;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .newsArea .newsBox .newsList .imgBox .newsVideo .videoBtn {
    padding: 15px 15px;
  }
}
.newsArea .newsBox .newsList .imgBox .newsVideo .videoBtn .icon {
  width: 15px;
  height: 15px;
  margin: 0 auto 12px;
}
@media (max-width: 767px) {
  .newsArea .newsBox .newsList .imgBox .newsVideo .videoBtn .icon {
    margin: 0 auto 5px;
  }
}
.newsArea .newsBox .newsList .imgBox .newsVideo .videoBtn .txt {
  font-size: 12px;
}
.newsArea .newsBox .newsList .imgBox .newsInfoBox {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 350px) {
  .newsArea .newsBox .newsList .imgBox .newsInfoBox {
    bottom: 10px;
    display: block;
  }
}
.newsArea .newsBox .newsList .imgBox .newsInfoBox .classTitle {
  min-width: 120px;
  max-width: calc(100% - 140px);
  padding: 7px 10px;
  background-color: #fff;
  height: 34px;
  border-radius: 17px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .newsArea .newsBox .newsList .imgBox .newsInfoBox .classTitle {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .newsArea .newsBox .newsList .imgBox .newsInfoBox .classTitle {
    display: none;
  }
}
.newsArea .newsBox .newsList .imgBox .newsInfoBox .dateBox {
  height: 34px;
  font-size: 13px;
  width: 120px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 17px;
  -ms-flex-pack: center;
      justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
@media (max-width: 1440px) {
  .newsArea .newsBox .newsList .imgBox .newsInfoBox .dateBox {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .newsArea .newsBox .newsList .imgBox .newsInfoBox .dateBox {
    margin: 0 auto;
    max-width: calc(100% - 30px);
  }
}
.newsArea .newsBox .newsList .title {
  font-size: 20px;
  color: #222222;
  letter-spacing: 1px;
  margin-bottom: 9px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsArea .newsBox .newsList .text {
  font-size: 16px;
  color: #666666;
  letter-spacing: 1.4px;
  line-height: 1.6;
  height: 53px;
}
.newsArea:not(.boxHide) .newsBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s;
}
.newsArea.boxHide .newsBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: all 0.25s;
}
.newsArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.newsArea:not(.show) .titleBox .iconLogo {
  opacity: 0;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.newsArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.newsArea:not(.show) .classBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.newsArea:not(.show) .buttons {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.newsArea:not(.show) .newsList {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.newsArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s;
}
.newsArea.show .titleBox .iconLogo {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  transition: all 1.5s 0.2s;
}
.newsArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s 0.4s;
}
.newsArea.show .classBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.6s;
}
.newsArea.show .buttons {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.6s;
}
.newsArea.show .newsList {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.8s;
}