@charset "UTF-8";
@import url("./base.css");

.widget-header {
  position: relative;
  text-align: center;
  padding: 30px 0;
}

.widget-header div:first-child {
  font-size: 38px;
  position: relative;
}

.widget-header div:first-child::before {
  content: '';
  width: 107px;
  height: 1px;
  background: #959595;
  position: absolute;
  top: 27px;
  right: 345px;
}

.widget-header div:first-child:after {
  content: '';
  width: 107px;
  height: 1px;
  background: #959595;
  position: absolute;
  top: 27px;
  left: 345px;
}

.widget-header div i {
  font-style: normal
}

.widget-header div:first-child i:first-child {
  padding-right: 10px;
  color: #70A636;
  text-transform: uppercase;
}

.widget-header div:first-child i:nth-child(2) {
  color: #333;
  font-weight: bold;
}

.widget-header div:first-child i:nth-child(3) {
  color: #333;
}

.widget-header div:nth-child(2) {
  color: #959595;
}

/* row1 */
.row1 .news {
  padding: 0 0 0 2em;
}

.row1 .news-header {
  padding-left: 1em;
  line-height: 48px;
  border-bottom: 2px solid #22b38a;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row1 .news-header .more {
  font-size: 14px;
  margin-right: 1em;
  font-weight: normal;
}

.row1 .news-body {
  padding: 1em 0;
}

.row1 .pro-space {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  bottom: 0;
  z-index: 1;
}

.row1 .pro-space a {
  font-family: "microsoft yahei";
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  padding-left: 20px;
  width: 80%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.new-top-title a {
  color: #333;
  font-family: "MicroSoft YaHei", "sans-serif";
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
  height: 29px;
  line-height: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.new-content {
  color: #333;
  font-family: "MicroSoft YaHei", "sans-serif";
  cursor: pointer;
  margin: 4px 0 15px;
  line-height: 28px;
  font-size: 16px;
  min-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.news-lists {
  cursor: pointer;
  height: 55px;
  margin-bottom: 15px;
}

.news-lists .timeBg {
  float: left;
  background: #008b4a;
  height: 55px;
  width: 55px;
  border-radius: 8px;
}

.news-lists .timeBg div {
  color: #fff;
  text-align: center;
}

.news-lists .timeBg div:nth-child(1) {
  font-size: 22px;
  line-height: 31px;
  font-family: "MicroSoft YaHei", "sans-serif";
}

.news-lists .timeBg div:nth-child(2) {
  font-size: 12px;
  line-height: 17px;
  font-family: "MicroSoft YaHei", "sans-serif";
}

.news-lists .timeBg div:nth-child(2) i {
  font-style: normal;
}

.news-lists .timeTxt {
  padding-left: 70px;
  color: #333;
  font-family: "MicroSoft YaHei", "sans-serif";
}

.news-lists .timeTxt .timeTxtTit {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  height: 29px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
      white-space: nowrap;
}

.news-lists .timeTxt .timeTxtInfo {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  height: 29px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.row1 .swiper-slide a {
  display: block;
}

.row1 .swiper-slide a .img {
  padding-bottom: 57%;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.row1 .swiper-slide a .img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.row1 .swiper-slide a h3 {
  color: #08863f;
  margin: .5em 0;
}

.row1 .swiper-slide a .title {
  line-height: 24px;
  font-size: 14px;
  white-space: normal;
  height: 48px;
}

.row1 .swiper-pagination {
    bottom: 12px;
    left: 560px;
    z-index: 2;
    width: 20%;
}

.row1 .swiper-button-next,
.row1 .swiper-button-prev {
  top: 42%;
}

.row1 .news span {
  float: left;
}

.moreBox {
  padding: 40px 0;
  text-align: center;
  cursor: pointer;
}

.moreBox .moreBtn:hover {
  transition: all .2s 0s;
  box-shadow: 0px 0px 0px #70A636;
}

.moreBox .moreBtn {
  margin: 0 auto;
  display: block;
  width: 160px;
  height: 44px;
  border: 1.5px solid #177C4B;
  border-image: -webkit-linear-gradient(#177C4B, #70A636) 20 20;
  border-image: -moz-linear-gradient(#177C4B, #70A636) 20 20;
  border-image: -o-linear-gradient(#177C4B, #70A636) 20 20;
  border-image: linear-gradient(#177C4B, #70A636) 20 20;
  line-height: 44px;
  box-shadow: 5px 5px 0px #70A636;
}

/* row2 */
.row2 {
  background: #f2f2f2;
}

.row2 .ban_swiper {
  margin: 0 auto;
  width: 98%;
  position: relative;
}

.row2 .swiper-container {
  width: 100%;
  position: unset;
  padding: 1em 0;
}

.row2 .swiper-slide a {
  display: block;
  background: #efefef;
  border: 5px solid #efefef;
}

.row2 .swiper-slide a .img {
  padding-bottom: 30%;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.row2 .swiper-slide a .img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.row2 .swiper-slide a .title {
  line-height: 24px;
  font-size: 14px;
  text-align: center;
}

.row2 .swiper-slide a:hover {
  background: #063333;
  color: #fff;
  border-color: #063333;
}

.row2 .swiper-button-next {
  right: -47px;
  height: 99px;
  background-color: #08863f;
  top: 42px;
}

.row2 .swiper-button-prev {
  left: -47px;
  height: 99px;
  background-color: #08863f;
  top: 42px;
}

.row2 .swiper-pagination {
  display: none;
  width: 100%;
  bottom: 10px;
}

.row2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 4px;
}

.row2 .swiper-pagination-bullet-active {
  background: #063333;
}

/* row3 */
.row3 {
  position: relative;
}

.row3 .wrap {
  background-color: #fff;
  padding: 2em;
}

.row3 .widget-header div:first-child::before {
  right: 725px;
}

.row3 .widget-header div:first-child:after {
  left: 725px;
}

.row3 .el-row {
  margin: 0 -20px;
}

.row3 .el-col {
  padding: 0 20px;
}

.row3 .img {
  border: 5px solid rgba(0, 0, 0, 0.1);
}

.row3 .img img {
  width: 100%;
  vertical-align: top;
}

.row3 .title {
  font-size: 18px;
  color: #08863f;
  line-height: 1em;
  padding-bottom: 10px;
}

.row3 .detail {
  font-size: 14px;
  color: #8d8d8d;
  text-align: justify;
  line-height: 1.8em;
}

.row3 .view_more {
  background-color: rgba(0, 113, 48, 1);
  text-align: center;
  width: 250px;
  padding: 1em;
  display: block;
}

.row3 .view_more a {
  color: white;
}

.row3 .about_float .about_tree {
  position: absolute;
  bottom: 9px;
  left: 20px;
  z-index: 100;
  width: 311px;
  height: 442px;
}

.row3 .about_float .about_tree img {
  width: 311px;
  height: 442px;
}

.row3 .about_float .about_dove {
  position: absolute;
  top: -21.8125px;
  right: 40px;
  z-index: 103;
  width: 380px;
  height: 264px;
}

.row3 .aboutimg {
  display: none;
  padding-bottom: .5em;
}

.row3 .aboutimg img {
  width: 100%;
  vertical-align: top;
  border-radius: 1em;
}

.row3 .about_ico .el-col {
  padding: 1em .5em;
}

.row3 .about_ico img {
  width: 100%;
}

.ban_row {
  /*background: #f2f2f2;*/
  padding: .5em 0;
}

/* row4 */

.row4 .wrap {
  padding: 1em;
}

.row4 .widget-header div:first-child::before {
  right: 775px;
}

.row4 .widget-header div:first-child:after {
  left: 775px;
}

.row4 .pz_cate {
  display: none;
}

.row4 .cate-list {
  overflow: hidden;
}

.row4 .cate-list ul,
.row4 .cate-list ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.row4 .cate-list ul {
  line-height: 39px;
}

.row4 .cate-list ol {
  background-color: #08863f;
  color: #fff;
  padding-left: 1em;
  line-height: 43px;
}

.row4 .cate-list ul li {
  float: left;
  width: 12.4%;
  text-align: center;
}

.row4 .cate-list li a {
  color: #fff;
  font-size: 14px;
  padding: 1em 2em;
  background-color: #08863f;
}

.row4 .cate-list li.on a {
  background-color: #ff7c03;
}

.pro-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 -10px;
  overflow: hidden;
  display: none;
}

.pro-list ul li {
  padding: 10px;
  float: left;
  width: 20%;
}

.pro-list ul li a {
  display: block;
}

.pro-list ul li a .img {
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}

.pro-list ul li a .img img {
  position: absolute;
  object-fit: contain;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.pro-list ul li a .title {
  display: block;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro-list ul li a:hover {
  border-color: #336666;
}

.ban_row .wrap {
  margin: 1em auto;
}

/* row5 */
.row5 {
  background-color: #f2f2f2;
}

.row5 .wrap {
  overflow: hidden;
}

.row5 .widget-header div:first-child::before {
  right: 795px;
}

.row5 .widget-header div:first-child:after {
  left: 795px;
}

.row5 .hd {
  font-size: 20px;
  font-weight: bold;
  width: 4%;
  padding: 4% 1%;
  margin-right: 1%;
  background: #08863f;
  color: #fff;
  float: left;
  line-height: 2em;
  vertical-align: middle;
  text-align: center;
}

.row5 .kycg_swiper {
  /* float: left;
  width: 94%; */
  margin: 0 auto;
  position: relative;
}

.row5 .swiper-container {
  width: 100%;
  position: unset;
  padding: 1em 0;
}

.row5 .swiper-slide a {
  display: block;
}

.row5 .swiper-slide a .img {
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.row5 .swiper-slide a .img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.row5 .swiper-slide a .title {
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #2e674f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row5 .swiper-slide a:hover {
  background: #063333;
  color: #fff;
  border-color: #063333;
}

/* row6 */
.row6 .wrap {
  background-color: #fff;
  padding: 2em 1em;
}

.row6 .widget-header div:first-child::before {
  right: 775px;
}

.row6 .widget-header div:first-child:after {
  left: 775px;
}

.row6 .kjdtr_swiper {
  margin: 0 auto;
  width: 92%;
  position: relative;
}

.row6 .swiper-container {
  width: 100%;
  position: unset;
  padding: 1em 0;
}

.row6 .swiper-slide a {
  display: block;
  border: 1px solid #e8e8e8;
  background: #f2f2f2;
}

.row6 .swiper-slide a .img {
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.row6 .swiper-slide a .img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  /* border-radius: 50%;
  border: 5px solid #fff; */
}

.row6 .swiper-slide a .title {
  line-height: 28px;
  font-size: 14px;
  text-align: center;
}

.row6 .swiper-slide a .detail {
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  border-top: 1px dotted #d8d8d8;
  padding: 1em;
}

.row6 .swiper-slide a:hover .detail,
.row6 .swiper-slide a:hover .title {
  background-color: #008b4a;
  color: #fff;
}

.row6 .more {
  height: 30px;
  line-height: 30px;
  text-indent: 3em;
  background: #fff;
}

.row6 .swiper-slide a:hover .more {
  color: #008b4a;
}

.row6 .swiper-slide a:hover {
  border-color: #008b4a;
}

.row6 .swiper-button-next {
  right: -47px;
}

.row6 .swiper-button-prev {
  left: -47px;
}

.row6 .swiper-pagination {
  display: none;
  width: 100%;
  bottom: 10px;
}

.row6 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 4px;
}

.row6 .swiper-pagination-bullet-active {
  background: #063333;
}

/* row7 */
.row7 {
  background-color: #c3ece1;
}

.row7 .wrap {
  padding: 1em 0;
}

.row7 .wrap .el-row {
  background-color: #009442;
}

.row7 .Research-list {
  padding: 0 1em;
}

.row7 .el-col-10 {
  padding: 0 1em;
}

.row7 .el-col-14 {
  padding: 0 1em;
  background-color: #fff;
}

.row7 .Research-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 -10px;
  overflow: hidden;
}

.row7 .Research-list ul li {
  padding: 10px;
  float: left;
  width: 16.66%;
}

.row7 .Research-list ul li a .img {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  box-shadow: 0px 2px 5px 1px #ddd;
  cursor: pointer;
  -webkit-transition: -webkit-transform 1s ease-out;
  -moz-transition: -moz-transform 1s ease-out;
  -o-transition: -o-transform 1s ease-out;
  -ms-transition: -ms-transform 1s ease-out;
  transition: 1s ease-out;
}

.row7 .Research-list ul li a .img img {
  position: absolute;
  object-fit: contain;
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
  vertical-align: top;
}

.row7 .Research-list ul li a .img:hover {
  -webkit-transform: perspective(400px) rotateY(-360deg);
  -moz-transform: perspective(400px) rotateY(-360deg);
  -o-transform: perspective(400px) rotateY(-360deg);
  -ms-transform: perspective(400px) rotateY(-360deg);
  transform: perspective(400px) rotateY(-360deg);
}

.row7 .Research-list ul li a .title {
  display: block;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 
.row7 .news {
  padding: 0 1em;
  background-color: #fff;
  margin-right: 30px;
  height: 400px;
}

.row7 .news-header {
  line-height: 48px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row7 .news-header ul {
  border-bottom: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  display: block;
  padding: 0;
  text-align: center;
  margin: 0;
  width: 100%;
}

.row7 .news-header ul li {
  float: left;
  list-style-type: none;
  width: 25%;
}

.row7 .news-header ul li a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  display: block;
  font-size: 14px;
  color: #555;
}

.row7 .news-header ul li.on>a {
  color: #08863f;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid transparent;
  border-bottom: 2px solid #08863f;
  font-weight: bold;
}

.row7 .news-body {
  padding: 1em 0;
}

.row7 .product_list1 {
  display: none;
}

.row7 .product_list1 .el-col-24 {
  border-bottom: 1px dashed #f2f2f2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.6em 0 0.6em 1.2em;
  position: relative;
}

.row7 .product_list1 .el-col-24::before {
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 3px;
  height: 3px;
  content: "";
  margin-top: -3px;
  background: #555;
  border-radius: 100%;
}
.row7 .news span {
  float: right;
} */
.row7 .widget-header div:first-child::before {
  right: 505px;
}

.row7 .widget-header div:first-child:after {
  left: 505px;
}

.r-glbm .widget-header div:first-child::before {
  background: #fff;
  right: 405px;
  width: 55px;

}

.r-glbm .widget-header div:first-child:after {
  background: #fff;
  left: 405px;
  width: 55px;
}

.r-glbm .widget-header div:first-child i:first-child {
  color: #abe868;
}

.r-glbm .widget-header div:first-child i:nth-child(2) {
  color: #333;
}

.r-glbm .widget-header div:first-child i:nth-child(3) {
  color: #333;
}

.r-glbm .widget-header div:nth-child(2) {
  color: #fff;
}

.glbm .el-col {
  padding: 0 .2em 1em 0;
}


.glbm .el-col:nth-child(4),
.glbm .el-col:nth-child(8) {
  padding-right: 0;
}

.glbm .el-col a {
  text-align: center;
  display: block;
}

.glbm .el-col a img {
  max-width: 100%;
  height: 90px;
  border-radius: 10px;
  border: 3px solid #009442;
}

.glbm .el-col a span {
  line-height: 1.8em;
  color: #fff;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

/* row8 */
/* .row8 .wrap {
  background-color: #fff;
} */

.row8 .links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 -10px;
  overflow: hidden;
}

.row8 .links ul li {
  padding: 10px;
  float: left;
  width: 16.66%;
}

.row8 .links ul li a .img {
  padding-bottom: 41%;
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
  border: 1px solid #ddd;
}

.row8 .links ul li a .img img {
  position: absolute;
  object-fit: contain;
  width: 100%;
  height: 100%;
  vertical-align: top;
}


.row8 .links ul li a .title {
  display: block;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* row9 */
.row9 .news {
  padding: 0 1em;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 3px 5px 0px #ddd;
  height: 396px;
  background: #f9f9f9;
}

.row9 .news-header {
  padding-left: 1em;
  line-height: 48px;
  border-bottom: 2px solid #22b38a;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row9 .news-header .more {
  font-size: 14px;
  margin-right: 1em;
  font-weight: normal;
}

.row9 .news-body {
  padding: 1em 0;
}

.row9 .el-col {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.8em 0 .8em 1.2em;
  position: relative;
}
.row9 .el-col.el-col-8{
  padding: .5em;
}
.row9 .el-col-24 {
  border-bottom: 1px dashed #f2f2f2;
}

.row9 .el-col-24::before {
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 3px;
  height: 3px;
  content: "";
  margin-top: -3px;
  background: #555;
  border-radius: 100%;
}

.row9 .news span {
  float: right;
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 750px) {
  .ban_row {
    display: none;
  }
  .moreBox {
    padding: 0;
}
.row1 .news {
    padding: 0;
}
  .row1 .m-dis .el-col {
    background: url(../img/dot.png) no-repeat 5px 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom:.5em;
    border-bottom: 1px dotted #d8d8d8;
}
  .row1 .m-dis .el-col:before{
  
  }
  .row1 .el-col {
    padding: 0.5em 0;
  }

  .row1 .el-col-24 a {
    padding-left: 1em;
  }

  .row1 .news .el-col-24 span {
    display: none;
  }

  .row3 .about_ico .el-col-8 {
    width: 33.33%;
  }

  .row4 .pz_cate {
    display: block;
  }

  .row4 .pz_cate a {
    background-color: brown;
  }
.row4 .cate-list ul li {
    width: 25%;
}
  .row4 .cate-list li a {
  padding: .5em;
}
  .cate-list ul li {
    width: 25%;
  }

  .cate-list li a {
    padding: .5em 1em;
  }

  .category-list ul li {
    display: inline-block;
  }

  .category-list ul li a {
    border-bottom: none;
  }

  .pro-list ul li,
  .row3 .pro-list ul li {
    width: 50%;
  }

  .ban_row .wrap img {
    width: 100%;
  }

  .row5 .hd {
    float: none;
    width: 100%;
    padding: .5em;
    margin: .5em 0;
    line-height: 1em;
  }

  .row5 .kycg_swiper {
    float: none;
    width: 100%;
  }

  .row5 .swiper-slide a .img {
    background-color: #ddd;
  }

  .row6 .swiper-button-next {
    right: -22px;
  }

  .row6 .swiper-button-prev {
    left: -22px;
  }

  .row7 .Research-list ul li {
    width: 33.33%;
  }

  .row8 .links ul li {
    width: 33.33%;
  }
  .row1 .el-col,
  .row2 .el-col,
  .row3 .el-col,
  .row4 .el-col,
  .row7 .el-col {
    width: 100%;
  }
.row7 .glbm .el-col{
  width:25%;
  }
  .row2 .el-col:nth-child(n + 2) {
    margin-top: 20px;
  }

  .row3::before {
    display: none;
  }

  .row3 .widget-header .title {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #allmap {
    height: 240px;
  }

  #allmap .BMap_bubble_content {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {}