/*=== 公共模块 ===*/
sup {
  vertical-align: super;
  font-size: smaller;
}
.header .logo .img1 {
  display: none;
}
.header .logo .img2 {
  display: block;
}
.header .nav .one .one_a {
  color: #333;
}
.header .search_icon {
  background-image: url(../images/icon/i4s.png);
}
.pageMode {
  padding-top: 210px;
}
.pageMode .mode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: #e3e3e3 1px solid;
}
.pageMode .mode .searchBox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 56px;
  background: #fff;
}
.pageMode .mode .searchBox input {
  width: 220px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  color: #333;
}
.pageMode .mode .searchBox input::placeholder {
  color: #999;
}
.pageMode .mode .searchBox button {
  margin-right: 14px;
  width: 23px;
  height: 56px;
  background: url(../images/icon/i24.png) center no-repeat;
  background-size: 100% auto;
}
/*面包屑*/
.add {
  margin-bottom: 10px;
  font-size: 16px;
  color: #999;
}
.add a {
  float: left;
  color: #666;
}
.add a:hover {
  color: #02723d;
}
.add i {
  float: left;
  margin: 0 6px;
}
.pMtitle {
  margin-bottom: 110px;
  font-size: 36px;
  color: #02723d;
  font-weight: bold;
}
/*二级导航*/
@media (min-width: 1201px) {
  .pageNav .swiper-wrapper {
    align-items: center;
    flex-wrap: wrap;
  }
}
.pageNav .swiper-slide {
  position: relative;
  justify-content: center;
  margin-right: 35px;
  width: auto;
  line-height: 80px;
  font-size: 20px;
  color: #666;
}
.pageNav .swiper-slide p {
  position: relative;
  padding-left: 35px;
}
.pageNav .swiper-slide p::before {
  transition: all 0.5s;
  transform: scale(0);
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 80px;
  background: url(../images/icon/i3.png) center no-repeat;
  background-size: 100% auto;
  content: " ";
}
.pageNav .swiper-slide.cur,
.pageNav .swiper-slide:hover {
  color: #02723d;
}
.pageNav .swiper-slide.cur p::before,
.pageNav .swiper-slide:hover p::before {
  transition: all 0.5s;
  transform: scale(1);
}
/*三级导航*/
.pageNavThree {
  display: flex;
  flex-wrap: wrap;
  margin: 60px auto 0;
}
.pageNavThree a {
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  padding: 0 26px;
  line-height: 54px;
  font-size: 18px;
  color: #666;
  border-radius: 54px;
  background: #f3fff1;
}
.pageNavThree a .icon {
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 18px;
}
.pageNavThree a .icon img {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.pageNavThree a .icon img.img2 {
  opacity: 0;
}
.pageNavThree a.cur,
.pageNavThree a:hover {
  transition: all 0.5s;
  color: #fff;
  background: #00713b;
}
.pageNavThree a.cur .icon img,
.pageNavThree a:hover .icon img {
  transition: all 0.5s;
}
.pageNavThree a.cur .icon img.img1,
.pageNavThree a:hover .icon img.img1 {
  opacity: 0;
}
.pageNavThree a.cur .icon img.img2,
.pageNavThree a:hover .icon img.img2 {
  opacity: 1;
}
.title2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.title2 b {
  font-size: 36px;
  font-weight: bold;
}
/*分页*/
.paging {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 110px;
  line-height: 50px;
  text-align: center;
}
.paging li {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.paging li a,
.paging li span {
  color: #666;
  min-width: 40px;
  padding: 0 5px;
  background: #fff;
  border-radius: 100%;
}
.paging li.active a,
.paging li.active span {
  color: #fff;
  background: #00713b;
}
.paging li a:hover {
  color: #00713b;
}
.paging li:first-child span,
.paging li:first-child a {
  margin-right: 20px;
  padding: 0 0 0 30px;
  color: #333;
  background: url(../images/icon/i32.png) left center no-repeat;
  background-size: 20px auto;
}
.paging li:first-child a:hover {
  color: #00713b;
  background-image: url(../images/icon/i32s.png);
}
.paging li:last-child span,
.paging li:last-child a {
  color: #333;
  margin-left: 20px;
  padding: 0 30px 0 0;
  background: url(../images/icon/i33.png) right center no-repeat;
  background-size: 20px auto;
}
.paging li:last-child a:hover {
  color: #00713b;
  background-image: url(../images/icon/i33s.png);
}
.paging .el-pagination {
  position: relative;
}
.paging .el-pagination button:disabled {
  cursor: text;
}
.paging .el-pagination .btn-prev,
.paging .el-pagination .btn-next {
  position: absolute;
  top: 0;
  width: 90px;
  padding: 0;
  background: none;
}
.paging .el-pagination .btn-prev i,
.paging .el-pagination .btn-next i {
  line-height: 52px;
  font-size: 16px;
  color: #666;
}
.paging .el-pagination .btn-prev {
  left: 14px;
}
.paging .el-pagination .btn-prev i {
  padding-left: 30px;
  background: url(../images/icon/i32.png) left center no-repeat;
  background-size: 20px auto;
}
.paging .el-pagination .btn-prev i::after {
  content: "上一页";
}
.paging .el-pagination .btn-prev:hover i {
  color: #00713b;
  background-image: url(../images/icon/i32s.png);
}
.paging .el-pagination .btn-prev:disabled:hover i {
  color: #666;
  background-image: url(../images/icon/i32.png);
}
.paging .el-pagination .btn-next {
  right: 14px;
}
.paging .el-pagination .btn-next i {
  padding-right: 30px;
  background: url(../images/icon/i33.png) right center no-repeat;
  background-size: 20px auto;
}
.paging .el-pagination .btn-next i::after {
  content: "下一页";
}
.paging .el-pagination .btn-next:hover i {
  color: #00713b;
  background-image: url(../images/icon/i33s.png);
}
.paging .el-pagination .btn-next:disabled:hover i {
  color: #666;
  background-image: url(../images/icon/i33.png);
}
.paging .el-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: calc(100% - 210px);
}
.paging .el-pager li {
  display: block;
  color: #666;
  min-width: 40px;
  padding: 0 5px;
  background: #fff;
  cursor: pointer;
}
.paging .el-pager li:hover {
  color: #00713b;
}
.paging .el-pager li.active {
  color: #fff;
  background: #00713b;
  cursor: default;
}
@media (max-width: 1200px) {
  .m_header .logo .m1 {
    display: none;
  }
  .m_header .logo .m2 {
    display: block;
  }
  .m_header .nav_icon {
    background-image: url(../images/mobile/icon/i1s.png);
  }
  .m_header .nav_icon.cur {
    background-image: url(../images/mobile/icon/i2s.png);
    background-size: 0.71rem auto;
  }
  .m_header .search_icon {
    background-image: url(../images/mobile/icon/i3s.png);
  }
  .m_header.cur {
    background: #fff;
    box-shadow: 0 0 0.18rem rgba(0, 0, 0, 0.1);
  }
  .pageMode {
    padding-top: 3.74rem;
  }
  .pageMode .mode {
    margin-left: 4%;
    width: 96%;
  }
  .pageMode .mode .searchBox {
    display: none;
  }
  /*面包屑*/
  .add {
    margin-bottom: 0.3rem;
    font-size: 0.5rem;
  }
  .add i {
    margin: 0 0.15rem;
  }
  .pMtitle {
    margin-bottom: 1.5rem;
    font-size: 0.8rem;
  }
  /*二级导航*/
  .pageNav {
    padding-bottom: 0.1rem;
  }
  .pageNav .swiper-slide {
    margin-right: 0.7rem;
    line-height: 1.6rem;
    font-size: 0.6rem;
  }
  .pageNav .swiper-slide p {
    padding-left: 0.95rem;
  }
  .pageNav .swiper-slide p::before {
    width: 0.69rem;
    height: 1.6rem;
  }
  /*三级导航*/
  .pageNavThree {
    margin: 0.8rem auto 0;
  }
  .pageNavThree a {
    margin: 0 0.4rem 0.4rem 0;
    padding: 0 0.5rem;
    line-height: 1.5rem;
    font-size: 0.56rem;
    border-radius: 1.5rem;
  }
  .pageNavThree a .icon {
    width: 0.85rem;
    height: 0.8rem;
    margin-right: 0.4rem;
  }
  .searchBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.8rem;
    padding: 0 0.6rem;
    border-radius: 1.6rem;
    background: #f2fff1;
  }
  .searchBox input {
    width: calc(100% - 1.6rem);
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 0.52rem;
    color: #333;
  }
  .searchBox input::placeholder {
    color: #999;
  }
  .searchBox button {
    margin-right: 0.4rem;
    width: 0.7rem;
    height: 1.6rem;
    background: url(../images/icon/i24.png) center no-repeat;
    background-size: 100% auto;
  }
  .title2 {
    margin-bottom: 1.2rem;
  }
  .title2 b {
    font-size: 0.8rem;
  }
  /*分页*/
  .paging {
    margin-bottom: 2rem;
    justify-content: space-between;
    line-height: 1.2rem;
  }
  .paging li {
    margin: 0 0.2rem;
    font-size: 0.5rem;
  }
  .paging li a,
  .paging li span {
    min-width: 1.2rem;
    padding: 0;
  }
  .paging li:first-child {
    margin-left: 0;
  }
  .paging li:first-child span,
  .paging li:first-child a {
    margin-right: 0;
    padding: 0;
    font-size: 0px;
    width: 1.2rem;
    background-color: #fff;
    background-position: center;
    background-size: 0.4rem auto;
    border-radius: 100%;
  }
  .paging li:last-child {
    margin-right: 0;
  }
  .paging li:last-child span,
  .paging li:last-child a {
    margin-left: 0;
    padding: 0;
    font-size: 0px;
    width: 1.2rem;
    background-color: #fff;
    background-position: center;
    background-size: 0.4rem auto;
    border-radius: 100%;
  }
  .paging .el-pagination .btn-prev,
  .paging .el-pagination .btn-next {
    width: 1.2rem;
  }
  .paging .el-pagination .btn-prev i,
  .paging .el-pagination .btn-next i {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.5rem;
  }
  .paging .el-pagination .btn-prev {
    left: 0;
  }
  .paging .el-pagination .btn-prev i {
    padding-left: 0;
    background-size: 0.4rem;
    background-position: center;
  }
  .paging .el-pagination .btn-prev i::after {
    content: "";
  }
  .paging .el-pagination .btn-next {
    right: 0;
  }
  .paging .el-pagination .btn-next i {
    padding-right: 0;
    background-size: 0.4rem;
    background-position: center;
  }
  .paging .el-pagination .btn-next i::after {
    content: "";
  }
  .paging .el-pager {
    width: calc(100% - 1.5rem);
  }
  .paging .el-pager li {
    min-width: 1.2rem;
    padding: 0;
  }
}
/*===== p4-0投资者关系 =====*/
.investor {
  background: url(../images/page/investor_bac.png) top center no-repeat;
  background-size: 100% auto;
}
.inv01 {
  padding-top: 80px;
}
.inv01 .text {
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 36px;
  color: #333;
}
.inv01 .text p {
  text-indent: 2em;
}
.inv01 .left {
  float: left;
  width: 54.5%;
  border-radius: 30px;
  background: #f2fff1;
}
.inv01 .left .stock {
  display: flex;
  justify-content: center;
  float: left;
  width: 37%;
  height: 333px;
  border-right: #d9f1de 1px solid;
}
.inv01 .left .stock dt {
  padding: 60px 0 50px;
  font-size: 18px;
  color: #333;
}
.inv01 .left .stock dd {
  color: #02723d;
  font-size: 26px;
  line-height: 42px;
}
.inv01 .left .stock dd p {
  font-weight: bold;
}
.inv01 .left .stock dd b {
  font-size: 32px;
  font-weight: bold;
}
.inv01 .left .next {
  display: flex;
  justify-content: center;
  float: left;
  width: calc(63% - 1px);
  font-size: 18px;
  color: #333;
}
.inv01 .left .next .bor {
  display: block;
}
.inv01 .left .next div {
  display: flex;
}
.inv01 .left .next em {
  padding: 60px 0 40px 0;
  font-size: 16px;
}
.inv01 .left .next b {
  font-size: 54px;
  font-weight: bold;
}
.inv01 .left .next .iconImg {
  margin: 38px 0 0 10px;
  display: block;
  width: 18px;
}
.inv01 .left .next .iconImg img {
  width: 100%;
  display: none;
}
.inv01 .left .next .iconImg .img1 {
  display: block;
}
.inv01 .left .next span {
  padding: 40px 0 0 10px;
}
.inv01 .left .next p {
  margin: 40px 20px 0 0;
}
.inv01 .left .next p:last-child {
  margin-right: 0;
}
.inv01 .right {
  position: relative;
  float: right;
  width: 43%;
  border-radius: 30px;
  overflow: hidden;
}
.inv01 .right .pic {
  width: 100%;
  height: 333px;
  overflow: hidden;
}
.inv01 .right .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.inv01 .right .pos {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
}
.inv01 .right .pos b {
  margin-bottom: 30px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.inv01 .right .pos .more {
  justify-content: left;
}
.inv01 .right .pos .more i {
  color: #fff;
}
.inv01 .right:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .investor {
    background-image: url(../images/mobile/page/investor_bac.png);
  }
  .inv01 {
    padding-top: 1.5rem;
  }
  .inv01 .text {
    margin-bottom: 1.2rem;
    font-size: 0.56rem;
    line-height: 1.08rem;
  }
  .inv01 .left {
    margin-bottom: 0.6rem;
    width: 100%;
    border-radius: 0.3rem;
  }
  .inv01 .left .stock {
    width: 35%;
    height: 7.4rem;
  }
  .inv01 .left .stock dt {
    padding: 1.5rem 0 0.6rem;
    font-size: 0.5rem;
  }
  .inv01 .left .stock dd {
    font-size: 0.66rem;
    line-height: 0.76rem;
  }
  .inv01 .left .stock dd b {
    font-size: 0.66rem;
  }
  .inv01 .left .next {
    width: calc(65% - 1px);
    font-size: 0.5rem;
  }
  .inv01 .left .next em {
    padding: 1.5rem 0 0.6rem;
    font-size: 0.5rem;
  }
  .inv01 .left .next b {
    font-size: 1rem;
  }
  .inv01 .left .next .iconImg {
    margin: 0.6rem 0 0 0.2rem;
    width: 0.43rem;
  }
  .inv01 .left .next span {
    padding: 0.6rem 0 0 0.2rem;
  }
  .inv01 .left .next .bot {
    margin-top: 0.6rem;
    display: block;
  }
  .inv01 .left .next p {
    margin: 0 0 0.2rem;
  }
  .inv01 .right {
    width: 100%;
    border-radius: 0.3rem;
  }
  .inv01 .right .pic {
    height: 7.5rem;
  }
  .inv01 .right .pos b {
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
  }
}
.inv02 {
  padding-top: 100px;
}
.inv02 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inv02 .list a {
  transition: all 0.5s;
  width: 32%;
  border-radius: 30px;
  background: #f2fff1;
}
.inv02 .list a .bor {
  padding: 40px;
}
.inv02 .list a .bor b {
  margin-bottom: 20px;
  height: 72px;
  line-height: 36px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.inv02 .list a .bor .flex {
  display: flex;
  flex-wrap: wrap;
}
.inv02 .list a .bor p {
  margin-bottom: 46px;
  width: 100%;
  font-size: 15px;
  color: #666;
}
.inv02 .list a .bor .moreBox {
  padding: 0 20px;
  line-height: 40px;
  border-radius: 40px;
  border: 1px solid #02723d;
  background: #fff;
}
.inv02 .list a .bor .moreBox i {
  padding-left: 28px;
  font-size: 16px;
  color: #02723d;
  text-align: center;
  background: url(../images/icon/i18.png) left center no-repeat;
  background-size: 17px auto;
}
.inv02 .list a:hover {
  transition: all 0.5s;
  background: url(../images/page/inv02_bac.jpg) center no-repeat;
  background-size: cover;
}
.inv02 .list a:hover .bor b,
.inv02 .list a:hover .bor p {
  color: #fff;
}
@media (max-width: 1200px) {
  .inv02 {
    padding-top: 2rem;
  }
  .inv02 .list a {
    margin-bottom: 0.6rem;
    width: 100%;
    border-radius: 0.3rem;
  }
  .inv02 .list a .bor {
    padding: 0.8rem;
  }
  .inv02 .list a .bor b {
    margin-bottom: 0.6rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.6rem;
    -webkit-line-clamp: 1;
  }
  .inv02 .list a .bor .flex {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .inv02 .list a .bor p {
    margin-bottom: 0;
    width: auto;
    font-size: 15px;
  }
  .inv02 .list a .bor .moreBox {
    padding: 0 0.5rem;
    line-height: 1rem;
    border-radius: 1rem;
  }
  .inv02 .list a .bor .moreBox i {
    padding-left: 0.7rem;
    font-size: 0.5rem;
    background-size: 0.5rem auto;
  }
}
.inv03 .w1400 {
  position: relative;
  margin: 100px auto 120px;
}
.inv03 .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.inv03 .pic i {
  width: 100%;
  height: 100%;
}
.inv03 .next {
  position: relative;
  z-index: 2;
  padding: 70px;
}
.inv03 .next .left {
  float: left;
  width: 380px;
  color: #fff;
}
.inv03 .next .left b {
  margin: 20px 0 30px;
  font-size: 36px;
  font-weight: bold;
}
.inv03 .next .left p {
  line-height: 36px;
  font-size: 22px;
}
.inv03 .next .list {
  float: right;
  width: calc(100% - 380px - 10%);
}
.inv03 .next .list .row {
  display: flex;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.inv03 .next .list .row p {
  margin-left: 20px;
  line-height: 26px;
  font-size: 20px;
  color: #f5f5f5;
}
.inv03 .next .list .row .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  width: 27px;
  height: 26px;
}
.inv03 .next .list .row .icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1200px) {
  .inv03 .w1400 {
    margin: 1.4rem auto 2rem;
  }
  .inv03 .pic {
    border-radius: 0.3rem;
  }
  .inv03 .next {
    padding: 2rem 0.7rem;
  }
  .inv03 .next .left {
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .inv03 .next .left b {
    margin: 0 0 0.6rem;
    font-size: 0.8rem;
  }
  .inv03 .next .left p {
    line-height: 0.9rem;
    font-size: 0.6rem;
  }
  .inv03 .next .list {
    width: 100%;
  }
  .inv03 .next .list .row {
    padding: 0.4rem 0;
  }
  .inv03 .next .list .row p {
    margin-left: 0.36rem;
    line-height: 0.9rem;
    font-size: 0.56rem;
  }
  .inv03 .next .list .row .icon {
    margin-top: 0.16rem;
    width: 0.63rem;
    height: 0.58rem;
  }
}
/*===== p5-0新闻资讯-列表 =====*/
.newList {
  background: url(../images/page/newList_bac.png) top center no-repeat;
  background-size: 100% auto;
}
.new01 {
  margin-top: 80px;
}
.new01 .searchBox {
  display: none;
}
.new01 .swiper-slide {
  margin-bottom: 60px;
}
.new01 .swiper-slide .bor {
  padding: 50px;
  background: url(../images/page/new01_bac.jpg) top center no-repeat;
  background-size: cover;
  border-radius: 30px;
}
.new01 .swiper-slide .pic {
  width: 48%;
  height: 350px;
  border-radius: 30px;
  overflow: hidden;
}
.new01 .swiper-slide .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.new01 .swiper-slide .text {
  float: right;
  transition: all 0.8s;
  margin-top: 30px;
  width: 48%;
}
.new01 .swiper-slide .text span {
  margin-bottom: 20px;
  font-size: 16px;
  color: #999;
  font-family: "poppins";
}
.new01 .swiper-slide .text b {
  margin-bottom: 26px;
  height: 84px;
  line-height: 42px;
  font-size: 26px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new01 .swiper-slide .text p {
  margin-bottom: 36px;
  height: 90px;
  line-height: 30px;
  font-size: 18px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.new01 .swiper-slide .text .more {
  justify-content: left;
}
.new01 .swiper-slide:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.1);
}
.new01 .swiper-slide:hover .text b {
  color: #02723d;
}
.new01 .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 0px;
}
.new01 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #b2d4c4;
  cursor: pointer;
}
.new01 .swiper-pagination .swiper-pagination-bullet-active {
  background: #00713b;
}
@media (max-width: 1200px) {
  .newList {
    background-image: url(../images/mobile/page/newList_bac.png);
  }
  .new01 {
    margin-top: 1.25rem;
  }
  .new01 .swiper-slide {
    margin-bottom: 1.2rem;
  }
  .new01 .swiper-slide .bor {
    padding: 0;
    background: url(../images/page/new01_bac.jpg) top center no-repeat;
    background-size: cover;
    border-radius: 0.3rem;
    overflow: hidden;
  }
  .new01 .swiper-slide .pic {
    width: 100%;
    height: 7.8rem;
    border-radius: 0;
  }
  .new01 .swiper-slide .text {
    transition: all 0.8s;
    margin: 0.9rem 0.6rem 1.1rem;
    width: calc(100% - 1.2rem);
  }
  .new01 .swiper-slide .text span {
    margin-bottom: 0.5rem;
    font-size: 0.5rem;
  }
  .new01 .swiper-slide .text b {
    margin-bottom: 0.4rem;
    height: 2rem;
    line-height: 1rem;
    font-size: 0.66rem;
  }
  .new01 .swiper-slide .text p {
    margin-bottom: 0.7rem;
    height: 2.7rem;
    line-height: 0.9rem;
    font-size: 0.56rem;
  }
  .new01 .swiper-pagination .swiper-pagination-bullet {
    width: 0.37rem;
    height: 0.37rem;
  }
}
.new02 .list {
  margin: 80px auto 60px;
}
.new02 .list a {
  float: left;
  margin: 0 2.15% 2.15% 0;
  width: 31.9%;
  border-radius: 20px;
  overflow: hidden;
}
.new02 .list a:nth-child(3n) {
  margin-right: 0;
}
.new02 .list a .pic {
  width: 100%;
  height: 255px;
  overflow: hidden;
}
.new02 .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.new02 .list a .text {
  transition: all 0.5s;
  position: relative;
  padding: 30px 30px;
  background: #f9fbf9;
}
.new02 .list a .text b {
  margin-bottom: 20px;
  height: 72px;
  line-height: 36px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new02 .list a .text span {
  font-size: 15px;
  color: #999;
  font-family: "poppins";
}
.new02 .list a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.new02 .list a:hover .text {
  transition: all 0.5s;
  background: #f2fff1;
}
.new02 .list a:hover .text b {
  color: #02723d;
}
@media (max-width: 1200px) {
  .new02 .list {
    margin: 1.8rem auto 0.2rem;
  }
  .new02 .list a {
    margin: 0 0 0.7rem 0;
    width: 100%;
    border-radius: 0.3rem;
  }
  .new02 .list a .pic {
    height: 7.75rem;
  }
  .new02 .list a .text {
    padding: 0.9rem 0.8rem;
  }
  .new02 .list a .text b {
    margin-bottom: 0.4rem;
    height: 1.8rem;
    line-height: 0.9rem;
    font-size: 0.6rem;
  }
  .new02 .list a .text span {
    font-size: 0.54rem;
  }
}
/*===== p5-1新闻资讯-招标公告 =====*/
.not01 .list {
  margin: 80px auto 60px;
}
.not01 .list a {
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
  padding: 25px 50px;
  border-radius: 30px;
  overflow: hidden;
  background: #f9fbf9;
}
.not01 .list a .text b {
  margin-bottom: 12px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.not01 .list a .text span {
  font-size: 15px;
  color: #999;
  font-family: "poppins";
}
.not01 .list a .icon {
  position: relative;
  width: 35px;
  height: 60px;
}
.not01 .list a .icon img {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.not01 .list a .icon .img2 {
  opacity: 0;
}
.not01 .list a:hover {
  transition: all 0.5s;
  background: linear-gradient(to right, #349a2c, #00713b);
}
.not01 .list a:hover .text b,
.not01 .list a:hover .text span {
  color: #fff;
}
.not01 .list a:hover .icon .img1 {
  transition: all 0.5s;
  opacity: 0;
}
.not01 .list a:hover .icon .img2 {
  transition: all 0.5s;
  opacity: 1;
}
@media (max-width: 1200px) {
  .not01 .list {
    margin: 0.8rem auto 1.5rem;
  }
  .not01 .list a {
    margin-bottom: 0.7rem;
    padding: 0.6rem;
    border-radius: 0.3rem;
  }
  .not01 .list a .text {
    width: calc(100% - 1.9rem);
  }
  .not01 .list a .text b {
    margin-bottom: 0.5rem;
    height: 1.8rem;
    line-height: 0.9rem;
    font-size: 0.6rem;
    -webkit-line-clamp: 2;
  }
  .not01 .list a .text span {
    font-size: 0.54rem;
  }
  .not01 .list a .icon {
    width: 1.3rem;
    height: 1.8rem;
  }
}
/*===== p5-2新闻资讯-详情 =====*/
.newDetal {
  background: url(../images/page/newDetal_bac.png) top center no-repeat;
  background-size: 100% auto;
}
.newDetal .pageMode {
  padding-top: 140px;
}
.newDetal01 {
  padding-bottom: 50px;
}
.newDetal01 .title {
  margin: 40px auto 50px;
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.newDetal01 .cen {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.newDetal01 .cen i {
  margin-right: 30px;
}
.newDetal01 .cen .icon-text {
  display: flex;
}
.newDetal01 .cen .icon-text span {
  position: relative;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 4px;
  border: #fff 1px solid;
}
.newDetal01 .cen .icon-text span.big,
.newDetal01 .cen .icon-text span.middle,
.newDetal01 .cen .icon-text span.small {
  margin: 0 5px;
  min-width: 22px;
  cursor: pointer;
}
.newDetal01 .cen .icon-text span.cur {
  color: #bd1a2d;
  border: #bd1a2d 1px solid;
}
.newDetal01 .text {
  padding: 30px 0 50px;
  font-size: 18px;
  line-height: 36px;
  color: #333;
  word-wrap: break-word;
  word-break: normal;
  border-top: #d9e5d8 1px solid;
}
.newDetal01 .text b {
  font-weight: bold;
}
.newDetal01 .text p {
  margin-bottom: 10px;
  text-indent: 2em;
  text-align: justify;
}
.newDetal01 .text p:has(img) {
  text-indent: 0em;
}
.newDetal01 .text img,
.newDetal01 .text video {
  display: block;
  margin: 10px auto;
  width: 80%;
  max-width: 100%;
  height: auto !important;
}
.newDetal01 .text span,
.newDetal01 .text i,
.newDetal01 .text em,
.newDetal01 .text a,
.newDetal01 .text b {
  display: inline;
}
.newDetal01 .text table {
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
  border-top: #000 1px solid !important;
  border-right: #000 1px solid !important;
  border-collapse: collapse;
  border-spacing: 0;
}
.newDetal01 .text table span,
.newDetal01 .text table i,
.newDetal01 .text table em,
.newDetal01 .text table a,
.newDetal01 .text table b {
  white-space: pre-wrap;
}
.newDetal01 .text table td {
  padding: 0 2px !important;
  width: auto !important;
  border-bottom: #000 1px solid !important;
  border-left: #000 1px solid !important;
}
.newDetal01 .text table p {
  line-height: 26px;
  text-indent: 0em;
  text-align: inherit;
}
.newDetal01 .go_page {
  padding: 42px 0;
  position: relative;
  border-top: #e6e6e6 2px solid;
}
.newDetal01 .go_page .up {
  margin-bottom: 25px;
  width: 100%;
  font-size: 16px;
  color: #333;
}
.newDetal01 .go_page .up a {
  max-width: calc(100% - 110px);
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newDetal01 .go_page .up a:nth-child(1) {
  font-weight: bold;
}
.newDetal01 .go_page .up a:nth-child(2) {
  color: #999;
}
.newDetal01 .go_page .up:hover a {
  color: #00622f;
}
@media (max-width: 1200px) {
  .newDetal .pageMode {
    padding-top: 3.7rem;
  }
  .newDetal01 {
    padding-bottom: 1.8rem;
  }
  .newDetal01 .title {
    margin-bottom: 0.84rem;
    line-height: 1.08rem;
    font-size: 0.72rem;
    text-align: left;
  }
  .newDetal01 .cen {
    flex-wrap: wrap;
    padding-bottom: 0;
    width: 100%;
    line-height: 0.9rem;
    font-size: 0.52rem;
  }
  .newDetal01 .cen i,
  .newDetal01 .cen span {
    margin: 0 0.2rem 0.37rem;
  }
  .newDetal01 .cen .icon-text {
    width: 100%;
    justify-content: center;
  }
  .newDetal01 .cen .icon-text span {
    height: 0.72rem;
    line-height: 0.72rem;
    border-radius: 4px;
  }
  .newDetal01 .cen .icon-text span.big,
  .newDetal01 .cen .icon-text span.middle,
  .newDetal01 .cen .icon-text span.small {
    margin: 0 0.2rem;
    min-width: 0.72rem;
  }
  .newDetal01 .text {
    padding: 1rem 0;
    font-size: 0.56rem;
    line-height: 1.08rem;
    width: 100%;
    overflow-x: auto;
  }
  .newDetal01 .text p {
    margin-bottom: 0;
  }
  .newDetal01 .text img,
  .newDetal01 .text video {
    margin: 0.6rem auto;
    width: 100% !important;
  }
  .newDetal01 .text table {
    min-width: 100% !important;
  }
  .newDetal01 .text table p {
    line-height: 0.8rem;
  }
  .newDetal01 .go_page {
    padding: 1.1rem 0 0;
    border-top: #e6e6e6 1px solid;
  }
  .newDetal01 .go_page .up {
    margin-bottom: 0.7rem;
    width: 100%;
    font-size: 0.54rem;
  }
  .newDetal01 .go_page .up a {
    max-width: calc(100% - 2.2rem);
  }
}
/*===== 产品 =====*/
.product {
  background: url(../images/page/product_bac.png) top center no-repeat;
  background-size: 100% auto;
}
.pro01 {
  padding-top: 100px;
}
.pro01 .t {
  margin-bottom: 60px;
  font-size: 36px;
  color: #333;
  font-weight: bold;
}
.pro01 .mode {
  padding-bottom: 100px;
}
.pro01 .swiper {
  margin-left: 13.545%;
  width: 86.455%;
}
.pro01 .swiper a {
  margin: 0 4% 0 0;
  min-width: 1200px;
}
.pro01 .swiper a:last-child {
  margin-right: 13.5vw;
}
.pro01 .swiper a .pic {
  transition: all 1s;
  opacity: 0.5;
  float: left;
  width: 39.57%;
  height: 396px;
  border-radius: 396px;
  overflow: hidden;
}
.pro01 .swiper a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.pro01 .swiper a .text {
  float: right;
  width: 55.3%;
  padding-top: 70px;
}
.pro01 .swiper a .text .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.pro01 .swiper a .text .top i {
  margin-right: 17px;
  padding: 0 12px;
  line-height: 27px;
  font-size: 14px;
  color: #fff;
  font-family: "poppins";
  border-radius: 27px;
  background: #00713b;
}
.pro01 .swiper a .text .top p {
  width: calc(100% - 130px);
  font-size: 24px;
  color: #333;
  font-weight: bold;
  overflow: hidden ;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro01 .swiper a .text .cen {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 36px;
  color: #333;
}
.pro01 .swiper a .text .bot {
  display: flex;
  flex-wrap: wrap;
}
.pro01 .swiper a .text .bot i {
  padding: 0 30px 0 20px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  background: url(../images/icon/i30.png) left center no-repeat;
  background-size: 7px auto;
}
.pro01 .swiper a.swiper-slide-active .pic {
  transition: all 1s;
  opacity: 1;
  border-radius: 40px;
}
.pro01 .swiper .pos {
  position: absolute;
  left: 0;
  top: 0;
}
.pro01 .swiper .pos .fr {
  display: flex;
  align-items: center;
  width: 55.3%;
  height: 30px;
}
.pro01 .swiper .swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.pro01 .swiper .swiper-pagination span {
  padding: 0 5px;
  font-weight: bold;
}
.pro01 .swiper .swiper-pagination .current {
  color: #00713b;
}
.pro01 .swiper .swiper-button-next,
.pro01 .swiper .swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  z-index: 2;
  margin-top: 0;
  width: 20px;
  height: 30px;
  cursor: pointer;
}
.pro01 .swiper .swiper-button-prev {
  margin-right: 40px;
  background: url(../images/icon/i32.png) center no-repeat;
  background-size: 100% auto;
}
.pro01 .swiper .swiper-button-prev:hover {
  background-image: url(../images/icon/i32s.png);
}
.pro01 .swiper .swiper-button-next {
  margin-left: 40px;
  background: url(../images/icon/i33s.png) center no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1646px) {
  .pro01 .swiper {
    margin-left: calc(50vw - 600px);
    width: calc(50vw + 600px);
  }
  .pro01 .swiper a:last-child {
    margin-right: calc(50vw - 600px);
  }
}
@media (min-width: 2633px) {
  .pro01 .swiper {
    margin-left: calc(50vw - 960px);
    width: calc(50vw + 960px);
  }
  .pro01 .swiper a:last-child {
    margin-right: calc(50vw - 960px);
  }
}
@media (max-width: 1200px) {
  .product {
    background-image: url(../images/mobile/page/product_bac.png);
  }
  .pro01 {
    padding-top: 1.5rem;
  }
  .pro01 .t {
    margin-bottom: 1rem;
    font-size: 0.8rem;
  }
  .pro01 .mode {
    padding: 0 0 2rem;
  }
  .pro01 .swiper {
    padding-bottom: 1.8rem;
    margin-left: 4%;
    width: 92%;
  }
  .pro01 .swiper a {
    margin: 0;
    min-width: 10rem;
  }
  .pro01 .swiper a:last-child {
    margin-right: 0;
  }
  .pro01 .swiper a .pic {
    width: 100%;
    height: 9.8rem;
    border-radius: 0.4rem;
  }
  .pro01 .swiper a .text {
    width: 100%;
    padding-top: 1rem;
  }
  .pro01 .swiper a .text .top {
    margin-bottom: 0.8rem;
  }
  .pro01 .swiper a .text .top i {
    margin-right: 0.4rem;
    padding: 0.15rem 0.4rem 0;
    line-height: 0.8rem;
    font-size: 0.5rem;
    border-radius: 95rem;
  }
  .pro01 .swiper a .text .top p {
    width: calc(100% - 4rem);
    font-size: 0.6rem;
  }
  .pro01 .swiper a .text .cen {
    margin-bottom: 0.6rem;
    font-size: 0.56rem;
    line-height: 1.08rem;
  }
  .pro01 .swiper a .text .bot i {
    padding: 0 0.7rem 0 0.5rem;
    line-height: 1.2rem;
    font-size: 0.56rem;
    background-size: 0.2rem auto;
  }
  .pro01 .swiper a.swiper-slide-active .pic {
    border-radius: 0.4rem;
  }
  .pro01 .swiper .pos {
    top: auto;
    bottom: 0rem;
  }
  .pro01 .swiper .pos .fr {
    float: left;
    width: 100%;
    height: 0.8rem;
  }
  .pro01 .swiper .swiper-pagination {
    line-height: 0.8rem;
    font-size: 0.56rem;
  }
  .pro01 .swiper .swiper-pagination span {
    padding: 0 5px;
  }
  .pro01 .swiper .swiper-button-next,
  .pro01 .swiper .swiper-button-prev {
    width: 0.49rem;
    height: 0.8rem;
  }
  .pro01 .swiper .swiper-button-prev {
    margin-right: 0.6rem;
  }
  .pro01 .swiper .swiper-button-next {
    margin-left: 0.6rem;
  }
}
.pro02 {
  padding: 0 0 30px;
  background: url(../images/page/pro02_bac.png) left bottom no-repeat;
  background-size: 100% auto;
}
.pro02 .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro02 .tab_tit {
  position: relative;
  float: left;
  width: 55%;
}
.pro02 .tab_tit .pic {
  width: 100%;
}
.pro02 .tab_tit .pic img {
  width: 100%;
}
.pro02 .tab_tit .posTit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pro02 .tab_tit .posTit .pos {
  position: absolute;
  width: 1px;
  height: 1px;
}
.pro02 .tab_tit .posTit .pos i {
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: url(../images/icon/i49.png) center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
.pro02 .tab_tit .posTit .pos i::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #006c34;
  animation: circle2 2s  infinite;
  content: "";
}
.pro02 .tab_tit .posTit .pos em {
  display: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 1px;
  height: 70px;
  background: #006c34;
  pointer-events: none;
}
.pro02 .tab_tit .posTit .pos p {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
  padding: 0 10px;
  line-height: 30px;
  font-size: 16px;
  border-radius: 30px;
  white-space: nowrap;
  color: #fff;
  background: #006c34;
}
.pro02 .tab_tit .posTit .pos.cur em,
.pro02 .tab_tit .posTit .pos.cur p {
  display: block;
}
.pro02 .tab_tit .posTit .pos1 {
  left: 50.8%;
  top: 69.8%;
}
.pro02 .tab_tit .posTit .pos2 {
  left: 54.5%;
  top: 68.5%;
}
.pro02 .tab_tit .posTit .pos3 {
  left: 52.1%;
  top: 74.5%;
}
.pro02 .tab_tit .posTit .pos4 {
  left: 55.5%;
  top: 73.5%;
}
.pro02 .tab_tit .posTit .pos5 {
  left: 74.1%;
  top: 57.5%;
}
.pro02 .tab_tit .posTit .pos6 {
  left: 79.5%;
  top: 57.5%;
}
.pro02 .tab_next {
  width: 41%;
}
.pro02 .tab_next .next .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.pro02 .tab_next .next .top .pic {
  width: 47%;
  height: 187px;
  border-radius: 20px;
  overflow: hidden;
}
.pro02 .tab_next .next .top .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.pro02 .tab_next .next .top .pic:hover i {
  transition: all 0.5s;
  transform: scale(1.1);
}
.pro02 .tab_next .next .cen {
  margin-bottom: 30px;
}
.pro02 .tab_next .next .cen b {
  margin-bottom: 40px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.pro02 .tab_next .next .cen p {
  line-height: 36px;
  font-size: 18px;
  color: #333;
}
.pro02 .tab_next .next .bot {
  display: flex;
}
.pro02 .tab_next .next .bot i {
  margin-right: 50px;
  padding-left: 33px;
  font-size: 16px;
  color: #666;
  background: url(../images/icon/i50.png) left center no-repeat;
  background-size: 22px auto;
}
.pro02 .tab_next .next .bot i:last-child {
  margin-right: 0;
}
.pro02 .tab_next .next .bot .i2 {
  background-image: url(../images/icon/i51.png);
}
.pro02 .tab_next.pc .next {
  display: none;
}
.pro02 .tab_next.pc .next.cur {
  display: block;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-name: fadeInUp150;
}
@media (max-width: 1200px) {
  .pro02 {
    padding: 0 0 3rem;
    background: url(../images/page/pro02_bac.png) left bottom no-repeat;
    background-size: 100% auto;
  }
  .pro02 .tab {
    display: block;
  }
  .pro02 .tab_tit {
    margin-bottom: 1rem;
    width: 100%;
  }
  .pro02 .tab_tit::after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    content: '';
  }
  .pro02 .tab_tit .posTit .pos i {
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 0.38rem;
    background-image: url(../images/mobile/icon/i49.png);
  }
  .pro02 .tab_tit .posTit .pos em {
    height: 1.8rem;
  }
  .pro02 .tab_tit .posTit .pos p {
    bottom: 1.8rem;
    padding: 0 0.15rem;
    line-height: 0.8rem;
    font-size: 0.54rem;
    border-radius: 0.16rem;
  }
  .pro02 .tab_tit .posTit .pos.cur em,
  .pro02 .tab_tit .posTit .pos.cur p {
    display: block;
  }
  .pro02 .tab_tit .posTit .pos1 {
    left: 50.8%;
    top: 69.8%;
  }
  .pro02 .tab_tit .posTit .pos2 {
    left: 54.5%;
    top: 68.5%;
  }
  .pro02 .tab_tit .posTit .pos3 {
    left: 52.1%;
    top: 74.5%;
  }
  .pro02 .tab_tit .posTit .pos4 {
    left: 55.5%;
    top: 73.5%;
  }
  .pro02 .tab_tit .posTit .pos5 {
    left: 74.5%;
    top: 60.5%;
  }
  .pro02 .tab_tit .posTit .pos6 {
    left: 78.5%;
    top: 59.5%;
  }
  .pro02 .tab_next {
    width: 100%;
  }
  .pro02 .tab_next .next {
    padding-bottom: 1.65rem;
  }
  .pro02 .tab_next .next .top {
    margin-bottom: 1rem;
  }
  .pro02 .tab_next .next .top .pic {
    width: 47%;
    height: 4.6rem;
    border-radius: 0.2rem;
  }
  .pro02 .tab_next .next .cen {
    margin-bottom: 1.2rem;
  }
  .pro02 .tab_next .next .cen b {
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
  }
  .pro02 .tab_next .next .cen p {
    line-height: 1.08rem;
    font-size: 0.54rem;
  }
  .pro02 .tab_next .next .bot i {
    margin-right: 0.8rem;
    padding-left: 0.8rem;
    font-size: 0.56rem;
    background-size: 0.5rem auto;
  }
  .pro02 .tab_next .next .bot i:last-child {
    margin-right: 0;
  }
  .pro02 .tab_next .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 0;
  }
  .pro02 .tab_next .swiper-pagination .swiper-pagination-bullet {
    transition: all 0.5s;
    opacity: 1;
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 0.28rem;
    background: #ccc;
  }
  .pro02 .tab_next .swiper-pagination .swiper-pagination-bullet-active {
    transition: all 0.5s;
    width: 1rem;
    background: #00713b;
  }
}
.pro03 {
  padding-bottom: 100px;
}
.pro03 .pic img {
  width: 100%;
}
@media (max-width: 1200px) {
  .pro03 {
    padding-bottom: 2rem;
  }
}
/*===== p1-0关于我们 =====*/
.about {
  background: url(../images/page/about_bac.png) top center no-repeat;
  background-size: 100% auto;
}
.about .aboutTit {
  margin-bottom: 40px;
}
.about .aboutTit b {
  margin-bottom: 26px;
  font-size: 36px;
  font-weight: bold;
  color: #00713b;
}
.about .aboutTit p {
  line-height: 40px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .about {
    background-image: url(../images/mobile/page/about_bac.png);
  }
  .about .aboutTit {
    margin-bottom: 0.7rem;
  }
  .about .aboutTit b {
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
  }
  .about .aboutTit p {
    line-height: 1.08rem;
    font-size: 0.66rem;
  }
}
.about01 {
  padding-top: 90px;
}
.about01 .pic {
  width: 43.21%;
  height: 544px;
  border-radius: 30px;
  overflow: hidden;
}
.about01 .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.about01 .pic:hover i {
  transition: all 0.5s;
  transform: scale(1.1);
}
.about01 .next {
  width: 49.14%;
}
.about01 .next .text {
  margin-bottom: 60px;
  line-height: 36px;
  font-size: 18px;
  color: #333;
}
.about01 .next .bot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about01 .next .bot .mode .num {
  display: flex;
  margin-bottom: 4px;
  color: #00713b;
}
.about01 .next .bot .mode .num span,
.about01 .next .bot .mode .num em {
  line-height: 1;
  font-size: 54px;
  font-weight: bold;
  font-family: "poppins";
}
.about01 .next .bot .mode .num em {
  padding-top: 4px;
}
.about01 .next .bot .mode .num i {
  padding: 20px 0 0 4px;
  font-size: 22px;
}
.about01 .next .bot .mode p {
  font-size: 18px;
  color: #333;
}
@media (max-width: 1200px) {
  .about01 {
    padding-top: 0.9rem;
  }
  .about01 .pic {
    margin-bottom: 1.36rem;
    width: 100%;
    height: 12.4rem;
    border-radius: 0.3rem;
  }
  .about01 .next {
    width: 100%;
  }
  .about01 .next .text {
    margin-bottom: 1.3rem;
    line-height: 1.08rem;
    font-size: 0.56rem;
  }
  .about01 .next .bot .mode .num {
    margin-bottom: 0.4rem;
  }
  .about01 .next .bot .mode .num span,
  .about01 .next .bot .mode .num em {
    font-size: 1.14rem;
  }
  .about01 .next .bot .mode .num em {
    padding-top: 4px;
  }
  .about01 .next .bot .mode .num i {
    padding: 0.28rem 0 0 2px;
    font-size: 0.52rem;
  }
  .about01 .next .bot .mode p {
    font-size: 0.5rem;
  }
}
.about02 {
  height: 100vh;
  background: url(../images/page/about02_bac.png) bottom left no-repeat;
  background-size: contain;
  overflow: hidden;
}
.about02 .aboutTit {
  padding-top: 22vh;
}
.about02 .w1400 {
  position: relative;
}
.about02 .right {
  position: absolute;
  top: 15vh;
  right: 0;
  width: 58%;
}
.about02 .right .list {
  /* display: flex;
            flex-wrap: wrap; */
  zoom: 1;
  padding-bottom: 1px;
}
.about02 .right .list::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.about02 .right .list a {
  position: relative;
  float: right;
  margin: 0 0 40px  40px;
  width: calc(50% - 20px);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
.about02 .right .list a:nth-child(2n) {
  margin-left: 0;
  transform: translateY(210px);
}
.about02 .right .list a:last-child {
  margin-bottom: 230px;
}
.about02 .right .list a:nth-child(2n + 1) {
  margin-bottom: 0;
}
.about02 .right .list a .pic {
  width: 100%;
  height: 420px;
  overflow: hidden;
}
.about02 .right .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.about02 .right .list a .pos {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}
.about02 .right .list a .pos::after {
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/page/about02_bac2.jpg) center no-repeat;
  background-size: cover;
  content: '';
}
.about02 .right .list a .pos .bor {
  position: relative;
  z-index: 2;
  padding: 36px 10px 40px;
}
.about02 .right .list a .pos b {
  font-size: 24px;
  font-weight: bold;
}
.about02 .right .list a .pos p {
  transition: all 0.5s;
  margin-top: 0;
  max-height: 0px;
  line-height: 24px;
  font-size: 18px;
  overflow: hidden;
}
.about02 .right .list a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.1);
}
.about02 .right .list a:hover .pos::after {
  opacity: 1;
  transition: all 0.5s;
}
.about02 .right .list a:hover .pos p {
  transition: all 0.5s;
  margin-top: 20px;
  max-height: 48px;
}
@media (max-width: 1200px) {
  .about02 {
    padding-bottom: 2rem;
    height: auto;
    background: url(../images/page/about02_bac.png) bottom left no-repeat;
    background-size: contain;
  }
  .about02 .w1400 {
    width: 100%;
  }
  .about02 .aboutTit {
    margin: 0 auto;
    width: 92%;
    padding-top: 2.9rem;
  }
  .about02 .right {
    position: relative;
    top: auto;
    right: 0;
    margin-left: 4%;
    width: 96%;
  }
  .about02 .right::after {
    display: none;
  }
  .about02 .right .list {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    width: 100%;
    overflow-x: auto;
  }
  .about02 .right .list a {
    position: relative;
    flex: 0 0 auto;
    float: none;
    margin: 1.5rem 0.8rem 0 0;
    width: 9.2rem;
    border-radius: 0.6rem;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  }
  .about02 .right .list a::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    content: '';
  }
  .about02 .right .list a:nth-child(2n) {
    margin-left: 0;
    transform: translateY(0);
  }
  .about02 .right .list a:last-child {
    margin-bottom: 0;
  }
  .about02 .right .list a .pic {
    height: 11.5rem;
  }
  .about02 .right .list a .pos {
    z-index: 2;
    text-align: left;
  }
  .about02 .right .list a .pos::after {
    display: none;
  }
  .about02 .right .list a .pos .bor {
    padding: 0 0.8rem 0.7rem;
  }
  .about02 .right .list a .pos b {
    font-size: 0.8rem;
  }
  .about02 .right .list a .pos p {
    margin-top: 0.2rem;
    max-height: 1.6rem;
    height: 1.6rem;
    line-height: 0.8rem;
    font-size: 0.56rem;
  }
  .about02 .right .list a:hover .pos p {
    margin-top: 0.2rem;
    max-height: 1.6rem;
  }
}
.about03 {
  padding: 100px 0 0;
  background: url(../images/page/about03_bac.jpg) center no-repeat;
  background-size: cover;
}
.about03 .next {
  display: flex;
  justify-content: space-between;
}
.about03 .swiperYear {
  padding-right: 5%;
  margin-top: 20px;
  width: 120px;
  height: 462px;
}
.about03 .swiperYear .swiper-slide {
  cursor: pointer;
}
.about03 .swiperYear .swiper-slide p {
  transition: all 0.5s;
  opacity: 0.4;
  padding: 6px 0 0 38px;
  font-size: 24px;
  line-height: 60px;
  color: #00713b;
  font-weight: bold;
  font-family: "poppins";
  background: url(../images/icon/i34.png) no-repeat left center;
}
.about03 .swiperYear .swiper-slide.swiper-slide-thumb-active p {
  transition: all 0.5s;
  opacity: 1;
}
.about03 .swiperText {
  width: calc(95% - 120px);
  height: 620px;
  cursor: url(../images/icon/i52.png), auto;
}
.about03 .swiperText .swiper-slide {
  margin-bottom: 45px;
  height: 360px;
}
.about03 .swiperText .swiper-slide.swiper-slideNo {
  height: 160px;
}
.about03 .swiperText .left {
  transition: all 0.7s;
  opacity: 0;
  float: left;
  width: 55%;
}
.about03 .swiperText .left .y {
  display: flex;
}
.about03 .swiperText .left .y i {
  line-height: 150px;
  font-size: 100px;
  font-weight: 1000;
  font-family: "poppins";
  background-image: -webkit-linear-gradient(left, #00713b, #349a2c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about03 .swiperText .left .text {
  padding-right: 20px;
  height: 210px;
  font-size: 18px;
  line-height: 36px;
  color: #333;
}
.about03 .swiperText .left .text .swiper-slide {
  margin-bottom: 0;
  height: auto;
}
.about03 .swiperText .left .text p {
  margin-bottom: 20px;
}
.about03 .swiperText .left .text p:last-child {
  margin-bottom: 0;
}
.about03 .swiperText .pic {
  transition: all 0.7s 0.3s;
  opacity: 0.4;
  mask-image: linear-gradient(to bottom, #fff 10%, transparent 50%);
  -webkit-mask-image: linear-gradient(to bottom, #fff 10%, transparent 50%);
  float: right;
  width: 40.45%;
  height: 360px;
  border-radius: 15px;
  overflow: hidden;
}
.about03 .swiperText .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.about03 .swiperText .swiper-slide-active .left {
  transition: all 0.7s;
  opacity: 1;
}
.about03 .swiperText .swiper-slide-active .pic {
  transition: all 0.7s 0.3s;
  opacity: 1;
  mask-image: linear-gradient(to bottom, #fff 100%, transparent 0%);
  -webkit-mask-image: linear-gradient(to bottom, #fff 100%, transparent 0%);
}
.about03 .swiperText .swiper-button-prev,
.about03 .swiperText .swiper-button-next {
  margin-top: 0;
  top: 420px;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  cursor: pointer;
}
.about03 .swiperText .swiper-button-prev {
  left: 0;
  background: #fff url(../images/icon/i35.png) no-repeat center;
  background-size: 17px auto;
}
.about03 .swiperText .swiper-button-next {
  right: 0;
  left: 70px;
  background: #00713b url(../images/icon/i36s.png) no-repeat center;
  background-size: 17px auto;
}
.about03 .swiper-scrollbar {
  width: 2px;
  background: rgba(9, 59, 148, 0.1);
}
.about03 .swiper-scrollbar-drag {
  background: rgba(0, 113, 59, 0.9);
}
.mouse-pointer {
  opacity: 0.8;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  pointer-events: none;
}
.mouse-pointer .pointer-circle {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  /* background-color: rgba(206, 14, 15, 0.7); */
  backdrop-filter: blur(10px);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}
.mouse-pointer .pointer-circle img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.mouse-pointer .pointer-txt {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140px;
  height: 140px;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s ease-in-out;
}
.mouse-pointer.view .pointer-circle {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.mouse-pointer.view .pointer-txt {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 1200px) {
  .about03 {
    padding: 2rem 0 0;
    background-image: url(../images/mobile/page/about03_bac.jpg);
  }
  .about03 .next {
    padding-top: 1.1rem;
  }
  .about03 .swiperYear {
    padding-right: 4%;
    margin-top: 0;
    width: 3rem;
    height: 14rem;
  }
  .about03 .swiperYear .swiper-slide.swiper-slideNo {
    display: none;
  }
  .about03 .swiperYear .swiper-slide p {
    padding: 0 0 0 0.76rem;
    font-size: 0.6rem;
    line-height: 2rem;
    background-size: 0.37rem 100%;
  }
  .about03 .swiperText {
    width: calc(96% - 3rem);
    height: 17.5rem;
  }
  .about03 .swiperText .swiper-slide {
    margin-bottom: 1.5rem;
    height: 16rem;
  }
  .about03 .swiperText .swiper-slide.swiper-slideNo {
    display: none;
  }
  .about03 .swiperText .left {
    margin-bottom: 0.7rem;
    width: 100%;
  }
  .about03 .swiperText .left .y i {
    line-height: 2rem;
    font-size: 1.5rem;
  }
  .about03 .swiperText .left .text {
    padding-right: 0.36rem;
    height: 4.5rem;
    font-size: 0.56rem;
    line-height: 0.9rem;
  }
  .about03 .swiperText .left .text p {
    margin-bottom: 0.4rem;
  }
  .about03 .swiperText .pic {
    width: 100%;
    height: 6rem;
    border-radius: 0.2rem;
  }
  .about03 .swiperText .swiper-button-prev,
  .about03 .swiperText .swiper-button-next {
    top: auto;
    bottom: 1.8rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .about03 .swiperText .swiper-button-prev {
    background-size: 0.48rem auto;
  }
  .about03 .swiperText .swiper-button-next {
    left: 1.8rem;
    background-size: 0.48rem auto;
  }
  .mouse-pointer {
    display: none;
  }
}
.about04 {
  padding: 100px 0;
  background: url(../images/page/about04_bac.jpg) center no-repeat;
  background-size: cover;
}
.about04 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about04 .top .tab_tit {
  margin-bottom: 40px;
  display: flex;
}
.about04 .top .tab_tit a {
  transition: all 0.5s;
  margin-left: 34px;
  padding: 0 35px;
  font-size: 20px;
  line-height: 46px;
  color: #00713b;
  border: #00713b 1px solid;
  border-radius: 46px;
  cursor: pointer;
}
.about04 .top .tab_tit a.cur {
  transition: all 0.5s;
  background: #00713b;
  color: #fff;
}
.about04 .tab_next .swiper-slide {
  padding: 50px 0 60px;
  width: 18%;
}
.about04 .tab_next .swiper-slide .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 72%;
  height: 280px;
}
.about04 .tab_next .swiper-slide .pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.about04 .tab_next .swiper-slide p {
  margin: 36px auto 0;
  width: 90%;
  line-height: 32px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.about04 .tab_next .w1400 {
  position: relative;
  height: 70px;
}
.about04 .tab_next .w1400 .swiper-button-prev,
.about04 .tab_next .w1400 .swiper-button-next {
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 100%;
}
.about04 .tab_next .w1400 .swiper-button-prev {
  left: 0;
  background: #fff url(../images/icon/i32s.png) no-repeat center;
  background-size: 20px auto;
}
.about04 .tab_next .w1400 .swiper-button-next {
  right: 0;
  left: 80px;
  background: #00713b url(../images/icon/i33ss.png) no-repeat center;
  background-size: 20px auto;
}
.about04 .tab_next .w1400 .swiper-pagination {
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 200px);
  height: 2px;
  background: #d4d4d4;
}
.about04 .tab_next .w1400 .swiper-pagination span {
  background: #00713b;
}
@media (max-width: 1200px) {
  .about04 {
    padding: 2.7rem 0;
    background-image: url(../images/mobile/page/about04_bac.jpg);
  }
  .about04 .top .tab_tit {
    margin-bottom: 0.7rem;
  }
  .about04 .top .tab_tit a {
    margin-left: 0.48rem;
    padding: 0 0.65rem;
    font-size: 0.56rem;
    line-height: 1.3rem;
    border-radius: 1.3rem;
  }
  .about04 .tab_next .swiper-slide {
    padding: 1.2rem 0 1.5rem;
    width: 66%;
  }
  .about04 .tab_next .swiper-slide .pic {
    width: 90%;
    height: 8.5rem;
  }
  .about04 .tab_next .swiper-slide .pic img {
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  }
  .about04 .tab_next .swiper-slide p {
    margin: 0.7rem auto 0;
    width: 90%;
    line-height: 1rem;
    font-size: 0.56rem;
  }
  .about04 .tab_next .w1400 {
    height: 1.5rem;
  }
  .about04 .tab_next .w1400 .swiper-button-prev,
  .about04 .tab_next .w1400 .swiper-button-next {
    width: 1.5rem;
    height: 1.5rem;
  }
  .about04 .tab_next .w1400 .swiper-button-prev {
    background-size: 0.6rem auto;
  }
  .about04 .tab_next .w1400 .swiper-button-next {
    left: 1.8rem;
    background-size: 0.6rem auto;
  }
  .about04 .tab_next .w1400 .swiper-pagination {
    width: calc(100% - 3.7rem);
  }
}
.about05 {
  padding: 100px 0;
}
.about05 .w1400 {
  position: relative;
}
.about05 .w1400 .lie {
  position: absolute;
  left: 61.85%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #dce3f0;
}
.about05 .left {
  width: 35%;
}
.about05 .left .title .titL b {
  margin-bottom: 32px;
  font-size: 36px;
  color: #00713b;
  font-weight: bold;
}
.about05 .left .next .t {
  margin-bottom: 80px;
  line-height: 40px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.about05 .left .next p {
  margin-bottom: 40px;
  font-size: 24px;
  color: #00713b;
}
.about05 .left .next dl {
  display: flex;
  margin-bottom: 10px;
}
.about05 .left .next dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 17px;
  height: 30px;
}
.about05 .left .next dl dt img {
  width: 100%;
}
.about05 .left .next dl dd {
  width: calc(100% - 40px);
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.about05 .right {
  position: relative;
  width: 58.7%;
}
.about05 .right .map {
  width: 100%;
}
.about05 .right .map img {
  width: 100%;
}
.about05 .right .pos {
  position: absolute;
  width: 1px;
  height: 1px;
}
.about05 .right .pos i {
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 21px;
  background: url(../images/icon/i43.png) center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.about05 .right .pos em {
  display: none;
  position: absolute;
  right: -2px;
  bottom: -12px;
  width: 51px;
  height: 105px;
  background: url(../images/icon/i45.png) center no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
.about05 .right .pos dl {
  display: none;
  position: absolute;
  right: 32px;
  top: -125px;
  width: 340px;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(28, 78, 160, 0.1);
}
.about05 .right .pos dl dt {
  line-height: 60px;
  background: url(../images/icon/i48.png) center no-repeat;
  background-size: cover;
}
.about05 .right .pos dl dt p {
  padding: 0 25px;
  font-size: 18px;
  color: #fff;
}
.about05 .right .pos dl dd {
  padding: 12px 25px;
}
.about05 .right .pos dl dd p {
  line-height: 32px;
  font-size: 16px;
}
.about05 .right .pos dl dd .flex {
  display: flex;
}
.about05 .right .pos dl dd .flex .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 32px;
}
.about05 .right .pos dl dd .flex img {
  flex-shrink: 0;
  margin-right: 8px;
  width: 18px;
  height: auto;
}
.about05 .right .pos.cur {
  z-index: 3;
}
.about05 .right .pos.cur i {
  transition: all 0.4s;
  background-image: url(../images/icon/i43s.png);
}
.about05 .right .pos.cur em,
.about05 .right .pos.cur dl {
  display: block;
}
.about05 .right .pos1 {
  left: 59.3%;
  top: 61.9%;
}
.about05 .right .pos2 {
  left: 45.3%;
  top: 68.2%;
}
.about05 .right .pos3 {
  left: 46.7%;
  top: 68.2%;
}
.about05 .right .pos4 {
  left: 49.54%;
  top: 72.6%;
}
.about05 .right .pos5 {
  left: 51%;
  top: 71.3%;
}
.about05 .right .pos6 {
  left: 56.8%;
  top: 62.4%;
}
.about05 .right .pos7 {
  left: 61.3%;
  top: 63.7%;
}
.about05 .right .pos8 {
  left: 63.3%;
  top: 63.7%;
}
.about05 .right .pos9 {
  left: 64.8%;
  top: 54.9%;
}
.about05 .right .pos10 {
  left: 68.8%;
  top: 52.7%;
}
.about05 .right .pos11 {
  left: 71%;
  top: 62.7%;
}
.about05 .rightMobile {
  display: none;
}
@media (max-width: 1200px) {
  .about05 {
    padding: 2rem 0;
  }
  .about05 .w1400 .lie {
    display: none;
  }
  .about05 .left {
    margin-top: 0;
    width: 100%;
    height: auto;
    border-right: #dce3f0 0px solid;
  }
  .about05 .left .title .titL b {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
  }
  .about05 .left .next .t {
    margin-bottom: 1.1rem;
    line-height: 0.8rem;
    font-size: 0.6rem;
  }
  .about05 .left .next p {
    margin-bottom: 0.75rem;
    font-size: 0.58rem;
  }
  .about05 .left .next dl {
    margin-bottom: 0.5rem;
  }
  .about05 .left .next dl dt {
    margin-right: 0.45rem;
    width: 0.6rem;
    height: 0.8rem;
  }
  .about05 .left .next dl dd {
    width: calc(100% - 1.05rem);
    line-height: 0.8rem;
    font-size: 0.54rem;
  }
  .about05 .right {
    display: none;
  }
  .about05 .rightMobile {
    margin: 1rem 0 0 4%;
    width: 96%;
    display: block;
  }
  .about05 .rightMobile .swiper-slide {
    margin: 0 0.5rem 1.3rem 0;
    width: 11.3rem;
  }
  .about05 .rightMobile dl {
    width: 100%;
    border-radius: 0.2rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 0.2rem rgba(0, 113, 59, 0.1);
  }
  .about05 .rightMobile dl dt {
    line-height: 1.7rem;
    background: url(../images/icon/i48.png) center repeat-x;
    background-size: cover;
  }
  .about05 .rightMobile dl dt p {
    padding: 0 0.5rem;
    font-size: 0.6rem;
    color: #fff;
  }
  .about05 .rightMobile dl dd {
    padding: 0.6rem 0.8rem;
  }
  .about05 .rightMobile dl dd p {
    line-height: 1rem;
    font-size: 0.5rem;
  }
  .about05 .rightMobile dl dd .flex {
    display: flex;
    margin: 0.1rem 0;
  }
  .about05 .rightMobile dl dd .flex .icon {
    display: flex;
    align-items: center;
    margin-right: 0.4rem;
    width: 0.7rem;
    height: 1rem;
  }
  .about05 .rightMobile dl dd .flex .icon img {
    max-width: 100%;
    max-height: 100%;
  }
  .about05 .rightMobile .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 0;
  }
  .about05 .rightMobile .swiper-pagination .swiper-pagination-bullet {
    transition: all 0.5s;
    opacity: 1;
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 0.28rem;
    background: #ccc;
  }
  .about05 .rightMobile .swiper-pagination .swiper-pagination-bullet-active {
    transition: all 0.5s;
    width: 1rem;
    background: #00713b;
  }
}
/*===== p3-0科技创新 =====*/
.science {
  background: url(../images/page/science_bac.png) top center no-repeat;
  background-size: 100% auto;
}
.science .title {
  color: #333;
}
.science .title .t1 {
  font-size: 36px;
  font-weight: bold;
  color: #00713b;
}
.science .title .t2 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
.science .title .text {
  margin-top: 40px;
  line-height: 36px;
  font-size: 18px;
}
.science .title.titleCen {
  text-align: center;
}
.science .title.white {
  color: #fff;
}
.science .title.white .t1 {
  color: #fff;
}
@media (max-width: 1200px) {
  .science {
    background-image: url(../images/mobile/page/science_bac.png);
  }
  .science .title .t1 {
    font-size: 0.8rem;
  }
  .science .title .t2 {
    margin-top: 0.4rem;
    font-size: 0.66rem;
  }
  .science .title .text {
    margin-top: 0.86rem;
    line-height: 1.08rem;
    font-size: 0.56rem;
  }
}
.sci01 {
  padding-top: 200px;
  background: url(../images/page/sci01_bac.png) left 100px no-repeat;
  background-size: 33% auto;
}
.sci01 .w1400 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sci01 .left {
  width: 42.1%;
}
.sci01 .pic {
  width: 51.4%;
  height: 396px;
  border-radius: 40px;
  overflow: hidden;
}
.sci01 .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.sci01 .pic:hover i {
  transition: all 0.5s;
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .sci01 {
    padding-top: 1.6rem;
    background: url(../images/page/sci01_bac.png) left 100px no-repeat;
    background-size: 33% auto;
  }
  .sci01 .w1400 {
    flex-wrap: wrap;
  }
  .sci01 .left {
    margin-bottom: 0.9rem;
    width: 100%;
  }
  .sci01 .pic {
    width: 100%;
    height: 7.6rem;
    border-radius: 0.4rem;
  }
}
.sci02 {
  padding: 120px 0;
  background: url(../images/page/sci02_bac.png) left 110px no-repeat;
  background-size: 33% auto;
}
.sci02 .w1400 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sci02 .left {
  width: 37.85%;
}
.sci02 .pic {
  position: relative;
  margin: 0 6% 4.7vw;
  width: 38%;
}
.sci02 .pic img {
  width: 100%;
}
.sci02 .pic .pos {
  position: absolute;
  animation: topBot10 4s both infinite;
}
.sci02 .pic .pos1 {
  top: 51%;
  left: -11%;
  width: 30.7%;
}
.sci02 .pic .pos2 {
  top: 75%;
  left: 30%;
  width: 41.5%;
  animation-delay: 1s;
}
.sci02 .pic .pos3 {
  top: 22%;
  left: 75%;
  width: 48%;
  animation-delay: 2s;
}
@media (max-width: 1200px) {
  .sci02 {
    padding: 1.8rem 0;
    background: url(../images/page/sci02_bac.png) left 110px no-repeat;
    background-size: 33% auto;
  }
  .sci02 .w1400 {
    display: block;
  }
  .sci02 .left {
    margin-bottom: 1.2rem;
    width: 100%;
  }
  .sci02 .pic {
    margin: 0 auto 1.5rem;
    width: 10.27rem;
  }
  .sci02 .pic .pos1 {
    width: 30%;
  }
  .sci02 .pic .pos2 {
    width: 38%;
  }
  .sci02 .pic .pos3 {
    width: 45%;
  }
}
.sci03 {
  padding: 95px 0 110px;
  background: url(../images/page/sci03_bac.jpg) center no-repeat;
  background-size: cover;
}
.sci03 .title {
  margin-bottom: 60px;
  text-align: center;
}
.sci03 .mode {
  position: relative;
  height: 480px;
}
.sci03 .mode .next {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scale(0.9);
  height: calc(100% - 50px);
  border-radius: 40px;
  background: url(../images/page/sci03_bac2.jpg) left bottom no-repeat;
  background-size: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  width: 100%;
}
.sci03 .mode .next.next2 {
  top: 30px;
  transform: translateX(-50%) scale(0.95);
  opacity: 0.9;
}
.sci03 .mode .next.next3 {
  opacity: 1;
  top: 60px;
  width: 100%;
  transform: translateX(-50%) scale(1);
}
.sci03 .mode .next .bor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
}
.sci03 .mode .next .pic {
  width: 36.5%;
  height: 330px;
  border-radius: 36px;
  overflow: hidden;
}
.sci03 .mode .next .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.sci03 .mode .next .right {
  width: 55%;
}
.sci03 .mode .next .right .tit {
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 32px;
  color: #00713b;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}
.sci03 .mode .next .right .text {
  line-height: 33px;
  font-size: 18px;
  color: #333;
}
.sci03 .coopBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.sci03 .coopBox .coopBtn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: #00713b 1px solid;
  cursor: pointer;
}
.sci03 .coopBox .prevBtn {
  background: #fff url(../images/icon/i32s.png) no-repeat center;
  background-size: 14px auto;
}
.sci03 .coopBox .prevBtn:hover {
  background: #00713b url(../images/icon/i32ss.png) no-repeat center;
  background-size: 14px auto;
}
.sci03 .coopBox .nextBtn {
  background: #fff url(../images/icon/i33s.png) no-repeat center;
  background-size: 14px auto;
  margin-left: 35px;
}
.sci03 .coopBox .nextBtn:hover {
  background: #00713b url(../images/icon/i33ss.png) no-repeat center;
  background-size: 14px auto;
}
.pin-spacer .sci03 .title {
  visibility: visible !important;
}
@media (max-width: 1200px) {
  .sci03 {
    padding: 2.1rem 0;
    background-image: url(../images/mobile/page/sci03_bac.jpg);
  }
  .sci03 .title {
    margin-bottom: 1.1rem;
  }
  .sci03 .mode {
    height: 23rem;
  }
  .sci03 .mode .next {
    border-radius: 0.4rem;
    background: url(../images/page/sci03_bac2.jpg) left bottom no-repeat;
    background-size: cover;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  }
  .sci03 .mode .next.next3 {
    opacity: 1;
  }
  .sci03 .mode .next .bor {
    flex-wrap: wrap;
    padding: 1.1rem;
  }
  .sci03 .mode .next .pic {
    margin-bottom: 0.8rem;
    width: 100%;
    height: 8rem;
    border-radius: 0.36rem;
  }
  .sci03 .mode .next .right {
    width: 100%;
  }
  .sci03 .mode .next .right .tit {
    margin-bottom: 0.6rem;
    padding-bottom: 0.5rem;
    font-size: 0.66rem;
  }
  .sci03 .mode .next .right .text {
    line-height: 1.08rem;
    font-size: 0.56rem;
  }
  .sci03 .coopBox {
    margin-top: 2rem;
  }
  .sci03 .coopBox .coopBtn {
    width: 1.6rem;
    height: 1.6rem;
    background-size: 0.5rem auto;
  }
  .sci03 .coopBox .nextBtn {
    margin-left: 1rem;
  }
}
.sci04 {
  padding: 80px 0 120px;
  background: url(../images/page/sci04_bac.png) left bottom no-repeat;
  background-size: 100% auto;
}
.sci04 .mode {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
  width: 71.5%;
}
.sci04 .mode .next {
  position: relative;
  width: 46%;
  height: 390px;
  border-radius: 40px;
  overflow: hidden;
}
.sci04 .mode .next .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sci04 .mode .next .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.sci04 .mode .next .bor {
  position: relative;
  z-index: 2;
  padding: 60px;
}
.sci04 .mode .next .t {
  display: flex;
  color: #1279e4;
}
.sci04 .mode .next .t span {
  font-size: 54px;
  font-family: "poppins";
  font-weight: bold;
}
.sci04 .mode .next .t i {
  margin: 38px 0 0 6px;
  font-size: 18px;
}
.sci04 .mode .next p {
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .sci04 {
    padding: 2.1rem 0;
    background-image: url(../images/mobile/page/sci04_bac.png);
  }
  .sci04 .mode {
    margin: 1.8rem auto 0;
    width: 100%;
  }
  .sci04 .mode .next {
    width: 47%;
    height: 10rem;
    border-radius: 0.4rem;
  }
  .sci04 .mode .next .bor {
    padding: 1.2rem 0.6rem;
  }
  .sci04 .mode .next .t {
    margin-bottom: 0.3rem;
  }
  .sci04 .mode .next .t span {
    line-height: 1.6rem;
    font-size: 1.6rem;
  }
  .sci04 .mode .next .t i {
    margin: 0.7rem 0 0 4px;
    font-size: 0.56rem;
  }
  .sci04 .mode .next p {
    font-size: 0.66rem;
  }
}
.sci05 {
  padding: 100px 0 100px;
  background: url(../images/page/sci05_bac.jpg) center no-repeat;
  background-size: cover;
}
.sci05 .swiper {
  margin-top: 76px;
  padding-bottom: 100px;
}
.sci05 .swiper-slide {
  transition: all 0.5s;
  margin-right: 2%;
  width: 32%;
  height: 220px;
  border-radius: 40px;
  background: #fff;
  overflow: hidden;
}
.sci05 .swiper-slide:last-child {
  margin-right: 0;
}
.sci05 .swiper-slide .bor {
  padding: 40px 0 0 40px;
}
.sci05 .swiper-slide .icon {
  margin-bottom: 20px;
  width: 100%;
  height: 80px;
}
.sci05 .swiper-slide .icon img {
  max-width: 100%;
  max-height: 100%;
}
.sci05 .swiper-slide p {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.sci05 .swiper-slide.cur {
  transition: all 0.5s;
  background: url(../images/page/sci05_bac2.jpg) center no-repeat;
  background-size: cover;
}
.sci05 .swiper-slide.cur p {
  color: #fff;
}
.sci05 .swiper-button-prev,
.sci05 .swiper-button-next {
  margin-top: 0;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: #00713b 1px solid;
}
.sci05 .swiper-button-prev {
  left: calc(50% - 60px);
  background: #fff url(../images/icon/i32s.png) no-repeat center;
  background-size: 14px auto;
}
.sci05 .swiper-button-next {
  right: calc(50% - 60px);
  background: #00713b url(../images/icon/i33ss.png) no-repeat center;
  background-size: 14px auto;
}
@media (max-width: 1200px) {
  .sci05 {
    padding: 2.1rem 0;
    background-image: url(../images/mobile/page/sci05_bac.jpg);
  }
  .sci05 .swiper {
    margin-top: 1.5rem;
    padding: 0.2rem 0 3rem;
    width: 100%;
  }
  .sci05 .swiper-slide {
    margin: 0 0 0 4%;
    width: 52%;
    height: 3.5rem;
    border-radius: 0.3rem;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
  }
  .sci05 .swiper-slide:last-child {
    margin-right: 4%;
  }
  .sci05 .swiper-slide .bor {
    display: flex;
    align-items: center;
    padding: 0 0 0 0.5rem;
    height: 3.5rem;
  }
  .sci05 .swiper-slide .icon {
    margin: 0 0.3rem 0 0;
    width: 1.6rem;
    height: 1.6rem;
  }
  .sci05 .swiper-slide .icon img {
    width: 100%;
    height: 100%;
  }
  .sci05 .swiper-slide p {
    width: calc(100% - 2.6rem);
    line-height: 0.8rem;
    font-size: 0.52rem;
  }
  .sci05 .swiper-slide.swiper-slide-active {
    background: #fff;
  }
  .sci05 .swiper-slide.swiper-slide-active p {
    color: #333;
  }
  .sci05 .swiper-button-prev,
  .sci05 .swiper-button-next {
    width: 1.6rem;
    height: 1.6rem;
  }
  .sci05 .swiper-button-prev {
    left: calc(50% - 2rem);
    background: #fff url(../images/icon/i32s.png) no-repeat center;
    background-size: 0.5rem auto;
  }
  .sci05 .swiper-button-next {
    right: calc(50% - 2rem);
    background: #00713b url(../images/icon/i33ss.png) no-repeat center;
    background-size: 0.5rem auto;
  }
}
/*========== 搜索结果 ==========*/
.results {
  padding-top: 160px;
}
.results .results_t {
  margin-bottom: 50px;
}
.results .results_t .searchBoxs {
  position: relative;
  border-bottom: 1px solid #00713b;
}
.results .results_t .searchBoxs input {
  float: left;
  padding-left: 22px;
  width: calc(100% - 100px);
  height: 70px;
  font-size: 18px;
  color: #333;
  outline: none;
  background: none;
}
.results .results_t .searchBoxs em {
  position: absolute;
  top: 0;
  right: 25px;
  width: 35px;
  height: 70px;
  background: url(../images/icon/icon_97.png) center no-repeat;
  cursor: pointer;
}
.results .results_t p {
  padding: 42px 0 0;
  font-size: 16px;
  color: #333333;
}
.results .results_t p i {
  color: #00713b;
  display: inline-block;
}
.results .results_t .searchTit {
  width: 100%;
  background-color: #fff;
}
.results .results_t .searchTit .searchSubTit a {
  display: block;
  float: left;
  line-height: 24px;
  padding: 0 20px;
  font-size: 18px;
  color: #333333;
  border-right: 1px solid #b5b5b5;
  white-space: nowrap;
}
.results .results_t .searchTit .searchSubTit a:nth-last-child(1) {
  border: 0;
}
.results .results_t .searchTit .searchSubTit a:hover,
.results .results_t .searchTit .searchSubTit a.on {
  color: #00713b;
}
.results .results_con {
  padding-bottom: 50px;
}
.results .results_con a {
  display: block;
  padding: 30px 0;
  border-bottom: #ccc 1px dashed;
}
.results .results_con a h5 {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.results .results_con a h6 {
  margin: 20px 0;
}
.results .results_con a h6 em {
  margin-right: 24px;
  font-size: 16px;
  color: #b5b5b5;
  float: left;
  font-weight: 400;
  line-height: 1;
}
.results .results_con a p {
  font-size: 14px;
  max-height: 56px;
  line-height: 28px;
  text-align: justify;
  color: #5f636a;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.results .results_con a:hover h5 {
  color: #00713b;
}
.results .results_con a:hover p {
  color: #333333;
}
@media (max-width: 1200px) {
  .results {
    padding: 3.2rem 0 2.5rem;
  }
  .results .results_t {
    margin-bottom: 0.8rem;
  }
  .results .results_t .searchBoxs input {
    padding-left: 0.4rem;
    width: calc(100% - 1.6rem);
    height: 1.6rem;
    font-size: 0.56rem;
  }
  .results .results_t .searchBoxs em {
    right: 0.4rem;
    width: 0.74rem;
    height: 1.6rem;
    background: url(../images/icon/icon_97.png) center no-repeat;
    background-size: 100% auto;
  }
  .results .results_t p {
    font-size: 0.52rem;
    padding: 0.64rem 0 0.24rem;
  }
  .results .results_con {
    padding: 0 0 1.8rem;
  }
  .results .results_con a {
    padding: 0.7rem 0;
  }
  .results .results_con a h5 {
    font-size: 0.64rem;
  }
  .results .results_con a h6 {
    margin: 0.52rem 0;
  }
  .results .results_con a h6 em {
    margin-right: 0.4rem;
    font-size: 0.48rem;
  }
  .results .results_con a p {
    max-height: 1.72rem;
    font-size: 0.56rem;
    line-height: 0.86rem;
  }
}
@keyframes circle2 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0.2;
    transform: scale(1.8);
  }
}
@keyframes topBot10 {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
