@charset "UTF-8";
/**/
/* 通用样式 */
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

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

.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.w1700 {
  max-width: 1730px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/*head*/
.headbg {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
}

.headbg .headindex {
  align-items: center;
}

.headbg .headindex .logo {
  width: 11.76%;
}

.headbg .headindex .logo img {
  max-width: 100%;
}

.headbg .headindex .headr {
  width: calc(100% - 25.29%);
  align-items: center;
  position: relative;
}

.headbg .headindex .headr .ttnav {
  width: 86.61%;
}

.headbg .headindex .headr .ttu .twei {
  position: relative;
  margin-left: 1vw;
}

.headbg .headindex .headr .ttu .twei .erqhover {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 80px;
  height: 80px;
}

.headbg .headindex .headr .ttu .twei .erqhover img {
  width: 100%;
}

.headbg .headindex .headr .ttu .twei:hover .erqhover {
  display: block;
}

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

.ss {
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
  width: 238px;
  padding: 20px;
  border-radius: 20px;
  z-index: 999;
  background: #8bbf25;
}

.ss input {
  outline: none;
  line-height: 30px;
  width: 20%;
  background: none;
  border: 1px solid #fff;
  background: #fff;
  font-size: 13px;
  color: #1c4086;
  float: left;
}

.ss #keyword {
  padding-left: 5px;
  line-height: 30px;
  width: 80%;
  background: none;
  border: 1px solid #fff;
  outline: none;
  font-size: 13px;
  color: #fff;
  float: left;
}

.ss #keyword:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
  color: #fff;
}

/*banner*/
.bannerSwiper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.bannerSwiper .bat {
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: 99;
  width: 100%;
}

.bannerSwiper .bat .bat-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 51.18%;
  float: right;
}

.bannerSwiper .bat .bat-con .ba1 {
  text-align: center;
}

.bannerSwiper .bat .bat-con .ba1 img {
  max-width: 100%;
}

.bannerSwiper .bat .bat-con .bax {
  border: 1px dashed #fff;
  height: 0.5px;
  width: 74.71%;
}

.bannerSwiper .bat .bat-con .swiper-pagination1 {
  position: relative;
  top: 0;
}

.bannerSwiper .bat .bat-con .swiper-pagination1 .swiper-pagination-bullet {
  opacity: 1;
  background: url(../images/ba2.png) no-repeat top center;
  width: 29px;
  height: 29px;
}

.bannerSwiper .bat .bat-con .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../images/ba2h.png) no-repeat top center;
}

/*about*/
.ab-bg {
  background: url(../images/bj2.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 3.90625vw;
  padding-bottom: 5.72916666666667vw;
}

@media (max-width: 767px) {
  .ab-bg {
    padding: 40px 0;
  }
}

.put {
  text-align: center;
}

.put .put1 {
  color: #6ab359;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .put .put1 {
    font-size: 24px;
  }
}

.put .put2 {
  color: #333333;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0.5vw;
}

@media (max-width: 1024px) {
  .put .put2 {
    font-size: 20px;
  }
}

.ab-index {
  margin-top: 1vw;
}

@media (max-width: 767px) {
  .ab-index {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}

.ab-index .abl {
  width: 47.06%;
}

@media (max-width: 767px) {
  .ab-index .abl {
    width: 100%;
  }
}

.ab-index .abr {
  width: 47.06%;
}

@media (max-width: 767px) {
  .ab-index .abr {
    width: 100%;
    margin-top: 20px;
  }
}

.ab-index .at {
  color: #333333;
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .ab-index .at {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .ab-index .at {
    font-size: 18px;
  }
}

.ab-index .at span {
  display: block;
  width: 65px;
  height: 3px;
  background: #429137;
  margin-top: 1.5625vw;
}

.ab-index .aw {
  margin-top: 1.82291666666667vw;
}

.ab-index .aw p {
  color: #666666;
  font-size: 16px;
  line-height: 2.5;
  text-align: justify;
}

@media (max-width: 1024px) {
  .ab-index .aw p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .ab-index .aw p {
    line-height: 22px;
  }
}

.ab-index .am {
  background: url(../images/more.png) no-repeat top center;
  background-size: 100% 100%;
  width: 200px;
  height: 43px;
  margin-top: 2.60416666666667vw;
  margin-bottom: 1.875vw;
}

.ab-index .am a {
  display: block;
  text-align: center;
  line-height: 41px;
  color: #333333;
  font-size: 16px;
}

@media (max-width: 767px) {
  .ab-index .am a {
    font-size: 14px;
  }
}

.ab-index .aimg {
  position: relative;
}

.ab-index .aimg iframe{
    height:396px;
    width:100%;
}

.ab-index .aimg > img {
  width: 100%;
}

.ab-index .aimg .v1 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/v11.png) no-repeat top center;
  background-size: 100% 100%;
  width: 125px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ab-index .aimg .v1 img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .ab-index .aimg .v1 {
    width: 50px;
    height: 50px;
  }
  .ab-index .aimg .v1 img {
    width: 20px;
  }
  .ab-index .aimg iframe{
    height:100%;
    width:100%;
}
}

/*product*/
.pro-bg {
  margin-top: 4.16666666666667vw;
}

@media (max-width: 767px) {
  .pro-bg {
    margin-top: 40px;
  }
}

.pro-bg .pro-index .psort {
  justify-content: center;
  margin-top: 1.77083333333333vw;
}

@media (max-width: 767px) {
  .pro-bg .pro-index .psort {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.pro-bg .pro-index .psort li {
  border: 1px solid #e3e3e3;
  width: 11.18%;
  margin: 0 0.5%;
}

@media (max-width: 767px) {
  .pro-bg .pro-index .psort li {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 2%;
  }
}

.pro-bg .pro-index .psort li a {
  display: block;
  color: #666666;
  font-size: 16px;
  text-align: center;
  line-height: 43px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1024px) {
  .pro-bg .pro-index .psort li a {
    font-size: 14px;
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .pro-bg .pro-index .psort li a {
    font-size: 12px;
    line-height: 35px;
  }
}

.pro-bg .pro-index .psort li:hover {
  border: 1px solid #6ab359;
  background: #6ab359;
}

.pro-bg .pro-index .psort li:hover a {
  color: #fff;
}

.pro-roll {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 1.66666666666667vw;
  margin-bottom: 6.51041666666667vw;
}

@media (max-width: 767px) {
  .pro-roll {
    margin-bottom: 40px;
  }
}

.pro-roll .pnext {
  background: #eeeeee url(../images/l2.png) no-repeat center center;
  width: 46px;
  height: 76px;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  z-index: 99;
}

@media (max-width: 1700px) {
  .pro-roll .pnext {
    left: 0;
  }
}

@media (max-width: 767px) {
  .pro-roll .pnext {
    width: 30px;
    height: 50px;
  }
}

.pro-roll .pprev {
  background: #eeeeee url(../images/r2.png) no-repeat center center;
  width: 46px;
  height: 76px;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  z-index: 99;
}

@media (max-width: 1700px) {
  .pro-roll .pprev {
    right: 0;
  }
}

@media (max-width: 767px) {
  .pro-roll .pprev {
    width: 30px;
    height: 50px;
  }
}

.pro-roll .swiper-pagination-progressbar {
  background: #bcbcbc;
}

.pro-roll .swiper-pagination-progressbar-fill {
  background: #6ab359;
}

.proSwiper {
  width: 100%;
  overflow: hidden;
}

.proSwiper .swiper-pagination3 {
  position: relative;
  margin-top: 3.64583333333333vw;
}

.proSwiper .swiper-slide a {
  display: block;
  border: 1px solid #e3e3e3;
  padding: 0.9375vw;
}

.proSwiper .swiper-slide a .img1 img {
  width: 100%;
}

.proSwiper .swiper-slide a .wz .wz1 {
  color: #333333;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: 1vw;
}

@media (max-width: 1024px) {
  .proSwiper .swiper-slide a .wz .wz1 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .proSwiper .swiper-slide a .wz .wz1 {
    font-size: 14px;
  }
}

.proSwiper .swiper-slide a .wz .wz2 {
  color: #999999;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: 0.78125vw;
}

@media (max-width: 767px) {
  .proSwiper .swiper-slide a .wz .wz2 {
    font-size: 12px;
    margin-top: 5px;
  }
}

.proSwiper .swiper-slide a .wz .wz3 {
  background: url(../images/more2.png) no-repeat center center;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-top: 0.5vw;
}

@media (max-width: 767px) {
  .proSwiper .swiper-slide a .wz .wz3 {
    margin-top: 5px;
  }
}

.proSwiper .swiper-slide:hover a {
  border: 1px solid #539c35;
  background: #539c35;
}

.proSwiper .swiper-slide:hover a .wz1 {
  color: #fff;
}

.proSwiper .swiper-slide:hover a .wz2 {
  color: #fff;
}

.proSwiper .swiper-slide:hover a .wz3 {
  background: url(../images/more2h.png) no-repeat center center;
}

/*qualification*/
.hut .put2 {
  color: #fff;
}

.w1600 {
  max-width: 1630px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.honor-bg {
  background: url(../images/bj3.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 4.94791666666667vw;
  padding-bottom: 6.14583333333333vw;
}

@media (max-width: 767px) {
  .honor-bg {
    padding: 40px 0;
  }
}

.honor-roll {
  position: relative;
  overflow: hidden;
  margin-top: 1.5625vw;
}

@media (max-width: 767px) {
  .honor-roll {
    margin-top: 40px;
  }
}

.honor-roll .hnext {
  background: rgba(255, 255, 255, 0.41) url(../images/l1.png) no-repeat center center;
  width: 60px;
  height: 76px;
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  z-index: 99;
}

@media (max-width: 1600px) {
  .honor-roll .hnext {
    left: 0;
  }
}

@media (max-width: 767px) {
  .honor-roll .hnext {
    width: 30px;
    height: 50px;
  }
}

.honor-roll .hprev {
  background: rgba(255, 255, 255, 0.41) url(../images/r1.png) no-repeat center center;
  width: 60px;
  height: 76px;
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  z-index: 99;
}

@media (max-width: 1600px) {
  .honor-roll .hprev {
    right: 0;
  }
}

@media (max-width: 767px) {
  .honor-roll .hprev {
    width: 30px;
    height: 50px;
  }
}

.honorSwiper {
  width: 100%;
  overflow: hidden;
}

.honorSwiper .swiper-slide .img1 img {
  width: 100%;
}

/*news*/
.news-index {
  margin-top: 5vw;
  margin-bottom: 4.47916666666667vw;
}

@media (max-width: 767px) {
  .news-index {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.news-roll {
  margin-top: 1.5625vw;
}

@media (max-width: 767px) {
  .news-roll {
    margin-top: 20px;
  }
}

.newsSwiper {
  overflow: hidden;
}

.newsSwiper .swiper-pagination2 {
  position: relative;
  top: 0;
  margin-top: 2.86458333333333vw;
}

.newsSwiper .swiper-pagination2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #d1d1d1;
  margin: 0 10px;
  border-radius: 0;
}

.newsSwiper .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6ab359;
}

.newsSwiper .swiper-slide .img1 img {
  width: 100%;
}

.newsSwiper .swiper-slide .wz {
  border: 1px solid #e3e3e3;
  border-top: none;
  padding: 0 0.83333333333333vw;
}

@media (max-width: 767px) {
  .newsSwiper .swiper-slide .wz {
    padding: 0 10px;
  }
}

.newsSwiper .swiper-slide .wz .wz1 {
  color: #4b4b4b;
  font-size: 20px;
  padding: 1.35416666666667vw 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1024px) {
  .newsSwiper .swiper-slide .wz .wz1 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .newsSwiper .swiper-slide .wz .wz1 {
    font-size: 14px;
  }
}

.newsSwiper .swiper-slide .wz .wz2 {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 1.35416666666667vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
  .newsSwiper .swiper-slide .wz .wz2 {
    font-size: 12px;
    line-height: 22px;
  }
}

.newsSwiper .swiper-slide .wz .wz3 {
  border-top: 1px solid #e3e3e3;
  align-items: center;
  padding: 0.83333333333333vw 0;
}

.newsSwiper .swiper-slide .wz .wz3 .wm1 {
  color: #a8acb5;
  font-size: 14px;
}

@media (max-width: 767px) {
  .newsSwiper .swiper-slide .wz .wz3 .wm1 {
    font-size: 12px;
  }
}

.newsSwiper .swiper-slide:hover .wz .wz1 {
  color: #6ab359;
  font-weight: 600;
}

.newsSwiper .swiper-slide:hover .wz .wz3 {
  border-top: 1px solid #6ab359;
}

/*foot*/
.footer {
  padding-top: 4vw;
  background: #1b1b1b;
  padding-bottom: 2vw;
  border-bottom: 1px solid #323232;
  margin-top: 3vw;
}

.footera {
  width: 28%;
  color: #fff;
  background: url(../images/fot.png) no-repeat right 40%;
}

.footera .ftwz {
  font-size: 20px;
  line-height: 1;
}

.footera .dblx {
  font-size: 14px;
  line-height: 33px;
  margin-top: 2vw;
}

.footera .dblx img {
  margin-right: 5px;
}

.footera .dblx p {
  padding-left: 35px;
}

.footera .dblx p:nth-of-type(1) {
  background: url(../images/pp1.png) no-repeat left center;
}

.footera .dblx p:nth-of-type(2) {
  background: url(../images/pp2.png) no-repeat left center;
}

.footera .dblx p:nth-of-type(3) {
  background: url(../images/pp3.png) no-repeat left center;
}

.footera .dbfx {
  margin-top: 2vw;
}

.footera .dbfx .pull-right {
  float: left !important;
}

.footerb {
  width: 58%;
}

.footerb .fot {
  width: 25%;
}

.footerb .fot dd {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 2vw;
}

.footerb .fot dt {
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: normal;
}

.footerb .fot dt a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.3);
}

.footerb .fot dt a:hover {
  color: #6ab359;
}

.footerc .img1 {
  background: #303030;
  padding: 16px;
}

.footerc .img1 img {
  max-width: 100%;
}

.footerc p {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 3;
}

.foot {
  background: #1b1b1b;
  padding: 1.5vw 0;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

.foot a {
  color: rgba(255, 255, 255, 0.3);
}

.foot a:hover {
  color: rgba(255, 255, 255, 0.3);
}

.jszc a {
  margin: 0 5px;
}

.c-link {
  padding: 0px 0;
  font-size: 14px;
  color: #1b1b1b;
  line-height: 24px;
  text-align: center;
}

.c-link .con {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
}

.c-link span {
  cursor: pointer;
  display: block;
}

.c-link dd {
  width: calc(100% - 70px);
}

.c-link a {
  color: #1b1b1b;
  padding: 0 4px;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
  .footer .w1600 {
    flex-wrap: wrap;
  }
  .footera {
    width: 100%;
    margin: 0 auto;
  }
  .footera .ftwz {
    font-size: 16px;
  }
  .footera .dblx {
    font-size: 12px;
  }
  .footerb {
    display: none;
  }
  .foot {
    display: none;
  }
}


.pull-right .share-component a {
    color: #969696!important;
    border-color: #2d2d2d!important;
}