@media only screen and (max-width: 1024px) {
  .content{
    width: 94%;
  }


  /*首页*/
  .banner_box .header{
    background: #fff;
  }
  .banner_box .img01{
    display: none;
  }
  .banner_box .img02{
    display: block;
  }
  .header{
    background: #fff;
  }
  .logo{
    margin-top: 0.12rem;
  }
  .search_img{
    top: 0.4rem;
  }
  .nav{
    display: none;
  }
  .menu {
	  position: absolute;
	  top: 0.5rem;
	  right: 0.3rem;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	  width: 0.35rem;
	  height: 0.6rem;
	  transition: transform 250ms ease;
	  cursor: pointer;
	  z-index: 200;
		display: block;
	}
	.menu span {
	  position: relative;
	  display: block;
	  width: 100%;
	  height: 2px;
	  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(-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: #ba997a;
    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_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;
    text-indent: 5%;
    color: rgba(255, 255, 255, 0.7);
  }
  .banner_box,.main_bn{
    margin-top: 1rem;
  }

  .about_bg{
    height: auto;
    padding: 1rem 0;
  }
  .about_left{
    float: none;
    width: 100%;
  }
  .about_list{
    float: none;
    width: 100%;
    margin-top: 0.5rem;
  }
  .about_list ul{
    margin-right: 0;
    display: flex;
	  justify-content: space-between;
  }
  .about_list li{
    width: auto;
    margin: 0;
  }

  .lou ul{
    display: block;
  }
  .lou li{
    float: left;
    width: 50%;
    height: 8rem;
    flex: none;
  }
  .lou_con{
    top: 0.2rem;
    padding: 0 0.4rem;
  }
  .lou_jia{
    display: none;
  }
  .lou_txt{
    display: none;
  }
  .lou_bg{
    display: none !important;
  }
  .lou li:hover .lou_txt{
    display: none;
  }
  .lou img{
    width: 100%;
  }
  .lou_more{
    width: 1.8rem;
    height: 0.6rem;
    line-height: 0.58rem;
    left: 0.55rem;
    bottom: 1.5rem;
  }

  .business_bg{
    height: auto;
    padding: 1rem 0;
  }
  .business_left{
    float: none;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .business_txt{
    width: 100%;
  }
  .business_map{
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: auto;
    right: auto;
  }
  .business_map img{
    height: 5rem;
  }
  .y01{
    top: 1.25rem;
  }
  .y02{
    top: 2.3rem;
	  left: 3.2rem;
    /* bottom: 1.5rem;
    right: 1.75rem; */
  }
  .y03{
    bottom: 1.8rem;
	  left: 4.15rem;
    /* bottom: 0.8rem; */
  }
  .line01{
    background-size: 0.6rem 100%;
  }
  .line03{
    background-size: 100% 0.4rem;
  }
  .bus_txt{
    width: 2.5rem;
  }
  .txt01{
    top: -0.3rem;
    left: 0.8rem;
  }
  .txt03{
    top: 0.4rem;
    left: -0.3rem;
  }

  .dev_box{
    height: 12rem;
  }
  .dev_tit{
    margin-bottom: 1rem;
  }
  .dev_bot{
    width: 100%;
  }
  .dev_bot .swiper-slide{
    height: 12rem;
  }
  .dev_list{
    width: 94%;
  }
  .dev_list ul{
    display: flex;
    justify-content: center;
    margin-right: -2%;
  }
  .dev_list li{
    width: 23%;
    height: 3rem;
    margin-right: 2%;
  }
  .dev_list li:nth-child(odd){
    margin: 0.79rem 2% 0 0;
  }

  .news_pic{
    height: 2.2rem;
  }
  .news_bot .swiper-pagination{
    width: 90%;
  }
  .f_nav{
    display: none;
  }


  /* 地产布局 */
  .type li{
    margin-right: 0.4rem;
  }
  .dev_bot02{
    width: 94%;
  }


  /* 旗下公司 */
  .com_list ul{
    margin-right: -3%;
  }
  .com_list li{
    width: 47%;
    padding: 0;
    text-align: left;
    margin: 0 3% 0.3rem 0;
  }


  /* 新闻中心 */
  .news_scroll .swiper-pagination {
    padding: 0 0.4rem;
    bottom: 0.2rem;
  }
  .news_img{
    height: 3.1rem;
  }
  .news_r{
    padding: 0.2rem 0.38rem 0 0.38rem;
  }
  .news_tit{
    line-height: 0.6rem;
    height: 0.6rem;
    margin-bottom: 0;
  }
  .news_text{
    line-height: 0.3rem;
    height: 0.6rem;
    margin-bottom: 0.27rem;
  }
  .news_list ul{
    margin-right: -3%;
  }
  .news_list li{
    width: 47%;
    margin: 0 3% 0.32rem 0;
  }
  .news_listpic{
    height: 3rem;
  }


  /* 关于我们 */
  .about_bg02{
    height: auto;
    padding: 1rem 0;
  }
  .about_pic{
    float: none;
    width: 100%;
    margin-top: 1rem;
  }
  .about_bg02 .about_list{
    padding-left: 0;
  }
  .about_bg02 .about_list li{
    width: auto;
  }
  .culture ul{
    margin-right: -2%;
  }
  .culture li{
    width: 31.33%;
    height: 4.5rem;
    margin-right: 2%;
  }
  .culture li:hover .culture_con{
    top: 50%;
    transform: translateY(-50%);
  }
  .founder_right{
    height: 8.11rem;
    padding: 0.6rem 0.6rem 2rem;
  }
  .founder_tt{
    line-height: 0.54rem;
    font-size: 0.4rem;
    margin-bottom: 0.48rem;
  }


  /* 联系我们 */
  .contact_left{
    width: 42%;
    padding: 0.48rem 0.32rem;
  }
  .map{
    width: 55%;
  }


  /* 业务领域-地产开发 */
  .estate_list ul{
    margin-right: -3%;
  }
  .estate_list li{
    width: 47%;
    margin: 0 3% 0.35rem 0;
  }
  .estate_pic{
    height: 3.3rem;
  }


  /* 业务领域-地产开发-详情 */
  .xmshow_left{
    width: 40%
  }
  .xmshow_list .swiper-slide{
    height: 4.5rem;
  }
  .xmint_list .swiper-slide{
    height: 3.4rem;
  }


  /* 业务领域-物管服务 */
  .scope .swiper-slide{
    width:100%;
    height: 4.3rem;
  }
  .scope .swiper-slide:hover{
    width: 100%;
  }
  .scope .swiper-slide:hover .scope_tm{
    height: 1.6rem;
	  background: linear-gradient(to bottom, rgba(12,12,12,0), rgba(12,12,12,0.7));
  }
  .scope .swiper-slide:hover .scope_txt{
    bottom: 0;
  }
  .scope_more{
    display: none;
  }
  .honor_box{
    min-height: 7rem;
    padding: 1rem 0 0.6rem;
  }
  .honor_con{
    width: 94%;
  }


  /* 招贤纳士 */
  .talent_pic{
    width: 100%;
    height: 5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: static;
    top: auto;
    left: auto;
  }
  .talent_bg{
    float: none;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
  }
  .jianli_pic{
    height: 4rem;
  }
  .jianli li{
    padding: 0.3rem;
  }
  .jianli_num{
    left: 0.3rem;
  }
  .office_pic{
    width: 100%;
    height: 5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: static;
    top: auto;
    left: auto;
  }
  .office_bg{
    float: none;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
  }


  /* 招贤纳士-人才招聘 */
  .xz{
    width: 23%;
  }
  .join_tb{
    line-height: 0.4rem;
    padding-top: 0.1rem;
  }
  .j_w{
    width: 33.33%;
    padding-right: 2%;
  }
}

@media only screen and (max-width: 1023px) {
  body {
    font-size: 0.26rem;
  }
  img{
    width: 100%;
  }
  .pc{
    display: none;
  }
  .phone{
    display: block;
  }


  /*首页*/
  .search_img{
    width: 0.34rem;
    height: 0.36rem;
    top: 0.3rem;
    right: 1.1rem;
  }
  .menu{
    width: 0.5rem;
    top: 0.45rem;
  }
  .bn_yuan{
    left: 0.7rem;
  }

  .about_tit{
    font-size: 0.26rem;
    line-height: 0.48rem;
  }
  .about_tit h1{
    font-size: 0.26rem;
  }
  .about{
    font-size: 0.26rem;
    line-height: 0.46rem;
    height: 2.3rem;
    -webkit-line-clamp: 5;
  }
  .about_more{
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
  }
  .about_list{
    float: none;
    width: 100%;
    margin-top: 0.5rem;
    padding-left: 0.7rem;
  }
  .about_list ul{
    display: block;
  }
  .about_list li{
    float: left;
    width: 50%;
    margin: 0 0 0.3rem 0;
  }

  .lou li{
    height: 6rem;
  }
  .lou_con{
    width: 90%;
    top: 0.5rem;
    left: 5%;
  }
  .lou_txt{
    display: none;
  }
  .lou_more{
    bottom: 0.5rem;
  }
  .business_bg{
    padding: 1rem 0 2rem;
  }
  .business_tit{
    margin-bottom: 0.8rem;
  }
  .business_txt{
    font-size: 0.28rem;
  }
  .business_map{
    width: 100%;
    margin: 0;
  }
  .business_map img{
    height: 4.8rem;
  }
  .y01{
    top: 1.25rem;
    left: 2.7rem;
    /* top: 0.8rem;
    right: 1.3rem; */
  }
  .bus_txt{
    width: 2.4rem;
  }
  .txt01{
    top: -0.6rem;
  }
  .y02{
    top: 2.2rem;
    left: 2.6rem;
  }
  .txt02{
    top: 1rem;
    left: -2.2rem;
  }
  .y03{
    bottom: 1.8rem;
    left: 3.35rem;
  }
  .add01{
    top: 0.1rem;
    left: -0.2rem;
  }
  .add02{
    top: -0.36rem;
    left: -0.15rem;
  }
  .add03{
    left: -0.4rem;
  }
  .line02{
    height: 0.8rem;
  }
  .txt03{
    top: 0.4rem;
    left: 0;
  }

  .dev_box{
    height: 21rem;
  }
  .dev_tit{
    margin-bottom: 0.6rem;
  }
  .dev_topbox{
    padding: 0 0.2rem;
  }
  .dev_topimg{
    display: none;
  }
  .dev_line{
    top: 2.4rem;
  }
  .dev_top{
    width: 100%;
    height: 4.8rem;
  }
  .dev_top .swiper-slide{
    width: 3rem !important;
    height: 2.4rem;
  }
  .dev_top .swiper-slide:nth-child(4n+3) .dev_con{
    height: 1.6rem;
    margin-top: 0.8rem;
  }
  .dev_top .swiper-slide:nth-child(4n+4) .dev_con{
    height: 1.6rem;
    margin-top: 0.8rem;
  }
  .dev_con{
    height: 2.11rem;
    padding: 0.26rem 0 0 0.12rem;
  }
  .dev_con h1{
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .dev_con .txt{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
    -webkit-line-clamp: 2;
  }
  .dev_bot .swiper-slide{
    padding-top: 8rem;
    height: 21rem;
  }
  .dev_list ul{
    display: block;
    margin-right: -3%;
  }
  .dev_list li{
    display: inline-block;
    width: 46%;
    height: 3.89rem;
    margin: 0 3% 0.2rem 0;
  }
  .dev_list li:nth-child(odd){
    margin: 0 3% 0.2rem 0;
  }

  .news_tt{
    font-size: 0.28rem;
  }
  .news_txt{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .news_bot .swiper-pagination{
    width: 85%;
  }

  .f_left{
    float: none;
    width: 100%;
  }
  .f_logo{
    width: 3rem;
    margin: 0 auto 0.42rem;
  }
  .f_con img{
    width: 0.35rem;
    height: 0.35rem;
  }
  .f_con_r{
    width: 85%;
    font-size: 0.26rem;
    line-height: 0.38rem;
  }
  .f_tel{
    font-size: 0.28rem;
  }
  .f_right{
    float: none;
    width: 100%;
  }
  .f_right h1{
    text-align: center;
    font-size: 0.3rem;
    line-height: 0.8rem;
  }
  .share{
    width: 80%;
    margin: 0 auto;
  }
  .share li{
    width: 0.68rem;
    height: 0.68rem;
  }
  .code_bg{
    width: 1.6rem;
    height: 1.6rem;
    top: -1.75rem;
    left: -0.45rem;
  }
  .code_bg img{
    width: 1.52rem;
    height: 1.52rem;
  }
  .code_jiao{
    display: none;
  }
  .copyright{
    padding: 0.2rem 0;
    text-align: center;
    line-height: 0.38rem;
    font-size: 0.24rem;
  }
  .copyright .fl,.copyright .fr{
    float: none;
  }


  /* 地产布局 */
  .path{
    float: none;
    width: 100%;
    line-height: 0.74rem;
    background-size: 0.28rem 0.33rem;
    padding-left: 0.42rem;
    font-size: 0.28rem;
  }
  .type{
    float: none;
    width: 100%;
    height: 0.74rem;
  }
  .type li{
    font-size: 0.28rem;
  }
  .dev_bot02 .swiper-slide{
    height: 8rem;
  }


  /* 旗下公司 */
  .com_list ul{
    margin: 0;
  }
  .com_list li{
    width: 100%;
    font-size: 0.29rem;
    padding: 0 0.3rem;
    margin: 0 0 0.3rem 0;
  }
  .com_listimg{
    width: 0.44rem;
    height: 0.44rem;
  }
  .com_listbg{
    left: 2.2rem;
  }
  .com{
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .com h1{
    font-size: 0.36rem;
    line-height: 0.56rem;
  }


  /* 新闻中心 */
  .news_scroll .swiper-pagination {
    width: 100%;
    bottom: 0.47rem;
  }
  .news_img{
    float: none;
    width: 100%;
    height: 4.1rem;
  }
  .news_r{
    float: none;
    width: 100%;
    padding: 0.4rem 0.4rem 1rem;
  }
  .news_date{
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .news_tit{
    font-size: 0.32rem;
    margin-bottom: 0.1rem;
  }
  .news_text{
    font-size: 0.26rem;
    line-height: 0.42rem;
    height: 0.84rem;
    margin-bottom: 0.47rem;
  }
  .news_m{
    line-height: 0.7rem;
    height: 0.7rem;
    background-size: 0.7rem 0.7rem;
    height: 0.7rem;
    font-size: 0.3rem;
  }
  .news_m a{
    text-indent: 0.85rem;
  }
  .news_listpic{
    height: 2.3rem;
  }
  .news_listbot{
    height: 2.3rem;
    padding: 0.18rem;
  }
  .news_listbot .tit{
    font-size: 0.29rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .news_listbot .date{
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .news_listbot .txt{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .page a{
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
  }


  /* 新闻详情 */
  .xw_date{
    font-size: 0.26rem;
  }
  .xw_txt{
    font-size: 0.26rem;
    line-height: 0.42rem;
  }
  .fanye ul{
    margin-right: 0;
  }
  .fanye li{
    float: none;
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.46rem;
    height: 0.46rem;
    margin-right: 0;
  }
  .fanye li:last-child{
    text-align: left;
  }


  /* 关于我们 */
  .about_pic{
    height: 4rem;
  }
  .about_bg02 .about_list{
    padding-left: 0.74rem;
  }
  .about_bg02 .about_list ul{
    display: block;
  }
  .about_bg02 .about_list li{
    float: left;
    width: 50%;
    margin: 0 0 0.3rem 0;
  }
  .culture ul{
    margin-right: 0;
  }
  .culture li{
    float: none;
    width: 100%;
    height: 9.5rem;
    margin: 0 0 0.4rem;
  }
  .culture_con{
    line-height: 0.44rem;
    font-size: 0.28rem;
  }
  .culture_con img{
    width: 1.2rem;
    height: 1.2rem;
  }
  .culture_con h1{
    font-size: 0.34rem;
    line-height: 0.54rem;
  }
  .founder_pic{
    float: none;
    width: 100%;
    height: 9rem;
  }
  .founder_line{
    width: 95%;
    left: 2.5%;
  }
  .founder_right{
    float: none;
    width: 100%;
    height: auto;
  }
  .founder_tt{
    line-height: 0.64rem;
    font-size: 0.46rem;
    margin-bottom: 0.58rem;
  }
  .founder_tt span{
    font-size: 0.28rem;
    padding-left: 0.18rem;
  }
  .founder_txt{
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .honor_bg .content{
    width: 100%;
  }
  .honor_list .swiper-slide-prev .honor_pic{
    height: 4.1rem;
    margin-top: 0.2rem;
  }
  .honor_list .swiper-slide-prev .honor_pic img{
    height: 3rem;
  }
  .honor_list .swiper-slide-next .honor_pic{
    height: 4.1rem;
    margin-top: 0.2rem;
  }
  .honor_list .swiper-slide-next .honor_pic img{
    height: 3rem;
  }
  .honor_list .swiper-slide-active .honor_pic{
    width: 3.6rem;
    height: 4.46rem;
    margin: 0;
  }
  .honor_list .swiper-slide-active .honor_pic img{
    width: 2.52rem;
    height: 3.3rem;
  }


  /* 联系我们 */
  .contact_left{
    float: none;
    width: 100%;
    height: auto;
  }
  .contact li{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .contact img{
    width: 0.39rem;
    height: 0.39rem;
    margin: 0.1rem 0.14rem 0 0;
  }
  .con_tt{
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .con_tel{
    font-size: 0.46rem;
    line-height: 0.6rem;
  }
  .map{
    float: none;
    width: 100%;
  }


  /* 业务领域-地产开发 */
  .estate_pic{
    height: 2.6rem;
  }


  /* 业务领域-地产开发-详情 */
  .xmshow_box{
    width: 100%;
    position: static;
    top: auto;
    left: auto;
  }
  .xmshow_left{
    float: none;
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .xmshow_tit{
    font-size: 0.38rem;
    line-height: 0.78rem;
    margin-bottom: 0.6rem;
  }
  .xmshow_txt{
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .xmshow_list{
    float: none;
    width: 100%;
  }
  .xmshow_list .swiper-slide{
    height: 5rem;
  }
  .xmint_txt{
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .xmint_list .swiper-slide{
    height: 2.3rem;
  }


  /* 业务领域-物管服务 */
  .wuguan_txt{
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .scope .swiper-slide{
    height: 5.5rem;
  }
  .honor_txt li{
    font-size: 0.28rem;
    line-height: 0.6rem;
    background-size: 0.32rem 0.37rem;
    padding-left: 0.52rem;
  }


  /* 招贤纳士 */
  .talent_pic{
    height: 4rem;
  }
  .talent_txt{
    font-size: 0.27rem;
    line-height: 0.44rem;
  }
  .jianli_pic{
    height: 4rem;
  }
  .jianli li{
    padding: 0.3rem;
  }
  .jianli_num{
    left: 0.3rem;
  }
  .office_pic{
    height: 4rem;
  }


  /* 招贤纳士-人才招聘 */
  .xz_box{
    height: auto;
    display: block;
  }
  .xz{
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .xz select{
    height: 0.8rem;
    background-size: 0.26rem 0.18rem;
    font-size: 0.28rem;
  }
  .xz_txt{
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
  }
  .join_line{
    height: 0.8rem;
  }
  .join_tt{
    float: left;
    width: 90%;
    line-height: 0.8rem;
    font-size: 0.3rem;
  }
  .join_top em{
    width: 0.46rem;
    height: 0.46rem;
    margin-top: 0.15rem;
  }
  .join_tb{
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
  .j_w{
    width: 50%;
    padding-right: 2%;
  }
  .join_tit{
    font-size: 0.28rem;
    line-height: 0.6rem;
  }
  .join_txt{
    font-size: 0.26rem;
    line-height: 0.48rem;
  }
  .join_email{
    font-size: 0.26rem;
    line-height: 0.48rem;
  }
}
  