/* CSS Document */
.ib_info_008 .dataItem .decoNumber, .ib_info_008 .dataItem .Txt .title::after, .ib_info_008 .dataItem .Txt .title, .ib_info_008 .dataItem {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ib_info_008 {
  background-image: url(../images/data_bg02.jpg);
  background-size: 100%;
  padding: 100px 0;
}
.ib_info_008 .dataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ib_info_008 .dataItem {
  width: 33.33%;
  background-color: #fff;
  outline: 1px solid #f2f2f2;
}
@media (min-width: 1201px) {
  .ib_info_008 .dataItem:hover {
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 12px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 12px 10px rgba(0, 0, 0, 0.2);
    outline: 1px solid transparent;
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    z-index: 3;
    background-color: #1349a4;
  }
  .ib_info_008 .dataItem:hover .Txt .title {
    color: #fff;
  }
  .ib_info_008 .dataItem:hover .Txt .title a {
    color: #fff;
  }
  .ib_info_008 .dataItem:hover .Txt .title::after {
    background-color: #fff;
  }
  .ib_info_008 .dataItem:hover .Txt .textEditor {
    color: #fff;
  }
  .ib_info_008 .dataItem:hover .decoNumber {
    color: rgba(255, 255, 255, 0.168627451);
  }
  .ib_info_008 .dataItem:hover img {
    -webkit-filter: brightness(100);
            filter: brightness(100);
  }
}
@media (max-width: 1260px) {
  .ib_info_008 .dataItem {
    width: 50%;
  }
}
@media (max-width: 860px) {
  .ib_info_008 .dataItem {
    width: 100%;
  }
}
.ib_info_008 .dataItem .item {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 65px 20px;
}
@media (max-width: 600px) {
  .ib_info_008 .dataItem .item {
    padding: 40px 20px;
  }
}
.ib_info_008 .dataItem .item > a {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_info_008 .dataItem .Img {
  overflow: hidden;
}
.ib_info_008 .dataItem .Img.bg {
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_info_008 .dataItem .Img.bg::before {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.ib_info_008 .dataItem .Img.icon {
  position: relative;
  z-index: 2;
}
.ib_info_008 .dataItem .Img.icon img {
  max-width: 90px;
  margin: 0 auto;
}
.ib_info_008 .dataItem .Img img {
  display: block;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_info_008 .dataItem .Txt {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin: 0 auto;
}
.ib_info_008 .dataItem .Txt .title {
  font-size: 24px;
  font-weight: 500;
  padding: 10px 0;
}
@media (max-width: 1180px) {
  .ib_info_008 .dataItem .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .ib_info_008 .dataItem .Txt .title {
    font-size: 18px;
    padding-bottom: 0;
  }
}
.ib_info_008 .dataItem .Txt .title a {
  color: #202020;
}
.ib_info_008 .dataItem .Txt .title::after {
  content: "";
  display: block;
  width: 23px;
  height: 4px;
  margin: 25px auto 10px;
  background-color: #1349a4;
}
.ib_info_008 .dataItem .Txt .textEditorBox {
  height: 100px;
}
.ib_info_008 .dataItem .decoNumber {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #f9f9f9;
  font-size: 200px;
  font-weight: bold;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 600px) {
  .ib_info_008 .dataItem .decoNumber {
    font-size: 30vw;
  }
}
@media (max-width: 480px) {
  .ib_info_008 .dataItem .decoNumber {
    font-size: 50vw;
  }
}