.wrapper a {
  text-decoration: none;
  color: #686868;
}
@media screen and (min-width: 768px){
  .cd-timg {
    width: 100%;
    margin-bottom: 50px;
  }

  .cd-timg img {
    width: 100%;
  }

  .cs-main {
    margin: 0 auto;
    width: 100%;
  }

  .cs-main-r {
    width: 950px;
  }

  .cs-nav {
    height: 215px;
    background: #fff;
    margin-bottom: 50px;
    padding: 50px 30px 0;
    box-sizing: border-box;
  }

  .cs-nav li {
    width: 15%;
    margin: 0 2.5%;
    height: 130px;
    float: left;
    text-align: center;
  }


  .cs-nav li p {
    font-size: 20px;
    text-align: center;
  }

  .cs-nav li p img {
    display: inline-block;
  }

  .cs-p-txt {
    margin-top: 10px;
    font-size: 18px!important;
  }

  .block-line {
    background-color: #fff;
    padding-bottom: 45px;
    border-bottom: 1px solid #ccc;
  }

  .block-line>p {
    padding: 20px;
    text-align: right;
    font-size: 12px;
  }

  /* .block-line>p span {
    display: inline-block;
    font-size: 14px;
    color: #999;
    cursor: pointer;
  } */

  .bl-left {
    height: 130px;
    width: 178px;
    border-right: #ccc solid 1px;
  }

  .bl-left, .bl-right {
    float: left;
  }

  .bl-left p {
    text-align: center;
  }

  .bl-left p img {
    display: inline-block;
  }

  .bl-left .name {
    font-size: 18px;
    margin-top: 10px;
  }

  .bl-right{
      width: calc(100% - 208px);
      /* width: 648px; */
      display: flex;
    }
  
    .row-list {
      flex: 1;
      width: 216px;
      /* float: left; */
      padding-left: 14px;
      font-size: 16px;
      line-height: 2;
    }
  
    .row-list p.tit {
      font-size: 20px;
    }
  
    .row-list ul {
      list-style-type: disc;
      padding-left: 5px;
    }
  
    .row-list ul li {
      cursor: pointer;
      text-indent: 7px;
    }
  
    .row-list ul li::marker {
      content: '●';
      color: #000;
      font-size: 13px;
    }
  
    .row-list ul li:hover::marker {
      color: #FF7E00;
    }
  
    .chaxun .row-list {
      line-height: 3;
      padding-left: 16px;
    }
  
  
    .q-and-a .row-list {
      /* width: 700px; */
      padding-left: 26px;
    }
  
    .baoxian .bl-left {
      margin-top: 30px;
    }
  
    .baoxian .row-list {
      /* width: 720px; */
      padding-left: 0;
    }
  
    .baoxian .row-list p {
      font-size: 0;
      line-height: 96px;
      height: 96px;
      color: #fff;
    }
  
    .baoxian .row-list p a {
      width: 25%;
      height: 100%;
      display: inline-block;
      color: #fff;
      text-align: center;
  
    }
  
    .baoxian .row-list p span {
      font-size: 18px;
      /* padding: 2px 54px; */
      display: inline-block;
      cursor: pointer;
      width: 100%;
      /* background: url(../../static/img/cs-img-01.png) no-repeat;
    background-size: 180px 100px; */
      /* padding-left: 0; */
    }
    .baoxian .row-list p span.li-cai {
      background: url(../../static/img/cs/cs-img-01.png) no-repeat;
      background-size: 100% 100%;
    }

    .baoxian .row-list p span.yang-lao {
      background: url(../../static/img/cs/cs-img-02.png) no-repeat;
        background-size: 100% 100%;
    }

    .baoxian .row-list p span.jian-kang {
      background: url(../../static/img/cs/cs-img-03.png) no-repeat;
        background-size: 100% 100%;
    }

    .baoxian .row-list p span.shao-er {
      background: url(../../static/img/cs/cs-img-04.png) no-repeat;
      background-size: 100% 100%;
    }

    .baoxian .row-list p span.lv-you {
      background: url(../../static/img/cs/cs-img-05.png) no-repeat;
        background-size: 100% 100%;
    }

    .baoxian .row-list p span.bao-xian {
      background: url(../../static/img/cs/cs-img-06.png) no-repeat;
      background-size: 100% 100%;
    }

    .baoxian .row-list p span.fa-lv {
      background: url(../../static/img/cs/cs-img-07.png) no-repeat;
        background-size: 100% 100%;
    }

    .baoxian .row-list p span.zheng-ce {
      background: url(../../static/img/cs/cs-img-08.png) no-repeat;
        background-size: 100% 100%;
    }
    .baoxian .row-list p span.bg:hover {
      background-image: none;
      background-color: #ff7e00;
    }
  
    .cs-btm {
      width: 1200px;
      margin: 40px auto;
    }
  
    .cs-btm .tit {
      font-size: 20px;
      margin-bottom: 20px;
    }
  
    .cs-btm-black {
      font-size: 0;
      text-align: center;
    }
  
    .cs-btm-black li {
      float: left;
      width: 50%;
      font-size: 20px;
      line-height: 164px;
      background-color: #fff;
      cursor: pointer;
    }
  
    .cs-btm-black li i,
    .cs-btm-black li span {
      display: inline-block;
      vertical-align: middle;
    }
  
    .cs-btm-black li i {
      margin-right: 10px;
    }
  
    .cs-btm-black li img {
      display: block;
    }
}
@media screen and (min-width: 1200px) {
  .wrapper {
    padding-top:0;

  }
  .cs-main {
      max-width: 1200px;
      margin: 0 auto;
      width: 1200px;
  }
  .baoxian .row-list {
    /* width: 720px; */
    padding-left: 0;
  }
  .row-list {
    padding-left: 36px;
  }
  .baoxian .row-list p span.li-cai {
    background: url(../../static/img/cs/cs-img-01.png) no-repeat;
    background-size: 180px 100px;
  }

  .baoxian .row-list p span.yang-lao {
    background: url(../../static/img/cs/cs-img-02.png) no-repeat;
    background-size: 180px 100px;
  }

  .baoxian .row-list p span.jian-kang {
    background: url(../../static/img/cs/cs-img-03.png) no-repeat;
    background-size: 180px 100px;
  }

  .baoxian .row-list p span.shao-er {
    background: url(../../static/img/cs/cs-img-04.png) no-repeat;
    background-size: 180px 100px;
  }

  .baoxian .row-list p span.lv-you {
    background: url(../../static/img/cs/cs-img-05.png) no-repeat;
    background-size: 180px 100px;
  }

  .baoxian .row-list p span.bao-xian {
    background: url(../../static/img/cs/cs-img-06.png) no-repeat;
    background-size: 180px 100px;
  }

  .baoxian .row-list p span.fa-lv {
    background: url(../../static/img/cs/cs-img-07.png) no-repeat;
    background-size: 180px 100px;
  }

  .baoxian .row-list p span.zheng-ce {
    background: url(../../static/img/cs/cs-img-08.png) no-repeat;
    background-size: 180px 100px;
  }

  .baoxian .row-list p span.bg:hover {
    background-image: none;
    background-color: #ff7e00;
  }
}
@media screen and (max-width: 767px) {

  .cs-main {
    /* max-width: 768px; */
    width: 100%;
    padding:0 15px;
  }

  .cs-main-r {
    width: 100%;
  }

  .cs-nav {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px 10px;
    box-sizing: border-box;
  }

  .cs-nav li {
    width: 18%;
    margin: 0 1%;
    float: left;
    text-align: center;
  }


  .cs-nav li p {
    font-size: 12px;
    text-align: center;
  }

  .cs-nav li p img {
    display: inline-block;
    width: 45px;
    height: 45px;
  }

  .cs-p-txt {
    margin-top: 10px;
  }

  .block-line {
    background-color: #fff;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }

  .block-line>p {
    padding: 10px;
    text-align: right;
    font-size: 12px;
  }

  /* .block-line>p span {
    display: inline-block;
    font-size: 14px;
    color: #999;
    cursor: pointer;
  } */

  .bl-box{
    display: flex;
    align-items: center;
  }

  .bl-left {
    /* height: 130px; */
    width: 20%;
    /* border-right: #ccc solid 1px; */
  }

  .bl-left, .bl-right {
    float: left;
  }

  .bl-left p {
    text-align: center;
  }

  .bl-left p img {
    display: inline-block;
    width: 45px;
    height: 45px;
  }

  .bl-left .name {
    font-size: 12px;
    /* margin-top: 10px; */
  }

  .bl-right{
    width: 80%;
    /* display: flex; */
    border-left: #ccc solid 1px;
    /* margin-right: 10px; */
  }

  .row-list {
    padding-left: 18px;
    font-size: 12px;
    line-height: 2;
  }

  .row-list p.tit {
    flex: 1;
    font-size: 14px;
  }

  .row-list ul {
    list-style-type: disc;
    /* padding-left: 5px; */
  }

  .baoquan .row-list-baoquan {
    display: flex;
    flex-wrap: wrap;
  }

  .baoquan .row-list-baoquan li{
    width: 50%;
  }

  .row-list ul li {
    cursor: pointer;
    /* text-indent: 7px; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  /* .row-list ul li::marker {
    content: '●';
    color: #000;
    font-size: 13px;
  } */

  .row-list ul li:hover {
    color: #FF7E00;
  }

  .chaxun .row-list {
    line-height: 3;
  }

  .chaxun .row-list-chaxun {
    display: flex;
    justify-content: space-between;
    line-height: 2;
  }


.baoxian .row-list {
  padding-left: 0;
}

.baoxian .row-list p {
  font-size: 0;
  color: #fff;
}

.baoxian .row-list p a {
  color: #fff;
  width: 25%;
  height: 100%;
  display: inline-block;
  text-align:center;
}

.baoxian .row-list p span {
  font-size: 14px;
  padding: 6px;
  display: inline-block;
  cursor: pointer;
  width: 100%;
}

.baoxian .row-list p span.li-cai {
  background: url(../../static/img/cs/cs-img-01.png) no-repeat;
  background-size: 100% 100%;
}

.baoxian .row-list p span.yang-lao {
  background: url(../../static/img/cs/cs-img-02.png) no-repeat;
  background-size: 100% 100%;
}

.baoxian .row-list p span.jian-kang {
  background: url(../../static/img/cs/cs-img-03.png) no-repeat;
  background-size: 100% 100%;
}

.baoxian .row-list p span.shao-er {
  background: url(../../static/img/cs/cs-img-04.png) no-repeat;
  background-size: 100% 100%;
}

.baoxian .row-list p span.lv-you {
  background: url(../../static/img/cs/cs-img-05.png) no-repeat;
  background-size: 100% 100%;
}

.baoxian .row-list p span.bao-xian {
  background: url(../../static/img/cs/cs-img-06.png) no-repeat;
  background-size: 100% 100%;
}

.baoxian .row-list p span.fa-lv {
  background: url(../../static/img/cs/cs-img-07.png) no-repeat;
  background-size: 100% 100%;
}

.baoxian .row-list p span.zheng-ce {
  background: url(../../static/img/cs/cs-img-08.png) no-repeat;
  background-size: 100% 100%;
}

.baoxian .row-list p span.bg:hover {
  background-image: none;
  background-color: #ff7e00;
}

/* .cs-btm {
  width: 1200px;
  margin: 40px auto;
}
.cs-btm .tit {
  font-size: 20px;
  margin-bottom: 20px;
}
.cs-btm-black {
  font-size: 0;
  text-align: center;
}
.cs-btm-black li {
  float: left;
  width: 50%;
  font-size: 20px;
  line-height: 164px;
  background-color: #fff;
  cursor: pointer;
}
.cs-btm-black li i,
.cs-btm-black li span {
  display: inline-block;
  vertical-align: middle;
}
.cs-btm-black li i {
  margin-right: 10px;
}

.cs-btm-black li img{
  display: block;
} */

}