


.md-series-1 {
  position: relative;
  padding-top: 1.3rem;
  padding-bottom: 0.3rem;
  background-color: #f2f2f2;
}
.md-series-1 .tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.md-series-1 .form {
  width: 5rem;
  position: relative;
}
.md-series-1 .form .ip {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  background-color: #fff;
  border-radius: 1rem;
  border: none;
  padding: 0 0.3rem;
}
.md-series-1 .form .ip::-moz-placeholder {
  color: #999;
}
.md-series-1 .form .ip::placeholder {
  color: #999;
}
.md-series-1 .form .btn {
  position: absolute;
  right: 0.36rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(/static/home/images/icon-mag.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  background-color: #fff;
  cursor: pointer;
}
.md-series-1 .desc {
  color: #666;
  line-height: 1.3333333333;
  margin-top: 0.3rem;
}
@media (max-width: 900px) {
  .md-series-1 .tops {
    flex-wrap: wrap;
  }
  .md-series-1 .form {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.md-series-2 {
  background-color: #f2f2f2;
  padding-top: 0.3rem;
  padding-bottom: 0.6rem;
  position: relative;
}
.md-series-2 .f-list {
  margin-top: 0.54rem;
  margin-bottom: 0.8rem;
}
.md-series-2 .f-list .f-li {
  width: 15.6547619048%;
  margin-right: 1.1904761905%;
}
.md-series-2 .f-list .f-li:nth-child(6n) {
  margin-right: 0;
}
.md-series-2 .f-list .f-dd {
  height: 100%;
  background-color: #ffffff;
  border-radius: 0.1rem;
  padding-top: 0.49rem;
  padding-bottom: 0.33rem;
  transition: all 0.5s;
}
.md-series-2 .f-list .icon {
  width: 0.94rem;
  height: 0.94rem;
  border-radius: 50%;
  background-color: #007bff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-shadow: 0 0 0 0.1rem #f2f2f2;
}
.md-series-2 .f-list .ii {
  width: 100%;
  height: 100%;
}
.md-series-2 .f-list .fte {
  text-align: center;
  margin-top: 0.32rem;
  padding: 0 0.25rem;
}
.md-series-2 .f-list .f11 {
  color: #222;
  line-height: 1.7;
}
@media screen and (min-width: 901px) {
  .md-series-2 .f-list .f-dd:hover {
    transform: translateY(-0.2rem);
    box-shadow: -3px 2px 0.4rem 0px rgba(0, 123, 255, 0.13);
  }
}
@media screen and (max-width: 900px) {
  .md-series-2 .f-list {
    justify-content: space-between;
  }
  .md-series-2 .f-list .f-li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}
.pro-list2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.6rem;
  margin-bottom: 0.2rem;
}
.pro-list2 .li {
  width: 23.2142857143%;
  margin-right: 2.380952381%;
  margin-bottom: 0.4rem;
  position: relative;
}
.pro-list2 .li:nth-child(4n) {
  margin-right: 0;
}
.pro-list2 .dd {
  height: 100%;
  display: block;
  position: relative;
  transition: all 0.3s;
}
.pro-list2 .top {
  height: 100%;
  padding: 0.22rem 0.2rem 0.45rem;
  border-radius: 0.24rem;
  background-color: #fff;
  transition: all 0.3s;
}
.pro-list2 .img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.pro-list2 .te {
  text-align: center;
}
.pro-list2 .h3 {
  height: 2.4em;
  font-weight: 600;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro-list2 .intro {
  color: #666;
  line-height: 1.5;
  height: 3em;
  margin-top: 0.14rem;
}
.pro-list2 .btn {
  min-width: 1.7rem;
  display: inline-block;
  background-color: #007bff;
  text-align: center;
  color: #fff;
  border-radius: 1rem;
  padding: 0.17rem 0.27rem;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -60%);
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 901px) {
  .pro-list2 .dd:hover {
    transform: translateY(-0.25rem);
  }
  .pro-list2 .dd:hover .top {
    box-shadow: -3px 2px 0.4rem 0px rgba(0, 123, 255, 0.13);
  }
  .pro-list2 .dd:hover .btn {
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .pro-list2 {
    justify-content: space-between;
  }
  .pro-list2 .li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}

.md-series-3 {
  position: relative;
  padding-top: 0.9rem;
  padding-bottom: 0.8rem;
}
.md-series-3 .desc {
  color: #666;
  line-height: 1.3333333333;
  margin-top: 0.3rem;
}
.md-series-3 .list {
  margin-top: 0.4rem;
}
.md-series-3 .li {
  width: calc( 830 / 1680 * 100%);
  margin-bottom: 0.2rem;
}
.md-series-3 .dd {
  display: block;
  position: relative;
  border-radius: 0.16rem;
  overflow: hidden;
}
.md-series-3 .in .img::before {
  opacity: 1;
}
.md-series-3 .img {
  position: relative;
  padding-top: calc( 500 / 830 * 100%);
}
.md-series-3 .img::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, rgba(0, 123, 255, 0.5), rgba(0, 123, 255, 0));
  z-index: 2;
  opacity: 0;
  transition: all 0.2s;
}
.md-series-3 .text {
  color: #fff;
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  padding: 0.36rem 0.4rem;
  z-index: 5;
}
.md-series-3 .title {
  font-weight: bold;
}
.md-series-3 .t_bd {
  display: none;
}
.md-series-3 .intro {
  margin-top: 0.16rem;
}
.md-series-3 .more {
  display: inline-flex;
  align-items: center;
  margin-top: 0.2rem;
}
.md-series-3 .more i {
  width: 0.3em;
  height: 1em;
  background-image: url(/static/home/images/p3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 900px) {
  .md-series-3 .li {
    width: 100%;
  }
  .md-series-3 .t_bd {
    display: block !important;
  }
}

.md-series-4 {
  position: relative;
  padding-top: 0.9rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.md-series-4 .ul {
  margin-top: 0.54rem;
  margin-bottom: 0.6rem;
}
.md-series-4 .li {
  background-color: #ffffff;
  padding: 0 0.4rem;
  margin-bottom: 0.2rem;
}
.md-series-4 .li:last-child {
  margin-bottom: 0;
}
.md-series-4 .hd {
  padding: 0.2rem 0;
  border-bottom: 1px solid #dcdcdc;
}
.md-series-4 .hic {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #007bff;
  background-image: url(/static/home/images/p5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55.5555555556% auto;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.md-series-4 .bd {
  padding: 0.27rem 0;
  padding-left: 0.56rem;
}
.md-series-4 .bte {
  line-height: 1.3333333333;
  color: #666;
}
.md-series-4 .more {
  display: inline-flex;
  align-items: center;
  background-color: #007bff;
  color: #fff;
  padding: 0.18rem 0.4rem;
  border-radius: 1rem;
  cursor: pointer;
}
.md-series-4 .more i {
  width: 1em;
  height: 1em;
  margin-left: 0.1rem;
  background-image: url(/static/home/images/icon-p22.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.md-series-4 .t12 {
    display: inline-flex;
    align-items: center;
    color: #007bff;
    margin-top: 0.22rem;
    line-height: 1;
}

.md-series-4 .t12 svg {
    width: 0.4em;
    height: 1em;
    margin-left: 0.4em;
}

.md-series-5 {
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0;
}
.md-series-5 .rich-text {
  line-height: 1.5;
  margin-top: 0.3rem;
}

.md-series-6 {
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0;
  background-color: #f2f2f2;
}
.md-series-6 .ul {
  margin-top: 0.3rem;
}
.md-series-6 .li {
  width: calc( 820 / 1680 * 100%);
  margin-bottom: 0.2rem;
}
.md-series-6 .dd {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem;
  background-color: #fff;
  box-shadow: 0 0 0 1px inset rgba(0, 123, 255, 0.4);
  position: relative;
  border-radius: 0.1rem;
  color: #666;
}
.md-series-6 .dd:hover {
  color: #007bff;
}
.md-series-6 .dd .name {
  width: 75%;
}
.md-series-6 .dd .more {
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .md-series-6 .li {
    width: 100%;
  }
}

.md-series-7 {
  position: relative;
  overflow: hidden;
  padding: 0.7rem 0;
}
.md-series-7 .form {
  margin-top: 0.5rem;
}
.md-series-7 .fbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.md-series-7 .fi {
  width: 48.9361702128%;
  margin-bottom: 0.2rem;
  position: relative;
}
.md-series-7 .fi .ip {
  width: 100%;
  height: 0.6rem;
  min-height: 40px;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0 0.3rem;
  border: 1px solid #eee;
}
.md-series-7 .fi .ta {
  width: 100%;
  height: 2rem;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
  border: 1px solid #eee;
}
.md-series-7 .fi .code {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: auto;
}
.md-series-7 .ww100 {
  width: 100%;
}
.md-series-7 .btns {
  margin-top: 0.2rem;
}
.md-series-7 .btn {
  height: 0.5rem;
  min-height: 36px;
  border: 1px solid #007bff;
  background-color: transparent;
  color: #007bff;
  border-radius: 1rem;
  padding: 0 0.42rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.md-series-7 .btn:hover {
  background-color: #007bff;
  color: #fff;
}
.md-series-7 .btn:hover .ic {
  background-image: url(/static/home/images/icon-2.png);
}
.md-series-7 .btn .ic {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(/static/home/images/icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 900px) {
  .md-series-7 .le {
    width: 100%;
  }
  .md-series-7 .form {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (max-width: 900px) {
  .md-series-7 .fi {
    width: 100%;
  }
}



.com-pag {
  display: flex;
  justify-content: center;
}
.com-pag.bgfff .p_a {
  background-color: #fff;
}
.com-pag .p_a {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 30px;
  min-height: 30px;
  margin: 0 0.1rem;
  line-height: 1;
  border-radius: 1rem;
  color: #666;
  background-color: #f2f2f2;
}
.com-pag .btn {
  background-size: 26.6666666667% auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.com-pag .btn span {
  display: block;
  text-align: center;
}
.com-pag .btn:hover {
  background-color: #007bff;
  transition: all 0.3s;
}
.com-pag .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.com-pag .num:hover, .com-pag .num.on {
  background-color: #007bff;
  color: #fff;
  box-shadow: none;
  transition: all 0.3s;
}
.com-pag .prev {
  background-image: url(/static/home/images/icon-p11.png);
}
.com-pag .prev:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.com-pag .next {
  background-image: url(/static/home/images/icon-p21.png);
}
.com-pag .next:hover {
  background-image: url(/static/home/images/icon-p22.png);
}
.com-pag .prev1 {
  background-image: url(/static/home/images/icon-p11.png);
}
.com-pag .prev1:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.com-pag .prev2 {
  background-image: url(/static/home/images/icon-p13.png);
}
.com-pag .prev2:hover {
  background-image: url(/static/home/images/icon-p14.png);
}
.com-pag .next1 {
  background-image: url(/static/home/images/icon-p21.png);
}
.com-pag .next1:hover {
  background-image: url(/static/home/images/icon-p22.png);
}
.com-pag .next2 {
  background-image: url(/static/home/images/icon-p23.png);
}
.com-pag .next2:hover {
  background-image: url(/static/home/images/icon-p24.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;
}
