@charset "UTF-8";
@media screen and (min-width: 720px) {
  html {
    font-size: 100px; } 
  }
@media screen and (max-width: 640px) and (min-width: 600px) {
  html {
    font-size: 88.89px; } 
  }
@media screen and (max-width: 600px) and (min-width: 414px) {
  html {
    font-size: 83.33px; } 
  }
@media screen and (max-width: 414px) and (min-width: 412px) {
  html {
    font-size: 57.5px; } 
  }
@media screen and (max-width: 412px) and (min-width: 384px) {
  html {
    font-size: 57.22px; }
   }
@media screen and (max-width: 384px) and (min-width: 375px) {
  html {
    font-size: 53.33px; } 
  }
@media screen and (max-width: 375px) and (min-width: 360px) {
  html {
    font-size: 52.08px; } 
  }
@media screen and (max-width: 360px) and (min-width: 320px) {
  html {
    font-size: 50px; } 
  }
@media screen and (max-width: 320px) {
  html {
    font-size: 44.44px; } 
  }
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  overflow-x: hidden;
}

html {
  max-width: 800px;
  min-width: 320px;
  margin: 0 auto; }

body {
  width: 100%;
  max-width: 800px;
  min-width: 320px;
  margin: 0;
  position: relative; }
body,
h1,
h2, 
h3, 
h4, 
h5, 
h6, 
hr, 
p, 
blockquote, 
dl, 
dt, 
dd, 
ul, 
ol, 
li, 
pre, 
form, 
fieldset, 
legend, 
button, 
input, 
textarea, 
th, 
td { 
  margin:0; 
  padding:0; 
}
body, 
button, 
input, 
select, 
textarea { 
  font:12px/1.5tahoma, arial, \5b8b\4f53; 
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6{ 
  font-size:100%; 
}
address, 
cite, 
dfn, 
em, 
var { 
  font-style:normal; 
}
code, 
kbd, 
pre, 
samp { 
  font-family:couriernew, courier, monospace; 
}
small{ 
  font-size:12px; 
}
ul, ol { 
  list-style:none; 
}
a { 
  text-decoration:none; 
}
sup { 
  vertical-align:text-top; 
}
sub{ 
  vertical-align:text-bottom; 
}
legend { 
  color:#000; 
}
fieldset, img { 
  border:0; 
}
button, input, select, textarea { 
  font-size:100%; 
  outline: none;
}
img{
  display: block;
  max-width: 100%;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.show{
  display: block!important;
}

.header{
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
}
.header_nav{
  height: 1rem;
  padding: 0 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.nav_drop{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 1rem;
  background: rgba(0,0,0,0.3);
   display: none; 
  z-index: 99;
}
.header_nav>a{
  display: block;
}
.header_nav>a img{
  width: 1.8rem;
}
.nav_drop ul {
    width: 60%;
    height: 100%;
    float: right;
    background: #323232;
}
.nav_drop ul>li {
    width: 100%;
    height: 0.75rem;
    line-height: 0.75rem;
    text-align: center;
    border-bottom: 1px solid #4c4c4c;
}
.nav_drop ul>li>a {
    color: #fff;
    font-size: 0.26rem;
    display: block;
    width: 100%;
    height: 100%;
}
.nav_drop ul>li>a.act{
  color: #75af00;
}
.banner{
  margin-top: 1rem;
}
.banner img{
  width: 100%;
}
.banner .swiper-pagination-bullet{
  width: 33.333%;
  height: 8px;
  border-radius: 0;
  margin: 0!important;
  background: #75af00;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active{
  background: #ffcc00;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 0;
}
.sy_part1 ul{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sy_part1 ul li{
  width: 24.6%;
  height: 1.3rem;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.sy_part1 ul>li:nth-child(4n){
  border-right: none;
}
.sy_part1 ul li a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.tb_2{
  display: none;
}
.sy_part1 ul li a img{
  position: absolute;
  top: 0.25rem;
  left: 38%;
}
.sy_part1 ul li a p{
  color: #4f4f4f;
  font-size: 0.22rem;
  text-align: center;
  padding-top: 0.8rem;
}
.sy_part1 ul li a.act .tb_2{
  display: block;
}
.sy_part1 ul li a.act .tb_1{
  display: none;
}
.sy_part1 ul li a.act p{
  color: #75af00;
}
.sy_part1{
  box-shadow: 0px 0px 8px -5px #000;
}
.sy_title{
  padding: 0.3rem;
  text-align: center;
}
.sy_title h1{
  color: #ececec;
  font-size: 0.56rem;
  text-transform: uppercase;
}
.sy_title h2{
  color: #222222;
  font-size: 0.32rem;
  margin-top: -0.3rem;
  font-weight: normal;
}
.sy_title img{
  margin: 0 auto;
  margin-top: 0.2rem;
}
.sy_part2_top ul{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  background: #f5f5f5;
  box-shadow: 0px 5px 11px -8px #000;
}
.sy_part2_top ul li{
  padding: 0 0.1rem;
  height: 1.1rem;
  min-width: 0.8rem;
  border-right: 1px solid #ccc;
  position: relative;
}
.sy_part2_top ul li img{
  position: absolute;
  left: 41%;
  top: 0.2rem;
  width: 0.25rem;
  height: 0.3rem;
}
.sy_part2_top ul a{
  display: block;
  height: 100%;
  padding: 0 0.15rem;
  height: 1.1rem;
  min-width: 0.8rem;
  position: relative;
}
.sy_part2_top ul a img{
  position: absolute;
  left: 41%;
  top: 0.2rem;
  width: 0.25rem;
  height: 0.3rem;
}
.sy_part2_top ul a p{
  text-align: center;
  color: #4f4f4f;
  font-size: 0.22rem;
  padding-top: 0.65rem;
}
.sy_part2_top ul li p{
  text-align: center;
  color: #4f4f4f;
  font-size: 0.22rem;
  padding-top: 0.65rem;
}
.cp_2{
  display: none;
}
.sy_part2_top .act{
  background: #ffcc00;
}
.sy_part2_top .act .cp_2{
  display: block;
}
.sy_part2_top .act .cp_1{
  display: none;
}
.sy_part2_top .act p{
  color: #fff;
}
.sy_part2_nr{
  padding: 0.4rem 0.3rem;
  display: none;
}
.sy_part2_tab{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cp3_k{
    width: 42%;
    padding: 0.2rem;
    border: 1px solid #e5e5e5;
    margin-bottom: 0.2rem;
    box-shadow: 0px 0px 8px -6px #333333;
}
.cp3_k1 {
    width: 100%;
    height: 2.8rem;
    background: -webkit-linear-gradient(#808080 14%, #fff 68%);
    background: -o-linear-gradient(#808080 14%, #fff 68%);
    background: -moz-linear-gradient(#808080 14%, #fff 68%);
    background: linear-gradient(#808080 14%, #fff 68%);
    overflow: hidden;
}
.cp3_k1 img {
    margin: 0.1rem auto;
    padding-top: 0.1rem;
    height: 1.8rem;
    width: auto;
}
.cp3_k1 h1 {
    color: #222222;
    font-size: 0.26rem;
    font-weight: normal;
    text-align: center;
}
.cp3_k2 span{
  display: block;
  color: #666666;
  font-size: 0.22rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 32px;
}
.cp3_k2_a{
  width: 85%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 0.15rem;
}
.cp3_k2_a a {
    display: block;
    width: 49%;
    height:0.35rem;
    line-height: 0.35rem;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
}
.cp3_k2_a>a:first-child {
    background: #373d41;
}
.cp3_k2_a>a:last-child {
    background: #75af00;
}
.sy_part3{
  padding: 0.2rem 0;
}
.sy_part3_nr1{
  height: 2.6rem;
  background: url(../images/bjt.png) no-repeat;
  background-size: 100% 100%;
}
.sy_part3_nr1 h1{
  color: #fff;
  font-size: 0.32rem;
  text-align: center;
  padding-top: 0.25rem;
}
.sy_part3_nr1 h2{
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-top: 0.05rem;
}
.sy_part3_x{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
}
.sy_part3_x span{
  color: #fff;
  font-size: 0.22rem;
  display: block;
  margin-left: 0.05rem;
  margin-right: 0.05rem;
}
.sy_part3_nr2{
  padding: 0 0.3rem;
}
.sy_part3_nr2_k{
  padding: 0.25rem;
  background: #fff;
  box-shadow: 0px 0px 8px -6px #333333;
  margin-top: -1rem;
}
.syp2_right_tit{
  height: 0.45rem;
  line-height: 0.45rem;
}
.syp2_right_tit>img{
  float: left;
  margin-top: 0.1rem;
  margin-right: 0.05rem;
}
.syp2_right_tit h1{
  color: #333333;
  font-size: 0.3rem;
  float: left;
}
.syp2_right_tit a{
  display: block;
  float: right;
  margin-top: 0.1rem;
}
.syp2_right_nr img{
  margin: 0.1rem auto;
  width: 100%;
}
.syp2_right_nr span{
  color: #4f4f4f;
  font-size: 0.28rem;
  display: block;
  width: 100%;
}
.syp2_right_nr_lj{
  margin-top: 0.15rem;
}
.syp2_right_nr_lj ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    height: 0.5rem;
    line-height: 0.5rem;
    border: 1px solid #e5e5e5;
}
.syp2_right_nr_lj ul>li:last-child{
  border: none;
}
.syp2_right_nr_lj ul li {
    width: 24.9%;
    text-align: center;
    border-right: 1px solid #e5e5e5;
}
.syp2_right_nr_lj ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #4f4f4f;
    background: #f5f5f5;
    font-size: 0.22rem;
}
.syp2_right_nr_lj ul li a:active{
  color: #fff;
  background: #ffcc00;
}
.sy_part4{
  padding: 0.2rem 0;
}
.sy_part4_nr{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sy_part4_nr_k{
  width: 50%;
  /*height: 1.65rem;*/
  padding-bottom: 0.25rem;
}
.sy_part4_nr_k h1{
  color: #333333;
  font-size: 0.28rem;
  font-weight: normal;
  padding-top: 0.35rem;
  margin-left: 0.4rem;
}
.sy_part4_nr_k h1>span{
  color: #75af00;
}
.sy_part4_nr_k h2{
  color: #999999;
  font-size: 0.12rem;
  font-weight: normal;
  margin-left: 0.4rem;
  margin-top: 0.15rem;
  text-transform: uppercase;
}
.sy_part4_nr_k img{
  margin-left: 0.4rem;
  margin-top: 0.15rem;
}
.sy_part5{
  padding: 0.2rem 0;
}
.sy_part5_top ul {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    background: #f5f5f5;
    box-shadow: 0px 5px 8px -8px #000;
}
.sy_part5_top ul li {
    padding: 0 0.1rem;
    height: 1.1rem;
    width:33.3%;
    border-right: 1px solid #ccc;
    position: relative;
}
.sy_part5_top ul a {
    padding: 0 0.1rem;
    height: 1.1rem;
    width: 24.5%;
    border-right: 1px solid #ccc;
    position: relative;
}
.sy_part5_top ul>li:last-child{
  border: none;
}
.sy_part5_top ul li img {
    position: absolute;
    left: 41%;
    top: 0.2rem;
    width: 0.25rem;
    height: 0.28rem;
}
.sy_part5_top ul li p {
    text-align: center;
    color: #4f4f4f;
    font-size: 0.22rem;
    padding-top: 0.65rem;
}
.sy_part5_top ul a img {
    position: absolute;
    left: 41%;
    top: 0.2rem;
    width: 0.25rem;
    height: 0.28rem;
}
.sy_part5_top ul a p {
    text-align: center;
    color: #4f4f4f;
    font-size: 0.22rem;
    padding-top: 0.65rem;
}
.gs_2{
  display: none;
}
.sy_part5_top .act {
    background: #ffcc00;
}
.sy_part5_top .act p{
  color: #fff;
}
.sy_part5_top .act .gs_2{
  display: block;
}
.sy_part5_top .act .gs_1{
  display: none;
}
.sy_part5_tab{
  padding: 0.3rem;
  display: none;
}
.sy_part5_tab a{
  /*display: block;*/
  padding: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  box-shadow: 0px 0px 8px -6px #333333;
  margin-bottom: 0.25rem;
}
.sy_part5_left{
  width: 45%;
}
.sy_part5_right{
  width: 50%;
}
.sy_part5_right h1{
  color: #333333;
  font-size: 0.26rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sy_part5_right img{
  margin-top: 0.15rem;
}
.sy_part5_right span{
  color: #4f4f4f;
  font-size: 0.25rem;
  display: block;
  margin-top: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sy_part5_left img{
  width: 100%;
  height: 2rem;
}
.sy_part5_right p{
  color: #878787;
  font-size: 0.16rem;
  margin-top: 0.15rem;
}
.phone{
  height: 1rem;
  padding: 0 0.3rem;
  background: url(../images/bjtt.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.phone img{
  margin-right: 0.1rem;
}
.phone span{
  color: #f5f5f5;
  font-size: 0.36rem;
}
.footer1{
  padding: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
.footer1_left{
  width: 38%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.footer1_right{
  width: 60%;
  border-left: 1px solid #cccccc;
}
.footer1_right span{
  display: block;
  color: #2b3033;
  font-size: 0.18rem;
  margin-bottom: 0.05rem;
  margin-left: 0.4rem;
}
.footer{
  height: 1.2rem;
  position: fixed;
  bottom: 0;
  z-index: 90;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  background: #e6e6e6;
  border-top: 1px solid #cccccc;
}
.footer a{
  display: block;
  width: 24.5%;
  position: relative;
  border-right: 1px solid #cccccc;
}
.footer>a:last-child{
  border: none;
}
.footer a img{
  position: absolute;
  top: 0.3rem;
  left: 40%;
  width: 0.35rem;
  height: 0.32rem;
}
.footer a p{
  color: #333333;
  font-size: 0.22rem;
  text-align: center;
  margin-top: 0.8rem;
}
.foot_2{
  display: none;
}
.footer .act p{
  color: #99cc33;
}
.footer .act .foot_2{
  display: block;
}
.footer .act .foot_1{
  display: none;
}

/*产品详情*/
.cp_part1{
  padding: 0.3rem;
  margin-top: 1rem;
  position: relative;
}
.cp_part1_nr{
  width: 100%;
  height: 4rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cp_part1_nr img{
  width: auto;
  height: 80%;
}
.cp_part1_nr .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  font-size: 0.22rem;
  width: 0.85rem!important;
  height: 0.4rem;
  line-height: 0.4rem;
  left: 44%!important;
  color: #fff;
  background: #ffcc00;
  border-radius: 10px;
}
.return{
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  z-index: 98;
}
.return a{
  display: block;
  width: 0.8rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  font-size: 0.22rem;
  border-radius: 10px;
  background: rgba(181,181,181,0.72);
}
.cp_part2_list{
  padding: 0.2rem 0.3rem;
  background: url(../images/1.png) no-repeat;
  background-size: 100% 100%;
}
.cp_part2_list img{
  float: left;
  margin-top: 0.2rem;
  margin-right: 0.15rem;
}
.cp_part2_list h1{
  color: #fff;
  font-size: 0.32rem;
}
.cp_part2_list1{
  padding: 0.2rem 0.3rem;
  border-bottom: 1px dashed #e5e5e5;
}
.cp_part2_list1 img{
  float: left;
  margin-top: 0.2rem;
  margin-right: 0.15rem;
}
.cp_part2_list1 h1{
  color: #333333;
  font-size: 0.28rem;
}
.cp_part2_list1 span{
  display: block;
  color: #878787;
  font-size: 0.28rem;
  line-height: 0.43rem;
  margin-top: 0.15rem;
  margin-left: 0.28rem;
}
.cp_part3{
  padding: 0.3rem;
}
.cp_part3_tit img{
  float: left;
  margin-top: 0.05rem;
  margin-right: 0.1rem;
}
.cp_part3_tit h1{
  color: #4f4f4f;
  font-size: 0.28rem;
}
.cp_part3_tit h1>span{
  color: #878787;
  font-size: 0.16rem;
  font-weight: normal;
  text-transform: uppercase;
}
.cp_part3_nr{
  margin-top: 0.2rem;
}
.cp_part3_nr ul li{
  padding: 0.2rem;
  color: #878787;
  background: #f5f5f5;
  font-size: 0.28rem;
  line-height: 0.43rem;
}
.cp_part3_nr ul>li:nth-child(2n){
  background: #fcfcfc;
}
.cp_part4{
  padding:0.1rem 0.3rem;
}
.cp_part4_nr span{
  font-size: 0.28rem!important;
  line-height: 0.43rem!important;
  display: block;
  color: #878787;
}
.cp_part4_pic{
  margin: 0.2rem auto;
}
.cp_part4_pic img{
  width: 100%;
}
.cp_part4_nr h1{
  color: #4f4f4f;
  font-size: 0.24rem;
}
.cp_part4_nr h1>span{
  font-size: 0.6rem;
}
.cp_part4_nr h1>span>span{
  font-size: 0.24rem;
}
.cp_part4_nr>span{
  color: #878787;
  font-size: 0.2rem;
  display: block;
  line-height: 0.32rem;
}
.cp_part5{
  padding:0.1rem 0.3rem;
}
.cp_part5_nr{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.cp_part5_nrk{
  width: 50%;
  position: relative;
  margin-bottom: 0.2rem;
}
.cp_part5_nrk img{
  width: 100%;
}
.cp_part5_db{
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0.1rem 0;
  text-align: center;
  color: #fff;
  font-size: 0.28rem;
}
.cp_part6{
  padding:0.1rem 0.3rem;
}
.cp_part6_nr{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}
.cp_part6_k{
  width: 30%;
  position: relative;
  border: 1px solid #e5e5e5;
  background: #373d41;
}
.cp_part6_top{
  padding: 0.4rem 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.cp_part6_xia{
  padding: 0.1rem;
  text-align: center;
  min-height:1.1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center; 
}
.cp_part6_xia span{
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.35rem;
}
.cp_part6_step{
  position: absolute;
  top: 0.3rem;
  left: -0.1rem;
}
.cp_part7{
  padding:0.1rem 0.3rem;
}
.cp_part8{
  padding:0.1rem 0.3rem;
  margin-bottom: 0.5rem;
}
.cp_part8_nr{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}

/*产品中心*/
.banner1{
  margin-top: 1rem;
  position: relative;
}
.banner1 img{
  width: 100%;
}
.banner1_tit{
  padding: 0.3rem;
  top: 0;
  position: absolute;
}
.banner1_tit h1{
  color: #fff;
  font-size: 0.48rem;
  font-weight: normal;
}
.banner1_tit h2{
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
  margin-top: 0.05rem;
}
.banner1_tit img{
  width: 0.35rem;
  margin-top: 0.2rem;
}
.banner1_tit h3{
  color: #fff;
  font-size: 0.16rem;
  font-weight: normal;
  margin-top: 0.2rem;
}
.zx_part1_top ul{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  background: #f5f5f5;
  box-shadow: 0px 5px 11px -8px #000;
}
.zx_part1_top ul li{
  width: 24.8%;
  height: 1.1rem;
  border-right: 1px solid #ccc;
  position: relative;
}
.zx_part1_top ul>li:last-child{
  border: none;
}
.zx_part1_top ul li img{
  position: absolute;
  left: 44%;
  top: 0.2rem;
  width: 0.25rem;
  height: 0.3rem;
}
.zx_part1_top ul li p{
  text-align: center;
  color: #4f4f4f;
  font-size: 0.18rem;
  padding-top: 0.65rem;
}
.cp_2{
  display: none;
}
.zx_part1_top .act{
  background: #ffcc00;
}
.zx_part1_top .act .cp_2{
  display: block;
}
.zx_part1_top .act .cp_1{
  display: none;
}
.zx_part1_top .act p{
  color: #fff;
}
.zx_part1_tab{
  padding: 0.4rem 0.3rem;
  display: none;
}
.zx_part1_nr{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page_fenye {
  background: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    /*height: 0.6rem;*/
    padding: 0.06rem 0;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 16px -6px #333333;
}
.page_fenye>span {
    color: #878787;
    font-size: 0.24rem;
    display: block;
    line-height: 0.6rem;
    margin-left: 0.2rem;
}
.fenye_nr {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 100%;
}
.page_fenye a {
    display: block!important;
    padding: 0 0.1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border: 1px solid #e5e5e5;
    margin-right: 0.05rem;
    margin-left: 0.06rem;
    color: #878787;
    font-size: 0.2rem;
    margin-bottom: 0.05rem;
    margin-top: 0.05rem;
}
.fenye_nr>span {
    color: #878787;
    font-size: 0.2rem;
    display: inline-block;
    margin-right: 0.05rem;
    margin-left:0.02rem;
}
.fenye_nr select {
    width: 0.5rem;
    height: 0.4rem;
    border: 1px solid #e5e5e5;
    margin-right: 0.2rem;
    font-size: 0.2rem;
}
.fenye_nr select option{
  font-size: 0.2rem;
}

/*发展历程*/
.title_top{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-shadow: 0px 0px 15px -5px #000;
}
.title_top a{
  display: block;
  width: 33.1%;
  height: 1.2rem;
  background: #f5f5f5;
  font-size: 0.22rem;
  overflow: hidden;
  color: #878787;
  font-weight: bold;
  line-height: 1.2rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.title_top>a:nth-child(3n){
  border-right: none;
}
.title_top .act{
  background: #ffcc00;
  color: #fff;
}
.lc_part1{
  padding: 0.5rem 0;
}
.lc_title{
  padding: 0 0.3rem;
  margin-bottom: 0.35rem;
}
.lc_title h1{
  color: #000;
  font-size: 0.35rem;
}
.lc_title h2{
  color: #878787;
  font-size: 0.2rem;
  font-weight: normal;
}
.lc_part1_nr{
  padding: 0 0.3rem;
  min-height: 6.3rem;
  background: url(../images/lcbj.png) no-repeat;
  background-size: 100% 100%;
}
.lcp1_nrk{
  width: 100%;
  min-height: 6.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.lcp1_nrk img{
  width: 85%;
}
.lcp1_nrk1{
  width: 2.5rem;
  height: 1.8rem;
  position: absolute;
  overflow: hidden;
  background: url(../images/xia.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.2rem;
  top: 9%;
  left: 11%;
}
.lcp1_nrk1_left{
  width: 30%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.lcp1_nrk1_right{
  width: 96%;
  margin: 0 auto;
  /*padding-top: 0.3rem;*/
  /*height: 100%;*/
  /*display: flex;*/
  /*display: -webkit-flex;*/
  /*padding-bottom: 0.5rem;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  overflow-y: auto;
}
.lcp1_nrk1_right span{
  display: block;
  max-height: 1.8rem;
  color: #000;
  font-size: 0.24rem;
  line-height: 0.38rem;
}
.lcp1_nrk2{
  width: 2.5rem;
  min-height: 1.8rem;
  position: absolute;
  background: url(../images/shang.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.2rem;
  top: 56%;
  right: 14%;
}
.lcp1_nrk2 .lcp1_nrk1_right{
  margin-top: 0.1rem;
}
.lc_part1_nr .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background: url(../images/left.png) no-repeat center;
  left: 0;
  outline: none;
}
.lc_part1_nr .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background: url(../images/right.png) no-repeat center;
  right: 0;
  outline: none;
}

/*关于我们*/
.jj_part1{
  padding: 0.5rem 0;
}
.jj_part1_nr{
  padding: 0 0.3rem;
  margin-top: 0.35rem;
}

.jj_part1_nr *{
  color: #878787;
  font-size: 0.28rem;
  line-height: 0.43rem;
  display: block;
}

.jj_part1_nr span{
  color: #878787;
  font-size: 0.28rem;
  line-height: 0.43rem;
  display: block;
}
.jj_part1_nr img{
  margin: 0.2rem auto;
  width: 100%;
  height: auto;
}

/*科技创新*/
.cx_part1{
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
}
.cx_part1_nr{
  padding: 0 0.3rem;
  margin-top: 0.35rem;
}
.cx_part1_nr span{
  color: #4f4f4f;
  font-size: 0.2rem;
  line-height: 0.3rem;
  display: block;
}
.cx_part1_nr img{
  margin: 0.2rem auto;
  width: 100%;
  height: auto;
}
.cx_part2{
  padding-bottom: 0.3rem;
}
.cx_part3{
  padding-bottom: 0.3rem;
}
.cx_part3_jj{
  padding: 0 0.3rem;
  color: #878787;
  font-size: 0.28rem;
  line-height: 0.43rem;
  margin-top: 0.35rem;
}
.cx_part3_nr{
  padding: 0 0.3rem;
  margin-top: 0.2rem;
  height: 5rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.cx_part3_left{
  width: 50%;
}
.cx_part3_left .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 2px;
}
.cx_part3_left .swiper-pagination-bullet{
  width: 0.16rem;
  height: 0.16rem;
  background: #fff;
  opacity: 1;
}
.cx_part3_left .swiper-pagination-bullet-active{
  background: #ffc800;
}
.cx_part3_left_nr2 ul{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.cx_part3_left_nr2 ul li{
  width: 50%;
}
.cx_part3_left_nr2 ul li img{
  width: 100%;
  height: 1.7rem;
}
.cx_part3_right{
  width: 50%;
  background: #75af00;
  display: none;
  overflow-y: auto;
}
.cx_part3_right span{
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-top: 0.15rem;
  line-height: 0.35rem;
  color: #fff;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}
.cx_part4{
  padding-bottom: 0.6rem;
  padding-top: 0.2rem;
}

/*客户必看*/
.kh_part1{
  padding: 0.5rem 0.3rem;
}

/*联系我们*/
.contact_part1{
  padding: 0.4rem 0;
}
.contact_part1 *{
  font-size: 0.28rem!important;
  line-height: 0.43rem!important;
}
.contact_part1_nr{
  padding: 0 0.3rem;
  margin-top: 0.35rem;
}
.contact_bk1{
  width: 100%;
  height: 2.5rem;
  background: url(../images/lx1.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.contact_bk1_nr{
  margin-left: 0.2rem;
}
.contact_bk1_nr h1,.contact_bk1_nr h2{
  color: #878787;
  font-size: 0.24rem;
  font-weight: normal;
}
.contact_bk1_nr div{
  width: 0.45rem;
  height: 0.03rem;
  background: #75af00;
  margin: 0.05rem 0;
}
.contact_bk2{
  margin-top: 0.2rem;
}
.contact_bk2 span{
  display: block;
  color: #878787;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.contact_bk3 img{
  width: 100%;
  height: auto;
  margin: 0.25rem auto;
}
.contact_list{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.2rem;
}
.contact_list img{
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.25rem;
}
.contact_list span{
  color: #4f4f4f;
  font-size: 0.2rem;
}

/*媒体详情*/
.mt_part1{
  padding: 0 0.3rem;
  padding-top: 0.4rem;
}
.mt_part1_tit h1{
  text-align: center;
  color: #333333;
  font-size: 0.3rem;
  font-weight: normal;
}
.mt_part1_liulan{
  width: 100%;
  height: 0.6rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 0.25rem;
}
.mt_part1_list{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.mt_part1_list img{
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
.mt_part1_list span{
  color: #878787;
  font-size: 0.2rem;
}
.mt_part1_nr{
  margin-top: 0.2rem;
}
.mt_part1_nr span{
  color: #4f4f4f;
  font-size: 0.28rem!important;
  display: block;
  line-height: 0.43rem;
}
.mt_part1_nr img{
  width: 100%;
  height: auto;
  margin: 0.2rem auto;
}
.mt_part1_fx a{
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0.5rem auto;
}
.mt_part1_sx{
  padding: 0 0.3rem;
  padding-bottom: 0.5rem;
}
.mt_part1_sx a{
  display: block;
  width: 100%;
  height: 0.78rem;
  line-height: 0.78rem;
  color: #4f4f4f;
  font-size: 0.2rem;
  border: 1px solid #e5e5e5;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.2rem;
  box-shadow: 0px 0px 13px -6px #333333;
}

/*媒体中心*/
.mtzx_p1{
  padding: 0.3rem;
}
.mtzx_p1_nr a{
  /*display: block;*/
  padding: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  box-shadow: 0px 0px 16px -6px #333333;
  margin-bottom: 0.25rem;
}
.mtzx_p1_left{
  width: 45%;
  position: relative;
}
.mtzx_p1_left img{
  width: 100%;
  height: 1.8rem;
}
.mtzx_p1_left div{
  padding: 0.06rem;
  line-height: 0.3rem;
  text-align: center;
  background: #5b529e;
  font-size: 0.16rem;
  color: #fafafa;
  position: absolute;
  top: 0;
  left: 0;
}
.mtzx_p1_right{
  width: 50%;
}
.mtzx_p1_right h1{
  color: #333333;
  font-size: 0.24rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mtzx_p1_right img{
  margin-top: 0.08rem;
}
.mtzx_p1_right span{
  color: #878787;
  font-size: 0.16rem;
  display: block;
  margin-top: 0.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;/*文本进行换行*/
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/*农化服务 -客户见证*/
.jz_part1{
  padding: 0.3rem;
  padding-bottom: 0.5rem;
}
.jz_part1_nr{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jz_part1_nr a{
  padding: 0.1rem;
  display: block;
  background: #fff;
  margin-bottom: 0.2rem;
  border: 1px solid #e5e5e5;
}
.jz_part1_shang{
  position: relative;
}
.jz_part1_shang img{
  width: 100%;
  height: 2.2rem;
}
.jz_part1_shang div{
  padding: 0.06rem;
  background: #529e8f;
  font-size: 0.16rem;
  color: #fafafa;
  position: absolute;
  top: 0;
  left: 0;
}
.jz_part1_xia{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.jz_part1_xia div{
  margin: 0;
}

/*农化服务*/
.title_top2 a{
  width: 24.6%;
}
.title_top2>a:nth-child(3){
  border-right: 1px solid #ccc;
}
.title_top2>a:nth-child(4n){
  border-right: none;
}
.nh_list{
  padding:0.7rem 0.3rem;
}
.nh_list_nr{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.nh_list_nr a{
  display: block;
  width: 33%;
  height: 1.9rem;
  margin-bottom: 0.5rem;
}
.nh_pic{
  height: 1.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.nh_pic img{
  margin: 0 auto;
  width: 1.3rem;
    /*height: 1.3rem;*/
    max-height: 1.3rem;
}
.nh_text{
  width: 65%;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  background: #373d41;
  font-size: 0.2rem;
  margin: 0 auto;
  color: #fff;
  margin-top: 0.2rem;
}

/*品牌故事*/
.gs_p1{
  padding: 0.5rem 0.3rem;
}
.gs_p1_nr{
  padding: 1rem 0.4rem;
  background: url(../images/gsbj.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 3rem;
}
.gs_p1_nr h1{
  text-align: center;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.gs_p1_nr span{
  color: #333333;
  font-size: 0.28rem;
  line-height: 0.43rem;
  display: block;
}

/*企业文化*/
.wh_part1{
  padding: 0.6rem 0;
}
.wh_part1_nr{
  padding: 0 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.wh_part1_k{
  width: 50%;
  position: relative;
}
.wh_part1_k img{
  width: 100%;
}
.wh_part1_k_nr{
  position: absolute;
  left: 0;
  top: 18%;
  padding: 0.1rem;
  width: 70%;
}
.wh_part1_k_nr h1{
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
}
.wh_part1_k_nr span{
  color: #fff;
  font-size: 0.24rem;
  display: block;
}

/*为什么选择我们*/
.choose_part1{
  padding: 0.3rem;
}
.choose_title{
  color: #4f4f4f;
  font-size: 0.32rem;
  font-weight: bold;
}
.choose_pic{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin: 0.2rem auto;
}
.choose_pic img{
  width: 50%;
}
.choose_text{
  color: #878787!important;
  font-size: 0.28rem!important;
  line-height: 0.43rem!important;
}
.choose_part2{
  padding: 0 0.3rem;
  padding-bottom: 0.3rem;
}
.choose_part2_pic img{
  margin: 0.2rem auto;
}
.choose_3{
  padding: 0.3rem 0.2rem;
  background: url(../images/xzbj.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.2rem;
}
.choose_3 span{
  color: #878787;
  font-size: 0.28rem;
  line-height: 0.43rem;
  display: block;
  width: 95%;
}
.choose_3_nr{
  border: 1px solid #e5e5e5;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.choose_3_left{
  width: 50%;
  max-height: 3rem;
  overflow: hidden;
  background: #fcfcfc;
  display: flex;
  display: -webkit-flex!important;
  justify-content: center;
  align-items: center;
}
.choose_3_left img{
  height: 100%;
}
.choose_3_right{
  width: 50%;
  max-height: 3.5rem;
  overflow: hidden;
  background: #fcfcfc;
  display: flex;
  display: -webkit-flex!important;
  justify-content: center;
  align-items: center;
}
.choose_3_right span{
  color: #4f4f4f;
  font-size: 0.24rem;
  display: block;
  width: 85%;
  margin: 0 auto;
  line-height: 0.35rem;
}
.choose_3_left span{
  color: #4f4f4f;
  font-size: 0.24rem;
  display: block;
  width: 85%;
  margin: 0 auto;
  line-height: 0.35rem;
}
.choose_part3{
  padding: 0 0.3rem;
  padding-bottom: 0.3rem;
}
.choose_part4{
  padding: 0 0.3rem;
  margin-top: 0.2rem;
  padding-bottom: 0.3rem;
}
.choose_part4_pic img{
  width: 100%;
  margin: 0.2rem auto;
}
.choose_part5{
  padding: 0 0.3rem;
  padding-bottom: 0.3rem;
}
.choose_part6{
  padding: 0 0.3rem;
  padding-bottom: 0.3rem;
}
.choose_tit2 h1{
  color: #333333;
  font-size: 0.3rem;
  font-weight: bold;
}
.choose_tit2 img{
  width: 100%;
  margin: 0.1rem auto;
}

/*农化服务 - 百合病害*/
.nong_nr{
  margin-top: 0.2rem;
}
.nong_nr img{
  margin: 0.2rem auto;
  width: 100%;
  height: auto;
}
.nong_nr span{
  color: #333333;
  font-size: 0.28rem!important;
  display: block;
  line-height: 0.43rem;
  text-indent: 0.56rem!important;
}
.nong_nr h3{
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
}
.nong_nr h2{
  color: #333333;
  margin: 0.15rem auto;
  font-size: 0.24rem;
}
.nong_pic{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.nong_pic img{
  width: 48%;
}
.xgzs_nr1 table td{
  color: #4f4f4f;
  font-size: 0.2rem;
  width: 20%;
  padding: 0.2rem;
  text-align: center;
}
.xgzs_nr1 table tr>td:first-child{
  color: #fff;
  font-weight: bold;
}
.xgzs_nr1 table tr>td:nth-child(3){
  color: #fff;
  font-weight: bold;
}
.xgzs_nr2 table th{
  color: #fff;
  font-size: 0.2rem;
  padding: 0.2rem;
}
.xgzs_nr2 table tr{
  color: #4f4f4f;
  font-size: 0.2rem;
}
.xgzs_nr2 table td{
  padding: 0.2rem;
  text-align: center;
}
.xgzs_duibi {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.xgzs_duibi_left {
    width: 47%;
    position: relative;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.xgzs_duibi_left img {
    margin: 0;
}
.xgzs_duibi_left_nr {
    position: absolute;
    padding: 0.15rem 0.25rem;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
    top: 20%;
    left: 0;
}
.xgzs_duibi_left_nr2 {
    position: absolute;
    padding: 0.15rem 0.25rem;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
    top: 20%;
    right: 0;
}
.zzgl_part2_wznrk {
    width: 98%;
    margin: 0.2rem auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #e5e5e5;
}
.zzgl_part2_left {
    width: 50%;
    position: relative;
}
.zzgl_part2_left>img {
    margin: 0;
    height: 100%;
}
.zzgl_part2_left_nr {
    background: #ebd478;
    position: absolute;
    padding: 0.15rem 0.25rem;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
    top: 20%;
    left: 0;
}
.zzgl_part2_right {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    background: #fcfcfc;
    padding: 0.2rem 0;
}
.zzgl_part2_right span {
    display: block;
    width: 85%;
    color: #4f4f4f;
    line-height: 0.3rem;
}
.zzgl_part2_left_nr2 {
    background: #ebd478;
    position: absolute;
    padding: 0.15rem 0.25rem;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
    top: 20%;
    right: 0;
}
.wejoy_page{
	display: flex!important;
	display: -webkit-flex!important;
	justify-content: center!important;
	margin: 0!important;
	width: 100%!important;
	flex-wrap: wrap!important;
}
.mt_part1_fx{
	margin: 0.1rem auto;
}
.mt_part1 ul{
	list-style: none!important;
}
.cx_part3_left_nr1 img{
	width: 100%;
	height: 3.3rem;
}
.cp_part6_top img{
  width: 1rem;
  height: 1rem;
}
.cx_part1_nr *{
  font-size: 0.28rem!important;
  line-height: 0.43rem!important;
}
.nong_nr p{
	font-size:0.28rem!important;
}