.marking {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
  }

  .marking-box {
    width: 597px;
    padding: 30px;
    margin: 10% auto 0;
    background: url(../images/marking-bg.png) no-repeat center;
    height: 376px;
  }

  .marking-box p {
    font-size: 18px;
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
  }

  .marking-box h2 {
    font-size: 22px;
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
  }

  .link-box .link1 {
    border: 3px solid #11ffd5;
    color: #7cfffd;
    padding: 10px 20px;
    display: block;
    width: 113px;
    text-align: center;
    font-size: 16px;
    float: left;
  }

  .marking .close {
    background: url(../images/public_advs/close.png) no-repeat center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .picScroll-left {
    overflow: hidden;
    position: relative;
    width: 950px;
    height: 90px;
  }

  .picScroll-left .hd {
    overflow: hidden;
    height: 20px;
    /*background: #f4f4f4;*/
    padding: 0 10px;
  }

  .picScroll-left .hd .prev,
  .picScroll-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") 0 0 no-repeat;
  }

  .picScroll-left .hd .next {
    background-position: 0 -50px;
  }

  .picScroll-left .hd .prevStop {
    background-position: -60px 0;
  }

  .picScroll-left .hd .nextStop {
    background-position: -60px -50px;
  }

  .picScroll-left .hd ul {
    overflow: hidden;
    margin: 10px auto 0px auto;
    width: 200px;
  }

  .picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("https://www.km.gov.cn/images/publicAdv/icoCircle.gif") 0 -9px no-repeat;
  }

  .picScroll-left .hd ul li.on {
    background-position: 0 0;
  }

  .picScroll-left .bd {
    padding: 0px;
  }

  .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
  }

  .picScroll-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
  }

  .picScroll-left .bd ul li .pic {
    text-align: center;
  }

  .picScroll-left .bd ul li .pic img {
    width: 490px;
    height: 62px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
  }

  .picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
  }

  .picScroll-left .bd ul li .title {
    line-height: 24px;
  }

  .subnav {
    width: 175px;
    position: absolute;
    top: 80px;
    background: #07953F;
    left: -20px;
  }

  .subnav p {
    height: 45px;
    line-height: 45px;
  }

  .subnav p a {
    line-height: 26px;
    width: 100%;
  }

  .selected {
    background: #07953F;
  }

  .selected span {
    display: block;
  }