.bannerinfo {
  margin-top: 20px;
  font-size: 14px;
}
.textrepeat .anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0;
}
.textrepeat .brshow_m {
  display: none;
}
.textrepeat .gnjs {
  padding: 50px 0 60px 0;
  position: relative;
}
.textrepeat .gnjs .title_info {
  margin-top: 40px;
  font-weight: 400;
  color: #333333;
  font-size: 14px;
}
.textrepeat .yycj {
  padding: 50px 0 77px 0;
  background: #f5f5f5;
  position: relative;
}
.textrepeat .yycj .showmobile {
  display: none;
}
.textrepeat .yycj .showpc {
  display: block;
}
.textrepeat .yycj .box {
  margin-top: 40px;
  position: relative;
}
.textrepeat .yycj .box .pic {
  float: right;
}
.textrepeat .yycj .box .leftinfo {
  position: relative;
  margin-bottom: 30px;
}
.textrepeat .yycj .box .box_info {
  width: 483px;
  height: 140px;
  background-color: #fff;
  padding: 40px 0 32px 32px;
  transition: all 0.5s;
  position: absolute;
}
.textrepeat .yycj .box .box_info:after {
  content: "";
  display: block;
  width: 0px;
  height: 3px;
  background-color: #ed6827;
  margin: auto;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  transition: all 0.5s;
}
.textrepeat .yycj .box .box_info:hover {
  -webkit-box-shadow: 0px 63px 54px 0px rgba(4, 0, 0, 0.08);
  box-shadow: 0px 63px 54px 0px rgba(4, 0, 0, 0.08);
}
.textrepeat .yycj .box .box_info:hover:after {
  width: 100%;
}
.textrepeat .yycj .box .setsiteone {
  left: 50px;
  top: -14px;
}
.textrepeat .yycj .box .setsitetwo {
  left: 0;
  top: 185px;
}
.textrepeat .yycj .box .setsitethree {
  left: 50px;
  top: 385px;
}
.textrepeat .yycj .box .box_title {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 20px;
}
.textrepeat .yycj .box .box_msg {
  font-size: 14px;
  font-weight: 400;
  color: #8a8a8a;
}
.textrepeat .jsts {
  padding: 59px 0 90px 0;
  position: relative;
}
.textrepeat .jsts .nr {
  margin-top: 47px;
}
.textrepeat .jsts .nr .list {
  clear: both;
}
.textrepeat .jsts .nr li {
  width: calc(100%/3);
  float: left;
  padding: 0 35px 38px 35px;
  position: relative;
}
.textrepeat .jsts .nr li .text {
  padding-top: 23px;
  position: relative;
  z-index: 10;
}
.textrepeat .jsts .nr li .text .title {
  font-size: 18px;
  color: #333333;
  position: relative;
  padding-bottom: 12px;
}
.textrepeat .jsts .nr li .text .title::after {
  content: "";
  position: absolute;
  background: #ed6827;
  width: 54px;
  height: 3px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.textrepeat .jsts .nr li .text .info {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 22px;
  margin: 20px 0 5px 0;
}
.textrepeat .jsts .nr .box {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 40px;
  text-align: center;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.textrepeat .jsts .nr .box:hover {
  -webkit-box-shadow: 0px 25px 54px 0px rgba(4, 0, 0, 0.08);
  box-shadow: 0px 25px 54px 0px rgba(4, 0, 0, 0.08);
  border-radius: 1px;
}
@media screen and (max-width: 768px) {
  .textrepeat .gnjs {
    padding: 25px 0 30px 0;
  }
  .textrepeat .gnjs .title_info {
    margin-top: 30px;
  }
  .textrepeat .brshow_pc {
    display: none;
  }
  .textrepeat .brshow_m {
    display: block;
  }
  .textrepeat .yycj {
    padding: 30px 0 30px 0;
  }
  .textrepeat .yycj .showmobile {
    display: block;
  }
  .textrepeat .yycj .showpc {
    display: none;
  }
  .textrepeat .yycj .box {
    margin-top: 30px;
  }
  .textrepeat .yycj .box .pic {
    float: unset;
  }
  .textrepeat .yycj .box .box_info {
    width: 100%;
    height: auto;
    padding: 20px 10px 10px 10px;
    position: unset;
  }
  .textrepeat .jsts {
    padding: 30px 0 40px 0;
  }
  .textrepeat .jsts .nr {
    margin-top: 30px;
  }
  .textrepeat .jsts .nr .list li {
    width: 100%;
    padding: 0 5px 20px 5px;
  }
  .textrepeat .jsts .nr .list li .box {
    padding: 25px;
  }
  .textrepeat .jsts .nr .list li .box .text {
    padding-top: 13px;
  }
  .textrepeat .title_info-m {
    text-align: left;
  }
}
