.phone{
  display: none;
}
.phone-title{
  display: none;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(242, 242, 242);
  padding: 2vw 3vw;
  color: #666666;
  font-size: 4.5vw;
}
/* 移动端 */
@media (max-width: 720px){
  *, body, html{
    font-size: 2vw;
    line-height: normal !important;
  }
  .header-img {
    background-size: 100%;
    background-repeat: no-repeat;
    min-width: auto;
    position: relative;
  }

  .header-ul {
    background-color: rgba(23, 0, 129, .48);
    width: 100vw;
    transform: translateX(0);
    justify-content: space-between;
    left: 0;
  }

  .header-ul li a {
    font-size: 3vw;
    padding: 2vw 1vw;
    border: none;
    line-height: 6vw;
  }


  .column-item .cont .cont-title {
    font-size: 4vw;
    line-height: 8vw;
  }

  .column-item .more-btn {
    margin-top: 8vw;
    margin-bottom: 12vw;
  }

  .column-item .more-btn a {
    width: 30vw;
    height: auto;
    line-height: 8vw;
    border-radius: 4vw;
    font-size: 3.2vw;
    padding: 2vw;
  }
  body{
    background-color: #fff;
  }
  .pc{
    display: none !important;
  }
  .phone{
    display: block !important;
  }
  .phone-flex{
    display: flex;
  }
  
  .main-content{
    width: 100vw;
    padding: 0 3vw;
    margin-top: 2vw;
  }
  .column-item .item-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column-item .item-list li{
    width: 100%;
    margin: 0 0 3vw 0;
    height: auto;
  }
  .column-item .item-list li img{
    width: 100%;
    height: 50vw;
  }
  .column-item .cont .mes{
    font-size: 3.4vw;
    line-height: 5vw;
    padding-top: 2vw;
  }
  .column-item .column-header{
    margin: 5vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .column-item .column-title{
    font-size: 4.2vw;
    line-height: 6vw;
  }
  .column-item .cont{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: auto;
    padding: 4vw;
  }
  .clear-fix::after{
    display: none;
  }
  .half-pc{
    display: none;
  }
  .special{
    width: 100%;
    margin-bottom: 3vw;
  }
  .main-content{
    margin: 2vw auto 10vw auto;
  }
  .swiper-pagination{
    text-align: right !important;
    padding-right: 3vw !important;
    bottom: 0vw !important;
    padding: 2vw 4vw;
    font-size: 4vw;
  }
  .swiper .swiper-left{
    width: 100%;
  }
  .swiper .swiper-left img{
    width: 100%;
    height: 100%;
    position: relative;
  }
  .swiper-outside {
    display: flex;
    flex-wrap: wrap;
  }
  .swiper-outside .swiper {
    height: 60vw;
    width: 100%;
  }
  
  .swiper .swiper-slide .swiper-mes {
    padding: 2vw;
  }

  .swiper .swiper-pagination {
    bottom: 0vw !important;
    padding-right: 2vw;
  }
  .swiper .swiper-slide .swiper-mes p:nth-child(1) {
    font-size: 2.8vw;
    line-height: 3vw;
  }
  .swiper .swiper-slide .swiper-mes p:nth-child(2) {
    font-size: 2.2vw;
    line-height: 3vw;
  }
  .swiper-outside .swiper-right-mes {
    height: auto;
    width: 100%;
  }
  .swiper-outside .swiper-right-mes h3 {
    font-size: 4vw;
    line-height: 7vw;
  }
  .swiper-right-mes h3 span {
    font-size: 2vw;
  }
  .swiper-right-mes {
    padding: 5vw;
  }
  .swiper-right-mes .mes2 {
    padding: 4vw 0px;
  }
  .swiper-right-mes .mes1 {
    height: auto;
  }
  .swiper-right-mes .mes1 p,
  .swiper-right-mes .mes2 li span:nth-child(1),
  .swiper-right-mes .mes3 {
    font-size: 3.2vw;
    line-height: 6vw;
  }
  .swiper-right-mes .mes2 li span:nth-child(2) {
    font-size: 2vw;
    line-height: 6vw;
  }
  .history-div .history-title {
    font-size: 5vw;
    line-height: 5vw;
    margin: 10vw;
  }
  .history-div .history-ul li {
    width: 100%;
  }
  .history-div .history-ul li a {
    font-size: 3.2vw;
    line-height: 4vw;
  }
  .company-div ul {
    margin-top: 12vw;
  }
  .company-div ul li {
    font-size: 2.8vw;
    line-height: 5vw;
    padding: 0 1vw;
    text-align: center;
  }

  #page{
    margin-top: 15vw;
  }
  #page span{
    font-size: 3vw;
    padding: 0px 1vw;
  }
  #page input{
    font-size: 3vw;
  }
  #page button{
    padding: 0px 2vw;
    font-size: 3vw;
  }
  #page input{
    width: 7vw;
  }
}