@media only screen and (max-width: 1024px) {
  .content{
    width: 94%;
  }

  /* 首页 */
  #index-app .header{
    top: 0;
  }
  .head_box{
    width: 94%;
  }
  .language{
    margin-right: 0.6rem;
  }
  .nav{
    display: none;
  }
  #index-app .menu span{
    background: #fff;
  }
  #index-app .menu.bai span{
    background: #333;
  }
  .menu.bai span{
    background: #333;
  }
  .menu {
    position: absolute;
    top: 0.45rem;
    right: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 0.3rem;
    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: #333;
    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: #355df4;
    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 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.28rem;
    line-height: 0.8rem;
    font-weight: normal;
    background: url(../images/arrow.png) no-repeat 95% center;
    background-size: 0.2rem;
  }
  .nav02 li.current h1 {
    background: url(../images/arrow_s.png) no-repeat 95% center;
    background-size: 0.2rem;
  }
  .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.26rem;
    text-indent: 5%;
    color: rgba(255, 255, 255, 0.7);
  }

  .bn_txt_a{
    width: 80%;
  }
  .bn_txt_b{
    width: 60%;
  }
  .banner .swiper-pagination {
    bottom: 0.32rem;
  }

  .core_box{
    width: 94%;
  }
  .core ul{
    margin-right: 0;
  }
  .core li{
    float: none;
    width: 100%;
    margin: 0 0 0.4rem 0;
  }
  .core_left{
    width: 55%;
  }
  .core_pic{
    width: 40%;
  }

  .app_pic{
    height: 6.8rem;
  }
  .app_bot{
    bottom: .4rem;
  }
  .app_list_box{
    width: 94%;
  }
  .app_con{
    width: 85%;
  }

  .case{
    width: 94%;
  }
  .case .con{
    height: 4rem;
    margin: 0 0.05rem;
  }
  .case_txt{
    left: 0.1rem;
    bottom: 0.4rem;
  }
  .case_txt img{
    width: 0.58rem;
    height: 0.58rem;
  }
  .case_txt h1{
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
  .case_txt h2{
    font-size: 0.3rem;
    line-height: 0.38rem;
  }

  .hezuo_bg{
    min-height: 6rem;
  }
  .hezuo{
    width: 90%;
  }

  .foot_w{
    width: 94%;
  }
  .foot li{
    width: 15%;
  }


  /* 关于我们 */
  .about_left{
    width: 30%;
    margin-right: 0.4rem;
  }
  .about_right {
    width: 66%;
  }

  .fzlc_title{
    margin: 0;
  }
  .Honor .auto-inner{
    height: auto;
  }
  .Honor .txt{
    float: none;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .Honor .pic{
    float: none;
    width: 100%;
  }
  .Honor .slider-year{
    right: 1rem;
  }
  .Honor .slider-con .slick-current .name{
    padding-left: 1rem;
  }
  .Honor .slick-arrow{
    z-index: 5;
  }
  .Honor .slick-prev{
    left: 0;
  }
  .Honor .slick-next{
    right: 0;
  }

  .honor_pic{
    width: 94%;
  }

  .qiye .swiper-button-next{
    right: 0.9rem;
  }
  .qiye .swiper-button-prev{
    left: 0.9rem;
  }
  .qiye_pic{
    height: 4.4rem;
    margin-bottom: 1rem;
  }
  .qiye_con{
    width: 50%;
    height: 4.47rem;
    padding: 0.4rem;
    left: 0.8rem;
  }
  .qiye_txt{
    height: 1.6rem;
    -webkit-line-clamp: 5;
  }


  /* 工程服务 */
  .service ul {
    margin-right: -3%;
  }
  .service li {
    width: 47%;
    height: 5.98rem;
    margin: 0 3% 0.44rem 0;
  }
  .service li:nth-child(even) .ser_pic {
    position: static;
    top: auto;
    left: auto;
  }
  .service li:nth-child(even) .ser_con {
    margin-top: 0;
  }
  .ser_con ul li {
    width: 100%;
  }

  .adv_01 li{
    width: 50%;
    border-bottom: solid 0.02rem #eaecec;
  }
  .adv_01 li:last-child{
    width: 100%;
    border-bottom:none;
  }
  .adv_02 ul {
    margin-right: -3%;
  }
  .adv_02 li{
    width: 47%;
    margin: 0 3% 0.32rem 0;
  }


  /* 行业应用 */
  .app ul{
    margin-right: -3%;
  }
  .app li{
    float: left;
    width: 47%;
    margin: 0 3% 0.71rem 0;
  }

  /* 新闻中心 */
  .news_list ul{
    margin-right: -3%;
  }
  .news_list li {
    width: 47%;
    margin: 0 3% 0.32rem 0;
  }

  /* 关于产品 */
  .product_tit{
    margin-bottom: 0.2rem;
  }
  .product ul{
    margin-right: -3%;
  }
  .product li{
    width: 47%;
    height: 5.7rem;
    margin: 0 3% 0.2rem 0;
  }
  .product li:hover{
    margin: 0 3% 0.2rem 0;
  }
  .product_pic{
    height: 3.2rem;
  }

  /* 联系我们 */
  .contact_pic{
    float: none;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .contact_r{
    float: none;
    width: 100%;
  }
  .map{
    height: 6rem;
  }

  /* 详情 */
  .pro_show{
    float: none;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .pro_img{
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .pc{
    display: none;
  }
  .phone{
    display: block;
  }

  /* 首页 */
  .menu {
    width: 0.5rem;
  }
  .menu span {
    height: 2px;
  }
  .search_img{
    width: 0.4rem;
    height: 0.31rem;
    margin: 0.35rem 0.28rem 0 0;
  }
  .search_img img{
    width: 0.29rem;
    height: 0.29rem;
  }
  .language{
    font-size: 0.26rem;
    line-height: 0.98rem;
    margin-right: .8rem;
  }

  .bn_txt_a{
    width: 94%;
  }
  .bn_txt_b{
    width: 85%;
  }

  .core_tit h1{
    font-size: 0.49rem;
    line-height: 0.56rem;
  }
  .core_tit h2{
    font-size: 0.34rem;
    line-height: 0.42rem;
  }
  .core_type li{
    width: 22%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
  }
  .core_left{
    width: 50%;
  }
  .core_pic{
    width: 45%;
  }
  .core_a{
    font-size: 0.26rem;
    line-height: 0.42rem;
  }
  .core_b{
    font-size: 0.39rem;
    line-height: 0.6rem;
  }
  .core_c{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .core_d{
    font-size: 0.24rem;
    line-height: 0.7rem;
  }

  .app_tit h2{
    line-height: 0.6rem;
    font-size: 0.41rem;
  }
  .app_tit_t{
    height: 0.74rem;
    line-height: 0.74rem;
  }
  .app_tit h1{
    font-size: 0.49rem;
  }
  .app_con{
    width: 76%;
  }
  .app_list h1{
    font-size: 0.26rem;
    line-height: 0.38rem;
  }
  .app_list h2{
    font-size: 0.3rem;
    line-height: 0.44rem;
  }

  .case_tit h2{
    line-height: 0.6rem;
    font-size: 0.41rem;
  }
  .case_tit_t{
    height: 0.74rem;
    line-height: 0.74rem;
  }
  .case_tit h1{
    font-size: 0.49rem;
  }
  .case li{
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .case .con{
    margin: 0;
  }
  .case.open li{
    width: 100%;
  }
  .case li.on{
    width: 100%;
  }
  .case_txt{
    width: 90%;
    left: 5%;
  }
  .case_txt img{
    width: 0.9rem;
    height: 0.9rem;
    margin: 0.08rem 0.2rem 0 0;
  }
  .case_txt h1{
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  .case_txt h2{
    font-size: 0.5rem;
    line-height: 0.7rem;
  }

  .foot_tel{
    font-size: 0.39rem;
    line-height: 0.6rem;
    margin-bottom: 0.1rem;
  }
  .foot_txt{
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .code_box{
    width: 80%;
    margin: 0 auto 0.2rem;
  }
  .code{
    width: 50%;
  }
  .code img{
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 auto;
  }
  .code h1{
    font-size: 0.26rem;
    line-height: 0.6rem;
  }
  .foot_line{
    text-align: center;
  }
  .foot_line .fl,.foot_line .fr{
    float: none;
  }
  
  .sidebox{
    display: none;
  }


  /* 关于我们 */
  .mbn_txt {
    font-size: 0.28rem;
    line-height: 0.6rem;
  }
  .mbn_txt h1 {
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
  .about_box {
    display: block;
  }
  .about_left {
    width: 100%;
    border-right: none;
    margin-right: 0;
    margin-bottom: 0.6rem;
  }
  .about_right {
    width: 100%;
  }
  .about_tit{
    font-size: 0.48rem;
  }
  .about_list li{
    float: left;
    width: 60%;
    font-size: 0.26rem;
    line-height: 0.38rem;
  }
  .about_list li:nth-child(even){
    width: 40%;
  }
  .about_list i {
    width: 0.2rem;
  }
  .about_list h1 {
    font-size: 0.46rem;
    line-height: 0.6rem;
  }
  .about_tt {
    font-size: 0.36rem;
  }
  .about_txt {
    font-size: 0.26rem;
    line-height: 0.44rem;
  }

  .fzlc_title{
    font-size: 0.48rem;
  }
  .Honor .desc{
    font-size: 0.3rem;
  }
  .Honor .year{
    top: 3rem;
  }

  .qiye .swiper-button-next{
    right: 0.4rem;
  }
  .qiye .swiper-button-prev{
    left: 0.4rem;
  }
  .qiye_pic{
    height: 4rem;
  }
  .qiye_con{
    width: 70%;
    padding: 0.3rem;
    left: 15%;
  }
  .qiye_con h1{
    font-size: 0.3rem;
    line-height: 0.44rem;
  }
  .qiye_con h2{
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .qiye_txt{
    font-size: 0.26rem;
    line-height: 0.42rem;
    height: 2.1rem;
  }


  /* 工程服务 */
  .service ul {
    margin-right: 0;
  }
  .service li {
    width: 100%;
    height: auto;
    margin: 0 0 0.44rem 0;
  }
  .ser_con{
    height: auto;
  }
  .ser_con h1 {
    font-size: 0.4rem;
    line-height: 0.8rem;
  }
  .ser_con ul {
    height: auto;
  }
  .ser_con ul li {
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .ser_con ul li i {
    margin: 0.18rem 0.11rem 0 0;
  }
  .ser_more {
    line-height: 0.4rem;
    font-size: 0.26rem;
    margin: 0.1rem 0;
  }
  .ser_pic {
    height: 4rem;
  }

  .adv_01 li{
    width: 100%;
    border-right: none;
  }
  .adv_01 .ico {
    width: 0.66rem;
    height: 0.66rem;
  }
  .adv_01 .tit h3{
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
  .adv_01 .tit span {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .adv_02 ul {
    margin-right: 0;
  }
  .adv_02 li{
    width: 100%;
    margin: 0 0 0.32rem 0;
  }
  .adv_02 h3{
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
  .adv_02 .desc{
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
  .adv_02 .ico{
    width: 0.9rem;
    height: 0.9rem;
  }

  .consult .item-50{
    float: none;
    width: 100%;
  }
  .consult .t1{
    font-size: 0.28rem;
  }
  .consult .inp{
    font-size: 0.28rem;
    padding: 0 0.2rem 0 42%;
  }
  .consult .placeholder{
    left: 42%;
    font-size: 0.28rem;
  }
  .consult .btn{
    width: 3rem;
    height: 0.7rem;
    font-size: 0.28rem;
    border-radius: 0.7rem;
  }


  /* 行业应用 */
  .type .swiper-slide{
    font-size: 0.28rem;
  }
  .app ul{
    margin-right: 0;
  }
  .app li{
    float: none;
    width: 100%;
    margin: 0 0 0.71rem 0;
  }
  .app_img{
    height: 4.2rem;
  }
  .app_bg{
    height: auto;
    padding: 0.22rem 0.38rem 0.4rem 0.38rem;
  }
  .app_bg .lab{
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .app_bg .tit{
    font-size: 0.3rem;
    line-height: 0.44rem;
    height: 0.88rem;
  }
  .app_bg .desc{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 1.2rem;
  }
  .app_bg .more{
    font-size: 0.26rem;
  }

  /* 新闻中心 */
  .news .swiper-slide {
    height: auto
  }
  .news_pic {
    float: none;
    width: 100%;
    height: 4rem;
  }
  .news_r {
    float: none;
    width: 100%;
    padding: 0.37rem 0.37rem 1rem;
  }
  .news_date {
    font-size: 0.28rem;
  }
  .news_txt {
    font-size: 0.26rem;
    line-height: 0.44rem;
    height: 0.88rem;
  }
  .news_more {
    font-size: 0.26rem;
  }
  .news .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 0.3rem;
  }
  .news .swiper-pagination-bullet {
    margin: 0 0.05rem;
  }
  .news_list ul{
    margin-right: 0;
  }
  .news_list li {
    float: none;
    width: 100%;
    margin: 0 0 0.32rem 0;
  }
  .news_list_bg{
    height: 4.4rem;
  }
  .news_list_bg .tit {
    font-size: 0.3rem;
    line-height: 0.5rem;
    height: 1rem;
  }
  .news_list_bg .desc {
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 1.2rem;
  }
  .news_list_bg .date {
    font-size: 0.26rem;
  }
  .news_list_bg .more {
    font-size: 0.26rem;
  }

  /* 关于产品 */
  .product_tit{
    font-size: 0.4rem;
  }
  .product li{
    height: 4.7rem;
  }
  .product h1{
    font-size: 0.28rem;
    line-height: 0.46rem;
    height: 0.46rem;
  }
  .product h2{
    font-size: 0.4rem;
    line-height: 0.6rem;
    height: 0.56rem;
  }
  .product_pic{
    height: 2rem;
  }
  .product_more{
    font-size: 0.26rem;
  }

  /* 联系我们 */
  .con_tit{
    font-size: 0.34rem;;
    line-height: 0.5rem;
  }
  .con_txt{
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .con_code li{
    width: 1.6rem;
    margin-right: 1rem;
  }
  .map{
    height: 7.16rem;
  }

  /* 详情 */
  .show_tt {
    font-size: 0.4rem;
    line-height: 0.56rem;
  }
  .show_txt {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .fanye li{
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
  }
}
  