@charset "UTF-8";
.itemList .Img, .itemList li .item {
  transition: all 0.4s ease;
}

.itemList .Img .boder_line span:before, .itemList .Img .boder_line span:after, .itemList .Img .boder_line:before, .itemList .Img .boder_line:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 1s;
  background-color: #c2c2c2;
  opacity: 0;
}

.itemList .Img .boder_line span:after, .itemList .Img .boder_line:before {
  width: 0;
  height: 1px;
}

.itemList .Img .boder_line span:before, .itemList .Img .boder_line:after {
  width: 1px;
  height: 0;
}

.itemList li:hover .item .Img .boder_line span:after, .itemList li:hover .item .Img .boder_line:before {
  width: 100%;
  height: 1px;
}

.itemList li:hover .item .Img .boder_line span:before, .itemList li:hover .item .Img .boder_line:after {
  width: 1px;
  height: 100%;
}

.classNote {
  padding-bottom: 10px;
  line-height: 1.8;
  font-size: 15px;
  color: #222;
}
.classNote h2 {
  text-align: center;
}
.classNote img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.itemList {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.itemList li {
  width: 33.33%;
  padding: 0 15px 30px;
}
.itemList li:hover .item .Img {
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.36);
}
.itemList li:hover .item .Img:before {
  transform: scale(1.05);
  opacity: 1;
}
.itemList li:hover .item .Img .boder_line:before, .itemList li:hover .item .Img .boder_line:after {
  opacity: 1;
}
.itemList li:hover .item .Img .boder_line span:before, .itemList li:hover .item .Img .boder_line span:after {
  opacity: 1;
}
.itemList .Img {
  background-image: url(../images/idxPro_bg01.jpg);
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.itemList .Img a {
  display: block;
  overflow: hidden;
}
.itemList .Img img {
  display: block;
  width: 100%;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  z-index: 2;
}
.itemList .Img .boder_line {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  margin: auto;
  z-index: 1;
}
.itemList .Img .boder_line:before, .itemList .Img .boder_line:after {
  left: 0;
  top: 0;
}
.itemList .Img .boder_line span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.itemList .Img .boder_line span:before, .itemList .Img .boder_line span:after {
  right: 0;
  bottom: 0;
}
.itemList .Img:before {
  content: "";
  display: block;
  background-image: url(../images/idxPro_bg_hover.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  transition: all 0.3s linear;
  opacity: 0;
}
.itemList .Txt {
  padding: 15px;
  text-align: center;
  background-color: #fff;
}
.itemList .Txt p {
  padding-top: 10px;
  height: 60px;
  line-height: 1.8;
  font-size: 13px;
  color: #777;
}
.itemList h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.itemList h3 a {
  display: block;
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .itemList li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .itemList {
    display: block;
    margin: 0;
  }
  .itemList li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.pageBox {
  text-align: center;
}

/********標題區*******/
.titleArea {
  clear: both;
  margin-bottom: 30px;
  padding: 15px 10px;
  border-bottom: 1px dashed #b6b6b6;
}
.titleArea h1 {
  font-size: 19px;
  font-weight: 400;
  color: #2f2f2f;
  overflow: hidden;
}
.titleArea h1 strong {
  display: block;
  font-weight: 400;
}
.titleArea h1 b {
  /*標題區左-訊息日期*/
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #a3a3a3;
}
.titleArea .btn-fb {
  /*fb*/
  float: left;
}
.titleArea a.back {
  /*回上頁*/
  float: right;
  display: block;
  margin-left: 5px;
  font-size: 10pt;
  color: #06F;
  cursor: pointer;
}

.articleTitle {
  text-align: left;
}
.articleTitle:after {
  margin-left: 0;
}

.albumBox {
  margin-right: 30px;
  padding: 0;
}
.albumBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.side_album {
  width: 100%;
  margin: 20px -1px 0;
}
.side_album li {
  float: left;
  width: 25%;
  overflow: hidden;
}
.side_album img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_album a {
  display: block;
}

ul li {list-style-type:none;}

/*產品介紹縮圖文字*/
.introBox {
  overflow: hidden;
}
.introBox .Txt {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 15px;
  color: #6c6c6c;
}
.introBox .btn {
  text-align: center;
}
.introBox .btn a {
  display: inline-block;
  font-size: 15px;
  color: #41a692;
  background-color: #ffffff;
  border: 1px solid #41a692;
}
.introBox .btn a:hover {
  color: #ffffff;
  background-color: #41a692;
  border-color: #ffffff;
}

.share {
  clear: both;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px dashed #ccc;
}
.share b {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.share a {
  display: inline-block;
  width: 25px;
  font-size: 18px;
  color: #666;
  text-align: center;
}
.share a:hover {
  opacity: 0.8;
}

.code {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #41a692;
}

/*767*/
@media (max-width: 767px) {
  .productIntro .albumBox {
    float: none;
    margin: 0 0 30px 0;
  }
}
/*767 end*/

#intro ul {margin: 0; padding: 0;}