﻿@media screen and (max-width:1023px){
/*通用*/
.header{ display:none;}
.sjhedes{ display:block;}
.banner_index .swiper-slide{
  justify-content: center;
}
html{
  font-size: 160px !important;
}
/*banner大图*/
.banner_ind{
  margin-top: 160px;
}
.banner_ind .swiper-slide .txt{
  font-size: 0.32rem;
}
.banner_ind .swiper-slide img{
  min-height: 1.6rem;
}
/*主页-主体*/
.ind_con li{
  width: 47.85%;
}
.ind_con2 li{
  width: 47.85%;
}
.ind_con3 .wrap{
  padding: 1rem 0;
}
.ind_con3 .le{
  width: 100%;
  text-align: center;
}
.ind_con3 .le a{
  margin: 0.4rem auto 0 auto;
}
.ind_con3 .ri{
  width: 100%;
  margin-top: 0.6rem;
  text-align: center;
}
.ind_con4 .le{
  width: 100%;
}
.ind_con4 .ri{
  width: 100%;
}
.ind_con5 a{
  width: 100%;
}
.ind_con5 a h2{
  height: auto;
}
.ind_con5 a:after{
  display: none;
}
.ind_con5 a:nth-of-type(1):after,
.ind_con5 a:nth-of-type(2):after{
  display: none;
}
/*内页通用*/
.other_nav .wrap{
  justify-content: space-around;
}
/*关于职通*/
.gyzt_zszs li{
  width: 47.5%;
}
/*服务业务*/
.fwyw_hxyw li{
  width: 100%;
}
/*服务优势*/
.fwys li{
  gap: 0.4rem;
}
.fwys li .img{
  width: 100%;
  padding-bottom: 38.7%;
  order: 0;
}
.fwys li .txt{
  width: 100%;
  order: 1;
}
/*服务站点*/
.fwzd2{
  gap: 0.2rem;
}
.fwzd2 li{
  width: 100%;
}
/*联系我们*/
.lxwm li{
  width: 100%;
}
.lxwm2{
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.lxwm2 .le,
.lxwm2 .ri{
  width: 100%;
}
.lxwm2 button{
  width: 100%;
}
/*新闻中心*/
.xwzx a{
  width: 100%;
}
/*新闻中心-详情*/
.xwzx_con{
  margin-top: 0.9rem;
}
.xwzx_con .ri{
  display: none;
}
/*页码*/
.page{
  justify-content: space-between;
}
.page a,
.page span,
.page input,
.page button{
  display: none;
}
.page a:nth-of-type(1),
.page a:last-of-type{
  display: flex;
}
/*脚部*/
.footer_nav{
  display: none;
}
.footer_ewm{
  justify-content: center;
}