﻿@media screen and (max-width:1023px){
/*通用*/
.header{ display:none;}
.sjhedes{ display:block;}
.banner_index .swiper-slide{
  justify-content: center;
}
html{
  font-size: 20px;
}
/*banner*/
.banner{
  height: 24rem;
  margin-top: 8.2rem;
}
/*主页 通用*/
.ind_wrap{
  display: grid;
  grid:
  '.'
  '.'
  '.'
  '.'
  'myArea';
}
.ind_kjtd .list2 .img2{
  width: 100%;
}
.ind_kjtd .list2 .img3{
  width: 33.3333%;
}
/*内页 左侧栏目*/
.other_nav{
  display: none;
}
/*内页 新闻列表*/
.other_list a{
  gap: 1rem;
}
/*内页 新闻列表 带图*/
.other_list2 a{
  flex-wrap: wrap;
}
.other_list2 .img{
  flex: 1 1 100%;
  height: 0px;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.other_list2 .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other_list2 .txt{
  flex: 1 1 100%;
}
/*脚部*/
.footer .top{
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.footer .le{
  flex: 1 1 100%;
  padding: 2rem 0;
}
.footer .le .fnav{
  display: none;
}
.footer .le h1{
  text-align: center;
}
.footer .le h2{
  text-align: center;
}
.footer .ri{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .bottom p{
  width: 100%;
  text-align: center;
}