@charset "utf-8";
ul.itemList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
ul.itemList li {
  width: 25%;
}
ul.itemList li:hover .item .Img .number {
  background: rgba(255, 255, 255, 0);
}
ul.itemList li:hover .item .Img .number h3, ul.itemList li:hover .item .Img .number em, ul.itemList li:hover .item .Img .number strong {
  color: #fff;
}
ul.itemList li:hover .item .Txt a {
  color: #d50a18;
}
ul.itemList li .item {
  padding: 0 20px 20px 20px;
}
ul.itemList li .Img {
  border: 2px solid #777;
  position: relative;
}
ul.itemList li .Img::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(13px, 13px);
  background: #777;
}
ul.itemList li .Img .number {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #fff;
  top: 0;
  left: 0;
  font-family: "Poppins", sans-serif;
  transition: 0.8s;
  pointer-events: none;
}
ul.itemList li .Img .number h3 {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 0);
  font-size: 18px;
  color: #525252;
  font-weight: 400;
  transition: 0.8s;
}
ul.itemList li .Img .number em {
  position: absolute;
  font-size: 16px;
  color: #757575;
  transition: 0.8s;
}
ul.itemList li .Img .number em.left {
  top: 20px;
  left: 25px;
}
ul.itemList li .Img .number em.right {
  top: 20px;
  right: 25px;
}
ul.itemList li .Img .number strong {
  transition: 0.8s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 125px;
  color: #000;
}
ul.itemList li .Img a {
  position: relative;
  display: block;
  z-index: 2;
}
ul.itemList li .Img a img {
  display: block;
  width: 100%;
}
ul.itemList li .Txt {
  padding: 25px 0 15px 0;
}
ul.itemList li .Txt a {
  font-size: 18px;
  color: #151515;
}
@media (max-width: 1023px) {
  ul.itemList li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  ul.itemList li {
    width: 50%;
  }
}
@media (max-width: 580px) {
  ul.itemList li {
    width: 100%;
  }
  ul.itemList li .item {
    padding: 0 10px 20px 10px;
  }
  ul.itemList li .Img::after {
    transform: translate(6px, 6px);
  }
  ul.itemList li .Img .number h3 {
    font-size: 16px;
    bottom: 10px;
  }
  ul.itemList li .Img .number em {
    font-size: 15px;
  }
  ul.itemList li .Img .number em.left {
    top: 10px;
    left: 10px;
  }
  ul.itemList li .Img .number em.right {
    top: 10px;
    right: 10px;
  }
  ul.itemList li .Img .number strong {
    font-size: 85px;
  }
  ul.itemList li .Txt {
    padding: 15px 0 5px 0;
  }
  ul.itemList li .Txt a {
    font-size: 16px;
  }
}

.productIntro {
  /*產品介紹縮圖文字*/
}
.productIntro .albumBox {
  padding: 0;
  width: 50%;
  float: left;
}
.productIntro .albumBox .slick-prev {
  left: 5px;
}
.productIntro .albumBox .slick-next {
  right: 5px;
}
.productIntro .albumBox .Img {
  box-shadow: 2px 2px 5px #c3c3c3;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.productIntro .albumBox .Img .number {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  font-family: "Poppins", sans-serif;
  transition: 0.8s;
  pointer-events: none;
}
.productIntro .albumBox .Img .number h3 {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 0);
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  transition: 0.8s;
}
.productIntro .albumBox .Img .number em {
  position: absolute;
  font-size: 16px;
  color: #fff;
  transition: 0.8s;
}
.productIntro .albumBox .Img .number em.left {
  top: 20px;
  left: 25px;
}
.productIntro .albumBox .Img .number em.right {
  top: 20px;
  right: 25px;
}
.productIntro .albumBox .Img .number strong {
  transition: 0.8s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 125px;
  color: #fff;
}
.productIntro .albumBox img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.productIntro .introBox {
  padding-left: 50px;
  float: left;
  width: 50%;
}
.productIntro .introBox .Txt {
  letter-spacing: 2px;
  line-height: 2;
  font-size: 15px;
  color: #151515;
}
@media (max-width: 767px) {
  .productIntro .albumBox {
    width: 100%;
    float: none;
  }
  .productIntro .introBox {
    width: 100%;
    float: none;
    padding-left: 0px;
    padding-top: 20px;
  }
}

.textContent div.textmain {
  margin-top: 30px;
}

.titleArea {
  clear: both;
  margin-bottom: 20px;
  padding: 15px 0px;
  line-height: 1.2;
}
.titleArea h1 {
  font-size: 30px;
  font-weight: 600;
  color: #151515;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.titleArea em {
  font-size: 20px;
  color: #d50a18;
}