@media only screen and (max-width: 1023px) {
  body {
    font-size: 0.28rem;
  }
  img{
    width: 100%;
  }
  .content{
    width: 92%;
  }
  .pc{
    display: none;
  }
  .phone{
    display: block;
  }

  /*首页*/
  .banner{
    height: auto;
  }
  .banner_btn .swiper-button-prev{
    left: .3rem;
  }
  .banner_btn .swiper-button-next{
    left: 1.54rem;
  }
  .logo{
    margin-left: 0.3rem;
  }
  .header.bai .menu span{
    background: #000;
  }
  .menu {
	  position: absolute;
	  top: 0.55rem;
	  right: 0.3rem;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	  width: 0.5rem;
	  height: 0.6rem;
	  transition: transform 250ms ease;
	  cursor: pointer;
	  z-index: 200;
		display: block;
	}
	.menu span {
	  position: relative;
	  display: block;
	  width: 100%;
	  height: 3px;
	  background: #fff;
	  border-radius: 10px;
	  transition: transform 250ms ease;
	  z-index: 200;
	}
  .menu span:nth-of-type(1) {
    transform: translateY(-6px);
  }
  .menu span:nth-of-type(3) {
    transform: translateY(6px);
  }
  #menu {
    display: none;
  }
  #menu:checked ~ .menu {
    background-color: transparent;
    transition: transform 250ms ease;
  }
  #menu:checked ~ .menu span {
    background-color: #fff;
    transition: transform 250ms ease;
  }
  #menu:checked ~ .menu span:nth-of-type(1) {
    transform: translateY(1px) rotate(45deg);
    width: 100% !important;
  }
  #menu:checked ~ .menu span:nth-of-type(2) {
    display: none;
  }
  #menu:checked ~ .menu span:nth-of-type(3) {
    transform: translateY(-3px) rotate(-45deg);
    width: 100% !important;
  }
  #menu:checked ~ .nav02 {
    display: block;
    transition: 500ms ease;
  }
	.nav02 {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 6% 0;
    box-sizing: border-box;
    overflow-y: scroll;
    background: #252525;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transition: 500ms ease;
    z-index: 99;
    display: none;
  }
	.nav02 li {
    position: relative;
    display: block;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.38);
    font-size: 0.28rem;
    line-height: 0.9rem;
    text-indent: 5%;
    color: #fff;
  }
  .nav02 ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav02 ul li a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: width 250ms ease;
    z-index: -1;
  }
  
  .product_bg .protype{
    width: 94%;
  }
  .product_type li{
    width: 20%;
    float: left;
  }
  .product_box{
    height: 5.8rem;
  }
  .p01 .swiper-slide,.p02 .swiper-slide,.p03 .swiper-slide,.p04 .swiper-slide,.p05 .swiper-slide{
    height: 2.9rem;
    margin-top: 0 !important;
  }
  .product_pic{
    height: 2.56rem;
    position: relative;
  }
  .product_tm{
    opacity: 1;
  }
  .product_txt{
    font-size: 0.28rem;
  }
  .more{
    width: 2.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }

  .about_p01{
    padding: 1rem 0;
  }
  .about_box{
    width:92%;
  }
  .about_left{
    float: none;
    width: 100%;
    padding-top: 0;
    margin-bottom: 0.5rem;
  }
  .about_tit{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .about_txt{
    font-size: 0.28rem;
    line-height: 0.44rem;
    height: 2.2rem;
  }
  .about_txt02{
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .about_pic{
    float: none;
    margin: 0 auto;
  }
  .con h1{
    font-size: 0.26rem;
  }

  .news_left{
    float: none;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .news_pic{
    height: 2.3rem;
  }
  .news_right{
    float: none;
    width: 100%;
  }
  .news_img{
    width: 35%;
    height: 1.8rem;
  }
  .news_r{
    width: 60%;
    height: 6.9rem;
    margin-right: 1%;
  }
  .news_r h1{
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }
  .news_r_txt{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
    margin-bottom: 0.1rem;
  }
  .news_list .swiper-slide{
    height: 2.3rem;
  }

  .foot_bg{
    height: auto;
    padding: 0.5rem 0;
  }
  .foot{
    width: 92%;
  }
  .foot_txt{
    float: none;
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.46rem;
    padding: 0;
  }
  .code{
    float: none;
    width: 1.4rem;
    height: 1.4rem;
    margin: 0.4rem auto 0;
  }

  /* 公司简介 */
  .about_list{
    width: 100%;
  }
  .about_list li{
    float: left;
    width: 30.333%;
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin: 0 1.5% 0.4rem 1.5%;
  }
  
  /* 产品展示 */
  .pro ul{
    margin-right: -3%;
  }
  .pro li{
    width: 47%;
    margin: 0 3% 0.34rem 0;
  }
  .page_left{
    display: none;
  }
  .page ul{
    float: none;
    text-align: center;
  }
  .protype .swiper-slide{
    font-size: 0.2rem;
  }
  .protype .swiper-button-prev img,.protype .swiper-button-next img{
    width: 50%;
  }

  /* 企业动态 */
  .news ul{
    margin-right: -3%;
  }
  .news li{
    width: 47%;
    margin: 0 3% 0.3rem 0;
  }
  .news_r02{
    width: 60%;
    margin-right: 1%;
  }
  .news_r02 h1{
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }

  /* 联系我们 */
  .con_tit{
    margin-bottom: 0.4rem;
  }
  .con_tit h1{
    font-size: 0.28rem;
    padding: 0.2rem 0;
  }
  .con_list{
    width: 100%;
  }
  .con_list li{
    float: none;
    width: 100%;
  }
  .con_list li:last-child{
    width: 100%;
  }
  .con_list div{
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .map{
    width: 100%;
    height: 7rem;
  }
  .map .BMap_bubble_title{
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .map .BMap_bubble_content{
    font-size: 0.26rem;
  }
}
  