.newsArea .newsList .Img, .newsArea .newsList li.slick-active, .newsArea .newsList li, .aboutArea .aboutListLeft .item, .aboutArea .aboutListLeft li, .researchArea .researchBtnList .title::before, .researchArea .researchImgList .ImgBox img, .bannerArea .arrowBox .arrow {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.otherArea .adList .Img img, .researchArea .researchList .item .Txt .indicationBox::before {
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

@-webkit-keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes progressBarHorizontal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressBarHorizontal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progressBarVertical {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes progressBarVertical {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes progressCircleAnimation {
  0% {
    stroke-dashoffset: 153.86;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes progressCircleAnimation {
  0% {
    stroke-dashoffset: 153.86;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-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%);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.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: #23b8c5;
  /* 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;
}

.wrap {
  max-width: 1354px;
}
@media (max-width: 1400px) {
  .wrap {
    padding: 0 30px;
  }
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
  max-height: 910px;
  overflow-y: hidden;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .bannerArea .bannerList {
    max-height: 780px;
  }
}
@media (max-width: 1080px) {
  .bannerArea .bannerList {
    max-height: 700px;
  }
}
@media (max-width: 840px) {
  .bannerArea .bannerList {
    max-height: 600px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerList {
    max-height: 542px;
  }
}
.bannerArea .bannerItem .Txt {
  max-width: 1354px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0 80px;
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 50%;
  left: calc(50% - 677px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.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 {
  display: inline-block;
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
  opacity: 0;
  max-width: 586px;
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #212121;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 2.5px;
  margin-top: 24px;
  opacity: 0;
  max-width: 586px;
}
.bannerArea .bannerItem .Txt .bannerBtn {
  opacity: 0;
  padding-top: 30px;
}
@media (max-width: 1400px) {
  .bannerArea .bannerItem .Txt {
    width: 100%;
    max-width: 100%;
    left: 0;
    padding: 80px 30px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 45px;
    line-height: 50px;
  }
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 2;
  }
}
@media (max-width: 840px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
    line-height: 45px;
  }
  .bannerArea .bannerItem .Txt .subtitle {
    margin-top: 16px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 2;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: 500;
    max-width: 100%;
  }
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.5px;
    max-width: 100%;
  }
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Img {
    height: 780px;
  }
  .bannerArea .bannerItem .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1080px) {
  .bannerArea .bannerItem .Img {
    height: 700px;
  }
}
@media (max-width: 840px) {
  .bannerArea .bannerItem .Img {
    height: 600px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Img {
    height: 542px;
  }
}
.bannerArea .bannerItem.slick-current .Txt .title {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .subtitle {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .bannerBtn {
  -webkit-animation: bannerTxtAnimation 0.8s 0.6s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.6s ease-in-out forwards;
}
.bannerArea .arrowBox {
  display: none;
  position: relative;
  z-index: 2;
  top: 5px;
  margin: 5px 15px;
}
.bannerArea .arrowBox.show {
  display: inline-block;
}
.bannerArea .arrowBox .arrow {
  width: 70px;
  height: 20px;
  padding: 5px 0;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bannerArea .arrowBox .arrow span {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #00a0d9;
  font-weight: 400;
}
.bannerArea .arrowBox .arrow svg {
  width: 20px;
  height: 11px;
  stroke: #00a0d9;
}
.bannerArea .arrowBox .arrowPrev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.bannerArea .arrowBox .arrowPrev:hover span {
  color: #fff;
}
.bannerArea .arrowBox .arrowPrev:hover svg {
  stroke: #fff;
}
.bannerArea .arrowBox .arrowNext:hover span {
  color: #fff;
}
.bannerArea .arrowBox .arrowNext:hover svg {
  -webkit-animation: arrowMoveNext 0.6s infinite;
          animation: arrowMoveNext 0.6s infinite;
  stroke: #fff;
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  width: 80px;
  height: 80px;
  background-color: #06b7c6;
}
.bannerArea .scrollDown.show {
  display: block;
}
.bannerArea .scrollDown svg {
  width: 24px;
  height: 13px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  stroke: #fff;
  position: absolute;
  top: calc(50% - 6.5px);
  left: calc(50% - 12px);
  -webkit-animation: scrolldownAnimate 1s infinite;
          animation: scrolldownAnimate 1s infinite;
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    display: none;
  }
  .bannerArea .scrollDown.show {
    display: none;
  }
}
@-webkit-keyframes scrolldownAnimate {
  0% {
    top: calc(50% - 6.5px);
  }
  30% {
    top: calc(50% - 2px);
  }
  100% {
    top: calc(50% - 6.5px);
  }
}
@keyframes scrolldownAnimate {
  0% {
    top: calc(50% - 6.5px);
  }
  30% {
    top: calc(50% - 2px);
  }
  100% {
    top: calc(50% - 6.5px);
  }
}
.bannerArea .dotsBox {
  position: absolute;
  bottom: 27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
@media (max-width: 840px) {
  .bannerArea .dotsBox {
    display: none;
  }
}

@-webkit-keyframes arrowMoveNext {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes arrowMoveNext {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.homeTitleStyle .learnBtnStyle {
  margin-top: 40px;
}
@media (max-width: 1180px) {
  .homeTitleStyle .learnBtnStyle {
    margin-top: 20px;
  }
}

.researchArea {
  background-color: #fff;
  background-image: url(../images/home_research_bg.png);
  padding: 150px 0 75px;
}
.researchArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.researchArea .leftBox {
  width: 360px;
}
.researchArea .leftBox .infoBox {
  min-height: 110px;
}
.researchArea .rightBox {
  width: calc(100% - 360px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.researchArea .phaseImgBox {
  width: 670px;
}
.researchArea .researchTxtBox {
  width: calc(100% - 670px);
}
.researchArea .researchImgList {
  max-height: 620px;
  overflow-y: hidden;
}
.researchArea .researchImgList .item {
  margin: 30px 70px;
  width: 534px;
}
.researchArea .researchImgList .item.animateGo .degreenBg .whiteMaskWrap .whiteMask {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.researchArea .researchImgList .item.animateGo .degreenBg .whiteMaskWrap .whiteMask.phase1 {
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
}
.researchArea .researchImgList .item.animateGo .degreenBg .whiteMaskWrap .whiteMask.phase2 {
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
}
.researchArea .researchImgList .item.animateGo .degreenBg .whiteMaskWrap .whiteMask.phase3 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.researchArea .researchImgList .item.animateGo .degreenBg .whiteMaskWrap .whiteMask.phase4 {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.researchArea .researchImgList .item.animateGo .degreenBg .whiteMaskWrap .whiteMask.phase5 {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.researchArea .researchImgList .item.animateGo .phaseBox .textBlueLine::before {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.researchArea .researchImgList .item.animateGo .phaseBox .textBlueLine.phase1::before {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.researchArea .researchImgList .item.animateGo .phaseBox .textBlueLine.phase2::before {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.researchArea .researchImgList .item.animateGo .phaseBox .textBlueLine.phase3::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.researchArea .researchImgList .item.animateGo .phaseBox .textBlueLine.phase4::before {
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
}
.researchArea .researchImgList .item.animateGo .phaseBox .textBlueLine.phase5::before {
  -webkit-transform: rotate(105deg);
          transform: rotate(105deg);
}
.researchArea .researchImgList .circleBox {
  width: 534px;
  height: 534px;
  border-radius: 50%;
  border: 1px solid rgba(217, 217, 217, 0.7);
  position: relative;
  padding: 27px;
}
.researchArea .researchImgList .circleBox::before {
  content: "";
  width: 506px;
  height: 506px;
  background-image: url(../images/home_research_circle_dot.png);
  background-size: contain;
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
}
.researchArea .researchImgList .ImgBox {
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background-color: #06b7c6;
  overflow: hidden;
}
.researchArea .researchImgList .ImgBox a {
  display: block;
  width: 100%;
}
.researchArea .researchImgList .ImgBox img {
  width: 100%;
  display: block;
  opacity: 0.5;
}
.researchArea .researchImgList .ImgBox:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.researchArea .researchImgList .degreeBox {
  width: 480px;
  height: 480px;
  position: absolute;
  top: calc(50% - 240px);
  left: calc(50% - 240px);
}
.researchArea .researchImgList .degreenBg {
  width: 480px;
  height: 240px;
  border-radius: 480px 480px 0 0;
  overflow: hidden;
  position: absolute;
  top: 1px;
  left: 1px;
}
.researchArea .researchImgList .degreenBg .blueMaskWrap {
  width: 480px;
  height: 240px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.researchArea .researchImgList .degreenBg .blueMaskWrap .blueMask {
  width: 480px;
  height: 240px;
  overflow: hidden;
  background-color: #00a0d9;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.researchArea .researchImgList .degreenBg .whiteMaskWrap {
  width: 480px;
  height: 240px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.researchArea .researchImgList .degreenBg .whiteMaskWrap .whiteMask {
  width: 480px;
  height: 240px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.researchArea .researchImgList .degreenBg::before {
  content: "";
  width: 240px;
  height: 1px;
  display: block;
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  z-index: 2;
}
.researchArea .researchImgList .degreenBg::after {
  content: "";
  width: 240px;
  height: 1px;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  z-index: 2;
}
.researchArea .researchImgList .degreenBg .line {
  width: 480px;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.researchArea .researchImgList .degreenBg .line::before {
  content: "";
  width: 240px;
  height: 1px;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform-origin: right;
          transform-origin: right;
  z-index: 2;
}
.researchArea .researchImgList .degreenBg .line::after {
  content: "";
  width: 240px;
  height: 1px;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: 2;
}
.researchArea .researchImgList .degreenBg .line1::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.researchArea .researchImgList .degreenBg .line1::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.researchArea .researchImgList .degreenBg .line2::before {
  -webkit-transform: rotate(105deg);
          transform: rotate(105deg);
}
.researchArea .researchImgList .degreenBg .line2::after {
  -webkit-transform: rotate(-105deg);
          transform: rotate(-105deg);
}
.researchArea .researchImgList .phaseBox {
  width: 534px;
  height: 267px;
  position: absolute;
  top: 0;
  left: 0;
}
.researchArea .researchImgList .phaseBox .phase {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  border: 2px solid transparent;
}
.researchArea .researchImgList .phaseBox .phase::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #8e8e8e;
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  left: calc(50% - 6px);
}
.researchArea .researchImgList .phaseBox .phase::after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background-color: #00a0d9;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  opacity: 0;
}
.researchArea .researchImgList .phaseBox .phase p {
  position: absolute;
  width: 60px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 400;
  color: #7d7d7d;
  text-align: center;
  padding-top: 7px;
}
.researchArea .researchImgList .phaseBox .phase.completed {
  background-color: #fff;
  border: 2px solid #00a0d9;
}
.researchArea .researchImgList .phaseBox .phase.completed::before {
  opacity: 0;
}
.researchArea .researchImgList .phaseBox .phase.completed::after {
  opacity: 1;
}
.researchArea .researchImgList .phaseBox .phase.completed p {
  color: #00a0d9;
}
.researchArea .researchImgList .phaseBox .phase0 {
  bottom: 62px;
  left: 0;
}
.researchArea .researchImgList .phaseBox .phase0 p {
  right: 21px;
  top: -22px;
}
.researchArea .researchImgList .phaseBox .phase1 {
  bottom: 182px;
  left: 69px;
}
.researchArea .researchImgList .phaseBox .phase1::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.researchArea .researchImgList .phaseBox .phase1 p {
  right: 23px;
  top: -27px;
}
.researchArea .researchImgList .phaseBox .phase2 {
  bottom: 251px;
  left: 189px;
}
.researchArea .researchImgList .phaseBox .phase2::before {
  -webkit-transform: rotate(-105deg);
          transform: rotate(-105deg);
}
.researchArea .researchImgList .phaseBox .phase2 p {
  right: -19px;
  top: -31px;
}
.researchArea .researchImgList .phaseBox .phase3 {
  bottom: 251px;
  right: 189px;
}
.researchArea .researchImgList .phaseBox .phase3::before {
  -webkit-transform: rotate(-75deg);
          transform: rotate(-75deg);
}
.researchArea .researchImgList .phaseBox .phase3 p {
  left: -13px;
  top: -31px;
}
.researchArea .researchImgList .phaseBox .phase4 {
  bottom: 182px;
  right: 69px;
}
.researchArea .researchImgList .phaseBox .phase4::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.researchArea .researchImgList .phaseBox .phase4 p {
  left: 21px;
  top: -22px;
}
.researchArea .researchImgList .phaseBox .phase5 {
  bottom: 62px;
  right: 0;
}
.researchArea .researchImgList .phaseBox .phase5::before {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.researchArea .researchImgList .phaseBox .phase5 p {
  left: 11px;
  top: -15px;
}
.researchArea .researchImgList .phaseBox .textBlueLine {
  width: 534px;
  height: 267px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.researchArea .researchImgList .phaseBox .textBlueLine::before {
  content: "";
  width: 534px;
  height: 534px;
  border-radius: 50%;
  border-bottom: 1px solid #00a0d9;
  border-left: 1px solid #00a0d9;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.researchArea .researchImgList .phaseBox_m {
  display: none;
}
.researchArea .researchImgList .centerDot {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  position: absolute;
  top: calc(50% - 62px);
  left: calc(50% - 62px);
  pointer-events: none;
}
.researchArea .researchImgList .centerDot::before {
  content: "";
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  top: calc(50% - 48px);
  left: calc(50% - 48px);
}
.researchArea .researchImgList .centerDot::after {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
}
.researchArea .researchImgList .centerDot .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
}
.researchArea .dotsBox {
  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;
}
.researchArea .dotsBox .slick-dots-rectangle li button {
  position: relative;
  top: calc(50% - 15px);
}
.researchArea .arrowBox_m {
  display: none;
}
.researchArea .researchBtnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 12px;
  position: relative;
  left: -5px;
}
.researchArea .researchBtnList li {
  display: inline-block;
  padding-right: 20px;
  padding-top: 12px;
  cursor: pointer;
}
.researchArea .researchBtnList li.slick-current .title {
  color: #212121;
  font-weight: 400;
}
.researchArea .researchBtnList li.slick-current .title::before {
  width: 100%;
}
.researchArea .researchBtnList .title {
  position: relative;
  color: #333;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 5px 0;
}
.researchArea .researchBtnList .title::before {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1bb2c1), to(#0b9cdb));
  background: linear-gradient(to right, #1bb2c1, #0b9cdb);
}
.researchArea .researchBtnList .title:hover {
  color: #00a0d9;
}
.researchArea .researchList {
  width: 424px;
  position: relative;
  left: -90px;
  max-height: 373px;
  overflow-y: hidden;
}
.researchArea .researchList li.slick-current .item .Txt .indicationBox::before {
  width: 420px;
}
.researchArea .researchList .item {
  width: 334px;
  margin-left: auto;
  margin-right: 7px;
  padding-top: 20px;
  position: relative;
}
.researchArea .researchList .item .Txt {
  min-height: 305px;
}
.researchArea .researchList .item .Txt .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 8px;
}
.researchArea .researchList .item .Txt .title {
  padding-right: 12px;
}
.researchArea .researchList .item .Txt .title a {
  display: inline-block;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 2px;
}
.researchArea .researchList .item .Txt .title:hover a {
  color: #333;
}
.researchArea .researchList .item .Txt .subtitle a {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 2px;
  color: #000;
  font-weight: 500;
  display: inline-block;
}
.researchArea .researchList .item .Txt .subtitle a:hover {
  color: #00a0d9;
}
.researchArea .researchList .item .Txt .exp {
  padding-bottom: 23px;
  position: relative;
}
.researchArea .researchList .item .Txt .exp.ellipsis {
  max-height: 148px;
}
.researchArea .researchList .item .Txt .exp .expLink {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.researchArea .researchList .item .Txt .indicationBox {
  padding-top: 23px;
  position: relative;
}
.researchArea .researchList .item .Txt .indicationBox::before {
  content: "";
  width: 0px;
  height: 1px;
  background-color: #d1d1d1;
  position: absolute;
  top: 0;
  right: -7px;
}
.researchArea .researchList .item .Txt .indicationBox .indicationTitle {
  display: inline-block;
}
.researchArea .researchList .item .Txt .indicationBox .indication {
  display: inline-block;
}
.researchArea .researchList .item .Txt .indicationBox.ellipsis {
  max-height: 98px;
}
.researchArea .researchList .item .learnBtnStyle {
  position: relative;
}
@media (max-width: 1400px) {
  .researchArea {
    padding: 90px 0 75px;
    background-position: right;
    background-size: cover;
  }
  .researchArea .leftBox {
    width: 100%;
    padding-bottom: 20px;
  }
  .researchArea .leftBox .titleStyle {
    text-align: center;
  }
  .researchArea .leftBox .titleStyle .title::before {
    left: calc(50% - 27.5px);
  }
  .researchArea .leftBox .infoBox {
    min-height: auto;
    text-align: center;
  }
  .researchArea .leftBox .learnBtnStyle {
    text-align: center;
  }
  .researchArea .rightBox {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .researchArea {
    background-position: right 20% top 0%;
  }
  .researchArea .phaseImgBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .researchArea .researchTxtBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .researchArea .researchImgList .item {
    margin: 30px auto;
  }
  .researchArea .researchBtnList {
    left: 0;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
  }
  .researchArea .researchList {
    left: 0;
    width: 100%;
  }
  .researchArea .researchList .item {
    width: 100%;
    max-width: 400px;
    margin: 0px auto 20px;
  }
  .researchArea .researchList .item .Txt {
    min-height: initial;
  }
  .researchArea .researchList .item .Txt .titleBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .researchArea .researchList .item .Txt .exp {
    padding-bottom: 5px;
    text-align: center;
    color: #6c6c6c;
  }
  .researchArea .researchList .item .Txt .exp.ellipsis {
    height: 80px;
    max-height: none;
  }
  .researchArea .researchList .item .Txt .indicationBox {
    padding-top: 0;
    text-align: center;
  }
  .researchArea .researchList .item .Txt .indicationBox .indicationTitle {
    display: block;
    color: #333;
  }
  .researchArea .researchList .item .Txt .indicationBox .indication {
    color: #6c6c6c;
  }
  .researchArea .researchList .item .Txt .indicationBox::before {
    display: none;
  }
  .researchArea .researchList .item .learnBtnStyle {
    margin: 20px auto 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .researchArea .phaseImgBox {
    position: relative;
  }
  .researchArea .researchImgList {
    max-height: none;
  }
  .researchArea .researchImgList .item {
    margin: 0 auto;
    width: 100%;
  }
  .researchArea .researchImgList .item.animateGo .phaseBox_m .textBlueLine {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .researchArea .researchImgList .item.animateGo .phaseBox_m .textBlueLine.phase1 {
    width: 20%;
  }
  .researchArea .researchImgList .item.animateGo .phaseBox_m .textBlueLine.phase2 {
    width: 40%;
  }
  .researchArea .researchImgList .item.animateGo .phaseBox_m .textBlueLine.phase3 {
    width: 60%;
  }
  .researchArea .researchImgList .item.animateGo .phaseBox_m .textBlueLine.phase4 {
    width: 80%;
  }
  .researchArea .researchImgList .item.animateGo .phaseBox_m .textBlueLine.phase5 {
    width: 100%;
  }
  .researchArea .researchImgList .circleBox {
    border-color: transparent;
    width: 100%;
    height: auto;
    padding: 0 32px;
  }
  .researchArea .researchImgList .circleBox::before {
    display: none;
  }
  .researchArea .researchImgList .ImgBox {
    margin: 0 auto;
    position: relative;
  }
  .researchArea .researchImgList .ImgBox::before {
    content: "";
    width: 34px;
    height: 2px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 17px);
  }
  .researchArea .researchImgList .ImgBox::after {
    content: "";
    width: 2px;
    height: 34px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 17px);
    left: calc(50% - 1px);
  }
  .researchArea .researchImgList .phaseBox {
    display: none;
  }
  .researchArea .researchImgList .phaseBox_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 496px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 60px 0 0;
  }
  .researchArea .researchImgList .phaseBox_m::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #e1e1e1;
    position: absolute;
    bottom: 7.5px;
    left: 0;
  }
  .researchArea .researchImgList .phaseBox_m .textBlueLine {
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 7.5px;
    left: 0;
    background-color: #29dad2;
  }
  .researchArea .researchImgList .phaseBox_m .phase {
    width: 16px;
    height: 16px;
    position: relative;
    border-radius: 50%;
    background-color: #e1e1e1;
  }
  .researchArea .researchImgList .phaseBox_m .phase::before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .researchArea .researchImgList .phaseBox_m .phase.completed {
    background-color: #29dad2;
  }
  .researchArea .researchImgList .phaseBox_m .phase.completed::before {
    opacity: 1;
  }
  .researchArea .researchImgList .phaseBox_m p {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #4b4b4b;
    font-weight: 400;
    opacity: 0;
    width: 76px;
    text-align: center;
  }
  .researchArea .researchImgList .phaseBox_m p.showTxt {
    opacity: 1;
  }
  .researchArea .researchImgList .degreenBg .blueMaskWrap {
    display: none;
  }
  .researchArea .researchImgList .degreenBg .whiteMaskWrap {
    display: none;
  }
  .researchArea .researchImgList .degreenBg::before, .researchArea .researchImgList .degreenBg::after {
    display: none;
  }
  .researchArea .researchImgList .degreenBg .line {
    display: none;
  }
  .researchArea .researchImgList .centerDot {
    display: none;
  }
  .researchArea .dotsBox {
    display: none;
  }
  .researchArea .arrowBox_m {
    display: block;
    position: absolute;
    bottom: 300px;
    width: 30px;
    height: 20px;
  }
  .researchArea .arrowBox_m a {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
  }
  .researchArea .arrowBox_m a::before {
    width: 18px;
    height: 4px;
  }
  .researchArea .arrowBox_m a::after {
    width: 4px;
    height: 18px;
  }
  .researchArea .arrowBox_m.prev {
    left: 0;
  }
  .researchArea .arrowBox_m.next {
    right: 0;
  }
  .researchArea .researchBtnList {
    display: none;
  }
  .researchArea .researchList .item .Txt .indicationBox.ellipsis {
    height: 75px;
  }
  .researchArea .researchList .item .learnBtnStyle {
    display: none;
  }
}
@media (max-width: 640px) {
  .researchArea .leftBox {
    padding-bottom: 0;
  }
  .researchArea .leftBox .infoBox {
    display: none;
  }
  .researchArea .rightBox .learnBtnStyle {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 20px auto 0;
  }
  .researchArea .researchImgList .ImgBox {
    width: 100%;
    height: auto;
  }
  .researchArea .researchImgList .phaseBox_m {
    width: calc(100% + 16px);
    left: -8px;
  }
  .researchArea .arrowBox_m {
    bottom: calc(50px + 50vw - 60px + 10px);
  }
  .researchArea .researchList .item {
    padding-top: 0;
  }
  .researchArea .researchList .item .Txt .exp.ellipsis {
    height: 55px;
  }
}

.aboutArea {
  background-color: #fff;
  padding: 203px 0 94px;
  position: relative;
}
.aboutArea .bgBox {
  content: "";
  width: 960px;
  height: 705px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutArea .bgBox img {
  display: block;
  width: 100%;
  opacity: 0.3;
}
.aboutArea .wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aboutArea .leftBox {
  width: 350px;
}
.aboutArea .leftBox .infoBox h1 {
  font-weight: 400;
}
.aboutArea .rightBox {
  width: calc(100% - 350px);
  padding-left: 88px;
  position: relative;
}
.aboutArea .dotsBox {
  position: absolute;
  top: 130px;
  right: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}
.aboutArea .dotsBox .slidePage {
  width: auto;
}
.aboutArea .dotsBox .slidePage.current {
  color: #000;
}
.aboutArea .dotsBox .slidePage.total {
  padding-right: 5px;
}
.aboutArea .dotsBox .slidePage.total::before {
  content: "/";
  padding: 0 3px;
}
.aboutArea .dotsBox .arrowBox.angle {
  cursor: pointer;
}
.aboutArea .dotsBox .arrowBox.angle:hover a::before, .aboutArea .dotsBox .arrowBox.angle:hover a::after {
  background-color: #000;
}
.aboutArea .dotsBox_m {
  display: none;
}
.aboutArea .bgDecoCircle {
  width: 534px;
  height: 534px;
  border-radius: 50%;
  border: 1px solid rgba(217, 217, 217, 0.7);
  position: absolute;
  top: -115px;
  left: 65px;
}
.aboutArea .bgDecoCircle .decoLineBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: rotate360 30s infinite linear;
          animation: rotate360 30s infinite linear;
}
.aboutArea .bgDecoCircle .decoLine {
  width: calc(100% + 14px);
  height: 1px;
  position: absolute;
  top: calc(50% - 0.5px);
  left: -7px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.aboutArea .bgDecoCircle .decoLine::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #8e8e8e;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutArea .bgDecoCircle .decoLine::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #8e8e8e;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.aboutArea .bgDecoCircle .decoLine:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.aboutArea .bgDecoCircle .decoLine:nth-child(3) {
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
}
.aboutArea .bgDecoCircle .decoLine:nth-child(4) {
  -webkit-transform: rotate(105deg);
          transform: rotate(105deg);
}
.aboutArea .bgDecoCircle .decoLine:nth-child(5) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.aboutArea .bgDecoCircle .decoLine:nth-child(6) {
  -webkit-transform: rotate(165deg);
          transform: rotate(165deg);
}
.aboutArea .bgDecoCircle::before {
  content: "";
  width: 506px;
  height: 506px;
  background-image: url(../images/home_research_circle_dot.png);
  background-size: contain;
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
}
.aboutArea .bgDecoCircle .decoRectangle {
  width: 414px;
  height: 595px;
  position: absolute;
  top: 20px;
  left: 61px;
  -webkit-filter: brightness(1.1) opacity(1);
          filter: brightness(1.1) opacity(1);
}
.aboutArea .bgDecoCircle .decoRectangle::before {
  content: "";
  width: 423px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  position: absolute;
  top: 234px;
  left: -423px;
}
.aboutArea .bgDecoCircle .decoRectangle::after {
  content: "";
  width: 260px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  top: 234px;
  right: -260px;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.aboutArea .aboutList {
  position: relative;
  max-height: 600px;
  overflow-y: hidden;
}
.aboutArea .aboutList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aboutArea .aboutList .Img {
  width: 414px;
  height: 595px;
}
.aboutArea .aboutList .Img img {
  display: block;
  width: 100%;
}
.aboutArea .aboutList .Img_m {
  display: none;
}
.aboutArea .aboutList .Txt {
  width: calc(100% - 414px);
  padding-top: 188px;
  padding-left: 88px;
  padding-right: 95px;
}
.aboutArea .aboutList .Txt .subtitle {
  display: inline-block;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 2px;
  font-weight: 500;
  padding-bottom: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 61px;
}
.aboutArea .aboutList .Txt .title {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
  color: #333;
}
.aboutArea .aboutList .Txt .title a {
  color: #333;
  display: inline-block;
}
.aboutArea .aboutList .Txt .title a:hover {
  color: #00a0d9;
}
.aboutArea .aboutList .Txt .title.ellipsis {
  max-height: 60px;
}
.aboutArea .aboutList .Txt .exp {
  padding-top: 17px;
}
.aboutArea .aboutList .Txt .exp.ellipsis {
  max-height: 217px;
}
.aboutArea .aboutList .Txt .learnBtnStyle2 {
  margin-top: 10px;
}
.aboutArea .aboutListLeft {
  width: 506px;
  position: absolute;
  top: 0;
  right: -434px;
  max-height: 530px;
  overflow-y: hidden;
}
.aboutArea .aboutListLeft.hide {
  opacity: 0;
}
@media (min-width: 841px) {
  .aboutArea .aboutListLeft li:nth-child(even) .item {
    padding-top: 0;
  }
  .aboutArea .aboutListLeft li.slick-active .item {
    padding-top: 0;
  }
  .aboutArea .aboutListLeft li.slick-active + .slick-active .item {
    padding-top: 190px;
  }
}
.aboutArea .aboutListLeft .item {
  height: 522px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutArea .aboutListLeft .Img {
  width: 233px;
}
.aboutArea .aboutListLeft .Img img {
  width: 100%;
}
@media (max-width: 1680px) {
  .aboutArea .bgDecoCircle .decoRectangle {
    display: none;
  }
}
@media (max-width: 1400px) {
  .aboutArea {
    padding: 120px 0 80px;
  }
  .aboutArea .bgBox {
    content: "";
    width: 800px;
    height: auto;
  }
  .aboutArea .bgDecoCircle {
    top: 100px;
    left: -50px;
  }
  .aboutArea .rightBox {
    padding-left: 30px;
  }
  .aboutArea .dotsBox {
    top: 120px;
    right: 0;
  }
  .aboutArea .aboutList .Txt {
    padding-right: 0;
    padding-left: 40px;
    padding-top: 160px;
  }
  .aboutArea .aboutList .Txt .subtitle {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 3px;
    padding-bottom: 15px;
    white-space: normal;
    overflow: auto;
    text-overflow: initial;
    height: auto;
  }
  .aboutArea .aboutList .Txt .subtitle.ellipsis {
    max-height: 75px;
  }
  .aboutArea .aboutListLeft {
    display: none;
  }
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 80px 0 80px;
    background-color: #ecebeb;
  }
  .aboutArea .bgBox {
    display: none;
  }
  .aboutArea .leftBox {
    width: 100%;
    padding-bottom: 40px;
  }
  .aboutArea .leftBox .titleBox {
    text-align: center;
  }
  .aboutArea .leftBox .titleBox .entitle {
    color: transparent;
  }
  .aboutArea .leftBox .titleBox .title {
    color: #333;
  }
  .aboutArea .leftBox .titleBox .title::before {
    background-color: #06b7c6;
    left: calc(50% - 27.5px);
  }
  .aboutArea .leftBox .infoBox {
    color: #727272;
    text-align: center;
  }
  .aboutArea .leftBox .learnBtnStyle {
    text-align: center;
  }
  .aboutArea .rightBox {
    width: 100%;
    padding-left: 0;
  }
  .aboutArea .bgDecoCircle {
    top: 110px;
    left: -90px;
  }
}
@media (max-width: 840px) {
  .aboutArea {
    padding: 70px 0 50px;
  }
  .aboutArea .leftBox {
    padding-bottom: 0;
  }
  .aboutArea .rightBox {
    padding-top: 20px;
  }
  .aboutArea .dotsBox {
    display: none;
  }
  .aboutArea .dotsBox_m {
    display: block;
    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;
  }
  .aboutArea .bgDecoCircle {
    display: none;
  }
  .aboutArea .aboutList {
    max-height: none;
  }
  .aboutArea .aboutList .Txt {
    width: 100%;
    padding: 20px 0;
  }
  .aboutArea .aboutList .Txt .subtitle {
    display: none;
  }
  .aboutArea .aboutList .Img {
    display: none;
  }
  .aboutArea .aboutList .Img_m {
    display: block;
    width: 100%;
    max-width: 780px;
    height: auto;
    max-height: 540px;
    margin: 0 auto;
    overflow-y: hidden;
  }
  .aboutArea .aboutList .Img_m a {
    width: 100%;
  }
  .aboutArea .aboutList .Img_m img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 640px) {
  .aboutArea {
    padding: 70px 0 40px;
  }
  .aboutArea .leftBox .infoBox {
    display: none;
  }
  .aboutArea .rightBox {
    padding-top: 0;
  }
  .aboutArea .rightBox .learnBtnStyle {
    margin-top: 20px;
    text-align: center;
  }
  .aboutArea .rightBox .learnBtnStyle a {
    background: -webkit-gradient(linear, left top, right top, from(#1bb2c1), to(#0b9cdb));
    background: linear-gradient(to right, #1bb2c1, #0b9cdb);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .aboutArea .rightBox .learnBtnStyle a span {
    color: #fff;
  }
  .aboutArea .rightBox .learnBtnStyle a svg {
    stroke: #fff;
  }
  .aboutArea .rightBox .learnBtnStyle a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background: linear-gradient(to right, #fff, #fff);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }
  .aboutArea .rightBox .learnBtnStyle a:hover span {
    color: #06b7c6;
  }
  .aboutArea .rightBox .learnBtnStyle a:hover svg {
    stroke: #06b7c6;
    -webkit-animation: learnBtnArrowMove 0.8s infinite;
            animation: learnBtnArrowMove 0.8s infinite;
  }
  .aboutArea .aboutList .Txt {
    text-align: center;
  }
  .aboutArea .aboutList .Txt .exp {
    height: 117px;
  }
  .aboutArea .aboutList .Txt .learnBtnStyle2 {
    display: none;
  }
  .aboutArea .dotsBox_m {
    margin: 10px 0 0;
  }
}

.newsArea {
  padding: 80px 0 70px;
  position: relative;
}
.newsArea .leftBg {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
}
.newsArea .leftBg img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.newsArea .rightBg {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.newsArea .rightBg img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: opacity(0.2);
          filter: opacity(0.2);
}
.newsArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.newsArea .leftBox {
  width: calc(100% - 416px);
}
.newsArea .rightBox {
  width: 416px;
  padding-left: 60px;
}
.newsArea .newsBox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 -11px;
  position: relative;
}
.newsArea .newsBox.hide {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.newsArea .newsList {
  height: 494px;
  overflow-y: hidden;
}
.newsArea .newsList li {
  padding: 0 11px;
}
.newsArea .newsList li.slick-active {
  padding-top: 0;
}
.newsArea .newsList li.slick-active + .slick-active {
  padding-top: 67px;
}
.newsArea .newsList li.slick-active + .slick-active + .slick-active {
  padding-top: 0px;
}
.newsArea .newsList .item {
  background-color: #fff;
  position: relative;
  height: 415px;
  overflow: hidden;
  padding-bottom: 80px;
}
@media (min-width: 1181px) {
  .newsArea .newsList .item:hover .Img {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    pointer-events: auto;
  }
  .newsArea .newsList .item:hover .learnBtnStyle2.hasImg::before, .newsArea .newsList .item:hover .learnBtnStyle2.hasImg::after {
    background-color: #fff;
  }
  .newsArea .newsList .item:hover .learnBtnStyle2.hasImg a span {
    color: #fff;
  }
  .newsArea .newsList .item:hover .learnBtnStyle2.hasImg a svg {
    stroke: #fff;
  }
}
.newsArea .newsList .Txt {
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.newsArea .newsList .Txt .textTag {
  display: inline-block;
  padding: 0 15px;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 300;
}
.newsArea .newsList .Txt .date {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  text-align: right;
  padding-right: 25px;
}
.newsArea .newsList .Txt .date .month {
  font-size: 30px;
  line-height: 25px;
  letter-spacing: 0;
  color: #06b7c6;
  font-weight: 600;
}
.newsArea .newsList .Txt .date .year {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #a9a9a9;
  position: absolute;
  top: 1px;
  right: -6px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.newsArea .newsList .Txt .date .year::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #a9a9a9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.newsArea .newsList .Txt .title {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  border-bottom: 1px solid #f0f0f0;
}
.newsArea .newsList .Txt .title a {
  display: inline-block;
  color: #333;
  font-weight: 400;
}
.newsArea .newsList .Txt .title a:hover {
  color: #06b7c6;
}
.newsArea .newsList .Txt .title.ellipsis {
  max-height: 111px;
}
.newsArea .newsList .Txt .exp {
  padding-top: 15px;
}
.newsArea .newsList .Txt .exp.ellipsis {
  max-height: 155px;
}
.newsArea .newsList .Img {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  pointer-events: none;
}
.newsArea .newsList .Img a {
  display: block;
  width: 100%;
  height: 100%;
}
.newsArea .newsList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsArea .newsList .learnBtnStyle2 {
  position: absolute;
  bottom: 39px;
  left: 28px;
}
.newsArea .dotsBox {
  position: absolute;
  bottom: 0;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArea .dotsBox .slidePage {
  color: #fff;
}
.newsArea .dotsBox .arrowBox {
  cursor: pointer;
}
.newsArea .dotsBox .arrowBox a::before, .newsArea .dotsBox .arrowBox a::after {
  background-color: #fff;
  opacity: 0.5;
}
.newsArea .dotsBox .arrowBox:hover a::before, .newsArea .dotsBox .arrowBox:hover a::after {
  opacity: 1;
}
.newsArea .dotsBox .slick-dots-rectangle li button {
  width: 28px;
}
.newsArea .dotsBox .slick-dots-rectangle li button::before {
  background: #fff;
  background-color: #fff;
  opacity: 0.5;
  width: 24px;
  left: calc(50% - 12px);
}
.newsArea .dotsBox .slick-dots-rectangle li button:hover::before {
  opacity: 0.8;
}
.newsArea .dotsBox .slick-dots-rectangle li.slick-active button::before {
  opacity: 1;
}
@media (max-width: 1400px) {
  .newsArea .leftBg {
    width: calc(100% - 650px);
  }
  .newsArea .rightBg {
    width: 650px;
  }
  .newsArea .leftBox {
    width: calc(100% - 360px);
  }
  .newsArea .rightBox {
    width: 360px;
    padding-left: 30px;
  }
  .newsArea .newsList li {
    padding: 0 11px;
  }
  .newsArea .newsList li.slick-active {
    padding-top: 0;
  }
  .newsArea .newsList li.slick-active + .slick-active {
    padding-top: 40px;
  }
  .newsArea .newsList li.slick-active + .slick-active + .slick-active {
    padding-top: 0px;
  }
  .newsArea .newsList .item {
    max-width: 300px;
    margin: 0 auto;
  }
  .newsArea .dotsBox {
    right: 0px;
  }
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 60px 0 70px;
    background-color: #ecebeb;
  }
  .newsArea .leftBg, .newsArea .rightBg {
    display: none;
  }
  .newsArea .leftBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .newsArea .rightBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .newsArea .rightBox .titleBox {
    padding-bottom: 0;
    text-align: center;
  }
  .newsArea .rightBox .titleBox .entitle {
    color: transparent;
  }
  .newsArea .rightBox .titleBox .title {
    color: #333;
  }
  .newsArea .rightBox .titleBox .title::before {
    background-color: #06b7c6;
    left: calc(50% - 27.5px);
  }
  .newsArea .rightBox .learnBtnStyle {
    margin-top: 20px;
    text-align: center;
  }
  .newsArea .rightBox .learnBtnStyle a {
    background: -webkit-gradient(linear, left top, right top, from(#1bb2c1), to(#0b9cdb));
    background: linear-gradient(to right, #1bb2c1, #0b9cdb);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .newsArea .rightBox .learnBtnStyle a span {
    color: #fff;
  }
  .newsArea .rightBox .learnBtnStyle a svg {
    stroke: #fff;
  }
  .newsArea .rightBox .learnBtnStyle a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background: linear-gradient(to right, #fff, #fff);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }
  .newsArea .rightBox .learnBtnStyle a:hover span {
    color: #06b7c6;
  }
  .newsArea .rightBox .learnBtnStyle a:hover svg {
    stroke: #06b7c6;
    -webkit-animation: learnBtnArrowMove 0.8s infinite;
            animation: learnBtnArrowMove 0.8s infinite;
  }
  .newsArea .newsBox {
    margin: 0;
  }
  .newsArea .dotsBox {
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newsArea .dotsBox .slidePage {
    color: #9e9e9e;
  }
  .newsArea .dotsBox .slidePage.current {
    color: #06b7c6;
  }
  .newsArea .dotsBox .arrowBox a::before, .newsArea .dotsBox .arrowBox a::after {
    background-color: #c7c6c6;
    opacity: 1;
  }
  .newsArea .dotsBox .arrowBox:hover a::before, .newsArea .dotsBox .arrowBox:hover a::after {
    background-color: #06b7c6;
  }
  .newsArea .dotsBox .slick-dots-rectangle li button {
    width: 48px;
  }
  .newsArea .dotsBox .slick-dots-rectangle li button::before {
    background: #c7c6c6;
    background-color: #c7c6c6;
    opacity: 1;
    width: 42px;
    left: calc(50% - 21px);
  }
  .newsArea .dotsBox .slick-dots-rectangle li.slick-active button::before {
    background-color: #06b7c6;
  }
}
@media (max-width: 960px) {
  .newsArea {
    padding: 40px 0 65px;
  }
  .newsArea .newsBox {
    padding-bottom: 65px;
  }
  .newsArea .newsList {
    max-height: 365px;
  }
  .newsArea .newsList li {
    padding: 0 11px;
  }
  .newsArea .newsList li.slick-active + .slick-active {
    padding-top: 0px;
  }
  .newsArea .newsList .item {
    height: 365px;
  }
  .newsArea .newsList .Txt {
    padding: 28px 28px 0;
  }
  .newsArea .newsList .Txt .exp {
    padding: 15px 0;
  }
  .newsArea .newsList .Txt .exp.ellipsis {
    height: 130px;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList li {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .newsArea {
    padding: 30px 0 65px;
  }
  .newsArea .newsBox {
    padding-bottom: 0;
  }
  .newsArea .newsBox .learnBtnStyle {
    margin-top: 40px;
    text-align: center;
  }
  .newsArea .newsBox .learnBtnStyle a {
    background: -webkit-gradient(linear, left top, right top, from(#1bb2c1), to(#0b9cdb));
    background: linear-gradient(to right, #1bb2c1, #0b9cdb);
  }
  .newsArea .newsBox .learnBtnStyle a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background: linear-gradient(to right, #fff, #fff);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }
  .newsArea .newsBox .learnBtnStyle a:hover span {
    color: #06b7c6;
  }
  .newsArea .newsBox .learnBtnStyle a:hover svg {
    stroke: #06b7c6;
    -webkit-animation: learnBtnArrowMove 0.8s infinite;
            animation: learnBtnArrowMove 0.8s infinite;
  }
  .newsArea .newsBox .learnBtnStyle span {
    color: #fff;
  }
  .newsArea .newsBox .learnBtnStyle svg {
    stroke: #fff;
  }
  .newsArea .dotsBox {
    padding-top: 45px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 400px) {
  .newsArea .newsList .item {
    max-width: 100%;
  }
  .newsArea .dotsBox .slick-dots-rectangle li button {
    width: 28px;
  }
  .newsArea .dotsBox .slick-dots-rectangle li button::before {
    width: 24px;
    left: calc(50% - 12px);
  }
}

.otherArea {
  padding: 68px 0 89px;
  background-color: #fff;
  position: relative;
  height: 1337px;
  overflow-y: hidden;
}
.otherArea::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/home_other_bg.png);
  background-position: top;
}
.otherArea .wrap {
  position: relative;
  z-index: 2;
  height: 100%;
}
.otherArea .adList {
  width: 100%;
  height: 100%;
  position: relative;
}
.otherArea .adList li {
  display: inline-block;
}
.otherArea .adList li.blue {
  position: absolute;
  top: 82px;
  left: 255px;
}
.otherArea .adList li.blue .Txt {
  background-color: #00a0d9;
  position: absolute;
  top: 207px;
  left: -257px;
}
.otherArea .adList li.blue .Txt .titleStyle .title a:hover {
  color: #06b7c6;
}
.otherArea .adList li.aqua {
  position: absolute;
  top: 0;
  left: 743px;
}
.otherArea .adList li.aqua .Txt {
  background-color: #06b7c6;
  position: absolute;
  top: 80px;
  right: -272px;
}
.otherArea .adList li.aqua .Txt .titleStyle .title a:hover {
  color: #00a0d9;
}
.otherArea .adList li.aqua .Img {
  width: 340px;
}
.otherArea .adList li.white {
  position: absolute;
  bottom: 150px;
  right: 318px;
}
.otherArea .adList li.white .Txt {
  position: absolute;
  top: 184px;
  left: -224px;
}
.otherArea .adList li.white .Img {
  width: 272px;
}
.otherArea .adList .item {
  position: relative;
}
.otherArea .adList .Txt {
  padding-top: 40px;
  padding: 40px 30px 36px;
  position: relative;
  width: 285px;
  height: 377px;
  background-color: #fff;
  z-index: 2;
}
.otherArea .adList .Txt .titleStyle .entitle {
  font-size: 30px;
  line-height: 35px;
  padding-bottom: 0;
}
.otherArea .adList .Txt .titleStyle .title {
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 28px;
}
.otherArea .adList .Txt .titleStyle .title a {
  display: inline-block;
}
.otherArea .adList .Txt .titleStyle.white .title a {
  color: #fff;
}
.otherArea .adList .Txt .exp.ellipsis {
  height: 120px;
}
.otherArea .adList .Txt .learnBtnStyle2 {
  position: relative;
  z-index: 2;
}
.otherArea .adList .Txt .TxtLink {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.otherArea .adList .Img {
  width: 420px;
  overflow: hidden;
}
.otherArea .adList .Img img {
  display: block;
  width: 100%;
}
.otherArea .adList .Img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.otherArea .adList .Img_m {
  display: none;
}
@media (max-width: 1400px) {
  .otherArea {
    padding: 40px;
    height: auto;
    overflow-x: hidden;
  }
  .otherArea::before {
    background-size: cover;
  }
  .otherArea .adList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
  }
  .otherArea .adList li.blue {
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .otherArea .adList li.blue .Txt {
    position: relative;
    top: 0px;
    left: 0px;
  }
  .otherArea .adList li.blue .Img {
    width: 260px;
    height: 367px;
  }
  .otherArea .adList li.aqua {
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .otherArea .adList li.aqua .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .otherArea .adList li.aqua .Txt {
    position: relative;
    top: 0px;
    right: 0px;
  }
  .otherArea .adList li.aqua .Img {
    width: 260px;
    height: 367px;
  }
  .otherArea .adList li.white {
    position: relative;
    bottom: 0px;
    right: 0px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .otherArea .adList li.white .Txt {
    position: relative;
    top: 0px;
    left: 0px;
  }
  .otherArea .adList li.white .Img {
    width: 260px;
    height: 367px;
  }
  .otherArea .adList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .otherArea .adList .Txt {
    height: 367px;
    padding: 30px;
  }
  .otherArea .adList .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 840px) {
  .otherArea .adList li.aqua .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .otherArea .adList li.white .Txt .exp::before {
    background-color: #06b7c6;
  }
  .otherArea .adList .item {
    max-width: 780px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .otherArea .adList .Txt {
    width: 100%;
    height: auto;
  }
  .otherArea .adList .Txt .titleStyle {
    padding-bottom: 0;
  }
  .otherArea .adList .Txt .titleStyle .title {
    padding-bottom: 5px;
  }
  .otherArea .adList .Txt .titleStyle .title::before {
    display: none;
  }
  .otherArea .adList .Txt .exp {
    margin-top: 20px;
    padding-top: 25px;
    position: relative;
  }
  .otherArea .adList .Txt .exp::before {
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .otherArea .adList .Txt .exp.ellipsis {
    height: auto;
    max-height: 75px;
  }
  .otherArea .adList .Txt .learnBtnStyle2 {
    display: none;
  }
  .otherArea .adList .Img {
    display: none;
  }
  .otherArea .adList .Img_m {
    display: block;
    width: 100%;
    height: auto;
  }
  .otherArea .adList .Img_m img {
    display: block;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .otherArea {
    padding: 80px 0;
  }
  .otherArea::before {
    background-image: url(../images/home_other_bg_m.png);
    background-size: cover;
  }
}
@media (max-width: 400px) {
  .otherArea .adList .Txt {
    padding: 20px;
  }
  .otherArea .adList .Txt .titleStyle .entitle {
    font-size: 26px;
    line-height: 30px;
  }
  .otherArea .adList .Txt .titleStyle .title {
    font-size: 20px;
    line-height: 25px;
    padding-top: 10px;
  }
  .otherArea .adList .Txt .exp {
    margin-top: 15px;
    padding-top: 10px;
    max-height: 85px;
  }
}