@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

img {
  display: block;
}

/* 水波纹效果 */
.btn-ripple {
  vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
  animation: ani_ripple 0.75s;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}

/* a:hover{color: #005aa7;}
.topc{box-sizing: content-box;}
.topfr1 { background: #fff;box-shadow: 0 0 .1rem rgba(0,0,0,.05);}

.topfr1 .topc .fr a.a1{display:inline-block;width:.47rem;height:.46rem;background:url("../images/search2.png") 50% no-repeat;background-size:100%; color: #3d434b;}
.topfr1 .menufr ul li .mu_t a{color:#3d434b;} */
h2 {
  font-family: SourceHanSansSC-Bold;
  font-weight: bold;
  top: -0.7rem;
}

.nbanner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner_img {
  height: 6rem;
  position: relative;
  overflow: hidden;
}
.banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/imgcover.png) left no-repeat;
  background-size: cover;
  content: "";
}

.banner_txt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
}

.banner_txt .wrap_c {
  width: 100%;
}

.banner_txt h2 {
  text-align: center;
  position: relative;
}

.banner_txt h5 {
  text-align: center;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  opacity: 0.22;
  text-transform: uppercase;
}

.banner_txt h5 b {
  display: block;
  width: 0.3rem;
  height: 0.08rem;
  background: #fff;
  opacity: 0.3;
  margin-top: 0.6rem;
}

.banner_txt p {
  line-height: 1.7;
  margin-top: 0.6rem;
  width: 50%;
}

.submenu1 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.7rem;
  background: rgba(1, 46, 1, 0.7);
}
.submenu1 .wrap_c {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.submenu1 .wrap_c .fl {
  width: 50%;
}
.submenu1 .wrap_c .fl ul {
  display: flex;
}
.submenu1 .wrap_c .fl ul li {
  width: 1.7rem;
  line-height: 0.7rem;
  position: relative;
}
.submenu1 .wrap_c .fl ul li::before {
  width: 1px;
  height: 0.18rem;
  background: url(../images/line1.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0.26rem;
  content: "";
}
.submenu1 .wrap_c .fl ul li a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.submenu1 .wrap_c .fl ul li a:hover {
  background: rgb(14, 136, 59);
}
.submenu1 .wrap_c .fl ul li:first-child::after {
  width: 1px;
  height: 0.18rem;
  background: url(../images/line1.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0.26rem;
  content: "";
}
.submenu1 .wrap_c .fl ul li.on a {
  /* background: rgb(14, 136, 59); */
  background: #0e883b;
}
.submenu1 .wrap_c .fr {
  display: flex;
  justify-content: flex-end;
}
.submenu1 .wrap_c .fr .breadthumb {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0.2rem;
  color: rgba(255, 255, 255, 0.6);
}
.submenu1 .wrap_c .fr .breadthumb::before {
  width: 0.14rem;
  height: 0.14rem;
  background: url(../images/home.png) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0.025rem;
  content: "";
}
.submenu1 .wrap_c .fr .breadthumb a {
  color: rgba(255, 255, 255, 0.6);
  padding: 0 0.1rem;
}

.submenu1 .wrap_c .fr .breadthumb a:last-child {
  color: rgba(255, 255, 255, 0.9);
}

.pagesfr a {
  float: left;
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  /*  border-radius: 50%; */
  color: #9a9a9a;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  border: solid #e6e6e6 1px;
  margin: 0px 0.07rem;
}

.pagesfr span {
  float: left;
  margin: 0px 0.07rem;
  color: #9a9a9a;
  line-height: 0.3rem;
}

.pagesfr span i {
  padding: 0 0.1rem;
}

.pagesfr span i input {
  background: #fff;
  border: solid #e6e6e6 1px;
  width: 0.54rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
}

.pagesfr a img {
  width: 0.07rem;
}

.pagesfr a img:nth-child(2) {
  display: none;
}

.pagesfr {
  display: flex;
  justify-content: center;
  padding: 1.2rem 0 0;
  z-index: 999;
  position: relative;
}

.pagesfr a.on {
  color: #fff;
  background: #0e883b;
  border-color: #0e883b;
}

.pagesfr a:hover {
  background: #0e883b;
  color: #fff;
}

.pagesfr a:hover img:nth-child(1) {
  display: none;
}

.pagesfr a:hover img:nth-child(2) {
  display: block;
}

.a_bg1,
.a_bg2,
.a_bg3,
.a_bg4,
.a_bg5,
.a_bg6,
.a_bg7,
.a_bg8,
.a_bg9 {
  padding: 1rem 0;
}

.htit2 {
  text-align: center;
  font-weight: bold;
  font-family: SourceHanSansSC-Bold;
}

.a_bg1 {
  background: url(../images/a_bg1.jpg) center no-repeat;
  background-size: cover;
}
.a_bg1 .atxt1 {
  margin-top: 0.8rem;
}
.a_bg1 .atxt1 p {
  line-height: 2;
  margin-top: 0.4rem;
  text-indent: 2em;
}
.a_bg1 ul.ul1 {
  display: flex;
  margin-top: 1rem;
  justify-content: space-around;
  color: #0e883b;
}
.a_bg1 ul.ul1 li {
  position: relative;
  padding-bottom: 0.3rem;
  padding-bottom: 0.1rem;
  border-bottom: solid #e3e3e3 1px;
}
.a_bg1 ul.ul1 li span {
  font-size: 0.19rem;
}
.a_bg1 ul.ul1 li p {
  display: inline-block;
  color: #000;
  /* margin-left: 0.4rem; */
  margin-left: 1rem;
  font-size: 0.17rem;
}
.a_bg1 ul.ul1 li b {
  font-family: Poppins;
  font-size: 0.73rem;
}
.a_bg1 .aimg1 {
  margin-top: 1rem;
  border-radius: 0.6rem 0.6rem 0.1rem 0.1rem;
  overflow: hidden;
}
.a_bg1 .aimg1 img {
  width: 100%;
}

.a_bg2 {
  background: url(../images/a_bg2.png) center no-repeat;
  background-size: cover;
}
.a_bg2 .a_box2 {
  margin-top: 1rem;
}

.a_box2 {
  display: flex;
  justify-content: space-between;
}
.a_box2 .fl {
  width: 6rem;
  padding-top: 0.64rem;
}
.a_box2 .fl h5 {
  font-family: SourceHanSansSC-Bold;
  color: #000;
  font-weight: bold;
}
.a_box2 .fl .atxt2 {
  margin-top: 0.4rem;
}
.a_box2 .fl .atxt2 p {
  line-height: 2;
}
.a_box2 .fl ul.ul1 {
  display: flex;
  margin-top: 0.5rem;
  color: #0e883b;
}
.a_box2 .fl ul.ul1 b {
  font-family: Poppins;
}
.a_box2 .fl ul.ul1 li {
  position: relative;
  padding-bottom: 0.3rem;
  margin-right: 0.8rem;
}
.a_box2 .fl ul.ul1 li p {
  color: #505050;
}
.a_box2 .fr {
  width: 9rem;
  position: relative;
}
.frItem {
  position: absolute;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.3rem;
  cursor: pointer;
  padding: 0.03rem;
}
.frItem span:first-child {
  width: 0.17rem;
  height: 0.17rem;
  background: #0e883b;
  font-size: 0.12rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.03rem solid #fff;
  box-sizing: content-box;
}
.frItem:hover span:first-child {
  box-shadow: 0rem 0rem 0.03rem 0.01rem rgba(0, 0, 0, 0.16);
}
.frItem span:last-child {
  font-weight: 400;
  font-size: 0.14rem;
  color: #000000;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
}
.frItem:hover span:last-child {
  width: fit-content;
  padding: 0 0.19rem 0 0.09rem;
}
.a_box2 .fr img {
  width: 100%;
  border-radius: 0.1rem;
}

.vlist1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.43rem 0.31rem;
  margin-top: 1rem;
}
.vlist1 li a {
  position: relative;
  display: block;
  cursor: pointer;
}
.vlist1 li a i {
  display: block;
  border-radius: 0.1rem;
  overflow: hidden;
  height: 3rem;
}
.vlist1 li a i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s linear;
}
.vlist1 li a em {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
}
.vlist1 li a em img {
  width: 0.49rem;
}
.vlist1 li span {
  display: block;
  margin-top: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 0.65rem;
}
.vlist1 li > i {
  color: #8d8d8d;
}
.vlist1 li:hover a i img {
  transform: scale(1.2);
}

.a_bg5 {
  background: url(../images/a_bg5.jpg) top center no-repeat;
  background-size: cover;
}

.e_box1 {
  padding: 0.5rem 0 1.8rem;
}
.e_box1 ul {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.e_box1 ul::before {
  width: 0.02rem;
  /* height: calc(100% - 0.3rem); */
  height: calc(100% - 0.5rem);
  background: rgba(14, 136, 59, 0.16);
  content: "";
  position: absolute;
  left: calc(50% - 0.01rem);
  top: 0;
}
.e_box1 ul li {
  padding-bottom: 1.6rem;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
  align-items: center;
  overflow: hidden;
}
.e_box1 ul li div.circle {
  position: relative;
  height: 100%;
  margin: 0;
  width: 15%;
}
.e_box1 ul li div.circle::before {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: rgb(167, 167, 167);
  position: absolute;
  left: calc(50% - 0.07rem);
  top: calc(50% - 0.07rem);
  content: "";
  z-index: 3;
}
.e_box1 ul li .eintro {
  width: 40%;
}
.e_box1 ul li .eintro h4 {
  font-weight: bold;
  text-align: right;
}
.e_box1 ul li .eintro p {
  color: #333;
  margin-top: 0.18rem;
  text-align: right;
}
.e_box1 ul li .eimg {
  width: 40%;
}
.e_box1 ul li .eimg h4 {
  font-family: MiSans-Bold;
  color: rgb(167, 167, 167);
  font-weight: bold;
}
.e_box1 ul li:nth-child(2n) .eintro {
  order: 1;
}
.e_box1 ul li:nth-child(2n) .eintro p {
  text-align: left;
}
.e_box1 ul li:nth-child(2n) .eintro h4 {
  text-align: left;
}
.e_box1 ul li:nth-child(2n) .eimg {
  order: -1;
}
.e_box1 ul li:nth-child(2n) .eimg h4 {
  text-align: right;
}
.e_box1 ul li:last-child {
  /* margin-top: 0.8rem; */
}
.e_box1 ul li:last-child div.circle {
  position: relative;
  height: 0.14rem;
  margin: 0;
  width: 15%;
}
/* .e_box1 ul li:first-child div.circle i {
  display: block;
  width: 1px;
  height: 3rem;
  background: #0E883B;
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 0.01rem);
  top: -0.4rem;
} */
/* .e_box1 ul li:first-child div.circle::after {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: rgb(14, 136, 59);
  position: absolute;
  left: calc(50% - 0.07rem);
  top: calc(50% - 0.07rem);
  content: "";
  z-index: 4;
} */
/* .e_box1 ul li:first-child div.circle::before {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background: rgb(195, 230, 208);
  position: absolute;
  left: calc(50% - 0.13rem);
  top: calc(50% - 0.13rem);
  content: "";
} */
/* .e_box1 ul li:first-child .eintro h4 {
  color: #0E883B;
}
.e_box1 ul li:first-child .eimg h4 {
  color: #0E883B;
} */

.e_box1 ul li.active ~ li div.circle i {
  display: block;
  width: 1px;
  height: 3rem;
  background: #0e883b;
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 0.01rem);
  top: -0.4rem;
}
.e_box1 ul li.active ~ li div.circle::after {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: rgb(14, 136, 59);
  position: absolute;
  left: calc(50% - 0.07rem);
  top: calc(50% - 0.07rem);
  content: "";
  z-index: 4;
}
.e_box1 ul li.active ~ li div.circle::before {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background: rgb(195, 230, 208);
  position: absolute;
  left: calc(50% - 0.13rem);
  top: calc(50% - 0.13rem);
  content: "";
}
.e_box1 ul li.active ~ li .eintro h4 {
  color: #0e883b;
}
.e_box1 ul li.active ~ li .eimg h4 {
  color: #0e883b;
}

.e_box1 ul li:hover div.circle {
  position: relative;
  height: 0.14rem;
  margin: 0;
  width: 15%;
}
.e_box1 ul li:hover div.circle i {
  display: block;
  width: 1px;
  height: 3rem;
  background: #0e883b;
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 0.01rem);
  /* top: -0.4rem; */
  top: -2.8rem;
}
.e_box1 ul li:hover div.circle::after {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: rgb(14, 136, 59);
  position: absolute;
  left: calc(50% - 0.07rem);
  top: calc(50% - 0.07rem);
  content: "";
  z-index: 4;
}
.e_box1 ul li:hover div.circle::before {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background: rgb(195, 230, 208);
  position: absolute;
  left: calc(50% - 0.13rem);
  top: calc(50% - 0.13rem);
  content: "";
}
.e_box1 ul li:hover .eintro h4 {
  color: #0e883b;
}
.e_box1 ul li:hover .eimg h4 {
  color: #0e883b;
}
.e_box1 ul li:first-child {
  padding-bottom: 0;
}
.e_box1 ul li:last-child div.circle i {
  height: 0.5rem;
}

.cul_box1 {
  width: 100%;
  height: 4.51rem;
  border-radius: 0.2rem;
  overflow: hidden;
  display: flex;
  box-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.06);
  margin-top: 0.8rem;
}
.cul_box1 .fl {
  width: calc(100% - 9rem);
  background: url(../images/cul1.png) right bottom no-repeat;
  background-size: 2.59rem 2.59rem;
  padding: 0.65rem;
}
.cul_box1 .fl h4 {
  font-weight: bold;
  color: #0e883b;
  border-bottom: solid rgb(224, 224, 224) 1px;
  padding-bottom: 0.27rem;
  margin-bottom: 0.27rem;
}
.cul_box1 .fl p {
  color: #000;
  line-height: 2;
}
.cul_box1 .fr {
  width: 9rem;
  overflow: hidden;
}
.cul_box1 .fr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.cul_box1 .fr:hover img {
  transform: scale(1.1);
}

.cul_bg1 {
  background-image: linear-gradient(to left, #fff, rgb(244, 255, 248));
}

.cul_bg2 {
  background-image: linear-gradient(to right, #fff, rgb(244, 255, 248));
}
.cul_bg2 .fl {
  order: 1;
  background: url(../images/cul1.png) left bottom no-repeat;
}

.a_bg7 {
  padding-top: 0;
}

.a_bg8 {
  background: url(../images/a_bg8.jpg) center no-repeat;
  background-size: cover;
}
.a_bg8 .sub_intro {
  color: rgb(51, 51, 51);
  margin-top: 0.6rem;
  text-align: center;
  line-height: 1.75;
}
.a_bg8 .mu1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.32rem;
  margin-top: 0.6rem;
}
.a_bg8 .mu1 li {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.8rem 0.38rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.05);
}
.a_bg8 .mu1 li i {
  width: 1.44rem;
  height: 1.24rem;
  background: url(../images/cul_icobg1.png) center no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a_bg8 .mu1 li i img {
  width: 0.56rem;
}
.a_bg8 .mu1 li i img:nth-child(2) {
  display: none;
}
.a_bg8 .mu1 li h4 {
  font-weight: bold;
  margin-top: 0.4rem;
}
.a_bg8 .mu1 li p {
  margin-top: 0.1rem;
  color: rgb(110, 110, 110);
}
.a_bg8 .mu1 li:hover {
  /* background: #0E883B; */
  background: url(../images/pli_bg1.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
.a_bg8 .mu1 li:hover i {
  background: url(../images/cul_icobg2.png) center no-repeat;
  background-size: 100%;
}
.a_bg8 .mu1 li:hover i img:nth-child(1) {
  display: none;
}
.a_bg8 .mu1 li:hover i img:nth-child(2) {
  display: block;
}
.a_bg8 .mu1 li:hover p {
  color: #fff;
}

.a_bg9 .cul_tab {
  display: flex;
  justify-content: center;
  margin-top: 0.55rem;
  position: relative;
  bottom: -0.25rem;
}
.a_bg9 .cul_tab a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: solid #0e883b 1px;
  margin: 0 0.22rem;
  background: #fff;
}
.a_bg9 .cul_tab a.on {
  background: #0e883b;
  color: #fff;
}
.a_bg9 .cul_box2 {
  width: 100%;
  background-image: linear-gradient(to right bottom, #fff, rgb(247, 253, 249));
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.06);
  padding: 1rem 0.74rem;
}
.a_bg9 .cul_box2 > h4 {
  text-align: center;
  font-weight: bold;
  color: #0e883b;
  margin-top: 0.6rem;
}
.a_bg9 .cul_box2 .item {
  display: none;
}
.a_bg9 .cul_box2 .item dl {
  display: flex;
  border-bottom: solid rgb(234, 234, 234) 1px;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  justify-content: space-between;
}
.a_bg9 .cul_box2 .item dl dt {
  width: 0.57rem;
  height: 0.57rem;
  border: dotted #0e883b 1px;
  border-radius: 50%;
}
.a_bg9 .cul_box2 .item dl dt i {
  display: flex;
  margin: 0.04rem;
  width: 0.47rem;
  height: 0.47rem;
  background: #0e883b;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.a_bg9 .cul_box2 .item dl dt i img {
  width: 0.27rem;
}
.a_bg9 .cul_box2 .item dl dd {
  width: calc(100% - 0.77rem);
}
.a_bg9 .cul_box2 .item dl dd h4 {
  font-weight: bold;
}
.a_bg9 .cul_box2 .item dl dd p {
  color: rgb(110, 110, 110);
  margin-top: 0.1rem;
  min-height: 0.52rem;
}
.a_bg9 .cul_box2 .item dl:hover {
  border-color: #0e883b;
}
.a_bg9 .cul_box2 .item dl:hover dt {
  background: rgba(14, 136, 59, 0.21);
  border: solid rgba(14, 136, 59, 0) 1px;
}
.a_bg9 .cul_box2 .item dl:hover dd h4 {
  color: #0e883b;
}
.a_bg9 .cul_box2 .item.on {
  display: block;
}

.p_bg1 {
  background: url(../images/p_bg1.jpg) bottom no-repeat;
  background-size: cover;
  padding: 1rem 0 0.54rem;
}
.p_bg1 .p_box1 {
  display: flex;
  justify-content: space-between;
}
.p_bg1 .p_box1 .fl {
  width: 7.14rem;
  padding-top: 0.76rem;
}
.p_bg1 .p_box1 .fl .htit2 {
  text-align: left;
}
.p_bg1 .p_box1 .fl .htit2 i {
  color: #0e883b;
}
.p_bg1 .p_box1 .fl .ptxt1 {
  margin-top: 0.4rem;
  line-height: 2;
}
.p_bg1 .p_box1 .fr {
  width: 8.18rem;
  border-radius: 0.2rem;
  min-height: 4.58rem;
  overflow: hidden;
}
.p_bg1 .p_box1 .fr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s linear;
}
.p_bg1 .p_box1 .fr:hover img {
  transform: scale(1.2);
}

.p_bg2 {
  background: url(../images/p_bg2.jpg) bottom no-repeat;
  background-size: cover;
  padding: 1.1rem 0 0.84rem;
}
.p_bg2 .sub_intro {
  margin-top: 0.4rem;
  line-height: 2;
  text-align: center;
}
.p_bg2 .p_box2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.45rem 0.26rem;
  margin-top: 0.6rem;
}
.p_bg2 .p_box2 a {
  display: flex;
  flex-direction: column;
}
.p_bg2 .p_box2 a i {
  height: 2.35rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.p_bg2 .p_box2 a i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s linear;
}
.p_bg2 .p_box2 a span {
  display: block;
  text-align: center;
  margin-top: 0.28rem;
  font-size: 0.16rem;
}
.p_bg2 .p_box2 a:hover i img {
  transform: scale(1.2);
}

.p_bg3 {
  padding: 1rem 0;
}
.p_bg3 .p_box3 {
  padding-top: 0.5rem;
}
.p_bg3 .item {
  margin-top: 0.83rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.08);
  border-radius: 0.2rem;
  overflow: hidden;
}
.p_bg3 .item .fl {
  width: 8.51rem;
  height: 5.8rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.p_bg3 .item .fl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_bg3 .item .fl .p_01spbt {
  position: absolute;
  bottom: 0.38rem;
  left: 0;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: center;
}
.p_bg3 .item .fl .p_01spbt span.swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  opacity: 0.49;
  background: #fff;
  margin: 0 0.1rem;
}
.p_bg3 .item .fl .p_01spbt span.swiper-pagination-bullet-active {
  opacity: 1;
}
.p_bg3 .item .fr {
  width: calc(100% - 8.51rem);
  padding: 0 0.75rem;
}
.p_bg3 .item .fr h5 {
  color: #0e883b;
  font-weight: bold;
  border-bottom: solid #0e883b 2px;
  padding-bottom: 0.25rem;
}
.p_bg3 .item .fr p {
  margin-top: 0.2rem;
}
.p_bg3 .item .fr ul {
  margin-top: 0.4rem;
}
.p_bg3 .item .fr ul li {
  display: flex;
  border-radius: 0.05rem;
  border: solid #0e883b 1px;
  overflow: hidden;
  margin-bottom: 0.13rem;
}
.p_bg3 .item .fr ul li i {
  width: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0e883b;
  padding: 0.18rem 0;
  color: #fff;
}
.p_bg3 .item .fr ul li span {
  width: calc(100% - 1.1rem);
  padding: 0.18rem 0.26rem;
}
.p_bg3 .flex-st {
  align-items: flex-start;
}
.p_bg3 .flex-st .fr {
  padding-top: 1.28rem;
}

.p_bg4 {
  padding: 1.1rem 0;
  background: url(../images/p_bg4.jpg) bottom no-repeat;
  background-size: cover;
}
.p_bg4 .subtit {
  display: flex;
  align-items: center;
  margin-top: 1.2rem;
}
.p_bg4 .subtit dt {
  font-family: Poppins, Poppins;
  font-weight: bold;
  -webkit-text-stroke: 2px #0e883b;
  text-stroke: 2px #0e883b;
  color: transparent;
}
.p_bg4 .subtit dd {
  margin-left: 0.2rem;
}
.p_bg4 .subtit dd h5 {
  color: #0e883b;
  font-weight: bold;
}
.p_bg4 .subtit dd p {
  margin-top: 0.1rem;
}
.p_bg4 ul.ul1 {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.p_bg4 ul.ul1 li {
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.p_bg4 ul.ul1 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_bg4 ul.ul1 li span {
  position: absolute;
  right: 0.4rem;
  bottom: 0.3rem;
}
.p_bg4 ul.ul1 li:first-child {
  grid-row: 1/3;
  width: 6rem;
}
.p_bg4 ul.ul1 li:first-child span {
  left: 0.5rem;
  top: 0.6rem;
  right: auto;
  bottom: auto;
}
.p_bg4 ul.ul2 {
  margin-top: 1.64rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.95rem;
}
.p_bg4 ul.ul2 > li {
  border-radius: 0.1rem;
  position: relative;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
  padding: 0.62rem 0.52rem;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: all 0.3s;
}
.p_bg4 ul.ul2 > li img {
  width: 1.28rem;
  height: 1.28rem;
  position: absolute;
  left: calc(50% - 0.64rem);
  top: -0.64rem;
}
.p_bg4 ul.ul2 > li h4 {
  text-align: center;
  margin-top: 0.5rem;
  border-bottom: solid rgba(204, 204, 204, 0.51) 1px;
  padding-bottom: 0.3rem;
}
.p_bg4 ul.ul2 > li ul {
  margin-top: 0.3rem;
}
.p_bg4 ul.ul2 > li ul li {
  position: relative;
  padding-left: 0.2rem;
  margin-top: 0.1rem;
  text-align: left;
}
.p_bg4 ul.ul2 > li ul li::before {
  width: 0.05rem;
  height: 0.05rem;
  background: #0e883b;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.1rem;
  content: "";
}
.p_bg4 ul.ul2 > li:hover {
  background-image: linear-gradient(to bottom, #fff, #ebfff3);
  box-shadow: 0px 0px 20px 1px rgba(0, 185, 68, 0.2);
  border: 1px solid #0e883b;
}

.p_bg6 {
  padding: 1rem 0;
  background-image: linear-gradient(to bottom, #f7fff9, #fff, #fff);
}
.p_bg6 .p_box6 {
  margin-top: 0.95rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p_bg6 .p_box6 .fl {
  width: 6.08rem;
}
.p_bg6 .p_box6 .fl ul li {
  cursor: pointer;
  margin-bottom: 0.8rem;
}
.p_bg6 .p_box6 .fl ul li h4 {
  position: relative;
  padding-left: 0.2rem;
}
.p_bg6 .p_box6 .fl ul li:hover h4 {
  color: #0e883b;
}
.p_bg6 .p_box6 .fl ul li h4::before {
  width: 0.05rem;
  height: 0.23rem;
  background: #0e883b;
  position: absolute;
  left: 0;
  top: 0.04rem;
  content: "";
  transform: skew(-10deg);
}
.p_bg6 .p_box6 .fl ul li p {
  margin-top: 0.2rem;
  padding-bottom: 0.3rem;
  border-bottom: solid #dedede 1px;
  display: none;
}
.p_bg6 .p_box6 .fl ul li.on p {
  display: block;
}
.p_bg6 .p_box6 .fr {
  width: 8.47rem;
  height: 6.13rem;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.p_bg6 .p_box6 .fr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.p_bg6 .p_box6 .fr i {
  display: none;
}
.p_bg6 .p_box6 .fr i:first-child {
  display: block;
}
.p_bg6 ul.ul1 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0.42rem;
  margin-top: 0.87rem;
}
.p_bg6 ul.ul1 li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p_bg6 ul.ul1 li i {
  width: calc(100% - 0.2rem);
}
.p_bg6 ul.ul1 li i img {
  width: 100%;
}
.p_bg6 ul.ul1 li span {
  margin-top: 0.3rem;
}

.p_bg7 {
  padding: 1.2rem 0 2rem;
  background: url(../images/p_bg7.jpg) center no-repeat;
  background-size: cover;
}
.p_bg7 ul {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.32rem;
}
.p_bg7 ul li {
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
  height: 4.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.56rem 0.42rem 0.56rem 0.28rem;
}
.p_bg7 ul li img {
  width: 1.53rem;
  margin: 0 auto;
}
.p_bg7 ul li h4 {
  font-weight: bold;
  margin-top: 0.4rem;
}
.p_bg7 ul li p {
  display: none;
}
.p_bg7 ul li:hover {
  background: url(../images/pli_bg1.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  align-items: flex-start;
  justify-content: flex-start;
}
.p_bg7 ul li:hover img {
  display: none;
}
.p_bg7 ul li:hover h4 {
  padding-bottom: 0.2rem;
  border-bottom: dashed #fff 1px;
  width: 100%;
  margin-top: 0;
}
.p_bg7 ul li:hover p {
  display: block;
  margin-top: 0.3rem;
}

.p_bg8 {
  padding: 1.2rem 0 2rem;
  background: url(../images/p_bg8.jpg) center no-repeat;
  background-size: cover;
}
.p_bg8 .p_box8 {
  margin-top: 1.18rem;
}
.p_bg8 .p_box8 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.33rem;
}
.p_bg8 .p_box8 ul li i {
  display: block;
  text-align: center;
}
.p_bg8 .p_box8 ul li i img {
  width: 0.82rem;
  margin: 0 auto;
}
.p_bg8 .p_box8 ul li h4 {
  font-weight: bold;
  text-align: center;
  margin-top: 0.3rem;
  position: relative;
  padding-bottom: 0.3rem;
}
.p_bg8 .p_box8 ul li h4::before {
  width: 0.2rem;
  height: 0.04rem;
  background: #0e883b;
  position: absolute;
  content: "";
  left: calc(50% - 0.1rem);
  bottom: 0;
}
.p_bg8 .p_box8 ul li p {
  color: #6e6e6e;
  margin-top: 0.3rem;
}

.p_bg9 {
  padding: 1.25rem 0 1.64rem;
}
.p_bg9 .sub_intro {
  margin: 0.48rem auto 0;
  text-align: center;
  line-height: 2;
  width: 13.26rem;
}
.p_bg9 .imgbox {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  flex-direction: row-reverse;
}
/* .p_bg9 .imgbox img {
  width: 100%;
} */

.p_bg9 .imgbox .imgboxItem {
  width: 1.24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.6rem;
  position: relative;
}
.p_bg9 .imgbox .imgboxItem:first-child {
  margin-right: 0;
}

.p_bg9 .imgbox .imgboxItem::after {
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  background-image: url(../images/arrowicon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -0.38rem;
  top: 0.54rem;
}
.p_bg9 .imgbox .imgboxItem:first-child::after {
  display: none;
}

.p_bg9 .imgbox .imgboxIcon {
  width: 1.24rem;
  height: 1.24rem;
  background: rgba(255, 255, 255, 0);
  border: 0.01rem solid #b1ddc1;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  margin-bottom: 0.23rem;
  transition: all 0.3s;
}
.p_bg9 .imgbox .imgboxItem.active .imgboxIcon {
  background: #0e883b;
}
.p_bg9 .imgbox .imgboxIcon::before {
  content: "";
  position: absolute;
  width: 1.01rem;
  height: 1.02rem;
  background: #0e883b;
  opacity: 0.15;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.3s;
}
.p_bg9 .imgbox .imgboxItem.active .imgboxIcon::before {
  background: #fff;
  opacity: 1;
}
.p_bg9 .imgbox .imgboxIcon::after {
  content: "";
  width: 0.81rem;
  height: 0.8rem;
  background: #0e883b;
  box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(93, 140, 42, 0.22);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.3s;
}
.p_bg9 .imgbox .imgboxItem.active .imgboxIcon::after {
  background: #fff;
  box-shadow: none;
}
.p_bg9 .imgbox .imgboxIcon img {
  width: 0.61rem;
  height: 0.38rem;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  filter: brightness(0) invert(1);
}
.p_bg9 .imgbox .imgboxItem.active .imgboxIcon img {
  filter: brightness(1) invert(0);
}
.p_bg9 .imgbox .imgboxTit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  white-space: nowrap;
}

.p_bg9 .imgbox .imgboxItem.active ~ .imgboxItem .imgboxIcon {
  background: #0e883b;
}

.p_bg9 .imgbox .imgboxItem.active ~ .imgboxItem .imgboxIcon::before {
  background: #fff;
  opacity: 1;
}
.p_bg9 .imgbox .imgboxItem.active ~ .imgboxItem .imgboxIcon::after {
  background: #fff;
  box-shadow: none;
}
.p_bg9 .imgbox .imgboxItem.active ~ .imgboxItem .imgboxIcon img {
  filter: brightness(1) invert(0);
}

.p_bg10 {
  padding: 1.2rem 0;
  background: url(../images/p_bg10.png) center no-repeat;
  background-size: cover;
}
.p_bg10 .sub_intro {
  margin: 0.48rem auto 0;
  text-align: center;
  line-height: 2;
  width: 13.26rem;
}
.p_bg10 .imgbox {
  width: 100%;
  margin-top: 1rem;
}
.p_bg10 .imgbox img {
  width: 100%;
}
.p_bg10 .p_box10 .item {
  margin-top: 0.83rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.p_bg10 .p_box10 .item .fl {
  position: absolute;
  left: 0;
  height: 3.6rem;
  border-radius: 0.2rem;
  top: calc(50% - 1.8rem);
  width: 8.3rem;
  z-index: 5;
  padding: 0.65rem;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
  background-image: linear-gradient(to right, #f4fff8, #fff);
}
.p_bg10 .p_box10 .item .fl h5 {
  color: #0e883b;
  font-weight: bold;
  border-bottom: solid #dedede 1px;
  padding-bottom: 0.25rem;
}
.p_bg10 .p_box10 .item .fl p {
  margin-top: 0.2rem;
}
.p_bg10 .p_box10 .item .fr {
  width: 11.3rem;
  height: 6rem;
  border-radius: 0rem 0.2rem 0.2rem 0rem;
  overflow: hidden;
  position: relative;
}
.p_bg10 .p_box10 .item .fr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_bg10 .p_box10 .item:nth-child(2n) {
  justify-content: flex-start;
}
.p_bg10 .p_box10 .item:nth-child(2n) .fl {
  background-image: linear-gradient(to left, #f4fff8, #fff);
  left: auto;
  right: 0;
}

.p_bg11 {
  padding: 1rem 0;
  overflow: hidden;
}
.p_bg11 .title1 {
  align-items: flex-end;
}
.p_bg11 a.prev,
.p_bg11 a.next {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  border: solid #0e883b 1px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
}
.p_bg11 a.prev img,
.p_bg11 a.next img {
  width: 0.09rem;
}
.p_bg11 a.prev img:nth-child(2),
.p_bg11 a.next img:nth-child(2) {
  display: none;
}
.p_bg11 a.prev:hover,
.p_bg11 a.next:hover {
  background: #0e883b;
}
.p_bg11 a.prev:hover img:nth-child(1),
.p_bg11 a.next:hover img:nth-child(1) {
  display: none;
}
.p_bg11 a.prev:hover img:nth-child(2),
.p_bg11 a.next:hover img:nth-child(2) {
  display: block;
}
.p_bg11 a.prev {
  right: calc(14% + 0.6rem);
}
.p_bg11 a.next {
  right: 14%;
}
.p_bg11 .cprobar.swiper-pagination-progressbar {
  position: absolute;
  top: auto;
  bottom: 0.2rem;
  width: 13.8rem;
  height: 1px;
}
.p_bg11
  .cprobar.swiper-pagination-progressbar
  span.swiper-pagination-progressbar-fill {
  background: #0e883b;
  height: 2px;
}
.p_bg11 .icase_box {
  width: 100%;
  margin-top: 0.98rem;
}
.p_bg11 .icase_box .item {
  width: 110%;
  padding-bottom: 0.9rem;
  position: relative;
  overflow: hidden;
  display: none;
}
.p_bg11 .icase_box .item:first-child{
  display: block;
} 
.p_bg11 .title1 .fr{
  display: none;
}
.p_bg11 .icase_box .item .c_slide7,
.p_bg11 .icase_box .item .c_slide8,
.p_bg11 .icase_box .item .c_slide9 {
  width: 86.2%;
  overflow: visible;
  margin-left: 0;
}
.p_bg11 .icase_box .item .c_slide7 a,
.p_bg11 .icase_box .item .c_slide8 a,
.p_bg11 .icase_box .item .c_slide9 a {
  display: block;
  background: #f8f8f8;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.p_bg11 .icase_box .item .c_slide7 a i,
.p_bg11 .icase_box .item .c_slide8 a i,
.p_bg11 .icase_box .item .c_slide9 a i {
  width: 100%;
  height: 2.9rem;
  overflow: hidden;
  display: block;
}
.p_bg11 .icase_box .item .c_slide7 a img,
.p_bg11 .icase_box .item .c_slide8 a img,
.p_bg11 .icase_box .item .c_slide9 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
  transform: scale(1);
}
.p_bg11 .icase_box .item .c_slide7 a p,
.p_bg11 .icase_box .item .c_slide8 a p,
.p_bg11 .icase_box .item .c_slide9 a p {
  line-height: 0.75rem;
  text-align: center;
  padding: 0 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 100%;
}
.p_bg11 .icase_box .item .c_slide7 a:hover,
.p_bg11 .icase_box .item .c_slide8 a:hover,
.p_bg11 .icase_box .item .c_slide9 a:hover {
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
}
.p_bg11 .icase_box .item .c_slide7 a:hover p,
.p_bg11 .icase_box .item .c_slide8 a:hover p,
.p_bg11 .icase_box .item .c_slide9 a:hover p {
  color: #0e883b;
}
.p_bg11 .icase_box .item .c_slide7 a:hover img,
.p_bg11 .icase_box .item .c_slide8 a:hover img,
.p_bg11 .icase_box .item .c_slide9 a:hover img {
  transform: scale(1.2);
}
.p_bg11 .icase_box .item.on {
  display: block;
  overflow: hidden;
}

.s_bg1 {
  padding: 1.25rem 0 1.64rem;
}
.s_bg1 .sub_intro {
  margin: 0.48rem auto 0;
  line-height: 2;
  text-indent: 2em;
}
.s_bg1 .s_box1 {
  margin-top: 1.18rem;
}
.s_bg1 .s_box1 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.33rem;
}
.s_bg1 .s_box1 ul li i {
  display: block;
  text-align: center;
}
.s_bg1 .s_box1 ul li i img {
  width: 0.82rem;
  margin: 0 auto;
}
.s_bg1 .s_box1 ul li h4 {
  font-weight: bold;
  text-align: center;
  margin-top: 0.3rem;
  position: relative;
  padding-bottom: 0.3rem;
}
.s_bg1 .s_box1 ul li p {
  color: #6e6e6e;
  margin-top: 0.3rem;
}

.s_bg2 {
  padding: 0.68rem 0 0.98rem;
  background: url(../images/s_bg2.jpg) center no-repeat;
  background-size: cover;
}
.s_bg2 .sub_intro {
  margin: 0.84rem auto 0;
  line-height: 2;
  text-align: center;
}
.s_bg2 .slist1 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.6rem 0.4rem;
  margin-top: 0.88rem;
}
.s_bg2 .slist1 li i {
  display: block;
}
.s_bg2 .slist1 li i img {
  width: 100%;
}
.s_bg2 .slist1 li p {
  text-align: center;
  margin-top: 0.1rem;
}

.s_bg3 {
  padding: 1.6rem 0;
  background-image: linear-gradient(to bottom, #f7fff9, #fff, #fff);
}
.s_bg3 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.s_bg3 .item .fl {
  width: 50%;
  height: 4rem;
  overflow: hidden;
  position: relative;
}
.s_bg3 .item .fl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s_bg3 .item .fr {
  width: 50%;
  padding: 0 0 0 1rem;
}
.s_bg3 .item .fr h5 {
  color: #0e883b;
  font-weight: bold;
  padding-bottom: 0.25rem;
  position: relative;
}
.s_bg3 .item .fr h5::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0.2rem;
  height: 0.02rem;
  background: #0e883b;
}
.s_bg3 .item .fr .stxt3 {
  margin-top: 0.2rem;
}
.s_bg3 .item .fr p {
  margin-bottom: 0.3rem;
}
.s_bg3 .item:nth-child(2n) .fl {
  order: 1;
}
.s_bg3 .item:nth-child(2n) .fr {
  padding: 0 1rem 0 0;
}

.n_bg1 {
  padding: 1rem 0 0.8rem;
  background-image: linear-gradient(to bottom, #f7fff9, #fff, #fff);
}
.n_bg1 a {
  display: flex;
  align-items: center;
}
.n_bg1 a .n_img1 {
  width: 50%;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
.n_bg1 a .n_img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s linear;
}
.n_bg1 a .n_intro1 {
  width: 50%;
  padding-right: 1rem;
}
.n_bg1 a .n_intro1 h4 {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.35rem;
}
.n_bg1 .wrap_c span.tips {
  display: inline-block;
  color: #0e883b;
  background: rgba(14, 136, 59, 0.05);
  padding: 0.05rem 0.12rem;
  border-radius: 0.05rem;
  transform: translateY(0.5rem);
}
.n_bg1 a .n_intro1 span.date1 {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
  color: rgb(114, 114, 114);
}
.n_bg1 a .n_intro1 span.date1 img {
  width: 0.21rem;
  margin-right: 0.1rem;
}
.n_bg1 a .n_intro1 p {
  color: rgb(96, 96, 96);
  line-height: 2;
  margin-top: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.n_bg1 a .n_intro1 i {
  background: #0e883b;
  border-radius: 0.25rem;
  color: #fff;
  margin-top: 0.5rem;
  width: 1.8rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.n_bg1 a .n_intro1 i:hover::before {
  animation: ani_ripple 0.75s;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.n_bg1 a .n_intro1 i > img {
  width: 0.15rem;
  margin-left: 0.3rem;
}

.n_bg2 {
  padding: 0 0 1rem;
}
.n_bg2 ul.newslist {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.n_bg2 ul.newslist > li {
  border-bottom: solid #d5d5d5 1px;
  padding: 0.59rem 0;
  transition: all 0.3s linear;
  width: 100%;
  position: relative;
}
.n_bg2 .sconbox {
  display: flex;
  width: 100%;
  align-items: center;
}
.n_bg2 .sconbox .fl {
  width: 3.14rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.n_bg2 .sconbox .fl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n_bg2 .sconbox .fr {
  width: calc(100% - 3.14rem);
  padding-left: 0.73rem;
}
.n_bg2 .sconbox .fr .tit1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}
.n_bg2 .sconbox .fr .tit1 h4 {
  font-weight: bold;
}
.n_bg2 .sconbox .fr .tit1 span {
  display: flex;
  align-items: center;
  color: #0e883b;
}
.n_bg2 .sconbox .fr .tit1 span img {
  width: 0.15rem;
  margin-left: 0.2rem;
}
.n_bg2 .sconbox .fr p {
  color: #7b7b7b;
}
.n_bg2 .sconbox .fr span.date2 {
  color: #3d3d3d;
  margin-top: 0.2rem;
  display: block;
}
.n_bg2 ul.newslist > li:hover {
  border-bottom: solid #0e883b 0.02rem;
}
.n_bg2 ul.newslist > li:hover .sconbox .fr h4 {
  color: #0e883b;
}

.n_bg3 {
  position: relative;
  background-image: linear-gradient(to bottom, #f7fff9, #fff, #fff);
  padding: 1rem 0;
}
.n_bg3 .wrap_c {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.n_bg3 .fl {
  width: 76%;
  padding-right: 0.7rem;
  box-sizing: border-box;
  border-right: solid rgba(190, 200, 221, 0.5) 1px;
}
.n_bg3 .fl h1 {
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.n_bg3 .fl .n_date {
  margin-top: 0.3rem;
  color: #727272;
  display: flex;
  justify-content: center;
}
.n_bg3 .fl .n_date span {
  margin: 0 0.2rem;
  display: flex;
  align-items: center;
}
.n_bg3 .fl .n_date span img {
  width: 0.21rem;
  margin-right: 0.1rem;
}
.n_bg3 .fl .content {
  color: #666;
  line-height: 1.75;
  margin-top: 0.4rem;
}
.n_bg3 .fl .content p {
  padding: 0.12rem 0;
}
.n_bg3 .fl .content p img {
  display: block;
  width: 100%;
  margin: 0.1rem auto;
}
.n_bg3 .fl .pnews {
  margin-top: 0.5rem;
  border-top: solid #d8d8d8 1px;
  padding-top: 0.3rem;
  display: flex;
  justify-content: space-between;
}
.n_bg3 .fl .pnews .al {
  color: #666;
  width: calc(100% - 2rem);
}
.n_bg3 .fl .pnews .al .next {
  margin-top: 0.1rem;
}
.n_bg3 .fl .pnews .al a:hover {
  color: #0e883b;
}
.n_bg3 .fl a.more1 {
  width: 1.6rem;
  height: 0.5rem;
  border: solid #0e883b 1px;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e883b;
  position: relative;
  transition: all 0.6s;
  overflow: hidden;
}
.n_bg3 .fl a.more1 img {
  margin-left: 0.2rem;
  width: 0.18rem;
}
.n_bg3 .fl a.more1:hover {
  background-color: #0e883b;
}
.n_bg3 .fl a.more1:hover {
  color: #fff;
}

.n_bg3 .fl a.more1:hover::before {
  animation: ani_ripple 0.75s;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.n_bg3 .fr {
  width: 24%;
  padding-left: 0.23rem;
}
.n_bg3 .fr h4 {
  font-weight: bold;
  margin-bottom: 0.4rem;
  position: relative;
}
.n_bg3 .fr h4::before {
  position: absolute;
  left: -0.24rem;
  top: 0;
  width: 1px;
  height: 0.25rem;
  background: #0e883b;
  content: "";
}
.n_bg3 .nrec_list li {
  /* margin-bottom: 0.6rem; */
  margin-bottom: 0.3rem;
  color: #333;
}
.n_bg3 .nrec_list li span {
  display: inline-block;
  position: relative;
  border: solid #b7b7b7 1px;
  border-radius: 0.04rem;
  padding: 0.02rem 0.08rem;
}
.n_bg3 .nrec_list li span::before {
  position: absolute;
  left: -0.265rem;
  top: 0.08rem;
  width: 0.07rem;
  height: 0.07rem;
  background: #b7b7b7;
  content: "";
  border-radius: 50%;
}
.n_bg3 .nrec_list li a {
  display: block;
  margin-top: 0.2rem;
  color: #333;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.n_bg3 .nrec_list li:hover span {
  background: #0e883b;
  color: #fff;
  border-color: #0e883b;
}
.n_bg3 .nrec_list li:hover span::before {
  background: #0e883b;
}
.n_bg3 .nrec_list li:hover a {
  color: #0e883b;
}

.n_bg3 .nrec_list li .newCase {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem dashed #dbdbdb;
}
.n_bg3 .nrec_list li .newCaseImg {
  width: 100%;
  height: 1.77rem;
  overflow: hidden;
  margin-bottom: 0.28rem;
}

.n_bg3 .nrec_list li .newCaseImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.n_bg3 .nrec_list li .newCase:hover .newCaseImg img {
  transform: scale(1.1);
}

.n_bg3 .nrec_list li .newCase p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.n_bg3 .nrec_list li .newCase:hover p {
  color: #319d47;
}

.n_bg3 .nrec_list li .newCase span {
  border: 0;
  color: #999999;
  padding: 0;
}

.n_bg3 .nrec_list li .newCase span::before {
  display: none;
}

.n_bg3 .nrec_list li:hover .newCase span {
  background: transparent;
  color: #999999;
}

.j_bg1 {
  background: #f7f7f7;
  padding: 0.85rem 0 1rem;
}
.j_bg1 .j_box1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.j_bg1 .j_box1 > .fl {
  width: 3.3rem;
}
.j_bg1 .j_box1 > .fl .item {
  width: 100%;
  border-radius: 0.1rem;
  background: #fff;
  padding-bottom: 0.45rem;
  margin-bottom: 0.5rem;
}
.j_bg1 .j_box1 > .fl .item h4 {
  display: flex;
  justify-content: space-between;
  padding: 0.23rem 0.15rem;
  border-bottom: solid #ededed 1px;
  font-weight: bold;
}
.j_bg1 .j_box1 > .fl .item ul li {
  margin: 0.2rem 0.15rem;
}
.j_bg1 .j_box1 > .fr {
  width: calc(100% - 4rem);
}
.j_bg1 .j_box1 > .fr .tips {
  font-weight: bold;
  margin-bottom: 0.44rem;
}
.j_bg1 .j_box1 > .fr .tips i {
  color: #f00;
}
.j_bg1 .j_box1 > .fr .fsearch {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
  height: 0.8rem;
  border-radius: 0.14rem 0.1rem 0.1rem 0.14rem;
  overflow: hidden;
}
.j_bg1 .j_box1 > .fr .fsearch > img {
  width: 0.24rem;
  margin-left: 0.38rem;
}
.j_bg1 .j_box1 > .fr .fsearch > input {
  width: calc(100% - 0.5rem);
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0.2rem;
  border: none;
  background: none;
}
.j_bg1 .j_box1 > .fr .fsearch > input::placeholder {
  color: #848484;
}
.j_bg1 .j_box1 > .fr .fsearch > button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  background: none;
  z-index: 2;
  cursor: pointer;
  background: #0e883b;
  width: 1.81rem;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
}

.j_bg1 .j_box1 > .fr .fsearch > button:hover::before {
  animation: ani_ripple 0.75s;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.j_bg1 .j_box1 > .fr .joblist {
  width: 100%;
  clear: both;
  margin-top: 0.56rem;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem {
  padding: 0 0.38rem;
  /*  border-image:linear-gradient(to top, #1b99bb, #8bb93c) 4; */
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .tit {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0;
  border-bottom: solid #dbdbdb 1px;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .tit .fl {
  font-weight: bold;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .tit .fr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .tit .fr i {
  margin-left: 0.8rem;
  width: 0.27rem;
  height: 0.27rem;
  background: #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .tit .fr i img {
  width: 0.11rem;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .tit .fr i img:nth-child(2) {
  display: none;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .tit .fr span {
  display: inline-block;
  color: #626262;
  padding: 0 0.5rem;
  padding: 0 0.3rem;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .con .item {
  margin-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: solid #dbdbdb 1px;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .con h5 {
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .con p {
  color: #727272;
  line-height: 1.5;
  margin-top: 0.1rem;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .con .email {
  display: flex;
  align-items: center;
  width: 1.6rem;
  height: 0.5rem;
  margin-top: 0.3rem;
  background: #0e883b;
  justify-content: center;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.j_bg1 .j_box1 > .fr .joblist .jobitem .con .email:hover::before {
  animation: ani_ripple 0.75s;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .con .email a {
  color: #fff;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem .conbox {
  display: none;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem.on {
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.74rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
.j_bg1 .j_box1 > .fr .joblist .jobitem.on .conbox {
  display: block;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem.on .tit .fr i {
  background: #0e883b;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem.on .tit .fr i img:nth-child(2) {
  display: block;
  width: 0.16rem;
}
.j_bg1 .j_box1 > .fr .joblist .jobitem.on .tit .fr i img:nth-child(1) {
  display: none;
}
.j_bg1 .check1 {
  display: none;
}
.j_bg1 .box1 {
  display: flex;
  align-items: center;
}
.j_bg1 .box1 a {
  color: #0559ca;
}
.j_bg1 .check1 + label {
  display: inline-flex;
  align-items: center;
}
.j_bg1 .check1 + label::before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/check_bg1.png) no-repeat;
  background-size: 100%;
  margin-right: 0.1rem;
}
.j_bg1 .check1:checked + label::before {
  background: url(../images/check_bg2.png) no-repeat;
  background-size: 100%;
}

.m_bg1 {
  padding: 1.18rem 0 1.61rem;
  background: url(../images/m_bg1.jpg) center no-repeat;
  background-size: cover;
}
.m_bg1 .sub_intro {
  margin: 0.24rem auto 0;
  text-align: center;
}
.m_bg1 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.31rem 1.12rem;
  margin-top: 1rem;
}
.m_bg1 ul li {
  width: 100%;
}
.m_bg1 ul li label {
  display: block;
  margin-bottom: 0.16rem;
  font-weight: bold;
}
.m_bg1 ul li label i {
  color: #ff0000;
  margin-right: 0.05rem;
}
.m_bg1 ul li input {
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  padding: 0 0.2rem;
  border: solid #d4dee2 1px;
  border-radius: 0.04rem;
}
.m_bg1 ul li textarea {
  width: 100%;
  padding: 0 0.2rem;
  height: 2rem;
  border: solid #d4dee2 1px;
  border-radius: 0.04rem;
  color: #9a9a9a;
}
.m_bg1 ul li input::placeholder {
  color: #9a9a9a;
}
.m_bg1 ul li:nth-child(5) {
  grid-column: 1/3;
}
.m_bg1 ul li.btn {
  grid-column: 1/3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
.m_bg1 ul li.btn .cancel,
.m_bg1 ul li.btn .submit {
  width: 1.6rem;
  height: 0.44rem;
  line-height: 0.44rem;
  padding: 0 0.2rem;
  border: solid #0e883b 1px;
  border-radius: 0.22rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0e883b;
  margin: 0 0.2rem;
  background: #fff;
  cursor: pointer;
}
.m_bg1 ul li.btn input.submit {
  background: #0e883b;
  color: #fff;
  border: solid #0e883b 1px;
}

.m_bg2 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.m_bg2 .mapbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m_bg2 .mapbox img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.m_bg2 .m_box2 {
  width: 10.4rem;
  padding: 1.1rem 1.59rem 1.1rem 0.8rem;
  background: #fff;
  margin: 2rem 0;
  position: relative;
  z-index: 3;
}
.m_bg2 .m_box2 .htit2 {
  text-align: left;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: solid #0e883b 1px;
  color: #0e883b;
}
.m_bg2 .m_box2 ul {
  border-bottom: solid #0e883b 1px;
  padding-bottom: 0.2rem;
}
.m_bg2 .m_box2 ul li {
  margin-bottom: 0.3rem;
  color: #4d4d4d;
}
.m_bg2 .m_box2 ul li b {
  color: #000;
}

.searchbg .fsearch {
  width: 62.5%;
  position: relative;
  margin: 0.89rem auto;
  height: 0.6rem;
  border-radius: 0.1rem;
  border: solid #0e883b 1px;
  overflow: hidden;
}
.searchbg .fsearch > input {
  width: calc(100% - 0.5rem);
  height: 0.54rem;
  line-height: 0.54rem;
  padding-left: 0.2rem;
  border: none;
  background: none;
}
.searchbg .fsearch > input::placeholder {
  color: #b7b7b7;
}
.searchbg .fsearch > button {
  position: absolute;
  right: 0;
  top: 0.065rem;
  padding: 0 0.2rem;
  height: calc(100% - 0.13rem);
  border: none;
  background: none;
  z-index: 2;
  cursor: pointer;
  border-left: solid #c9c9c9 1px;
}
.searchbg .fsearch > button > img {
  height: 0.24rem;
}
.searchbg .fsearch1 {
  border-radius: 0;
  border: solid #cecece 1px;
}

.searchlist {
  padding-bottom: 1rem;
}
.searchlist .tips {
  color: #5b5b5b;
}
.searchlist .tips i {
  color: #f00;
}
.searchlist .noresult {
  display: flex;
  flex-direction: column;
  margin-top: 0.86rem;
  align-items: center;
}
.searchlist .noresult img {
  width: 3.6rem;
}
.searchlist .noresult p {
  margin-top: 0.27rem;
  color: #606060;
}
.searchlist .s_list {
  width: 100%;
  display: flex;
  position: relative;
}
.searchlist .s_list > ul {
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.searchlist .s_list > ul > li {
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: solid #d8d8d8 1px;
  display: flex;
}
.searchlist .s_list > ul > li .stxt1 {
  width: calc(100% - 3rem);
}
.searchlist .s_list > ul > li .simg1 {
  width: 2rem;
  height: 1.28rem;
  margin-left: 1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.searchlist .s_list > ul > li .simg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.searchlist .s_list > ul > li.noimg .stxt1 {
  width: 100%;
}
.searchlist .s_list > ul > li a {
  color: #333;
  font-weight: bold;
  line-height: 1.8;
}
.searchlist .s_list > ul > li p {
  line-height: 2;
  margin-top: 0.2rem;
}
.searchlist .s_list > ul > li p.p1 {
  color: #5b5b5b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.searchlist .keyword {
  color: #f00;
}

.c_bg1 {
  padding: 1.18rem 0 1.34rem;
  background: url(../images/c_bg1.png) center no-repeat;
  background-size: cover;
}
.c_bg1 .brand1 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.52rem 0.38rem;
  margin-top: 1.18rem;
}
.c_bg1 .brand1 a {
  width: 1.91rem;
  height: 0.78rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
.c_bg1 .brand1 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c_bg1 .brand1 a:hover {
  box-shadow: 0 0 0.2rem rgba(14, 136, 59, 0.5);
}

/*弹窗*/
.tcbox {
  width: 5.79rem;
  display: none;
  position: fixed !important;
  top: calc(50% - 4rem) !important;
  left: calc(50% - 3.275rem) !important;
}
.tcbox::before {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  content: "";
}
.tcbox label.custom-file-upload {
  position: relative;
  display: flex;
  align-items: center;
}
.tcbox label.custom-file-upload i.i2 {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 0.44rem;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  border: 0.01rem solid #0e883b;
  background: #fff;
  color: #0e883b;
}
.tcbox label.custom-file-upload i.i2 img {
  width: 0.1rem;
  margin-left: 0.3rem;
}
.tcbox label.custom-file-upload span {
  position: relative;
  margin-left: -0.85rem;
}
.tcbox label.custom-file-upload span::before {
  background: #fff;
  height: 100%;
  width: 35%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.tcbox label.custom-file-upload span input {
  color: #999;
}
.tcbox label.custom-file-upload .file {
  display: flex;
  width: 100%;
  height: 0.4rem;
  background: #f8f8f8;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem;
  color: #6d6d6d;
}
.tcbox label.custom-file-upload .file img {
  width: 0.26rem;
}

.tcflex {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 3;
  color: #000;
  box-sizing: border-box;
  padding-bottom: 0.44rem;
  overflow: hidden;
}
.tcflex .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.5rem;
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 0 0.3rem;
  align-items: center;
  color: #333;
}
.tcflex .title .close01 img {
  width: 0.26rem;
}
.tcflex .content {
  padding: 0 0.3rem;
}
.tcflex .content ul li {
  width: 100%;
  margin-top: 0.23rem;
}
.tcflex .content ul li label {
  display: block;
  margin-bottom: 0.16rem;
}
.tcflex .content ul li input {
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  padding: 0 0.2rem;
  border: solid #d4dee2 1px;
  border-radius: 0.04rem;
}
.tcflex .content ul li input.login {
  background: #d80414;
  color: #fff;
  border: solid #d80414 1px;
  margin-top: 0.3rem;
}
.tcflex .content ul li.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tcflex .content ul li.btn .cancel,
.tcflex .content ul li.btn .submit {
  width: 1.6rem;
  height: 0.44rem;
  line-height: 0.44rem;
  padding: 0 0.2rem;
  border: solid #0e883b 1px;
  border-radius: 0.22rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0e883b;
  margin: 0 0.2rem;
  background: #fff;
}
.tcflex .content ul li.btn input.submit {
  background: #0e883b;
  color: #fff;
  border: solid #0e883b 1px;
}

.valuesList {
  width: 100%;
  display: flex;
  margin-bottom: 0.31rem;
  justify-content: space-between;
  flex-wrap: wrap ;
}

.valuesList > li {
  width: 7.86rem;
  height: 1.8rem;
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  padding-top: 0.47rem;
  box-sizing: border-box;
  position: relative;
  background-size: 100% 120%;
}

.valuesList > li:hover{
  background-image: url(../images/valuesbg2.png);

}

.valuesList > li:hover .valuesLine{
  opacity: 0;
}

.valuesCir {
  width: 0.57rem;
  height: 0.57rem;
  background: rgba(14, 136, 59, 0.21);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.valuesCirC {
  width: 0.47rem;
  height: 0.47rem;
  border-radius: 50%;
  background: #0e883b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.valuesCirC > img {
  width: 0.27rem;
  height: 0.27rem;
  display: block;
}

.valuesTxtBox {
  width: 6.3rem;
  margin-left: 0.25rem;
}

.valuesT1 {
  font-weight: bold;
  font-size: 0.2rem;
  color: #0e883b;
}

.valuesT2 {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-size: 0.16rem;
  color: #6e6e6e;
  line-height: 0.25rem;
}
.valuesTxt {
  text-align: center;
  font-size: 0.18rem;
  margin-top: 0.47rem;
}

.valuesLine{
  width: 7.07rem;
  height: 0.01rem;
  background-color: #0E883B;
  position: absolute;
  bottom: 0.14rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s;
}

.showPhone{
  display: none;
}

.wgw{
  font-size: 0.3rem;
  text-align: center;
  color: gray;
}

@media screen and (max-width: 1023px) {
  .submenu1 .wrap_c .fl {
    width: 100%;
  }
  .submenu1 .wrap_c .fr {
    display: none;
  }
  .a_bg1,
  .a_bg2,
  .a_bg3,
  .a_bg4,
  .a_bg5,
  .a_bg6,
  .a_bg7,
  .a_bg8,
  .a_bg9,
  .p_bg1,
  .p_bg2,
  .p_bg3,
  .p_bg4,
  .p_bg5,
  .p_bg6,
  .p_bg7,
  .p_bg8,
  .p_bg9,
  .p_bg10,
  .p_bg11,
  .s_bg1,
  .s_bg2,
  .s_bg3,
  .n_bg1,
  .n_bg2,
  .n_bg3,
  .j_bg3,
  .m_bg1,
  .m_bg2,
  .c_bg1 {
    padding: 0.6rem 0;
  }
  .a_bg1 .atxt1 {
    margin-top: 0.5rem;
  }
  .a_bg1 .atxt1 p {
    margin-top: 0.2rem;
  }
  .a_bg1 ul.ul1 {
    margin-top: 0.5rem;
    flex-wrap: wrap;
  }
  .a_bg1 ul.ul1 li {
    width: 46%;
    text-align: center;
  }
  .a_bg1 ul.ul1 li p {
    display: block;
    margin-left: 0;
  }
  .a_box2 .fl h5 {
    margin-top: 0.4rem;
  }
  .a_bg1 .aimg1 {
    margin-top: 0.5rem;
  }
  .a_box2 {
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
  .a_box2 .fl {
    width: 100%;
    padding-top: 0;
  }
  .a_box2 .fr {
    width: 100%;
  }
  .a_bg2 .a_box2 {
    margin-top: 0;
  }
  .a_bg3 .a_box2 {
    margin-top: 0;
  }
  .a_bg3 .a_box2 .fr {
    order: 1;
  }
  .e_box1 ul {
    margin-top: 0.4rem;
  }
  .p3_c2 .share a .imgbox {
    z-index: 10;
  }
  .p_bg9 .imgbox .imgboxItem {
    width: 0.8rem;
    margin-bottom: 0.3rem;
  }
  .p_bg9 .imgbox .imgboxItem:nth-child(6) {
    margin-right: 0.8rem;
  }
  .wrap.nbanner {
    margin-top: 1rem;
  }
  .banner_img {
    height: auto;
  }
  .n_bg1 a .n_intro1 h4 {
    margin-top: 0.85rem;
  }
  .m_bg2 {
    padding-top: 0.4rem;
  }
  .m_bg2 .mapbox {
    height: 4rem;
  }
  .p_bg9 .imgbox .imgboxItem .imgboxIcon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .vlist1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
    margin-top: 0.5rem;
  }
  .vlist1 li span {
    min-height: auto;
    line-height: 1.5;
  }
  .e_box1 {
    padding: 0;
  }
  .e_box1 ul li {
    padding-bottom: 0.5rem;
  }
  .cul_box1 {
    flex-wrap: wrap;
    margin-top: 0.5rem;
    height: auto;
  }
  .cul_box1 .fl {
    width: 100%;
    padding: 0.3rem;
  }
  .cul_box1 .fr {
    width: 100%;
  }
  .a_bg7 {
    padding-top: 0;
  }
  .cul_bg2 .fl {
    order: 0;
  }
  .a_bg8 .sub_intro {
    margin-top: 0.5rem;
  }
  .a_bg8 .mu1 {
    margin-top: 0.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .a_bg9 .cul_box2 {
    padding: 0.8rem 0.3rem;
  }
  .a_bg9 .cul_box2 h4 {
    line-height: 1.5;
  }
  .p_bg1 .p_box1 {
    flex-wrap: wrap;
  }
  .p_bg1 .p_box1 .fl {
    width: 100%;
    padding-top: 0;
  }
  .p_bg1 .p_box1 .fr {
    width: 100%;
    margin-top: 0.5rem;
  }
  .p_bg2 .p_box2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
    margin-top: 0.5rem;
  }
  .p_bg3 .item {
    margin-top: 0.5rem;
    flex-wrap: wrap;
  }
  .p_bg3 .item .fl {
    width: 100%;
    height: auto;
  }
  .p_bg3 .item .fr {
    width: 100%;
    padding: 0.5rem 0.3rem;
  }
  .p_bg4 .subtit {
    margin-top: 0.5rem;
  }
  .p_bg4 ul.ul1 {
    margin-top: 0.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p_bg4 ul.ul2 {
    margin-top: 0.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
  }
  .p_bg4 ul.ul2 li {
    margin-top: 0.64rem;
  }
  .p_bg6 .p_box6 {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
  }
  .p_bg6 .p_box6 .fl {
    width: 100%;
  }
  .p_bg6 .p_box6 .fl ul li {
    margin-bottom: 0.5rem;
  }
  .p_bg6 .p_box6 .fl ul li img{
    width: 100%;
  }
  .p_bg6 .p_box6 .fl ul li.on .showPhone{
    display: block;
  }
  .p_bg6 .p_box6 .fr {
    width: 100%;
    display: none;
  }
  .p_bg6 ul.ul1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
  .p_bg7 ul {
    margin-top: 0.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p_bg3 .p_box3 {
    padding-top: 0;
  }
  .p_bg8 .p_box8 {
    margin-top: 0.5rem;
  }
  .p_bg8 .p_box8 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
  }
  .p_bg9 .sub_intro {
    width: 100%;
  }
  .p_bg9 .imgbox {
    margin-top: 0.5rem;
  }
  .p_bg10 .sub_intro {
    width: 100%;
  }
  .p_bg10 .p_box10 .item {
    margin-top: 0.5rem;
    flex-wrap: wrap;
  }
  .p_bg10 .p_box10 .item .fl {
    width: 100%;
    position: static;
    height: auto;
    padding: 0.3rem;
  }
  .p_bg10 .p_box10 .item .fr {
    width: 100%;
    height: auto;
    border-radius: 0.2rem;
  }
  .p_bg11 .icase_box {
    margin-top: 0.5rem;
  }
  .p_bg11 .icase_box .item {
    width: 100%;
  }
  .p_bg11 .cprobar.swiper-pagination-progressbar {
    width: 80%;
    height: 1px;
  }
  .p_bg11 a.next {
    right: 0%;
  }
  .p_bg11 a.prev {
    right: 0.6rem;
  }
  .s_bg1 .s_box1 {
    margin-top: 0.5rem;
  }
  .s_bg1 .s_box1 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .s_bg2 .sub_intro {
    margin: 0.5rem auto 0;
  }
  .s_bg2 .slist1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
    margin-top: 0.5rem;
  }
  .s_bg3 .item {
    flex-wrap: wrap;
  }
  .s_bg3 .item .fl {
    width: 100%;
  }
  .s_bg3 .item .fr {
    width: 100%;
    padding: 0.5rem 0 0.2rem;
  }
  .s_bg3 .item:nth-child(2n) .fl {
    order: 0;
  }
  .s_bg3 .item:nth-child(2n) .fr {
    padding: 0.5rem 0 0.2rem;
  }
  .n_bg1 a {
    flex-wrap: wrap;
  }
  .n_bg1 a .n_intro1 {
    width: 100%;
    padding: 0;
  }
  .n_bg1 a .n_img1 {
    width: 100%;
    margin-top: 0.5rem;
  }
  h4 {
    line-height: 1.5;
  }
  .n_bg2 .sconbox .fl {
    display: none;
  }
  .n_bg2 .sconbox .fr {
    width: 100%;
    padding: 0;
  }
  .n_bg2 .sconbox .fr .tit1 h4 {
    width: 75%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .n_bg2 .sconbox .fr p {
    color: #7b7b7b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .n_bg2 {
    padding-top: 0;
  }
  .n_bg2 ul.newslist > li {
    padding: 0.4rem 0;
  }
  .n_bg3 .wrap_c {
    flex-wrap: wrap;
  }
  .n_bg3 .wrap_c .fl {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .n_bg3 .wrap_c .fr {
    width: 100%;
    border-left: solid rgba(190, 200, 221, 0.5) 1px;
    margin-top: 0.5rem;
  }
  .n_bg3 .nrec_list li span::before {
    left: -0.295rem;
  }
  .n_bg3 .nrec_list li {
    margin-bottom: 0.4rem;
  }
  .j_bg1 .j_box1 {
    flex-wrap: wrap;
  }
  .j_bg1 .j_box1 .fl {
    width: 100%;
  }
  .j_bg1 .j_box1 .fr {
    width: 100%;
  }
  .j_bg1 .j_box1 .fr .joblist .jobitem .tit .fr span {
    display: none;
  }
  .tcbox {
    width: 6.5rem;
  }
  .m_bg1 ul {
    gap: 0.3rem;
    margin-top: 1rem;
  }
  .m_bg2 {
    flex-wrap: wrap;
  }
  .m_bg2 .mapbox {
    position: static;
  }
  .m_bg2 .m_box2 {
    width: 100%;
    padding: 0.4rem;
    background: #fff;
    margin: 0.5rem 0;
    position: relative;
    z-index: 3;
  }
  .searchbg .fsearch {
    width: calc(100% - 40px);
    position: relative;
    margin: 0.5rem auto;
  }
  .searchlist .s_list > ul > li {
    flex-wrap: wrap;
  }
  .searchlist .s_list > ul > li .stxt1 {
    width: 100%;
  }
  .searchlist .s_list > ul > li .simg1 {
    display: none;
  }
  .c_bg1 .brand1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
    margin-top: 0.5rem;
  }
  .pagesfr {
    padding: 0.6rem 0 0;
  }
  .pagesfr a {
    width: 0.4rem;
    height: 0.4rem;
  }
  .pagesfr span i input {
    height: 0.4rem;
    line-height: 0.4rem;
  }

  .valuesList > li{
    width: 100%;
  }

  .p_bg4 ul.ul1 li:first-child{
    width: 100%;
  }
  .e_box1 ul li:hover div.circle i{
    background: none;
  }
  .e_box1 ul li.active ~ li div.circle i{
    background: none;
  }
  .valuesTxtBox span{
    font-size: 0.16rem !important;
  }
  .p_bg9 .imgbox{
    overflow-x: auto;
  }
  .p_bg9 .imgbox .imgboxItem{
    pointer-events: none;
    margin-top: 0.15rem;
  }
  .p_bg9 .imgbox .imgboxItem:first-child{
    margin-right: 0.2rem;
  }
  .p_bg9 .imgbox .imgboxItem::after {
    top: 0.4rem;
  }
  .c_bg1 .brand1 a{
    width: auto;
    height: auto;
  }
}
