.ys-program .sectioner {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ys-program .sectioner.pager .row {
  margin-top: 40px;
}
.ys-program .sectioner.pager .row .itemer {
  display: block;
  padding-bottom: 10px;
  transition: all 0.5s ease;
}
.ys-program .sectioner.pager .row .itemer .img-wrap img {
  height: 200px;
}
.ys-program .sectioner.pager .row .itemer .tit {
  margin-top: 10px;
  font-size: 16px;
}
.ys-program .sectioner.pager .row .itemer:hover {
  transform: translateY(-15px);
  box-shadow: 0 0 8px 5px #e5ebff;
}
.ys-program .sectioner.pager .row:first-child {
  margin-top: 0;
}
.ys-program .sectioner.detailer h1 {
  font-size: 26px;
  color: #000;
  text-align: center;
  margin: 0;
}
.ys-program .sectioner.detailer .ivr {
  margin: 15px 0px 30px;
  width: 100%;
  border-top: 1px solid #d9d9d9;
  height: 0;
}
.ys-program .sectioner.detailer .des {
  text-indent: 2em;
  line-height: 1.6;
}
.ys-program .sectioner.detailer .des.t2 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-top: 15px;
}
.ys-program .sectioner.detailer .img-wrap {
  text-align: center;
  margin: 4px auto;
}
.ys-program .sectioner.detailer .dlist1 dt,
.ys-program .sectioner.detailer .dlist1 dd {
  text-indent: 2em;
}
.ys-program .sectioner.detailer .ulist1 {
  text-indent: 2em;
}
.ys-program .sectioner.detailer .ulist1 > li {
  list-style-type: disc;
  list-style-position: inside;
}
.ys-program .sectioner.section-energy .dlist1 {
  line-height: 2;
}
.ys-program .sectioner.section-energy .solutionListBox {
  white-space: nowrap;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.ys-program .sectioner.section-energy .solutionListBox .item {
  margin-bottom: 0;
  display: table-cell;
  width: 33.33%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background: #3e3a39;
  height: 500px;
  position: relative;
  transition: all 0.3s linear;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.ys-program .sectioner.section-energy .solutionListBox .item .item__bg {
  width: auto;
  height: 100%;
  position: relative;
}
.ys-program .sectioner.section-energy .solutionListBox .item .item__bg img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.ys-program .sectioner.section-energy .solutionListBox .item .item__bg .mask {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s linear;
  opacity: 0.8;
}
.ys-program .sectioner.section-energy .solutionListBox .item .item__body {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 40%;
  transition: all 0.3s linear;
  text-align: center;
  transform: translateY(0%);
}
.ys-program .sectioner.section-energy .solutionListBox .item .item__body .item__body-tit .icon {
  padding-bottom: 20px;
  transition: all 0.3s linear;
}
.ys-program .sectioner.section-energy .solutionListBox .item .item__body .item__body-tit h4 {
  font-size: 24px;
  color: #fff;
  white-space: normal;
}
.ys-program .sectioner.section-energy .solutionListBox .item .item__body .item__body-tit h4 span {
  display: block;
  margin: 10px auto;
  background: #c50819;
  width: 38px;
  height: 2px;
  transition: all 0.3s linear;
}
.ys-program .sectioner.section-energy .solutionListBox .item .item__body .item__body-txt {
  opacity: 0;
  white-space: normal;
  width: 240px;
  text-align: center;
  margin: 0 auto;
}
.ys-program .sectioner.section-energy .solutionListBox .item .item__body .item__body-txt p {
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 1rem;
  display: block;
  max-width: 460px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
.ys-program .sectioner.section-energy .solutionListBox .item:hover {
  width: 50%;
}
.ys-program .sectioner.section-energy .solutionListBox .item:hover .item__bg .mask {
  opacity: 0.5;
}
.ys-program .sectioner.section-energy .solutionListBox .item:hover .item__body {
  top: 10%;
}
.ys-program .sectioner.section-energy .solutionListBox .item:hover .item__body .item__body-tit .icon {
  opacity: 0;
}
.ys-program .sectioner.section-energy .solutionListBox .item:hover .item__body .item__body-tit h4 span {
  opacity: 0;
}
.ys-program .sectioner.section-energy .solutionListBox .item:hover .item__body .item__body-txt {
  opacity: 1;
}
/*# sourceMappingURL=program.css.map */