@charset "utf-8";
.public_ad_header_email{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.public_header_main .public_ad_header_email h3{
  font-size:20px;
  color:#000;
  padding-left: 50px;
  font-weight: bold;
}
.public_header_main .public_ad_header_email i{
  font-size:16px;
  border-radius: 50%;
  border: 1px #07a73c solid;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
.banner .swiper-pagination-bullet{
  border: 2px #4c4442 solid;
  background-color: #4c4442;
}
.banner .swiper-pagination-bullet-active{
  border: 2px #07a73c solid;
  background-color: #07a73c;
}

/* indexproducts */
.indexproducts{
  padding: 50px 0;
}
.indextitle{
  margin-bottom: 50px;
  word-wrap: break-word;
  word-break: break-all;

}
.indextitle h3{
  font-size:48px;
}
.indextitle h3 span{
  color:#07a73c
}
.indexproducts_item{
  position: relative;
  transition: all 0.35s ease;
  margin-bottom: 30px;
  cursor: pointer;
}
.indexproducts_img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  cursor: pointer;
}
.indexproducts_img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}
.indexproducts_title{
  position: absolute;
  top:5%;
  left: 5%;
  bottom: 5%;
  right: 5%;
  width: 90%;
  height: 90%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.indexproducts_number{
  padding: 30px 0 20px 20px;
  color:#fff;
  font-size:24px;
  font-weight: bold;
  position: relative;
}
.indexproducts_number::after{
  content: "";
  width: 80px;
  height: 2px;
  background-color: #07a73c;
  bottom:0;
  left: 0;
  position: absolute;
}
.indexproducts_tit{
  position: absolute;
  bottom:50px;
  color:#fff;
  left: 20px;
  right:20px
}
.indexproducts_tit a{
  color:#fff
}
.indexproducts_tit h2{
  font-size: 24px;
  font-weight: bold;
  margin-bottom:30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
.indexproducts_tit p{
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
.indexproducts_item:hover .indexproducts_title{
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease;
}
.indexproducts_item:hover .indexproducts_tit h2 a{
  color: #07a73c;
}
.indexproducts_item:hover .indexproducts_img img{
  transform: scale(1.1);
  transition: all 0.35s ease;
}

/* about */
.indexabout{
  background: url(../images/1.webp) no-repeat fixed;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.indexabout::after{
  content: "";
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.indexabout_main{
  position: relative;
  z-index: 99;
}
.indexabout_title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.indexabout_title .indexabout_title_left{
  font-size:48px;
  font-weight: bold;
  text-transform: uppercase;
  color:#fff;
  flex: 0 40%;

}
.indexabout_title .indexabout_title_right{
  word-wrap: break-word;
  word-break: break-all;
  color:#fff;
  flex: 0 60%;
  color:#07a73c;
  padding-left: 100px;
  position: relative;
}
.indexabout_title .indexabout_title_right::before{
  content: "";
  left: 0;
  width: 80px;
  height: 2px;
  background-color:#07a73c;
  position: absolute;
  top:20px
}
.indexabout_maintit{
  color: #fff;
  padding-top: 80px;
  line-height: 24px;
  font-size:16px
}
.indexabout_advantages{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color:#fff;
  margin-top: 50px;
}
.indexabout_advwrap i{
  position: absolute;
  color: #07a73c;
  font-size:30px;
  margin-right: 10px;
}
.indexabout_advwrap h3{
    margin-right: 50px;
    white-space: nowrap;
    padding-left: 30px;
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
}

.indexabout_advwrap span{
    font-size: 16px;
  color: #07a73c;
  word-wrap: break-word;
word-break: break-all;
}
.indexabout_more{
  border-radius: 35px;
  border:2px #fff dotted;
  font-size:20px;
  color:#fff;
  padding: 10px 30px;
  margin-top: 30px;
  display: inline-block;
  transition: all ease 0.35s;
}
.indexabout_more:hover{
  background-color: #07a73c;
  transition: all ease 0.35s;
  border:2px #07a73c dotted;
  box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(184, 152, 113, 0.5);
}

/* indexadvantages */
.indexadvantages{
  padding: 100px 0;
}
.indexhotproducts{
  position: relative;
}

.indexhotproduct_img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  cursor: pointer;
}
.indexhotproduct_img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}
.indexhotproduct_title{
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
}
.indexhotproduct_title i{
  color: #fff;
  z-index: 99;
  transition: all ease 0.3s;
  font-size:40px
}
.indexhotproducts .indexhotproduct_title a{
  transition: all ease 0.3s;
}
.indexhotproducts:hover .indexhotproduct_title a{
  transform: scale(2);
  transition: all ease 0.3s;
}
.indexhotproducts:hover .indexhotproduct_img img{
  transform: scale(1.1);
  transition: all ease 0.3s;
}
.productSwiper{
  padding-bottom: 50px;
}
.productSwiper .swiper-pagination{
  text-align: right;
}
.productSwiper .swiper-pagination-bullet-active{
  background-color: #07a73c !important;
  border: 1px #07a73c solid;
}
.productSwiper .swiper-pagination-bullet{
  background:none;
  border: 2px #07a73c solid;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.productSwiper .swiper-button-next{
  bottom: 0;
  top: auto;
  left: 50px;
  width: 45px;
  text-align: center;
  z-index: 9999;
}
.productSwiper .swiper-button-prev {
  bottom: 0;
  top: auto;
  left: 0;
  width: 45px;
  text-align: center;
  z-index: 9999;
}
.productSwiper .swiper-button-next::after{
  font-family: "iconfont";
  content: "\eceb";
  font-size:30px;
  color:#000
}
.productSwiper .swiper-button-prev::after{
  font-family: "iconfont";
  content: "\e603";
  font-size:30px;
  color:#000
}
.indexadvantages_wrap{
   width: 90%;
   padding-left: 10%;
   padding-top: 30px;
   padding-bottom: 30px;
}
.indexadvantages_icon{
  position: relative;
}
.indexadvantages_icon .indexadvantages_icon_img{
  position: relative;
}
.indexadvantages_icon .indexadvantages_icon_number{
  position: absolute;
  top:-20px;
  left: 30px;
  font-size:24px;
  font-weight: bold;
  color:#07a73c;
}
.indexadvantages_icon_img img{
  max-height: 50px;
}
.indexadvantages_tit{
  margin-top: 20px;
}
.indexadvantages_tit h2{
  font-size:20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  word-wrap: break-word;
word-break: break-all;
}
.indexadvantages_tit p{
  font-size:15px;
  color: #999;
  word-wrap: break-word;
word-break: break-all;
}

/* indexview */
.indexview{
  background-color: #322e2d;
  padding: 100px 0;
}
.indextitle_view{
  margin-bottom: 50px;
}
.indextitle_view h3{
  font-size:48px;
  color:#fff
}
.indextitle_view h3 span{
  color:#07a73c
}
.indextitle_view p{
  color:#07a73c
}
.indexviewSwiper{
  position: relative;
}
.viewSwiper .swiper-slide{
  height: auto;
}
.viewSwiper{
  padding-bottom: 80px;
}
.viewSwiper_main {
  border: 1px #666 dotted;
  height: 100%;
  position: relative;
  padding: 30px 20px;
  display: flex;
  justify-content:space-between;
  align-items: center;
}

.viewSwiper_main .viewimg {
  flex: 0 20%;
  text-align: center;
}
.viewSwiper_main .viewimg img{
  border-radius: 50%;
 
}
.viewSwiper_main .viewtit{
  flex: 0 80%;
}
.viewSwiper_main .viewtit h2{
  color:#fff;
  font-size:24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.viewSwiper_main .viewtit p {
  font-size: 14px;
  color: #999;

}
.viewSwiper .swiper-pagination-bullet-active{
  background-color: #07a73c !important;
}
.viewSwiper .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.viewSwiper .swiper-pagination{
  text-align: right;
}

/* news */
.indexnews{
  background-color: #f0f0f0;
  padding: 50px 0;
}
.indexnews .newblogflex {
  display: flex;
  flex-wrap: wrap;
}
.indexnews .blogbox {
  height: 100%;
  position: relative;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
.indexnews .blog_img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  /*padding-top: 80%;*/
}
.indexnews .blog_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews .blog_txt {
  padding: 20px 15px 30px 15px;
}
.indexnews .blog_txt h3 {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-all;
  margin: 0 0 10px 0;
  line-height: 23px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews .blog_txt p {
  word-wrap: break-word;
  /* white-space: pre-wrap; */
  word-break: break-all;
  font-size: 16px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews .blogmorebtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexnews .blogmore {
  display: block;
  padding: 10px 60px;
  font-size: 18px;
  color: #07a73c;
  text-align: center;
  margin-top: 10px;
  border: 1px solid #07a73c;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  border-radius: 35px;
  background:none;
}
.indexnews .blogline {
  width: 0%;
  height: 3px;
  background: #07a73c;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews .blogli:hover .blogline {
  width: 100%;
}
.indexnews .blogli:hover .blogmore {
  background-color: #07a73c;
  border: 1px solid #07a73c;
  color: #fff;
}
.indexnews .blogli:hover .blog_txt h3 {
  font-weight: bold;
  color: #07a73c;
}
.indexnews .blogli:hover .blog_img img {
  transform: scale(1.2);
}
.indexnews .blogli {
  margin-bottom: 30px;
}

/* footer */
.footer{
  background: url(../images/img6.jpg) fixed no-repeat;
  background-size: cover;
  padding:30px 0 50px 0;
  position: relative;
  color: #fff;
}
.footer a{
  color:#fff
}
.footer::before{
  content: "";
  top:0;
  right:0;
  bottom:0;
  left: 0;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.8);
  position: absolute;
}
.foot{
  position: relative;
  z-index: 9;
}
.foot {
  padding:30px 0 30px 0;
  position: relative;
  z-index: 9;
}
.fot_about{
  width: 80%;
}
.foot a:hover {
  color: #07a73c
}
.fot_sj {
  margin-top: 20px;
}
.fot_sj i {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  margin-right: 10px;
  transition: all 0.2s;
  position: relative !important;
  color: #fff;
}
.fot_sj i:hover {
  transition: all 0.2s;
  color: #07a73c;
  transform: scale(0.9);
}
.fot_nav {
  margin-bottom: 10px;
}
.fot_contact i {
  position: absolute;
  color:#07a73c;
  font-weight: bold;
}
.fot_contact h3 {
  padding-left: 30px;
}
.fot_nav p{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
word-break: break-all;
}
.fot_nav ul li {
  padding-top: 10px;
  word-wrap: break-word;
word-break: break-all;
}
.fot_nav h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #07a73c;
  margin-top: 10px;
}
.fot_contact h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #07a73c;
  margin-top: 10px;

}
.fot_contact ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer_copyrights {
  border-top: 1px solid #333;
  margin-top:40px;
  padding: 40px 0 0px 0;
  width: 100%;
  font-size: 18px;
  color: #fff;
}
.footer_copyrights_name {
  font-size: 18px;
  color: #fff;
}
.footer_copyrights_p{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #fff;
}
.footer_Powered{display: flex;justify-content: flex-end;align-items: center;}
.footer_copyrights_p p {
  font-size: 16px;
  color: #fff;
  display: inline;
}
.footer_copyrights_p a {
  font-size: 16px;
  color: #fff;
  display: inline;
  text-transform: uppercase;
}
@media (max-width:576px){
  .navbar-toggler {
    background-color: #07a73c;
  }
  .bg-dark {
    background-color: #fff !important;
    padding:0 0 !important
  }
  .public_header_main{
    display: none;
  }
  .indexproducts_img{
    min-height: auto;
  }
  .indexproducts_number{
    padding: 0 0;
  }
  .indexproducts_tit{
    bottom: 0;
    left: 0; 
    right: 0;
  }
  .indexproducts_tit a{
    font-size:15px
  }
  .indexproducts_tit p{
    display: none;
  }
  .indextitle h3{
    font-size:36px
  }
  .indexabout{
    padding: 50px 0;
  }
  .indexabout_title{
    display: block;
  }
  .indexabout_title .indexabout_title_left{
    font-size:36px
  }
  .indexabout_title .indexabout_title_right{
    padding-left: 0;
  }
  .indexabout_title .indexabout_title_right::before {
    display: none;
  }
  .indexabout_maintit{
    padding-top: 30px;
  }
  .indexadvantages{
    padding: 50px 0;
  }
  .indexhotproduct_img{
    min-height: auto;
  }
  .indexadvantages_wrap{
    width: 100%;
    padding-left: 0;
  }
  .indextitle_view h3{
    font-size:36px
  }
  .viewSwiper_main{
    display: block;
    text-align: center;
  }
  .viewSwiper .swiper-pagination{
    text-align: center;
  }
}
@media (min-width:577px) and (max-width:768px) {
  .navbar-toggler {
    background-color: #07a73c;
  }
  .bg-dark {
    background-color: #fff !important;
    padding:0 0 !important
  }
  .public_header_main{
    display: none;
  }
  .indexproducts_img{
    min-height: auto;
  }
  .indexproducts_number{
    padding: 0 0;
  }
  .indexproducts_tit{
    bottom: 10px;
    left: 0; 
    right: 0;
  }
  .indexproducts_tit h2{
    margin-bottom: 10px;
  }
  .indexproducts_tit a{
    font-size:16px
  }

  .indextitle h3{
    font-size:36px
  }
  .indexabout{
    padding: 50px 0;
  }
  .indexabout_title{
    display: block;
  }
  .indexabout_title .indexabout_title_left{
    font-size:36px
  }
  .indexabout_title .indexabout_title_right{
    padding-left: 0;
  }
  .indexabout_title .indexabout_title_right::before {
    display: none;
  }
  .indexabout_maintit{
    padding-top: 30px;
  }
  .indexadvantages{
    padding: 50px 0;
  }
  .indexhotproduct_img{
    min-height: auto;
  }
  .indexadvantages_wrap{
    width: 100%;
    padding-left: 0;
  }
  .indextitle_view h3{
    font-size:36px
  }
  .viewSwiper_main{
    display: block;
    text-align: center;
  }
  .viewSwiper .swiper-pagination{
    text-align: center;
  }
  
}
@media (min-width:769px) and (max-width:992px) {
  .navbar-toggler {
    background-color: #07a73c;
  }
  .bg-dark {
    background-color: #fff !important;
    padding:0 0 !important
  }
  .public_header_main{
    display: none;
  }
  .indextitle_view h3{
    font-size:36px
  }
  .viewSwiper_main{
    display: block;
    text-align: center;
  }
  .viewSwiper .swiper-pagination{
    text-align: center;
  }

  
}
@media (min-width:993px) and (max-width:1200px) {
  .navbar-toggler {
    background-color: #07a73c;
  }
  .bg-dark {
    background-color: #fff !important;
    padding:0 0 !important
  }
  .public_header_main{
    display: none;
  }
 
  .indexabout_maintit{
    padding-top: 0;
  }
  .viewSwiper_main .viewimg{
    margin-right: 10px;
  }
  .indexproducts_tit{
    bottom: 10px;
  }
  .indexproducts_tit h2{
    margin-bottom: 10px;
  }
  .indexproducts_number{
    padding: 0 0;
  }
  .indexproducts_tit{
    left: 0;
    right: 0;
  }
  .indexadvantages_wrap{
    width: 100%;
    padding-left: 0;
  }
  
}
@media (min-width:1201px) and (max-width:1440px) {
  .indexabout_maintit{
    padding-top: 0;
  }
  .indexproducts_tit{
    bottom: 10px;
  }
  .indexproducts_tit h2{
    margin-bottom: 10px;
  }
  .indexadvantages_wrap{
    width: 100%;
    padding-left: 0;
  }
}
  
@media (min-width:1401px) and (max-width:1680px) {
  
}