.lines .line {
  margin-top: 50px;
  height: 1px;
  background-color: #e6e6e6;
}
.myxx .mline {
  width: 20px;
  height: 4px;
  background-color: #1a2c78;
  margin-top: 14px;
  margin-bottom: 17px;
}
.son-content h1 {
  font-size: 30px;
  color: #333333;
}
.son-content .mline {
  width: 20px;
  height: 4px;
  background-color: #1a2c78;
  margin-top: 16px;
}
.son-content {
  margin-top: 48px;
}
.grap {
  margin-top: 30px;
}
.grap .itemp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.itemp .blocks {
  width: 31.85%;
  height: 160px;
  background-color: #f5f7fa;
  margin-bottom: 30px;
}
.itemp .ipt {
  padding-left: 29px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  color: #666666;
}
.itemp .Basic {
  padding-left: 29px;
}
.itemp .Basic > div {
  margin-top: 18px;
}
.itemp .Basic > div span {
  font-size: 14px;
  color: #999999;
  margin-left: 14px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #1a2c78;
  margin-right: 30px !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: unset;
  margin-top: 30px;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
}
/* 移动端 */
@media (max-width: 767px) {
  .content-bread .tabs {
    width: 100% !important;
  }
  .itemp .blocks {
    width: 100%;
  }
  .itemp .blocks {
    height: 140px;
    margin-bottom: 15px;
  }
  .itemp .ipt {
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }
  .itemp .Basic {
    padding-left: 15px;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #1a2c78;
    margin-right: 25px !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    position: unset;
    margin-top: 15px;
  }
  .son-content h1 {
    font-size: 25px;
    color: #333333;
  }
  .lines .line {
    margin-top: 25px;
    height: 1px;
    background-color: #e6e6e6;
  }
  .son-content {
    margin-top: 25px;
  }
}
