@media only screen and (max-width: 1600px) {

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

  /* 首页 */
  .nav{
    display: none;
  }
  .lug{
    margin-right: 0.7rem;
  }
  .header.active .menu span{
    background: #fff;
  }
  .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: #000;
	  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: #09953d;
    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.16rem;
    color: rgba(255, 255, 255, 0.8);
  }

  .sidenav{
    display: none;
  }
  .product_top{
    padding-bottom: 0.05rem;
  }
  .product_type{
    left: 0.3rem;
    bottom: 2.3rem;
  }
  .product_con{
    width: 86%;
  }
  /* .product_txt{
    height: 1.08rem;
    -webkit-line-clamp: 3;
  } */
  .product_right{
    height: 5rem;
  }

  .about_tit{
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .about_tit h1{
    font-size: 0.4rem;
    line-height: 0.58rem;
  }
  .about_pic{
    width: 46%;
    height: 3.4rem;
  }
  .about_right{
    width: 50%;
    padding: 0;
  }
  /* .about{
    height: 2.16rem;
    -webkit-line-clamp: 6;
  } */

  .develop_list li{
    height: 1.2rem;
    padding: 0.16rem 0.2rem 0 0.8rem;
    margin-bottom: 0.3rem;
  }
  .develop_video{
    height: 65vh;
  }
  .develop_icon{
    width: 0.9rem;
    height: 0.9rem;
  }
  .develop_num{
    width: 1.5rem;
    height: 1.5rem;
    line-height: 0.5rem;
    font-size: 0.35rem;
    padding: 0.85rem 0 0 0.6rem;
    top: -0.8rem;
    left: -0.8rem;
  }

  .news_tit{
    margin-bottom: 0.1rem;
  }
  .news_tt{
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin-top: 0.5rem;
    height: 0.8rem;
  }
  .news_bot{
    margin-top: 0.4rem;
  }

  .contact_tit{
    margin: 0.3rem 0 0.1rem;
  }
  .map{
    height: 4.5rem;
  }
  .footer_bg{
    border-top: solid 0.01rem #e9e8e8;
  }
  .foot_left{
    width: 60%;
  }
  .f_nav a{
    padding-right: 0.2rem;
  }
  .copyright{
    width: 55%;
  }


  /* 产品中心集合 */
  .product_p{
    padding: 0.5rem 0;
  }
  .priduct_area{
    width: 94%;
    margin: 0 auto 0.7rem;
  }
  .product_pic01,.product_pic02{
    float: none;
    width: 100%;
    height: 5.5rem;
  }
  .product_picbg01,.product_picbg02{
    display: none;
  }
  .product_bg01,.product_bg02{
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 0.3rem;
  }
  .product_tt01,.product_tt02{
    width: 100%;
    text-align: left;
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 0.1rem;
  }
  .product_list{
    width: 100%;
  }
  .product_list ul{
    margin-right: -2%;
  }
  .product_list li{
    float: left;
    width: 31.33%;
    line-height: 0.32rem;
    background: url(../images/pro_09s.png) no-repeat left 0.03rem;
    background-size: 0.27rem 0.27rem;
    padding-left: 0.42rem;
    color: #333;
    font-weight: bold;
    margin: 0 2% 0.26rem 0;
  }
  .product_list li:hover{
    color: #333;
  }


  /* 产品中心-工业类 */
  .pro_pic{
    float: none;
    width: 60%;
    height: 5rem;
    margin: 0 auto;
  }
  .pro_right{
    float: none;
    width: 100%;
    padding: 0.8rem 0 0 0;
  }
  /* .pro_txt{
    height: auto;
    overflow-y: visible;
    overflow-x: visible;
    padding: 0;
  }
  .pro_txt::-webkit-scrollbar-thumb {
    display: none;
  }
  .pro_txt::-webkit-scrollbar {
    display: none;
  }
  .pro_txt::-webkit-scrollbar-track {
    display: none;
  } */
  .pro_menu{
    width: 1.2rem;
    height: 0.8rem;
    margin: 0.1rem 0 0 0.2rem;
  }
  .pro_menu img{
    width: 0.36rem;
    height: 0.29rem;
    margin: 0 auto 0.06rem;
  }
  .pro_menu h1{
    line-height: 0.3rem;
    font-size: 0.22rem;
  }
  .pro_menu_list{
    left: -5.5rem;
    width: 5rem;
  }
  .pro_menu_close{
    left: 4.5rem;
  }
  .pro_pic{
    float: none;
    width: 62%;
    height: 4.86rem;
    margin: 0 auto;
  }


  /* 产品中心-农业类 */
  .pro_list li{
    width: 32.33%;
  }


  /* 简介 */
  .organize_left{
    width: 50%;
  }
  .organize_right{
    width: 46%;
    margin: 0;
  }
  .patent li{
    height: 2.5rem;
  }
  .patent img{
    width: 1.5rem;
	  height: 2.14rem;
  }
  
  
  /* 企业荣誉 */
  .honor_bg02 .honor_list ul{
    margin-right: -3%;
  }
  .honor_bg02 .honor_list li{
    width: 47%;
    margin: 0 3% 0.3rem 0;
  }
  .honor_p01{
    padding: 1rem 0.3rem;
  }


  /* 新闻 */
  .news_pic{
    float: none;
    width: 100%;
    height: 6.2rem;
    margin-bottom: 0.4rem;
  }
  .news_tr{
    float: none;
    width: 100%;
  }
  .news_tb li:hover .news_tr_top{
    display: none;
  }
  .news_tb li:hover .news_tr_bot{
    display: block;
  }
  .news_tb li.on .news_tr_top{
    display: none;
  }
  .news_tb li.on .news_tr_bot{
    display: block;
  }
  .news_tr_tr{
    width: 85%;
  }
  .m_news_r{
    width: 80%;
  }


  /* 投资者关系 */
  .hotline_left{
    padding: 0.3rem 0 0 0.4rem;
  }
  .hotline{
    line-height: 0.46rem;
  }


  /* 联系我们 */
  .con_right{
    width: 100%;
    height: 5.4rem;
    position: static;
    top: auto;
    right: auto;
  }
}

@media only screen and (max-width: 1023px) {
  body{
    font-size: 0.26rem;
  }
  img{
    width: 100%;
  }
  .pc{
    display: none;
  }
  .phone{
    display: block;
  }

  /* 首页 */
  .logo{
    width: 2.2rem;
    font-size: 0.3rem;
    margin-top: 0.2rem;
  }
  .logo img{
    width: 0.7rem;
    height: 0.65rem;
  }
  .lug{
    font-size: 0.26rem;
    margin-right: 1rem;
  }
  .menu{
    width: 0.5rem;
  }
  .nav02 li{
    font-size: 0.28rem;
    line-height: 0.8rem;
  }
  .nav02 li h1{
    font-size: 0.28rem;
    line-height: 0.8rem;
  }
  .nav03 li{
    font-size: 0.26rem;
    line-height: 0.7rem;
  }
  .bn_tt{
    font-size: 0.62rem;
  }
  .bn_arrow{
    width: 0.62rem;
    height: 0.27rem;
    left: 0.4rem;
  }

  .product_top{
    padding-bottom: 0.5rem;
  }
  .product_left{
    float: none;
    width: 100%;
  }
  .product_txt{
    font-size: 0.26rem;
    line-height: 0.46rem;
    height: 4.6rem;
    /* height: 2.76rem;
    -webkit-line-clamp: 6; */
  }
  .product_con{
    margin: 0 7% 0.4rem 0;
  }
  .product_more{
    font-size: 0.26rem;
  }
  .product_logo{
    left: 0.3rem;
  }
  .product_type{
    width: 2.1rem;
    height: 1.2rem;
    font-size: 0.3rem;
  }
  .product_type .swiper-slide{
    height: 0.6rem;
  }
  .swiper-num{
    width: 2.8rem;
  }
  .swiper-num .active{
    font-size: 1rem;
  }
  .product_box .swiper-button-prev{
    left: 2.2rem;
  }
  .product_box .swiper-button-next{
    left: 50%;
  }

  .about_more{
    font-size: 0.26rem;
  }
  .about_pic{
    float: none;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .about_right{
    float: none;
    width: 100%;
  }
  .about{
    font-size: 0.26rem;
    line-height: 0.46rem;
    /* height: 1.84rem;
    -webkit-line-clamp: 4; */
    margin-bottom: 0.46rem;
  }
  .about p{
    font-size: 0.26rem !important;
    line-height: 0.46rem !important;
  }
  .about p span{
    font-size: 0.26rem !important;
    line-height: 0.46rem !important;
  }

  .develop_list{
    width: 90%;
    margin: 0 auto 0.8rem;
    position: static;
    top: auto;
    transform: translateY(0);
    left: auto;
  }
  .develop_video{
    float: none;
    width: 90%;
    height: 4.5rem;
    margin: 0 auto;
    border-radius: 0.1rem;
  }

  .news_tit{
    margin-bottom: 0.4rem;
  }
  .news_txt{
    font-size: 0.28rem;
    line-height: 0.46rem;
    height: 1.38rem;
    margin: 0.38rem 0 0.4rem;
  }
  .news_more{
    font-size: 0.26rem;
  }
  .news_bot{
    margin-top: 1.4rem;
  }
  .news_time{
    width: 1rem;
    height: 1rem;
    line-height: 0.4rem;
	  font-size: 0.28rem;
  }
  .news_time h1{
    font-size: 0.28rem;
  }

  .contact_tit{
    margin: 0.5rem 0 0.2rem;
  }
  .contact ul{
    margin-right: 0;
    display: block;
  }
  .contact li{
    float: none;
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.46rem;
    margin: 0 0 0.4rem;
  }
  .map_btn{
    font-size: 0.28rem;
  }

  .f_nav{
    display: none;
  }
  .foot_left{
    float: none;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .f_tel{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .f_tel h1{
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .focus-on{
    float: none;
    width: 100%;
  }
  .focus-on_tit{
    width: 28%;
    line-height: 0.4rem;
    font-size: 0.26rem;
    text-align: right;
    margin: 0.26rem 0.3rem 0 0;
  }
  .f_code{
    width: 1.5rem;
  }
  .f_code h1{
    font-size: 0.24rem;
    line-height: 0.46rem;
  }
  .f_code_pic{
    width: 1.5rem;
    height: 1.5rem;
  }
  .f_code_pic img{
    width: 1.4rem;
    height: 1.4rem;
  }
  .links_bg{
    display: none;
  }
  .copyright{
    float: none;
    width: 100%;
    line-height: 0.36rem;
    margin-top: 0;
    text-align: center;
    font-size: 0.24rem;
  }
  .copyright img{
    width: 0.26rem;
    height: 0.3rem;
    margin: 0.05rem 0.1rem 0 0;
}


  /* 产品中心集合 */
  .path_icon img{
    width: 0.25rem;
	  height: 0.25rem;
  }
  .path{
    font-size: 0.25rem;
    line-height: 0.32rem;
  }
  .path i{
    width: 0.05rem;
    height: 0.13rem;
  }
  .product_list li{
    width: 48%;
    line-height: 0.32rem;
    background-size: 0.27rem 0.27rem;
    padding-left: 0.42rem;
  }
  .product_pic01, .product_pic02{
    height: 4.5rem;
  }
  .product_scroll{
    max-height: 100% !important;
    overflow: visible !important;
  }
  .product_scroll::-webkit-scrollbar {
   display: none;
  }


  /* 产品中心-工业类 */
  .pro_menu_list li {
    font-size: 0.28rem;
    line-height: 0.7rem;
  }
  .pro_pic{
    float: none;
    width: 100%;
    height: 5.6rem;
  }
  .pro_rtt{
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  .pro_txt{
    font-size: 0.28rem;
    line-height: 0.54rem;
  }
  .pro_txt p{
    font-size: 0.28rem !important;
    line-height: 0.54rem !important;
  }
  .pro_txt p span{
    font-size: 0.28rem !important;
    line-height: 0.54rem !important;
  }
  .proshow_tit{
    font-size: 0.4rem;
    line-height: 0.8rem;
  }
  .notice_tit{
    line-height: 0.8rem;
    font-size: 0.4rem;
  }
  .notice{
    font-size: 0.28rem;
  }
  .notice p{
    font-size: 0.28rem !important;
  }
  .notice p span{
    font-size: 0.28rem !important;
  }


  /* 产品中心-农业类 */
  .pro_list ul{
    margin-right: -2%;
  }
  .pro_list li{
    width: 48%;
    height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.22rem;
    margin: 0 2% 0.2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  /* 简介 */
  .about_con{
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .history_bg{
    height: auto;
  }
  .history_date{
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .history_date span{
    font-size: 0.46rem;
  }
  .history_txt{
    font-size: 0.26rem;
    line-height: 0.46rem;
    /* height: 1.38rem; */
  }
  .organize_bg{
    height: 13rem;
  }
  .organize_tit{
    margin-bottom: 0.8rem;
  }
  .organize_left{
    float: none;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .organize_left li{
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
  }
  .organize_left li.on{
    font-size: 0.34rem;
  }
  .organize_right{
    float: none;
    width: 100%;
  }
  .organize_rt{
    margin-bottom: 0.3rem;
  }
  .org_txt{
    font-size: 0.26rem;
	  line-height: 0.46rem;
    height: 2.36rem !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .honor_con{
    width: 98%;
    height: 4.7rem;
  }
  .honor_list{
    width: 95%;
    margin: 0.18rem 0 0 0;
  }
  .honor_list ul{
    margin-right: 0;
  }
  .honor_list li{
    width: 100%;
    height: 0.8rem;
    font-size: 0.28rem;
    margin: 0 0 0.4rem 0;
  }
  .honor_txt{
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .patent ul{
    margin-right: -3%;
  }
  .patent li{
    width: 47%;
    height: 4.2rem;
    margin: 0 3% 0.22rem 0;
  }
  .patent img{
    width: 80%;
    height: 3.9rem;
  }


  /* 简介-文化内页 */
  .culture_con{
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .culture_con h1{
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
  .culture_con h2{
    font-size: 0.2rem;
    line-height: 0.34rem;
  }


  /* 企业荣誉 */
  .honor_type{
    top: 1rem;
    right: auto;
  }
  .honor_type li{
    float: left;
    font-size: 0.28rem;
    line-height: 0.86rem;
  }
  .honor_bg02 .honor_list ul{
    margin-right: 0;
  }
  .honor_bg02 .honor_list li{
    width: 100%;
    margin: 0 0 0.3rem 0;
  }
  .honor_p01{
    padding: 1.6rem 0.3rem 0.8rem;
  }


  /* 新闻 */
  .news_pic{
    height: 5.2rem;
  }
  .news_picbg div{
    font-size: 0.26rem;
  }
  .news_tr_top .date{
    width: 20%;
  }
  .news_tr_top .date h1{
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  .news_tr_tr{
    width: 76%;
  }
  .news_tr_tr h1{
    font-size: 0.28rem;
    margin-bottom: 0.05rem;
  }
  .news_tr_txt{
    font-size: 0.25rem;
    line-height: 0.38rem;
    height: 0.76rem;
  }
  .news_tr_more{
    display: none;
  }
  .news_tb_txt{
    width: 75%;
    font-size: 0.28rem;
  }
  .news_tb_date{
    font-size: 0.24rem;
  }
  .m_news .date{
    width: 28%;
    font-size: 0.26rem;
  }
  .m_news_r{
    width: 66%;
  }
  .m_news_r h1{
    font-size: 0.28rem;
  }
  .m_news_txt{
    font-size: 0.25rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .m_news_more{
    display: none;
  }
  .page a{
    width: 0.42rem;
    height: 0.42rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    margin: 0 0.05rem;
  }
  .page a.page_sx{
    width: 1rem;
  }

  .newsshow_top{
    font-size: 0.26rem;
  }
  .newsshow_top h1{
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .newsshow{
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .fanye ul{
    margin-right: 0;
  }
  .fanye li{
    float: none;
    width: 100%;
    line-height: 0.46rem;
    height: 0.46rem;
    margin: 0 0 0.2rem;
  }
  .fanye li:last-child{
    text-align: left;
  }


  /* 投资者关系 */
  .hotline_left{
    width: 100%;
    position: static;
    background: none;
  }
  .hotline_tit h1{
    color: #333;
  }
  .hotline_tit i{
    background: #333;
  }
  .hotline{
    color: #333;
    font-size: 0.28rem;
    line-height: 0.58rem;
  }
  .hdpt_txt{
    line-height: 0.46rem;
    font-size: 0.26rem;
    height: 1.38rem;
  }
  .gupiao_txt{
    width: 100%;
    line-height: 0.46rem;
    height: 1.84rem;
  }


  /* 投资者关系-互动 */
  .hd_a{
    width: 100%;
    height: 0.82rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    margin: 0 0 0.28rem 0;
  }
  .hd_a:nth-child(3),.hd_a:nth-child(6){
    margin: 0 0 0.28rem 0;
  }
  .hd_b{
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .hd_c{
    line-height: 0.4rem;
    font-size: 0.28rem;
  }
  .hd_d{
    width: 55%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .hd_d input{
    height: 0.8rem;
    font-size: 0.28rem;
  }
  .hd_btn{
    height: 0.8rem;
    font-size: 0.28rem;
  }
  

  /* 联系我们 */
  .con_left{
    width: 100%;
  }
  .con_list li{
    font-size: 0.26rem;
    line-height: 0.48rem;
  }
  .con_list h1{
    font-size: 0.34rem;
    line-height: 0.6rem;
  }
  .map_btn02{
    width: 1.8rem;
    font-size: 0.28rem;
  }

  
}


