﻿@media only screen and (max-width: 769px) and (min-width: 100px) {


  .new_boount,
  .old_boount {
    display: none !important;
  }



  .logo img {
    width: 60%;
  }

  body.UseInMobile {}

  body {
    line-height: 200%;
    min-width: unset !important;
  }

  .big-box,
  .w1200,
  .secend {
    width: 100% !important;
  }

  body.aria_wrap {
    font-size: unset;
  }

  .list_wrap {
    margin: 0 auto;

  }
  .head div:nth-child(1){
    background-size: 100% 100% !important;
  }
  .daohang {
    width: 100% !important;
  }

  .daohang li {
    margin-left: 2vw;
    margin-right: 5vw;
    font-size: 5vw;
  }



  .aria_wrap {
    display: flex;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 99;
  }

  .aria_wrap a,
  .aria_wrap div {
    font-size: unset;
  }

  .aria_wrap+div,
  .head div {
    width: 100%;
    height: 20vw !important;
    /* background-size: contain; */
    background-size: cover !important;
    background-attachment: fixed;
    /* background-position-x: -180px; */
    overflow: hidden;
  }

  /* 首页 */

  .fl .list tr td {
    float: left;
    width: 100%;
  }
/* .list table,
.list table tbody,
.list table tbody,
.list table tbody tr,
.list table tbody tr td{
	display:block;
	width:100%;
} */
.big-box{
  margin: 5vw auto;
}
.tit1 p a{
  font-size: 7vw;
}

  /* 栏目页手机端适配 */
  .card_list ul li {
    height: auto;
  }
 .default_pgPanel tbody, .default_pgPanel table tbody,.default_pgPanel tbody tr, .default_pgPanel tbody tr td
{
	display:inline-block;
}
  /* 列表页手机端适配 */
	.list li {
	height: auto !important;
  width: 100% !important;
  line-height: 2;
}

  /* 详情页手机端适配 */


  .foot {
    height: auto !important;
  }

  .foot .foot-ul {
    width: 100% !important;
  }

  /*网站尾部样式适配*/
  .dzjg1 {
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }

  .jiucuo_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pic-rig .list{
    padding: 0 3vw;
  }
  .pic-rig .list li a{
    /* width: calc(100% - 120px); */
        /* overflow: hidden;
      white-space: nowrap;
        text-overflow: ellipsis; */
        padding-left: 0px;
      padding-right: 2vw;
      font-size: 4vw;
      line-height: 2;
  }
  .pic-rig .list li span{
    /* width: 120px; */
    font-size: 4vw;
    line-height: 2;
  }
  /* 分页开始 */
  .lists .default_pgToolbar {
    margin: 20px 0px;
    width: 100%;
  }
  .lists .default_pgPanel td:nth-child(1) {
      display: none;
  }

  .lists .default_pgPanel td:nth-child(3) {
      display: none;
  }

  .lists .default_pgPanel td:nth-child(5) {
      display: none;
  }

  .lists .default_pgPanel td:nth-child(7) {
      display: none;
  }

  .lists .default_pgPanel td:nth-child(8) {
      display: none;
  }

  .lists .default_pgPanel td:nth-child(9) {}

  .lists .default_pgPanel td:nth-child(10) {
      display: none;
  }
  .lists .default_pgBtn {
      width: 30px;
      height: 32px;
  }
  .lists .default_pgPanel {
      width: 100%;
      padding: 0px;
  }
  .lists .default_pgPanel .default_pgSearchInfo{
      display: none;
  }
  .lists .default_pgToolbar td {
      text-align: center;
      width: auto !important;
  }
  /* 分页结束*/
  body.UseInMobile .foot{
    padding-bottom: 85px;
  }
}

/* 手机版适老化 */
body.UseInMobile {
  font-size: 18px;
}

/* 清除浮动 */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}