﻿@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;
    margin-top: 0;
  }

  body.aria_wrap {
    font-size: unset;
  }

  .list_wrap {
    margin: 0 auto;

  }

  .daohang {
    width: 100% !important;
    height: auto !important;
  }

  .daohang li {
    margin-left: 10px;
  }



  .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: 35vw !important;
    /* background-size: contain; */
    background-size: cover !important;
    background-attachment: fixed;
    /* background-position-x: -180px; */
    overflow: hidden;
  }
  .big-box{
    padding: 0 2vw;
  }
  /* 首页 */
  .tit3,
  .tit1 {
    padding: 0px;
  }

  .se-box .fr,
  .se-box .fl {
    width: 100%;
  }

  .se-box .fr li,
  .se-box .fl li {
    width: calc(90% - 10px);
    margin-left: 10px;
  }

  .tit3 p {
    width: auto !important;
  }

  .list li {
    height: auto !important;
  }

 
  /* 栏目页手机端适配 */

  /* 列表页手机端适配 */


  /* 详情页手机端适配 */


  .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;
  }

  /* 修改 */
  .se-box .fr,
  .se-box .fl {
    text-align: right;
  }

  .pic-rig2 .list li a {
    text-align: left;
  }

  .list li {
    height: unset;
  }

  /* 清除浮动 */
  .se-box .fr li::after,
  .se-box .fl li::after,
  .list li::after,
  .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }

  .se-box .fr li,
  .list li,
  .clearfix {
    zoom: 1;
  }

  .secend {
    flex-direction: column;
  }

  .card {
    width: 100% !important;
  }
  /* .card  .list{
	width: 90% !important;
} */
/* .card  .list li a{
	display: inline-block;
	width: calc(100% - 120px);
    	overflow: hidden;
   	white-space: nowrap;
    	text-overflow: ellipsis;

} */
/* .card  .list li span {
	width: 120px;
} */
.three{
  width: 100%;
}
.list li{
  line-height: 12vw;
}
.list li a{
  padding-right: 3vw;
  font-size: 4vw;
}
.list li span{
  font-size: 4vw;
}
.three .card{
  margin-bottom: 5vw;
}
body.UseInMobile .foot{
  padding-bottom: 85px;
}
}

/* 手机版适老化 */
body.UseInMobile {
  font-size: 18px;
}

/* 清除浮动 */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}