@media only screen and (max-width: 768px) {
  /*头部*/
  .head{
    height: 2rem;
    background-size: 100%;
    margin-top: 1rem;
  }
  .banner{
    height: 0;
  }
  .dqwz_box{
    display: none;
  }
  .dqlm_box {
    padding-top: 0.5rem;
    font-size: 0.6rem;
  }
  /*主体部分开始*/
  .cont_box {
    width: 100%;
    margin: 0.6rem auto;
  }
  .list_box{
    width: 90%;
    margin: 0 auto;
  }
  .list {
    width: 100%;
    height: auto;
    border-radius: 0.3rem;
    margin-bottom: 0.5rem;
    margin-right: 0;
    padding: 0.3rem 0.5rem;
  }
  .list>div {
    width: 100%;
    margin: 0 auto;
  }
  .list .list_name h6 {
    font-size: 0.45rem;
    line-height: 0.5rem;
  }
  .list .list_img {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .list_jj span{
    line-height: 0.45rem;
    font-size: 0.3rem;
  }
  .list .jsfc_icon{
    display: none;
  }
  /*模态框*/
  .list_mtk li {
    width: 90%;
    height: calc(100% - 2rem);
    border-radius: 0.4rem;
    padding: 1rem 0.5rem 0.5rem;
    flex-direction: column;
    align-items: center;
    margin-top: 0.5rem;
  }
  .mtk_left {
    width: 100%;
    border-right: none;
    display: flex;
    padding-right: 0;
    flex-direction: column;
    align-items: center;
  }
  .mtk_left img {
    width: 88%;
    aspect-ratio: 1 / 1;
    margin-bottom: 0.3rem;
    border-radius: 50%;
  }
  .mtk_left h6 {
    width: 88%;
    font-size: 0.45rem;
    line-height: 0.5rem;
  }
  .mtk_left span {
    width: 85%;
    padding: 0;
    font-size: 0.35rem;
    line-height: 0.45rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .mtk_right {
    width: 100%;
    padding-left: 0 !important;
    max-height: 4rem !important;
    font-size: 0.32rem !important;
    line-height: 0.45rem !important;
    padding-right: 0.3rem !important;
    text-indent: 0.64rem !important;
  }
  .mtk_right p,.mtk_right span,.mtk_right a{
    font-size: 0.32rem !important;
    line-height: 0.45rem !important;
    text-align: justify !important;
  }
  .mtk_right img{
    width: 100% !important;
  }
  .list_mtk li i {
    right: 0.35rem;
    top: 0.35rem;
    width: 0.4rem;
    background: url(close_icon.png) center no-repeat;
    background-size: 100%;
  }
  /*产品ajax分页样式*/
  .lucidity_pgToolbar {
    height: 0.7rem !important;
    margin: 0.5rem 0 0 0 !important;
  }
  .lucidity_pgToolbar td {
    font-size: 0.3rem !important;
  }
  .lucidity_pgPanel>tbody>tr>td:nth-child(1){
    display: none !important;
  }
  .lucidity_pgPanel>tbody>tr>td:nth-child(2){
    display: none !important;
  }
  .lucidity_pgPanel>tbody>tr>td:nth-child(4){
    display: none !important;
  }
  .lucidity_pgPanel>tbody>tr>td:nth-child(5){
    display: none !important;
  }
  .lucidity-ui-paging-container {
    font-size: 0.3rem !important;
  }
  .lucidity-ui-paging-container li {
    padding: 0 !important;
    margin-left: 0.2rem !important;
    height: 0.75rem !important;
    line-height: 0.75rem !important;
    border-radius: 50% !important;
    width: 0.75rem;
    text-align: center;
  }
}
