
.md17040.md-solution-1 {
  position: relative;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.md17040.md-solution-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.md17040.md-solution-1 .li {
  width: calc( 480 / 1520 * 100%);
  margin-right: calc( 40 / 1520 * 100%);
  margin-bottom: 0.4rem;
}
.md17040.md-solution-1 .li:nth-child(3n) {
  margin-right: 0;
}
.md17040.md-solution-1 .dd {
  display: block;
  height: 100%;
  background-color: #f4f6f8;
  position: relative;
  transition: all 0.5s;
}
.md17040.md-solution-1 .dd:hover {
  background-color: #fff;
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 32, 64, 0.1);
}
.md17040.md-solution-1 .dd:hover .title {
  color: #58c747;
}
.md17040.md-solution-1 .dd::before {
  content: "";
  width: 100%;
  height: 0.05rem;
  background-color: #58c747;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left bottom;
  transition: all 0.5s;
}
.md17040.md-solution-1 .img {
  padding-top: calc( 270 / 480 * 100%);
}
.md17040.md-solution-1 .text {
  padding: 0.25rem 0.3rem 0.55rem;
}
.md17040.md-solution-1 .title {
  line-height: calc( 30 / 22 );
  min-height: calc( 30em / 22 * 2);
}
.md17040.md-solution-1 .intro {
  line-height: calc( 24 / 14 );
  margin-top: 0.18rem;
}
@media screen and (min-width: 901px) {
  .md17040.md-solution-1 .dd:hover::before {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 900px) {
  .md17040.md-solution-1 .list {
    justify-content: space-between;
  }
  .md17040.md-solution-1 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .md17040.md-solution-1 .li {
    width: 100%;
    margin-bottom: 8%;
  }
}

.com-pag.bgfff .cp_a {
  background-color: #fff;
}
.com-pag.bgfff .cp_a:hover {
  background-color: #222;
}
.com-pag.bgfff .prev:hover {
  background-image: url(../images/icon-p11.png);
}
.com-pag.bgfff .next:hover {
  background-image: url(../images/icon-p21.png);
}
.com-pag .cp_a {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.05rem;
  line-height: 1;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 1px inset #ddd;
}
.com-pag .cp_a:hover svg, .com-pag .cp_a.on svg {
  filter: brightness(0) invert(1);
}
.com-pag .cp_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  background-color: #002040;
  color: #fff;
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.5s;
}
.com-pag .cp_btn span {
  display: block;
  text-align: center;
  width: 24.0740740741%;
  height: 24.0740740741%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}
.com-pag .cp_btn svg {
  width: 16%;
  height: 28%;
}
.com-pag .cp_btn path {
  width: 100%;
  height: 100%;
}
.com-pag .cp_btn:hover {
  background-color: #002040;
}
.com-pag .cp_btn:hover svg {
  fill: #fff;
}
.com-pag .cp_prev {
  background-image: url(../images/b1.png);
}
.com-pag .cp_prev:hover {
  background-image: url(../images/b3.png);
}
.com-pag .cp_next {
  background-image: url(../images/b2.png);
}
.com-pag .cp_next:hover {
  background-image: url(../images/b4.png);
}
.com-pag .te {
  width: auto;
  padding: 0 0.2rem;
  display: inline-flex;
  align-items: center;
}
.com-pag .ip {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #e9ecf2;
  text-align: center;
  margin: 0 0.5em;
  padding: 0 5px;
}
.com-pag input::-webkit-outer-spin-button,
.com-pag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.com-pag input[type=number] {
  -moz-appearance: textfield;
}
