.newsMediaArea .newsMediaList .newsMediaItem .Img .mask .play, .newsMediaArea .newsMediaList .newsMediaItem .Img .mask, .newsMediaArea .infoBox .more, .reportArea .reportList .reportItem .item .arrBox, .reportArea .reportList .reportItem .item .Txt .title, .newsAchievementArea .newsAchievementItem .item .Txt .moreBtn .more .arrBox, .newsAchievementArea .newsAchievementItem .item .Img img, .newsAchievementArea .newsAchievementItem .item .Img .mask, .newsAchievementArea .infoBox .more, .linkArea .numBox .numList .numTxt, .bannerArea .slick-dots li button::before, .bannerArea .arrowBox .arrow::before, .bannerArea .arrowBox .arrow, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .bannerArea .bannerItem .Txt .videoBtn a img, .bannerArea .bannerItem .Txt .videoBtn a span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@property --gradient-color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #436fa0;
}
@property --gradient-color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: #2f4382;
}
@property --gradient-rotate {
  syntax: "<angle>";
  inherits: false;
  initial-value: 90deg;
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: #fff; */
  border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #bca480;
  /* border-radius:  50%; */
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerBox::after {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 680px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  right: 59px;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1365px) {
  .bannerArea .bannerBox::after {
    display: none;
  }
}
.bannerArea .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
  aspect-ratio: 640/293;
  width: 100%;
}
.bannerArea .bannerList:not(.slick-slider) {
  position: relative;
}
.bannerArea .bannerList:not(.slick-slider) .bannerItem {
  position: absolute;
  top: 0;
  left: 0;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 1540px;
  padding: 110px 60px 85px 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px 60px 20px 20px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px 40px 20px 20px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 3px;
  opacity: 0;
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  opacity: 0;
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 16px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  opacity: 0;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 100px;
}
.bannerArea .bannerItem .Txt .text::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 1px;
  background-color: #fff;
  left: 0;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .bannerItem .Txt .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -10px;
  padding-top: 36px;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .btnBox {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.bannerArea .bannerItem .Txt .bannerBtn {
  opacity: 0;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 100%;
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt .bannerBtn {
    padding-top: 20px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .bannerBtn {
    width: 50%;
    max-width: 205px;
  }
}
.bannerArea .bannerItem .Txt .bannerBtn a {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-rotate)), color-stop(var(--gradient-color-1)), to(var(--gradient-color-2)));
  background: linear-gradient(var(--gradient-rotate), var(--gradient-color-1), var(--gradient-color-2));
  transition: --gradient-color-1 0.3s, --gradient-color-2 0.3s;
  color: #fff;
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.5px;
  padding: 15px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  font-weight: 400;
  min-width: 290px;
  min-height: 60px;
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover {
  --gradient-color-1: #333333;
  --gradient-color-2: #333333;
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt .bannerBtn a {
    min-width: 200px;
    min-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .bannerBtn a {
    padding: 10px;
    min-width: 0;
    width: 100%;
  }
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  background-color: #333333;
}
.bannerArea .bannerItem .Txt .videoBtn {
  opacity: 0;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt .videoBtn {
    padding-top: 20px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .videoBtn {
    max-width: 205px;
    width: 50%;
  }
}
.bannerArea .bannerItem .Txt .videoBtn a {
  background-color: #fff;
  color: #333333;
  border-radius: 99px;
  letter-spacing: 0.5px;
  padding: 11px 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 400;
  min-width: 290px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.bannerArea .bannerItem .Txt .videoBtn a img {
  width: 37px;
  right: 15px;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt .videoBtn a {
    min-width: 200px;
    min-height: 40px;
    font-size: 14px;
    padding: 10px 45px;
  }
  .bannerArea .bannerItem .Txt .videoBtn a img {
    width: 26px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .videoBtn a {
    padding: 10px;
    min-width: 0;
    width: 100%;
  }
  .bannerArea .bannerItem .Txt .videoBtn a span {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
  .bannerArea .bannerItem .Txt .videoBtn a img {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 38px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .videoBtn a img {
    width: 28px;
  }
}
.bannerArea .bannerItem .Txt .videoBtn a:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  background-color: #333333;
}
.bannerArea .bannerItem .Txt .videoBtn a:hover span {
  color: #fff;
}
.bannerArea .bannerItem .Txt .videoBtn a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 75%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 100%;
  }
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .bannerBtn,
.bannerArea .slick-current .Txt .videoBtn {
  -webkit-animation: textSlideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 50px;
  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;
}
.bannerArea .socialBox .socialList li a:hover {
  color: #d3812b;
}
.bannerArea .socialBox .socialList li a:hover svg {
  fill: #d3812b;
}
.bannerArea .arrowBox {
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
}
.bannerArea .arrowBox .arrow::before {
  content: "";
  border-style: solid;
  display: block;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .arrowBox .arrowPrev::before {
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #fff transparent;
}
.bannerArea .arrowBox .arrowPrev:hover::before {
  border-color: transparent transparent #d3812b transparent;
}
.bannerArea .arrowBox .arrowNext::before {
  border-width: 9px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.bannerArea .arrowBox .arrowNext:hover::before {
  border-color: #d3812b transparent transparent transparent;
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 103px;
  right: 20px;
  z-index: 2;
  font-weight: 600;
}
@media (max-width: 1700px) {
  .bannerArea .scrollDown {
    bottom: 60px;
  }
}
@media (max-width: 1600px) {
  .bannerArea .scrollDown {
    bottom: 20px;
  }
}
@media (max-width: 1365px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
.bannerArea .scrollDown .img {
  margin-bottom: 10px;
}
.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;
}
@media (max-width: 1700px) {
  .bannerArea .scrollDown span.text {
    font-size: 12px;
  }
}
.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: #d3812b;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  width: 6px;
  margin: 0;
  bottom: 20%;
  right: 24px;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .bannerArea .slick-dots {
    bottom: 25px;
    top: auto;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.bannerArea .slick-dots li {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
@media (max-width: 1200px) {
  .bannerArea .slick-dots li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 8px;
  }
}
.bannerArea .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bannerArea .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 0 2px transparent;
          box-shadow: 0 0 0 2px transparent;
}
.bannerArea .slick-dots li.slick-active button::before {
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 1180px) {
  .bannerArea .Txt .bannerVideo,
  .bannerArea .socialBox,
  .bannerArea .scrollDown,
  .bannerArea .arrowBox {
    display: none !important;
  }
}

.linkArea {
  padding: 158px 0;
  text-align: center;
  background: no-repeat url(../images/highlight_bg.png) left 29.5% top 56% #f7f7f7;
}
@media (max-width: 1600px) {
  .linkArea {
    padding: 100px 0;
  }
}
@media (max-width: 1400px) {
  .linkArea {
    padding: 60px 0;
    padding-top: 20px;
  }
}
.linkArea > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1540px;
}
@media (max-width: 1400px) {
  .linkArea > .wrap {
    display: block;
  }
}
.linkArea .content {
  display: block;
  min-width: 0;
  padding-left: 59px;
}
@media (max-width: 1600px) {
  .linkArea .content {
    padding-left: 40px;
  }
}
@media (max-width: 1400px) {
  .linkArea .content {
    padding-left: 0px;
  }
}
@media (max-width: 1200px) {
  .linkArea .content {
    position: relative;
  }
}
.linkArea .content .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.linkArea .content .bottom {
  padding-top: 50px;
}
@media (max-width: 1400px) {
  .linkArea .content .bottom {
    padding-top: 30px;
  }
}
.linkArea .classBox {
  width: 100%;
  position: relative;
}
.linkArea .classBoxRow {
  margin-top: 0;
  margin-bottom: 34px;
}
.linkArea .classBox .classCurrent {
  border-radius: 99px;
  padding: 10px 20px;
}
@media (max-width: 1200px) {
  .linkArea .classBox .classCurrent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-color: #666;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
.linkArea .classBox .classLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -25px;
  margin-bottom: 0px;
  max-width: 380px;
}
@media (max-width: 1400px) {
  .linkArea .classBox .classLink {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 1200px) {
  .linkArea .classBox .classLink {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
    left: 0;
  }
}
.linkArea .classBox .classLink.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.linkArea .classBox .classLink .classItem {
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .linkArea .classBox .classLink .classItem {
    margin-bottom: 0;
  }
}
.linkArea .classBox .classLink .classItem:last-of-type::after {
  display: none;
}
.linkArea .classBox .classLink .classItem::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (max-width: 1200px) {
  .linkArea .classBox .classLink .classItem::after {
    display: none;
  }
}
.linkArea .classBox .classLink .classItem .link {
  background: transparent;
  font-size: 15px;
  color: #999999;
  letter-spacing: 1px;
  padding: 0 25px;
}
@media (max-width: 1200px) {
  .linkArea .classBox .classLink .classItem .link {
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.linkArea .infoBox {
  padding: 0 20px;
  border-right: 1px solid #e5e5e5;
  padding-top: 21px;
}
@media (max-width: 1400px) {
  .linkArea .infoBox {
    border-right: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 56px;
  }
}
.linkArea .infoBox .title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 20px;
  position: relative;
  font-weight: 400;
  line-height: 20px;
  padding-top: 24px;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 10px;
}
.linkArea .infoBox .title::before {
  content: "";
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #d3812b;
  position: absolute;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1400px) {
  .linkArea .infoBox .title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding-top: 0;
    margin: 0;
    padding-left: 10px;
  }
  .linkArea .infoBox .title::before {
    left: 0;
    top: auto;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.linkArea .infoBox .enTitle {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 18px;
  font-weight: bold;
  color: #d3812b;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.5px;
}
@media (max-width: 1400px) {
  .linkArea .infoBox .enTitle {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.linkArea .linkBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 72px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1400px) {
  .linkArea .linkBox {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 960px) {
  .linkArea .linkBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.linkArea .linkTxtBox {
  max-width: 380px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 0;
  width: 100%;
  padding-right: 80px;
}
@media (max-width: 1400px) {
  .linkArea .linkTxtBox {
    max-width: 50%;
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .linkArea .linkTxtBox {
    position: relative;
    max-width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.linkArea .linkTxtList .slick-slide {
  pointer-events: none;
}
.linkArea .linkTxtList .slick-slide.slick-current {
  pointer-events: auto;
}
.linkArea .linkTxtList .Txt {
  text-align: left;
}
.linkArea .linkTxtList .Txt .title {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .linkArea .linkTxtList .Txt .title {
    padding-right: 100px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .linkArea .linkTxtList .Txt .title {
    margin-bottom: 10px;
  }
}
.linkArea .linkTxtList .Txt .enTitle {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media (max-width: 960px) {
  .linkArea .linkTxtList .Txt .enTitle {
    font-size: 20px;
  }
}
.linkArea .linkTxtList .Txt .textEditor {
  word-wrap: break-word;
  font-size: 17px;
  color: #666666;
  letter-spacing: 1.2px;
  line-height: 30px;
  margin-bottom: 22px;
}
@media (max-width: 960px) {
  .linkArea .linkTxtList .Txt .textEditor {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .linkArea .linkTxtList .Txt .textEditor {
    margin-bottom: 20px;
  }
}
.linkArea .linkTxtList .Txt .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-rotate)), color-stop(var(--gradient-color-1)), to(var(--gradient-color-2)));
  background: linear-gradient(var(--gradient-rotate), var(--gradient-color-1), var(--gradient-color-2));
  transition: --gradient-color-1 0.3s, --gradient-color-2 0.3s;
  font-size: 17px;
  border-radius: 99px;
  color: #fff;
  max-width: 290px;
  width: 100%;
  height: 60px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.linkArea .linkTxtList .Txt .more:hover {
  --gradient-color-1: #333333;
  --gradient-color-2: #333333;
}
@media (max-width: 1400px) {
  .linkArea .linkTxtList .Txt .more {
    max-width: 220px;
    height: 52px;
  }
}
@media (max-width: 960px) {
  .linkArea .linkTxtList .Txt .more {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .linkArea .linkTxtList .Txt .more {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 180px;
  }
}
.linkArea .linkTxtList .Txt .more:hover {
  background-color: #333333 !important;
}
.linkArea .linkImgList {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  margin-top: -58px;
}
@media (max-width: 1400px) {
  .linkArea .linkImgList {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .linkArea .linkImgList {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.linkArea .linkImgList .linkImgItem {
  display: block;
}
@media (max-width: 960px) {
  .linkArea .linkImgList .linkImgItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}
.linkArea .linkImgList .linkImgItem .Img {
  border-radius: 20px;
  overflow: hidden;
}
.linkArea .linkImgList .linkImgItem .Img img {
  width: 100%;
}
.linkArea .indexBox {
  color: #666666;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 960px) {
  .linkArea .indexBox {
    position: absolute;
    left: 0;
  }
}
.linkArea .indexBox .slash {
  margin: 0 15px;
}
@media (max-width: 960px) {
  .linkArea .indexBox .slash {
    margin: 0 10px;
  }
}
.linkArea .navBox {
  padding-top: 79px;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1400px) {
  .linkArea .navBox {
    padding-top: 40px;
    padding-right: 0;
  }
}
@media (max-width: 960px) {
  .linkArea .navBox {
    padding-top: 0;
  }
}
@media (max-width: 960px) {
  .linkArea .navBox .arrowBox {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0;
  }
  .linkArea .navBox .arrowBox .arrow {
    width: 44px;
    height: 44px;
  }
}
.linkArea .navBox .arrow {
  margin: 0 3px;
}
.linkArea .numBox {
  position: relative;
}
.linkArea .numBox .numListWrap {
  overflow: hidden;
}
.linkArea .numBox .numList {
  display: none;
  margin: 0 -1px;
}
.linkArea .numBox .numList .slick-track {
  margin-left: 0;
}
.linkArea .numBox .numList .num,
.linkArea .numBox .numList .percent {
  font-size: 35px;
  letter-spacing: 1px;
  font-weight: bold;
}
.linkArea .numBox .numList .superior {
  font-size: 34px;
  font-weight: 600;
  vertical-align: top;
  display: inline-block;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.linkArea .numBox .numList .unit {
  font-size: 20px;
  font-weight: 400;
}
.linkArea .numBox .numList .title {
  display: block;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .linkArea .numBox .numList .title {
    font-size: 16px;
  }
}
.linkArea .numBox .numList .numTxt {
  display: inline-block;
}
.linkArea .numBox .numList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.linkArea .numBox .numList .slick-slide:first-child .numItem {
  padding-left: 0px;
}
@media (max-width: 1600px) {
  .linkArea .numBox .numList .slick-slide:first-child .numItem {
    padding-left: 30px;
  }
}
.linkArea .numBox .numList .numItem {
  padding: 0 30px;
  text-align: left;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-right: 1px solid #e5e5e5;
}
@media (max-width: 1600px) {
  .linkArea .numBox .numList .numItem {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1400px) {
  .linkArea .numBox .numList .numItem {
    padding: 0 20px;
  }
}
.linkArea .numBox .arrowBox {
  display: none;
  width: 100%;
  position: absolute;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.linkArea .numBox .arrowBox.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.linkArea .numBox .arrowBox .arrow {
  width: 44px;
  height: 44px;
}
.linkArea .numBox .arrowBox .arrowPrev {
  -webkit-transform: scaleX(-1) translateX(30px);
          transform: scaleX(-1) translateX(30px);
}
@media (max-width: 1600px) {
  .linkArea .numBox .arrowBox .arrowPrev {
    -webkit-transform: scaleX(-1) translateX(0);
            transform: scaleX(-1) translateX(0);
  }
}
.linkArea .numBox .arrowBox .arrowNext {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
@media (max-width: 1600px) {
  .linkArea .numBox .arrowBox .arrowNext {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.newsAchievementArea {
  padding-top: 126px;
  padding-bottom: 125px;
}
@media (max-width: 1600px) {
  .newsAchievementArea {
    padding: 100px 0;
  }
}
@media (max-width: 1400px) {
  .newsAchievementArea {
    padding: 60px 0;
  }
}
.newsAchievementArea > .wrap {
  max-width: 1540px;
  overflow: hidden;
}
.newsAchievementArea .slick-list .slick-track {
  margin-left: 0;
}
.newsAchievementArea .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
@media (max-width: 1600px) {
  .newsAchievementArea .infoBox {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .newsAchievementArea .infoBox {
    -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;
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .newsAchievementArea .infoBox .right {
    margin: auto;
  }
}
.newsAchievementArea .infoBox .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .newsAchievementArea .infoBox .left {
    margin-bottom: 20px;
    -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;
  }
}
.newsAchievementArea .infoBox .title {
  font-size: 34px;
  font-weight: 500;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding: 0 29px;
  letter-spacing: 1.1px;
  line-height: 1.3;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .newsAchievementArea .infoBox .title {
    border: 0;
    margin-right: 0;
    font-size: 30px;
  }
}
.newsAchievementArea .infoBox .enTitle {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .newsAchievementArea .infoBox .enTitle {
    text-align: center;
    font-size: 20px;
  }
}
.newsAchievementArea .infoBox .more {
  font-size: 15px;
  color: #333333;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  letter-spacing: 0.8px;
}
.newsAchievementArea .infoBox .more:hover {
  color: #d3812b;
}
.newsAchievementArea .infoBox .more::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #d3812b;
  right: 0;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.newsAchievementArea .infoBox .more .en {
  text-transform: uppercase;
  display: inline-block;
  margin-left: 16px;
}
.newsAchievementArea .newsAchievementBox {
  margin: 0 -30px;
}
@media (max-width: 1600px) {
  .newsAchievementArea .newsAchievementBox {
    margin: 0 -20px;
  }
}
.newsAchievementArea .newsAchievementItem {
  padding: 0 30px;
}
@media (max-width: 1600px) {
  .newsAchievementArea .newsAchievementItem {
    padding: 0 20px;
  }
}
.newsAchievementArea .newsAchievementItem .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  margin-bottom: 22px;
  border-bottom: 1px solid #ececec;
}
.newsAchievementArea .newsAchievementItem .newsInfoBox .tagBox {
  padding: 0;
}
.newsAchievementArea .newsAchievementItem .newsInfoBox .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsAchievementArea .newsAchievementItem .newsInfoBox .dateBox .classTitle {
  font-size: 15px;
  color: #888888;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 9px;
  letter-spacing: 1.2px;
}
.newsAchievementArea .newsAchievementItem .newsInfoBox .dateBox .day {
  font-size: 40px;
  color: #555555;
  line-height: 56px;
  font-weight: bold;
  margin-right: 13px;
}
.newsAchievementArea .newsAchievementItem .newsInfoBox .dateBox .month,
.newsAchievementArea .newsAchievementItem .newsInfoBox .dateBox .year {
  line-height: 1.2;
  font-size: 15px;
  font-weight: 600;
  color: #555555;
  white-space: nowrap;
}
.newsAchievementArea .newsAchievementItem .newsInfoBox .dateBox .month .slash,
.newsAchievementArea .newsAchievementItem .newsInfoBox .dateBox .year .slash {
  margin-left: 5px;
  margin-right: 5px;
}
.newsAchievementArea .newsAchievementItem .newsInfoBox .dateBox .year {
  font-size: 14px;
  letter-spacing: 1px;
}
.newsAchievementArea .newsAchievementItem .newsInfoBox .tagBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsAchievementArea .newsAchievementItem .newsInfoBox .tagBox .tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsAchievementArea .newsAchievementItem .newsInfoBox .tagBox .sdgImgBox {
  border-radius: 99px;
  overflow: hidden;
  margin: 0 2px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsAchievementArea .newsAchievementItem .newsInfoBox .tagBox .sdgImg {
  width: 56px;
  height: 56px;
}
.newsAchievementArea .newsAchievementItem .item .Img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.newsAchievementArea .newsAchievementItem .item .Img .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 400;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
}
.newsAchievementArea .newsAchievementItem .item .Img .mask .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 115px;
  height: 115px;
  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: 1px solid #fff;
  border-radius: 99px;
  display: flex;
  color: #fff;
  text-transform: uppercase;
}
.newsAchievementArea .newsAchievementItem .item .Img img {
  width: 100%;
}
.newsAchievementArea .newsAchievementItem .item .Txt {
  padding-top: 20px;
}
.newsAchievementArea .newsAchievementItem .item .Txt .title {
  font-size: 22px;
  font-weight: bold;
  height: 70px;
  letter-spacing: 1.2px;
  margin-bottom: 18px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .newsAchievementArea .newsAchievementItem .item .Txt .title {
    font-size: 20px;
  }
}
.newsAchievementArea .newsAchievementItem .item .Txt .title a {
  display: inline-block;
  height: 70px;
  color: #333333;
}
.newsAchievementArea .newsAchievementItem .item .Txt .title a:hover {
  color: #d3812b;
}
.newsAchievementArea .newsAchievementItem .item .Txt .text {
  font-size: 17px;
  color: #888888;
  letter-spacing: 1.2px;
  line-height: 1.8;
  max-height: 100px;
  margin-bottom: 22px;
}
.newsAchievementArea .newsAchievementItem .item .Txt .moreBtn {
  padding-top: 26px;
  border-top: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsAchievementArea .newsAchievementItem .item .Txt .moreBtn .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #888888;
}
.newsAchievementArea .newsAchievementItem .item .Txt .moreBtn .more:hover {
  color: #d3812b;
}
.newsAchievementArea .newsAchievementItem .item .Txt .moreBtn .more:hover .arrBox {
  background-color: #d3812b;
}
.newsAchievementArea .newsAchievementItem .item .Txt .moreBtn .more .arrBox {
  background-color: #888888;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  position: relative;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.newsAchievementArea .newsAchievementItem .item .Txt .moreBtn .more .arrBox img {
  display: block;
  width: 100%;
  opacity: 0;
}
.newsAchievementArea .newsAchievementItem .item .Txt .moreBtn .more .arrBox.mask {
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/arrow2.png");
}
.newsAchievementArea .newsAchievementItem.noLink .item .Img a:hover {
  cursor: default;
}
.newsAchievementArea .newsAchievementItem.noLink .item .Txt > .title a:hover {
  cursor: default;
  color: #333333;
}
.newsAchievementArea .newsAchievementItem.noLink .item .Txt > .more .link:hover {
  cursor: default;
}
.newsAchievementArea .newsAchievementItem.noLink .item .Txt > .more .link:hover .title {
  color: #666666;
}
.newsAchievementArea .newsAchievementItem.noLink .item .Txt > .more .link:hover .icon path {
  fill: #939393;
}
.newsAchievementArea .newsAchievementItem.hover:not(.noLink) .item .Img .mask {
  opacity: 1;
}
.newsAchievementArea .newsAchievementItem.hover:not(.noLink) .item .Img .more {
  opacity: 1;
}
.newsAchievementArea .newsAchievementItem.hover:not(.noLink) .item .Img img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.newsAchievementArea .newsAchievementItem.hover:not(.noLink) .item .Txt .title a {
  color: #d3812b;
}
.newsAchievementArea .newsAchievementItem.hover:not(.noLink) .item .Txt .more {
  color: #d3812b;
}
.newsAchievementArea .newsAchievementItem.hover:not(.noLink) .item .Txt .more .title,
.newsAchievementArea .newsAchievementItem.hover:not(.noLink) .item .Txt .more a {
  color: #d3812b;
}
.newsAchievementArea .newsAchievementItem.hover:not(.noLink) .item .Txt .more .arrBox {
  background-color: #d3812b;
}
.newsAchievementArea .newsAchievementItem.hover:not(.noLink) .item .Txt .more .icon path {
  fill: #d3812b;
}

.reportArea {
  position: relative;
  min-height: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1600px) {
  .reportArea {
    min-height: 550px;
  }
}
.reportArea > .bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.reportArea > .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reportArea > .wrap {
  position: relative;
  z-index: 2;
  max-width: 1540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1400px) {
  .reportArea > .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 50px;
  }
}
@media (max-width: 540px) {
  .reportArea > .wrap {
    padding: 0 20px;
  }
}
.reportArea .infoBox {
  padding: 0 20px;
  border-right: 1px solid #e5e5e5;
  padding-top: 30px;
  margin-right: 48px;
}
@media (max-width: 1400px) {
  .reportArea .infoBox {
    margin-right: 0;
    border-right: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-top: 50px;
  }
}
.reportArea .infoBox .title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 20px;
  position: relative;
  font-weight: 400;
  line-height: 20px;
  padding-top: 24px;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
}
.reportArea .infoBox .title::before {
  content: "";
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #d3812b;
  position: absolute;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1400px) {
  .reportArea .infoBox .title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding-top: 0;
    margin: 0;
    padding-left: 10px;
  }
  .reportArea .infoBox .title::before {
    left: 0;
    top: auto;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.reportArea .infoBox .enTitle {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 18px;
  font-weight: bold;
  color: #d3812b;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.5px;
}
@media (max-width: 1400px) {
  .reportArea .infoBox .enTitle {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.reportArea .reportListWrap {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 1380px;
  width: 100%;
}
.reportArea .reportListWrap .arrowBox {
  position: absolute;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 1380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1400px) {
  .reportArea .reportListWrap .arrowBox {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: none;
    width: 100%;
    padding: 0 5px;
  }
}
.reportArea .reportListWrap .arrowBox .arrow {
  width: 44px;
  height: 44px;
}
.reportArea .reportListWrap .arrowBox .arrowPrev, .reportArea .reportListWrap .arrowBox .arrowNext {
  border: 1px solid #fff;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1400px) {
  .reportArea .reportListWrap .arrowBox .arrowPrev, .reportArea .reportListWrap .arrowBox .arrowNext {
    background-color: #333333;
  }
}
.reportArea .reportListWrap .arrowBox .arrowPrev img, .reportArea .reportListWrap .arrowBox .arrowNext img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 17px;
  height: auto;
}
.reportArea .reportListWrap .arrowBox .arrowPrev:hover, .reportArea .reportListWrap .arrowBox .arrowNext:hover {
  background-color: #fff;
}
@media (max-width: 1400px) {
  .reportArea .reportListWrap .arrowBox .arrowPrev:hover, .reportArea .reportListWrap .arrowBox .arrowNext:hover {
    background-color: #d3812b;
  }
}
.reportArea .reportListWrap .arrowBox .arrowPrev:hover img, .reportArea .reportListWrap .arrowBox .arrowNext:hover img {
  -webkit-filter: invert(16%) sepia(97%) saturate(4198%) hue-rotate(349deg) brightness(77%) contrast(105%);
          filter: invert(16%) sepia(97%) saturate(4198%) hue-rotate(349deg) brightness(77%) contrast(105%);
}
@media (max-width: 1400px) {
  .reportArea .reportListWrap .arrowBox .arrowPrev:hover img, .reportArea .reportListWrap .arrowBox .arrowNext:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.reportArea .reportListWrap .arrowBox .arrowPrev {
  -webkit-transform: translateX(-41px) scaleX(-1);
          transform: translateX(-41px) scaleX(-1);
}
@media (max-width: 1400px) {
  .reportArea .reportListWrap .arrowBox .arrowPrev {
    -webkit-transform: translateX(-20px) scaleX(-1);
            transform: translateX(-20px) scaleX(-1);
  }
}
.reportArea .reportListWrap .arrowBox .arrowNext {
  -webkit-transform: translateX(41px);
          transform: translateX(41px);
}
@media (max-width: 1400px) {
  .reportArea .reportListWrap .arrowBox .arrowNext {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.reportArea .reportList {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  margin-top: 5px;
  position: relative;
}
.reportArea .reportList .slick-track {
  margin-left: 0;
}
.reportArea .reportList .reportItem {
  display: block;
  padding: 0 10px;
}
.reportArea .reportList .reportItem .item {
  min-height: 380px;
  padding: 26px 28px;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  /*
  				.linkArrow {
  					position: absolute;
  					right: 0;
  					bottom: 0;
  					width: 13px;
  					height: 13px;
  					right: 30px;
  					bottom: 30px;
  					@extend %ts;
  				}*/
}
@media (max-width: 1200px) {
  .reportArea .reportList .reportItem .item {
    padding: 20px 20px;
  }
}
.reportArea .reportList .reportItem .item::after {
  content: "download";
  position: absolute;
  color: #f7f7f7;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 26px;
  font-weight: bold;
  right: 20px;
  top: 30px;
}
.reportArea .reportList .reportItem .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reportArea .reportList .reportItem .item .link:hover ~ .linkArrow {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}
.reportArea .reportList .reportItem .item .link:hover ~ .Txt .title {
  color: #d3812b;
}
.reportArea .reportList .reportItem .item .Txt {
  position: relative;
  z-index: 1;
}
.reportArea .reportList .reportItem .item .Txt .decorate {
  color: #444444;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.reportArea .reportList .reportItem .item .Txt .enTitle {
  font-size: 20px;
  color: #444444;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 24px;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 23px;
}
.reportArea .reportList .reportItem .item .Txt .enTitle .enIns {
  position: relative;
  padding-left: 30px;
}
.reportArea .reportList .reportItem .item .Txt .enTitle .enIns::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 14px;
  width: 1px;
  height: 18px;
  background-color: #dddddd;
}
.reportArea .reportList .reportItem .item .Txt .enTitle::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #d3812b;
  bottom: 0;
  left: 0;
}
.reportArea .reportList .reportItem .item .Txt .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1400px) {
  .reportArea .reportList .reportItem .item .Txt .title {
    font-size: 20px;
  }
}
.reportArea .reportList .reportItem .item:hover .arrBox {
  background-color: #d3812b;
}
.reportArea .reportList .reportItem .item .arrBox {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  right: 30px;
  bottom: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #888888;
}
.reportArea .reportList .reportItem .item .arrBox img {
  display: block;
  width: 100%;
  opacity: 0;
}
.reportArea .reportList .reportItem .item .arrBox.mask {
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/arrow2.png");
}
.reportArea .reportList .reportItem .bg {
  width: auto;
  height: auto;
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 115px;
}

.newsMediaArea {
  padding-top: 160px;
  padding-bottom: 99px;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1600px) {
  .newsMediaArea {
    padding: 100px 0 60px;
  }
}
@media (max-width: 1400px) {
  .newsMediaArea {
    padding: 80px 0 40px;
  }
}
@media (max-width: 1200px) {
  .newsMediaArea {
    padding: 65px 0 40px;
    padding-bottom: 20px;
  }
}
.newsMediaArea > .wrap {
  max-width: 1540px;
}
.newsMediaArea .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
@media (max-width: 1200px) {
  .newsMediaArea .infoBox {
    -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;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .newsMediaArea .infoBox {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .newsMediaArea .infoBox .right {
    margin: auto;
  }
}
.newsMediaArea .infoBox .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .newsMediaArea .infoBox .left {
    margin-bottom: 20px;
    -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;
  }
}
.newsMediaArea .infoBox .title {
  font-size: 34px;
  font-weight: 500;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding: 0 29px;
  letter-spacing: 1.1px;
  line-height: 1.3;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .newsMediaArea .infoBox .title {
    margin-right: 0;
    border: none;
    padding: 0;
    margin-bottom: 10px;
    font-size: 30px;
  }
}
.newsMediaArea .infoBox .enTitle {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .newsMediaArea .infoBox .enTitle {
    font-size: 20px;
  }
}
.newsMediaArea .infoBox .more {
  font-size: 15px;
  color: #333333;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  letter-spacing: 0.8px;
}
.newsMediaArea .infoBox .more:hover {
  color: #d3812b;
}
.newsMediaArea .infoBox .more::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #d3812b;
  right: 0;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.newsMediaArea .infoBox .more .en {
  text-transform: uppercase;
  display: inline-block;
  margin-left: 16px;
}
.newsMediaArea .newsMediaList .newsMediaItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.newsMediaArea .newsMediaList .newsMediaItem:nth-of-type(2n) .item .Txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 110px;
}
@media (max-width: 1600px) {
  .newsMediaArea .newsMediaList .newsMediaItem:nth-of-type(2n) .item .Txt {
    padding-right: 80px;
  }
}
@media (max-width: 1400px) {
  .newsMediaArea .newsMediaList .newsMediaItem:nth-of-type(2n) .item .Txt {
    padding-right: 60px;
  }
}
@media (max-width: 960px) {
  .newsMediaArea .newsMediaList .newsMediaItem:nth-of-type(2n) .item .Txt {
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.newsMediaArea .newsMediaList .newsMediaItem:nth-of-type(2n) .item .Img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.newsMediaArea .newsMediaList .newsMediaItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media (max-width: 960px) {
  .newsMediaArea .newsMediaList .newsMediaItem .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsMediaArea .newsMediaList .newsMediaItem .Img {
  width: 57.34%;
  max-width: 860px;
  max-height: 365px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 960px) {
  .newsMediaArea .newsMediaList .newsMediaItem .Img {
    width: 100%;
    margin-bottom: 0px;
  }
}
.newsMediaArea .newsMediaList .newsMediaItem .Img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsMediaArea .newsMediaList .newsMediaItem .Img .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 400;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.newsMediaArea .newsMediaList .newsMediaItem .Img .mask .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 115px;
  height: 115px;
  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: 1px solid #fff;
  border-radius: 99px;
  display: flex;
  color: #fff;
  text-transform: uppercase;
}
.newsMediaArea .newsMediaList .newsMediaItem .Img .img {
  width: 100%;
  max-height: 365px;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 0;
  padding-left: 110px;
}
@media (max-width: 1600px) {
  .newsMediaArea .newsMediaList .newsMediaItem .Txt {
    padding-left: 80px;
  }
}
@media (max-width: 1400px) {
  .newsMediaArea .newsMediaList .newsMediaItem .Txt {
    padding-left: 60px;
  }
}
@media (max-width: 960px) {
  .newsMediaArea .newsMediaList .newsMediaItem .Txt {
    padding-left: 0;
  }
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .dateBox {
  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;
  margin-bottom: 19px;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .dateBox .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .dateBox .line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 1px;
  background-color: #c9c9c9;
  margin-top: 10px;
  background-clip: content-box;
  padding: 0 20px;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .dateBox .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 34px;
  color: #333333;
  font-weight: 500;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .dateBox .year {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-right: 34px;
  letter-spacing: 1px;
  position: relative;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .dateBox .year::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #c9c9c9;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .dateBox .classTitle {
  font-size: 15px;
  color: #666666;
  letter-spacing: 1.2px;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
  max-height: 70px;
  font-weight: 400;
  letter-spacing: 1px;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .title a {
  color: #202020;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .text {
  line-height: 1.8;
  letter-spacing: 1.2px;
  font-size: 17px;
  color: #888888;
  margin-bottom: 32px;
  max-height: 100px;
}
@media (max-width: 960px) {
  .newsMediaArea .newsMediaList .newsMediaItem .Txt .text {
    margin-bottom: 20px;
  }
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .moreBtn .more {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-rotate)), color-stop(var(--gradient-color-1)), to(var(--gradient-color-2)));
  background: linear-gradient(var(--gradient-rotate), var(--gradient-color-1), var(--gradient-color-2));
  transition: --gradient-color-1 0.3s, --gradient-color-2 0.3s;
  font-size: 16px;
  height: 60px;
  border-radius: 99px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 290px;
  width: 100%;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .moreBtn .more:hover {
  --gradient-color-1: #d3812b;
  --gradient-color-2: #d3812b;
}
.newsMediaArea .newsMediaList .newsMediaItem .Txt .moreBtn .more:hover {
  background-color: #d3812b;
}
.newsMediaArea .newsMediaList .newsMediaItem.noLink .item .Img a:hover {
  cursor: default;
}
.newsMediaArea .newsMediaList .newsMediaItem.noLink .item .Img .mask {
  display: none;
}
.newsMediaArea .newsMediaList .newsMediaItem.noLink .item .Txt > .title a:hover {
  cursor: default;
  color: #333333;
}
.newsMediaArea .newsMediaList .newsMediaItem.noLink .item .Txt > .more .link:hover {
  cursor: default;
}
.newsMediaArea .newsMediaList .newsMediaItem.noLink .item .Txt > .more .link:hover .title {
  color: #666666;
}
.newsMediaArea .newsMediaList .newsMediaItem.noLink .item .Txt > .more .link:hover .icon path {
  fill: #939393;
}
.newsMediaArea .newsMediaList .newsMediaItem.hover:not(.noLink) .item .Img .mask .play {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.newsMediaArea .newsMediaList .newsMediaItem.hover:not(.noLink) .item .Txt .title a {
  color: #d3812b;
}
.newsMediaArea .newsMediaList .newsMediaItem.hover:not(.noLink) .item .Txt .moreBtn .more {
  background-color: #d3812b;
}

.awardsArea {
  min-height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1400px) {
  .awardsArea {
    padding-top: 20px;
    min-height: 260px;
  }
}
.awardsArea > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1540px;
}
@media (max-width: 1400px) {
  .awardsArea > .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.awardsArea .infoBox {
  padding: 0 20px;
  border-right: 1px solid #e5e5e5;
  padding-top: 61px;
}
@media (max-width: 1400px) {
  .awardsArea .infoBox {
    border-right: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 56px;
  }
}
.awardsArea .infoBox .title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 20px;
  position: relative;
  font-weight: 400;
  line-height: 20px;
  padding-top: 24px;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 10px;
}
.awardsArea .infoBox .title::before {
  content: "";
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #d3812b;
  position: absolute;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1400px) {
  .awardsArea .infoBox .title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding-top: 0;
    margin: 0;
    padding-left: 10px;
  }
  .awardsArea .infoBox .title::before {
    left: 0;
    top: auto;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.awardsArea .infoBox .enTitle {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 18px;
  font-weight: bold;
  color: #d3812b;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.5px;
}
@media (max-width: 1400px) {
  .awardsArea .infoBox .enTitle {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.awardsArea .awardsWrap {
  min-width: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  width: 100%;
}
.awardsArea .awardsWrap .arrowBox {
  position: absolute;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 60px;
}
@media (max-width: 1400px) {
  .awardsArea .awardsWrap .arrowBox {
    padding-left: 0;
  }
  .awardsArea .awardsWrap .arrowBox .arrow {
    width: 44px;
    height: 44px;
  }
}
.awardsArea .awardsList {
  padding: 0 140px;
}
@media (max-width: 1400px) {
  .awardsArea .awardsList {
    padding: 0 50px;
  }
}
.awardsArea .awardsList .slick-track {
  margin-left: 0;
}
.awardsArea .awardsList .awardsItem .item .Img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.awardsArea .awardsList .awardsItem .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.awardsArea .awardsList .awardsItem .item img {
  height: 120px;
}

@media (max-width: 1180px) {
  .facArea .Txt {
    position: static;
    padding: 20px;
    opacity: 1;
    background-color: transparent;
  }
  .facArea .Txt .title a {
    color: #000;
  }
  .facArea .Txt .text {
    color: #000;
  }
}
@media (max-width: 960px) {
  .aboutArea .Img {
    width: 100%;
    margin-bottom: 30px;
  }
  .aboutArea .right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}