@media only screen and (max-width: 1680px) {
  /*首页*/
  /* .honor{
    height: 4.6rem;
  } */
}


@media only screen and (max-width: 1204px) {
  .content {
    width: 94%;
  }


  /*首页*/
  .search_img{
    margin: 0.31rem 0.6rem 0 0;
  }
  .nav{
    display: none;
  }
  .menu {
	  position: absolute;
	  top: 0.38rem;
	  right: 0.3rem;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	  width: 0.4rem;
	  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: #333;
	  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: #294189;
    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 h1{
    font-size: 0.28rem;
    line-height: 0.9rem;
    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.26rem;
    color: rgba(255, 255, 255, 0.8);
  }

  .about_left{
    float: none;
    width: 100%;
    padding: 0.4rem 0;
  }
  .about_right{
    float: none;
    margin: 0 auto;
  }
  .bus_pic{
    height: 4.5rem;
  }
  .business .swiper-slide:hover .bus_bg{
    opacity: 0;
  }
  .business .swiper-slide-active .bus_bg{
    opacity: 1;
  }
  .honor{
    width: 100%;
    /* height: 3.6rem; */
  }
  .honor .swiper-slide{
    height: 1.5rem;
  }
  .news_pic{
    float: none;
    width: 100%;
  }
  .news_pic .swiper-slide{
    height: 6rem;
  }
  .news_right{
    float: none;
    width: 100%;
    height: auto;
  }
  .f_logo{
    float: none;
    margin: 0;
  }
  .f_con{
    float: none;
    width: 100%;
    padding-right: 1.5rem;
    margin-top: 0.4rem;
  }
}

@media only screen and (max-width: 1023px) {
  body{
    font-size: 0.28rem;
  }
  img{
    width: 100%;
  }
  .pc{
    display: none;
  }
  .phone{
    display: block;
  }


  /*首页*/
  .header{
    height: 1rem;
  }
  .logo{
    width: 2.2rem;
  }
  .search_img{
    width: 0.4rem;
    height: 0.4rem;
    margin: 0.3rem 0.9rem 0 0;
  }
  .menu{
    width: 0.5rem;
  }
  .menu span:nth-of-type(1) {
    transform: translateY(-4px);
  }
  .menu span:nth-of-type(3) {
    transform: translateY(4px);
  }
  .banner{
    margin-top: 1rem;
  }
  .banner .swiper-button-prev{
    left: 0.3rem;
  }
  .banner .swiper-button-next{
    right: 0.3rem;
  }

  .about_box{
    padding: 0.4rem 0;
  }
  .title{
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .title h1{
    font-size: 0.44rem;
    line-height: 0.6rem;
  }
  .about{
    font-size: 0.28rem;
    line-height: 0.44rem;
    height: 4.4rem;
    -webkit-line-clamp: 10;
    margin-bottom: 0.5rem;
  }
  .about span{
    font-size: 0.26rem;
  }
  .about_type ul{
    height: 0.44rem;
  }
  .about_type li{
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .about_icon{
    margin: 0.1rem 0.1rem 0 0;
  }
  .about_right{
    width: 100%;
  }
  .about_pic{
    width: 98%;
  }
  .bus_box{
    width: 100% !important;
  }
  .bus_box .title{
    padding: 0 3%;
  }
  .bus_pic{
    height: 6.4rem;
  }
  .bus_con{
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
  .honor{
    width: 100%;
    /* height: 5rem; */
  }
  .honor .swiper-slide{
    height: 2.3rem;
  }
  .news_pic .swiper-slide{
    height: 5.2rem;
  }
  .news_pic_txt{
    line-height: 0.8rem;
    height: 0.8rem;
    font-size: 0.28rem;
  }
  .news_pic_txt div{
    height: 0.8rem;
  }
  .news_top{
    padding-bottom: 0.3rem;
	  margin-bottom: 0.3rem;
  }
  .news_top h1{
    font-size: 0.3rem;
    line-height: 0.6rem;
    height: 0.6rem;
  }
  .news_top h2{
    font-size: 0.26rem;
    line-height: 0.42rem;
    margin-bottom: 0.2rem;
  }
  .news_top div{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .news li{
    font-size: 0.26rem;
    line-height: 0.6rem;
    height: 0.6rem;
  }
  .news .date{
    width: 1.9rem;
  }
  .news .text{
    width: calc(100% - 1.9rem);
    height: 0.6rem;
  }
  .partner li{
    width: 47%;
    height: 1.2rem;
  }

  .f_logo{
    width: 2.8rem;
    margin: 0 auto;
  }
  .f_con{
    padding: 0;
    margin: 0.4rem 0;
  }
  .f_con li{
    float: none;
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.4rem;
    min-height: 0.4rem;
    padding-left: 0.52rem;
    margin: 0 0 0.2rem 0;
  }
  .f_con img{
    width: 0.32rem;
    height: 0.32rem;
  }
  .f_code{
    width: 100%;
    position: static;
    margin: 0 auto;
  }
  .f_code h1{
    font-size: 0.26rem;
    line-height: 0.8rem;
  }
  .f_codepic{
    width: 2rem;
    height: 2rem;
  }
  .f_codepic img{
    width: 1.8rem;
    height: 1.8rem;
  }
  .copyright{
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
  }
  .copyright span{
    display: block;
  }
  .copyright span:nth-child(2){
    padding: 0;
  }


  /* 关于恒生 */
  .main_bn{
    margin-top: 1rem;
  }
  .path{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .left{
    float: none;
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .prolist .list li{
    width: 49.67%;
  }
  .list{
    border: none;
    padding: 0.1rem 0;
  }
  .list ul{
    margin-right: -0.33%;
  }
  /* .list ul{
    padding: 0 0.25rem;
    height: 0.66rem;
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    white-space: nowrap;
  } */
  .list li{
    float: left;
    width: 33%;
    font-size: 0.28rem;
    margin: 0 0.33% 2px 0;
  }
  .right{
    float: none;
    width: 100%;
    padding: 0;
  }
  .ab_tit{
    font-size: .34rem;
    padding: 0.2rem 0 0.3rem;
    margin-bottom: 0.4rem;
  }
  .ab_tit::before{
    width: 1.4rem;
  }
  .ab_txt{
    font-size: 0.28rem;
    line-height: 0.46rem;
  }


  /* 企业文化 */
  .culture-fl{
    float: none;
    margin:0 0 0.4rem;
    width: 100%;
    padding: 0;
  }
  .culture-fl-d2{
    font-size:.32rem;
    margin-bottom:.2rem;
  }
  .culture-fl-d3{
    font-size:.3rem;
    margin-bottom: 0.2rem;
  }
  .culture-fl-d4{
    font-size:.26rem;
    line-height:.3rem;
  }
  .culture-fr{
    float: none;
    width:100%;
    height:auto;
  }


  /* 发展历程 */
  .history{
    padding: 0;
  }
  .history .line{
    display: none;
  }
  .history li{
    float: none;
    width: 100%;
    padding: 0 0.1rem;
    margin-bottom: 0.4rem;
  }
  .history_con{
    width: 100%;
    margin: 0;
  }
  .history_con .date{
    font-size: 0.46rem;
    line-height: 0.6rem;
    margin-bottom: 0.1rem;
  }
  .history_con .text{
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .his_yuan{
    display: none;
  }
  .history li:nth-child(even){
    margin: 0 0 0.4rem;
  }
  .history li:nth-child(even) .history_con{
    margin-left: 0;
  }


  /* 资质荣誉 */
  .honor_list ul{
    margin-right: -4%;
  }
  .honor_list li{
    width: 46%;
    padding: 0.2rem 0;
    margin: 0 4% 0.3rem 0;
  }
  .honor_list h1{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.4rem;
  }
  .page{
    line-height: 0.5rem;
    padding-top: 0.5rem;
    font-size: 0.24rem;
  }
  .page a{
    padding: 0 0.2rem;
  }


  /* 恒生动态 */
  .news_list li{
    padding-bottom: 0.35rem;
    margin-bottom: 0.4rem;
  }
  .newsimg{
    float: none;
    width: 100%;
    height: 4.5rem;
    margin-bottom: 0.2rem;
  }
  .news_r{
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .news_r h1{
    font-size: 0.28rem;
    line-height: 0.5rem;
    height: 0.5rem;
  }
  .news_r h2{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .news_r div{
    font-size: 0.26rem;
    line-height: 0.44rem;
    height: 1.32rem;
  }


  /* 详情 */
  .show_tt{
    line-height: 0.48rem;
    font-size: 0.34rem;
  }
  .show_t{
    width: 100%;
    font-size: 0.26rem;
    padding: 0.25rem 0;
  }
  .show{
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .fanye{
    padding-top: 0.3rem;
    margin-top: 0.6rem;
  }
  .fanye li{
    font-size: 0.26rem;
    line-height: 0.48rem;
    height: 0.48rem;
  }


  /* 人力资源 */
  .join_tit{
    height: 0.9rem;
    font-size: 0.28rem;
    margin-bottom: 0.16rem;
  }
  .j01{
    width: 22%;
    padding-left: 0.3rem;
  }
  .j03{
    width: 20%;
  }
  .join_top{
    font-size: 0.26rem;
    height: 0.9rem;
  }
  .join_top .j05{
    height: 0.9rem;
  }
  .join_top em{
    width: 0.38rem;
    height: 0.38rem;
  }
  .join_con{
    padding: 0.3rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
    margin-top: 0.02rem;
    display: none;
  }
  .join_con h1{
    font-size: 0.26rem;
  }


  /* 联系我们 */
  .map{
    float: none;
    width: 100%;
    height: 5rem;
  }
  .contact{
    float: none;
    width: 100%;
    padding-top: 0.8rem;
  }
  .contact li{
    font-size: 0.28rem;
    line-height: 0.4rem;
    min-height: 0.8rem;
    padding-left: 1.2rem;
    margin-bottom: 0.4rem;
  }
  .contact img{
    width: 0.8rem;
    height: 0.8rem;
  }
  .contact h1{
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
  