@media only screen and (max-width: 1024px) {
  img{
    width: 100%;
  }
  .content {
    width: 94%;
  }


  /*首页*/
  .search_pic{
    margin: 0.36rem 0.7rem 0 0;
  }
  .search_pic i{
    display: none;
  }
  .tel{
    display: none;
  }
  .nav{
    display: none;
  }
  .menu {
	  position: absolute;
	  top: 0.4rem;
	  right: 0.3rem;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	  width: 0.35rem;
	  height: 0.5rem;
	  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: #0069b1;
	  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 !important;
    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: #0069b1;
    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.18rem;
    line-height: 0.6rem;
    text-indent: 5%;
    color: #fff;
  }
  .nav02 li a {
    position: relative;
    display: block;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav02 li h1{
    font-size: 0.18rem;
    line-height: 0.6rem;
    font-weight: normal;
    background: url(../images/arrow_01.png) no-repeat 95% center;
    background-size: 0.1rem 0.21rem;
  }
  .nav02 li.current h1 {
    background: url(../images/arrow_02.png) no-repeat 95% center;
    background-size: 0.21rem 0.1rem;
  }
  .nav03 {
    width: 100%;
    margin: 0 0 0.3rem 0;
    display: none;
  }
  .nav03 li {
    border: none;
    font-weight: normal !important;
    line-height: 0.5rem;
    font-size: 0.18rem;
    color: rgba(255, 255, 255, 0.8);
  }
  .banner{
    margin-top: 1rem;
  }
  .bn_con{
    width: 94%;
  }
  .bn_con .txt01{
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
  .bn_con .txt02 {
    font-size: 0.5rem;
    line-height: 0.7rem;
  }
  .business_txt{
    width: 94%;
    text-align: justify;
  }
  .bus_list .swiper-slide{
    height: 4.5rem;
  }
  .solutions_bg{
    height: 7rem;
    margin-top: 2rem;
  }
  .sol01{
    width: 3rem;
    height: 2.4rem;
    left: 0.15rem;
    bottom: 0.6rem;
  }
  /* .sol02{
    width: 2.34rem;
    height: 2.28rem;
    top: 1.8rem;
    left: 30%;
  } */
  .sol02{
    width: 2.34rem;
    height: 1.22rem;
    top: 1.8rem;
    left: 32%;
  }
  .sol03{
    width: 1.6rem;
    height: 1.48rem;
    top: 2.7rem;
    left: 40%;
  }
  .solbox{
    width: 3rem;
    top: 0;
    right: -3rem;
    display: none;
  }
  /* .solbg{
    width: 2.83rem;
  }
  .solimg{
    height: 1.8rem;
  }
  .sol03 .solbox{
    top: 0.5rem;
  } */
  .tec_pic{
    width: 80%;
  }
  .core_pic{
    height: 3.4rem;
  }
  .case_top{
    background-size: 5.98rem 2.2rem;
  }
  .case_pic{
    height: 4.5rem;
  }
  .case_right{
    height: 4.5rem;
    background-size: 60% 100%;
    padding: 0.7rem 0.5rem;
  }
  .case .swiper-pagination{
    padding-left: 0.5rem;
    bottom: 0.4rem;
  }
  .hz_star{
    width: 2rem;
    height: 0.47rem;
  }
  .hz_tleft{
    width: 0.54rem;
    height: 1rem;
  }
  .hz_tright{
    width: 0.54rem;
    height: 1rem;
  }
  .hz_tit h1{
    font-size: 0.5rem;
    line-height: 0.6rem;
  }
  .hz_box{
    height: 4.17rem;
    overflow-y: auto;
  }
  .hz_list{
    width: 95%;
  }
  .hz_list li{
    height: 0.9rem;
  }
  .f_nav{
    float: none;
    width: 100%;
    margin: 0.39rem 0 0.5rem 0;
  }
  .foot_r{
    float: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .foot_r .clear{
    width: 60%;
  }
  .f_con{
    float: right;
    width: calc(100% - 1.3rem);
  }


  /* 关于我们 */
  .about_list{
    padding: 0;
  }
  .about_list i{
    right: -0.4rem;
  }
  .culture_txt{
    width: 100%;
  }
  .history01{
    width: 94%;
  }
  .honor_left{
    float: none;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .honor_right{
    float: none;
    width: 100%;
    padding: 0 0.8rem 0.4rem 1.3rem;
  }
  .honor_bot{
    padding: 0 0.8rem 1.3rem 1.3rem;
  }


  /* 业务模式 */
  .con16{
    width: 94%;
  }
  .bn_pos h1{
    font-size: 0.4rem;
    line-height: 0.5rem;
  }
  .bn_pos h2{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }


  /* 业务模式-列表 */
  .yewu_img{
    height: 2.6rem;
  }


  /* 产品中心 */
  .pro_type ul{
    margin-right: -0.3rem;
  }
  .pro_type li{
    margin-right: 0.3rem;
  }

  /* 产品详情 */
  .pro_pic{
    width: 50%;
  }
  .pro_r{
    width: 45%;
  }


  /* 服务案例 */
  .sercase_pic{
    height: 2rem;
  }


  /* 新闻资讯 */
  .news_left{
    height: 4.2rem;
  }
  .news_right li{
    padding: 0.14rem 0 0.2rem;
    margin-bottom: 0;
  }
  .news_right .date{
    margin-bottom: 0;
  }
  .news_list ul{
    margin-right: -2.33%;
  }
  .news_list li{
    width: 31%;
    padding: 0.3rem;
    margin: 0 2.33% 0.5rem 0;
  }
  .news_pic{
    height: 1.6rem;
  }


  /* 联系我们 */
  .con_bn h1{
    width: 60%;
  }
  .con_btn{
    width: 3.8rem;
    height: 1.15rem;
    line-height: 1.15rem;
    font-size: 0.36rem;
  }
  .con_list{
    width: 90%;
  }
  .contact ul{
    margin-right: 0;
  }
  .contact li{
    float: none;
    width: 100%;
    margin: 0 0 0.56rem 0;
  }
}
  
@media only screen and (max-width: 1023px) {
  body{
    font-size: 0.26rem;
  }
  .pc{
    display: none;
  }
  .phone{
    display: block;
  }


  /*首页*/
  .header{
    height: 1.2rem;
  }
  .logo{
    width: 1.7rem;
  }
  .search_pic{
    width: 0.38rem;
    height: 0.38rem;
    margin: 0.4rem 0.9rem 0 0;
  }
  .menu {
	  top: 0.47rem;
	  width: 0.5rem;
	  height: 0.5rem;
	}
  .menu span:nth-of-type(1) {
    transform: translateY(-4px);
  }
  .menu span:nth-of-type(3) {
    transform: translateY(5px);
  }
  .nav02 li{
    font-size: 0.28rem;
    line-height: 0.8rem;
  }
  .nav02 li h1{
    font-size: 0.28rem;
    line-height: 0.8rem;
  }
  .banner{
    margin-top: 1.2rem;
  }
  .bn_con .txt01{
    font-size: 0.5rem;
    line-height: 0.7rem;
  }
  .bn_con .txt02 {
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .bn_more {
    width: 2rem;
    height: 0.64rem;
    font-size: 0.24rem;
  }
  .bn_more img {
    width: 0.18rem;
    height: 0.14rem;
  }
  .banner .swiper-pagination-bullet-active{
    height: 1.2rem;
  }
  .banner .swiper-pagination-bullet-active:before{
    height: 0.6rem;
  }
  .bn_bot h1{
    font-size: 0.2rem;
  }
  .business_txt{
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .bus_list .swiper-slide{
    height: 8rem;
  }
  .bus_list .swiper-slide:hover .bus_blue{
    height: 0.76rem;
  }
  .bus_list .swiper-slide:hover .bus_txt h1{
    margin-bottom: 0.14rem;
  }
  .bus_list .swiper-slide:hover .bus_txt i{
    width: 0.01rem;
    height: 0.3rem;
    margin: 0 auto;
  }
  .bus_list .swiper-slide-active .bus_txt .txt{
    width: 90%;
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .bus_list .swiper-slide:hover .bus_txt .txt{
    line-height: 0.4rem;
  }
  .solutions_bg{
    height: 5rem;
  }
  .sol01{
    width: 2.6rem;
    height: 2rem;
    left: -0.2rem;
    bottom: 0.4rem;
  }
  /* .sol02{
    width: 1.94rem;
    height: 1.88rem;
    top: 1rem;
  } */
  .sol02{
    width: 1.94rem;
    height: 1rem;
    top: 1.1rem;
    left: 29%;
  }
  .sol03{
    width: 1.3rem;
    height: 1.2rem;
    top: 1.9rem;
    left: 39%;
  }
  .sol04{
    width: 1.76rem;
    height: 1.76rem;
    right: 0.2rem;
    bottom: 1.5rem;
  }
  .tec_pic{
    width: 94%;
  }
  .core_pic{
    height: 4rem;
  }
  .core_txt{
    line-height: 0.82rem;
    height: 0.82rem;
    font-size: 0.28rem;
  }
  .core_more{
    width: 2rem;
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: 0.26rem;
  }
  .core_more img{
    width: 0.18rem;
    height: 0.14rem;
  }
  .case_top{
    height: 3rem;
  }
  .case_tit{
    float: none;
    width: 100%;
    text-align: center;
  }
  .case_tit i{
    margin: 0 auto;
  }
  .case_type{
    float: none;
    text-align: center;
    margin-top: 0.5rem;
  }
  .case_type li{
    float: none;
    font-size: 0.28rem;
    display: inline-block;
    margin-right: 0.82rem;
  }
  .case_pic{
    float: none;
    width: 100%;
  }
  .case_right{
    float: none;
    width: 100%;
  }
  .case_tt h1{
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
  .case_txt{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .case .swiper-pagination{
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .case_more{
    width: 2rem;
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: 0.26rem;
  }
  .case_more img{
    width: 0.18rem;
    height: 0.14rem;
  }
  .hz_tit{
    margin: 0 0.1rem;
  }
  .hz_box{
    height: 5.75rem;
  }
  .hz_list ul{
    margin-right: -3%;
  }
  .hz_list li{
    width: 47%;
    height: 1.3rem;
    margin: 0 3% 0.19rem 0;
  }
  .f_nav{
    display: none;
  }
  .foot_r{
    float: none;
    width: 100%;
    display: block;
  }
  .f_logo{
    margin: 0 auto 0.5rem;
  }
  .foot_r .clear{
    width: 100%;
  }
  .f_code{
    width: 1.7rem;
    height: 1.7rem;
    margin: 0.03rem 0 0 0.05rem;
  }
  .f_con{
    float: right;
    width: calc(100% - 2.1rem);
  }
  .f_con li{
    line-height: 0.3rem;
    font-size: 0.26rem;
    padding-left: 0.43rem;
    margin-bottom: 0.25rem;
  }
  .f_con img{
    width: 0.3rem;
    height: 0.3rem;
  }
  .copyright{
    font-size: 0.24rem;
    line-height: 0.38rem;
  }
  .zixun_pic{
    width: 0.6rem;
  }
  .zixun_txt{
    width: 1rem;
    line-height: 0.4rem;
    font-size: 0.2rem;
  }


  /* 关于我们 */
  .about{
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .about_list{
    padding-left: 5%;
  }
  .about_list ul{
    margin-right: -5%;
  }
  .about_list li{
    width: 45%;
    font-size: 0.28rem;
    margin: 0 5% 0.2rem 0;
  }
  .about_list i{
    display: none;
  }
  .culture .swiper-slide{
    height: 5.4rem;
  }
  .culture_txt{
    text-align: justify;
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .culture_tt h1{
    font-size: 0.28rem;
    line-height: 0.66rem;
  }
  .culture_text{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 2.4rem;
    -webkit-line-clamp: 6;
    text-align: justify;
  }
  .history_pic{
    float: none;
    width: 100%;
  }
  .history_right{
    float: none;
    width: 100%;
    height: none;
    padding: 0.8rem 0.45rem
  }
  .history_tl{
    margin-top: 0.1rem;
  }
  .h_list h1{
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .h_list li{
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .history_bot .line{
    height: 0.12rem;
  }
  .history01 i{
    width: 0.16rem;
    height: 0.16rem;
  }
  .history01 h1{
    font-size: 0.3rem;
    line-height: 0.66rem;
  }
  .history01 .swiper-slide-thumb-active i{
    width: 0.22rem;
    height: 0.24rem;
  }
  .honor_txt{
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .honor_right{
    padding: 0 0.3rem 0.4rem 0.9rem;
  }
  .honor_rpic{
    width: 2.7rem;
    height: 1.84rem;
  }
  .honor_bot{
    padding: 0 0.3rem 1.3rem 0.9rem;
  }
  .honor .honor_pic{
    height: 2rem;
  }
  .honor_pic img{
    min-height: 1.4rem;
  }


  /* 业务模式 */
  .main_bn{
    margin-top: 1.2rem;
  }
  .bn_pos h1{
    font-size: 0.4rem;
    line-height: 0.5rem;
  }
  .bn_pos h2{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .path{
    padding-left: 0.55rem;
    line-height: 0.4rem;
    font-size: 0.28rem;
  }
  .path img{
    width: 0.42rem;
    height: 0.39rem;
  }
  .yewu li:nth-child(even) .yewu_pic{
    float: none;
  }
  .yewu_pic{
    float: none;
    width: 100%;
    height: 5rem;
  }
  .yewu_right{
    float: none;
    width: 100%;
    height: auto;
    display: block;
    padding: 0.8rem 0;
  }
  .yewu_txt{
    font-size: 0.26rem;
    line-height: 0.46rem;
  }


  /* 业务模式-列表 */
  .yewu_list ul{
    margin-right: -3%;
  }
  .yewu_list li{
    width: 47%;
    margin: 0 3% 0.36rem 0;
  }
  .yewu_list h1{
    font-size: 0.28rem;
  }
  .yewu_img{
    height: 2.8rem;
  }


  /* 产品中心 */
  .pro_type{
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 0.4rem;
  }
  .pro_type ul{
    margin-right: -0.6rem;
  }
  .pro_type li{
    float: none;
    line-height: 0.4rem;
    font-size: 0.28rem;
    margin-right: 0.6rem;
    display: inline-block;
  }
  .pro_type li.on{
    font-size: 0.3rem;
  }


  /* 产品详情 */
  .pro_pic{
    float: none;
    width: 100%;
    height: 5.4rem;
    margin-bottom: 0.5rem;
  }
  .pro_r{
    float: none;
    width: 100%;
  }
  .pro_tt{
    margin-bottom: 0.25rem;
  }
  .pro_rtxt{
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .pro_rtxt h1{
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .btn_ljzx{
    width: 2.4rem;
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: 0.28rem;
  }
  .adv_tit{
    padding: 0 1rem 0 0.25rem;
    font-size: 0.28rem;
    line-height: 0.66rem;
  }
  .adv_en{
    font-size: 0.22rem;
  }
  .adv_txt{
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .canshu_txt{
    font-size: 0.28rem;
    line-height: 0.48rem;
  }


  /* 服务案例 */
  .sercase ul{
    margin-right: -3%;
  }
  .sercase li{
    width: 47%;
    margin: 0 3% 0.36rem 0;
  }
  .sercase_pic{
    height: 2.4rem;
  }
  .sercase_tt{
    font-size: 0.28rem;
    line-height: 0.46rem;
    height: 0.46rem;
  }
  .sercase_txt{
    font-size: 0.26rem;
    line-height: 0.42rem;
    height: 0.84rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin: 0.17rem 0 0.2rem;
  }
  .sercase_more{
    font-size: 0.26rem;
    line-height: 0.44rem;
    height: 0.44rem;
  }
  .sercase_more div{
    width: 0.18rem;
    height: 0.14rem;
  }


  /* 新闻资讯 */
  .news_left{
    float: none;
    width: 100%;
    height: 5rem;
    margin-bottom: 0.5rem;
  }
  .news_bl{
    width: 70%;
    font-size: 0.28rem;
  }
  .news_br{
    font-size: 0.24rem;
  }
  .news_right{
    float: none;
    width: 100%;
  }
  .news_right li{
    padding: 0.24rem 0 0.32rem;
  }
  .news_right .date{
    font-size: 0.3rem;
    line-height: 0.44rem;
    margin-bottom: 0.16rem;
  }
  .news_right .txt{
    font-size: 0.28rem;
    line-height: 0.44rem;
    height: 0.88rem;
  }
  .news_list ul{
    margin-right: -3%;
  }
  .news_list li{
    width: 47%;
    padding: 0.2rem;
    margin: 0 3% 0.5rem 0;
  }
  .news_pic{
    height: 2rem;
  }
  .news_list .date{
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .news_list .txt{
    font-size: 0.28rem;
    line-height: 0.44rem;
    height: 0.88rem;
  }
  .news_more{
    font-size: 0.26rem;
    line-height: 0.44rem;
    height: 0.44rem;
  }
  .news_more div{
    width: 0.18rem;
    height: 0.14rem;
  }


  /* 详情 */
  .news_tit{
    font-size: 0.28rem;
  }
  .news_tit h1{
    margin-bottom: 0.1rem;
  }
  .news_text{
    font-size: 0.28rem;
    line-height: 0.46rem;
  }


  /* 联系我们 */
  .con_btn{
    width: 2.8rem;
    padding-right: 0.6rem;
    height: 0.85rem;
    line-height: 0.85rem;
    font-size: 0.3rem;
    top: 0.28rem;
  }
  .con_list{
    width:94%;
  }
  .con_list li{
    float: none;
    width: 100%;
    min-height: 0.88rem;
    text-align: left;
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin: 0 0 0.4rem 0;
    padding-left: 1.2rem;
    position: relative;
  }
  .con_list li:last-child{
    margin: 0;
  }
  .con_list li:after {
    content: '';
    display: block;
    clear: both;
  }
  .con_icon{
    width: 0.88rem;
    height: 0.88rem;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .con_list h1{
    font-size: 0.3rem;
    line-height: 0.44rem;
    margin-bottom: 0.1rem;
  }
  .con_bg{
    padding: 0.5rem 0.4rem;
  }
  .contact li{
    padding: 0.3rem;
  }
  .contact h1{
    font-size: 0.3rem;
    line-height: 0.4rem;
    padding-bottom: 0.3rem;
  }
  .contact .txt{
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
}
  