.contentBox {
  position: relative;
}
.contentBox .decoImg {
  position: absolute;
  top: 12px;
  right: -3px;
  width: 42.55vw;
  z-index: -1;
}
@media (max-width: 1023px) {
  .contentBox .decoImg {
    width: 60vw;
  }
}
@media (max-width: 767px) {
  .contentBox .decoImg {
    width: 90vw;
    top: 5vw;
    right: -5vw;
  }
}
.contentBox .decoImg .light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contentBox .decoImg .light .img1 {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-animation: mask4Ani 5s infinite linear;
          animation: mask4Ani 5s infinite linear;
}
.contentBox .titleBox {
  padding-left: 2px;
}
.contentBox:not(.show) > .wrap > .titleBox .dot {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.contentBox:not(.show) > .wrap > .titleBox .dots::after {
  width: 0;
}
.contentBox:not(.show) > .wrap > .titleBox .txt {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.contentBox:not(.show) > .wrap > .titleBox .decoTitle, .contentBox:not(.show) > .wrap > .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.contentBox:not(.show) .qualityBox {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.contentBox:not(.show) .qualityBox .classNote {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.contentBox:not(.show) .qualityBox .right .title .dot {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.contentBox:not(.show) .qualityBox .right .title .en, .contentBox:not(.show) .qualityBox .right .title .tw {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.contentBox:not(.show) .qualityBox .right .qualityList {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.contentBox.show > .wrap > .titleBox .dot {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s 0.2s;
}
.contentBox.show > .wrap > .titleBox .dots::after {
  width: 61px;
  transition: all 0.8s 0.4s;
}
.contentBox.show > .wrap > .titleBox .txt {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.8s 0.6s;
}
.contentBox.show > .wrap > .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.8s;
}
.contentBox.show > .wrap > .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 1s;
}
.contentBox.show .qualityBox {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 1.5s 0.9s;
}
.contentBox.show .qualityBox .classNote {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 1.3s;
}
.contentBox.show .qualityBox .right .title .dot {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s 1.4s;
}
.contentBox.show .qualityBox .right .title .en, .contentBox.show .qualityBox .right .title .tw {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s 1.6s;
}
.contentBox.show .qualityBox .right .qualityList {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s 1.8s;
}

.dotsBox .dotsList .dotItem.active .dot::before {
  background-color: #31a0cb;
}

.qualityBox {
 
  border-radius: 0 0px 0px 0;
  width:100%;
  max-width: 1644px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .qualityBox {
    width: calc(100% - 30px);
    padding: 77px 30px 60px;
  }
}
@media (max-width: 480px) {
  .qualityBox {
    width: calc(100% - 20px);
    padding: 10px 0 10px 0;
  }
  

  
}
.qualityBox .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.qualityBox .right {
  width: 100%;
}
@media (max-width: 1180px) {
  .qualityBox .right {
    width: 38%;
  }
}
@media (max-width: 1023px) {
  .qualityBox .right {
    width: 100%;
  }
}
.qualityBox .classNote {
  width: 50%;
  padding: 0 90px 0 0;
  border: none;
}
@media (max-width: 1540px) {
  .qualityBox .classNote {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 1180px) {
  .qualityBox .classNote {
    width: 62%;
  }
}
@media (max-width: 1023px) {
  .qualityBox .classNote {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
}
.qualityBox .classNote .title {
  font-size: 26px;
  font-weight: 400;
  color: #363636;
  letter-spacing: 0;
}
@media (max-width: 1540px) {
  .qualityBox .classNote .title {
    font-size: 26px;
  }
}
.qualityBox .classNote .title::after {
  content: "";
  display: block;
  width: 59px;
  height: 2px;
  background-color: #F27B22;
  margin: 12px 0 19px;
}
.qualityBox .classNote .title > * {
  display: inline;
}
.qualityBox .classNote .title .txt {
  letter-spacing: 0.6px;
}
.qualityBox .classNote .title .number {
  font-size: 60px;
  vertical-align: sub;
  position: relative;
  padding-right: 7px;
  color: #333333;
  line-height: 1;
}
@media (max-width: 1540px) {
  .qualityBox .classNote .title .number {
    font-size: 55px;
  }
}
.qualityBox .classNote .title .number sup {
  font-size: 45px;
  font-weight: normal;
  position: absolute;
  top: -15px;
  right: -18px;
  z-index: 1;
}
@media (max-width: 1540px) {
  .qualityBox .classNote .title .number sup {
    font-size: 40px;
  }
}
.qualityBox .classNote .text p{
  font-size: 16px;
  color: #666;
  letter-spacing:0;
  line-height: 1.55;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.qualityBox .classNote .text p:before{ position: absolute; content: ""; width: 8px; height: 8px; background: #333333; border-radius: 50%; left: 0; top: 8px; }





@media (max-width: 1540px) {
  .qualityBox .classNote .text {
    font-size: 14px;
  }
}
.qualityBox .right {
  padding:0;
}
.qualityBox .right > .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 1px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1540px) {
  .qualityBox .right > .title {
    font-size: 12px;
  }
}
.qualityBox .right > .title .dot {
  width: 6px;
  height: 6px;
  background-color: #333333;
  border-radius: 50%;
  margin-right: 15px;
}
.qualityBox .right > .title .en {
  margin-right: 10px;
  letter-spacing: 0.4px;
}
.qualityBox .right .qualityList {
  margin: 0 0px;
}
.qualityBox .right .qualityList:not(.slick-slider) .qualityItem {
  width: 25%;
}
.qualityBox .right .qualityList:not(.slick-slider) .qualityItem:not(:first-child) {
  display: none;
}
.qualityBox .right .qualityList .qualityItem {
  padding: 0 5px;
}
@media (min-width: 1201px) {
  .qualityBox .right .qualityList .qualityItem:hover .imgBox {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  .qualityBox .right .qualityList .qualityItem:hover .imgBox::before {
    opacity: 0.5;
  }
  .qualityBox .right .qualityList .qualityItem:hover .imgBox img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.qualityBox .right .qualityList .imgBox {
  border-radius: 10px;
  overflow: hidden;
  padding: 5px;
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.8s;
}
.qualityBox .right .qualityList .imgBox::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: linear-gradient(to right, #333333 0%, #2bb5d3 100%);
  opacity: 0;
  transition: all 0.5s;
}
.qualityBox .right .qualityList .Img {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.qualityBox .right .qualityList .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 0.8s;
  display: block;
  margin: 0 auto;
  
}
.qualityBox .right .qualityList .title {
  padding: 12px 0;
  text-align: center;
  letter-spacing: 0px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
@media (max-width: 1540px) {
  .qualityBox .right .qualityList .title {
    font-size: 13px;
  }
}
.qualityBox .dotsBox {
  margin: 23px 0 0 -9px;
}



.coreArea {
  padding: 50px 0 0 0;
  position: relative;
  overflow: hidden;


}

@media (max-width: 480px) {
  .coreArea {
    padding: 0 0 0 0;
  }
  
  .qualityBox .dotsBox {
    margin:10px 0 0 0;
  }
  
}
.coreArea .wrap {
  max-width: 1563px;
}
@media (min-width: 1930px) {
  .coreArea .wrap {
    max-width: 1600px;
  }
}


@media (max-width: 1540px) {
  .coreArea .wrap {
    max-width: 1270px;
  }
}
@media (max-width: 1270px) {
  .coreArea .wrap {
    max-width: 1180px;
  }
}
@media (max-width: 1180px) {
  .coreArea .wrap {
    max-width: 1023px;
  }
}
.coreArea .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.coreArea .dot::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #31a0cb;
}
.coreArea .titleBox {
    font-size: 0.3rem;
	color: #fff;
}
.coreArea .centerBox {
  position: absolute;
  top: 50.1%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .coreArea .centerBox {
    position: relative;
    height: 81.134vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    top: 0;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
    margin-top: -5vw;
  }
}
@media (max-width: 640px) {
  .coreArea .centerBox {
    height: 498px;
  }
}
.coreArea .centerBox .circle1 {
  content: "";
  display: block;
  width: 43.23vw;
  height: 43.23vw;
  max-width: 830px;
  max-height: 830px;
  background: url(../images/circle1.png) no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-animation: circleBeforeAni 30s linear infinite;
          animation: circleBeforeAni 30s linear infinite;
}
@media (max-width: 1270px) {
  .coreArea .centerBox .circle1 {
    width: 498px;
    height: 498px;
  }
}
@media (max-width: 1023px) {
  .coreArea .centerBox .circle1 {
    width: 81.134vw;
    height: 81.134vw;
  }
}
@media (max-width: 640px) {
  .coreArea .centerBox .circle1 {
    width: 498px;
    height: 498px;
  }
}
.coreArea .centerBox .circle2 {
  content: "";
  display: block;
  width: 31.3vw;
  height: 31.3vw;
  max-width: 602px;
  max-height: 602px;
  background: url(../images/circle3.png) no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-animation: circleBeforeAni 26s linear infinite;
          animation: circleBeforeAni 26s linear infinite;
}
@media (max-width: 1270px) {
  .coreArea .centerBox .circle2 {
    width: 361px;
    height: 361px;
  }
}
@media (max-width: 1023px) {
  .coreArea .centerBox .circle2 {
    width: 58.847vw;
    height: 58.847vw;
  }
}
@media (max-width: 640px) {
  .coreArea .centerBox .circle2 {
    width: 361px;
    height: 361px;
  }
}
.coreArea .centerBox .circle3 {
  content: "";
  display: block;
  width: 24.7vw;
  height: 24.7vw;
  max-width: 476px;
  max-height: 476px;
  background: url(../images/circle2.png) no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-animation: circleBeforeAni 24s linear infinite;
          animation: circleBeforeAni 24s linear infinite;
}
@media (max-width: 1270px) {
  .coreArea .centerBox .circle3 {
    width: 286px;
    height: 286px;
  }
}
@media (max-width: 1023px) {
  .coreArea .centerBox .circle3 {
    width: 51.071vw;
    height: 51.071vw;
  }
}
@media (max-width: 640px) {
  .coreArea .centerBox .circle3 {
    width: 286px;
    height: 286px;
  }
}
@-webkit-keyframes circleBeforeAni {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes circleBeforeAni {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes circleLeftAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes circleLeftAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.coreArea .centerBox .circleBox {
  width: 22.03vw;
  height: 22.03vw;
  max-width: 423px;
  max-height: 423px;
  background-color: #fff;
  border-radius: 50%;
  padding: 1.19vw;
  box-shadow: 0 2px 26px rgba(47, 167, 205, 0.15);
  position: relative;
  z-index: 2;
}
@media (max-width: 1540px) {
  .coreArea .centerBox .circleBox {
    width: 26.03vw;
    height: 26.03vw;
  }
}
@media (max-width: 1180px) {
  .coreArea .centerBox .circleBox {
    width: 24.03vw;
    height: 24.03vw;
    padding: 10px;
  }
}
@media (max-width: 1023px) {
  .coreArea .centerBox .circleBox {
    width: 300px;
    height: 300px;
    padding: 8px;
  }
}
@media (max-width: 350px) {
  .coreArea .centerBox .circleBox {
    width: 270px;
    height: 270px;
  }
}
.coreArea .centerBox .circle {
  border-radius: 50%;
  height: 100%;
  border: 1px solid #31a0cb;
  padding: 14px;
  position: relative;
}
@media (max-width: 1180px) {
  .coreArea .centerBox .circle {
    padding: 7px;
  }
}
.coreArea .centerBox .textContent {
  border: 13px solid #d6e7f2;
  border-radius: 50%;
  height: 100%;
  background: linear-gradient(to right, #333333 0%, #2bb5d3 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding: 40px;
}
@media (max-width: 1180px) {
  .coreArea .centerBox .textContent {
    padding: 15px;
  }
}
@media (max-width: 1023px) {
  .coreArea .centerBox .textContent {
    border: 9px solid #d6e7f2;
  }
}
.coreArea .centerBox .textContent::before {
  content: "";
  display: block;
  width: calc(100% - 34px);
  height: calc(100% - 34px);
  position: absolute;
  top: 17px;
  left: 17px;
  background: url(../images/dot2.png) no-repeat center/100%;
  -webkit-animation: circleLeftAni 20s linear infinite;
          animation: circleLeftAni 20s linear infinite;
}
@media (max-width: 1180px) {
  .coreArea .centerBox .textContent::before {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    top: 8px;
    left: 8px;
  }
}
@media (max-width: 1023px) {
  .coreArea .centerBox .textContent::before {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    top: 12px;
    left: 12px;
  }
}
.coreArea .centerBox .titleBox {
  text-align: center;
  margin-bottom: 0;
}
.coreArea .centerBox .titleBox .title, .coreArea .centerBox .titleBox .decoTitle {
  color: #fff;
}
.coreArea .centerBox .titleBox .title {
  -ms-flex-pack: center;
      justify-content: center;
}
.coreArea .centerBox .titleBox .dots .dot, .coreArea .centerBox .titleBox .dots::after {
  background-color: #fff;
}
.coreArea .centerBox .dotsBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  padding: 6px 13px 6px 15px;
}
@media (max-width: 1540px) {
  .coreArea .centerBox .dotsBox {
    padding: 6px 8px;
  }
}
@media (max-width: 1023px) {
  .coreArea .centerBox .dotsBox {
    display: none;
  }
}
.coreArea .centerBox .dotsBox .dotList {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.coreArea .centerBox .dotsBox .dotList .dotItem {
  width: 50%;
  height: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.coreArea .centerBox .dotsBox .dotList .dotItem .line {
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 99%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 0 7px 0;
}
.coreArea .centerBox .dotsBox .dotList .dotItem .line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #31a0cb;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(even) {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(even) .line {
  left: 99%;
}
.coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(even) .line::before {
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(1) .line::before {
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}
@media (max-width: 1680px) {
  .coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(1) .line::before {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}
@media (max-width: 1540px) {
  .coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(1) .line::before {
    -webkit-transform: rotate(38deg);
            transform: rotate(38deg);
  }
}
@media (max-width: 1180px) {
  .coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(1) .line::before {
    -webkit-transform: rotate(52deg);
            transform: rotate(52deg);
  }
}
.coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(2) .line::before {
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
}
@media (max-width: 1680px) {
  .coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(2) .line::before {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
}
@media (max-width: 1540px) {
  .coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(2) .line::before {
    -webkit-transform: rotate(-38deg);
            transform: rotate(-38deg);
  }
}
@media (max-width: 1180px) {
  .coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(2) .line::before {
    -webkit-transform: rotate(-52deg);
            transform: rotate(-52deg);
  }
}
.coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(3) .line {
  padding: 11px 0 0 0;
}
.coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(3) .line::before {
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
}
@media (max-width: 1680px) {
  .coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(3) .line::before {
    -webkit-transform: rotate(-37deg);
            transform: rotate(-37deg);
  }
}
@media (max-width: 1540px) {
  .coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(3) .line::before {
    -webkit-transform: rotate(-42deg);
            transform: rotate(-42deg);
  }
}
@media (max-width: 1180px) {
  .coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(3) .line::before {
    -webkit-transform: rotate(-55deg);
            transform: rotate(-55deg);
  }
}
.coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(4) .line {
  padding: 11px 0 0 0;
}
.coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(4) .line::before {
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
}
@media (max-width: 1680px) {
  .coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(4) .line::before {
    -webkit-transform: rotate(37deg);
            transform: rotate(37deg);
  }
}
@media (max-width: 1540px) {
  .coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(4) .line::before {
    -webkit-transform: rotate(42deg);
            transform: rotate(42deg);
  }
}
@media (max-width: 1180px) {
  .coreArea .centerBox .dotsBox .dotList .dotItem:nth-of-type(4) .line::before {
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
  }
}
.coreArea .coreList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1023px) {
  .coreArea .coreList {
    margin-top: -20vw;
  }
}
@media (max-width: 767px) {
  .coreArea .coreList {
    margin-top: -15vw;
  }
}
@media (max-width: 400px) {
  .coreArea .coreList {
    margin-top: -21vw;
  }
}
.coreArea .coreList .coreItem {
  width: 410px;
  padding: 10px;
  position: relative;
}
@media (max-width: 1540px) {
  .coreArea .coreList .coreItem {
    width: 350px;
  }
}
@media (max-width: 1270px) {
  .coreArea .coreList .coreItem {
    width: 320px;
  }
}
@media (max-width: 1180px) {
  .coreArea .coreList .coreItem {
    width: 290px;
  }
}
@media (max-width: 1023px) {
  .coreArea .coreList .coreItem {
    width: 50%;
  }
}

@media (max-width:631px) {
  .coreArea .coreList .coreItem {
    width: 100%;
  }

}

.coreArea .coreList .coreItem::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #333333 0%, #2bb5d3 100%);
  opacity: 0;
  transition: all 0.5s;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .coreArea .coreList .coreItem:hover::before {
    opacity: 0.5;
  }
}
.coreArea .coreList .coreItem .dot {
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1023px) {
  .coreArea .coreList .coreItem .dot {
    display: none;
  }
}
.coreArea .coreList .coreItem:nth-of-type(1), .coreArea .coreList .coreItem:nth-of-type(2) {
  margin-bottom: 89px;
}
@media (max-width: 1540px) {
  .coreArea .coreList .coreItem:nth-of-type(1), .coreArea .coreList .coreItem:nth-of-type(2) {
    margin-bottom: 39px;
  }
}
@media (max-width: 1270px) {
  .coreArea .coreList .coreItem:nth-of-type(1), .coreArea .coreList .coreItem:nth-of-type(2) {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) and (max-width: 1680px) {
  .coreArea .coreList .coreItem:nth-of-type(odd) {
    margin-right: 10%;
  }
}
@media (min-width: 1024px) {
  .coreArea .coreList .coreItem:nth-of-type(odd) .dot {
    right: 5px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .coreArea .coreList .coreItem:nth-of-type(odd) .dot {
    right: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1680px) {
  .coreArea .coreList .coreItem:nth-of-type(even) {
    margin-left: 10%;
  }
}
@media (min-width: 1024px) {
  .coreArea .coreList .coreItem:nth-of-type(even) .dot {
    left: 5px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .coreArea .coreList .coreItem:nth-of-type(even) .dot {
    left: 0;
  }
}
.coreArea .coreList .coreItem .item {
  background-color: #f3f8fd;
  padding: 28px 41px 28px 32px;
  border-radius: 0.3rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  height: 279px;
}
@media (max-width: 1540px) {
  .coreArea .coreList .coreItem .item {
    padding: 20px;
    height: 250px;
  }
}
@media (max-width: 639px) {
  .coreArea .coreList .imgBox{display: none;}
 .coreArea .coreList .coreItem .item{height: auto;padding: 10px;  }
 .coreArea .coreList .coreItem:nth-of-type(1), .coreArea .coreList .coreItem:nth-of-type(2){margin-bottom: 0px;}
     
}


.coreArea .coreList .imgBox {
  padding-top: 0;
}
.coreArea .coreList .textEditor {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.coreArea .topBox {
  color: #1a1a1a;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
}
.coreArea .topBox .left {
  width: calc(100% - 70px);
  padding-right: 10px;
}
.coreArea .topBox .num {
  font-size: 0.18rem;
  font-weight: 600;
  color: #F7872C;
  margin-bottom: 2px;
}

.coreArea .topBox .title {

  padding: 0px 0 0px 2px;
  line-height: 1.4;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.25rem;
}

.coreArea .topBox .subtitle {

  font-weight: 500;
  letter-spacing: 0.4px;
  padding: 0 0 0 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.coreArea .textEditor {
  padding: 10px 3px;
  font-size: 0.18rem;
  letter-spacing: 0.3px;
  line-height: 1.57;
  color: #666;
}

.coreArea .Img {
  width: 70px;
  border: 3px solid #333333;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 15px;
  position: relative;
}
.coreArea .Img::before {
  content: "";
  display: block;
  width: calc(100% - 9px);
  height: calc(100% - 9px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background: url(../images/dot.png) no-repeat center/100%;
  -webkit-animation: circleBeforeAni 25s linear infinite;
          animation: circleBeforeAni 25s linear infinite;
}
.coreArea .smallWin {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  max-width: 90%;
  max-height: 70vh;
  z-index: 9999;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding: 60px;
  opacity: 0;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  pointer-events: none;
  transition: all 0.8s;
}
@media (max-width: 1023px) {
  .coreArea .smallWin {
    padding: 60px 30px;
  }
}
@media (max-width: 639px) {
  .coreArea .smallWin {
    padding: 10px 0px;
  }
}
.coreArea .smallWin.show {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: auto;
}
.coreArea .smallWin .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.coreArea .smallWin .close::before, .coreArea .smallWin .close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 0.5s;
}
.coreArea .smallWin .close::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.coreArea .smallWin .close::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 1201px) {
  .coreArea .smallWin .close:hover::before, .coreArea .smallWin .close:hover::after {
    background: #31a0cb;
  }
}
.coreArea .smallWin .content {
  max-height: calc(70vh - 120px);
  overflow: auto;
  padding-right: 5px;
}
.coreArea .smallWin .content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.coreArea .smallWin .content::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.coreArea .smallWin .content::-webkit-scrollbar-thumb {
  background: #333333;
}
.coreArea .smallWin .topBox {
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.coreArea .slickBtnBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 641px) {
  .coreArea .slickBtnBox {
    display: none;
  }

}
@media (max-width: 641px) {
	.coreArea .topBox .left{width: 100%;padding-right: 0;}
	.coreArea .topBox .title {overflow: auto;text-overflow:auto;white-space: inherit;}
	
	
	
}

.coreArea:not(.show) .titleBox .dot {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.coreArea:not(.show) .titleBox .dots::after {
  width: 0;
}
.coreArea:not(.show) .titleBox .txt {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.coreArea:not(.show) .titleBox .decoTitle, .coreArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.coreArea:not(.show) .centerBox {
  opacity: 0;
  -webkit-transform: translate(-50%, -70%) scale(0.8);
          transform: translate(-50%, -70%) scale(0.8);
}
@media (max-width: 1023px) {
  .coreArea:not(.show) .centerBox {
    -webkit-transform: translate(0, 0) scale(0.8);
            transform: translate(0, 0) scale(0.8);
  }
}
.coreArea:not(.show) .centerBox .dotList .dotItem .dot {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.coreArea:not(.show) .centerBox .dotList .dotItem:nth-of-type(1) .line::before, .coreArea:not(.show) .centerBox .dotList .dotItem:nth-of-type(3) .line::before {
  -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
}
.coreArea:not(.show) .centerBox .dotList .dotItem:nth-of-type(2) .line::before, .coreArea:not(.show) .centerBox .dotList .dotItem:nth-of-type(4) .line::before {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
@media (min-width: 641px) {
  .coreArea:not(.show) .coreList .coreItem.coreItem1, .coreArea:not(.show) .coreList .coreItem.coreItem3 {
    -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
  }
  .coreArea:not(.show) .coreList .coreItem.coreItem2, .coreArea:not(.show) .coreList .coreItem.coreItem4 {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  .coreArea:not(.show) .coreList .coreItem .left .num, .coreArea:not(.show) .coreList .coreItem .left .title, .coreArea:not(.show) .coreList .coreItem .left .subtitle {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .coreArea:not(.show) .coreList .coreItem .Img {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .coreArea:not(.show) .coreList .coreItem .Txt {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@media (max-width: 640px) {
  .coreArea:not(.show) .coreList {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.coreArea:not(.show) .slickBtnBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.coreArea.show .titleBox .dot {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s 0.6s;
}
.coreArea.show .titleBox .dots::after {
  width: 61px;
  transition: all 0.8s 0.8s;
}
.coreArea.show .titleBox .txt {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.8s 1s;
}
.coreArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 1.2s;

}
.coreArea.show .centerBox {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  transition: all 0.8s;
}
@media (max-width: 1023px) {
  .coreArea.show .centerBox {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
.coreArea.show .centerBox .dotList .dotItem .dot {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.coreArea.show .centerBox .dotList .dotItem .line::before {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.coreArea.show .centerBox .dotList .dotItem:nth-of-type(1) .line::before {
  transition: all 0.5s 1.1s;
}
.coreArea.show .centerBox .dotList .dotItem:nth-of-type(2) .line::before {
  transition: all 0.5s 1.3s;
}
.coreArea.show .centerBox .dotList .dotItem:nth-of-type(3) .line::before {
  transition: all 0.5s 1.5s;
}
.coreArea.show .centerBox .dotList .dotItem:nth-of-type(4) .line::before {
  transition: all 0.5s 1.7s;
}
@media (min-width: 640px) {
  .coreArea.show .coreList .coreItem {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .coreArea.show .coreList .coreItem:nth-of-type(1) {
    transition: all 0.5s 1.4s;
  }
  .coreArea.show .coreList .coreItem:nth-of-type(2) {
    transition: all 0.5s 1.6s;
  }
  .coreArea.show .coreList .coreItem:nth-of-type(3) {
    transition: all 0.5s 1.8s;
  }
  .coreArea.show .coreList .coreItem:nth-of-type(4) {
    transition: all 0.5s 2s;
  }
  .coreArea.show .coreList .left .num {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.8s 1.9s;
  }
  .coreArea.show .coreList .left .title {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.8s 2s;
	font-size: 0.25rem;
	line-height: 2.5;
	color: #333;
  }
.coreArea .coreList .textEditor p { font-size: 0.18rem;line-height: 1.8; }
  
  
  
  .coreArea.show .coreList .left .subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.8s 2.1s;
  }
  .coreArea.show .coreList .Img {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all 0.8s 2.1s;
  }
  .coreArea.show .coreList .Txt {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.8s 2.3s;
  }
}
@media (max-width: 640px) {
  .coreArea.show .coreList {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.5s 1s;
  }
}
.coreArea.show .slickBtnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 1.1s;
  display: none;
}

.aboutArea {
  position: relative;
  padding-top: 69px;
}
.aboutArea .titleBox {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  max-width: 767px;
  height: 366px;
  background-color: #fff;
  border-radius: 58px 0 0 58px;
  padding: 39px 161px 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.aboutArea .titleBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.aboutArea .titleBox::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.aboutArea .titleBox::-webkit-scrollbar-thumb {
  background: #333333;
}
@media (max-width: 1540px) {
  .aboutArea .titleBox {
    max-width: 480px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .titleBox {
    width: calc(100% - 60px);
    top: auto;
    bottom: calc(100% - 366px);
    padding: 60px 60px;
  }
}
@media (max-width: 767px) {
  .aboutArea .titleBox {
    width: calc(100% - 40px);
    padding: 60px 40px;
  }
}
@media (max-width: 480px) {
  .aboutArea .titleBox {
    height: 300px;
    width: calc(100% - 20px);
    bottom: calc(100% - 300px);
  }
}
@media (max-width: 400px) {
  .aboutArea .titleBox {
    height: 250px;
    bottom: calc(100% - 250px);
  }
}
.aboutArea .aboutBox {
  position: relative;
  z-index: 0;
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox {
    padding-top: 200px;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutBox {
    padding-top: 180px;
  }
}
@media (max-width: 400px) {
  .aboutArea .aboutBox {
    padding-top: 100px;
  }
}
.aboutArea .aboutBox .Img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.aboutArea .aboutBox .Img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.aboutArea .aboutBox .textEditor {
  padding: 96px 50px 91px;
  position: relative;
  z-index: 2;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .textEditor {
    padding: 96px 480px 91px 30px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .textEditor {
    padding: 96px 0 40px;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutBox .textEditor {
    padding: 60px 0;
  }
}
.aboutArea .aboutBox .textEditor .title, .aboutArea .aboutBox .textEditor .text {
  max-width: 620px;
  color: #fff;
}
@media (max-width: 1540px) {
  .aboutArea .aboutBox .textEditor .title, .aboutArea .aboutBox .textEditor .text {
    max-width: calc(100% - 400px);
  }
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .textEditor .title, .aboutArea .aboutBox .textEditor .text {
    max-width: 100%;
  }
}
.aboutArea .aboutBox .title {
  font-size:20px;
  letter-spacing:0;
  line-height: 1.5;
  margin-bottom: 10px;
}



.aboutArea .aboutBox .text {
  font-size: 14px;
  padding: 0 0 10px 3px;
  letter-spacing:0;
  line-height: 1.5;
}
@media (max-width: 1540px) {
  .aboutArea .aboutBox .text {
    font-size: 14px;
  }
}
.aboutArea:not(.show) .titleBox {
  -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
  border-radius: 0;
}
.aboutArea:not(.show) .titleBox .dot {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.aboutArea:not(.show) .titleBox .dots::after {
  width: 0;
}
.aboutArea:not(.show) .titleBox .txt {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.aboutArea:not(.show) .titleBox .decoTitle, .aboutArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.aboutArea:not(.show) .Img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.aboutArea:not(.show) .textEditor .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.aboutArea:not(.show) .textEditor .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.aboutArea.show .titleBox {
  border-radius: 58px 0 0 58px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: border-radius 0.5s 0.5s, -webkit-clip-path 0.8s;
  transition: clip-path 0.8s, border-radius 0.5s 0.5s;
  transition: clip-path 0.8s, border-radius 0.5s 0.5s, -webkit-clip-path 0.8s;
}
.aboutArea.show .titleBox .dot {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s 0.7s;
}
.aboutArea.show .titleBox .dots::after {
  width: 61px;
  transition: all 0.8s 0.9s;
}
.aboutArea.show .titleBox .txt {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.8s 1.1s;
}
.aboutArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 1.3s;
}
.aboutArea.show .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 5s;
}
.aboutArea.show .textEditor .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 1.5s;
}
.aboutArea.show .textEditor .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 1.7s;
}

.historyArea {
  padding: 0.3rem 0 0;
  background: #f7f7f7;

}
@media (max-width: 1540px) {
  .historyArea {
    padding: 110px 0 60px;
  }
}
@media (max-width: 1180px) {
  .historyArea {
    padding: 110px 0 40px;
  }
}
@media (max-width: 767px) {
	
  .historyArea {
    padding: 10px 0 0 0;
	box-sizing: border-box;
  }
}
.historyArea .wrap {
  position: relative;
  padding:0 5%;
}
.historyArea .wrap .imgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 590px;
 /* border-radius: 30px; */
  overflow: hidden;
}

.historyArea .wrap .imgBox img{max-width: 80%;}


@media (max-width: 1180px) {
  .historyArea .wrap .imgBox {
    width: 490px;
    left: 0;
  }
}
@media (max-width: 1023px) {
  .historyArea .wrap .imgBox {
    position: static;
    max-width: 590px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .historyArea .wrap .imgBox {
    max-width: unset;
  }
}
.historyArea .wrap .imgBox img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.8s;
}
.historyArea .wrap .imgBox.hide img {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.historyArea .historyBox {
  padding-left: 590px;
  position: relative;
}
@media (max-width: 1180px) {
  .historyArea .historyBox {
    padding-left: 440px;
  }
}
@media (max-width: 1023px) {
  .historyArea .historyBox {
    padding-left: 0;
  }
}
.historyArea .historyBox .titleBox {

  margin-bottom: 1.5rem;
}
@media (max-width: 1023px) {
  .historyArea .historyBox .titleBox {
    padding: 54px 160px 0 0px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .historyArea .historyBox .titleBox {
    padding: 0 0 0 0;
	margin-bottom: 0.2rem;

  }
  
  .historyArea .wrap{padding: 0 2%;}
  
}
.historyArea .historyBox .titleBox .leftBox {
  max-width: 100%;
}
.historyArea .historyBox .slickBox {
  padding: 0 0 0 0;
  position: relative;
}
@media (max-width: 1023px) {
  .historyArea .historyBox .slickBox {
    padding: 0 0 0 0;
  }
}
.historyArea .historyBox .slickBox::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  top: 45px;
  right: calc((100vw - 1380px) / 2 * -1);
  z-index: 0;
}
@media (max-width: 1540px) {
  .historyArea .historyBox .slickBox::before {
    right: -80px;
    width: calc(100vw + 100px);
  }
}
@media (max-width: 1023px) {
  .historyArea .historyBox .slickBox::before {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .historyArea .historyBox .slickBox::before {
    right: -20px;top: 40px;
  }
  
  
}
.historyArea .slickBtnBox {
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 1;
}
@media (max-width: 1350px) {
  .historyArea .slickBtnBox {
    right: 0;
  }
}
@media (max-width: 640px) {
  .historyArea .slickBtnBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: calc(100% + 0px);
    bottom: calc(42vw - 20px);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    left: 0;
    top: auto;
  }
}
.historyArea .dotList {
  margin: 0 0;
}
.historyArea .dotList:not(.slick-slider) .dotItem {
  width: 25%;
}
.historyArea .dotList:not(.slick-slider) .dotItem:not(:first-child) {
  display: none;
}
.historyArea .dotList .dotItem {
  padding: 0 0;
  transition: all 0.5s;
  box-sizing: border-box;
}
.historyArea .dotList .dotItem.active {
  color: #333333;
}
.historyArea .dotList .dotItem.active .dot {
  border: 1px solid #333333;
  background-color: #fff;
  transition: all 0.5s 0.3s;
}
.historyArea .dotList .dotItem.active .dot::before {
  -webkit-transform: scale(2.2);
          transform: scale(2.2);
  opacity: 0;
  transition: opacity 0.6s 0.2s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.6s 0.2s;
  transition: transform 0.8s, opacity 0.6s 0.2s, -webkit-transform 0.8s;
}
.historyArea .dotList .dotItem.active .dot::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.8s 0.3s;
}
@media (min-width: 1201px) {
  .historyArea .dotList .dotItem:hover {
    color: #333333;
  }
}
.historyArea .dotList .dotItem .item {
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -ms-flex-align: end;
      align-items: end;
  margin-bottom: 18px;
  cursor: pointer;
}
.historyArea .dotList .dotItem .item .year {
  font-size: 0.24rem;
  padding: 0 6px 0 3px;
}
.historyArea .dotList .dotItem .item .month {
  font-size: 0.18rem;
  padding: 0 0 2px;
}
.historyArea .dotList .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.5s 0.3s;
}
.historyArea .dotList .dot::before, .historyArea .dotList .dot:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  z-index: 1;
}
.historyArea .dotList .dot::before {
  background-color: #bbbbbb;
  transition: opacity 0.5s 0.3s, -webkit-transform 0.8s 0.3s;
  transition: transform 0.8s 0.3s, opacity 0.5s 0.3s;
  transition: transform 0.8s 0.3s, opacity 0.5s 0.3s, -webkit-transform 0.8s 0.3s;
}
.historyArea .dotList .dot::after {
  background: linear-gradient(to top, #ff0000 0%, #ff0000 100%);
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: all 0.8s;
}
.historyArea .historyList:not(.slick-slider) .historyItem:not(:first-child) {
  display: none;
}
.historyArea .historyList .slick-list {
  overflow: visible;
}
.historyArea .historyList .historyItem {
  padding: 42px 7px;
}
@media (max-width: 1023px) {
  .historyArea .historyList .historyItem {
    padding: 42px 0;
  }
}
@media (max-width: 767px) {
  .historyArea .historyList .historyItem {
    padding:20px 0px 0 0;
  }
  .historyArea .wrap .imgBox img{max-width: 100%;}
  
}
.historyArea .historyList .historyItem:not(.show) .topBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  transition: all 0.3s;
}
.historyArea .historyList .historyItem:not(.show) .title {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  transition: all 0.3s 0.1s;
}

.historyArea .historyList .historyItem:not(.show) .title b{ font-weight: normal; }

.historyArea .historyList .historyItem:not(.show) .num {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.8s;
}
.historyArea .historyList .historyItem.show .topBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}
.historyArea .historyList .historyItem.show .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.2s;
}
.historyArea .historyList .historyItem.show .num {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 1.2s 0.4s;
}
.historyArea .historyList .topBox {
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -ms-flex-align: end;
      align-items: end;
  margin-bottom: 7px;
  color: #333333;
}
.historyArea .historyList .topBox .year {
  font-size: 0.3rem;
  padding: 0 3px 10px 3px;
}

.historyArea .historyList .topBox .month {
  font-size: 26px;
  padding: 0 0 3px;
}

.historyArea .historyList .title {
  padding: 0 0 0 1px;
  max-width:100%;
  letter-spacing:0;
  line-height: 2;
  font-size: 0.18rem;
}

.historyArea .historyList .Txt {
  position: relative;
  z-index: 2;
}
.historyArea .historyList .num {
  position: absolute;
  top: 33px;
  right: -13px;
  font-size: 8.854vw;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  opacity: 0.4;
  letter-spacing: -0.9px;
  z-index: 1;
}
@media (max-width: 1540px) {
  .historyArea .historyList .num {
    right: 0;
    font-size: 8.5vw;
  }
}
@media (max-width: 1023px) {
  .historyArea .historyList .num {
    display: none;
  }
}
.historyArea .historyList .num::before, .historyArea .historyList .num::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
}
.historyArea .historyList .num::before {
  color: transparent;
  background: linear-gradient(to top, #333333 0%, #2bb5d3 100%);
  -webkit-background-clip: text;
          background-clip: text;
}
.historyArea .historyList .num::after {
  -webkit-filter: url(#outline);
          filter: url(#outline);
}
.historyArea:not(.show) .titleBox .dot {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.historyArea:not(.show) .titleBox .dots::after {
  width: 0;
}
.historyArea:not(.show) .titleBox .txt {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.historyArea:not(.show) .titleBox .decoTitle, .historyArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.historyArea:not(.show) .imgBox {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.historyArea:not(.show) .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.historyArea:not(.show) .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.historyArea:not(.show) .slickBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.historyArea:not(.show) .slickBtnBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.historyArea.show .titleBox .dot {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s 0.2s;
}
.historyArea.show .titleBox .dots::after {
  width: 61px;
  transition: all 0.8s 0.4s;
}
.historyArea.show .titleBox .txt {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.8s 0.6s;
}
.historyArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.8s;
}
.historyArea.show .imgBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s 1s;
}
.historyArea.show .slickBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s 1.2s;
}
.historyArea.show .slickBtnBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s 1.4s;
}


.slickBtnBox {
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.slickBtnBox .slickBtn {


  cursor: pointer;
  pointer-events: auto;

}
/* .slickBtnBox .slickBtn .icon {
  width: 20px;
  height: 16px;
}
.slickBtnBox .slickBtn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f5f7f7;
  border-radius: 50%;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.slickBtnBox .slickBtn .iconBox {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.slickBtnBox .slickBtn .iconBox .icon {
  position: relative;
  z-index: 2;
} */
.slickBtnBox .slickBtn.arrowPrev {
  margin-right: 19px;
}
@media (min-width: 1201px) {
  .slickBtnBox .slickBtn:hover {
    color: #fff;
    -webkit-transform: translateX(4px) scale(1.15);
            transform: translateX(4px) scale(1.15);
  }
  .slickBtnBox .slickBtn:hover::before {
    background: linear-gradient(to top, #009ad8 0%, #2bb5d3 100%);
  }
}