@media only screen and (max-width: 1023px) {
  body{
    font-size: 0.26rem;
  }
  img{
    width: 100%;
  }
  .content{
    width: 88%;
  }
  .pc{
    display: none;
  }
  .phone{
    display: block;
  }


  /*首页*/
  .top_bg{
    display: none;
  }
  .header{
    height: 1.34rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .header .content{
    width: 100%;
  }
  .logo{
    margin: 0.36rem 0 0 0.6rem;
  }
  .nav{
    display: none;
  }
  .menu {
	  position: absolute;
	  top: 0.57rem;
	  right: 0.6rem;
	  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: 2px;
    margin-top: 0.03rem;
	  background: #000;
	  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;
    margin: 0;
  }
  #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(-1px) 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: #f8c300;
    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.3rem;
    line-height: 0.9rem;
    text-indent: 5%;
    color: #fff;
  }
  .nav02 li a {
    position: relative;
    display: block;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav02 li a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: width 250ms ease;
    z-index: -1;
  }
  .nav02 li h1{
    font-size: 0.3rem;
    line-height: 0.8rem;
    font-weight: normal;
    background: url(../images/arrow_01.png) no-repeat 95% center;
    background-size: 0.15rem 0.26rem;
  }
  .nav02 li.current h1 {
    background: url(../images/arrow_02.png) no-repeat 95% center;
    background-size: 0.26rem 0.15rem;
  }
  .nav03 {
    width: 100%;
    margin: 0 0 0.3rem 0;
    display: none;
  }
  .nav03 li {
    border: none;
    font-weight: normal !important;
    line-height: 0.7rem;
    font-size: 0.28rem;
    text-indent: 5%;
    color: rgba(255, 255, 255, 0.8);
  }

  .banner_box{
    margin-top: 1.34rem;
  }

  .about_box{
    padding: 1.8rem 0 0;
    overflow: hidden;
  }
  .about_left{
    width: 100%;
    overflow: hidden;
  }
  .about_tit{
    width: 100%;
    text-align: center;
    height: 1rem;
    line-height: 0.52rem;
    font-size: 0.62rem;
    position: absolute;
    top: 0.71rem;
    left: 0;
  }
  .about_tit h1{
    width: 100%;
    font-size: 0.5rem;
    line-height: 1rem;
  }
  .about_t{
    margin: 0 0 0.3rem 0;
  }
  .about_logo{
    width: 35%;
  }
  .about_t i{
    margin: 0.1rem 0.15rem;
  }
  .about_tr{
    width: 60%;
  }
  .about{
    font-size: 0.22rem;
    line-height: 0.56rem;
  }
  .about_text{
    font-size: 0.27rem;
    line-height: 0.56rem;
    margin: 0.28rem 0 0.54rem;
  }
  .about_list li{
    width: 45%;
    margin: 0 10% 0.52rem 0;
  }
  .about_list li:nth-child(2n+2){
    margin: 0 0 0.52rem 0;
  }
  .about_list h1 b{
    font-size: 0.82rem;
    line-height: 0.98rem;
  }
  .about_list h1 span{
    font-size: 0.32rem;
    line-height: 0.7rem;
  }
  .about_list h2{
    font-size: 0.32rem;
    line-height: 0.6rem;
  }
  .about_pic{
    width: 84%;
    height: 3.68rem;
    margin: 0.64rem auto 0;
    position: static;
    top: auto;
    left: auto;
  }

  .culture_box{
    padding: 0.55rem 0 0.5rem;
  }
  .culture_box.content{
    width: 100% !important;
  }
  .culture_tit{
    line-height: 0.48rem;
    margin-bottom: 0.54rem;
  }
  .culture_tit h1{
    font-size: 0.5rem;
    line-height: 0.7rem;
  }
  .culture_tit h2{
    font-size: 0.24rem;
  }
  .culture .swiper-slide{
    height: 3.6rem;
  }

  .brand_bg{
    background: url(../images/ind_10s.jpg) no-repeat center top;
    background-size: cover;
    padding: 0.72rem 0 1.4rem;
  }
  .brand_tit{
    height: 1.1rem;
    line-height: 0.46rem;
    font-size: 0.6rem;
    margin-bottom: 0.26rem;
  }
  .brand_tit h1{
    font-size: 0.5rem;
    line-height: 1.1rem;
  }
  .brand_txt{
    display: none;
  }
  .brand{
    height: 5rem;
  }
  .brand .swiper-slide{
    height: 2.4rem;
    padding: 0.4rem 0 0.2rem;
  }
  .brand img{
    width: 0.91rem;
    height: 0.91rem;
    margin: 0 auto 0.07rem;
  }
  .brand h1{
    font-size: 0.18rem;
    height: 0.76rem;
	  line-height: 0.38rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }

  .service_box{
    padding-top: 0.75rem;
  }
  .service_box.content{
    width: 100% !important;
  }
  .service .swiper-slide:hover .service_bg{
    opacity: 0;
  }
  .service .swiper-slide:hover .service_top{
    top: 0.8rem;
  }
  .service .swiper-slide:hover .service_more{
    bottom: -1rem;
  }

  .map_box{
    padding: 0.92rem 0 0.84rem;
  }
  .map_top{
    font-size: 0.24rem;
    margin-bottom: 0.5rem;
  }
  .map_pic{
    float: none;
    width: 100%;
  }
  .map_right{
    display: none;
  }

  .honor_bg{
    height: auto;
    background: url(../images/ind_25s.jpg) no-repeat center top;
    background-size: cover;
    padding: 0.65rem 0 0.84rem;
  }
  .honor_tit{
    margin-bottom: 0.4rem;
  }
  .honor{
    width: 100%;
  }
  .honor_box .swiper-button-next, .honor_box .swiper-button-prev{
    display: none;
  }
  .honor img{
    height: 2.6rem;
  }

  .news_box{
    padding-top: 0.83rem;
  }
  .news_type{
    line-height: 0.78rem;
    font-size: 0.38rem;
    margin-bottom: 0.47rem;
  }
  .news_type li{
    padding: 0 0.62rem;
  }
  .news_type i{
    height: 0.35rem;
    top: 0.24rem;
  }
  .news{
    height: 10.27rem;
    margin-bottom: 0.5rem;
  }
  .news_pic{
    float: none;
    width: 100%;
    height: 4.7rem;
  }
  .news_right{
    float: none;
    width: 100%;
    padding: 0.5rem 0.42rem;
  }
  .news_right h1{
    height: 1.04rem;
    line-height: 0.52rem;
    font-size: 0.38rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  .news_txt{
    font-size: 0.34rem;
    line-height: 0.5rem;
    height: 1rem;
  }
  .news_date{
    line-height: 0.88rem;
    background: url(../images/ind_28.png) no-repeat left center;
    background-size: 0.35rem 0.35rem;
    padding-left: 0.52rem;
    font-size: 0.34rem;
    margin-top: 0.08rem;
  }
  .news .swiper-button-next, .news .swiper-button-prev{
    width: 40%;
    height: 1rem;
    top: auto;
    bottom: 0.53rem;
  }
  .news .swiper-button-next{
    right: 0.42rem;
  }
  .news .swiper-button-prev{
    left: 0.42rem;
    right: right;
  }
  .news_list ul{
    margin-right: 0;
  }
  .news_list li{
    float: none;
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
  .news_img{
    height: 3.87rem;
  }
  .news_bg{
    padding-top: 0.48rem;
  }
  .news_time{
    line-height: 0.94rem;
    padding: 0 0.5rem;
    display: inline-block;
    background: #818181;
    color: #fff;
    font-size: 0.44rem;
    margin-bottom: 0.22rem;
  }
  .news_time span{
    font-size: 0.29rem;
  }
  .news_tt{
    font-size: 0.38rem;
    line-height: 0.84rem;
    height: 0.84rem;
    -webkit-line-clamp: 1;
    margin-bottom: 0;
  }
  .news_text{
    font-size: 0.3rem;
    line-height: 0.52rem;
    height: 1.04rem;
  }
  .news_xq{
    height: 1.28rem;
    line-height: 1.28rem;
    font-size: 0.36rem;
    border-top: solid 0.02rem #e2e2e2;
  }
  .news_more{
    width: 2.52rem;
    height: 0.84rem;
    line-height: 0.84rem;
    font-size: 0.32rem;
  }
  
  .case_box{
    padding: 0.7rem 0 1.25rem;
  }
  .case_tit{
    line-height: 0.54rem;
    height: 1.58rem;
    margin-bottom: 0.42rem;
  }
  .case_tit h1{
    font-size: 0.65rem;
  }
  .case_tit h2{
    font-size: 0.5rem;
    line-height: 0.72rem;
  }
  .case_tit h3{
    font-size: 0.24rem;
    line-height: 0.6rem;
    top: 0.98rem;
  }
  .case_list{
    width: 88%;
    margin: 0 auto;
    padding-bottom: 0.2rem;
    overflow: hidden;
  }
  .case_list ul{
    margin-right: -5%;
  }
  .case_list li{
    float: left;
    width: 45%;
    height: 2.18rem;
    margin: 0 5% 0.5rem 0;
    position: relative;
  }

  .foot_bg{
    background: url(../images/ind_33s.jpg) no-repeat center top;
    background-size: cover;
    /* margin-bottom: 0.7rem; */
  }
  .foot_bg .content{
    width: 100%;
  }
  .foot_top{
    border-bottom: none;
    padding: 0.68rem 0 0.64rem;
  }
  .foot_left{
    float: none;
    width: 100%;
  }
  .f_logo{
    width: 3.12rem;
    margin: 0 auto 0.05rem;
  }
  .f_tel{
    width: 100%;
    text-align: center;
    font-size: 0.49rem;
    line-height: 1.04rem;
  }
  .f_tel img{
    width: 0.46rem;
    height: 0.46rem;
    margin-right: 0.14rem;
  }
  .f_add{
    width: 100%;
    text-align: center;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .f_code{
    display: none;
  }
  .f_nav{
    display: none;
  }
  .copyright{
    line-height: 0.48rem;
    font-size: 0.26rem;
    font-weight: lighter;
    padding: 0.6rem 0 0.66rem;
  }
  .foot{
    width: 100%;
    height: 1.04rem;
    padding: 0 15% 0 5%;
    background: #08090a;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 90;
  }
  .foot li{
    float: left;
    width: 25%;
    line-height: 1.04rem;
    color: #fff;
    font-size: 0.32rem;
  }
  .foot img{
    float: left;
    width: 0.37rem;
    height: 0.38rem;
    margin: 0.36rem 0.05rem 0 0;
  }
  .foot_arrow{
    width: 15%;
    height: 1.04rem;
    background: #f8c300;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .foot_arrow img{
    width: 0.39rem;
    height: 0.38rem;
    margin: 0;
  }


  /* 产品服务：应用案例 */
  .back{
    width: 0.26rem;
    height: 0.45rem;
    position: absolute;
    top: 0.45rem;
    left: 0.6rem;
  }
  .back img{
    width: 100%;
    height: 100%;
  }
  .tit{
    width: 70%;
    text-align: center;
    line-height: 1.34rem;
    font-size: 0.38rem;
    position: absolute;
    top: 0;
    left: 15%;
  }
  .main_bn{
    height: 3.7rem;
  }
  .path_bg{
    background: #f5f5f5;
    padding: 0.2rem 0;
  }
  .path{
    width: 88%;
    text-align: left;
    line-height: 0.44rem;
    background: url(../images/pro_04.png) no-repeat left center;
    background-size: 0.17rem 0.24rem;
    color: #323232;
    font-size: 0.26rem;
    padding-left: 0.3rem;
    margin: 0 auto;
  }
  .pro_box{
    padding: 0.62rem 0 2.08rem;
  }
  .type_list{
    margin-bottom: 0.4rem;
  }
  .type_list ul{
    margin-right: -1%;
  }
  .type_list li{
    width: 31.33%;
    line-height: 0.65rem;
    font-size: 0.25rem;
    margin: 0 1% 0.18rem 0;
  }
  .product ul{
    margin-right: -4%;
  }
  .product li{
    width: 46% !important;
    margin: 0 4% 0 0;
  }
  .product_pic{
    height: 3.2rem;
  }
  .product_txt{
    height: 0.92rem;
    line-height: 0.92rem;
    border: none;
    font-size: 0.26rem;
  }
  .page li{
    min-width: 0.44rem;
    line-height: 0.44rem;
    font-size: 0.2rem;
    margin: 0 0.01rem;
  }
  .page a{
    padding: 0 0.16rem;
  }


  /* 产品服务：5大产品体系 */
  .pro_top{
    padding-bottom: 0.7rem;
    margin-bottom: 0.05rem;
  }
  .pro_img{
    float: none;
    width: 100%;
    margin-bottom: 0.44rem;
  }
  .pro_right{
    float: none;
    width: 100%;
  }
  .pro_tt{
    font-size: 0.28rem;
    line-height: 0.44rem;
    margin-bottom: 0.4rem;
  }
  .pro_tt h1{
    font-size: 0.36rem;
    line-height: 0.54rem;
    margin-bottom: 0.15rem;
  }
  .pro_txt{
    font-size: 0.28rem;
    line-height: 0.5rem;
    height: auto;
    overflow-y: visible;
    margin-bottom: 0.5rem;
  }
  .pro_txt h1{
    font-size: 0.36rem;
    line-height: 0.62rem;
    margin-bottom: 0.1rem;
  }
  .btn_list{
    width: 82%;
    margin: 0 auto;
  }
  .btn_list ul{
    margin-right: -6%;
  }
  .btn_list li{
    width: 44%;
    height: 0.86rem;
    line-height: 0.86rem;
    font-size: 0.33rem;
    margin-right: 6%;
  }
  .pro_msbox{
    float: none;
    width: 100%;
  }
  .pro_tit{
    font-size: 0.4rem;
    line-height: 1.36rem;
    text-align: center;
  }
  .pro_ms{
    min-height: auto;
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin-bottom: 0.82rem;
  }
  .beizhu{
    font-size: 0.33rem;
    line-height: 0.56rem;
    margin-top: 0.54rem;
  }
  .beizhu span{
    font-weight: bold;
  }
  .fy{
    width: 84%;
    margin: 0 auto 4rem;
  }
  .fy ul{
    margin-right: -8%;
  }
  .fy li{
    float: left;
    width: 42%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.3rem;
    background: #eaeaea;
    border-radius: 0.03rem;
    margin-right: 8%;
  }
  .fy a{
    display: block;
  }
  .hotpro_box{
    float: none;
    width: 100%;
    border-top: solid 0.01rem #e5e5e5;
    padding-top: 0.05rem;
  }
  .hotpro ul{
    margin-right: -4%;
  }
  .hotpro li{
    float: left;
    width: 46%;
    margin: 0 4% 0 0;
  }
  .hotpro_pic{
    height: 3.28rem;
  }
  .hotpro_txt{
    line-height: 0.82rem;
    height: 0.82rem;
    border: none;
  }


  /* 产品服务：通用分类页面 */
  .pro_show{
    width: 100%;
    line-height: 0.46rem;
    font-size: 0.26rem;
  }


  /* 工匠学堂 */
  .craftsman_box{
    padding: 0.46rem 0 1.5rem;
  }
  .craftsman_top{
    font-size: 0.3rem;
    line-height: 0.46rem;
    padding-bottom: 0.43rem;
    margin-bottom: 0.52rem;
  }
  .craftsman_top h1{
    font-size: 0.4rem;
    line-height: 0.56rem;
    margin-bottom: 0.23rem;
  }
  .craftsman_top div{
    display: block;
    margin: 0;
  }
  .craftsman{
    font-size: 0.28rem;
    line-height: 0.56rem;
  }
  .craftsman_box .fy{
    margin: 0.7rem auto 0;
  }


  /* 品牌实力 */
  .brand_box{
    padding: 0.54rem 0 0.36rem;
  }
  .brand_list ul{
    margin-right: 0;
  }
  .brand_list li{
    float: none;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0.36rem;
    margin: 0 0 0.34rem 0;
  }
  .brand_list li:after {
    content:"";
    display: block;
    clear:both;
  }
  .brand_list li:hover img{
    transform: rotateY(360deg);
  }
  .brand_list img{
    float: left;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.32rem 0 0;
  }
  .brand_con{
    float: left;
    width: 72%;
  }
  .brand_con h1{
    font-size: 0.29rem;
    height: auto;
    line-height: 0.44rem;
    overflow: visible;
    text-overflow:inherit;
    white-space: pre-wrap;
    margin-bottom: 0.07rem;
  }
  .brand_text{
    width: 100%;
    font-size: 0.23rem;
    line-height: 0.36rem;
    text-align: justify;
    height: auto;
    overflow: visible;
    display: block;
    margin: 0;
  }


  /* 新闻 */
  .news_part{
    padding: 0.62rem 0 1rem;
  }
  .news02 ul{
    margin-right: -4%;
  }
  .news02 li{
    width: 46%;
    margin: 0 4% 0.4rem 0;
  }
  .news_tu{
    height: 2.1rem;
  }
  .news_bot{
    height: 2rem;
    padding: 0.2rem;
  }
  .news_bot h1{
    font-size: 0.24rem;
    line-height: 0.32rem;
    height: 0.64rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-bottom: 0.05rem;
  }
  .news_bot .date{
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
  .news_bot .text{
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
  }


  /* 走近万施博 */
  .about_txt{
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .ab_e{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }


  /* 招商加盟 */
  .join_box{
    padding: 0.5rem 0 0.75rem;
  }
  .join_tit{
    font-size: 0.5rem;
    line-height: 0.76rem;
  }
  .join_tel{
    line-height: 0.6rem;
    font-size: 0.36rem;
    margin-bottom: 0.26rem;
  }
  .join_tel img{
    width: 0.31rem;
    height: 0.30rem;
    margin: 0 0.1rem 0 0.15rem;
  }
  .join_con{
    display: block;
    margin: 0;
  }
  .join_name{
    width: 100%;
    height: 0.86rem;
    line-height: 0.86rem;
    padding: 0 0.24rem;
    font-size: 0.28rem;
    margin-bottom: 0.25rem;
  }
  .join_xq{
    height: 2.93rem;
    line-height: 0.5rem;
    padding: 0.14rem 0.24rem;
    font-size: 0.28rem;
  }
  .join_btn_w{
    padding-top: 0.2rem;
  }
  .join_btn{
    width: 100%;
    height: 0.79rem;
    font-size: 0.28rem;
  }
  .tip{
    font-size: 0.2rem;
  }


  
}
  