@media only screen and (max-width: 1680px) {
  .content {
    width: 12rem;
  }


  /*首页*/
  .news_tit{
    margin-bottom: 0.42rem;
  }
  .news_pic{
    width: 50%;
    height: 4.5rem;
  }
  .news_right{
    width: 47%;
  }
  .news li{
	padding: 0.05rem 0;
  }
  /*.news li:nth-child(6),.news li:nth-child(7){*/
  /*  display: none;*/
  /*}*/
  .nongye_left{
    width: 58%;
  }
  .nongye_right{
    width: 39%;
  }
  .investor_left{
    width: 50%;
  }
  .investor_right{
    width: 44%;
  }
  .foot_tl{
    width: 30%;
  }
  .f_nav{
    width: 60%;
  }


  /* 现代农业 */
  .xdny_pic{
    height: 1.5rem;
  }


  /* 公司荣誉 */
  .honor_pic{
    height: 1.6rem;
  }
}


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


  /*首页*/
  .header{
    padding: 0 2.5%;
  }
  .nav{
    display: none;
  }
  .search_img{
    margin-right: 0.9rem;
  }
  .menu {
	  position: absolute;
	  top: 0.45rem;
	  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.04rem;
	  background: #02863d;
	  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: #02863d;
    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.2rem 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);
    margin-bottom: 0.1rem;
  }
  .news_tit{
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .nongye_more{
    width: 1.1rem;
  }
  .nongye_pic{
    height: 3.8rem;
  }
  .ny_pic .swiper-slide{
    height: 1.2rem;
  }
  .investor_bg{
    padding: 0.32rem;
  }
  .investor li{
    height: 0.58rem;
    line-height: 0.58rem;
  }
  .investor_txt{
    height: 0.58rem;
  }
  .gupiao_pic{
    height: 2.8rem;
  }
  .foot_top{
    padding: 0.4rem 0;
  }
  .foot_tl{
    float: none;
    width: 100%;
  }
  .f_logo{
    width: 4.72rem;
    margin: 0 auto 0.54rem;
  }
  .f_code{
    display: flex;
	  justify-content: center;
  }
  .code01{
    float: none;
    margin: 0 0.2rem;
  }
  .code02{
    float: none;
    margin: 0 0.2rem;
  }
  .f_nav{
    display: none;
  }


  /* 动态要闻 */
  .path{
    justify-content: flex-start;
  }
  .left{
    float: none;
    width: 100%;
    min-height: auto;
    padding: 0 0 0.34rem 0;
    background: none !important;
  }
  .right{
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .right .grey{
    min-height: 5rem;
  }
  .list_tit{
    width: 100%;
    text-align: center;
    border-bottom: none;
    margin-bottom: 0.3rem;
    padding: 0;
  }
  .list{
    text-align: center;
  }
  .list ul{
    margin-right: -1%;
  }
  .list li{
    width: 18.5%;
    height: 0.6rem;
    line-height: 0.6rem;
    background: #f4f4f4;
    display: inline-block;
    margin-right: 1%;
  }
  .list a{
    display: block;
    padding: 0;
  }
  .list i{
    display: none;
  }


  /* 现代农业 */
  .xdny_pic{
    height: 1.7rem;
  }


  /* 联系我们 */
  .contact{
    float: none;
    width: 100%;
    padding: 0 0 0.6rem;
  }
  .map_box{
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .BMap_bubble_title{
    font-size: 0.26rem;
  }
  .BMap_bubble_content{
    font-size: 0.24rem;
  }


  /* 公司荣誉 */
  .honor_pic{
    height: 1.9rem;
  }
}

/*@media (min-height: 768px) {*/
/*    .nongye{*/
/*        height: 1.8rem;*/
/*        overflow: hidden;*/
/*      }*/
/*}*/

@media (max-height: 800px) and (max-width: 768px) {
  .news{
      height: 4.2rem;
      overflow: hidden;
  }
  .nongye{
    height: 2.45rem;
    overflow: hidden;
  }
  .investor{
      height: 2.6rem;
      overflow: hidden;
  }
}

@media (min-height: 900px) {
  .news{
      height: 5.8rem;
      overflow: hidden;
  }
  .nongye{
    height: 3.1rem;
    overflow: hidden;
  }
  .investor{
      height: 4.86rem;
  }
}
@media only screen and (max-width: 1023px) {
  body {
    font-size: 0.28rem;
  }
  img{
    width: 100%;
  }
  .pc{
    display: none;
  }
  .phone{
    display: block;
  }
  .content {
    width: 92%;
  }


  /*首页*/
  .logo{
    margin-top: 0.24rem;
  }
  .gupiao{
    display: none;
  }
  .search_img{
    width: 0.38rem;
    height: 0.38rem;
    margin-top: 0.38rem;
    margin-right: 1rem;
  }
  .menu{
    top: 0.48rem;
    width: 0.5rem;
  }
  .menu span{
    margin-top: 0.02rem;
  }
  .nav02 li{
    line-height: 1rem;
  }
  .nav02 li h1{
    line-height: 1rem;
  }
  .nav03 li{
    line-height: 0.7rem;
  }
  .bn_mouse{
    display: none;
  }
  .banner .swiper-pagination{
    width: 100%;
  }
  .banner .swiper-button-next, .banner .swiper-button-prev{
    width: 0.46rem;
    height: 0.42rem;
  }
  .banner .swiper-button-prev{
    left: 20%;
  }
  .banner .swiper-button-next{
    left: auto;
    right: 20%;
  }
  .news_tit{
    font-size: 0.3rem;
    line-height: 0.48rem;
    height: 0.96rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  .news_pic{
    float: none;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .news_pictxt{
    font-size: 0.28rem;
  }
  .news_right{
    float: none;
    width: 100%;
  }
  .news_rt{
    height: 0.9rem;
  }
  .news_rt li{
    line-height: 0.9rem;
    font-size: 0.26rem;
    margin-right: 0.2rem;
  }
  .news_rt li.active{
    font-size: 0.32rem;
  }
  .news_rt i{
    height: 0.32rem;
    margin: 0.3rem 0.14rem 0 0;
  }
  .news_more{
    width: 1.3rem;
    font-size: 0.26rem;
    line-height: 0.9rem;
    top: -0.9rem;
  }
  
  .news li{
    padding: 0;
  }
  .news_tt{
    width: calc(100% - 32%);
    line-height: 0.8rem;
	  height: 0.8rem;
    font-size: 0.28rem;
  }
  .news_time{
    width: 32%;
    font-size: 0.28rem;
    line-height: 0.8rem;
	  height: 0.8rem;
  }
  .news_txt{
    font-size: 0.26rem;
    line-height: 0.32rem;
    height: 0.32rem;
  }
  .news li:first-child .news_txt{
    display: none;
  }
  /*.news li:last-child{*/
  /*  display: none;*/
  /*}*/
  .nongye_left{
    float: none;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .nongye_right{
    float: none;
    width: 100%;
    padding-top: 0;
  }
  .nongye_type li{
    font-size: 0.26rem;
    margin-right: 0.2rem;
  }
  .nongye_type i{
    height: 0.32rem;
    margin: 0.3rem 0.14rem 0 0;
  }
  .nongye_type li.active{
    font-size: 0.32rem;
  }
  .nongye_more{
    width: 2.4rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.26rem;
    margin: 0 auto;
    position: static;
    top: auto;
    right: auto;
  }
  .nongye_t{
    display: none;
  }
  .nongye{
    margin-bottom: 0.4rem;
  }
  .nongye li{
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .nongye_txt{
    width: calc(100% - 32%);
	  height: 0.8rem;
  }
  .nongye_time{
    width: 32%;
    font-size: 0.28rem;
  }
  .ny_pic .swiper-slide{
    height: 2rem;
  }
  .video_con{
    width: 90%;
    padding: 0.5rem 0 0.3rem;
  }
  .video_close{
    height: 0.5rem;
	  line-height: 0.5rem;
    font-size: 0.26rem;
  }
  .investor_tit{
    line-height: 0.46rem;
    font-size: 0.28rem;
    margin-bottom: 0.4rem;
  }
  .investor_tit h1{
    font-size: 0.46rem;
    line-height: 0.56rem;
  }
  .investor_bg{
    padding: 0.3rem;
  }
  .investor_left{
    float: none;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .investor_right{
    float: none;
    width: 100%;
  }
  .investor_top{
    height: 0.8rem;
  }
  .investor_top img{
    width: 0.45rem;
    height: 0.45rem;
    margin: 0.1rem 0.22rem 0 0;
  }
  .investor_type li{
    line-height: 0.66rem;
    font-size: 0.28rem;
    margin-right: 0.3rem;
  }
  .investor_type li.active{
    font-size: 0.34rem;
  }
  .investor_more{
    width: 30%;
    line-height: 0.66rem;
    font-size: 0.26rem;
    top: -0.8rem;
  }
  
  .investor li{
    font-size: 0.28rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  /*.investor li:last-child{*/
  /*  display: none;*/
  /*}*/
  .investor_txt{
    width: calc(100% - 32%);
    height: 0.8rem;
  }
  .investor_time{
    width: 32%;
  }
  .gupiao_tit{
    line-height: 0.66rem;
    font-size: 0.34rem;
  }
  .gupiao_more{
    line-height: 0.66rem;
    font-size: 0.26rem;
  }
  .gupiao_type li{
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .gupiao_pic{
    height: 3.8rem;
  }
  .f_logo{
    width: 80%;
  }
  .code01{
    width: 40%;
  }
  .code01 img{
    width: 1.9rem;
    height: 1.9rem;
  }
  .code01 h1{
    font-size: 0.28rem;
  }
  .code02{
    width: 40%;
  }
  .code02 img{
    width: 1.9rem;
    height: 1.9rem;
  }
  .code02 h1{
    font-size: 0.26rem;
    line-height: 0.8rem;
  }
  .copyright{
    line-height: 0.4rem;
    font-size: 0.26rem;
  }


  /* 动态要闻 */
  .path{
    padding: 0.35rem 0;
    line-height: 0.36rem;
    font-size: 0.26rem;
  }
  .path img{
    width: 0.2rem;
    height: 0.34rem;
    margin-right: 0.2rem;
  }
  .main{
    width: 100% !important;
    overflow: hidden;
  }
  .right{
    width: 92%;
    margin: 0 auto;
  }
  .list_tit{
    font-size: 0.28rem;
    line-height: 0.38rem;
    margin-bottom: 0.4rem;
  }
  .list_tit h1{
    font-size: 0.5rem;
    line-height: 0.74rem;
  }
  .list ul{
    padding: 0 0.3rem;
    height: 0.8rem;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .list li{
    width: auto;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    display: inline-block;
    margin-right: 0.2rem;
  }
  .list li:last-child{
    margin-right: 0;
  }
  .list a{
    padding: 0 0.4rem;
  }
  .right_p{
    padding: 0.34rem 0.3rem 0.62rem;
  }
  .title{
    font-size: 0.4rem;
    line-height: 0.58rem;
    padding: 0 0 0.25rem 0.4rem;
  }
  .title i{
    width: 0.1rem;
    height: 0.34rem;
  }
  .news_list li{
    font-size: 0.28rem;
  }
  .news_list a{
    height: 1rem;
  }
  .news_text{
    width: calc(100% - 2.1rem);
    line-height: 0.4rem;
    height: 0.4rem;
  }
  .news_date{
    width: 2.1rem;
    line-height: 0.4rem;
  }
  .page a{
    line-height: 0.56rem;
    padding: 0 0.22rem;
    font-size: 0.24rem;
  }


  /* 投资者专区 */
  .right_p .gupiao_type li{
	font-size: 0.28rem;
}
  .gupiao_txt{
    font-size: 0.26rem;
    line-height: 0.46rem;
  }


  /* 现代农业 */
  .xdny ul{
    margin-right: 0;
  }
  .xdny li{
    width: 100%;
    margin: 0 0 0.3rem 0;
  }
  .xdny_pic{
    height: 3.3rem;
  }
  .xdny_txt{
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }


  /* 联系我们 */
  .con_p01{
      padding: 0;
  }
  .contact{
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .map{
    height: 5rem;
  }


  /* 详情页 */
  .show_p{
    /*padding: 0.5rem 0.3rem;*/
    padding: 1rem 0.68rem 0.8rem 0.75rem;
  }
  
  .show_tit{
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
  .show_tit02{
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
  .show_t{
    padding: 0.4rem 0 0.15rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
    display: block;
    text-align: center;
  }
  .show_t div{
    margin-bottom: 0.1rem;
  }
  .show_txt{
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-indent: 0.56rem;
  }



  /* 企业简介 */
  .about_tit h1{
    font-size: 0.46rem;
    line-height: 0.56rem;
  }
  .about_tit h2{
    font-size: 0.58rem;
    line-height: 0.64rem;
  }
  .about_tit i{
    width: 0.35rem;
  }
  .about{
    font-size: 0.26rem;
    line-height: 0.48rem;
  }


  /* 公司荣誉 */
  .honor ul{
    margin-right: 0;
  }
  .honor li{
    width: 100%;
    margin: 0 0 0.4rem 0;
  }
  .honor_pic{
    height: 4rem;
  }
  .honor_txt{
    line-height: 0.4rem;
    height: 0.8rem;
    font-size: 0.29rem;
  }
}
  