/* CSS Document */
.title-txt {
  text-align: center;
  margin-bottom: 20px;
}
.peixun {
  width: 1225px;
  height: 490px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #f6f6f6;
  margin: 0 auto;
}
.peixun-list {
    background-color: #ffffff;
    height: 480px;
    width: 280px;
    text-align: center;
    margin-top: 10px;
}
.peixun-list img {
  margin: 25px auto;
}

.peixun-list h2 {
  margin: 20px 0;
  font-size: 20px;
}
.youshi-box {
  width: 1235px;
  height: 295px;
  margin: 10px auto;
  background-color: #f6f6f6;
}
.youshi-lists{
  width: 1235px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.youshi-list {
  height: 257px;
  width: 376px;
  margin: 0 auto;
  padding-top: 40px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.youshi-list-title {
  height: 40px;
  margin-bottom: 35px;
}
.youshi-list-title h2 {
  margin: 0px 20px;
  font-size: 20px;
}
.youshi-box .youshi-lists .youshi-list .youshi-wenzi ul li span {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    bottom: 2px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #e1182f;
    margin-left: 20px;
}
.webstep .img {
    border: 0;
    vertical-align: middle;
}
@media (max-width: 767px){
body {
    width: 100%;
    height: 100%;
    padding-top: 51px;
    font-size: 14px;
}
.peixun {
    width: 100%;
    height: 100%;
    font-size: 12px;
    margin-top: 10px;
}
.peixun-list {
    height: 100%;
    font-size: 14px;
    margin: 0 3px;
    margin-bottom: 10px;
}
.peixun-list img {
    //margin-bottom: -10px;
    display: none;
}
.peixun h2 {
    line-height: 26px;
}
.youshi-box {
    width: 100%;
    height: 100%;
}
.youshi-list {
    width: 357px;
    height: 200px;
    margin: 0 auto;
    font-size: 12px;
    margin-bottom: 10px;
}
.youshi-wenzi {
    font-size: 12px;
}
.youshi-box .youshi-lists .youshi-list .youshi-wenzi ul li span {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    bottom: 2px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #e1182f;
    margin-left: 20px;
}
.youshi-lists {
    width: 100%;
    height: 100%;
}
.banner-zx {
    margin: 0 1%;
    height: 170px;
    min-width: auto;
    width: 98%;
}
.banner-zx{
    display: none;
}
.section-advantage {
    width: 100%;
}
.acv-lr {
    display: none;
}
.acv-vs {
    display: none;
}
.acv-cen {
    margin: 0px 90px;
}
img {
    width: 100%;
    height: auto;
}
}
