  /******下载页******/
  .container{
    padding-left:0px;
    padding-right:0px;
  }
  .faq-nav ul li{
    float: left;
    width:200px;
    height: 50px;
    border: 1px solid #666;
    line-height: 50px;
    text-align: center;
    color:#666666;
    border-radius: 2rem;
    margin: 35px 16px 40px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }

  .faq-nav ul li:hover{
    cursor:pointer
  }

  .faq-nav ul li.choice{
    background: #01A4EF;
    color:#fff;
    border: 1px solid #01A4EF;
  }
  div.faq-list{
    height: 60px;
    line-height: 60px;
    background: #fff;
    margin-bottom: 10px;

  }

  div.faq-text{
    font-size: 0.3rem;
    color: #1D1F20;
    position: absolute;
    top: 45%;
    left: 48%;
    z-index: 99;
  }
  div.faq-list .faq-leftimg,div.faq-list .faq-title{
      float: left;
  }
  div.faq-list .faq-leftimg{
    margin-left: 30px;
  }

  div.faq-list .faq-title{
    margin-left: 15px;
    width: 60%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
  div.faq-list .faq-rightimg{
    float: right;
    margin-right: 35px;
  }

  div.faq-list .faq-rightimg:hover{
    cursor:pointer
  }

  div.faq-list:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transform: translate3d(0,-2px,0);
  }

  div.faq-explain{
    height: 150px;
    background: #DFE8EC;
    position: relative;
    top: -10px;
    display: none;
  }

  .faq-explain div.faq-desc{
    padding: 20px 20px 0 60px;
    height: 100px;
    line-height: 30px;
    text-overflow:ellipsis;
    word-break: break-all;

  }
  .faq-explain div.faq-time{
    color:#8C8F91;
    font-size: 12px;
    padding-left:60px;
    height: 50px;
  }

  select.contact-option{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../images/xialapc.png") no-repeat scroll 98% center transparent;
    height: 52px;
    border-radius: 0px;
    background-color: #F3F4F6;
    border:0;
    margin-bottom: 35px;
    padding: 10px;
  }
 select.contact-option option{
  line-height: 50px;
 }
  

  @media screen and (max-width: 993px) {
      .faq-nav ul li{
        float: left;
        width:145px;
        height: 35px;
        border: 1px solid #666;
        line-height: 35px;
        text-align: center;
        color:#666666;
        margin-right: 10px;
        border-radius: 2rem;
        margin-bottom: 20px;
      }

      div.faq-list .faq-rightimg{
        float: right;
        margin-right: 10px;

      }
      .faq-explain div.faq-desc{
        padding: 20px 20px 0 30px;
        height: 100px;
        line-height: 30px;
        text-overflow:ellipsis;
        word-break: break-all;

      }
      .faq-explain div.faq-time{
        color:#8C8F91;
        font-size: 12px;
        padding-left:30px;
        height: 50px;
      }
      div.faq-list .faq-leftimg{
        margin-left: 10px;
      }
      div.faq-list .faq-title{
        margin-left: 10px;
        width: 70%;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
      }
      div.faq-list{
        height: 80px;
        line-height: 80px;
        background: #fff;
        margin-bottom: 10px;

      }

  }