.bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .popWin .close::before, .popWin .close::after, .popWin .close {
  transition: all 0.5s;
}


.shou_box{
  position:absolute;
   right:140px;
    top:30px;
	z-index:9999!important;

}
.shou_box ul li{ float:left;}
.shou_box ul li img{ max-width:100%; max-height:100%;}

.searchContent{position:absolute;top:70px;right:250px;padding:10px 15px 0 15px; width:300px; height:50px; z-index:99999;  display:none;  background:rgba(255,255,255,.6);}
.searchk{position:relative;}
.seachIcon{cursor:pointer;  width:20px; height:20px; padding-left:0;}

.sub-butn{ width:60px; height:40px; background:#ff0000; color:#fff; text-align:center; line-height:40px; float:right; border:none;}

.top-search{max-width:400px; }
.top-search{ display:none; position:absolute; right:0; top:100%; background:#fff;border:15px solid #fff;width:100%; z-index:9999; }
.top-search .text{ border:1px solid #202020; height:38px; line-height:38px; padding:0 9% 0 2%; width:88%; color:#999;}
.top-search .btn{ position:absolute; right:0; width:40px; height:100%; top:0; background:url(../images/srcbai.png) no-repeat center center #f19656;border: none; }


@media (max-width: 1023px) {
.shou_box{right:90px; top:23px;}

}

@media (max-width: 639px) {
.shou_box{right:73px; top:23px;}

}



.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s;
  z-index: 1;
}
.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;
  transition: all 0.7s;
  z-index: 2;
  border-radius: 30px;
  overflow: hidden;
}
.popWin .popContent {
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
}
.popWin .popContent::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.popWin .popContent::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.popWin .popContent::-webkit-scrollbar-thumb {
  background: #009ad8;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .popWin .close:hover::before, .popWin .close:hover::after {
    background-color: #31a0cb;
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 1488px;
  margin: 13.9% auto 0;
  padding: 0 150px;
  display: block;
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt {
    margin: 150px auto 0;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    margin: 100px auto 0;
  }
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt {
    margin: 5vw auto 0;
    padding: 0 30px;
  }
}
@media (max-width: 959px) {
  .bannerArea .bannerItem .Txt {
    margin: 120px auto 0;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt {
    padding: 0 20px;
  }
}
@media (max-width: 470px) {
  .bannerArea .bannerItem .Txt {
    margin: 100px auto 0;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  max-width: 36vw;
  height: 25vw;
  overflow: auto;
}
.bannerArea .bannerItem .Txt .textBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.bannerArea .bannerItem .Txt .textBox::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.bannerArea .bannerItem .Txt .textBox::-webkit-scrollbar-thumb {
  background: #009ad8;
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: 40vw;
    height: 26vw;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: 42vw;
    height: 31vw;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: 440px;
  }
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt .textBox {
    height: 35vw;
  }
}
@media (max-width: 959px) {
  .bannerArea .bannerItem .Txt .textBox {
    height: 40vw;
    max-width: 70vw;
  }
}
@media (max-width: 600px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: unset;
  }
}
@media (max-width: 470px) {
  .bannerArea .bannerItem .Txt .textBox {
    height: 110vw;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  display: block;
  font-size: min(max(4.167vw, 47px), 50px);
  line-height: 1.12;
  letter-spacing: -0.7px;
  margin-bottom: 18px;
  color: #009ad8;
}
@media (max-width: 959px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: min(max(9.792vw, 22px), 40px);
  }
}
@media (max-width: 520px) {
  .bannerArea .bannerItem .Txt .subtitle {
    margin-bottom: 10px;
	font-size: min(max(9.792vw, 22px), 25px);
  }
}
.bannerArea .bannerItem .Txt .title {
  font-size: 35px;
  font-size: min(max(1.823vw, 22px), 35px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.8px;
  padding: 0 0 14px 3px;
}
@media (max-width: 959px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: min(max(4.583vw, 22px), 35px);
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Txt .title {
    padding-bottom: 8px;
  }
}
.bannerArea .bannerItem .Txt .text {
  display: block;
  line-height: 1.95;
  letter-spacing:0;
  padding: 0 0 0 5px;
  max-width: 455px;
  font-size: 15px;
  min-height: 6.667vw;
  font-size: 16px;
  color: #666;
}
@media (max-width: 1660px) {
  .bannerArea .bannerItem .Txt .text {
    min-height: unset;
  }
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 13px;
  }
}
@media (max-width: 959px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 15px;
    max-width: unset;
	line-height: 1.6;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 13px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  padding: 0 0 0 4px;
}
.bannerArea .bannerItem .Txt .btnBox .btn {
  width: 226px;
  height: 61px;
  border-radius: 31px;
  padding: 4px 13px;
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt .btnBox .btn {
    width: 206px;
    height: 51px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .btnBox .btn {
    width: 186px;
  }
}

@media (max-width: 639px) {
  .bannerArea .bannerItem .Txt .btnBox .btn {
    width: 150px;
	height: 40px;
  }
}

.bannerArea .bannerItem .Txt .btnBox .btn .btnText {
  font-size: 14px;
  font-weight: 600;
  padding: 3px 11px 0 0;
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt .btnBox .btn .btnText {
    font-size: 13px;
	padding: 0 11px 0 0;
  }
}

@media (max-width: 1600px) {
	.bannerArea .bannerItem .Txt .btnBox .btn .btnText { font-size: 12px;}
	}


.bannerArea .bannerItem .Txt .btnBox .btn .iconBox {
  width: 49px;
  height: 49px;
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt .btnBox .btn .iconBox {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .btnBox .btn .iconBox {
    width: 35px;
    height: 27px;
  }
}
.bannerArea .bannerItem .Img {
  overflow: hidden;
}
.bannerArea .bannerItem:not(.show) .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform 0.1s 1s linear;
  transition: transform 0.1s 1s linear;
  transition: transform 0.1s 1s linear, -webkit-transform 0.1s 1s linear;
}
.bannerArea .bannerItem:not(.show) .subtitle, .bannerArea .bannerItem:not(.show) .title, .bannerArea .bannerItem:not(.show) .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.bannerArea .bannerItem:not(.show) .subtitle {
  transition: all 0.5s 0.6s ease-out;
}
.bannerArea .bannerItem:not(.show) .title {
  transition: all 0.5s 0.4s ease-out;
}
.bannerArea .bannerItem:not(.show) .text {
  transition: all 0.5s 0.2s ease-out;
}
.bannerArea .bannerItem:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  transition: all 0.5s ease-out;
}
.bannerArea .bannerItem.show .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: -webkit-transform 5s linear;
  transition: transform 5s linear;
  transition: transform 5s linear, -webkit-transform 5s linear;
}
.bannerArea .bannerItem.show .subtitle, .bannerArea .bannerItem.show .title, .bannerArea .bannerItem.show .text {
  opacity: 1;
  -webkit-transform: translateY(0);
   transform: translateY(0);
}
.bannerArea .bannerItem.show .subtitle {
  transition: all 0.8s ease-out;
}
.bannerArea .bannerItem.show .title {
  transition: all 0.8s 0.2s ease-out;
}
.bannerArea .bannerItem.show .text {
  transition: all 0.8s 0.4s ease-out;
}
.bannerArea .bannerItem.show .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.6s ease-out;
}
.bannerArea .dotsBox {
  position: absolute;
  bottom: 35.9%;
  left: 50px;
  z-index: 10;
}
@media (max-width: 1660px) {
  .bannerArea .dotsBox {
    left: 20px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .dotsBox {
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.bannerArea .slick-arrow {
  top: 80%;
  left: auto;
}
.bannerArea .slick-arrow.slick-prev {
  right: 110px;
}
.bannerArea .slick-arrow.slick-next {
  right: 50px;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #009ad8;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #009ad8;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  width: 54px;
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    left: auto;
    right: 20px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 470px) {
  .bannerArea .scrollDown {
    bottom: 20px;
    width: 40px;
  }
}
@media (max-width: 400px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
@media (min-width: 1201px) {
  .bannerArea .scrollDown:hover .textBox {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .bannerArea .scrollDown:hover .textBox .text {
    opacity: 0;
  }
  .bannerArea .scrollDown:hover .textBox:after {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .bannerArea .scrollDown:hover .decoBox {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.bannerArea .scrollDown .textBox {
  position: relative;
  transition: all 0.5s;
}
.bannerArea .scrollDown .textBox .text {
  color: #009ad8;
  transition: all 1s;
}
@media (max-width: 470px) {
  .bannerArea .scrollDown .textBox .text {
    font-size: 12px;
  }
}
.bannerArea .scrollDown .textBox:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -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;
  color: #52b3d1;
}
.bannerArea .scrollDown .decoBox {
  position: relative;
  width: 44px;
  margin-top: 7px;
  transition: all 0.5s;
}
.bannerArea .scrollDown .decoBox img {
  width: 100%;
}
.bannerArea .scrollDown .decoBox .img1 {
  width: 36.6%;
}
.bannerArea .scrollDown .decoBox .img2 {
  width: 26.29%;
}
.bannerArea .scrollDown .decoBox .img3 {
  width: 37.11%;
}
.bannerArea .scrollDown .decoBox .deco1 {
  transition: all 1.2s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 44px;
}
.bannerArea .scrollDown .decoBox .deco2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 1s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 44px;
}
.bannerArea .scrollDown .decoBox .deco2 .img1 {
  -webkit-animation: maskAni 1s infinite;
          animation: maskAni 1s infinite;
}
.bannerArea .scrollDown .decoBox .deco2 .img2 {
  -webkit-animation: maskAni 1s 0.4s infinite;
          animation: maskAni 1s 0.4s infinite;
}
.bannerArea .scrollDown .decoBox .deco2 .img3 {
  -webkit-animation: maskAni 1s 0.2s infinite;
          animation: maskAni 1s 0.2s infinite;
}
.bannerArea .slick-dots {
  bottom: 50%;
  right: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.n_about_box{  padding: 50px 0 ;}
.n_about_box img{max-width: 100%; }



.n_about_box h1{ font-size:26px; color:#666; text-align:center;line-height:40PX; color: #333;}
.n_about_box h3{  text-align:center;width: 250px; height: 10px; border-radius: 15px; background: #009ad8; margin: 15px auto;}

.n_about_box p{line-height:26px; font-size: 15px;color:#666;text-align: center; }

@media (max-width:1023px) {
	
	.n_about_box h3{ width: 200px; height:7px; border-radius: 15px;margin: 10px auto;}
	
	
	
}

@media (max-width:639px) {
.n_about_box h1{ font-size:20px;line-height:2; }
.n_about_box h3{  text-align:center;width: 40%; height: 5px; border-radius: 15px; margin: 0px auto 10px auto;}

.n_about_box p{line-height:1.4; font-size: 14px;}
}


.aboutArea {
  padding: 119px 0 0;
}
@media (max-width: 639px) {
  .aboutArea {
    padding: 0px 0 0;
  }
}
.aboutArea .aboutBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
}
.aboutArea .imgBox {
  width: 747px;
  padding: 99px 0 0 109px;
  position: relative;
}
@media (max-width: 1540px) {
  .aboutArea .imgBox {
    width: 50.37vw;
    padding: 99px 0 0 59px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .imgBox {
    width: 40vw;
    padding: 69px 0 0 39px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .imgBox {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    padding: 15vw 0 0 10vw;
  }
}
.aboutArea .imgBox .decoTxt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 76px);
  height: calc(100% - 89px);
}
@media (max-width: 1540px) {
  .aboutArea .imgBox .decoTxt {
    width: calc(100% - 59px);
  }
}
@media (max-width: 1350px) {
  .aboutArea .imgBox .decoTxt {
    width: calc(100% - 39px);
    height: calc(100% - 79px);
  }
}
@media (max-width: 1023px) {
  .aboutArea .imgBox .decoTxt {
    width: 90%;
    height: 80%;
  }
}
.aboutArea .imgBox .decoTxt .bgi {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to right, #009ad8 0%, #2bb5d3 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
  border-radius: 30px;
  overflow: hidden;
}
.aboutArea .imgBox .decoTxt .txt {
  font-size: 138px;
  font-weight: 500;
  width: calc(100% + 30px);
  margin-top: -36px;
  margin-left: -20px;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
  text-stroke: 1px rgba(255, 255, 255, 0.4);
  position: relative;
  z-index: 2;
}
@media (max-width: 1540px) {
  .aboutArea .imgBox .decoTxt .txt {
    font-size: 8.889vw;
  }
}
@media (max-width: 1350px) {
  .aboutArea .imgBox .decoTxt .txt {
    font-size: 7vw;
    margin-top: -25px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .imgBox .decoTxt .txt {
    font-size: 16.667vw;
    margin-top: -3vw;
    margin-left: -10px;
  }
}
.aboutArea .Img {
  border-radius: 30px;
  overflow: hidden;
}
.aboutArea .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.aboutArea .Txt {
  width: calc(100% - 754px);
  margin-bottom: 40px;
  padding-left: 103px;
  margin-top: -2px;
}
@media (max-width: 1540px) {
  .aboutArea .Txt {
    width: calc(100% - 50.37vw);
    padding-left: 50px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .Txt {
    width: calc(100% - 40vw);
    padding-left: 30px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .Txt {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}
.aboutArea .Txt .titleBox {
  margin-bottom: 17px;
  padding-bottom: 21px;
  position: relative;
}
.aboutArea .Txt .titleBox::before {
  content: "";
  display: block;
  width: 100%;
  background-color: #cccccc;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1350px) {
  .aboutArea .Txt .titleBox .text {
    max-width: unset;
  }
}
.aboutArea .btnBox {
  margin-top: 35px;
}
.aboutArea .qualityBox .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) {
  .aboutArea .qualityBox .title {
    font-size: 12px;
  }
}
.aboutArea .qualityBox .title .dot {
  width: 6px;
  height: 6px;
  background-color: #009ad8;
  border-radius: 50%;
  margin-right: 15px;
}
.aboutArea .qualityBox .title .en {
  margin-right: 10px;
  letter-spacing: 0.4px;
}
.aboutArea .qualityBox .qualityList {
  margin: 0 -9px;
}
.aboutArea .qualityBox .qualityList:not(.slick-slider) .qualityItem {
  width: 14.28%;
}
.aboutArea .qualityBox .qualityItem {
  padding: 0 9px;
}
.aboutArea .qualityBox .Img {
  border-radius: 0;
  transition: all 0.5s;
}
@media (min-width: 1201px) {
  .aboutArea .qualityBox .Img {
    -webkit-filter: grayscale(1) opacity(0.5);
            filter: grayscale(1) opacity(0.5);
  }
}
@media (min-width: 1201px) {
  .aboutArea .qualityBox .Img:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(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 .subtitle, .aboutArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.aboutArea:not(.show) .titleBox::before {
  width: 0;
}
.aboutArea:not(.show) .imgBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.aboutArea:not(.show) .qualityBox .title .dot {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.aboutArea:not(.show) .qualityBox .title .en, .aboutArea:not(.show) .qualityBox .title .tw {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.aboutArea:not(.show) .qualityBox .qualityList {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.aboutArea:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.aboutArea.show .titleBox .dot {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s;
}
.aboutArea.show .titleBox .dots::after {
  width: 61px;
  transition: all 0.8s 0.2s;
}
.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 0.4s;
}
.aboutArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.6s;
}
.aboutArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.7s;
}
.aboutArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.8s;
}
.aboutArea.show .titleBox::before {
  width: 100%;
  transition: all 1.2s 1s;
}
.aboutArea.show .imgBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.7s;
}
.aboutArea.show .qualityBox .title .dot {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s 1.1s;
}
.aboutArea.show .qualityBox .title .en, .aboutArea.show .qualityBox .title .tw {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s 1.2s;
}
.aboutArea.show .qualityBox .qualityList {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s 1.4s;
}
.aboutArea.show .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 1.6s;
}

.product_box{ clear: both; width: 100%; background: #F5F7F6; padding: 35px 0; }



.product_box .wrap h1{ font-size: 20px; line-height: 35px; display: block; width: 100%; color: #363636; margin-top: 20px; letter-spacing: normal; }
@media (max-width:639px) {
.product_box .wrap h1{ font-size: 16px; line-height: 28px; display: block; width: 100%; color: #363636; margin-top: 10px; font-weight: 700; }
}

.product_box .leftBox{ float: left;}
.product_box .rightBox{ float: right;}

.pro_list_box{ clear: both; width: 100%; }
.pro_list_box ul{ width: 102%; margin: 5px -1%; }
.pro_list_box ul li{ float: left; width: 23%; margin: 15px 1%; text-align: left; overflow: hidden;}
.pro_list_box ul li .left_pic, .pro_list_box ul li .left_pic0{float: left; width: 40%; background: #ccc;  }
.pro_list_box ul li:nth-child(1) .left_pic0{ background: #ca648d;}
.pro_list_box ul li:nth-child(2) .left_pic0{ background: #64cac9;}
.pro_list_box ul li:nth-child(3) .left_pic0{ background: #e6c45d;}
.pro_list_box ul li:nth-child(4) .left_pic0{ background: #6aa1d7;}
.pro_list_box ul li:nth-child(5) .left_pic0{ background: #6ea4d8;}
.pro_list_box ul li:nth-child(6) .left_pic0{ background: #ed776a;}
.pro_list_box ul li:nth-child(7) .left_pic0{ background: #9591cd;}
.pro_list_box ul li:nth-child(8) .left_pic0{ background: #d54ca6;}



@media (max-width: 1400px) {
.pro_list_box ul li{ float: left; width: 31.33%; margin: 15px 1%; text-align: left; overflow: hidden;}
}

@media (max-width: 639px) {
	
	.product_box{padding:20px 0; }
	
	.pro_list_box ul li{ float: left; width:48%; margin: 7px 1%; }
	}


@media (max-width: 380px) {
	
	.product_box{padding:10px 0; }
	
	.pro_list_box ul li{ float: left; width:98%; margin: 7px 1%; }
	}


.pro_list_box ul li:nth-child(1) .left_pic{ background: #436eb5;}
.pro_list_box ul li:nth-child(2) .left_pic{ background: #6ca3d9;}
.pro_list_box ul li:nth-child(3) .left_pic{ background: #f0766b;}
.pro_list_box ul li:nth-child(4) .left_pic{ background: #6aa1d7;}
.pro_list_box ul li:nth-child(5) .left_pic{ background: #6ea4d8;}
.pro_list_box ul li:nth-child(6) .left_pic{ background: #8a86c7;}
.pro_list_box ul li:nth-child(7) .left_pic{ background: #9591cd;}
.pro_list_box ul li:nth-child(8) .left_pic{ background: #aec622;}
.pro_list_box ul li:nth-child(9) .left_pic{ background: #d54ca6;}
.pro_list_box ul li:nth-child(10) .left_pic{ background: #c8d93b;}
.pro_list_box ul li:nth-child(11) .left_pic{ background: #76badd;}
.pro_list_box ul li:nth-child(12) .left_pic{ background: #f19656;}
.pro_list_box ul li:nth-child(13) .left_pic{ background: #6CA3D9;}
.pro_list_box ul li:nth-child(14) .left_pic{ background: #ed776a;}
.pro_list_box ul li:nth-child(15) .left_pic{ background: #6a79ed;}
.pro_list_box ul li:nth-child(16) .left_pic{ background: #6aedb7;}
.pro_list_box ul li img{max-width: 100%;   }
.pro_list_box ul li:hover img{transform: scale(1.1);transition: all 300ms ease-in-out 0s;overflow: hidden; }
.pro_list_box ul li .wenzi{ float: left; margin-left:5%; width: 55%;}
.pro_list_box ul li .wenzi h2{ font-size: 16px; line-height: 26px;}
.pro_list_box ul li .wenzi p{ font-size: 13px; line-height: 20px; color: #999;display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;}

@media (max-width: 639px) {
.pro_list_box ul li .wenzi h2{ font-size: 14px; line-height: 1.3;}
.pro_list_box ul li .wenzi p{ font-size: 12px; line-height: 1.3; color: #999;
 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

}


.why_box{ clear: both; width: 100%; background: url(../images/why_bg.jpg) repeat; height: auto;padding: 35px 0; }

.video_box{clear: both; float: none; max-width: 800px; margin: 50px auto 0px auto; text-align: center;}
.video_box video{ max-width: 100%; }


.why_box .titleBox {
  margin: 0 0 43px 0;
  width: 100%;}
  
  .why_box .titleBox .leftBox{ float: left; }

.why_box .titleBox .leftBox .title {
  margin-bottom: 5px;
}
.why_box .titleBox .leftBox .decoTitle {
  line-height: 1.17;
}
.why_box .titleBox .rightBox{ float: right; }

.company01{  margin-top:4%; text-align:center; overflow:hidden;width: 100%;}
.company01 li{float:left; width:20%; margin: 0 0;}
.company01 li div img{ max-width: 70%; display: block; text-align: center; margin: 0 auto; }
.company01 li p{font-size:16px; color:#363636; text-align: center; line-height: 2.5;}

.facArea {
  padding: 20px 0 80px 0;
  position: relative;
  background: #fff;
  overflow: hidden;
}

.facArea .decoImg {
  position: absolute;
  top: 5px;
  left: 0;
  width: 23.07vw;
}
@media (max-width: 1350px) {
  .facArea .decoImg {
    width: 30vw;
  }
}
@media (max-width: 1023px) {
  .facArea .decoImg {
    display: none;
  }
}
@media (max-width: 639px) {

.company01 li{ width:31.33%; margin: 0 1%;}
.company01 li div img{ max-width: 60%;  }
.company01 li p{font-size:14px; color:#363636; text-align: center; line-height:1.3;}
.why_box .titleBox{ margin-bottom: 15px;}

}







.facArea .decoImg .light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.facArea .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;
}
.facArea .mouseIcon {
  position: fixed;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: opacity 0.5s;
  width: 100px;
}
.facArea .mouseIcon.show {
  opacity: 1;
}
@media (max-width: 1023px) {
  .facArea .mouseIcon.show {
    opacity: 0;
  }
}
.facArea .titleBox {
  margin: 0 0 43px 0px;
  width: 100%;
}
@media (max-width: 1023px) {
  .facArea .titleBox {
    margin: 0;
  }
}
.facArea .titleBox .leftBox {
	 float: left;
}


.facArea .titleBox .leftBox .title {
  margin-bottom: 5px;
}
.facArea .titleBox .leftBox .decoTitle {
  line-height: 1.17;
}
.facArea .titleBox .rightBox{ float: right; }

.facArea .titleBox .rightBox .btnBox {
  margin-top: 0;
}
.facArea .facBox {
  position: relative;
  margin-top: 35px;
}
@media (max-width: 1650px) {
  .facArea .facBox {
    padding: 0 50px;
  }
}
@media (max-width: 1023px) {
  .facArea .facBox {
    padding: 0;
  }
}

@media (max-width: 639px) {
.facArea .facBox {
  position: relative;
  margin-top: 15px;
}


}




.facArea .facList {
  min-height: 550px;
  cursor: -webkit-grab;
  cursor: grab;
}
@media (max-width: 1350px) {
  .facArea .facList {
    min-height: 520px;
  }
}
@media (max-width: 1023px) {
  .facArea .facList {
    margin: 0 -20px;
    min-height: unset;
    padding-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .facArea .facList {
    margin: 0 -20px;
    min-height: unset;
    padding-bottom: 0;
  }
}


.facArea .facList:not(.slick-slider) .facItem {
  width: 50%;
}
.facArea .facList .slick-list {
  overflow: visible;
}
@media (max-width: 1023px) {
  .facArea .facList .slick-list {
    overflow: hidden;
  }
}
.facArea .facItem {
  padding: 114px 65px 0 106px;
  transition: all 0.5s 0.1s;
}
@media (max-width: 1650px) {
  .facArea .facItem {
    padding: 84px 45px 0 66px;
  }
}
@media (max-width: 1350px) {
  .facArea .facItem {
    padding: 84px 25px 0 46px;
  }
}
@media (max-width: 1023px) {
  .facArea .facItem {
    padding: 0 20px;
  }
}
.facArea .facItem .item {
  position: relative;
}
.facArea .facItem .item .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media (min-width: 1201px) {
  .facArea .facItem .item:hover .Img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  .facArea .facItem .item:hover .Img::before {
    opacity: 0.5;
  }
  .facArea .facItem .item:hover .Img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .facArea .facItem .item:hover .topTitle .subtitle, .facArea .facItem .item:hover .topTitle .title {
    color: #009ad8;
  }
}
.facArea .facItem .Img {
  transition: all 0.5s;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.facArea .facItem .Img::before {
  content: "";
  display: block;
  background: linear-gradient(to right, #009ad8 0%, #2bb5d3 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.8s;
}
.facArea .facItem .Img img {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 1s;
}
.facArea .facItem .Txt {
  padding: 15px 57px 15px 64px;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  .facArea .facItem .Txt {
    padding: 20px 20px 20px 40px;
  }
}
.facArea .facItem .Txt .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 33px;
  left: 36px;
  background-color: #009ad8;
  z-index: 1;
  transition: all 0.5s;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .facArea .facItem .Txt .dot {
    left: 20px;
  }
}
.facArea .facItem .Txt .topTitle height: px;{
  font-size: 18px;
  margin-bottom: 4px;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1650px) {
  .facArea .facItem .Txt .topTitle {
    font-size: 23px;
  }
}
@media (max-width: 1350px) {
  .facArea .facItem .Txt .topTitle {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .facArea .facItem .Txt .topTitle {
    font-size: 18px;
  }
}

@media (max-width: 639px) {
  .facArea .facItem .Txt .topTitle {
    font-size: 16px;
  }
  
  .facArea{ padding-bottom: 20px;}
  .why_box{ padding: 15px 0;}
  
}

.facArea .facItem .Txt .topTitle .subtitle, .facArea .facItem .Txt .topTitle .title {
  display: inline;
  transition: all 0.5s;
}
.facArea .facItem .Txt .topTitle .subtitle {
  font-weight: 500;
  letter-spacing: 0.7px;
}
.facArea .facItem .Txt .text {
  font-size: 16px;
  letter-spacing: 0.35px;
  padding: 0 0 0 1px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1650px) {
  .facArea .facItem .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .facArea .facItem .Txt .text {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .facArea .facItem .Txt .text {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .facArea .facItem.prev {
    -webkit-transform: translateX(64px);
            transform: translateX(64px);
  }
  .facArea .facItem.first {
    padding: 60px 110px 0 103px;
  }
}
@media (min-width: 1024px) and (max-width: 1650px) {
  .facArea .facItem.first {
    padding: 60px 70px 0 85px;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .facArea .facItem.first {
    padding: 60px 50px 0 85px;
  }
}
@media (min-width: 1024px) {
  .facArea .facItem.first .Txt {
    padding: 5px 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .facArea .facItem.first .Txt {
    padding: 5px 25px;
  }
}
@media (min-width: 1024px) {
  .facArea .facItem.first .Txt .dot {
    top: 15px;
    left: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .facArea .facItem.first .Txt .dot {
    top: 20px;
    left: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1201px) {
  .facArea .facItem.first:hover .Img {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .facArea .facItem.second {
    padding: 0;
  }
  .facArea .facItem.second .Txt {
    padding: 21px 55px;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .facArea .facItem.second .Txt {
    padding: 21px 35px;
  }
}
@media (min-width: 1024px) {
  .facArea .facItem.second .Txt .dot {
    top: 29px;
    left: 25px;
  }
}

.facArea .bottom {
  position: absolute;
  bottom: -43px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
@media (max-width: 1023px) {
  .facArea .bottom {
    bottom: 0;
  }
}
.facArea .bottom .lineBox {
  height: 1px;
  width: calc(100% - 421px);
  background-color: #cccccc;
}
@media (max-width: 1023px) {
  .facArea .bottom .lineBox {
    width: calc(100% - 249px);
  }
}
@media (max-width: 767px) {
  .facArea .bottom .lineBox {
    width: 100%;
  }
}
.facArea .bottom .lineBox .line {
  background: linear-gradient(to top, #009ad8 0%, #2bb5d3 100%);
  height: 3px;
  margin-top: -1px;
  transition: all 0.5s;
  border-radius: 2px;
}
.facArea .bottom .numBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  font-size: 16px;
  font-weight: 600;
  color: #cccccc;
  width: 100px;
  -ms-flex-pack: end;
      justify-content: end;
  margin-left: 10px;
}
@media (max-width: 1650px) {
  .facArea .bottom .numBox {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .facArea .bottom .numBox {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .facArea .bottom .numBox {
    display: none;
  }
}
.facArea .bottom .numBox .numList {
  position: relative;
  font-size: 23px;
  line-height: 1.3;
  color: #F58931;
}
@media (max-width: 1650px) {
  .facArea .bottom .numBox .numList {
    font-size: 20px;
  }
}
@media (max-width: 1350px) {
  .facArea .bottom .numBox .numList {
    font-size: 18px;
  }
}
.facArea .bottom .numBox .numList .numItem {
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  width: 60px;
  text-align: right;
}
.facArea .bottom .numBox .numList .numItem:not(:first-child) {
  position: absolute;
}
.facArea .bottom .numBox .numList .numItem.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.facArea .bottom .numBox .slash {
  padding: 0 4px 0 6px;
}
.facArea .bottom .slickBtnBox {
  margin-left: 57px;
}
@media (max-width: 767px) {
  .facArea .bottom .slickBtnBox {
    display: none;
  }
}
.facArea:not(.show) .titleBox .dot {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.facArea:not(.show) .titleBox .dots::after {
  width: 0;
}
.facArea: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%);
}
.facArea:not(.show) .titleBox .decoTitle, .facArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.facArea:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.facArea:not(.show) .facBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.facArea.show .titleBox .dot {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s;
}
.facArea.show .titleBox .dots::after {
  width: 61px;
  transition: all 0.8s 0.2s;
}
.facArea.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.4s;
}
.facArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.6s;
}
.facArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.8s;
}
.facArea.show .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 1s;
}
.facArea.show .facBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 1s;
}

.catalogArea {
  position: relative;
 padding: 50px 0 0px 0;
 background-color: #f5f7f7;
}
.catalogBox{ position: relative; width: 100%; }
@media (max-width: 767px) {
  .catalogArea {
    padding: 15px 0 15px;
  }
}
.catalogArea .catalogBox .catalogList, .catalogArea .catalogBox .titleBox {
  padding-left: 40%;
}
@media (max-width: 1540px) {
  .catalogArea .catalogBox .catalogList, .catalogArea .catalogBox .titleBox {
      padding-left:40%;
  }
}
@media (max-width: 1350px) {
  .catalogArea .catalogBox .catalogList, .catalogArea .catalogBox .titleBox {
    padding-left:40%;
  }
}
@media (max-width: 1023px) {
  .catalogArea .catalogBox .catalogList, .catalogArea .catalogBox .titleBox {
    padding-left: 0;
  }
}
.catalogArea .catalogBox .imgBox {
  position: absolute;
  left: 0;
  top: 3px;
  width: 35.9%;
  z-index: 0;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .catalogArea .catalogBox .imgBox {
    position: static;
    width: 100%;
    border-radius: 30px;
  }
}
.catalogArea .catalogBox .imgBox img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.8s;
}
.catalogArea .catalogBox .imgBox.hide img {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 0.2s;
}
.catalogArea .titleBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 18px;
}
@media (max-width: 1023px) {
  .catalogArea .titleBox .rightBox {
    width: 100%;
    padding-top: 40px;
  }
}
.catalogArea .titleBox .leftBox {
  max-width: 530px;
}
@media (max-width: 639px) {
  .catalogArea .titleBox .leftBox {
    max-width: 350px;
  }
  
  .catalogArea .titleBox .rightBox {
    width: 100%;
    padding-top: 15px;
  }
  
  .catalogArea .titleBox { margin-bottom: 0; }
  
}
.catalogArea .titleBox .btnBox {
  margin-top: 0;
  padding: 0 0 6px 0;
  margin-right: -4px;
}
.catalogArea .catalogList {
  height: 500px;
}

@media (max-width: 1180px) {
  .catalogArea .catalogList {
    height: 450px;
  }
}
@media (max-width: 1023px) {
  .catalogArea .catalogList {
    height: auto;
    padding-bottom: 20px;
  }
}

@media (max-width: 639px) {
  .catalogArea .catalogList {
    height: 330px;
    padding-bottom: 0;
  }
}




.catalogArea .catalogList .slick-list {
  margin: 0 -3px;
}
.catalogArea .catalogItem {
  height: 116px;
  position: relative;
}
@media (max-width: 1680px) {
  .catalogArea .catalogItem {
    height: 100px;
  }
}
@media (max-width: 1350px) {
  .catalogArea .catalogItem {
    height: 116px;
  }
}
@media (max-width: 1180px) {
  .catalogArea .catalogItem {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .catalogArea .catalogItem {
    height: auto;
	padding: 15px 0;
  }
  .catalogArea .catalogItem .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
  }
}
.catalogArea .catalogItem .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 1201px) {
  .catalogArea .catalogItem:hover::after {
    width: 100%;
  }
  .catalogArea .catalogItem:hover .Txt {
    -webkit-transform: translateX(19px);
            transform: translateX(19px);
    color: #009ad8;
  }
  .catalogArea .catalogItem:hover .Txt a {
    color: #009ad8;
  }
  .catalogArea .catalogItem:hover .Txt .btnText {
    color: #009ad8;
  }
}
.catalogArea .catalogItem::before, .catalogArea .catalogItem::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.catalogArea .catalogItem::before {
  background-color: #cccccc;
  width: 100%;
}
.catalogArea .catalogItem::after {
  background-color: #009ad8;
  width: 0;
  transition: all 1.2s;
}
.catalogArea .catalogItem .Txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0px 0;
  transition: all 0.5s;
  width: 100%;
}
@media (max-width: 1680px) {
  .catalogArea .catalogItem .Txt {
    padding: 20px 0px 0;
  }
}
@media (max-width: 1350px) {
  .catalogArea .catalogItem .Txt {
    padding: 30px 0px 0;
  }
}
@media (max-width: 1180px) {
  .catalogArea .catalogItem .Txt {
    padding: 15px 0px 0;
  }
}
@media (max-width: 767px) {
  .catalogArea .catalogItem .Txt {
    padding: 0;
  }
}
.catalogArea .catalogItem .center {
  width: calc(80% - 152px);
  padding-right: 20px;
}
@media (max-width: 1023px) {
  .catalogArea .catalogItem .center {
    width: calc(89.5% - 125px);
  }
}
.catalogArea .catalogItem .title {
  font-size: 18px;
  margin: -2px 0 -5px 0;
  letter-spacing: 0.2px;
}
@media (max-width: 1540px) {
  .catalogArea .catalogItem .title {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .catalogArea .catalogItem .title {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .catalogArea .catalogItem .title {
    font-size: 16px;
  }
}
.catalogArea .catalogItem .subtitle {
  font-size: 15px;
  letter-spacing: -0.1px;
}
@media (max-width: 1540px) {
  .catalogArea .catalogItem .subtitle {
    font-size: 13px;
  }
}
@media (max-width: 540px) {
  .catalogArea .catalogItem .subtitle {
    font-size: 12px;
  }
}
.catalogArea .catalogItem .num {
  font-size: 14px;
  font-weight: 600;
  width: 15%;
  color: #009ad8;
}
@media (max-width: 1540px) {
  .catalogArea .catalogItem .num {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .catalogArea .catalogItem .num {
    font-size: 14px;
	  width: 15%;
  }
  .catalogArea .catalogItem .center{width:85%; padding-left: 2%; padding-right: 0;}
  
  
  
}
.catalogArea .catalogItem .btnBox {
  margin-top: -3px;
}
@media (max-width: 639px) {
  .catalogArea .catalogItem .btnBox .btn {
    padding: 0;
  }
}
.catalogArea .bottom {
  position: absolute;
  bottom: 73px;
  width: 438px;
  left: calc(35.9vw - 438px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1350px) {
  .catalogArea .bottom {
    left: calc(45vw - 438px);
  }
}
@media (max-width: 1023px) {
  .catalogArea .bottom {
    position: static;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .catalogArea .bottom {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.catalogArea .dotsBox {
  width: calc(100% - 152px);
  padding-top: 15px;
}
@media (max-width: 767px) {
  .catalogArea .dotsBox {
    display: none;
  }
}
.catalogArea .slickBtnBox .slickBtn.arrowPrev {
  margin-right: 22px;
}
.catalogArea:not(.show) .titleBox .dot {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.catalogArea:not(.show) .titleBox .dots::after {
  width: 0;
}
.catalogArea: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%);
}
.catalogArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.catalogArea:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.catalogArea:not(.show) .imgBox .Img {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.catalogArea:not(.show) .catalogList, .catalogArea:not(.show) .bottom {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.catalogArea.show .titleBox .dot {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s;
}
.catalogArea.show .titleBox .dots::after {
  width: 61px;
  transition: all 0.8s 0.2s;
}
.catalogArea.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.4s;
}
.catalogArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.6s;
}
.catalogArea.show .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.8s;
}

@media (max-width: 639px) {
.catalogArea.show .btnBox{ opacity: 0; display: none;}
｝


.catalogArea.show .imgBox .Img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.8s 1s;
}
.catalogArea.show .catalogList {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 1s;
}
.catalogArea.show .bottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 1.2s;
}

