@charset "UTF-8";

.ov {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ab {
  display: block;
  width: 100%;
  height: 100%;
}

/**header_main**/
.header_main {
  width: 100%;
  height: .82rem;
  top: 0;
  z-index: 100;
  box-shadow: 1px 1px 0.04rem rgba(0, 0, 0, 0.2);
  position: relative;
  max-width: 7.5rem;
}

.header_main .en {
  position: absolute;
  top: .1rem;
  right: 1.2rem;
  font-size: .35rem;
}

.header_main .en a {
  display: block;
}

.header_main .en i {
  width: .42rem;
  height: .31rem;
  background-position: -2.54rem 0;
}

.header_main .search {
  width: 0.6rem;
  height: 0.5rem;
  position: absolute;
  right: 1.25rem;
  top: 0.25rem;
  background-position: -.68rem 0;
  z-index: 10;
}

.header_main .search.on {
  background-position: 0 0;
}

.header_main .logo img {
  display: block;
  padding-left: 0.4rem;
  padding-top: 0.17rem;
  height: 0.49rem;
  box-sizing: content-box;
}

.header_main .h1 img {
  height: 0.32rem;
  line-height: 0.32rem;
  margin: 0.36rem 0 0 1.41rem;
  color: #fff;
}

.header_main .navbtn {
  width: 0.75rem;
  height: 100%;
  padding-top: 0.245rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.header_main .navbtn s {
  width: 0.35rem;
  height: 0.33rem;
  display: block;
  background-position: -1.34rem 0;
}

.header_main .navbtn.cur s {
  background-position: -1.92rem 0;
}

.header_main .goBack {
  width: 1rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
}

.header_main .goBack:before {
  width: 0.22rem;
  height: 0.36rem;
  margin: 0.28rem auto 0;
  background: url("../g-images/g-ico.png") no-repeat;
  background-size: 4rem auto;
  background-position: -.98rem -.9rem;
  content: '';
  display: block;
}

.header_main .search_ico {
  display: block;
  position: absolute;
  right: 0.84rem;
  top: 0;
  text-align: center;
  cursor: pointer;
  width: 0.8rem;
  height: 1rem;
  z-index: 6;
  padding-top: 0.34rem;
}

.header_main .search_ico s {
  width: 0.45rem;
  height: 0.45rem;
  margin: 0 auto;
  background-position: -.62rem 0;
}

.header_main .search_ico.on {
  background: #fff;
}

.header_main .search_ico.on s {
  background-position: -1.92rem 0;
}

.header_main .tsearch {
  width: 100%;
  padding: 0.2rem;
  position: absolute;
  left: 0;
  top: 1rem;
  background: #fff;
  display: none;
  z-index: 10;
}

.header_main .tsearch s {
  right: 0.45rem;
  top: 0.34rem;
}

/*tsearch*/
.tsearch {
  width: 100%;
  height: 1rem;
  padding: 0.2rem 3%;
  position: absolute;
  left: 0;
  top: .8rem;
  z-index: 1122;
  background: #f7f6f6;
  border-top: 1px solid #d3d3d3;
}

.tsearch .txt {
  width: 75%;
  color: #000;
  text-indent: 0.2rem;
  color: #666;
  font-size: 0.22rem;
  height: 0.6rem;
  background: #fff;
  border: 1px solid #bbb;
  position: absolute;
  left: 2%;
  top: 0.2rem;
}

.tsearch .btn {
  color: #fff;
  font-size: 0.22rem;
  width: 20%;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border: 0;
  background: #123d96;
  position: absolute;
  right: 3%;
  top: 0.2rem;
}

.tsearch.bsearch {
  display: block;
  position: relative;
  z-index: 10;
  margin: 0.3rem auto;
  background: none;
  border-top: 0;
  top: 0;
}

.tsearch.bsearch .txt {
  height: 0.76rem;
}

.tsearch.bsearch .btn {
  height: 0.76rem;
  line-height: 0.76rem;
}

.tsearch.bsearch:before {
  top: 0.36rem;
}

/*subNav*/
.subNav {
  position: fixed;
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}

.subNav .subNavCon {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}

.subNav .close {
  width: 0.42rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  right: 0.28rem;
  top: 0.28rem;
  margin: 0 auto;
  background-position: -1.92rem 0;
}

.subNav ul {
  width: 100%;
  padding: 0.8rem 0 0.5rem;
  overflow-y: auto;
  height: 100%;
}

.subNav li {
  width: 88%;
  display: block;
  line-height: 0.9rem;
  margin: 0 6%;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.subNav li a {
  display: block;
  color: #333;
  font-size: 0.32rem;
  width: 80%;
}

.subNav li s {
  width: 0.14rem;
  height: 0.22rem;
  display: block;
  text-align: center;
  color: #333;
  font-size: 0.24rem;
  background-position: -3.67rem 0;
  margin-top: 0.34rem;
  margin-right: 0.1rem;
}

.subNav li .box {
  display: none;
  padding: 0 .2rem .2rem;
}

.subNav li .box a {
  border-color: #f9f9f9;
  height: 0.8rem;
  line-height: 0.8rem;
  width: 100%;
  color: #333 !important;
  font-size: 0.26rem;
  float: left;
  border-bottom: 1px dashed #ddd;
}

.subNav li.on>a {
  color: red;
}

.subNav li.on s {
  background-position: -3.23rem 0;
}

.subNav li .box a:last-child {
  border-bottom: 0;
}

.subNavShow {
  display: block;
}

/***footer****/
.footer_main {
  color: #fff;
  line-height: .4rem;
  padding: .36rem 0 .6rem .6rem;
  background: #120d0b;
  overflow: hidden;
}

.footer_main img {
  height: .49rem;
}

.footer_main .tit {
  color: #fff;
  border-bottom: 1px solid #5c5d64;
  font-size: .3rem;
  padding-bottom: .26rem;
  padding-top: .1rem;
  margin-bottom: .27rem;
}

.footer_main .lxwm {
  border-bottom: 1px solid #5c5d64;
  padding-bottom: .26rem;
  font-size: .22rem;
  padding-right: .4rem;
  margin-bottom: .42rem;
}

.footer_main .lxwm a {
  color: #fff;
}

.footer_main .lxwm h3 {
  font-size: .3rem;
  font-weight: bold;
  margin-bottom: .24rem;
}

.footer_main .lxwm h3 span {
  display: block;
  float: left;
  width: .22rem;
  height: .03rem;
  background: #fff;
  margin-right: .18rem;
  margin-top: .2rem;
}

.footer_main .txt {
  color: #fff;
  font-size: .22rem;
  line-height: .45rem;
  padding-right: .2rem;
}

.footer_main .txt a {
  color: #fff;
}

.footer_main .txt a:hover {
  color: #fff;
}

.footer_main a {
  color: #fff;
}

.navBar {
  width: 100%;
  height: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  border-top: 1px solid #ddd;
}

.navBar ul {
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  height: 1rem;
  margin: 0 auto;
}

.navBar ul li {
  float: left;
  width: 20%;
  height: 1rem;
}

.navBar ul li a {
  width: 100%;
  height: 1rem;
  padding-top: 0.15rem;
  font-size: 0.20rem;
  display: block;
  text-align: center;
  color: #333;
}

.navBar ul li a:before {
  width: 0.45rem;
  height: 0.42rem;
  display: block;
  margin: 0 auto 0.02rem;
}

.navBar ul li:first-child {
  border-left: 0;
}

.navBar ul li:nth-child(1) a:before {
  background-position: -.51rem -.92rem;
}

.navBar ul li:nth-child(2) a:before {
  background-position: 0.06rem -.92rem;
}

.navBar ul li:nth-child(4) a:before {
  background-position: -1.08rem -.92rem;
}

.navBar ul li:nth-child(5) a:before {
  background-position: -1.68rem -.92rem;
}

.navBar #nav2 {
  position: absolute;
  z-index: 10;
  width: 0.86rem;
  height: 0.86rem;
  left: 50%;
  margin-left: -.43rem;
  top: -.43rem;
  text-align: center;
  font-size: 0.2rem;
}

.navBar #nav2 .ico {
  width: 0.86rem;
  height: 0.86rem;
  background-position: 0 -1.52rem;
}

/***************top and bottom css end*********************/
/* imgtog */
.imgtog {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.imgtog .list {
  float: left;
  width: 500%;
}

.imgtog .list .item {
  float: left;
  width: 20%;
  position: relative;
}

.imgtog .list .item img,
.imgtog .list .item video {
  width: 100%;
  vertical-align: top;
  z-index: -9999;
}

.imgtog .prev,
.imgtog .next {
  width: 0.3rem;
  height: 0.45rem;
  position: absolute;
  top: 0.9rem;
  z-index: 20;
}

.imgtog .prev {
  left: 0.1rem;
  background-position: -.98rem 0;
}

.imgtog .next {
  right: 0.1rem;
  background-position: -1.4rem 0;
}

.imgtog .tip {
  height: 0.2rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: .2rem;
  margin-left: 0;
  text-align: center;
  z-index: 11;
}

.imgtog .tip span {
  width: .47rem;
  height: .04rem;
  margin: 0 0.1rem;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  text-align: center;
  background: #fff;
  border-radius: .02rem;
}

.imgtog .tip span.cur {
  background: #007f38;
}

.banner_main {
  position: relative;
  z-index: 9;
}

.indexsplit {
  width: 100%;
  height: 0.3rem;
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
}

.indexmore,
.addclick {
  text-align: center;
  height: 0.74rem;
  line-height: 0.74rem;
  width: 94%;
  display: block;
  margin: 0 auto 0.2rem;
  font-size: 0.28rem;
  background: #0000ff;
  color: #fff;
}

.indexmore:link,
.addclick:link,
.indexmore:visited,
.addclick:visited {
  color: #fff;
}

.addclick {
  width: 94%;
  border-color: #999;
}

.foot_main {
  background: #00692b;
  height: 1.03rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.foot_main li {
  float: left;
  width: 25%;
  text-align: center;
}

.foot_main li i {
  width: 0.56rem;
  height: 0.56rem;
  background-position: 0 -3.13rem;
  margin-top: 0.05rem;
}

.foot_main li a {
  color: #fff;
}

.foot_main li h3 {
  font-size: 0.2rem;
}

.foot_main li:nth-child(2) i {
  background-position: -.55rem -3.13rem;
}

.foot_main li:nth-child(3) i {
  background-position: -1.1rem -3.13rem;
}

.foot_main li:nth-child(4) i {
  background-position: -1.66rem -3.13rem;
}

.foot_main .hover {
  background: #0000ff;
  height: 1.03rem;
}

/**********************index css*************************/
@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.index_tit {
  padding-top: .8rem;
  margin-bottom: .3rem;
}

.index_tit .left h3 {
  position: relative;
  font-size: .4rem;
  line-height: .5rem;
  font-weight: bold;
  display: inline;
}

.index_tit .left h3 b {
  color: #007f38;
}

.index_tit .left h3 span {
  display: block;
  width: .15rem;
  height: .15rem;
  border-radius: 100%;
  border: .03rem solid #007f38;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  margin-top: -.075rem;
  right: -.28rem;
}

.index_tit .left p {
  color: #999;
  font-size: .2rem;
  text-transform: uppercase;
  padding-top: .1rem;
}

.index_tit .left h3 span {
  color: #2252ae;
}

.index_tit .right a {
  display: block;
  width: 1.99rem;
  line-height: .5rem;
  background: #007f38;
  color: #fff;
  border: 1px solid #007f38;
  box-sizing: border-box;
  font-size: .24rem;
  text-transform: uppercase;
  text-align: center;
  transition: ease-in-out 0.2s;
  position: relative;
}

.index_1 {
  padding: 0 .4rem .5rem;
  background: url(../images/bg1.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

.index_1 h3 {
  font-size: .3rem;
  font-weight: bold;
  padding-bottom: .3rem;
}

.index_1 ul {
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.index_1 li {
  line-height: .4rem;
  height: .4rem;
}

.index_1 li i {
  width: .16rem;
  height: .13rem;
  background-position: -.4rem -3.09rem;
  margin-right: .1rem;
  margin-bottom: .05rem;
}

.index_1 video {
  width: 100%;
}

.index_1 dl {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: .4rem;
  align-items: flex-end;
}

.index_1 dl dd {
  box-sizing: border-box;
  position: relative;
  margin-bottom: .3rem;
  width: 33.333%;
  text-align: center;
}

.index_1 dl dd:nth-child(1),
.index_1 dl dd:nth-child(2) {
  width: 50%;
}

.index_1 dl dd h3 {
  font-size: .68rem;
  color: #007f38;
  transition: ease-in-out .2s;
  line-height: .64rem;
  padding-bottom: 0;
}

.index_1 dl dd h3 span {
  font-size: .24rem;
}

.index_1 dl dd p {
  font-size: .24rem;
  transition: ease-in-out .2s;
}

.floor_5 {
  background: #007f38 url(../images/f2_bg.jpg) right bottom no-repeat;
  background-size: 1.19rem auto;
  padding: 0 .4rem 1.2rem;
}

.floor_5 .index_tit .left h3 {
  color: #fff;
}

.floor_5 .index_tit .right a {
  border: 1px solid #fff;
  background: #fff;
  color: #007f38;
}

.floor_5 .hd {
  margin-bottom: .4rem;
}

.floor_5 .hd ul {
  display: flex;
  justify-content: space-between;
}

.floor_5 .hd li {
  text-align: center;
  color: #fff;
  border-bottom: .03rem solid #007f38;
}

.floor_5 .hd li.on {
  border-bottom: .03rem solid #fff;
}

.floor_5 .hd li.on h3 {
  color: #fff;
}

.floor_5 .hd li h3 {
  color: #fff;
  font-size: .28rem;
}

.floor_5 .hd li b {
  display: block;
  width: .76rem;
  height: .76rem;
  background: #828384;
  border-radius: 100%;
  margin: 0 auto .1rem;
}

.floor_5 .hd li b img {
  width: .45rem;
  margin-top: .155rem;
}

.floor_5 .hd li.on b {
  background: #00692b;
}

.floor_5 .bd {
  color: #fff;
}

.floor_5 .bd p {
  color: #fff;
}

.floor_5 .bd a {
  position: relative;
  margin-bottom: .2rem;
  width: 100%;
  display: block;
}

.floor_5 .bd a img {
  width: 100%;
  display: block;
}

.floor_5 .bd a .bott {
  width: 100%;
  display: block;
  color: #fff;
  font-size: .3rem;
  padding: .2rem 0;
}

@keyframes toright {
  0% {
    right: .46rem;
  }

  50% {
    right: .36rem;
  }

  100% {
    right: .46rem;
  }
}

.index_5_main {
  background: #ebf1f4 url(../images/bg3.jpg) center bottom no-repeat;
  padding: 0 .4rem;
  padding-bottom: .7rem;
  background-size: 100% auto;
}

.index_5_main .con {
  margin: 0 .3rem;
  overflow: hidden;
}

.index_5_main .con h3 {
  font-size: .28rem;
  padding: .3rem .0rem;
}

.index_5_main .swiper-container {
  padding-bottom: .9rem;
  text-align: center;
  line-height: .7rem;
}

.index_5_main .swiper-container p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 .1rem;
}

.index_5_main .swiper-pagination-bullet-active {
  background: #007f38;
}

.index_5_main .a {
  font-size: .28rem;
  color: #fff;
  background: #007f38;
  width: 2.67rem;
  line-height: .6rem;
  display: block;
  margin: .4rem auto .2rem;
  text-align: center;
  border-radius: .3rem;
}

.index_5_main .slideGroup {
  background: #fff;
  box-shadow: .05rem .05rem .05rem rgba(0, 0, 0, 0.1);
}

.index_5_main .slideGroup .parHd li {
  width: 33.333%;
  float: left;
  line-height: .73rem;
  border-bottom: 1px solid #e5ebf7;
  font-size: .3rem;
  color: #999;
  text-align: center;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}

.index_5_main .slideGroup .parHd li i {
  width: .22rem;
  height: .23rem;
  background-position: 0 -2.25rem;
  margin-right: .05rem;
}

.index_5_main .slideGroup .parHd li:nth-child(3n) {
  border-right: none;
}

.index_5_main .slideGroup .parHd li.on {
  background: #007f38;
  box-shadow: none;
  font-weight: bold;
  color: #fff;
}

.index_5_main .slideGroup .parHd li.on i {
  background-position: -.26rem -2.25rem;
}

.index_5_main .slideGroup .parBd {
  position: relative;
  overflow: hidden;
}

.index_5_main .slideGroup .parBd .hd {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: .1rem;
  z-index: 10;
  text-align: center;
}

.index_5_main .slideGroup .parBd .hd dl {
  display: inline-block;
  zoom: 1;
}

.index_5_main .slideGroup .parBd .hd dd {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #999;
  float: left;
  margin: 0 6px;
  cursor: pointer;
}

.index_5_main .slideGroup .parBd .hd dd.on {
  background: #49adf7;
}

.index_5_main .slideGroup .parBd li img {
  width: 100%;
  display: block;
}

.index_5_main .slideGroup .parBd img {
  width: 100%;
  display: block;
}

.index_2 {
  margin: 0 .4rem .5rem;
  overflow: hidden;
}

.news_bott {
  padding-bottom: .0rem;
}

.index_2 ul {
  padding-bottom: .0rem;
}

.index_2 li {
  position: relative;
  padding-bottom: .2rem;
  border-bottom: 1px solid #ececec;
  margin-bottom: .2rem;
}

.index_2 li:last-child {
  border-bottom: none;
}

.index_2 .hd ul {
  display: flex;
  justify-content: space-between;
  font-size: .28rem;
}

.index_2 .hd ul li:last-child {
  border-bottom: 1px solid #ececec;
}

.index_2 .hd ul li.on {
  color: #089148;
  border-bottom: 2px solid #089148;
}

.index_2 .hd {
  margin-bottom: .2rem;
}

.index_2 .bd {
  overflow: hidden;
}

.index_2 li img {
  width: 2.7rem;
  height: 1.5rem;
  display: block;
  margin-left: 2px;
  float: left;
  object-fit: cover;
  margin-right: .2rem;
}

.hai_bott li img {
  width: 100%;
  height: auto;
  float: none;
  margin-right: 0;
  border-radius: .1rem;
}

.index_2 li h3 {
  font-size: .3rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index_2 li p {
  color: #666;
  position: absolute;
  bottom: .2rem;
  left: 2.9rem;
  font-size: .22rem;
}

.index_2.index_you {
  padding-bottom: .5rem;
}

.index_2.index_you li h3 {
  font-weight: bold;
  font-size: .3rem;
}

.index_2.index_you li p {
  position: relative;
  left: auto;
  bottom: auto;
}

.index_6 {
  padding: 0 .4rem .4rem;
  overflow: hidden;
  background: url(../images/about_1.jpg) no-repeat;
  background-size: cover;
}

.index_6 h1 {
  font-size: .3rem;
  margin-bottom: .2rem;
  font-weight: bold;
  display: none;
}

.index_6 h3 {
  font-size: .3rem;
  margin-bottom: .2rem;
}

.index_6 h4 {
  color: #00692b;
  font-size: .4rem;
}

.index_6 .con {
  line-height: .5rem;
  height: 4rem;
  overflow: auto;
  margin-bottom: .3rem;
  padding-right: .2rem;
  -webkit-overflow-scrolling: touch
}

.index_6 .con::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  -webkit-appearance: none;
  /***苹果手机**/
}

.index_6 .con::-webkit-scrollbar-thumb {
  width: 6px;
  -webkit-box-shadow: inset 0 0 5px rgba(91, 152, 217, 5);
  border-radius: 4px;
  background: #32a264;
}

.index_6 .con::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: url(../images/line.jpg) center top repeat-y;
}

.index_6 .flash {
  margin-bottom: .44rem;
  overflow: hidden;
}

.index_6 .flash img {
  max-width: 100%;
  display: block;
}

.index_6 .flash video {
  width: 100%;
  display: block;
}

.index_6 .bd {
  padding-top: .6rem;
}

.index_6 .bd li {
  float: left;
  width: 47%;
  background: #fff;
  margin-bottom: .36rem;
  border: 1px solid #ddd;
  padding: .0rem;
  text-align: center;
  box-sizing: border-box;
  line-height: .8rem;
}

.index_6 .bd li p {
  border-top: 1px solid #ddd;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 .1rem;
}

.index_6 .bd li figure {
  position: relative;
  padding-top: 75%;
  display: block;
  width: 100%;
  overflow: hidden;
}

.index_6 .bd li figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.index_6 .bd li:nth-child(2n) {
  float: right;
}

.index_6 li {
  float: left;
  width: 33%;
  margin-bottom: .2rem;
}

.index_6 li h5 {
  font-size: .45rem;
}

.index_6 li h5 span {
  font-size: .3rem;
  vertical-align: top;
  margin-left: .1rem;
}

.index_6 li:last-child {
  width: 34%;
}

.about_4 {
  overflow: hidden;
  background: url(../images/about_4.jpg) center bottom no-repeat;
  background-size: cover;
}

.about_4 .index_tit {
  padding-left: .4rem;
}

.about_4 .gallery-top {
  text-align: center;
  overflow: hidden;
  margin: 0 .4rem;
}

.about_4 .gallery-top h3 {
  font-size: .8rem;
  color: #333;
  font-family: arial;
  font-weight: bold;
  line-height: 1rem;
  position: relative;
}

.about_4 .gallery-top h4 {
  color: #666;
}

.about_4 .gallery-top h3 span {
  width: .35rem;
  height: .35rem;
  background: #67686a;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  font-size: .26rem;
  line-height: .35rem;
  text-align: center;
  position: absolute;
  font-family: "微软雅黑";
}

.about_4 .gallery-top p {
  font-size: .26rem;
  padding-bottom: 1rem;
  padding-top: .1rem;
  color: #666;
}

.about_4 .gallery-top img {
  width: 100%;
  border-radius: .1rem;
  margin-bottom: .3rem;
}

.about_4 .gallery-thumbs {
  font-size: .34rem;
  padding-bottom: .85rem;
  border-top: 1px solid #666;
}

.about_4 .gallery-thumbs .swiper-slide {
  position: relative;
  color: #666;
  padding-top: .25rem;
  text-align: center;
}

.about_4 .gallery-thumbs i {
  width: .32rem;
  height: .32rem;
  background-position: -1.21rem -.64rem;
  position: absolute;
  top: -.17rem;
  left: 50%;
  margin-left: -.12rem;
}

.about_4 .gallery-thumbs .swiper-slide-thumb-active {
  color: #007f38;
}

.about_4 .gallery-thumbs .swiper-slide-thumb-active h3 {
  font-weight: bold;
}

.about_4 .gallery-thumbs .swiper-slide-thumb-active i {
  background-position: -.84rem -.64rem;
}

.about_5 .swiper-container {
  padding-bottom: .2rem;
  margin-top: .0rem;
  overflow: hidden;
  padding-bottom: 1rem;
}

.case_swiper .swiper-container {
  margin-bottom: .3rem;
}

.about_5 {
  background: url(../images/about_5.jpg) center top no-repeat;
  padding: 0 .4rem .5rem;
  background-size: cover;
}

.about_5 .swiper-container .swiper-button-next,
.about_5 .swiper-container .swiper-button-prev {
  width: .52rem;
  height: .52rem;
  background: #00692b;
  border-radius: 100%;
  text-align: center;
  margin-top: -.86rem;
  left: 0rem;
  outline: none;
}

.about_5 .swiper-container .swiper-button-next i,
.about_5 .swiper-container .swiper-button-prev i {
  width: .16rem;
  height: .11rem;
  background-position: -.18rem -2.85rem;
  display: block;
  margin: 0 auto;
  margin-top: .205rem;
}

.abouts_5 .swiper-container {
  margin: 0;
  margin-bottom: .5rem;
}

.about_5 .swiper-container .swiper-button-next {
  left: auto;
  right: 0rem;
}

.about_5 .swiper-container .swiper-button-next i {
  background-position: 0 -2.85rem;
}

.about_5 .swiper-slide {
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  line-height: .7rem;
}

.about_5 .swiper-slide figure {
  position: relative;
  padding-top: 75%;
  display: block;
  width: 100%;
  overflow: hidden;
}

.about_5 .swiper-slide figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_5 .swiper-pagination-bullet {
  width: .12rem;
  height: .12rem;
  background: #ccc;
  opacity: 1;
  box-sizing: content-box;
  margin: 0 .13rem;
}

.about_5 .swiper-pagination-bullet-active {
  background: #fff;
  width: .18rem;
  height: .18rem;
  border: none;
  border-radius: .09rem;
}

.about_6 {
  background: none;
}

.about_6 .li {
  background: #f8f8f8;
  float: left;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  text-align: center;
  border-radius: .5rem 0 .35rem .35rem;
}

.about_6 .li b {
  display: flex;
  border: 1px solid #dedede;
  width: .8rem;
  height: .8rem;
  background: #fff;
  border-radius: 100%;
  margin: .65rem auto .21rem;
  text-align: center;
  align-items: center;
}

.about_6 .li b img {
  height: .34rem;
  margin: 0 auto;
}

.about_6 .li h3 {
  font-size: .3rem;
  font-weight: bold;
  line-height: .5rem;
}

.about_6 .li p {
  font-size: .24rem;
  height: 1.2rem;
  padding: 0 .1rem;
  line-height: .5rem;
}

.about_6 .li h4 {
  padding-top: .6rem;
  font-size: .24rem;
}

.about_6 .li h4 i {
  width: .14rem;
  height: .11rem;
  background-position: -.14rem -3.64rem;
  margin-left: .09rem;
  margin-bottom: .02rem;
}

.about_6 .swiper-pagination-bullet-active {
  background: #007f38;
}

.about_7 {
  background: url(../images/you_3.jpg) center top no-repeat;
  background-size: cover;
  padding: 0 .4rem .5rem;
}

.about_7 img {
  max-width: 100%;
}

.you_1 {
  background: #f2f2f4 url(../images/you_3.jpg) center top no-repeat;
  background-size: 100% auto;
}

.you_1 .index_tit .left h3 {
  color: #333;
}

.you_1 .hd li {
  border: none;
  background: none;
  width: 25%;
  line-height: .6rem;
}

.you_1 .hd li h3 {
  color: #333;
}

.you_1 .hd li.on {
  background: #007f38;
  color: #fff;
}

.you_1 .bd a .bott {
  color: #333;
  font-weight: bold;
}

.you_1 .bd .p {
  color: #666;
}

.you_2 {
  background: url(../images/you_2.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: .5rem;
}

.you_2 .index_tit .left h3 {
  color: #fff;
}

.you_2 h3 {
  color: #fff;
  padding-bottom: .3rem;
}

.you_2 p {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  height: .6rem;
  line-height: .6rem;
  background: rgba(0, 138, 64, 0.9);
  width: 100%;
  padding: 0 .1rem;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.you_2 .con {
  margin: 0;
}

.you_2 .slideGroup {
  background: none;
}

.you_2 .slideGroup .parHd li {
  width: 48%;
  float: left;
  border: none;
  margin-bottom: .3rem;
  background: #fff;
}

.you_2 .slideGroup .parHd li:nth-child(2n) {
  float: right;
}

.you_2 .slideGroup .parHd li.on {
  background: #007f38;
  color: #fff;
}

.you_2 .slideGroup .parHd li.on a {
  color: #fff;
}

.you_2 .swiper-pagination-bullet {
  background: #fff;
  opacity: .5;
}

.you_2 .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.you_3 {
  padding-bottom: .6rem;
}

.you_3 .hd ul {
  display: inline;
}

.you_3 .hd li {
  width: 33.3333%;
  float: left;
}

.you_3 .hd li i {
  width: .22rem;
  height: .23rem;
  background-position: 0 -2.25rem;
  margin-right: 8px;
}

.you_3 .hd li.on i {
  background-position: -.26rem -2.25rem;
}

.you_4 {
  background: #f2f2f4;
}

.you_4 .slideGroup .parHd li {
  border: none;
}

.you_4 .slideGroup .parBd {
  margin-top: .3rem;
}

.you_5 {
  background: #fff;
  padding-bottom: .0rem;
}

.you_5 .hd li {
  width: 50%;
}

.you_6 .hd ul li {
  width: 48%;
  font-size: .3rem;
  background: #fff;
  color: #333;
  border: none;
  text-align: center;
  line-height: .7rem;
  padding-bottom: 0;
}

.you_6 .hd ul li i {
  width: .22rem;
  height: .23rem;
  background-position: 0 -2.25rem;
  margin-right: 8px;
}

.you_6 .hd ul li:last-child {
  border: none;
}

.you_6 .hd ul li.on {
  background: #007f38;
  color: #fff;
}

.you_6 .hd ul li.on i {
  background-position: -.26rem -2.25rem;
}

.wen_banner {
  width: 100%;
  height: 70vh;
  position: relative;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}

.wen_banner .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 57, 25, 0.57);
  z-index: 10;
}

.wen_banner .txt {
  position: relative;
  z-index: 11;
  padding: 0 .2rem;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.wen_banner .txt h3 {
  font-size: .7rem;
  font-weight: bold;
}

.wen_banner .txt h4 {
  font-size: .35rem;
  font-weight: bold;
  margin: .23rem 0;
}

.wen_banner .txt p {
  font-size: .28rem;
  line-height: .5rem;
}

.wen_banner .txt a {
  color: #fff;
  border: 1px solid #fff;
  width: 1.5rem;
  line-height: .6rem;
  display: block;
  margin: .3rem auto;
  font-size: .28rem;
  border-radius: .05rem;
  transition: ease-in-out .2s;
}

.wen_1 .su {
  width: 100%;
}

.wen_1 .su dl {
  padding-top: .9rem;
  padding-bottom: .9rem;
}

.wen_1 .su dd {
  width: 3rem;
  background: #008a3c;
  color: #fff;
  padding: .48rem 0;
  text-align: center;
}

.wen_1 .su dd h3 {
  font-size: .38rem;
  font-weight: bold;
  margin-bottom: 0;
}

.wen_1 .su dd h3 span {
  font-size: .24rem;
  vertical-align: top;
  padding-left: .05rem;
}

.wen_1 .su dd p {
  font-size: .24rem;
}

.wen_1 .su dd:nth-child(2) {
  background: #007a35;
}

.wen_1 .su dd:nth-child(3) {
  background: #00612a;
}

.wen_3 {
  background: url(../images/you_2.jpg) no-repeat;
  padding-bottom: .5rem;
  background-size: cover;
}

.wen_3 .index_tit .left h3 {
  color: #fff;
}

.wen_3 .swiper-slide {
  border: none;
}

.quan_4_main {
  background: #f5f5f5;
  padding: 0 .3rem .5rem;
  overflow: hidden;
}

.quan_4_main .gallery-thumbs {
  overflow: hidden;
  padding-bottom: .2rem;
}

.quan_4 .swiper-slide {
  margin-bottom: 1px;
  background: #fff;
  border-right: 1px solid #ddd;
}

.quan_4 .swiper-slide img {
  width: 100%;
  vertical-align: top;
}

.quan_4 .swiper-slide .txt {
  background: url(../images/quan_4_1.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding: .4rem;
  line-height: .38rem;
  font-size: .26rem;
}

.quan_4 .swiper-slide .txt h3 {
  font-size: .32rem;
  font-weight: bold;
  margin-bottom: .3rem;
  padding-top: .1rem;
}

.quan_4 .swiper-slide .txt p {
  font-size: .2rem;
  padding-bottom: .1rem;
  background: url(../images/quan_4_ico.png) left .1rem no-repeat;
  background-size: .13rem .13rem;
  padding-left: .33rem;
}

.quan_4 .swiper-slide .txt .p {
  margin-bottom: .2rem;
  height: 2.6rem;
  overflow: hidden;
  padding: 0.3rem;
  padding-top: 0;
  overflow-y: auto;
}

.quan_4_main .gallery-thumbs .swiper-slide {
  text-align: center;
  background: #fff;
  line-height: .4rem;
  height: 1.2rem;
  align-items: center;
  display: flex;
}

.quan_4_main .gallery-thumbs .swiper-slide .img {
  position: relative;
  width: .5rem;
  height: .5rem;
  margin: .05rem auto .05rem;
  border: .05rem solid #fff;
  overflow: hidden;
  border-radius: .1rem;
  background: #fff;
}

.quan_4_main .gallery-thumbs .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  transition: ease-in-out .3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.quan_4_main .gallery-thumbs .swiper-slide .img img:nth-child(2) {
  opacity: 0;
  top: -100%;
}

.quan_4_main .gallery-thumbs .swiper-slide p {
  font-size: .24rem;
  text-align: center;
  padding: 0 .15rem;
  margin: 0 auto;
  color: #666;
}

.quan_4_main .gallery-thumbs .swiper-slide-thumb-active p {
  color: #007f38;
  font-weight: bold;
}

.quan_4_main .gallery-thumbs .swiper-slide-thumb-active .img {
  background: #c8000b;
  border: .05rem solid #c8000b;
}

.quan_4_main .gallery-thumbs .swiper-slide-thumb-active .img img:first-child {
  opacity: 0;
  top: 100%;
}

.quan_4_main .gallery-thumbs .swiper-slide-thumb-active .img img:nth-child(2) {
  opacity: 1;
  top: 0;
}

.quan_4_main .gallery-top .swiper-slide {
  background: #fff;
  background-size: cover;
}

.quan_4_main .gallery-top .swiper-slide .left {
  width: 100%;
  float: none;
  padding-left: .37rem;
  padding-right: .26rem;
  padding-bottom: 1.5rem;
  padding-top: .2rem;
  box-sizing: border-box;
}

.quan_4_main .gallery-top .swiper-slide .left h3 {
  font-size: .3rem;
  font-weight: bold;
  margin-bottom: .2rem;
  padding-top: .2rem;
}

.quan_4_main .gallery-top .swiper-slide .left .p_main {
  overflow-x: hidden;
  height: 3.99rem;
}

.quan_4_main .gallery-top .swiper-slide .left .p {
  line-height: .5rem;
  height: 4rem;
  overflow: auto;
  padding-right: .1rem;
  -webkit-overflow-scrolling: touch
}

.quan_4_main .gallery-top .swiper-slide .left .p img {
  max-width: 100%;
}

.quan_4_main .gallery-top .swiper-slide .left .p::-webkit-scrollbar {
  width: 6px;
  -webkit-appearance: none;
  /***苹果手机**/
  height: 5px;
}

.quan_4_main .gallery-top .swiper-slide .left .p::-webkit-scrollbar-thumb {
  width: 6px;
  -webkit-box-shadow: inset 0 0 5px rgba(91, 152, 217, 5);
  border-radius: 4px;
  background: #32a264;
}

.quan_4_main .gallery-top .swiper-slide .left .p::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: url(../images/line.jpg) center top repeat-y;
}

.quan_4_main .gallery-top .swiper-slide .right {
  width: 100%;
  height: 3.16rem;
  float: none;
  overflow: hidden;
  position: relative;
}

.quan_4_main .gallery-top .swiper-slide .right img {
  width: 100%;
  vertical-align: top;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.quan_4_main .gallery-top {
  overflow: hidden;
  padding-bottom: 0;
}

.quan_4_main .swiper-container-horizontal>.swiper-pagination-bullets,
.quan_4_main .swiper-pagination-custom,
.quan_4_main .swiper-pagination-fraction {
  width: auto;
  left: auto;
  left: .57rem;
  font-size: .3rem;
  bottom: .3rem;
}

.quan_4_main .swiper-pagination-current {
  color: #007f38;
  font-size: .48rem;
}

.wen_4_main {
  background: url(../images/wen_4.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 0 .4rem .5rem;
}

.wen_4_main .left {
  float: none;
  margin-bottom: .2rem;
}

.wen_4_main .left li {
  line-height: .5rem;
  color: #666;
  font-size: .24rem;
}

.wen_4_main .right {
  float: none;
}

.wen_4_main .right img {
  width: 1.9rem;
  height: 1.9rem;
  border: 1px solid #d8d8d8;
}

.wen_4_main .right p {
  font-size: .24rem;
  color: #666;
  padding-top: 5px;
}

.wen_4_main .right li {
  float: left;
  text-align: center;
  transition: ease-in-out .2s;
}

.product_main_1 {
  background: url(../images/you_3.jpg) center top no-repeat;
  background-size: cover;
  padding: 0 .4rem;
  padding-bottom: .8rem;
}

.product_main_1 .content .js-list {
  margin: 0;
}

.product_main_1 .a a {
  font-size: .28rem;
  margin-right: .3rem;
  color: #666;
  padding-bottom: .15rem;
  display: block;
  float: left;
  border-bottom: 1px solid transparent;
}

.product_main_1 .a a:hover,
.product_main_1 .a a.hover {
  color: #007f38;
  border-bottom: 1px solid #007f38;
}

.product_main_1 .pro_menu {
  padding-top: .3rem;
  margin-bottom: .3rem;
}

.product_main_1 .pro_menu li {
  font-size: .28rem;
  float: left;
  border-radius: .25rem;
  margin-right: 2%;
  width: 32%;
  margin-bottom: .15rem;
}

.product_main_1 .pro_menu li a {
  color: #666;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: .5rem;
}

.product_main_1 .pro_menu li:hover,
.product_main_1 .pro_menu li.hover {
  background: #0bbb66;
}

.product_main_1 .pro_menu li:hover a,
.product_main_1 .pro_menu li.hover a {
  color: #fff;
}

.product_main_1 .pro_menu li:nth-child(3n) {
  margin-right: 0;
}

.product_main_1 .body .left {
  float: none;
}

.product_main_1 .body .left .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.product_main_1 .body .left .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}

.product_main_1 .body .right {
  float: none;
}

.product_main_1 .body .right h3 {
  border-bottom: 1px solid #b3b3b3;
  font-size: .25rem;
  color: #666;
  margin-top: .3rem;
}

.product_main_1 .body .right h3 span {
  font-size: .35rem;
  font-weight: bold;
  margin-right: .1rem;
  color: #333;
  position: relative;
  display: inline-block;
  height: 100%;
  padding-bottom: .15rem;
}

.product_main_1 .body .right h3 span:after {
  left: 0;
  bottom: -2px;
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #00843b;
}

.product_main_1 .body .right .p {
  overflow: auto;
  font-size: .24rem;
  line-height: .5rem;
  color: #666;
  margin-top: .3rem;
  height: 5rem;
  padding-right: .2rem;
}

.product_main_1 .body .right .p::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

.product_main_1 .body .right .p::-webkit-scrollbar-thumb {
  width: 6px;
  -webkit-box-shadow: inset 0 0 5px rgba(91, 152, 217, 5);
  border-radius: 4px;
  background: #6eb38c;
}

.product_main_1 .body .right .p::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: url(../images/line.jpg) center top repeat-y;
}

.product_main_1 .body .right .p .button {
  font-size: .18rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 0.2rem auto 0;
  background: #0bbb66;
  width: 19%;
  height: .45rem;
  text-align: center;
  color: #fff;
  line-height: .45rem;
}

.product_main_1 .body .right .p .button a {
  color: #fff;
  width: 100%;
}

.toutiao {
  background: #f1f5f6;
  border-bottom: 1px solid #ddd;
}

.toutiao .w1600 {
  background: url(../images/toutiao.png) .4rem no-repeat;
  background-size: .92rem auto;
  height: 1.86rem;
  padding: .4rem .4rem .4rem 1.6rem;
  box-sizing: border-box;
  text-align: center;
}

.toutiao .w1600 h3 {
  font-size: .32rem;
  font-weight: bold;
  padding: 0 .1rem;
  padding-top: .1rem;
  padding-bottom: .05rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.toutiao .w1600 p {
  padding: 0 .1rem;
  font-size: .24rem;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
  text-overflow: ellipsis;
}

.toutiao .w1600 a:hover h3 {
  color: #cd2b00;
}

.toutiao .w1600 a:hover p {
  color: #666
}