/* CSS Document */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #aaaaaa;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #aaaaaa;
}

:root {
  --vh: 1vh; /*calc(var(--vh) * 100) == 100vh */
}

root {
  --hover_color:#254194;
}

@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("../fonts/SourceHanSansCN-Medium.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("../fonts/SourceHanSansCN-Bold.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "SourceHanSansCN-Regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
  margin: 0;
  padding: 0;
  font-style: normal !important;
  font-variant: normal !important;
  color: #000;
  font-size: 12px;
  margin: 0px auto;
  padding: 0px;
}

.albb_font {
  font-family: albb;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

a:hover {
  color: #018141;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.clear {
  clear: both;
  font-size: 0vw;
  line-height: 0;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

.cell, .cell2, .cell3 {
  border-collapse: collapse;
  border-spacing: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a, img {
  border: 0px;
}

br {
  font-family: SimSun;
}

p {
  margin: 0px;
  padding: 0px;
  line-height: 1.75;
}

i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

br {
  margin: 0px;
  padding: 0px;
}

.clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden;
}

input, select, textarea {
  font-family: "SourceHanSansCN-Regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
  outline: none;
}

input::-ms-clear, input::-ms-reveal {
  display: none;
}

input[type=text]:disabled {
  background-color: #999;
}

input::-moz-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

input::-ms-input-placeholder {
  color: #000;
}

input::-webkit-input-placeholder {
  color: #000;
}

input[type=text], input[type=button], input[type=submit], input[type=reset], select, textarea, button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0vw 13.3333vw white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type=button], input[type=text], input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}

/*loading*/
.loading {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9998;
  display: block;
}

.loading b.b1 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #004c98;
  position: absolute;
  left: 0px;
  top: 0%;
}

.container {
  width: 100%;
}

.section {
  width: 100%;
  background-color: #fff;
}

.section .pagefr_n {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.section.active .pagefr_n {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

@-webkit-keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@-webkit-keyframes an_02 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes an_02 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
.an_02 {
  -webkit-animation-name: an_02;
  animation-name: an_02;
}

@-webkit-keyframes an_01 {
  0% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
}
@keyframes an_01 {
  0% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
}
@-webkit-keyframes an_03 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes an_03 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.an_03 {
  -webkit-animation-name: an_03;
  animation-name: an_03;
}

@-webkit-keyframes an_zdy {}
@keyframes an_zdy {}
.an_zdy {
  -webkit-animation-name: an_zdy;
  animation-name: an_zdy;
}

@-webkit-keyframes an_04 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  50% {
    transform: translateY(-0.05rem);
    -webkit-transform: translateY(-0.05rem);
    -moz-transform: translateY(-0.05rem);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}
@keyframes an_04 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  50% {
    transform: translateY(-0.05rem);
    -webkit-transform: translateY(-0.05rem);
    -moz-transform: translateY(-0.05rem);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}
@-webkit-keyframes an_04_01 {
  0% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
}
@keyframes an_04_01 {
  0% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
}
@-webkit-keyframes an_05 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  50% {
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@keyframes an_05 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  50% {
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@-webkit-keyframes an_06 {
  0% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
  25% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(-10px);
  }
  50% {
    opacity: 0.5;
    transform: scale(1, 1) translateY(-10px) translateX(10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(10px);
  }
  75% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(0px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(0px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
}
@keyframes an_06 {
  0% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
  25% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(-10px);
  }
  50% {
    opacity: 0.5;
    transform: scale(1, 1) translateY(-10px) translateX(10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(10px);
  }
  75% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(0px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(0px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
}
@-webkit-keyframes an_07 {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes an_07 {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@-webkit-keyframes ksan {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes ksan_01 {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan_01 {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/*common*/
.in_body {
  min-height: 100vh;
  position: relative;
  background-color: #fff;
  opacity: 0;
}

.other_body {
  min-height: 100vh;
  position: relative;
  background-color: #fff;
  opacity: 0;
}

.home_body {
  overflow: hidden;
  height: 100vh;
}

.wrap {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

.wrap_in {
  margin: 0px 8.33vw;
}

.wrap_c {
  margin: 0px 13.54vw;
}

.wrap_c1 {
  margin: 0px 18.23vw;
}

.wrap_c2 {
  margin: 0px 15.63vw;
}

.w_wap {
  display: none !important;
}

.topfr {
  position: fixed;
  width: 100%;
  overflow: visible;
  left: 0px;
  top: 0px;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 0.4rem;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
}

.topfr .fl a {
  display: inline-block;
  position: relative;
  transform: translateY(-0.2rem);
}

.topfr .fl a img {
  height: 0.65rem;
  display: block;
}

.topfr .fl a img.img1 {
  opacity: 0;
}

.topfr .fl a img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 1;
}

.topfr .fl a span {
  position: absolute;
  left: 0px;
  bottom: -0.2rem;
  font-size: 0.14rem;
  text-align: right;
  width: 100%;
  color: #000;
  border-top: 0rem solid rgba(255, 255, 255, 0.2);
  line-height: 0.24rem;
  padding-top: 0.14rem;
}

.menufr {
  float: left;
}

.menufr ul li {
  float: left;
  position: relative;
}

.menufr ul li .menu_t {
  width: 100%;
  overflow: visible;
  line-height: 0.4rem;
  margin: 0px 0.15rem;
  padding-bottom: 0.4rem;
  position: relative;
}

.menufr ul li .menu_t a {
  color: #000;
}

.menufr ul li .menu_t a:hover {
  color: #018141;
}

.menufr ul li .menu_t::before {
  content: "";
  width: 0%;
  height: 0.03rem;
  display: block;
  position: absolute;
  left: -0.15rem;
  bottom: 0px;
  overflow: hidden;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
}

.menufr ul li .menu_c {
  width: 2rem;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -1rem;
  top: 0.8rem;
  height: 0px;
}

.menufr ul li .menu_c > div {
  width: 100%;
  overflow: hidden;
  margin-top: 0rem;
  position: relative;
  z-index: 9;
  padding: 0.15rem 0px;
}

.menufr ul li .menu_c p {
  width: 100%;
  overflow: visible;
  line-height: 0.3rem;
  color: #666666;
  margin: 0.05rem 0px;
  text-align: center;
}

.menufr ul li .menu_c p a {
  color: #666;
  display: inline-block;
  position: relative;
  line-height: 1.4;
}

.menufr ul li .menu_c p a::before {
  content: "";
  width: 0%;
  height: 0.01rem;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
}

.menufr ul li .menu_c p a:hover {
  background: linear-gradient(to right, #00924a, #f09616);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menufr ul li .menu_c p a:hover::before {
  width: 100%;
}

.menufr ul li.on .menu_t::before {
  width: 100%;
}

.menufr ul li.on .menu_c {
  overflow: visible;
}

.top_bg {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  background-color: rgb(255, 255, 255);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9998;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.topr_r {
  float: left;
  margin-left: 0.35rem;
  line-height: 0.4rem;
}

.topr_r a {
  display: inline-block;
  float: left;
}

.topr_r a.a1 {
  width: 0.2rem;
  height: 0.4rem;
  background: url("../images/top_01.svg") center no-repeat;
  background-size: 100%;
}

.topr_r a.a2 {
  float: left;
  line-height: 0.4rem;
  margin-left: 0.4rem;
  padding-right: 0.18rem;
  background: url("../images/top_02.svg") right center no-repeat;
  background-size: 0.08rem;
}

.other .fl a img.img1 {
  opacity: 0;
}

.other .fl a img.img2 {
  opacity: 1;
}

.other .fl a span {
  color: #000;
  border-top: 0rem solid #e5e5e5;
}

.topan_01 {
  opacity: 0;
}

.top_home {
  background-color: rgba(255, 255, 255, 0);
}

.top_home .fl a span {
  color: #fff;
}

.top_home .fl a img.img2 {
  opacity: 0;
}

.top_home .fl a img.img1 {
  opacity: 1;
}

.top_home .menufr ul li .menu_t a {
  color: #fff;
}

.top_home .topr_r a.a1 {
  background: url("../images/t_02.svg") center no-repeat;
  background-size: 100%;
}

.top_home .topr_r a.a2 {
  background: url("../images/top_02_on.svg") right center no-repeat;
  background-size: 0.08rem;
  color: #fff;
}

.top_home:hover .fl a span {
  color: #000;
}

.top_home:hover .fl a img.img2 {
  opacity: 1;
}

.top_home:hover .fl a img.img1 {
  opacity: 0;
}

.top_home:hover .menufr ul li .menu_t a {
  color: #000;
}

.top_home:hover .topr_r a.a1 {
  background: url("../images/top_01.svg") center no-repeat;
  background-size: 100%;
}

.top_home:hover .topr_r a.a2 {
  background: url("../images/top_02.svg") right center no-repeat;
  background-size: 0.08rem;
  color: #000;
}

.topfr.on {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.topfr.on .fl a {
  transform: translateY(-0.2rem);
}

.topfr.on .fl a img.img1 {
  opacity: 0;
}

.topfr.on .fl a img.img2 {
  opacity: 1;
}

.topfr.on .fl a span {
  color: #000;
  border-top: 0rem solid #e5e5e5;
  text-align: right;
  font-size: 0.14rem;
  bottom: -0.2rem;
}

.top_home.on .fl a span {
  color: #000;
}

.top_home.on .fl a img.img2 {
  opacity: 1;
}

.top_home.on .fl a img.img1 {
  opacity: 0;
}

.top_home.on .menufr ul li .menu_t a {
  color: #000;
}

.top_home.on .topr_r a.a1 {
  background: url("../images/top_01.svg") center no-repeat;
  background-size: 100%;
}

.top_home.on .topr_r a.a2 {
  background: url("../images/top_02.svg") right center no-repeat;
  background-size: 0.08rem;
  color: #000;
}

.topfr:hover {
  background-color: #fff;
}

.page1 {
  overflow: hidden;
  position: relative;
}

.page1 .pagefr_n {
  height: calc(var(--vh) * 100);
}

.in_01_slide {
  width: 100%;
  height: calc(var(--vh) * 100);
  overflow: hidden;
  position: relative;
}

.in_01_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.in_01_slide .swiper-slide .in_01_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.in_01_slide .swiper-slide .in_01_bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 8;
  object-fit: cover;
  transition: 5s linear;
  -webkit-transition: 5s linear;
  -o-transition: 5s linear;
  -moz-transition: 5s linear;
}

.in_01_slide .swiper-slide .in_01_bg video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  background-color: #000;
}

.in_01_slide .swiper-slide .in_01_bg.on img {
  transform: scale(1.06);
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
}

.in_01_slide .swiper-slide .in_01_txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.in_01_slide .swiper-slide .in_01_txt .in_01t_c {
  width: 100%;
  overflow: hidden;
}

.in_01_slide .swiper-slide .in_01_txt p {
  width: 100%;
  overflow: hidden;
  opacity: 0;
}

.in_01_slide .swiper-slide .in_01_txt p.p1 {
  text-transform: uppercase;
  line-height: 1.3;
  color: #fff;
}

.in_01_slide .swiper-slide .in_01_txt p.p2 {
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  margin-top: 0.5rem;
}

.in_01_slide .swiper-slide .in_01_txt p.p2 i {
  color: #f09616;
}

.in_01_slide .swiper-slide .in_01_txt p.p3 {
  margin-top: 0.5rem;
  overflow: visible;
}

.in_01_slide .swiper-slide .in_01_txt p.p3 a {
  display: inline-block;
}

.in_01_slide .swiper-slide .in_01_txt p.p3 a.a1 {
  float: left;
  line-height: 0.6rem;
  padding: 0px 0.48rem;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0.3rem;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
}

.in_01_slide .swiper-slide .in_01_txt p.p3 a.a2 {
  margin-left: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  margin-top: 0.05rem;
}

.in_01_slide .swiper-slide .in_01_txt p.p3 a.a2::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border: 0.02rem solid #00924a;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-animation: ksan 2.1s linear infinite;
  animation: ksan 2.1s linear infinite;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_01_slide .swiper-slide .in_01_txt p.p3 a.a2::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/in_01.png") center no-repeat;
  background-size: 100%;
}

.in_01_spfr {
  width: 40%;
  overflow: visible;
  position: absolute;
  right: 0px;
  bottom: 0.8rem;
  z-index: 999;
}

.in_01_spfr .in_01_sp {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.34rem;
}

.in_01_spfr .in_01_sp span {
  width: 100%;
  height: 0.06rem;
  position: relative;
  border-radius: 0px;
  opacity: 1;
  background: None;
}

.in_01_spfr .in_01_sp span::before {
  content: "";
  width: 100%;
  height: 0.02rem;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0px;
  bottom: 0.02rem;
  z-index: 1;
}

.in_01_spfr .in_01_sp span::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #e97126;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.in_01_spfr .in_01_sp span i {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #e97126;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.in_01_spfr .in_01_sp span.swiper-pagination-bullet-active::after {
  width: 0%;
  transition: 5s linear;
  -webkit-transition: 5s linear;
  -o-transition: 5s linear;
  -moz-transition: 5s linear;
}

.in_01_spfr .in_01_sp span.active i {
  width: 100% !important;
  transition: 5s linear;
  -webkit-transition: 5s linear;
  -o-transition: 5s linear;
  -moz-transition: 5s linear;
}

.page1 {
  overflow: hidden;
  position: relative;
}

.page1 .pagefr_n {
  height: calc(var(--vh) * 100);
}

.p2fr {
  width: 100%;
  overflow: hidden;
  padding: 0.9rem 0px;
}

.p2fr .wrap_in {
  margin: 0px 3.65%;
}

.p2fr ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}

.p2fr ul li {
  width: 13.8%;
  overflow: hidden;
  height: 6rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.p2fr ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  height: 6rem;
}

.p2fr ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.p2fr ul li em.em1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 0.06rem;
}

.p2fr ul li em.em1 img {
  width: 56.6%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  z-index: 1;
}

.p2fr ul li em.em1::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../upimg/in_05.webp") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -100%;
  top: 0px;
  z-index: 9;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.p2fr ul li em.em2 {
  widtH: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0.6rem;
  z-index: 9;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.p2fr ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.p2fr ul li em.em2 span.sp1 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
}

.p2fr ul li em.em2 span.sp2 {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.2rem;
}

.p2fr ul li em.em3 {
  width: 56.6%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: -20%;
  top: 0px;
  opacity: 0;
  z-index: 9;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.p2fr ul li em.em3 span {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0px 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.p2fr ul li em.em3 span.sp1 {
  position: absolute;
  left: 0rem;
  top: 0.6rem;
}

.p2fr ul li em.em3 label {
  position: absolute;
  left: 0px;
  bottom: 0.6rem;
  width: 100%;
  display: block;
  overflow: hidden;
}

.p2fr ul li em.em3 span.sp2 {
  position: relative;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.04rem;
}

.p2fr ul li em.em3 span.sp2::before {
  content: "";
  width: calc(100% - 1.2rem);
  height: 0.08rem;
  display: block;
  overflow: hidden;
  background: url("../upimg/in_10.png") left center no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0.6rem;
  bottom: 0px;
}

.p2fr ul li em.em3 span.sp2 i {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.p2fr ul li em.em3 span.sp3 {
  margin-top: 0.1rem;
  color: #fff;
  line-height: 1.5;
}

.p2fr ul li.on {
  width: 56.6%;
}

.p2fr ul li.on em.em1::before {
  left: 0%;
}

.p2fr ul li.on em.em2 {
  opacity: 0;
}

.p2fr ul li.on em.em3 {
  left: 0px;
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}

.page3 {
  overflow: hidden;
  position: initial;
}

.p3_t {
  width: 100%;
  overflow: hidden;
  background-color: #f7f7f7;
  height: 1.7rem;
  position: relative;
}

.p3_t::before {
  content: "";
  width: 8.33vw;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../upimg/btn_01.jpg") right bottom no-repeat #018141;
  background-size: auto 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.p3t_l {
  float: left;
}

.p3tl_1 {
  float: left;
  background-color: #018141;
  overflow: hidden;
  height: 1.7rem;
  padding-right: 0.4rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.p3tl_1 label {
  width: 100%;
  display: block;
  overflow: hidden;
  color: #fff;
}

.p3tl_1 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.p3tl_1 span.sp1 {
  font-weight: bold;
  line-height: 1.3;
}

.p3tl_1 span.sp2 {
  font-family: arial;
  line-height: 1.3;
  margin-top: 0.05rem;
}

.p3tl_2 {
  float: left;
  width: 0.13rem;
  height: 1.7rem;
  display: block;
  overflow: hidden;
  background: url("../upimg/btn_05.png") left center no-repeat;
  background-size: 100%;
}

.p3tl_3 {
  float: left;
  margin-left: 0.4rem;
  padding-right: 1rem;
  position: relative;
}

.p3tl_3::before {
  content: "";
  width: 0.01rem;
  height: 0.67rem;
  display: block;
  overflow: hidden;
  background-color: #d6d6d6;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -0.335rem;
}

.p3tl_3 ul li {
  float: left;
  margin-left: 0.5rem;
  height: 1.7rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.p3tl_3 ul li:first-child {
  margin-left: 0px;
}

.p3tl_3 ul li p {
  width: 100%;
  overflow: hidden;
}

.p3tl_3 ul li p.p1 {
  color: #666666;
  line-height: 1.3;
}

.p3tl_3 ul li p.p2 {
  color: #000;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0.1rem;
}

.p3t_r {
  float: right;
  width: calc(100% - 8.2rem);
}

.p3t_r ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  height: 1.7rem;
  align-items: center;
}

.p3t_r ul li {
  float: left;
}

.p3t_r ul li a {
  widtH: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.p3t_r ul li em {
  display: block;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.p3t_r ul li em.em1 {
  width: 0.66rem;
  height: 0.66rem;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  -moz-box-shadow: 0px 0.06rem 0.32rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0.06rem 0.32rem rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0.06rem 0.32rem rgba(0, 0, 0, 0.05);
}

.p3t_r ul li em.em1 img {
  width: 100%;
  display: block;
}

.p3t_r ul li em.em2 {
  width: calc(100% - 0.66rem - 0.2rem);
  margin-left: 0.2rem;
}

.p3t_r ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.p3t_r ul li em.em2 span.sp1 {
  color: #000;
  font-weight: bold;
  line-height: 1.3;
}

.p3t_r ul li em.em2 span.sp2 {
  color: #000;
  line-height: 1.3;
  margin-top: 0.05rem;
}

.p3_c {
  width: 100%;
  overflow: hidden;
  background-color: #3a3a3a;
  padding: 0.6rem 0px;
}

.p3_c .fl {
  width: 24.48vw;
  overflow: hidden;
}

.p3_c .fl p {
  width: 100%;
  overflow: hidden;
}

.p3_c .fl p.p1 img {
  height: 0.65rem;
  display: block;
}

.p3_c .fl ul {
  width: 18.49vw;
  overflow: hidden;
  margin-top: 0.4rem;
}

.p3_c .fl ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.p3_c .fl ul li:last-child {
  margin-bottom: 0px;
}

.p3_c .fl ul li .p3cl_img {
  width: 0.8rem;
  overflow: hidden;
}

.p3_c .fl ul li .p3cl_img img {
  width: 100%;
  display: block;
}

.p3_c .fl ul li .p3cl_txt {
  width: calc(100% - 0.8rem - 0.3rem);
  overflow: hidden;
  margin-left: 0.3rem;
}

.p3_c .fl ul li .p3cl_txt p {
  width: 100%;
  overflow: hidden;
}

.p3_c .fl ul li .p3cl_txt p.p1 {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.p3_c .fl ul li .p3cl_txt p.p2 {
  color: #fff;
  line-height: 1.3;
}

.p3_c .fl ul li .p3cl_txt p.p3 {
  color: #fff;
  line-height: 1.3;
  font-family: arial;
}

.p3_c .fr {
  width: calc(100% - 24.48vw);
  margin-top: 0.16rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.p3_c .fr dl {
  margin: 0px;
  padding: 0px;
}

.p3_c .fr dl dt {
  width: 100%;
  overflow: hidden;
  line-height: 1.3;
  margin-bottom: 0.15rem;
}

.p3_c .fr dl dt a {
  color: #fff;
}

.p3_c .fr dl dd {
  widtH: 100%;
  overflow: hidden;
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.p3_c .fr dl dd a {
  color: rgba(255, 255, 255, 0.5);
}

.p3_c .fr dl dd a:hover {
  text-decoration: underline;
}

.p3_c .fr dl dd:last-child {
  margin-bottom: 0px;
}

.p3_b {
  width: 100%;
  overflow: hidden;
  background-color: #353535;
  line-height: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}

.p3_b a {
  color: rgba(255, 255, 255, 0.5);
  float: left;
}

.p3_b a:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
}

.p3_b i {
  float: left;
  margin: 0px 0.2rem;
}

.sub_01 {
  overflow: hidden;
  position: relative;
}

.sub_01_bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #01924a;
  height: 70vh;
  flex: 1;
}

.sub_01_bg img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transition: 3.3s linear;
  -webkit-transition: 3.3s linear;
  -o-transition: 3.3s linear;
  -moz-transition: 3.3s linear;
}

.sub_01_bg::before {
  content: "";
  width: 60%;
  height: 0.1rem;
  opacity: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
  transition: 0.6s linear;
  -webkit-transition: 0.6s linear;
  -o-transition: 0.6s linear;
  -moz-transition: 0.6s linear;
}

.sub_01_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../upimg/sub_bg.png") 100% 0px no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 8;
}

.sub_01_c {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.sub_01c_c {
  width: 100%;
  overflow: hidden;
  margin-top: 1.05rem;
}

.sub_01c_c p {
  width: 100%;
  overflow: hidden;
}

.sub_01c_c p.p1 {
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
}

.sub_01c_c p.p2 {
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.3;
  text-transform: uppercase;
  margin-top: 0.1rem;
}

.sub_01.on .sub_01_bg::before {
  width: 100%;
  opacity: 1;
}

.sub_01.on .sub_01_bg img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.sitefr {
  overflow: hidden;
  background-color: #fff;
}

.sitefr .fl {
  flex: 1;
  height: 1rem;
  line-height: 1rem;
  color: #666;
}

.sitefr .fl a {
  float: left;
  color: #666;
}

.sitefr .fl a:hover {
  color: #00833e;
}

.sitefr .fl i {
  float: left;
  width: 0.05rem;
  height: 100%;
  display: block;
  background: url("../images/c_01.png") 50% calc(50% + 0.01rem) no-repeat;
  background-size: 100%;
  margin: 0px 0.14rem;
}

.sitefr .fr ul li {
  float: left;
  line-height: 1rem;
  margin-left: 0.5rem;
}

.sitefr .fr ul li a {
  display: inline-block;
  position: relative;
  line-height: 1.1;
  padding-bottom: 0.02rem;
  color: #333;
}

.sitefr .fr ul li a::before {
  content: "";
  width: 0%;
  height: 0.08rem;
  display: block;
  background: url("../images/c_02.png") 0px 100% no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.sitefr .fr ul li a span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.sitefr .fr ul li a:hover {
  color: #00833e;
}

.sitefr .fr ul li.on a::before {
  width: 100%;
}

.prd_01 {
  overflow: hidden;
  padding-top: 1rem;
}

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

.prd_01_t h4 {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1.3;
  padding-bottom: 0.25rem;
}

.prd_01_t h4::before {
  content: "";
  width: 0.25rem;
  height: 0.05rem;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 0.05rem;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
}

.prd_01_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
}

.prd_01_c ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
}

.prd_01_c ul li {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.1rem;
  -moz-box-shadow: 0px 0.12rem 0.3rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0.12rem 0.3rem rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0.12rem 0.3rem rgba(0, 0, 0, 0.05);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.prd_01_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.prd_01_c ul li em {
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.prd_01_c ul li em.em3 {
  width: 3.76rem;
  height: 3.76rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.prd_01_c ul li em.em3 img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.prd_01_c ul li em.em1 {
  width: calc(100% - 3.76rem);
  padding-left: 0.6rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.prd_01_c ul li em.em2 {
  width: 100%;
}

.prd_01_c ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.prd_01_c ul li em.em2 span.sp1 {
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.24rem;
  color: #333;
}

.prd_01_c ul li em.em2 span.sp1::before {
  content: "";
  width: 100%;
  height: 0.03rem;
  display: block;
  overflow: hidden;
  background-color: #f2f2f2;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.prd_01_c ul li em.em2 span.sp1::after {
  content: "";
  width: 0.5rem;
  height: 0.03rem;
  display: block;
  overflow: hidden;
  background-color: #00833e;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.prd_01_c ul li em.em2 span.sp2 {
  color: #999;
  line-height: 0.3rem;
  margin-top: 0.24rem;
  height: 0.6rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.prd_01_c ul li em.em2 span.sp3 {
  margin-top: 0.44rem;
}

.prd_01_c ul li em.em2 span.sp3 i {
  display: inline-block;
  color: #999;
  background: url("../images/prd_01.png") 100% 50% no-repeat;
  background-size: 0.19rem;
  padding-right: 0.37rem;
}

.prd_01_c ul li:hover {
  transform: translateY(-0.03rem);
}

.prd_01_c ul li:hover em.em2 span.sp1::after {
  width: 100%;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
}

.prd_01_c ul li:hover em.em2 span.sp1 {
  color: #00833e;
}

.prd_01_c ul li:hover em.em2 span.sp3 i {
  color: #00833e;
  background: url("../images/prd_02.png") 100% 50% no-repeat;
  background-size: 0.19rem;
}

.prd_01_c ul li:hover em.em3 img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
}

.pagesfr {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 0.8rem;
}

.pagesfr .ps_c {
  display: inline-block;
  line-height: 0.6rem;
}

.pagesfr a {
  float: left;
  line-height: 0.6rem;
  margin: 0px 0.15rem;
  color: #666;
}

.pagesfr a:hover {
  color: #174193;
}

.pagesfr a.a1 {
  margin-left: 0px;
  margin-right: 0.5rem;
  font-family: simsun;
  font-weight: bold;
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
}

.pagesfr a.a1::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  z-index: 1;
  border: 0.01rem solid #ddd;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.pagesfr a.a1::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.pagesfr a.a1 i {
  display: inline-block;
  position: relative;
  z-index: 3;
}

.pagesfr a.a1:hover::before {
  opacity: 0;
}

.pagesfr a.a1:hover::after {
  opacity: 1;
}

.pagesfr a.a1:hover i {
  color: #fff;
}

.pagesfr a.a2 {
  margin-right: 0px;
  margin-left: 0.5rem;
  font-family: simsun;
  font-weight: bold;
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
}

.pagesfr a.a2::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  z-index: 1;
  border: 0.01rem solid #ddd;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.pagesfr a.a2::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.pagesfr a.a2 i {
  display: inline-block;
  position: relative;
  z-index: 3;
}

.pagesfr a.a2:hover::before {
  opacity: 0;
}

.pagesfr a.a2:hover::after {
  opacity: 1;
}

.pagesfr a.a2:hover i {
  color: #fff;
}

.pagesfr span {
  float: left;
  margin: 0px 0.15rem;
  color: #666;
}

.pagesfr input {
  float: left;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0px;
  margin: 0px 0.14rem;
  border: 0.01rem solid #ddd;
  background-color: #f1f1f1;
  text-align: center;
  color: #666;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.pagesfr input.p1txt {
  background-color: #fff;
}

.pagesfr span.sp2 {
  margin-left: 0.5rem;
}

.btn_empty {
  overflow: hidden;
  height: 1.5rem;
}

.btnfr {
  overflow: hidden;
}

.jobfr {
  overflow: hidden;
  position: relative;
  padding-top: 1rem;
}

.jobfr::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../upimg/job_01.webp") 50% 100% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.jobfr .wrap_in {
  position: relative;
  z-index: 9;
}

.job_01 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
  position: relative;
}

.job_01 .bg {
  width: 100%;
  height: 10px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
}

.job_01 table {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.job_01 table tbody tr {
  position: relative;
  overflow: hidden;
}

.job_01 table thead tr td {
  background-color: #a2a8ad;
  padding: 0.2rem 0.6rem;
  color: #fff;
  position: relative;
  z-index: 9;
}

.job_01 table tbody tr td {
  border-bottom: 0.01rem solid #d9d9d9;
  padding: 0.3rem 0.6rem;
  line-height: 1.5;
  color: #333333;
}

.job_01 table tr td:last-child {
  width: 1.6rem;
  padding: 0px;
}

.job_01 table tbody tr td a.job_more {
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  margin: 0px auto;
  padding: 0px;
  overflow: hidden;
  background: url("../images/job_01.png") center no-repeat;
  background-size: 100%;
  transition: 0s linear;
  -webkit-transition: 0s linear;
  -o-transition: 0s linear;
  -moz-transition: 0s linear;
}

.job_01 table tr.active td {
  color: #fff;
  border-bottom: 0px;
}

.job_01 table tr.active td a.job_more {
  background: url("../images/job_02.png") center no-repeat;
  background-size: 100%;
}

.job_01 table .tr_data {
  display: none;
}

.job_01 table .tr_data td {
  border-bottom: 0px;
  padding: 0px;
}

.job_01 table .tr_data td .job_01_c {
  width: 100%;
  overflow: hidden;
  background-color: #fffbfc;
  padding: 0.4rem 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.job_01 table .tr_data td .job_01_c .job_01c_t {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.job_01 table .tr_data td .job_01_c .job_01c_t .job_01ct_li {
  width: calc(50% - 0.6rem);
}

.job_01 table .tr_data td .job_01_c .job_01c_t .job_01ct_li p {
  width: 100%;
  overflow: hidden;
  color: #999;
}

.job_01 table .tr_data td .job_01_c .job_01c_t .job_01ct_li p.p1 {
  font-weight: bold;
  color: #333;
  margin-bottom: 0.1rem;
}

.job_01 table .tr_data td .job_01_c .job_01c_b {
  width: 100%;
  overflow: hidden;
  border-top: 0.01rem solid #ebe7e8;
  margin-top: 0.4rem;
  padding-top: 0.3rem;
}

.job_01 table .tr_data td .job_01_c .job_01c_b a {
  display: inline-block;
  line-height: 0.5rem;
  padding: 0px 0.4rem;
  background-color: #e0ddde;
  color: #fff;
  border-radius: 0.5rem;
}

.job_01 table .tr_data td .job_01_c .job_01c_b a:hover {
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
}

.job_01 table .tr_data td .job_01_c .job_01c_b span {
  margin-left: 0.2rem;
  color: #999;
}

.tzzgxfr {
  overflow: hidden;
  background-color: #f1f1f1;
  padding-top: 1rem;
}

.tzzgx_01 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
}

.tzzgx_01 ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.6rem;
  grid-row-gap: 0rem;
}

.tzzgx_01 ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 0.01rem solid #dcdcdc;
  padding: 0.6rem 0px;
  position: relative;
}

.tzzgx_01 ul li:first-child {
  border-top: 0.01rem solid #dcdcdc;
}

.tzzgx_01 ul li:nth-child(2) {
  border-top: 0.01rem solid #dcdcdc;
}

.tzzgx_01 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.tzzgx_01 ul li a em {
  display: block;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.tzzgx_01 ul li a em.em1 {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  width: 100%;
}

.tzzgx_01 ul li a em.em1 .lb1 {
  width: 0.53rem;
  position: relative;
  margin-left: 0.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tzzgx_01 ul li a em.em1 i {
  display: inline-block;
  position: relative;
}

.tzzgx_01 ul li a em.em1 img {
  display: block;
  height: 0.53rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.tzzgx_01 ul li a em.em1 img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.tzzgx_01 ul li a em.em1 .lb2 {
  margin-left: 0.3rem;
  width: calc(100% - 0.53rem - 0.3rem - 1.6rem);
  cursor: pointer;
}

.tzzgx_01 ul li a em.em1 .lb2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.tzzgx_01 ul li a em.em1 .lb2 span.sp1 {
  color: #b6b6b6;
  line-height: 1.3;
}

.tzzgx_01 ul li a em.em1 .lb2 span.sp2 {
  color: #333;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0.05rem;
}

.tzzgx_01 ul li a em.em2 {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.tzzgx_01 ul li a em.em2 span {
  display: inline-block;
  color: #333333;
  font-weight: bold;
  background: url("../images/prd_01.png") right center no-repeat;
  background-size: 0.19rem;
  padding-right: 0.33rem;
}

.tzzgx_01 ul li::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #ebebeb;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.tzzgx_01 ul li:hover::before {
  width: 100%;
}

.tzzgx_01 ul li:hover em.em2 {
  transform: translateX(-0.3rem);
}

.tzzgx_01 ul li:hover em.em1 img.img2 {
  opacity: 1;
}

.tzzgx_01 ul li:hover em.em1 img.img1 {
  opacity: 0;
}

.tzzgx_01 ul li:hover em.em2 span {
  color: #079348;
  background: url("../images/prd_02.png") right center no-repeat;
  background-size: 0.19rem;
}

.newsfr {
  overflow: hidden;
  background-color: #f1f1f1;
  padding-top: 1rem;
}

.news_01 {
  overflow: hidden;
  position: relative;
  padding-top: 0.6rem;
  padding-left: 0.9rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.news_01_slide {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.8rem 0px;
}

.news_01_slide::before {
  content: "";
  width: 50vw;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0.14rem;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.news_01_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.news_01_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.news_01_slide .swiper-slide em {
  display: block;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.news_01_slide .swiper-slide em.em1 {
  width: 40.63vw;
  height: 4.48rem;
  overflow: hidden;
  border-radius: 0.14rem;
}

.news_01_slide .swiper-slide em.em1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_01_slide .swiper-slide em.em2 {
  widtH: 29.17vw;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.9rem;
}

.news_01_slide .swiper-slide em.em3 {
  width: 100%;
  display: block;
  overflow: hidden;
  opacity: 0;
}

.news_01_slide .swiper-slide em.em3 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.news_01_slide .swiper-slide em.em3 span.sp1 {
  color: #059349;
  line-height: 0.44rem;
  max-height: 0.88rem;
  font-weight: bold;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.news_01_slide .swiper-slide em.em3 span.sp2 {
  color: #666;
  line-height: 0.3rem;
  margin: 0.2rem 0px;
}

.news_01_slide .swiper-slide em.em3 span.sp3 {
  color: #666;
  line-height: 0.3rem;
  max-height: 0.9rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.news01_spfr {
  width: 0.12rem;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.news01_spfr span {
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
  background-color: #fff;
  border: 0.01rem solid #059349;
  margin: 0.05rem 0px !important;
  padding: 0px !important;
  border-radius: 0.12rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.news01_spfr span.swiper-pagination-bullet-active {
  height: 0.24rem;
  background-color: #059349;
}

.news_02 {
  width: 100%;
  overflow: visible;
  padding-top: 0.9rem;
}

.news_02 ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 0.01rem solid #ced5ce;
  padding: 0.6rem 0.6rem;
  margin-bottom: 0.3rem;
  border-radius: 0.14rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.news_02 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.news_02 ul li em {
  display: block;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.news_02 ul li em.em1 {
  width: 1.6rem;
  overflow: hidden;
  position: relative;
}

.news_02 ul li em.em1::before {
  content: "";
  width: 0.01rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #d5d9e1;
  position: absolute;
  right: 0px;
  top: 0px;
}

.news_02 ul li em.em1 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.news_02 ul li em.em1 span.sp1 {
  line-height: 0.3rem;
  color: #444;
}

.news_02 ul li em.em1 span.sp2 {
  color: #999;
  line-height: 0.26rem;
  margin-top: 0.2rem;
}

.news_02 ul li em.em2 {
  width: calc(100% - 1.6rem - 0.6rem);
}

.news_02 ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.news_02 ul li em.em2 span.sp1 {
  color: #000;
  font-weight: bold;
  line-height: 0.3rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.news_02 ul li em.em2 span.sp2 {
  color: #999;
  line-height: 0.26rem;
  margin-top: 0.2rem;
  max-height: 0.52rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.news_02 ul li label {
  cursor: pointer;
}

.news_02 ul li::before {
  content: "";
  width: 0.1rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #00833e;
  position: absolute;
  left: -0.1rem;
  top: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.news_02 ul li:hover {
  background-color: #fff;
  -moz-box-shadow: 0px 0.1rem 0.3rem rgba(1, 6, 3, 0.1);
  -webkit-box-shadow: 0px 0.1rem 0.3rem rgba(1, 6, 3, 0.1);
  box-shadow: 0px 0.1rem 0.3rem rgba(1, 6, 3, 0.1);
}

.news_02 ul li:hover::before {
  left: 0px;
}

.news_02_content img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
  padding: 0px;
}

.top_xq {
  background-color: #fffbfc;
  height: 1.6rem;
}

.top_xq.on {
  background-color: #fffbfc;
  height: 0.9rem;
}

.newxqfr {
  overflow: hidden;
  padding-top: 2rem;
  background-color: #f1f1f1;
}

.newxqfr.on {
  padding-top: 1.3rem;
}

.nxq_01 {
  overflow: hidden;
  line-height: 0.6rem;
  padding: 0.3rem 0px;
}

.nxq_01 a {
  float: left;
  color: #666;
}

.nxq_01 a:hover {
  color: #00833e;
}

.nxq_01 i {
  float: left;
  width: 0.05rem;
  height: 0.6rem;
  display: block;
  background: url("../images/c_01.png") 50% calc(50% + 0.01rem) no-repeat;
  background-size: 100%;
  margin: 0px 0.14rem;
}

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

.nxq_02 p {
  width: 100%;
  overflow: hidden;
}

.nxq_02 .p1 {
  line-height: 1.5;
  color: #018141;
}

.nxq_02 h1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #333;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0.1rem;
  padding-bottom: 0.4rem;
}

.nxq_02 h1::after {
  content: "";
  width: 100%;
  height: 0.03rem;
  display: block;
  overflow: hidden;
  background-color: #d6d6d6;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
}

.nxq_02 h1::before {
  content: "";
  width: 1.3rem;
  height: 0.03rem;
  display: block;
  overflow: hidden;
  background-color: #00833e;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
}

.nxq_03 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
  line-height: 1.75;
  color: #666666;
}

.nxq_03 p {
  line-height: 1.75;
}

.nxq_03 img {
  max-width: 100%;
  height: auto !important;
}

.nxq_04 {
  width: 100%;
  overflow: hidden;
  padding-top: 1rem;
}

.nxq_04 .wrap_in {
  border-top: 0.03rem solid #d6d6d6;
  border-bottom: 0.03rem solid #d6d6d6;
  padding: 0.4rem 0px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}

.nxq_04 a {
  display: inline-block;
  color: #333;
}

.nxq_04 a:hover {
  color: #00833e;
}

.nxq_04 a.fl {
  background: url("../images/prd_03.png") 0% 50% no-repeat;
  background-size: 0.16rem;
  padding-left: 0.26rem;
}

.nxq_04 a.fl:hover {
  background: url("../images/prd_04.png") 0% 50% no-repeat;
  background-size: 0.16rem;
  padding-left: 0.26rem;
}

.nxq_04 a.fr {
  background: url("../images/prd_01.png") 100% 50% no-repeat;
  background-size: 0.16rem;
  padding-right: 0.26rem;
}

.nxq_04 a.fr:hover {
  background: url("../images/prd_02.png") 100% 50% no-repeat;
  background-size: 0.16rem;
  padding-right: 0.26rem;
}

.nxq_04 .a1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/prd_05.png") 0% calc(50% + 0.01rem) no-repeat;
  background-size: 0.16rem;
  padding-left: 0.26rem;
}

.nxq_04 .a1:hover {
  background: url("../images/prd_06.png") 0% calc(50% + 0.01rem) no-repeat;
  background-size: 0.16rem;
}

.videofr {
  overflow: hidden;
  background-color: #fffbfc;
}

.vi_01 {
  width: 100%;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: url("../images/vi_01.webp") 50% no-repeat;
  background-size: cover;
}

.vi_01_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
}

.vi_01c_slide {
  width: 100%;
  overflow: hidden;
  height: 5.2rem;
  position: relative;
}

.vi_01c_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.vi_01c_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.vi_01c_slide .swiper-slide em {
  width: 100%;
  display: block;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.vi_01c_slide .swiper-slide em.vi_01c_bg {
  width: 102%;
  position: relative;
  height: 4.3rem;
  overflow: hidden;
  transform: translateX(-1%);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.vi_01c_slide .swiper-slide em.vi_01c_bg img {
  width: 102%;
  height: 5.3rem;
  display: block;
  object-fit: cover;
  transform: translate(-1%, -0.01rem);
}

.vi_01c_slide .swiper-slide em.vi_01c_bg b {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  opacity: 0;
  overflow: visible;
  background: url("../images/vi_02.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.vi_01c_slide .swiper-slide em.vi_01c_bg b::before {
  content: "";
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  border: 0.03rem solid #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-animation: ksan 2.1s linear infinite;
  animation: ksan 2.1s linear infinite;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.vi_01c_slide .swiper-slide em.vi_01c_bg::before {
  content: "";
  width: 102%;
  height: 102%;
  overflow: hidden;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: -1%;
  top: -1%;
  z-index: 9;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.vi_01c_slide .swiper-slide em.vi_01c_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/vi_03.png") 50% 100% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.vi_01c_slide .swiper-slide em.vi_01c_bg i {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/vi_04.png") 50% 100% no-repeat;
  background-size: 100% 100%;
  z-index: 9;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.vi_01c_slide .swiper-slide em.vi_01c_c {
  position: absolute;
  left: 0px;
  bottom: 0.2rem;
  z-index: 9;
  padding: 0px 0.4rem;
  text-align: center;
  color: #fff;
  opacity: 0;
}

.vi_01c_slide .swiper-slide em.vi_01c_c span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vi_01c_slide .swiper-slide-active em.vi_01c_bg {
  height: 5.2rem;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}

.vi_01c_slide .swiper-slide-active em.vi_01c_bg::before {
  opacity: 0;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}

.vi_01c_slide .swiper-slide-active em.vi_01c_bg::after {
  opacity: 1;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}

.vi_01c_slide .swiper-slide-active em.vi_01c_bg b {
  opacity: 1;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}

.vi_01c_slide .swiper-slide-active em.vi_01c_c {
  opacity: 1;
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
}

.vi_01c_slide .swiper-slide-active:hover em.vi_01c_bg i {
  opacity: 1;
}

.vi_01c_slide .vi_01c_prev {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  overflow: hidden;
  background: url("../images/n_01.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 33.3333%;
  bottom: 0px;
  z-index: 999;
  margin-left: -0.9rem;
}

.vi_01c_slide .vi_01c_prev:hover {
  background: url("../images/n_01_on.png") center no-repeat;
  background-size: 100%;
}

.vi_01c_slide .vi_01c_next {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  overflow: hidden;
  background: url("../images/n_02.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 33.3333%;
  bottom: 0px;
  z-index: 999;
  margin-right: -0.9rem;
}

.vi_01c_slide .vi_01c_next:hover {
  background: url("../images/n_02_on.png") center no-repeat;
  background-size: 100%;
}

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

.vi_03 {
  width: 100%;
  overflow: hidden;
  margin-top: 1rem;
}

.vi_03 ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
}

.vi_03 ul li {
  width: 100%;
  overflow: hidden;
}

.vi_03 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.vi_03 ul li em {
  width: 100%;
  display: block;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.vi_03 ul li em.em1 {
  position: relative;
}

.vi_03 ul li em.em1 img {
  width: 100%;
  display: block;
}

.vi_03 ul li em.em1::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: url("../images/vi_03.png") 50% 100% no-repeat;
  background-size: 100% 100%;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.vi_03 ul li em.em1::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  background: url("../images/vi_04.png") 50% 100% no-repeat;
  background-size: 100% 100%;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.vi_03 ul li em.em2 {
  position: absolute;
  left: 0px;
  bottom: 0.2rem;
  padding: 0px 0.3rem;
  color: #fff;
  z-index: 9;
}

.vi_03 ul li:hover em.em1::before {
  opacity: 0;
}

.vi_03 ul li:hover em.em1::after {
  opacity: 1;
}

.hyzxfr {
  overflow: hidden;
  background-color: #fff;
}

.hyzx_01 {
  width: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 1rem 0px;
}

.hyzx_01_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
}

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

.hyzx_01c_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.hyzx_01c_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.hyzx_01c_slide .swiper-slide em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hyzx_01c_slide .swiper-slide em.em1 {
  height: 2.94rem;
  overflow: hidden;
  position: relative;
}

.hyzx_01c_slide .swiper-slide em.em1 img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  z-index: 1;
}

.hyzx_01c_slide .swiper-slide em.em1::before {
  content: "";
  widtH: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../upimg/in_05.webp") center no-repeat;
  background-size: cover;
  position: absolute;
  left: -30%;
  opacity: 0;
  top: 0px;
  z-index: 2;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.hyzx_01c_slide .swiper-slide em.em2 {
  padding: 0.3rem 0.5rem;
  position: relative;
}

.hyzx_01c_slide .swiper-slide em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.hyzx_01c_slide .swiper-slide em.em2 span.sp1 {
  line-height: 0.3rem;
  color: #666;
  font-weight: 100;
}

.hyzx_01c_slide .swiper-slide em.em2 span.sp2 {
  line-height: 0.36rem;
  height: 0.72rem;
  color: #333;
  font-weight: bold;
  margin-top: 0.2rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.hyzx_01c_slide .swiper-slide em.em2 span.sp3 {
  line-height: 0.26rem;
  height: 0.52rem;
  color: #999;
  margin-top: 0.1rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.hyzx_01c_slide .swiper-slide em.em2::before {
  content: "";
  width: 0%;
  height: 0.05rem;
  display: block;
  overflow: hidden;
  background-color: #149345;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.hyzx_01c_slide .swiper-slide:hover {
  -moz-box-shadow: 0px 0.04rem 0.46rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0.04rem 0.46rem rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0.04rem 0.46rem rgba(0, 0, 0, 0.05);
}

.hyzx_01c_slide .swiper-slide:hover em.em1::before {
  left: 0px;
  opacity: 1;
}

.hyzx_01c_slide .swiper-slide:hover em.em2 span.sp2 {
  color: #00833e;
}

.hyzx_01c_slide .swiper-slide:hover em.em2::before {
  widtH: 100%;
}

.hyzx_01c_spfr {
  width: 100%;
  text-align: center;
  margin-top: 0.4rem;
}

.hyzx_01c_spfr .hyzx_01c_sp {
  width: auto;
}

.hyzx_01c_spfr .hyzx_01c_sp span {
  opacity: 1;
  margin: 0px 0.03rem !important;
  display: inline-block;
  color: #f1f1f1;
  padding: 0px 0.1rem;
  line-height: 1.3;
  position: relative;
  background-color: initial;
  padding-bottom: 0.1rem;
  width: auto;
  height: auto;
  border-radius: 0px;
}

.hyzx_01c_spfr .hyzx_01c_sp span::before {
  content: "";
  width: 100%;
  height: 0.03rem;
  display: block;
  overflow: hidden;
  background-color: #e8e7e7;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.hyzx_01c_spfr .hyzx_01c_sp span.swiper-pagination-bullet-active {
  color: #00833e;
}

.hyzx_01c_spfr .hyzx_01c_sp span.swiper-pagination-bullet-active::before {
  background-color: #00833e;
}

.hyzx_02 {
  width: 100%;
  overflow: hidden;
  padding: 1rem 0px 0.6rem 0px;
}

.hyzx_02 select {
  width: 5rem;
  height: 0.8rem;
  border: 0px;
  float: left;
  background: url("../images/n_04.png") 100% 50% no-repeat #fff;
  padding-left: 0.4rem;
  color: #666;
  background-size: 0.4rem;
  -moz-box-shadow: 0px 0.04rem 0.46rem rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0.04rem 0.46rem rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0.04rem 0.46rem rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hyzx_02 label {
  width: calc(100% - 5rem - 0.35rem);
  height: 0.8rem;
  display: block;
  overflow: hidden;
  float: right;
  background-color: #fff;
  position: relative;
  -moz-box-shadow: 0px 0.04rem 0.46rem rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0.04rem 0.46rem rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0.04rem 0.46rem rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hyzx_02 label input.hyzx_02_txt {
  width: 100%;
  height: 100%;
  border: 0px;
  padding: 0px 1rem 0px 0.4rem;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #666;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hyzx_02 label input.hyzx_02_txt::-moz-placeholder {
  color: #666;
}

.hyzx_02 label input.hyzx_02_txt::-moz-placeholder {
  color: #666;
}

.hyzx_02 label input.hyzx_02_txt::-ms-input-placeholder {
  color: #666;
}

.hyzx_02 label input.hyzx_02_txt::-webkit-input-placeholder {
  color: #666;
}

.hyzx_02 label input.hyzx_02_btn {
  width: 0.26rem;
  height: 100%;
  display: block;
  border: 0px;
  background: url("../images/n_03.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.4rem;
  top: 0px;
  z-index: 9;
}

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

.hyzx_03 ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.36rem;
}

.hyzx_03 ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.5rem;
  border: 0.01rem solid #eee;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hyzx_03 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.hyzx_03 ul li span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.hyzx_03 ul li span.sp1 {
  line-height: 0.3rem;
  color: #666;
  font-weight: 100;
}

.hyzx_03 ul li span.sp2 {
  line-height: 0.36rem;
  height: 0.72rem;
  color: #333;
  font-weight: bold;
  margin-top: 0.2rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.hyzx_03 ul li span.sp3 {
  line-height: 0.26rem;
  height: 0.78rem;
  color: #999;
  margin-top: 0.2rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.hyzx_03 ul li:hover {
  border-bottom: 0.01rem solid #00833e;
}

.hyzx_03 ul li:hover span.sp2 {
  color: #00833e;
}

.fzlcfr {
  overflow: hidden;
  background: url("../images/fzlc_04.webp") 50% 100% no-repeat;
  background-size: cover;
  padding: 1rem 0px 1.4rem 0px;
}

.fzlc_01 {
  width: 100%;
  overflow: hidden;
  margin-top: 1rem;
}

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

.fzlc_01_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.fzlc_01_slide .swiper-slide .fzlc_01_img {
  width: 7.9rem;
  overflow: hidden;
  border-radius: 0.1rem;
  opacity: 0;
}

.fzlc_01_slide .swiper-slide .fzlc_01_img img {
  width: 100%;
  display: block;
}

.fzlc_01_slide .swiper-slide .fzlc_01_txt {
  width: calc(100% - 7.9rem - 0.4rem);
  opacity: 0;
}

.fzlc_01t_t {
  width: 100%;
  overflow: hidden;
  line-height: 1;
  font-family: arial;
  font-weight: bold;
  color: #018141;
}

.fzlc_01t_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
}

.fzlc_01t_c p {
  width: 100%;
  line-height: 0.3rem;
  position: relative;
  margin-bottom: 0.08rem;
  padding-left: 0.24rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.fzlc_01t_c p::before {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  display: block;
  overflow: hidden;
  background: url("../images/fzlc_01.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0.09rem;
}

.fzlc_02 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 1rem;
}

.fzlc_02 .wrap_in {
  overflow: hidden;
  position: relative;
  min-height: 0.5rem;
}

.fzlc_02 .fzlc_02_prev {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  border-radius: 50%;
  border: 0.03rem solid #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0s linear;
  -webkit-transition: 0s linear;
  -o-transition: 0s linear;
  -moz-transition: 0s linear;
}

.fzlc_02 .fzlc_02_prev::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  border-radius: 50%;
  background: url("../images/in_06.svg") center no-repeat;
  background-size: 0.12rem;
}

.fzlc_02 .fzlc_02_prev::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0;
  border-radius: 50%;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
}

.fzlc_02 .fzlc_02_prev:hover::before {
  opacity: 1;
}

.fzlc_02 .fzlc_02_prev:hover {
  padding: 0.03rem;
  border: 0px;
}

.fzlc_02 .fzlc_02_next {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  border-radius: 50%;
  border: 0.03rem solid #fff;
  position: absolute;
  right: 0px;
  bottom: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0s linear;
  -webkit-transition: 0s linear;
  -o-transition: 0s linear;
  -moz-transition: 0s linear;
}

.fzlc_02 .fzlc_02_next::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  border-radius: 50%;
  background: url("../images/in_08.svg") center no-repeat;
  background-size: 0.12rem;
}

.fzlc_02 .fzlc_02_next::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0;
  border-radius: 50%;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
}

.fzlc_02 .fzlc_02_next:hover::before {
  opacity: 1;
}

.fzlc_02 .fzlc_02_next:hover {
  padding: 0.03rem;
  border: 0px;
}

.fzlc_02_slide {
  width: calc(100% - 1.6rem);
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  position: relative;
}

.fzlc_02_slide::before {
  content: "";
  width: 100%;
  height: 0.02rem;
  display: block;
  overflow: hidden;
  background-color: #cecece;
  position: absolute;
  left: 0px;
  bottom: 0.24rem;
}

.fzlc_02_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.fzlc_02_slide .swiper-slide span {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-bottom: 0.6rem;
  line-height: 0.4rem;
}

.fzlc_02_slide .swiper-slide span::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  overflow: hidden;
  background: url("../images/fzlc_03.png") center no-repeat;
  background-size: 0.12rem;
  position: absolute;
  left: 50%;
  margin-left: -0.1rem;
  bottom: 0.15rem;
}

.fzlc_02_slide .swiper-slide-active span {
  color: #018141;
  font-weight: bold;
  font-size: 0.32rem;
}

.fzlc_02_slide .swiper-slide-active span::before {
  background: url("../images/fzlc_02.png") 50% no-repeat;
  background-size: 100%;
}

.ffcy_01 {
  width: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 1rem 0px 0px 0px;
}

.ffcy_02 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-top: 0.6rem;
}

.ffcy_02 ul {
  font-size: 0px;
}

.ffcy_02 ul li {
  display: inline-block;
  margin: 0px 0.2rem;
  font-weight: bold;
  position: relative;
}

.ffcy_02 ul li a {
  display: inline-block;
  line-height: 1.3;
  position: relative;
  color: #333333;
}

.ffcy_02 ul li a i {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.ffcy_02 ul li a::before {
  content: "";
  width: 0%;
  height: 0.08rem;
  display: block;
  overflow: hidden;
  z-index: 1;
  background: url("../images/c_02.png") 0px 0px no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.ffcy_02 ul li.active a::before {
  width: 100%;
}

.ffcy_03 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
}

.ffcy_03 .fr {
  width: 4.38rem;
  overflow: hidden;
}

.ffcy_03 .fr img {
  width: 100%;
  display: block;
}

.ffcy_03 .fl {
  width: calc(100% - 4.38rem - 1.2rem);
  overflow: hidden;
  margin-top: 0.45rem;
}

.ffcy_03 .fl .ffcy_03l_t {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 0.36rem;
}

.ffcy_03 .fl .ffcy_03l_t::before {
  content: "";
  width: 0.25rem;
  height: 0.06rem;
  border-radius: 0.06rem;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
}

.ffcy_03 .fl .ffcy_03l_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

.ffcy_03 .fl .ffcy_03l_c p {
  line-height: 1.8;
}

.ffcy_04 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 1rem;
}

.ffcy_04_bg {
  width: 100%;
  height: calc(var(--vh) * 100 - 1.1rem);
  overflow: hidden;
  position: relative;
}

.ffcy_04_slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ffcy_04_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ffcy_04_slide .swiper-slide .ffcy_04s_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.ffcy_04_slide .swiper-slide .ffcy_04s_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ffcy_04_slide .swiper-slide .ffcy_04s_bc {
  width: 100%;
  overflow: hidden;
  padding: 0.6rem 0px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.ffcy_04_slide .swiper-slide .ffcy_04s_bc::before {
  content: "";
  width: 0.1rem;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  background: linear-gradient(#00924a, #f09616);
  background: -webkit-linear-gradient(#00924a, #f09616);
  background: -o-linear-gradient(#00924a, #f09616);
  background: -moz-linear-gradient(#00924a, #f09616);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ffcy_04_slide .swiper-slide .ffcy_04s_bc .fy_04sbc_c {
  width: calc(100% - 8rem);
  overflow: hidden;
  padding: 0px 8.33vw;
  opacity: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ffcy_04_slide .swiper-slide .ffcy_04s_bc .fy_04sbc_c p {
  width: 100%;
  overflow: hidden;
  color: #fff;
  line-height: 1.8;
}

.ffcy_04_slide .swiper-slide .ffcy_04s_bc .fy_04sbc_c p.p1 {
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.ffcy_04_r {
  width: 8rem;
  overflow: hidden;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
}

.ffcy_04_r::before {
  content: "";
  width: 7.4rem;
  height: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  background: linear-gradient(#f09616, #00924a);
  background: -webkit-linear-gradient(#f09616, #00924a);
  background: -o-linear-gradient(#f09616, #00924a);
  background: -moz-linear-gradient(#f09616, #00924a);
}

.ffcy_04_r ul {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  height: 100%;
}

.ffcy_04_r ul li {
  width: 100%;
  overflow: hidden;
  height: 25%;
  position: relative;
}

.ffcy_04_r ul li .ffcy_04r_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0.6rem;
  top: 0px;
  opacity: 0;
  z-index: 1;
  background: url("../upimg/cy_04.webp") 50% 100% no-repeat;
  background-size: cover;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ffcy_04_r ul li .ffcy_04r_txt {
  width: calc(100% - 0.6rem);
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  margin-left: 0.6rem;
  padding-left: 0.6rem;
  padding-right: 8.33vw;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ffcy_04_r ul li .ffcy_04r_txt::before {
  content: "";
  width: 100%;
  height: 0.02rem;
  overflow: hidden;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.ffcy_04_r ul li .ffcy_04r_txt > div {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ffcy_04_r ul li .ffcy_04r_txt .p3 {
  width: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 0.4rem;
  color: rgba(255, 255, 255, 0.2);
  font-weight: bold;
}

.ffcy_04_r ul li .ffcy_04r_txt .p1 {
  width: calc(100% - 0.6rem);
  overflow: hidden;
  line-height: 0.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
}

.ffcy_04_r ul li .ffcy_04r_txt .p2 {
  width: calc(100% - 0.6rem);
  overflow: hidden;
  line-height: 0.26rem;
  color: #fff;
  margin-top: 0.1rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.ffcy_04_r ul li.on .ffcy_04r_bg {
  opacity: 1;
  left: 0px;
}

.jj_01 {
  width: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 1rem 0px;
}

.jj_01 .wrap_in {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.jj_01 .fl {
  width: calc(100% - 6.7rem - 1rem);
  overflow: hidden;
}

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

.jj_01_t h1 {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  color: #333;
  padding-bottom: 0.26rem;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}

.jj_01_t h1::before {
  content: "";
  width: 0.25rem;
  height: 0.06rem;
  border-radius: 0.06rem;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
}

.jj_01_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
}

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

.jj_01c_t p {
  width: 100%;
  overflow: hidden;
}

.jj_01c_t p.p1 {
  color: rgba(51, 51, 51, 0.3);
  line-height: 1.3;
  font-weight: bold;
}

.jj_01c_t p.p2 {
  color: #333;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.4rem;
}

.jj_01c_t p.p2::before {
  content: "";
  width: 0.25rem;
  height: 0.06rem;
  display: block;
  overflow: hidden;
  border-radius: 0.06rem;
  background-color: #d1d0d0;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.jj_01c_b {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #666;
}

.jj_01c_li {
  width: 100%;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}

.jj_01c_li ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.jj_01c_li ul li {
  position: relative;
}

.jj_01c_li ul li p {
  width: 100%;
  overflow: hidden;
}

.jj_01c_li ul li p.p1 {
  line-height: 0.6rem;
}

.jj_01c_li ul li p.p1 span {
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  color: #333;
}

.jj_01c_li ul li p.p1 i {
  display: inline-block;
  margin-left: 0.1rem;
  color: #999;
}

.jj_01c_li ul li p.p2 {
  color: #333;
  line-height: 1.5;
}

.jj_01 .fr {
  width: 6.7rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

.jj_01 .fr::before {
  content: "";
  width: calc(100% - 0.7rem);
  height: 0.16rem;
  display: block;
  z-index: 1;
  overflow: hidden;
  border-radius: 0px 0px 0.06rem 0.06rem;
  position: absolute;
  left: 0.35rem;
  bottom: 0px;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
}

.jj_01 .fr img {
  width: 100%;
  display: block;
  border-radius: 0.06rem;
  position: relative;
  z-index: 8;
  margin-bottom: 0.16rem;
}

.jj_02 {
  overflow: hidden;
  background: url("../upimg/jj_02.webp") center no-repeat;
  background-size: cover;
  padding: 0.8rem 0px;
}

.jj_02 ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.jj_02 ul li {
  max-width: 4rem;
}

.jj_02 ul li p {
  width: 100%;
  overflow: hidden;
}

.jj_02 ul li p.p1 img {
  display: block;
  height: 0.66rem;
}

.jj_02 ul li p.p2 {
  color: #fff;
  line-height: 1.75;
  margin-top: 0.2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.jj_03 {
  overflow: hidden;
  padding: 1rem 0px;
  background-color: #f1f1f1;
}

.jj_03_c {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 0.4rem;
}

.jj_03_c img {
  max-width: 100%;
  height: auto !important;
}

.wh_01 {
  overflow: hidden;
  width: 100%;
  background-color: #f1f1f1;
  padding: 1rem 0px;
}

.wh_01_t {
  width: 100%;
  overflow: hidden;
  padding-top: 0.6rem;
  text-align: center;
  position: relative;
  z-index: 9;
}

.wh_01_t ul {
  display: inline-block;
  font-size: 0px;
}

.wh_01_t ul li {
  display: inline-block;
  position: relative;
}

.wh_01_t ul li label {
  display: inline-block;
  padding: 0px 0.9rem;
  position: relative;
  padding-top: 0.26rem;
  padding-bottom: 0.76rem;
  z-index: 9;
}

.wh_01_t ul li label::before {
  content: "";
  width: 0.01rem;
  height: calc(100% - 0.26rem - 0.76rem);
  display: block;
  overflow: hidden;
  background-color: #dfdfdf;
  position: absolute;
  right: 0px;
  top: 0.26rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.wh_01_t ul li:first-child label::after {
  content: "";
  width: 0.01rem;
  height: calc(100% - 0.26rem - 0.76rem);
  display: block;
  overflow: hidden;
  background-color: #dfdfdf;
  position: absolute;
  left: 0px;
  top: 0.26rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.wh_01_t ul li label span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}

.wh_01_t ul li label span.sp1 {
  position: relative;
  color: #333333;
  font-weight: bold;
  line-height: 0.4rem;
}

.wh_01_t ul li label span.sp2 {
  text-align: center;
  margin-top: 0.2rem;
}

.wh_01_t ul li label span.sp2 i {
  display: inline-block;
  position: relative;
}

.wh_01_t ul li label span.sp2 img {
  display: block;
  height: 0.41rem;
}

.wh_01_t ul li label span.sp2 img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.wh_01_t ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  opacity: 0;
  border-radius: 0.14rem;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.wh_01_t ul li.on::before {
  opacity: 1;
}

.wh_01_t ul li.on label::before {
  opacity: 0;
}

.wh_01_t ul li.on label::after {
  opacity: 0;
}

.wh_01_t ul li.on span.sp1 {
  color: #fff;
}

.wh_01_t ul li.on span.sp2 img.img2 {
  opacity: 1;
}

.wh_01_t ul li.on span.sp2 img.img1 {
  opacity: 0;
}

.wh_01_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -0.45rem;
  z-index: 8;
}

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

.wh_01c_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 0.7rem;
}

.wh_01c_slide .swiper-slide .wh_01c_bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 6.1rem;
  border-radius: 0.14rem;
}

.wh_01c_slide .swiper-slide .wh_01c_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wh_01c_slide .swiper-slide .wh_01c_c {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
  opacity: 0;
}

.wh_01cc_c {
  width: 4.7rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.14rem;
  float: right;
  margin-right: 1rem;
}

.wh_01ccc_t {
  width: 100%;
  overflow: hidden;
  padding: 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.wh_01ccc_t p {
  width: 100%;
  overflow: hidden;
  line-height: 1.75;
  color: #333;
}

.wh_01ccc_t p.p1 {
  color: #333;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.wh_01ccc_b {
  width: 100%;
  height: 0.7rem;
  overflow: hidden;
  line-height: 0.7rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
}

.wh_01ccc_b span {
  float: left;
  margin-left: 0.4rem;
  color: #fff;
  font-weight: bold;
}

.wh_01ccc_b i {
  float: right;
  margin-right: 0.4rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
}

.ys_01 {
  overflow: hidden;
  width: 100%;
  background: url("../images/ys_01.webp") 50% 100% no-repeat #f1f1f1;
  padding: 1rem 0px 2.6rem 0px;
  position: relative;
}

.ys_01::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/ys_02.webp") 50% 100% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  object-fit: cover;
}

.ys_01 .wrap_in {
  position: relative;
  z-index: 99;
}

.ys_01_c {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-top: 0.4rem;
}

.ys_01_c ul {
  font-size: 0px;
}

.ys_01_c ul li {
  display: inline-block;
  margin: 0px 0.5rem;
  -webkit-animation: an_04 2.1s linear infinite;
  animation: an_04 2.1s linear infinite;
}

.ys_01_c ul li:nth-child(1) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.ys_01_c ul li:nth-child(2) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.ys_01_c ul li:nth-child(3) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.ys_01_c ul li:nth-child(4) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.ys_01_c ul li:nth-child(5) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.ys_01_c ul li:first-child {
  margin-left: 0px;
}

.ys_01_c ul li:last-child {
  margin-right: 0px;
}

.ys_01_c ul li .ys_01c_img {
  width: 100%;
  min-width: 1.62rem;
  overflow: hidden;
  padding: 0.3rem 0px;
  background-color: #fff;
  border: 0.03rem solid #018141;
  border-radius: 0.06rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ys_01_c ul li .ys_01c_img p {
  width: 100%;
  overflow: hidden;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ys_01_c ul li .ys_01c_img p.p1 {
  text-align: center;
}

.ys_01_c ul li .ys_01c_img p.p1 i {
  display: inline-block;
  position: relative;
}

.ys_01_c ul li .ys_01c_img p.p1 img {
  display: block;
  width: 0.51rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ys_01_c ul li .ys_01c_img p.p1 img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.ys_01_c ul li .ys_01c_img p.p2 {
  text-align: center;
  margin-top: 0.15rem;
  line-height: 1.5;
  font-weight: bold;
}

.ys_01_c ul li .ys_01c_x {
  width: 100%;
  height: 0.12rem;
  overflow: hidden;
  position: relative;
  z-index: 9;
  margin-top: -0.02rem;
}

.ys_01_c ul li .ys_01c_x::before {
  content: "";
  width: 0.2rem;
  height: 0.12rem;
  display: block;
  overflow: hidden;
  background: url("../images/ys_04.png") center no-repeat;
  background-size: 100%;
  margin: 0px auto;
  padding: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ys_01_c ul li .ys_01c_b {
  width: 100%;
  overflow: hidden;
  margin-top: 0.1rem;
}

.ys_01_c ul li .ys_01c_b::before {
  content: "";
  width: 0.22rem;
  height: 3.6rem;
  display: block;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  background: url("../images/ys_03.png") 50% 0px no-repeat;
  background-size: 100%;
}

.ys_01_c ul li:first-child .ys_01c_b::before {
  height: 2.09rem;
  background: url("../images/ys_06.png") center no-repeat;
  background-size: 100%;
}

.ys_01_c ul li:nth-child(2) .ys_01c_b::before {
  height: 2.88rem;
  background: url("../images/ys_07.png") center no-repeat;
  background-size: 100%;
}

.ys_01_c ul li:nth-child(3) .ys_01c_b::before {
  height: 2.4rem;
  background: url("../images/ys_08.png") center no-repeat;
  background-size: 100%;
}

.ys_01_c ul li:nth-child(4) .ys_01c_b::before {
  height: 3rem;
  background: url("../images/ys_09.png") center no-repeat;
  background-size: 100%;
}

.ys_01_c ul li:hover .ys_01c_img {
  background-color: #018141;
}

.ys_01_c ul li:hover .ys_01c_img p.p1 img.img2 {
  opacity: 1;
}

.ys_01_c ul li:hover .ys_01c_img p.p1 img.img1 {
  opacity: 0;
}

.ys_01_c ul li:hover .ys_01c_img p.p2 {
  color: #fff;
}

.ys_01_c ul li:hover .ys_01c_x::before {
  background: url("../images/ys_05.png") 50% 0px no-repeat;
  background-size: 100%;
}

.ld_01 {
  overflow: hidden;
  position: relative;
  background-color: #fbfbfb;
  padding-top: 1.3rem;
  padding-bottom: 1.6rem;
}

.ld_01::before {
  content: "";
  width: 71%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  background: url("../images/ld_02.webp") 0px 0px no-repeat #f1f1f1;
  background-size: 100%;
}

.ld_01 .wrap_in {
  position: relative;
  z-index: 9;
}

.ld_01 .fl {
  width: 5.4rem;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ld_01l_img {
  width: 4.69rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ld_01l_img img {
  width: 100%;
  display: block;
}

.ld_01l_txt {
  width: 2.2rem;
  min-height: 2.8rem;
  overflow: hidden;
  background: url("../images/ld_01.webp") no-repeat;
  background-size: 100% 100%;
  float: right;
  position: relative;
  margin-top: -1.5rem;
  z-index: 9;
  padding: 0.6rem 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ld_01l_txt p {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.ld_01l_txt p.p1 {
  font-weight: bold;
  line-height: 1.3;
}

.ld_01l_txt p.p2 {
  line-height: 1.3;
  margin-top: 0.15rem;
}

.ld_01 .fr {
  width: calc(100% - 5.4rem - 1.3rem);
  overflow: hidden;
}

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

.ld_01r_t h1 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
  color: #333;
  padding-bottom: 0.26rem;
}

.ld_01r_t h1::before {
  content: "";
  width: 0.25rem;
  height: 0.06rem;
  display: block;
  overflow: hidden;
  border-radius: 0.06rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
}

.ld_01r_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
  line-height: 1.8;
}

.ld_01r_c p {
  line-height: 1.8;
}

.ry_01 {
  overflow: hidden;
  position: relative;
  min-height: 9.98rem;
  background-color: #f1f1f1;
}

.ry_01::before {
  content: "";
  width: calc(100% - 5.3rem);
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/ry_01.webp") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.ry_01 .wrap_in {
  position: relative;
  z-index: 999;
  height: 9.98rem;
  flex: 1;
}

.ry_01 .fl {
  position: absolute;
  left: 0px;
  top: 3.14rem;
  width: 100%;
  max-width: 3.1rem;
}

.ry_01 .fl h4 {
  font-weight: bold;
  color: #333;
  width: 100%;
  position: relative;
  padding-bottom: 0.26rem;
  margin-bottom: 0.5rem;
}

.ry_01 .fl h4::before {
  content: "";
  width: 0.25rem;
  height: 0.06rem;
  display: block;
  border-radius: 0.06rem;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
}

.ry_01 .fr {
  width: calc(100% - 5.3rem);
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
}

.ry_01r_c {
  width: 8.1rem;
  height: 4.5rem;
  overflow: visible;
  background: url("../upimg/zz_01.png") 50% 100% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 1.38rem;
  top: 3.05rem;
}

.ry_01rc_slide {
  width: 4.65rem;
  height: 2.85rem;
  overflow: hidden;
  position: absolute;
  left: 1.73rem;
  top: 0.17rem;
  background-color: #d5c8a7;
  z-index: 9;
}

.ry_01rc_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ry_01rc_slide .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ry_01rc_b {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: calc(100% - 0.1rem);
  z-index: 999;
}

.ry_01rc_spfr {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #999;
}

.ry_01rc_spfr i {
  color: #109346;
}

.ry_01rc_spfr .swiper-pagination-lock {
  display: block;
}

.ry_01rc_click {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 0.25rem;
}

.ry_01rc_click a {
  width: 0.6rem;
  height: 0.6rem;
  display: inline-block;
  margin: 0px 0.05rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  transition: 0s linear;
  -webkit-transition: 0s linear;
  -o-transition: 0s linear;
  -moz-transition: 0s linear;
}

.ry_01rc_click a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ry_01rc_click a:hover {
  background-color: #018141;
}

.ry_01rc_click a.ry_01r_prev::before {
  background: url("../images/ab_01.svg") 50% no-repeat;
  background-size: 0.12rem;
}

.ry_01rc_click a.ry_01r_prev:hover::before {
  background: url("../images/in_06.svg") 50% no-repeat;
  background-size: 0.12rem;
}

.ry_01rc_click a.ry_01r_next::before {
  background: url("../images/ab_02.svg") 50% no-repeat;
  background-size: 0.12rem;
}

.ry_01rc_click a.ry_01r_next:hover::before {
  background: url("../images/in_08.svg") 50% no-repeat;
  background-size: 0.12rem;
}

.ry_01rr_fr {
  width: 0.6rem;
  overflow: visible;
  position: absolute;
  right: 0px;
  top: 2.48rem;
  z-index: 999;
  padding: 0.8rem 0px;
}

.ry_01rr_fr .ry_01rrs_prev {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ry_01rr_fr .ry_01rrs_prev::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/ab_01.svg") center no-repeat;
  background-size: 0.12rem;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.ry_01rr_fr .ry_01rrs_prev:hover {
  background-color: #018141;
}

.ry_01rr_fr .ry_01rrs_prev:hover::before {
  background: url("../images/in_06.svg") center no-repeat;
  background-size: 0.12rem;
}

.ry_01rr_fr .ry_01rrs_next {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.ry_01rr_fr .ry_01rrs_next::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/ab_02.svg") center no-repeat;
  background-size: 0.12rem;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.ry_01rr_fr .ry_01rrs_next:hover {
  background-color: #018141;
}

.ry_01rr_fr .ry_01rrs_next:hover::before {
  background: url("../images/in_08.svg") center no-repeat;
  background-size: 0.12rem;
}

.ry_01rr_slide {
  width: 100%;
  height: 2.6rem;
  overflow: hidden;
}

.ry_01rr_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #999;
}

.ry_01rr_slide .swiper-slide-active {
  color: #018141;
}

.tzz_01 {
  overflow: hidden;
  background: url("../images/tzz_01.webp") center no-repeat;
  background-size: cover;
}

.tzz_01_c {
  width: 100%;
  overflow: hidden;
  margin: 1.5rem 0px;
  position: relative;
}

.tzz_01_c p {
  width: 100%;
  overflow: hidden;
}

.tzz_01_c p.p1 {
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}

.tzz_01_c p.p2 {
  color: #999;
  line-height: 1.3;
  margin-top: 0.1rem;
}

.tzz_01_c a {
  display: inline-block;
  line-height: 0.8rem;
  padding: 0px 0.6rem;
  border-radius: 0.8rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
}

.tzz_01_c a span {
  display: inline-block;
  padding-right: 0.9rem;
  background: url("../images/tzz_02.png") 100% 50% no-repeat;
  background-size: 0.4rem;
}

.tzz_01_c a:hover {
  color: #fff;
  background: linear-gradient(to right, #00924a, #00924a);
  background: -webkit-linear-gradient(to right, #00924a, #00924a);
  background: -o-linear-gradient(to right, #00924a, #00924a);
  background: -moz-linear-gradient(to right, #00924a, #00924a);
}

.tzz_02 {
  overflow: hidden;
  position: relative;
  padding-top: 1.5rem;
  background-color: #fff;
}

.tzz_02 .fl {
  width: 5.41rem;
  overflow: hidden;
}

.tzz_02_t {
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  line-height: 1.5;
}

.tzz_02_c1 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.8rem;
}

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

.tzz_02c1_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.tzz_02c1_slide .swiper-slide p {
  width: 100%;
  overflow: hidden;
  color: #666;
  line-height: 1.75;
  opacity: 0;
}

.tzz_02c1_slide .swiper-slide p.p1 {
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.tzz_02c1_slide .swiper-slide p.p2 {
  color: #999;
  line-height: 1.3;
  margin-top: 0.1rem;
  position: relative;
  padding-bottom: 0.2rem;
  margin-bottom: 0.3rem;
}

.tzz_02c1_slide .swiper-slide p.p2::before {
  content: "";
  width: 100%;
  height: 0.05rem;
  display: block;
  overflow: hidden;
  background: url("../images/c_02.png") 0px 100% no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.tzz_02_c2 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.8rem;
  padding: 0px 0.6rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.tzz_02_c2 .tzz_02c2_prev {
  width: 0.32rem;
  height: 0.32rem;
  display: block;
  overflow: hidden;
  background: url("../images/tzz_03.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}

.tzz_02_c2 .tzz_02c2_prev:hover {
  background: url("../images/n_01_on.png") 50% no-repeat;
  background-size: 100%;
}

.tzz_02_c2 .tzz_02c2_next {
  width: 0.32rem;
  height: 0.32rem;
  display: block;
  overflow: hidden;
  background: url("../images/tzz_04.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}

.tzz_02_c2 .tzz_02c2_next:hover {
  background: url("../images/n_02_on.png") 50% no-repeat;
  background-size: 100%;
}

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

.tzz_02c2_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.tzz_02c2_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}

.tzz_02c2_slide .swiper-slide a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.tzz_02c2_slide .swiper-slide img {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  border-radius: 50%;
}

.tzz_02c2_slide .swiper-slide img.img1 {
  width: 100%;
  display: block;
}

.tzz_02c2_slide .swiper-slide img.img2 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.tzz_02c2_slide .swiper-slide-active a::before {
  opacity: 1;
}

.tzz_02c2_slide .swiper-slide-active img.img2 {
  padding: 0.04rem;
}

.tzz_02 .fr {
  width: 7.02rem;
  overflow: hidden;
  position: relative;
}

.tzz_02 .fr img.img1 {
  width: 100%;
  display: block;
  -webkit-animation: an_03 2.1s linear infinite;
  animation: an_03 2.1s linear infinite;
}

.tzz_02r_slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.tzz_02r_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: center;
}

.tzz_02r_slide .swiper-slide img {
  width: 100%;
  max-height: auto;
  display: block;
  opacity: 0;
}

.tzz_03 {
  overflow: hidden;
  background: url("../images/tzz_05.webp") 50% no-repeat;
  background-size: cover;
  padding: 1.5rem 0px;
}

.tzz_03 ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.tzz_03 ul li:nth-child(2) {
  width: 3.3rem;
}

.tzz_03 ul li:nth-child(3) {
  width: 2.8rem;
}

.tzz_03 ul li .tzz_03_c {
  width: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.tzz_03 ul li .tzz_03_c .fl {
  width: 0.8rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.tzz_03 ul li .tzz_03_c .fl i {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}

.tzz_03 ul li .tzz_03_c .fl img {
  width: 100%;
  display: block;
}

.tzz_03 ul li .tzz_03_c .fl img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.tzz_03 ul li .tzz_03_c .fr {
  width: calc(100% - 0.8rem - 0.3rem);
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.tzz_03 ul li .tzz_03_c .fr > div {
  width: 100%;
  overflow: hidden;
}

.tzz_03 ul li .tzz_03_c .fr p {
  width: 100%;
  overflow: hidden;
}

.tzz_03 ul li .tzz_03_c .fr p.p1 {
  color: #666;
  line-height: 1.5;
}

.tzz_03 ul li .tzz_03_c .fr p.p2 {
  color: #000;
  font-weight: bold;
  line-height: 1.75;
}

.sszrfr {
  width: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
  padding-top: 1rem;
}

.sszr_01 {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
}

.sszr_01 ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.2rem;
}

.sszr_01 ul li {
  width: 100%;
  overflow: hidden;
  background-color: #f9f9f9;
  border-radius: 0.14rem;
  position: relative;
  padding: 0.7rem 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.sszr_01 ul li .sszr_01_c {
  width: 100%;
  overflow: hidden;
}

.sszr_01 ul li .sszr_01c_t {
  width: 100%;
  overflow: hidden;
  border-bottom: 0.01rem solid #e4e4e4;
  padding-bottom: 0.2rem;
}

.sszr_01 ul li .sszr_01c_t p {
  width: 100%;
  overflow: hidden;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.sszr_01 ul li .sszr_01c_t p.p1 i {
  display: inline-block;
  position: relative;
}

.sszr_01 ul li .sszr_01c_t p.p1 img {
  display: block;
  height: 0.76rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.sszr_01 ul li .sszr_01c_t p.p1 img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.sszr_01 ul li .sszr_01c_t p.p2 {
  color: #111;
  font-weight: bold;
}

.sszr_01 ul li .sszr_01c_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.2rem;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #666;
  line-height: 1.75;
}

.sszr_01 ul li .sszr_01c_c p {
  line-height: 1.75;
}

.sszr_01 ul li::before {
  content: "";
  width: 0%;
  height: 0.06rem;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.sszr_01 ul li:hover {
  -moz-box-shadow: 0px 0.2rem 0.5rem rgba(1, 129, 65, 0.15);
  -webkit-box-shadow: 0px 0.2rem 0.5rem rgba(1, 129, 65, 0.15);
  box-shadow: 0px 0.2rem 0.5rem rgba(1, 129, 65, 0.15);
}

.sszr_01 ul li:hover::before {
  width: 100%;
  z-index: 99;
}

.sszr_01 ul li:hover .sszr_01c_t p.p1 img.img1 {
  opacity: 0;
}

.sszr_01 ul li:hover .sszr_01c_t p.p1 img.img2 {
  opacity: 1;
}

.sszr_01 ul li:hover .sszr_01c_t p.p2 {
  color: #018141;
}

.hbsy_01 {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
}

.hbsy_01 ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
}

.hbsy_01 ul li {
  width: 100%;
  overflow: hidden;
  border: 0.01rem solid #dadada;
  border-radius: 0.14rem;
  background-color: #f8f8f8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hbsy_01 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.hbsy_01 ul li em {
  width: 100%;
  display: block;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hbsy_01 ul li em.em1 {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 1;
}

.hbsy_01 ul li em.em1 img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.hbsy_01 ul li em.em1::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #f8f8f8;
  opacity: 1;
  z-index: 9;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.hbsy_01 ul li em.em2 {
  position: relative;
  z-index: 9;
  padding: 0.5rem 0.5rem 3rem 0.5rem;
  height: 100%;
}

.hbsy_01 ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.hbsy_01 ul li em.em2 span.sp1 {
  color: #000;
  line-height: 0.36rem;
  font-weight: bold;
  max-height: 0.72rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.hbsy_01 ul li em.em2 span.sp2 {
  color: #018141;
  line-height: 1.5;
  margin-top: 0.1rem;
}

.hbsy_01 ul li em.em2 span.sp3 {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  min-height: 0.4rem;
  padding-right: 1.76rem;
  width: calc(100% - 1rem);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hbsy_01 ul li em.em2 span.sp3 i.i1 {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 0.26rem;
  max-height: 0.52rem;
  color: #018141;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.hbsy_01 ul li em.em2 span.sp3 i.i2 {
  display: inline-block;
  position: absolute;
  right: 0rem;
  top: 50%;
  line-height: 0.4rem;
  color: #888;
  padding: 0px 0.2rem;
  border-radius: 0.4rem;
  border: 0.01rem solid #e4e4e4;
  transform: translateY(-50%);
}

.hbsy_01 ul li:hover em.em1::before {
  opacity: 0;
}

.hbsy_01 ul li:hover em.em2 .sp1 {
  color: #fff;
}

.hbsy_01 ul li:hover em.em2 .sp2 {
  color: rgba(255, 255, 255, 0.6);
}

.hbsy_01 ul li:hover em.em2 .sp3 i.i1 {
  color: rgba(255, 255, 255, 0.7);
}

.hbsy_01 ul li:hover em.em2 .sp3 i.i2 {
  border: 0.01rem solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

.bk_01 {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
}

.bk_01 ul {
  width: 100%;
  overflow: visible;
  position: relative;
}

.bk_01 ul::before {
  content: "";
  width: 100%;
  height: 0.01rem;
  display: block;
  background-color: #e0e0e0;
  position: absolute;
  left: 0px;
  top: 0px;
}

.bk_01 ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.bk_01 ul li::before {
  content: "";
  width: 100%;
  height: 0.01rem;
  display: block;
  background-color: #e0e0e0;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.bk_01 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0.7rem 0px;
  padding-right: 4rem;
  border-radius: 0.14rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.bk_01 ul li em {
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.bk_01 ul li em.em3 {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}

.bk_01 ul li em.em3 b {
  width: 1.4rem;
  height: 0.42rem;
  display: block;
  overflow: hidden;
  border-radius: 0.42rem;
  background: url("../images/bk_01.png") 50% no-repeat;
  background-size: 100% 100%;
  border: 0.01rem solid #018141;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.bk_01 ul li em.em1 {
  width: 2.3rem;
  height: 1.6rem;
  overflow: hidden;
  border-radius: 0.14rem;
  margin-right: 0.6rem;
}

.bk_01 ul li em.em1 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bk_01 ul li em.em2 {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.bk_01 ul li em.em4 {
  width: 100%;
  overflow: hidden;
}

.bk_01 ul li em.em4 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.bk_01 ul li em.em4 span.sp1 {
  font-weight: bold;
  color: #000;
  line-height: 1.8;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bk_01 ul li em.em4 span.sp2 {
  color: #999;
  line-height: 0.3rem;
  max-height: 0.6rem;
  margin-top: 0.1rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.bk_01 ul li:hover a {
  background: url("../images/bk_02.webp") 50% no-repeat;
  background-size: cover;
  padding-left: 0.7rem;
  padding-right: 3.3rem;
}

.bk_01 ul li:hover em.em4 span.sp1 {
  color: #fff;
}

.bk_01 ul li:hover em.em4 span.sp2 {
  color: rgba(255, 255, 255, 0.7);
}

.bk_01 ul li:hover em.em3 b {
  border: 0.01rem solid #fff;
  background: url("../images/bk_01.png") 50% no-repeat #fff;
  background-size: 100% 100%;
}

.bk_01 ul:hover::before {
  width: calc(100% - 0.28rem);
  left: 0.14rem;
}

.bk_01 ul:hover li::before {
  width: calc(100% - 0.28rem);
  left: 0.14rem;
  display: none;
}

.lxwmfr {
  width: 100%;
  overflow: hidden;
  background: url("../images/lxwm_01.webp") 50% 100% no-repeat #f1f1f1;
  padding-top: 1rem;
}

.lxwm_01 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
}

.lxwm_01 img {
  width: 100%;
  display: block;
}

.lxwm_02 {
  overflow: hidden;
  position: relative;
  margin-top: -1.3rem;
  z-index: 9;
}

.lxwm_02_c {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.14rem;
  padding: 0.7rem 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lxwm_02_c ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.lxwm_02_c ul li {
  width: 100%;
  overflow: hidden;
  padding: 0px 1rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lxwm_02_c ul li::before {
  content: "";
  width: 0.01rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #f1f1f1;
  position: absolute;
  right: 0px;
  top: 0px;
}

.lxwm_02_c ul li:last-child::before {
  display: none;
}

.lxwm_02_c ul li p.p1 {
  color: #888;
}

.lxwm_02_c ul li p.p2 {
  color: #222;
  font-weight: bold;
  margin-top: 0.05rem;
}

.lxwm_02_c ul li p.p3 {
  margin-top: 0.2rem;
}

.lxwm_02_c ul li p.p4 {
  color: #018141;
}

.lxwm_03 {
  margin-top: 1rem;
}

.lxwm_04 {
  width: 100%;
  overflow: hidden;
  padding-top: 0.6rem;
}

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

.lxwm_04_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.lxwm_04_slide .swiper-slide ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.2rem;
}

.lxwm_04_slide .swiper-slide ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.14rem;
  padding: 0.4rem 0.6rem 0.6rem 0.6rem;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.lxwm_04_slide .swiper-slide ul li p {
  width: 100%;
  overflow: hidden;
  line-height: 1.8;
}

.lxwm_04_slide .swiper-slide ul li p.p1 {
  position: relative;
  line-height: 0.8rem;
  margin-bottom: 0.4rem;
}

.lxwm_04_slide .swiper-slide ul li p.p1::before {
  content: "";
  width: 100%;
  height: 0.01rem;
  display: block;
  overflow: hidden;
  background-color: #ecedec;
  position: absolute;
  left: 0px;
  bottom: 0.02rem;
  z-index: 1;
}

.lxwm_04_slide .swiper-slide ul li p.p1::after {
  content: "";
  width: 0.56rem;
  height: 0.05rem;
  display: block;
  overflow: hidden;
  border-radius: 0.05rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
}

.lxwm_04_slide .swiper-slide ul li p.p1 span.sp1 {
  float: left;
  color: #000;
  font-weight: bold;
}

.lxwm_04_slide .swiper-slide ul li p.p1 span.sp2 {
  float: right;
  color: #000;
}

.lxwm_04_slide .swiper-slide ul li::before {
  content: "";
  width: 0%;
  height: 0.05rem;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.lxwm_04_slide .swiper-slide ul li:hover::before {
  width: 100%;
}

.lxwm_04_slide .swiper-slide ul li:hover {
  background-color: #fff;
}

.lxwm_04_slide .swiper-slide ul li:hover p.p1 span.sp1 {
  color: #018141;
}

.lxwm_04_slide .swiper-slide ul li:hover p.p1 span.sp2 {
  color: #018141;
}

.lxwm_04_spfr {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
  text-align: center;
}

.lxwm_04_spfr span {
  display: inline-block;
  opacity: 1;
  width: 0.15rem;
  height: 0.15rem;
  cursor: pointer;
  background: none;
  background: url("../images/d_01.png") center no-repeat;
  background-size: 100% 100%;
  margin: 0px 0.1rem !important;
}

.lxwm_04_spfr span.swiper-pagination-bullet-active {
  background: url("../images/d_02.png") 50% no-repeat;
  background-size: 100% 100%;
}

.zxlyfr {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url("../images/ly_01.webp") 50% no-repeat;
  background-size: 100% 100%;
  padding-top: 1rem;
}

.ly_01 {
  overflow: hidden;
  margin-top: 0.6rem;
  position: relative;
  z-index: 9;
}

.ly_01fr {
  overflow: hidden;
  border-radius: 0.3rem;
  background: linear-gradient(#018141, rgba(1, 129, 65, 0.4));
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.ly_01fr .fl {
  width: 5rem;
  overflow: hidden;
  position: relative;
}

.ly_01fr .fl .sp1 {
  width: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0rem;
  top: 0.6rem;
  padding: 0px 0.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ly_01fr .fl label {
  width: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0rem;
  bottom: 0.6rem;
  padding: 0px 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ly_01fr .fl label span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.ly_01fr .fl label span.sp2 {
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.ly_01fr .fl label span.sp3 {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  margin-top: 0.05rem;
}

.ly_01fr .fr {
  width: calc(100% - 5rem);
  overflow: hidden;
  padding: 1rem 1rem;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ly_01fr .fr ul {
  width: 100%;
  overflow: hidden;
}

.ly_01fr .fr ul li {
  width: calc((100% - 0.25rem) / 2);
  position: relative;
  height: 0.8rem;
  overflow: hidden;
  float: left;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  background-color: #f8f8f8;
  border-radius: 0.14rem;
}

.ly_01fr .fr ul li:nth-child(2n) {
  margin-right: 0px;
}

.ly_01fr .fr ul li.li1 {
  margin-right: 0px;
  width: 100%;
  height: 1.6rem;
}

.ly_01fr .fr ul li.li2 {
  margin-right: 0px;
  width: 100%;
}

.ly_01fr .fr ul li input {
  width: 100%;
  height: 100%;
  padding: 0px 0.2rem;
  border: 0px;
  background-color: #f8f8f8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.ly_01fr .fr ul li span {
  pointer-events: none;
  position: absolute;
  left: 0.2rem;
  top: 0px;
  line-height: 0.8rem;
  z-index: 2;
  color: #999;
}

.ly_01fr .fr ul li span i {
  color: #018141;
}

.ly_01fr .fr ul li textarea {
  width: 100%;
  height: 100%;
  border: 0px;
  padding: 0.2rem;
  background-color: #f8f8f8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ly_01fr .fr ul li.li2 {
  background: none;
  height: auto;
  margin-bottom: 0px;
}

.ly_01fr .fr ul li .ly_btn {
  width: 2.28rem;
  height: 0.6rem;
  position: relative;
  left: initial;
  right: 0px;
  background-color: #018141;
  color: #fff;
  cursor: pointer;
  border-radius: 0.14rem;
  float: right;
}

.ly_01fr .fr ul li .ly_btn:hover {
  background: linear-gradient(to right, #00924a, #f09616);
  background: -webkit-linear-gradient(to right, #00924a, #f09616);
  background: -o-linear-gradient(to right, #00924a, #f09616);
  background: -moz-linear-gradient(to right, #00924a, #f09616);
}

.ly_01fr .fr ul li.on span {
  display: none;
}

.cpxqfr {
  overflow: hidden;
  padding-top: 0rem;
}

.cpxq_01 {
  width: 100%;
  overflow: visible;
  padding-top: 1.2rem;
}

.cpxq_01 .fl {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.cpxq_01 .fl::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border: 0.01rem solid #e7e7e7;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cpxq01l_slide {
  width: 100%;
  overflow: hidden;
  height: 5.7rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.cpxq01l_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.cpxq01l_slide .swiper-slide .c {
  width: 100%;
  height: 5.7rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.cpxq01l_slide .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.cpxq01l_spfr {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  bottom: 0.3rem;
  z-index: 990;
  text-align: center;
}

.cpxq01l_spfr span {
  width: 0.16rem;
  height: 0.16rem;
  padding: 0px !important;
  margin: 0px 0.13rem !important;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
}

.cpxq01l_spfr span::before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  display: block;
  border-radius: 50%;
  background-color: #018141;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.cpxq01l_spfr span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  border-radius: 50%;
  opacity: 0;
  border: 0.03rem solid #018141;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cpxq01l_spfr span.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0);
}

.cpxq01l_spfr span.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.cpxq01l_spfr span.swiper-pagination-bullet-active::before {
  opacity: 0;
}

.cpxq_01 .fr {
  width: calc(50% - 0.8rem);
  overflow: visible;
}

.cpxq_01 .fr .p {
  width: 100%;
  overflow: visible;
}

.cpxq_01 .fr .p1 {
  margin-top: 0.5rem;
  color: #222;
  font-family: albb_medium;
  line-height: 1.5;
}

.cpxq_01 .fr .p2 {
  font-family: albb_medium;
  line-height: 1.75;
  margin-top: 0.2rem;
  color: #222;
  min-height: 0.87rem;
}

.cpxq_01 .fr .p2 p {
  line-height: 1.75;
}

.cpxq_01 .fr .p3 {
  padding-top: 0.4rem;
  color: #666;
  line-height: 1.75;
  max-width: 5rem;
}

.cpxq_01 .fr .p3 p {
  line-height: 1.75;
}

.cpxq_01 .fr .p4 {
  margin-top: 0.8rem;
}

.cpxq_01 .fr .p4 a {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  overflow: hidden;
  float: left;
  position: relative;
  border-radius: 50%;
}

.cpxq_01 .fr .p4 a:nth-child(1)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/n_01.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.cpxq_01 .fr .p4 a:hover:nth-child(1)::after {
  background: url("../images/n_01_on.png") 50% no-repeat;
  background-size: 100%;
}

.cpxq_01 .fr .p4 a:nth-child(1) {
  margin-right: 0.2rem;
}

.cpxq_01 .fr .p4 a:nth-child(2)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/n_02.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.cpxq_01 .fr .p4 a:hover:nth-child(2)::after {
  background: url("../images/n_02_on.png") 50% no-repeat;
  background-size: 100%;
}

.cpxq_return {
  margin-top: 0.6rem;
}

.cpxq_return a {
  color: #222;
  display: inline-block;
  background: url("../images/ab_01.svg") 0% 50% no-repeat;
  background-size: 0.1rem;
  padding-left: 0.2rem;
}

.cpxq_return a:hover {
  color: #018141;
  background: url("../images/aa1_on.svg") 0% 50% no-repeat;
  background-size: 0.1rem;
}

.cpxq_01 {
  padding-top: 0.6rem;
}

@media screen and (max-width: 1200px) {
  .container {
    height: 100%;
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .wrap {
    max-width: 100%;
    margin: 0px auto;
  }
  .wrap_in {
    margin: 0px 20px;
    padding: 0px;
    position: relative;
  }
  .wrap_c {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .wrap_c1 {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
  .menufr {
    position: absolute;
    left: -20px;
    top: -0.4rem;
    z-index: 9;
    display: block;
    background-color: rgb(255, 255, 255);
    width: calc(100% + 40px);
    display: none;
  }
  .menufr ul {
    width: 100%;
    overflow: hidden;
    margin-top: 1.6rem;
    padding: 0px 20px;
    border-top: 0.01rem solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .menufr ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
    padding: 0.3rem 0px;
  }
  .menufr ul li:last-child {
    border-bottom: 0px;
  }
  .menufr ul li a {
    width: auto;
    display: inline-block;
  }
  .menufr.on {
    display: block;
  }
  .menufr ul li .menu_t {
    padding-bottom: 0px;
    margin: 0px;
  }
  .menufr ul li .menu_t::after {
    content: "";
    width: 0.24rem;
    height: 100%;
    display: block;
    overflow: hidden;
    background: url("../images/in_10.svg") 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .menufr ul li .menu_t::before {
    display: none;
  }
  .menufr ul li .menu_c {
    position: relative;
    left: 0px;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: auto;
    display: none;
  }
  .menufr ul li .menu_c > div {
    padding-bottom: 0px;
  }
  .menufr ul li .menu_c p {
    text-align: left;
    padding: 0.05rem 0px;
  }
  .menufr ul li .menu_c p:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .menufr ul li.on .menu_t::after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .menufr ul li.on .menu_c {
    display: block;
  }
  .topr_r {
    margin-left: 0px;
    position: relative;
    z-index: 99;
  }
  .topr_r a.a1 {
    width: 0.3rem;
  }
  .topr_r a.a2 {
    background-size: 0.2rem;
    padding-right: 0.3rem;
  }
  .topfr .fl a span {
    font-size: 0.16rem;
  }
  .topfr .fl {
    position: relative;
    top: 0rem;
    z-index: 99;
  }
  .topfr.on .fl {
    top: 0px;
  }
  .menu_on .fl a img.img2 {
    opacity: 1;
  }
  .menu_on .fl a img.img1 {
    opacity: 0;
  }
  .menu_on .fl a span {
    color: #000;
    border-top: 0.01rem solid #e5e5e5;
  }
  #navmenu_click {
    float: right;
    position: relative;
    z-index: 9991;
    margin-left: 0.4rem;
  }
  #navmenu_click a {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    overflow: hidden;
    background: url("../images/menu_01_on.svg") center no-repeat;
    background-size: 100%;
    outline: none;
  }
  #navmenu_click a.on {
    background: url("../images/menu_02_on.svg") center no-repeat;
    background-size: 20px;
    outline: none;
  }
  .p2fr ul {
    display: block;
  }
  .p2fr ul li {
    width: 100%;
    height: 20vh;
  }
  .p2fr ul li.on {
    width: 100%;
  }
  .p2fr ul li a {
    height: 100%;
  }
  .p2fr ul li em.em1 img {
    width: 100%;
  }
  .p2fr ul li.on em.em2 {
    opacity: 1;
  }
  .p2fr ul li em.em1 {
    border-radius: 0px;
  }
  .p2fr ul li em.em2 {
    bottom: 0px;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .p2fr ul li em.em2 span.sp1 img {
    height: 1rem;
  }
  .p2fr ul li em.em3 {
    width: 100%;
    display: none;
  }
  .p2fr ul li em.em3 span.sp3 br {
    display: none;
  }
  .p2fr ul li em.em3 span.sp1 {
    position: relative;
    top: 0px;
    margin-bottom: 0.2rem;
  }
  .p2fr ul li em.em3 span.sp1 img {
    height: 0.6rem;
  }
  .p3_c .fl {
    width: 100%;
  }
  .p3_c .fr {
    display: none;
  }
  .p3_c .fl ul {
    width: 100%;
  }
  .p3_b .fr {
    width: 100%;
    margin-top: 0.2rem;
  }
  .p3_b .fl {
    line-height: 1.5;
    padding-bottom: 0.2rem;
  }
  .p3_t {
    height: auto;
  }
  .p3t_l {
    width: 100%;
  }
  .p3t_r {
    width: 100%;
  }
  .p3_t::before {
    display: none;
  }
  .p3_t .wrap_in {
    background-color: #f7f7f7;
    overflow: hidden;
    margin: 0px;
  }
  .p3tl_1 {
    padding: 0px;
    width: 100%;
    text-align: center;
    justify-content: center;
    height: auto;
    padding: 0.3rem 0px 0.2rem 0px;
    float: none;
  }
  .p3tl_1 span {
    display: inline-block;
    width: auto;
  }
  .p3tl_1 span.sp1 {
    line-height: 1;
  }
  .p3tl_1 span.sp2 {
    margin-top: 0px;
    margin-left: 0.1rem;
    line-height: 1;
  }
  .p3tl_1 label {
    text-align: left;
    width: auto;
  }
  .p3tl_2 {
    width: 0.13rem;
    height: 0.26rem;
    float: none;
    margin: 0px auto;
    padding: 0px;
    margin-top: -0.07rem;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .p3tl_3 {
    width: 100%;
    margin: 0px;
    padding: 0px 0.2rem;
    float: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .p3tl_3::before {
    display: none;
  }
  .p3tl_3::after {
    content: "";
    width: 100%;
    height: 0.01rem;
    display: block;
    overflow: hidden;
    background-color: #dddddd;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .p3tl_3 ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  .p3tl_3 ul li {
    margin-left: 0px;
    width: 50%;
    text-align: center;
    justify-content: center;
  }
  .p3tl_3 ul li div {
    text-align: left;
  }
  .p3t_r ul {
    height: auto;
  }
  .p3t_r ul li {
    width: 32%;
  }
  .p3t_r ul li a {
    display: block;
    padding: 0.3rem 0px;
  }
  .p3t_r ul li em.em1 {
    margin: 0px auto;
    padding: 0px;
  }
  .p3t_r ul li em.em2 {
    width: 100%;
    margin: 0.1rem 0px 0px 0px;
    text-align: center;
  }
  .p3t_r ul li em.em2 span.sp2 {
    display: none;
  }
  .p3_c {
    padding: 0.3rem 0px;
  }
  .p3_c .fl p.p1 {
    display: none;
  }
  .p3_c .fl ul {
    margin-top: 0rem;
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.9rem;
    position: relative;
  }
  .p3_c .fl ul::before {
    content: "";
    width: 0.01rem;
    height: 100%;
    display: block;
    overflow: hidden;
    background-color: #454545;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
  }
  .p3_c .fl ul li {
    display: block;
  }
  .p3_c .fl ul li .p3cl_img {
    margin: 0px auto;
    padding: 0px;
  }
  .p3_c .fl ul li .p3cl_txt {
    width: 100%;
    margin: 0px;
    text-align: center;
  }
  .p3_c .fl ul li .p3cl_txt p.p1 {
    display: block;
    margin-top: 0.2rem;
  }
  .sub_01_bg {
    height: 40vh;
  }
  .sitefr .fl {
    display: none;
  }
  .sitefr .fr {
    width: 100%;
    padding: 0.3rem 0px;
    line-height: 0.5rem;
  }
  .sitefr .fr ul {
    display: none;
  }
  .sitefl {
    float: left;
  }
  .sitefl span {
    display: inline-block;
    position: relative;
    line-height: 1.1;
    padding-bottom: 0.02rem;
    color: #333;
  }
  .sitefl span::before {
    content: "";
    width: 100%;
    height: 0.08rem;
    display: block;
    background: url("../images/c_02.png") 0px 100% no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
  }
  .sitefl span i {
    display: inline-block;
    position: relative;
    z-index: 2;
  }
  .sitefr {
    float: right;
  }
  .sitefr select {
    border: 0px;
    color: #333;
    position: relative;
    background: url("../images/in_10.svg") 100% 52% no-repeat;
    background-size: 0.3rem;
    padding-right: 0.44rem;
    padding-left: 0.2rem;
  }
  .prd_01_c ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .prd_01_c ul li a {
    display: block;
  }
  .prd_01_c ul li em.em1 {
    width: 100%;
    padding: 0.4rem;
  }
  .prd_01_c ul li em.em2 {
    width: 100%;
  }
  .prd_01_c ul li em.em3 {
    width: 100%;
    height: auto;
  }
  .pagesfr span.sp2 {
    display: none;
  }
  .pagesfr input {
    display: none;
  }
  .pagesfr span.sp3 {
    display: none;
  }
  .pagesfr a {
    display: none;
  }
  .pagesfr a.a1 {
    display: block;
  }
  .pagesfr a.a2 {
    display: block;
  }
  .pagesfr a.on {
    display: block;
  }
  .pagesfr span.sp1 {
    display: none;
  }
  .fzlc_01_slide .swiper-slide .fzlc_01_img {
    width: 100%;
  }
  .fzlc_01_slide .swiper-slide .fzlc_01_txt {
    width: 100%;
    margin-top: 0.4rem;
  }
  .fzlc_01 {
    margin-top: 0.4rem;
  }
  .ffcy_03 .fr {
    width: 100%;
  }
  .ffcy_03 .fl {
    width: 100%;
    margin-top: 0.4rem;
  }
  .ffcy_04_r {
    width: 100%;
    position: relative;
  }
  .ffcy_04_bg {
    display: none;
  }
  .ffcy_04_r ul li {
    height: auto;
    padding: 0rem 0px;
  }
  .ffcy_04_r ul li .ffcy_04r_txt {
    width: 100%;
    margin: 0px;
    padding: 0.4rem 0.4rem;
  }
  .ffcy_04_r ul li .ffcy_04r_txt .p2 {
    line-height: 0.36rem;
  }
  .jj_01 .wrap_in {
    display: block;
  }
  .jj_01 .fr {
    width: 100%;
  }
  .jj_01 .fl {
    width: 100%;
    margin-top: 0.6rem;
  }
  .jj_01c_li ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.2rem;
    grid-row-gap: 0.2rem;
  }
  .jj_01c_li ul li {
    width: 100%;
    float: left;
  }
  .jj_01c_li ul li p.p2 {
    font-size: 0.26rem;
  }
  .jj_02 ul {
    display: block;
  }
  .jj_02 ul li {
    width: 100%;
    margin-bottom: 0.4rem;
    max-width: 100%;
  }
  .jj_02 ul li:last-child {
    margin-bottom: 0px;
  }
  .wh_01_t ul {
    width: 100%;
  }
  .wh_01_t ul li {
    width: 25%;
  }
  .wh_01_t ul li label {
    width: 100%;
    padding: 0.26rem 0px 0.76rem 0px;
  }
  .wh_01c_slide .swiper-slide .wh_01c_bg {
    height: auto;
    border-radius: 0.14rem 0.14rem 0px 0px;
  }
  .wh_01c_slide .swiper-slide .wh_01c_c {
    position: relative;
  }
  .wh_01cc_c {
    width: 100%;
    margin: 0px;
    border-radius: 0px 0px 0.14rem 0.14rem;
  }
  .ys_01 {
    padding-bottom: 0.6rem;
  }
  .ys_01_c ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.2rem;
  }
  .ys_01_c ul li {
    width: 100%;
    margin: 0px;
    float: left;
    -webkit-animation: an_04 0s linear infinite;
    animation: an_04 0s linear infinite;
  }
  .ys_01_c ul li .ys_01c_img {
    max-width: 100%;
    height: 1.7rem;
  }
  .ys_01_c ul li .ys_01c_x {
    display: none;
  }
  .ys_01_c ul li .ys_01c_b {
    display: none;
  }
  .ld_01 {
    padding-top: 1rem;
  }
  .ld_01 .fl {
    width: 100%;
    position: relative;
  }
  .ld_01 .fr {
    width: 100%;
    margin-top: 0.6rem;
  }
  .ld_01l_img {
    width: 100%;
  }
  .ld_01l_txt {
    width: 100%;
    margin-top: 0px;
  }
  .ry_01 {
    min-height: auto;
  }
  .ry_01 .fl {
    width: 100%;
    position: relative;
    max-width: 100%;
    top: 0px;
    margin-top: 1rem;
  }
  .ry_01 .fr {
    width: 100%;
    margin-top: 0.6rem;
    position: relative;
  }
  .ry_01r_c {
    left: 50%;
    top: 0px;
    width: 320px;
    height: 178px;
    transform: translateX(-50%);
    position: relative;
    margin-bottom: 2rem;
  }
  .ry_01rc_slide {
    width: 187px;
    height: 115px;
    left: 66px;
    top: 6px;
  }
  .ry_01::before {
    width: 100%;
    display: none;
  }
  .ry_01 .wrap_in {
    height: auto;
  }
  .ry_01rr_fr {
    top: 0px;
  }
  .ry_01rr_fr {
    width: 100%;
    position: relative;
    padding: 0px 0.8rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 0.4rem;
  }
  .ry_01rr_fr .ry_01rrs_prev {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .ry_01rr_fr .ry_01rrs_next {
    right: 0px;
    left: initial;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .ry_01rr_slide {
    width: 100%;
    height: 0.6rem;
  }
  .job_01 table tr td:nth-child(2) {
    display: none;
  }
  .job_01 table tr td:nth-child(3) {
    display: none;
  }
  .job_01 table tr td:nth-child(4) {
    display: none;
  }
  .job_01 table tr td {
    padding: 0.2rem;
  }
  .job_01 table thead tr td {
    padding: 0.2rem;
  }
  .job_01 table tbody tr td {
    padding: 0.2rem;
  }
  .job_01 table tr td:last-child {
    width: 0.8rem;
  }
  .job_01 table .tr_data td .job_01_c .job_01c_t {
    display: block;
  }
  .job_01 table .tr_data td .job_01_c .job_01c_t .job_01ct_li {
    width: 100%;
  }
  .job_01 table .tr_data td .job_01_c {
    padding: 0.2rem;
  }
  .tzzgx_01 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .tzzgx_01 ul li {
    padding: 0.3rem 0px;
  }
  .tzzgx_01 ul li a em.em2 {
    position: relative;
    width: 100%;
    justify-content: flex-start;
    margin-top: 0.2rem;
  }
  .tzzgx_01 ul li a em.em2 span {
    margin-left: 1.13rem;
  }
  .tzzgx_01 ul li:hover em.em2 {
    transform: translateX(0rem);
  }
  .news_01_slide .swiper-slide a {
    display: block;
    background-color: #fff;
  }
  .news_01_slide .swiper-slide em.em1 {
    width: 100%;
    height: 2.48rem;
  }
  .news_01_slide::before {
    display: none;
  }
  .news_01_slide {
    padding: 0px;
  }
  .news_01_slide .swiper-slide em.em2 {
    width: 100%;
    margin-right: 0px;
    background-color: #fff;
    padding: 0.2rem;
  }
  .news_01 {
    padding-left: 0.4rem;
  }
  .news_02 {
    padding-top: 0.6rem;
  }
  .news_02 ul li {
    padding: 0.4rem 0.2rem;
  }
  .news_02 ul li a {
    display: block;
  }
  .news_02 ul li em.em1 {
    width: 100%;
  }
  .news_02 ul li em.em2 {
    width: 100%;
    margin-top: 0.2rem;
  }
  .news_02 ul li em.em1::before {
    display: none;
  }
  .news_02 ul li em.em2 span.sp2 {
    line-height: 0.36rem;
    max-height: 0.72rem;
  }
  .nxq_01 {
    display: none;
  }
  .nxq_02 {
    margin-top: 0.4rem;
  }
  .top_xq {
    height: 1.2rem;
  }
  .newxqfr {
    padding-top: 1.6rem;
  }
  .vi_01c_slide .swiper-slide em.vi_01c_bg img {
    height: 4.3rem;
  }
  .vi_01c_slide .swiper-slide-active em.vi_01c_bg {
    height: 4.3rem;
  }
  .vi_03 {
    margin-top: 0.6rem;
  }
  .vi_03 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .hyzx_02 {
    padding-top: 0.6rem;
  }
  .hyzx_02 select {
    widtH: 100%;
  }
  .hyzx_02 label {
    width: calc(100% - 0rem);
    margin: 0px;
    margin-top: 0.3rem;
  }
  .hyzx_03 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .hyzx_03 ul li {
    padding: 0.3rem 0.4rem;
  }
  .hyzx_03 ul li span.sp3 {
    line-height: 0.36rem;
    height: 1.08rem;
  }
  .tzz_01_c {
    margin: 0.6rem 0px;
  }
  .tzz_01_c p.p2 {
    padding-bottom: 0.4rem;
  }
  .tzz_01_c a {
    position: relative;
    top: 0px;
    transform: translateY(0%);
  }
  .tzz_02 {
    padding: 0.6rem 0px;
  }
  .tzz_02 .fr {
    display: none;
  }
  .tzz_02 .fl {
    width: 100%;
  }
  .tzz_03 {
    padding: 0.6rem 0px;
  }
  .tzz_03 ul {
    display: block;
  }
  .tzz_03 ul li {
    width: 100%;
  }
  .tzz_03 ul li:nth-child(2) {
    width: 100%;
    margin: 0.4rem 0px;
  }
  .tzz_03 ul li:nth-child(3) {
    width: 100%;
  }
  .sszr_01 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .hbsy_01 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .hbsy_01 ul li em.em2 span.sp3 i.i1 {
    line-height: 0.34rem;
    height: 0.68rem;
    max-height: 0.68rem;
  }
  .hbsy_01 ul li em.em2 span.sp3 i.i2 {
    line-height: 0.5rem;
  }
  .bk_01 ul li a {
    padding: 0.4rem 0rem;
    display: block;
  }
  .bk_01 ul li em.em3 {
    position: relative;
    right: 0px;
    top: 0px;
    transform: translateY(0%);
  }
  .bk_01 ul li:hover a {
    padding: 0.4rem 0px;
    background: none;
  }
  .bk_01 ul li:hover em.em4 span.sp1 {
    color: #00833e;
  }
  .bk_01 ul li:hover em.em4 span.sp2 {
    color: #00833e;
  }
  .bk_01 ul li em.em2 {
    padding: 0.2rem 0.2rem;
  }
  .bk_01 ul li em.em3 b {
    margin-left: 0.2rem;
  }
  .bk_01 ul li em.em4 span.sp2 {
    line-height: 0.36rem;
    max-height: 0.72rem;
  }
  .bk_01 ul li em.em3 b {
    width: 1.8rem;
    height: 0.54rem;
  }
  .bk_01 ul li em.em4 {
    margin-top: 0.3rem;
  }
  .bk_01 ul li:hover em.em3 b {
    background: url("../images/bk_01.png") 50% no-repeat;
    background-size: 100% 100%;
    border: 0.01rem solid #00833e;
  }
  .bk_01 ul li::before {
    width: 100%;
    height: 0.01rem;
    display: block;
    overflow: hidden;
    background-color: #e0e0e0;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .lxwm_02 {
    margin-top: 0.2rem;
  }
  .lxwm_02_c {
    padding: 0.4rem 0px;
  }
  .lxwm_02_c ul {
    display: block;
  }
  .lxwm_02_c ul li {
    widtH: 100%;
    padding: 0px 0.2rem;
    margin-bottom: 0.2rem;
  }
  .lxwm_02_c ul li:last-child {
    margin-bottom: 0px;
  }
  .lxwm_03 {
    padding-top: 1rem;
  }
  .lxwm_04_slide .swiper-slide ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .ly_01 {
    padding-top: 0.6rem;
  }
  .ly_01fr {
    display: block;
  }
  .ly_01fr .fl {
    width: 100%;
    padding: 0.4rem 0px;
  }
  .ly_01fr .fl .sp1 {
    position: relative;
    top: 0px;
  }
  .ly_01fr .fl label {
    position: relative;
    bottom: 0px;
    margin-top: 0.4rem;
  }
  .ly_01fr .fr ul li {
    margin-right: 0px;
    width: 100%;
  }
  .ly_01fr .fr {
    width: 100%;
    padding: 0.4rem;
  }
  .cpxqfr {
    padding-top: 0px;
  }
  .cpxq_01 {
    padding-top: 0.6rem;
  }
  .cpxq_01 .fl {
    width: 100%;
  }
  .cpxq_01 .fr {
    width: 100%;
  }
  .cpxq_01 .fr .p3 {
    max-width: 100%;
  }
  .cpxq01l_slide {
    height: 4.7rem;
  }
  .cpxq01l_slide .swiper-slide .c {
    height: 4.7rem;
  }
  .cpxq_return {
    margin-top: 0.3rem;
  }
  .cpxq_01 {
    padding-top: 0.3rem;
  }
}
/*20250327*/
.tzz_03 ul li:nth-child(1) {
  max-width: 50%;
}

.tzz_03 ul li .tzz_03_c .fr p.p2 {
  line-height: 1.3;
  margin-top: 0.05rem;
}

.topfr .fl a span {
  border-top: 0px !important;
}

@media screen and (max-width: 1023px) {
  .top_home #navmenu_click a {
    background-image: url("../images/menu_01.svg");
  }
  .top_home:hover #navmenu_click a {
    background-image: url("../images/menu_01_on.svg");
  }
  .top_home:hover #navmenu_click a.on {
    background-image: url("../images/menu_02_on.svg");
  }
  .top_home.on #navmenu_click a {
    background-image: url("../images/menu_01_on.svg");
  }
  .top_home.on #navmenu_click a.on {
    background-image: url("../images/menu_02_on.svg");
  }
  .menufr ul {
    margin-top: 1.3rem;
  }
  .top_home .menufr.on ul li .menu_t a {
    color: #000;
  }
  .sitefl {
    display: none !important;
  }
  .sitefr {
    width: 100%;
  }
  .sitefr select {
    width: 100%;
    padding-left: 0px;
  }
  .p2fr ul li em.em1 img {
    width: 100% !important;
  }
}