
body, html {
  font-size: 0.8333333333vw;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}
body {
  outline: none;
  font-family: "Noto Sans SC", "Montserrat", sans-serif;
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 13.5416666667%;
}
@media (max-width: 1366px) {
  .wh {
    padding: 0 5.78125%;
  }
}
@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}

.wh1 {
  padding: 0 3.9583333333%;
}
@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: #007e65;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid #007e65;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #007e65;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}
.more-msl:hover {
  color: #fff;
}
.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}
.more-msl.bs {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.more-msl.bs:before {
  background: #fff;
}
.more-msl.bs:hover {
  color: #007e65;
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: #007e65;
}
.more-msl.hs:hover {
  color: #fff;
  border-color: #007e65;
}
.more-msl.ls {
  color: #007e65;
  background: transparent;
  border-color: #007e65;
}
.more-msl.ls:before {
  background: #007e65;
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.7rem 1.65rem;
  border-radius: 3.125rem;
  background-color: #007e65;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans SC";
  font-size: 1rem;
}
.more-b > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.more-b i {
  display: inline-block;
  font-size: 0.875rem;
  -webkit-transition-delay: 0.12s;
     -moz-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  color: #fff;
  font-weight: 400;
  vertical-align: middle;
  margin-left: 0.25rem;
  vertical-align: text-bottom;
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #007e65;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  border-radius: 3.125rem;
}
.more-b:hover {
  color: #fff;
}
.more-b:hover > * {
  -webkit-transform: translateX(0.5rem);
     -moz-transform: translateX(0.5rem);
      -ms-transform: translateX(0.5rem);
       -o-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
  color: #fff;
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b.bs {
  background: #fff;
  border: 1px solid #fff;
  color: #000000;
}
.more-b.bs i {
  color: #000000;
}
.more-b.bs:hover {
  color: #fff;
}
.more-b.bs:hover i {
  color: #fff;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}
.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(70vh - 60px);
    padding-bottom: -moz-calc(70vh - 60px);
    padding-bottom: calc(70vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img > img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head2 {
  line-height: 6.25rem;
  position: relative;
  background: #fff;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 3.4375rem;
}
.head .head2 .zywena {
  margin-left: 1em;
  margin-right: 1rem;
  position: relative;
}
.head .head2 .zywena .rhgxt {
  color: #000000;
  font: 500 1.125rem/1em "Montserrat";
}
.head .head2 .zywena .rhgxt .asrxa p {
  padding: 0 0.25rem;
  color: #000000;
}
.head .head2 .zywena .rhgxt i {
  font-size: 1.25rem;
  font-weight: 600;
}
.head .head2 .zywena .rhgxt i.icon-xiangxiajiantou {
  font-size: 0.75rem;
}
.head .head2 .zywena .seca {
  position: absolute;
  left: 0;
  width: 100%;
  top: 3.7rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 8px;
  padding: 0.5rem 1rem;
  row-gap: 9px;
  white-space: nowrap;
  display: none;
  text-align: center;
}
.head .head2 .zywena .seca a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}
.head .head2 .zywena .seca a:hover {
  color: #007e65;
}
.head .head2 .zywena .seca a + a {
  border-top: 1px solid #333;
}
.head .head2 .sska {
  line-height: 1em;
  margin-left: 1em;
}
.head .head2 .sska a {
  color: #000000;
}
.head .head2 .sska a i {
  font-size: 1.25rem;
  margin-right: 0.4em;
}
#menu {
  margin-right: 1vw;
}
#menu .nav_a1 li {
  float: left;
}
#menu .nav_a1 li a {
  display: block;
  color: #1B1C21;
  font-family: "Noto Sans SC";
}
#menu .nav_a1 li > a {
  font-size: 1.125rem;
  padding: 0 1.5625rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  font-weight: 500;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 1.8em;
  }
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 88%;
  width: 0.375rem;
  height: 1.3125rem;
  background: #007e65;
  border-radius: 0.25rem;
  z-index: 2;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
}
#menu .nav_a1 li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: -webkit-calc(100% + 0.3rem);
  top: -moz-calc(100% + 0.3rem);
  top: calc(100% + 0.3rem);
  width: 150%;
  left: -25%;
  background: white;
  z-index: 1;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}
#menu .nav_a1 li .sec a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.6em 0;
  color: #1B1C21;
}
#menu .nav_a1 li .sec a:hover {
  color: #007e65;
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 1;
  text-align: center;
  padding: 1.5625rem 8% 2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#menu .nav_a1 li .sec1 .xgagf-b {
  width: 35.7142857143%;
}
#menu .nav_a1 li .sec1 .xgagf-b a.img {
  display: block;
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
#menu .nav_a1 li .sec1 .xgagf-b a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#menu .nav_a1 li .sec1 .xgagf-a {
  width: 57.1428571429%;
}
#menu .nav_a1 li .sec1 .xgagf-a a.bl {
  width: 43.75%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
#menu .nav_a1 li .sec1 .xgagf-a a.bl .tit {
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7em;
}
#menu .nav_a1 li .sec1 .xgagf-a a.bl p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  line-height: 1.5em;
}
#menu .nav_a1 li .sec1 .xgagf-a a.bl:hover .tit {
  color: #007e65;
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: #007e65;
}
#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
}

.nav-img {
  padding-bottom: 65%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 搜索 */
.sskbj {
  padding: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.sskbj .searchbox1 {
  width: 100%;
  padding: 40px 10.4%;
  height: 472px;
  background-color: #fff;
  text-align: right;
  display: none;
}
.sskbj .searchbox1 .searchs {
  width: 80%;
  max-width: 800px;
  margin-top: 2vw;
}
.sskbj .searchbox1 .searchs dt {
  font-size: 2rem;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1em;
}
.sskbj .searchbox1 .searchs .sertext {
  width: 75%;
  border-radius: 1.875rem;
  font-size: 1rem;
  text-indent: 1em;
}
.sskbj .searchbox1 .searchs .serbtn {
  border-radius: 1.875rem;
}
.sskbj .search-close-btn {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  background: #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.sskbj .search-close-btn:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sskbj .search-close-btn i {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
}
.sskbj .serbtn {
  background: #000;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 34px;
}
.m-bm-head .m-bm-head-box .sskza {
  color: #333;
  font-family: "Montserrat";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-bm-head .m-bm-head-box .sskza i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: "";
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans SC";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Noto Sans SC";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li, .m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a, .m-bm-head.white .m-bm-nav .aniut i, .m-bm-head.white .m-bm-nav > li .sec a, .m-bm-head.white .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    text-align: center;
    top: auto;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    bottom: 28%;
  }
}
.pc-banner .mySwipera .banwez1 .tit {
  font: 700 3.5rem/1.25em "Noto Sans SC";
  letter-spacing: 0.375rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 1.8rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  color: #FFBF26;
  font: 700 3.75rem/1.125em "Noto Sans SC";
  letter-spacing: 0.375rem;
}
.pc-banner .mySwipera .banwez1 .p::after {
  content: "";
  display: block;
  width: 4.4em;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 1.125rem 0 0.75rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 2rem;
  }
  .pc-banner .mySwipera .banwez1 .p::after {
    margin: 0.75rem auto;
  }
}
.pc-banner .mySwipera .banwez1 .p1 {
  font-size: 1.625rem;
  line-height: 1.35em;
  font-weight: 500;
  width: 35.7142857143%;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p1 {
    font-size: 1.125rem;
    width: 100%;
  }
}
.pc-banner .mySwipera .banwez1 .more-b {
  margin-top: 1.5rem;
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  z-index: 9;
  text-align: right;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1 {
    width: 100%;
    position: static;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin-right: 0.5rem;
  border: 1px solid #fff;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 10;
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
  width: 4.125rem;
}
@media (max-width: 768px) {
  .pc-banner a.mouse {
    width: 3.5rem;
  }
}
.pc-banner a.mouse img {
  width: 100%;
}

@-webkit-keyframes run {
  from {
    bottom: 6%;
    opacity: 0;
  }
  to {
    bottom: 4%;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 6%;
    opacity: 0;
  }
  to {
    bottom: 4%;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 6%;
    opacity: 0;
  }
  to {
    bottom: 4%;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 6%;
    opacity: 0;
  }
  to {
    bottom: 4%;
    opacity: 1;
  }
}
.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}
@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.xz img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.top {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.top:hover {
  -webkit-transform: translateY(-1rem);
     -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.gong-p {
  color: #000;
  font: 400 1rem/1.6em "Noto Sans SC";
  text-align: justify;
}
.gong-p.bs {
  color: #fff;
}

.title1 .tit1 {
  color: #007e65;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.35em;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .title1 .tit1 {
    font-size: 1.35rem;
  }
}
.title1 .tit2 {
  color: #000000;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .title1 .tit2 {
    font-size: 1.8rem;
  }
}
.title1.bs .tit1, .title1.bs .tit2 {
  color: #fff;
}

@-webkit-keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes rotatedHalf1 {
  0% {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  50% {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes rotatedHalf1 {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
  50% {
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.cont1 {
  background: #EFF9FF;
  padding: 8rem 0 6rem;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0;
  }
}
.cont1 .a1_list1 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 {
    margin-top: 0.25em;
  }
}
.cont1 .a1_list1 li {
  width: 20%;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li {
    width: 48%;
    margin-top: 1.5rem;
  }
}
.cont1 .a1_list1 li a.block {
  text-align: center;
}
.cont1 .a1_list1 li a.block i {
  display: block;
  font-size: 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0.375rem 0.9375rem 0px rgba(0, 59, 144, 0.1);
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li a.block i {
    width: 85%;
    margin: 0 auto;
  }
}
.cont1 .a1_list1 li a.block i img {
  width: 100%;
}
.cont1 .a1_list1 li a.block .wenata {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li a.block .wenata {
    margin-top: 1rem;
  }
}
.cont1 .a1_list1 li a.block .wenata h2 {
  color: #007e65;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
}
.cont1 .a1_list1 li a.block .wenata .p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}

.cont2 {
  padding: 8.75rem 0 7.25rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont2 {
    padding: 2.5rem 0;
  }
}
.cont2 .beiax {
  position: absolute;
  width: 36.5104166667%;
  left: -2%;
  bottom: -33%;
  z-index: -1;
}
.cont2 .beiax img {
  width: 100%;
}
.cont2 .a2b1c1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont2 .a2b1c1 {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cont2 .a2b1c1 li + li {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .cont2 .a2b1c1 li + li {
    margin-left: 0.5rem;
  }
}
.cont2 .a2b1c1 li a {
  color: #007e65;
  border: 1px solid #007e65;
  text-align: center;
  display: block;
  width: 8.75rem;
  font-size: 1rem;
  line-height: 2.875rem;
  font-weight: 500;
  border-radius: 1.5625rem;
}
@media (max-width: 768px) {
  .cont2 .a2b1c1 li a {
    width: 8rem;
  }
}
.cont2 .a2b1c1 li.on a {
  background-color: #007e65;
  color: #fff;
}
.cont2 .a2v1 {
  margin-top: -2.5rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 {
    margin-top: 1rem;
  }
}
.cont2 .a2v1 .a2v1as1 .a2b1 {
  width: 46.2857142857%;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2v1as1 .a2b1 {
    width: 100%;
  }
}
.cont2 .a2v1 .a2v1as1 .a2b1 .content {
  color: #000;
  font-size: 1rem;
  line-height: 1.8em;
  margin: 1rem 0 2rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2v1as1 .a2b1 .content {
    margin: 0.5rem 0 1rem;
  }
}
.cont2 .a2v1 .a2v1as1 .a2b1 .content b {
  display: block;
  color: #007e65;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2v1as1 .a2b1 .content b {
    font-size: 1.35rem;
  }
}
.cont2 .a2v1 .a2v1as1 .a2b2 {
  width: 53%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2v1as1 .a2b2 {
    width: 100%;
  }
}
.cont2 .a2v1 .a2v1as1 .a2b2 u {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 37.7358490566%;
}
.cont2 .a2v1 .a2v1as1 .a2b2 u img {
  width: 100%;
}
.cont2 .a2v1 .a2v1as1 .a2b2 .img img {
  width: 100%;
}

.cont3 {
  background: #EFF9FF;
  padding-top: 6.625rem;
}
@media (max-width: 768px) {
  .cont3 {
    overflow: hidden;
    padding-top: 2.5rem;
  }
}
.cont3 .a3v1 {
  position: relative;
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 {
    margin-top: 0.5rem;
  }
}
.cont3 .a3v1 .iasnhzx {
  width: 60%;
  margin: 0 auto;
}
.cont3 .a3v1 .iasnhzx img {
  width: 100%;
}
.cont3 .a3v1 .a3_b1 li {
  width: 23.5714285714%;
  position: absolute;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3_b1 li {
    position: static;
    width: 100% !important;
    margin: 0.75rem 0;
  }
}
.cont3 .a3v1 .a3_b1 li .img {
  background: #007e65;
  border: 0.375rem solid #fff;
  width: 5.375rem;
  padding: 1rem;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 59, 144, 0.1));
          filter: drop-shadow(0px 0px 15px rgba(0, 59, 144, 0.1));
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3_b1 li .img {
    border: 0.25rem solid #fff;
    width: 5rem;
  }
}
.cont3 .a3v1 .a3_b1 li .img img {
  width: 100%;
}
.cont3 .a3v1 .a3_b1 li .cont-p {
  width: -webkit-calc(95% - 5.375rem);
  width: -moz-calc(95% - 5.375rem);
  width: calc(95% - 5.375rem);
  color: #000000;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3_b1 li .cont-p {
    width: -webkit-calc(96% - 5rem);
    width: -moz-calc(96% - 5rem);
    width: calc(96% - 5rem);
  }
}
.cont3 .a3v1 .a3_b1 li .cont-p .tit {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
}
.cont3 .a3v1 .a3_b1 li .cont-p .p {
  font-size: 1rem;
  line-height: 1.35em;
  margin-top: 0.25rem;
}
.cont3 .a3v1 .a3_b1 li:nth-child(1) .img, .cont3 .a3v1 .a3_b1 li:nth-child(2) .img {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3_b1 li:nth-child(1) .img, .cont3 .a3v1 .a3_b1 li:nth-child(2) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.cont3 .a3v1 .a3_b1 li:nth-child(1) .cont-p, .cont3 .a3v1 .a3_b1 li:nth-child(2) .cont-p {
  text-align: right;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3_b1 li:nth-child(1) .cont-p, .cont3 .a3v1 .a3_b1 li:nth-child(2) .cont-p {
    text-align: left;
  }
}
.cont3 .a3v1 .a3_b1 li:nth-child(1) {
  left: 0;
  bottom: 25%;
}
.cont3 .a3v1 .a3_b1 li:nth-child(2) {
  left: 0%;
  top: 5%;
  width: 36.7142857143%;
}
.cont3 .a3v1 .a3_b1 li:nth-child(3) {
  right: 0;
  top: 5%;
  width: 36.7142857143%;
}
.cont3 .a3v1 .a3_b1 li:nth-child(4) {
  right: 0;
  bottom: 25%;
}

.cont4 {
  background: #007e65;
  padding: 6.5625rem 0 7.1875rem;
  position: relative;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 2.25rem 0;
  }
}
.cont4 .iasnhzx {
  position: absolute;
  width: 36.5104166667%;
  left: -2%;
  bottom: 0%;
}
.cont4 .iasnhzx img {
  width: 100%;
}
.cont4 .wh {
  position: relative;
  z-index: 1;
}
.cont4 .wh .a4_b1 {
  width: 45.2142857143%;
}
@media (max-width: 768px) {
  .cont4 .wh .a4_b1 {
    width: 100%;
  }
  .cont4 .wh .a4_b1 .title1 {
    text-align: center;
  }
}
.cont4 .wh .a4_b1 .p1 {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cont4 .wh .a4_b1 .p1 {
    padding: 1.25rem 0;
  }
}
.cont4 .wh .a4_b1 .acxafa {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cont4 .wh .a4_b1 .acxafa {
    margin-top: 1.25rem;
  }
}
.cont4 .wh .a4_b1 .acxafa li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
}
.cont4 .wh .a4_b1 .acxafa li .data {
  font-weight: 700;
  font-size: 1.625rem;
}
.cont4 .wh .a4_b1 .acxafa li .data span {
  font-size: 3.75rem;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .cont4 .wh .a4_b1 .acxafa li .data span {
    font-size: 2.5rem;
  }
}
.cont4 .wh .a4_b1 .acxafa li .data sup {
  vertical-align: text-top;
}
.cont4 .wh .a4_b1 .acxafa li p {
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: capitalize;
}
.cont4 .wh .a4_b2 {
  width: 51.4285714286%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont4 .wh .a4_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cont4 .wh .a4_b2 u {
  width: 38.8888888889%;
  font-size: 0;
  position: absolute;
  left: -2.5rem;
  top: -3rem;
  z-index: -1;
}
.cont4 .wh .a4_b2 u img {
  width: 100%;
}
.cont4 .wh .a4_b2 i {
  width: 38.8888888889%;
  font-size: 0;
  position: absolute;
  right: -2.5rem;
  bottom: 3rem;
  z-index: -1;
}
.cont4 .wh .a4_b2 i img {
  width: 100%;
}
.cont4 .wh .a4_b2 .img {
  border-radius: 1.125rem;
  overflow: hidden;
}
.cont4 .wh .a4_b2 .img img {
  width: 100%;
}

.cont5 {
  padding: 6.5rem 0;
}
@media (max-width: 768px) {
  .cont5 {
    padding: 2.5rem 0;
  }
}
.cont5 .mySwiper1 {
  margin-top: 1.25rem;
  padding: 0 1px;
}
@media (max-width: 768px) {
  .cont5 .mySwiper1 {
    margin-top: 0.5rem;
    padding: 0 1px;
  }
}
.cont5 .mySwiper1 .swiper-slide a.block {
  display: block;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  margin: 1.8rem 0;
}
@media (max-width: 768px) {
  .cont5 .mySwiper1 .swiper-slide a.block {
    margin: 1rem 0;
  }
}
.cont5 .mySwiper1 .swiper-slide a.block img {
  width: 100%;
}
.cont5 .mySwiper1 .swiper-pagination1 {
  text-align: center;
}
.cont5 .mySwiper1 .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.35rem;
  border-radius: 0.75rem;
  border: 2px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .cont5 .mySwiper1 .swiper-pagination1 span {
    border-width: 1px;
  }
}
.cont5 .mySwiper1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #007e65;
  border-color: #007e65;
}

.cont6 {
  background: #EFF9FF;
  padding: 6.75rem 0;
}
@media (max-width: 768px) {
  .cont6 {
    padding: 2.25rem 0;
  }
}
@media (max-width: 768px) {
  .cont6 .a6v1 .title1 {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cont6 .a6v1 .xw-sort1 {
    width: 100%;
    margin-top: 1rem;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cont6 .a6v1 .xw-sort1 li + li {
  margin-left: 1.25rem;
}
.cont6 .a6v1 .xw-sort1 li a {
  display: block;
  width: 8.75rem;
  text-align: center;
  font-size: 1rem;
  color: #007e65;
  border: 1px solid #007e65;
  line-height: 2.875rem;
  border-radius: 1.5625rem;
}
.cont6 .a6v1 .xw-sort1 li:hover a, .cont6 .a6v1 .xw-sort1 li.on a {
  background: #007e65;
  color: #fff;
}
.cont6 .a6v2 {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .cont6 .a6v2 {
    margin-top: 1.75rem;
  }
}
.cont6 .a6v2 .tta {
  display: none;
}

.a6v2-cont .xw-as1 {
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .a6v2-cont .xw-as1 {
    width: 100%;
  }
}
.a6v2-cont .xw-as1 li a.img {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  box-shadow: 0px 0px 0.9375rem 0px rgba(0, 59, 144, 0.1);
  overflow: hidden;
  padding-bottom: 66%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.a6v2-cont .xw-as1 li a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.a6v2-cont .xw-as1 li a.img img {
  width: 100%;
}
.a6v2-cont .xw-as2 {
  width: 48.5714285714%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
@media (max-width: 768px) {
  .a6v2-cont .xw-as2 {
    width: 100%;
  }
}
.a6v2-cont .xw-as2 li {
  padding: 1.5rem 0;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 0.9375rem 0px rgba(0, 59, 144, 0.1);
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .a6v2-cont .xw-as2 li {
    margin-top: 1.5rem;
  }
}
.a6v2-cont .xw-as2 li::after {
  content: "";
  position: absolute;
  left: -1.0625rem;
  top: 50%;
  width: 2.1875rem;
  height: 0.375rem;
  background: #007e65;
  border-radius: 0.25rem;
  z-index: 1;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
.a6v2-cont .xw-as2 li .data {
  width: 19%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 4%;
  color: #007e65;
  text-align: right;
}
.a6v2-cont .xw-as2 li .data b {
  display: block;
  font-size: 2.25rem;
  line-height: 1.25em;
  text-align: right;
  font-weight: 500;
}
@media (max-width: 768px) {
  .a6v2-cont .xw-as2 li .data b {
    font-size: 2rem;
  }
}
.a6v2-cont .xw-as2 li .data span {
  display: block;
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .a6v2-cont .xw-as2 li .data span {
    font-size: 0.875rem;
  }
}
.a6v2-cont .xw-as2 li .cont-p {
  width: 76%;
  padding-right: 4%;
}
.a6v2-cont .xw-as2 li .cont-p a.name {
  display: block;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 500;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.a6v2-cont .xw-as2 li .cont-p .p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.6em;
  margin-top: 0.25rem;
}
.a6v2-cont .xw-as2 li:hover, .a6v2-cont .xw-as2 li.on {
  background: #007e65;
}
.a6v2-cont .xw-as2 li:hover::after, .a6v2-cont .xw-as2 li.on::after {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.a6v2-cont .xw-as2 li:hover .data, .a6v2-cont .xw-as2 li.on .data {
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.a6v2-cont .xw-as2 li:hover .cont-p a.name, .a6v2-cont .xw-as2 li:hover .cont-p .p, .a6v2-cont .xw-as2 li.on .cont-p a.name, .a6v2-cont .xw-as2 li.on .cont-p .p {
  color: #FFF;
}

.cont7 {
  background: url(../image/e94330cf80529ab723e8226f5cbe4bc9.jpg) no-repeat center bottom;
  -o-background-size: cover;
     background-size: cover;
  padding: 6rem 0 12rem;
}
@media (max-width: 768px) {
  .cont7 {
    padding: 2.5rem 0;
  }
}
.cont7 .a7v1 {
  padding: 0 3% 0 13.5416666667%;
}
@media (max-width: 1366px) {
  .cont7 .a7v1 {
    padding-left: 5.78125%;
  }
}
.cont7 .a7v1 .a7b1 {
  width: 23%;
}
@media (max-width: 768px) {
  .cont7 .a7v1 .a7b1 {
    width: 100%;
    text-align: center;
  }
}
.cont7 .a7v1 .a7b2 {
  width: 65.418227216%;
}
@media (max-width: 768px) {
  .cont7 .a7v1 .a7b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cont7 .a7v1 .a7b2 img {
  width: 100%;
}

.foot-fot {
  position: relative;
  background: #007e65;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 4.375rem 0 1.5625rem;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foot-tit {
  color: #FFFFFF;
  font: 600 1.125rem/1.5em "Noto Sans SC";
}
.foot-fot .foota1 .foot-tit a {
  color: #FFFFFF;
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.8em;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font: 400 1rem/2em "Noto Sans SC";
}
.foot-fot .foota1 .dseca > a:hover {
  color: #fff;
}
.foot-fot .foota1 .dseca p {
  color: #FFFFFF;
  font: 400 1rem/1.8em "Noto Sans SC";
}
.foot-fot .foota1 .social-share {
  margin-top: 0.8rem;
  text-align: right;
}
.foot-fot .foota1 .social-share a {
  color: #426AA3;
  border-color: #426AA3;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.125rem;
}
.foot-fot .foota1 .social-share a:hover {
  background: #fff;
  border-color: #fff;
  color: #333;
}
.foot-fot .foota1 .fo-a1 {
  width: 20%;
}
.foot-fot .foota1 .fo-a1 .dlogo img {
  height: 4.125rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.foot-fot .foota1 .fo-a1 .cont-pa {
  margin-top: 2.25rem;
}
.foot-fot .foota1 .fo-a1 .cont-pa .tit {
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 600;
}
.foot-fot .foota1 .fo-a1 .cont-pa .wehsx dl {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 0.75rem;
}
.foot-fot .foota1 .fo-a1 .cont-pa .wehsx dl dt {
  width: 1.875rem;
}
.foot-fot .foota1 .fo-a1 .cont-pa .wehsx dl dt img {
  width: 100%;
}
.foot-fot .foota1 .fo-a1 .cont-pa .wehsx dl dd {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  line-height: 1.65em;
  padding: 0.25em 0;
  width: -webkit-calc(96% - 1.875rem);
  width: -moz-calc(96% - 1.875rem);
  width: calc(96% - 1.875rem);
}
.foot-fot .foota1 .fo-a2 {
  width: 32.1428571429%;
}
.foot-fot .foota1 .fo-a3 {
  width: 24.2857142857%;
}
.foot-fot .foota1 .fo-a3 .d_asxra li {
  text-align: center;
  width: 28.5714285714%;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
}
.foot-fot .foota1 .fo-a3 .d_asxra li img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.foot-fot .foota2 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #436AA3;
  padding: 1.5rem 1.5rem 1rem;
}
.foot-fot .foota2 li + li {
  margin-left: -1px;
}
.foot-fot .foota2 li .tit {
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 600;
}
.foot-fot .foota2 li .content dl {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 0.75rem;
}
.foot-fot .foota2 li .content dl dt {
  width: 1.875rem;
  height: 1.875rem;
  background: #426AA3;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.foot-fot .foota2 li .content dl dt img {
  width: 53%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.foot-fot .foota2 li .content dl dd {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  line-height: 1.65em;
  padding: 0.25em 0;
  width: -webkit-calc(96% - 1.875rem);
  width: -moz-calc(96% - 1.875rem);
  width: calc(96% - 1.875rem);
}
.foot-fot .foota3 {
  color: rgba(255, 255, 255, 0.5);
  font: 400 1rem/1.65em "Noto Sans SC";
  padding: 1.25em 0;
  text-align: center;
}
@media (max-width: 768px) {
  .foot-fot .foota3 {
    padding: 1em 0;
  }
}
.foot-fot .foota3 a {
  color: rgba(255, 255, 255, 0.5);
}
.foot-fot .foota3 a:hover {
  color: #fff;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 990px) {
  .d_nav, .foota2 {
    display: none;
  }
  .fix-gonga {
    display: none !important;
  }
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
.hidden {
  display: none;
}

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li + li {
  margin-top: 0.75rem;
}
.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: #007e65;
  border-radius: 50%;
  line-height: 3.5rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.zd_erha li > a i {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zd_erha li > a i img {
  height: 1.75rem;
}
.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/*内页css*/
.loadmore-nodata {
  margin: 0 auto 9em;
}

.text-center {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
  font-weight: 500;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  line-height: 2.1;
  background: #fff;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  line-height: 2.1;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #007e65;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #007e65;
  border-color: #007e65;
  vertical-align: middle;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 2.6875rem 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  background: #fff;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
}

.ajhhsd {
  color: #A7A5A5;
  font: 400 1rem/2rem "Noto Sans SC";
  padding: 1.3em 0;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: #A7A5A5;
}
.ajhhsd a:hover {
  color: #007e65;
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
     background-size: cover;
  padding: 16.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.nav-page li {
  padding-bottom: 1em;
}
.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}
.nav-page li > a {
  display: block;
  font: 600 1.35rem/1.5em "Noto Sans SC";
  color: #333;
}
@media (max-width: 768px) {
  .nav-page li > a {
    font-size: 1.25rem;
  }
}
.nav-page li .sec {
  margin-top: 0.5em;
}
.nav-page li .sec a {
  display: inline-block;
  font: 500 1rem/1.6em "Noto Sans SC";
  color: #777;
  margin-right: 1em;
}
.nav-page li .sec a:hover {
  color: #007e65;
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "Noto Sans SC";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "Noto Sans SC";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.ss-list li {
  padding: 1rem 0;
}
.ss-list li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 0.5rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "Noto Sans SC";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #007e65;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.shzr-content {
  color: #454545;
  font: 400 1rem/2em "Noto Sans SC";
  padding: 1rem 0 3rem;
}
.shzr-content strong {
  color: #333;
}
.shzr-content h4 {
  margin-bottom: 0.5em;
}

/*内页end*/
.nbanner {
  position: relative;
}
.nbanner .img {
  width: 100%;
  font-size: 0;
}
.nbanner .img img {
  width: 100%;
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 52%;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 {
    top: 50%;
  }
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
  position: relative;
  z-index: 1;
}
.nbanner .nbanner-wen1 .banner-cont::after {
  content: "";
  position: absolute;
  left: 0;
  top: 80%;
  background: rgba(0, 129, 204, 0.9);
  width: 5.5rem;
  height: 18rem;
  border-radius: 6rem;
  -webkit-transform: translate(100%, -50%) rotate(45deg);
     -moz-transform: translate(100%, -50%) rotate(45deg);
      -ms-transform: translate(100%, -50%) rotate(45deg);
       -o-transform: translate(100%, -50%) rotate(45deg);
          transform: translate(100%, -50%) rotate(45deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont::after {
    top: 64%;
    width: 3.5rem;
    height: 10rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 600 3.25rem/1.3em "Noto Sans SC";
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font: 400 1.875rem/1.3em "Noto Sans SC";
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 1.25rem;
  }
}
.nbanner .mbx-cont {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1rem;
}
.nbanner .mbx-cont .ajhhsd {
  padding: 0.45rem 0;
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a {
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  left: 0;
  top: 6.25rem;
  width: 100%;
  z-index: 9;
}
@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
  }
}
.n_mbx .n_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
}
.n_mbx .n_src li + li {
  margin-left: 3.75rem;
}
.n_mbx .n_src li a {
  display: block;
  color: #666666;
  font: 500 1rem/3.125rem "Noto Sans SC";
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #007e65;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: #007e65;
}
.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.list_content {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

#abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
  height: 6.25rem;
  margin-top: -6.25rem;
}
@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}

.abt-cont1 {
  padding: 6.25rem 0 4.0625rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 2rem 0;
  }
}
.abt-cont1 .xa1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 37.8645833333%;
}
@media (max-width: 768px) {
  .abt-cont1 .xa1 {
    width: 100%;
  }
}
.abt-cont1 .xa1 img {
  width: 100%;
}
.abt-cont1 .abt_a1b1 .abt_a1b1c1 {
  width: 43.9285714286%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt_a1b1 .abt_a1b1c1 {
    width: 100%;
  }
}
.abt-cont1 .abt_a1b1 .abt_a1b1c1 .p1 {
  margin-top: 1.5rem;
  text-indent: 2em;
}
@media (max-width: 768px) {
  .abt-cont1 .abt_a1b1 .abt_a1b1c1 .p1 {
    margin-top: 1rem;
  }
}
.abt-cont1 .abt_a1b1 .abt_a1b1c2 {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont1 .abt_a1b1 .abt_a1b1c2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.abt-cont1 .abt_a1b1 .abt_a1b1c2 u {
  width: 40%;
  font-size: 0;
  position: absolute;
  right: -2.5rem;
  top: -3rem;
  z-index: -1;
}
.abt-cont1 .abt_a1b1 .abt_a1b1c2 u img {
  width: 100%;
}
.abt-cont1 .abt_a1b1 .abt_a1b1c2 i {
  width: 40%;
  font-size: 0;
  position: absolute;
  left: -2.5rem;
  bottom: 0;
  z-index: -1;
}
.abt-cont1 .abt_a1b1 .abt_a1b1c2 i img {
  width: 100%;
}
.abt-cont1 .abt_a1b1 .abt_a1b1c2 .img {
  display: block;
  font-size: 0;
  border-radius: 1.125rem;
  overflow: hidden;
  box-shadow: 0px 0.375rem 0.9375rem 0px rgba(0, 59, 144, 0.1);
}
.abt-cont1 .abt_a1b1 .abt_a1b1c2 .img img {
  width: 100%;
}
.abt-cont1 .acxafa {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .abt-cont1 .acxafa {
    margin-top: 1rem;
  }
}
.abt-cont1 .acxafa li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000000;
}
@media (max-width: 768px) {
  .abt-cont1 .acxafa li {
    -webkit-flex: inherit;
       -moz-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 50%;
    margin-top: 0.8rem;
  }
}
.abt-cont1 .acxafa li:nth-child(4) {
  -webkit-flex: inherit;
     -moz-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  width: 18%;
}
@media (max-width: 768px) {
  .abt-cont1 .acxafa li:nth-child(4) {
    width: 50%;
  }
}
.abt-cont1 .acxafa li .data {
  font-weight: 700;
  font-size: 1.625rem;
  color: #007e65;
}
.abt-cont1 .acxafa li .data span {
  font-size: 3.75rem;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .abt-cont1 .acxafa li .data span {
    font-size: 2.5rem;
  }
}
.abt-cont1 .acxafa li .data sup {
  vertical-align: text-top;
}
.abt-cont1 .acxafa li p {
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: capitalize;
}

.abt-cont2 {
  background: #EFF9FF;
  padding: 6.75rem 0 4.375rem;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2rem 0;
  }
}
.abt-cont2 .abt_a1list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt_a1list1 li {
    margin-top: 1.25rem;
    -webkit-flex: inherit;
       -moz-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 100%;
    border-radius: 1rem;
  }
}
.abt-cont2 .abt_a1list1 li + li {
  margin-left: 1px;
}
@media (max-width: 768px) {
  .abt-cont2 .abt_a1list1 li + li {
    margin-left: 0;
  }
}
.abt-cont2 .abt_a1list1 li i {
  display: block;
  font-size: 0;
}
.abt-cont2 .abt_a1list1 li i img {
  width: 100%;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .abt-cont2 .abt_a1list1 li i img {
    height: 20rem;
  }
}
.abt-cont2 .abt_a1list1 li .wenata {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 59, 144, 0.8);
}
.abt-cont2 .abt_a1list1 li .wenata .tit1 {
  color: transparent;
  -webkit-text-stroke: 0.2px rgba(255, 255, 255, 0.3);
  font-family: "Roboto";
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-writing-mode: tb-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: tb-lr;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-83%, -50%);
     -moz-transform: translate(-83%, -50%);
      -ms-transform: translate(-83%, -50%);
       -o-transform: translate(-83%, -50%);
          transform: translate(-83%, -50%);
  height: 100%;
  text-align: center;
}
.abt-cont2 .abt_a1list1 li .wenata .tit2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.abt-cont2 .abt_a1list1 li .wenata .tit2 b {
  color: #FFFFFF;
  font-size: 1.625rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-writing-mode: tb-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: tb-lr;
}
.abt-cont2 .abt_a1list1 li .wenata .tit2 span {
  display: none;
  color: #fff;
  margin-left: 1em;
  font-size: 1rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .abt-cont2 .abt_a1list1 li .wenata {
    background: -webkit-linear-gradient(left, rgba(0, 129, 204, 0.9) 0%, rgba(0, 129, 204, 0) 100%);
    background: -moz-linear-gradient(left, rgba(0, 129, 204, 0.9) 0%, rgba(0, 129, 204, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 129, 204, 0.9) 0%, rgba(0, 129, 204, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 129, 204, 0.9) 0%, rgba(0, 129, 204, 0) 100%);
    height: auto;
  }
  .abt-cont2 .abt_a1list1 li .wenata .tit1 {
    position: absolute;
    left: 1rem;
    top: auto;
    bottom: 0.5rem;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    text-align: left;
    font-size: 2.25rem;
    line-height: 1em;
  }
  .abt-cont2 .abt_a1list1 li .wenata .tit2 {
    position: static;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 1rem 2rem;
  }
  .abt-cont2 .abt_a1list1 li .wenata .tit2 b {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    white-space: nowrap;
  }
  .abt-cont2 .abt_a1list1 li .wenata .tit2 span {
    display: block;
    margin-left: 0;
  }
  .abt-cont2 .abt_a1list1 li:nth-child(2n) .wenata {
    background: -webkit-linear-gradient(left, rgba(0, 59, 144, 0.9) 0%, rgba(0, 129, 204, 0) 100%);
    background: -moz-linear-gradient(left, rgba(0, 59, 144, 0.9) 0%, rgba(0, 129, 204, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 59, 144, 0.9) 0%, rgba(0, 129, 204, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 59, 144, 0.9) 0%, rgba(0, 129, 204, 0) 100%);
  }
}
.abt-cont2 .abt_a1list1 li:nth-child(2n-1) .wenata {
  background: rgba(0, 129, 204, 0.8);
}
.abt-cont2 .abt_a1list1 li.active {
  -webkit-flex: 5;
     -moz-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
@media (max-width: 768px) {
  .abt-cont2 .abt_a1list1 li.active {
    -webkit-flex: inherit;
       -moz-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}
.abt-cont2 .abt_a1list1 li.active .wenata {
  background: -webkit-linear-gradient(left, rgba(0, 129, 204, 0.9) 0%, rgba(0, 129, 204, 0) 100%);
  background: -moz-linear-gradient(left, rgba(0, 129, 204, 0.9) 0%, rgba(0, 129, 204, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 129, 204, 0.9) 0%, rgba(0, 129, 204, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 129, 204, 0.9) 0%, rgba(0, 129, 204, 0) 100%);
  height: auto;
}
.abt-cont2 .abt_a1list1 li.active .wenata .tit1 {
  position: absolute;
  left: 1rem;
  top: auto;
  bottom: 2rem;
  -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
          writing-mode: inherit;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  text-align: left;
  font-size: 5rem;
  line-height: 1em;
}
@media (max-width: 768px) {
  .abt-cont2 .abt_a1list1 li.active .wenata .tit1 {
    bottom: 0.5rem;
    font-size: 2.25rem;
  }
}
.abt-cont2 .abt_a1list1 li.active .wenata .tit2 {
  position: static;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  padding: 1rem 2rem;
}
.abt-cont2 .abt_a1list1 li.active .wenata .tit2 b {
  -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
          writing-mode: inherit;
  white-space: nowrap;
}
.abt-cont2 .abt_a1list1 li.active .wenata .tit2 span {
  display: inline;
}
.abt-cont2 .abt_a1list1 li.active:nth-child(2n) .wenata {
  background: -webkit-linear-gradient(left, rgba(0, 59, 144, 0.9) 0%, rgba(0, 129, 204, 0) 100%);
  background: -moz-linear-gradient(left, rgba(0, 59, 144, 0.9) 0%, rgba(0, 129, 204, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 59, 144, 0.9) 0%, rgba(0, 129, 204, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 59, 144, 0.9) 0%, rgba(0, 129, 204, 0) 100%);
}

.abt-cont3 {
  padding: 10.4375rem 0 7.9375rem;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2rem 0;
    overflow: hidden;
  }
}
.abt-cont3 .ant-a3v1 .ant-a3b1 {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont3 .ant-a3v1 .ant-a3b1 {
    width: 100%;
  }
}
.abt-cont3 .ant-a3v1 .ant-a3b1 i {
  width: 40%;
  font-size: 0;
  position: absolute;
  left: -4.5rem;
  top: -3.5rem;
  z-index: -1;
}
.abt-cont3 .ant-a3v1 .ant-a3b1 i img {
  width: 100%;
}
.abt-cont3 .ant-a3v1 .ant-a3b1 .img {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0px 0.375rem 0.9375rem 0px rgba(0, 59, 144, 0.1);
}
.abt-cont3 .ant-a3v1 .ant-a3b1 .img img {
  width: 100%;
}
.abt-cont3 .ant-a3v1 .ant-a3b2 {
  width: 45%;
}
@media (max-width: 768px) {
  .abt-cont3 .ant-a3v1 .ant-a3b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.abt-cont3 .ant-a3v1 .ant-a3b2 .cont-p {
  border-left: 2px solid #007e65;
  padding-left: 1.5rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .abt-cont3 .ant-a3v1 .ant-a3b2 .cont-p {
    margin-top: 1.5rem;
  }
}
.abt-cont3 .ant-a3v1 .ant-a3b2 .cont-p .tit {
  color: #007e65;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1em;
}
@media (max-width: 768px) {
  .abt-cont3 .ant-a3v1 .ant-a3b2 .cont-p .tit {
    font-size: 1.75rem;
  }
}
.abt-cont3 .ant-a3v1 .ant-a3b2 .cont-p .content .p1 {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 600;
  padding: 1rem 0 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont3 .ant-a3v1 .ant-a3b2 .cont-p .content .p1 {
    padding: 1rem 0 1.25rem;
  }
}
.abt-cont3 .ant-a3v1 .ant-a3b2 .cont-p .content .p1 p {
  position: relative;
  padding-left: 1em;
}
.abt-cont3 .ant-a3v1 .ant-a3b2 .cont-p .content .p1 p:before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.abt-cont3 .ant-a3v1 .ant-a3b2 .cont-p .content .p2 {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5em;
}

.abt-cont4 {
  background: url(../image/5cf0dfca2fba4d7eb70a409f65fe6e70.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 7.5rem 0 6.75rem;
}
@media (max-width: 768px) {
  .abt-cont4 {
    padding: 2rem 0;
  }
}
.abt-cont4 .mySwiper2 {
  padding: 0 30%;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .abt-cont4 .mySwiper2 {
    padding: 0;
    margin-top: 1.5rem;
  }
}
.abt-cont4 .mySwiper2 .swiper-slide {
  opacity: 0.3;
}
.abt-cont4 .mySwiper2 .swiper-slide .wenata {
  text-align: center;
  color: #fff;
}
.abt-cont4 .mySwiper2 .swiper-slide .wenata h2 {
  font-size: 12.5rem;
  line-height: 1.25em;
  font-weight: 700;
  height: 0.75em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont4 .mySwiper2 .swiper-slide .wenata h2 {
    font-size: 5rem;
  }
}
.abt-cont4 .mySwiper2 .swiper-slide .wenata i {
  width: 60%;
  font-size: 0;
  display: block;
  margin: 2.5rem auto;
  opacity: 0;
}
@media (max-width: 768px) {
  .abt-cont4 .mySwiper2 .swiper-slide .wenata i {
    margin: 1rem auto;
  }
}
.abt-cont4 .mySwiper2 .swiper-slide .wenata i img {
  width: 100%;
}
.abt-cont4 .mySwiper2 .swiper-slide .wenata .p {
  font-size: 1.25rem;
  line-height: 1.6em;
  display: none;
  height: 8em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont4 .mySwiper2 .swiper-slide .wenata .p {
    font-size: 1rem;
    padding: 0 4%;
  }
}
.abt-cont4 .mySwiper2 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.abt-cont4 .mySwiper2 .swiper-slide.swiper-slide-active .wenata i {
  opacity: 1;
}
.abt-cont4 .mySwiper2 .swiper-slide.swiper-slide-active .wenata .p {
  display: block;
}
.abt-cont4 .mySwiper2 .gont-asjt {
  margin-top: 2.375rem;
}
@media (max-width: 768px) {
  .abt-cont4 .mySwiper2 .gont-asjt {
    margin-top: 1.5rem;
  }
}
.abt-cont4 .mySwiper2 .gont-asjt > div {
  background: #007e65;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  margin: 0 1rem;
}
.abt-cont4 .mySwiper2 .gont-asjt > div:hover {
  background-color: #000;
}
@media (max-width: 768px) {
  .abt-cont4 .mySwiper2 .gont-asjt > div {
    width: 3.25rem;
    height: 3.25rem;
    margin: 0 0.65rem;
  }
}
.abt-cont4 .mySwiper2 .gont-asjt > div i {
  font-size: 1.25rem;
  color: #fff;
}

.abt-cont5 {
  padding: 6.1875rem 0;
}
@media (max-width: 768px) {
  .abt-cont5 {
    padding: 2.25rem 0;
  }
}

.abt-a5v1 {
  -o-background-size: cover !important;
     background-size: cover !important;
  padding: 8.25rem 5%;
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .abt-a5v1 {
    padding: 4rem 5%;
    border-radius: 1rem;
  }
}
.abt-a5v1 a.more-b {
  margin-top: 1.5rem;
  border: 1px solid #007e65;
}
@media (max-width: 768px) {
  .abt-a5v1 a.more-b {
    margin-top: 1rem;
  }
}

.news-cont1 {
  padding: 4.875rem 0;
}
@media (max-width: 768px) {
  .news-cont1 {
    padding: 2rem 0;
  }
}

.news-cont2 {
  background: #EFF9FF;
  overflow: hidden;
  padding-top: 2.5rem;
}
@media (max-width: 768px) {
  .news-cont2 {
    padding-top: 1.5rem;
  }
}
.news-cont2 .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .news-cont2 .news-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 450px) {
  .news-cont2 .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.news-cont2 .news-list li {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0.25rem 1rem 0px rgba(0, 129, 204, 0.06);
  padding: 1.5rem;
}
.news-cont2 .news-list li .data {
  color: #007e65;
}
.news-cont2 .news-list li .data b {
  display: block;
  font-size: 2.25rem;
  line-height: 1.125em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .data b {
    font-size: 2rem;
  }
}
.news-cont2 .news-list li .data span {
  display: block;
  font-size: 1rem;
  line-height: 1.125em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .data span {
    font-size: 0.875rem;
  }
}
.news-cont2 .news-list li .cont-p {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p {
    margin-top: 1rem;
  }
}
.news-cont2 .news-list li .cont-p a.name {
  display: block;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 600;
}
.news-cont2 .news-list li .cont-p a.name:hover {
  color: #007e65;
}
.news-cont2 .news-list li .cont-p .p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
.news-cont2 .news-list li a.xwwejax {
  display: inline-block;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 3rem;
  position: relative;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li a.xwwejax {
    margin-top: 1rem;
  }
}
.news-cont2 .news-list li a.xwwejax::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #007e65;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.news-cont2 .news-list li a.xwwejax i {
  vertical-align: text-bottom;
  font-size: 0.875rem;
  margin-left: 0.25rem;
}
.news-cont2 .news-list li a.xwwejax:hover {
  color: #007e65;
}
.news-cont2 .news-list li a.xwwejax:hover::after {
  width: 100%;
}

.show-news-content {
  padding: 4.75rem 0;
}
@media (max-width: 768px) {
  .show-news-content {
    padding: 2rem 0;
  }
}
.show-news-content .show-news-a1_v1 {
  width: 64.2857142857%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 {
    width: 100%;
  }
}
.show-news-content .show-news-a1_v1 .title-a {
  color: #000000;
  font-size: 2.25rem;
  line-height: 1.1em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .title-a {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
}
.show-news-content .show-news-a1_v1 .date-a {
  font-size: 1rem;
  line-height: 2em;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .date-a {
    margin-top: 0.35rem;
  }
}
.show-news-content .show-news-a1_v1 .date-a span {
  color: #000000;
}
.show-news-content .show-news-a1_v1 .xinwn-consss {
  color: #000000;
  font-size: 1rem;
  line-height: 1.6em;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 1.5rem 0 2rem;
  margin-top: 0.65rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .xinwn-consss {
    padding: 1rem 0 1.5rem;
  }
}
.show-news-content .show-news-a1_v1 .xinwn-consss img {
  border-radius: 1.25rem;
}
.show-news-content .show-news-a1_v1 .pain {
  padding-top: 1rem;
}
.show-news-content .show-news-a1_v1 .pain .prev, .show-news-content .show-news-a1_v1 .pain .next {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.5rem 0;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .pain .prev, .show-news-content .show-news-a1_v1 .pain .next {
    padding: 0.25rem 0;
  }
}
.show-news-content .show-news-a1_v1 .pain .prev a, .show-news-content .show-news-a1_v1 .pain .next a {
  color: #000000;
}
.show-news-content .show-news-a1_v1 .pain .prev a:hover, .show-news-content .show-news-a1_v1 .pain .next a:hover {
  color: #007e65;
}
.show-news-content .show-news-a1_v2 {
  width: 28.7142857143%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v2 {
    display: none;
  }
}
.show-news-content .show-news-a1_v2 .title-a {
  color: #000000;
  font-size: 1.75rem;
  line-height: 1.6em;
  font-weight: 700;
}
.show-news-content .show-news-a1_v2 .xw_liast1 {
  margin-top: 1.5rem;
}
.show-news-content .show-news-a1_v2 .xw_liast1 li a.img {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
.show-news-content .show-news-a1_v2 .xw_liast1 li a.img img {
  width: 100%;
}
.show-news-content .show-news-a1_v2 .xw_liast1 li .cont-p {
  padding: 1.5rem 0;
  border-bottom: 1px solid #DBDBDB;
}
.show-news-content .show-news-a1_v2 .xw_liast1 li .cont-p a.tit {
  display: block;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 600;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.show-news-content .show-news-a1_v2 .xw_liast1 li .cont-p a.tit:hover {
  color: #007e65;
}
.show-news-content .show-news-a1_v2 .xw_liast1 li .cont-p .p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0.35em 0 0.65em;
}
.show-news-content .show-news-a1_v2 .xw_liast1 li .cont-p span {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
}
.show-news-content .show-news-a1_v2 .xw_liast1 li:not(:nth-child(1)) a.img {
  display: none;
}

.job-cont1 {
  padding: 7.3125rem 0 3.75rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .job-cont1 {
    padding: 2rem 0;
  }
}
.job-cont1 .xa1 {
  position: absolute;
  left: 0;
  top: 15%;
  z-index: -1;
  width: 36.5104166667%;
}
@media (max-width: 768px) {
  .job-cont1 .xa1 {
    width: 100%;
  }
}
.job-cont1 .xa1 img {
  width: 100%;
}
.job-cont1 .job-a1v2 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v2 {
    margin-top: 1.5rem;
  }
}
.job-cont1 .job-a1v2 .mySwiper3 {
  padding: 1rem 1.02rem;
  margin: 0 -1rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v2 .mySwiper3 {
    padding: 0 1px;
    margin: 0;
  }
}
.job-cont1 .job-a1v2 .mySwiper3 .swiper-slide .cont-p {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  padding: 3rem 10%;
}
.job-cont1 .job-a1v2 .mySwiper3 .swiper-slide .cont-p i {
  display: block;
  font-size: 0;
  width: 5rem;
  margin: 0 auto;
}
.job-cont1 .job-a1v2 .mySwiper3 .swiper-slide .cont-p i img {
  width: 100%;
}
.job-cont1 .job-a1v2 .mySwiper3 .swiper-slide .cont-p .wenata {
  text-align: center;
}
.job-cont1 .job-a1v2 .mySwiper3 .swiper-slide .cont-p .wenata h2 {
  color: #007e65;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 600;
  padding: 0.65rem 0;
}
.job-cont1 .job-a1v2 .mySwiper3 .swiper-slide .cont-p .wenata .p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.job-cont1 .job-a1v2 .mySwiper3 .swiper-pagination1 {
  text-align: center;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v2 .mySwiper3 .swiper-pagination1 {
    margin-top: 1.5rem;
  }
}
.job-cont1 .job-a1v2 .mySwiper3 .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.35rem;
  border-radius: 0.75rem;
  border: 2px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v2 .mySwiper3 .swiper-pagination1 span {
    border-width: 1px;
  }
}
.job-cont1 .job-a1v2 .mySwiper3 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #007e65;
  border-color: #007e65;
}

.job-cont2 {
  -o-background-size: cover !important;
     background-size: cover !important;
  padding: 11.125rem 0 17.5rem;
}
@media (max-width: 768px) {
  .job-cont2 {
    padding: 5rem 0 8rem;
  }
}
.job-cont2 .cont-p {
  position: relative;
  z-index: 1;
}
.job-cont2 .cont-p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(0, 129, 204, 0.9);
  width: 5.5rem;
  height: 18rem;
  border-radius: 6rem;
  -webkit-transform: translate(100%, -50%) rotate(45deg);
     -moz-transform: translate(100%, -50%) rotate(45deg);
      -ms-transform: translate(100%, -50%) rotate(45deg);
       -o-transform: translate(100%, -50%) rotate(45deg);
          transform: translate(100%, -50%) rotate(45deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .job-cont2 .cont-p::after {
    top: 64%;
    width: 3.5rem;
    height: 10rem;
  }
}

.job-cont3 {
  margin-top: -12rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .job-cont3 {
    margin-top: -6rem;
  }
}
.job-cont3 .job-a3v1 {
  background: #fff;
  border-top-right-radius: 1.25rem;
  border-top-left-radius: 1.25rem;
  padding: 4rem 4% 1rem;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3v1 {
    padding: 1.5rem 4% 1rem;
  }
}
.job-cont3 .job-a3v1 .agge_a li a {
  display: block;
  background: #F5F7FB;
  border: 1px solid #DCE4F4;
  color: #000000;
  font-size: 1rem;
  padding: 0.5em 2.5em;
  border-radius: 1.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3v1 .agge_a li a {
    margin: 0.5rem 1%;
    width: 31.3333%;
    text-align: center;
  }
}
.job-cont3 .job-a3v1 .agge_a li a.active, .job-cont3 .job-a3v1 .agge_a li a:hover {
  background: #007e65;
  color: #fff;
  border-color: #007e65;
}
.job-cont3 .job-a3v1 .job-list1a {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3v1 .job-list1a {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .job-cont3 .job-a3v1 .job-list1a {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.job-cont3 .job-a3v1 .job-list1a li {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
  .job-cont3 .job-a3v1 .job-list1a li {
    border-radius: 1rem;
  }
}
.job-cont3 .job-a3v1 .job-list1a li .cont-sdsd {
  padding: 3.125rem 9%;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3v1 .job-list1a li .cont-sdsd {
    padding: 2rem 7%;
  }
}
.job-cont3 .job-a3v1 .job-list1a li .cont-sdsd .name {
  color: #000000;
  font-size: 1.625rem;
  line-height: 1.5em;
  border-bottom: 0.1875rem solid #007e65;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding: 0 0 0.4rem;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3v1 .job-list1a li .cont-sdsd .name {
    font-size: 1.45rem;
  }
}
.job-cont3 .job-a3v1 .job-list1a li .cont-sdsd .p1 {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  line-height: 2em;
  margin-top: 1rem;
}
.job-cont3 .job-a3v1 .job-list1a li .cont-sdsd .p1 b {
  color: #000000;
}
.job-cont3 .job-a3v1 .job-list1a li:hover {
  background: url(../image/706c4d0c8cb049fe5b46437a20d70b41.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
.job-cont3 .job-a3v1 .job-list1a li:hover .cont-sdsd .name {
  color: #fff;
  border-color: #fff;
}
.job-cont3 .job-a3v1 .job-list1a li:hover .cont-sdsd .p1 {
  color: #fff;
}
.job-cont3 .job-a3v1 .job-list1a li:hover .cont-sdsd .p1 b {
  color: #fff;
}

.job-tanc.layui-layer {
  width: 45.4166666667% !important;
  border-radius: 1.25rem;
  background: #FFF;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer {
    width: 90% !important;
    border-radius: 1rem;
  }
}
.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: 2.2rem;
  top: 1.5rem;
  background: none;
  width: auto;
  height: auto;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
    right: 0;
    top: 0;
  }
}
.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2::before {
  content: "\e723";
  font-family: "iconfont" !important;
  font-size: 2rem;
  font-weight: 400;
  color: #999999;
}
.job-tanc.layui-layer .pead-cont .cont-p {
  padding: 2rem 2.75rem 3.5rem;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .cont-p {
    padding: 1rem 1.5rem 2rem;
  }
}
.job-tanc.layui-layer .pead-cont dt {
  color: #007e65;
  font: 600 2.25rem/1.5em "Noto Sans SC";
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont dt {
    font-size: 1.65rem;
    padding-bottom: 1rem;
  }
}
.job-tanc.layui-layer .pead-cont .tita {
  color: #007e65;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .tita {
    font-size: 1.125rem;
  }
}
.job-tanc.layui-layer .pead-cont .ashgxa1 p {
  width: 50%;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .ashgxa1 p {
    font-size: 1rem;
  }
}
.job-tanc.layui-layer .pead-cont .p2 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .p2 {
    font-size: 1rem;
  }
}
.job-tanc.layui-layer .pead-cont .p3 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #007e65;
  font: 600 1.25rem/1.5em "Noto Sans SC";
  padding: 1.25rem 2.75rem 2rem;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .p3 {
    font-size: 1rem;
    padding: 1rem 1.5rem 1.5rem;
  }
}
.job-tanc.layui-layer .pead-cont .p3 a {
  color: #007e65;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .p3 a {
    font-size: 1.25rem;
  }
}

.cjqqa-content > div {
  padding: 6.6875rem 0;
}
@media (max-width: 768px) {
  .cjqqa-content > div {
    padding: 2rem 0;
  }
}
.cjqqa-content > div:nth-child(2n) {
  background-color: #EFF9FF;
}
.cjqqa-content .acxafa {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .cjqqa-content .acxafa {
    margin-top: 1rem;
  }
}
.cjqqa-content .acxafa li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000000;
}
@media (max-width: 768px) {
  .cjqqa-content .acxafa li {
    -webkit-flex: inherit;
       -moz-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 50%;
    margin-top: 0.8rem;
  }
}
.cjqqa-content .acxafa li:nth-child(4) {
  -webkit-flex: inherit;
     -moz-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  width: 18%;
}
@media (max-width: 768px) {
  .cjqqa-content .acxafa li:nth-child(4) {
    width: 50%;
  }
}
.cjqqa-content .acxafa li .data {
  font-weight: 700;
  font-size: 1.625rem;
  color: #007e65;
}
.cjqqa-content .acxafa li .data span {
  font-size: 3.75rem;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .cjqqa-content .acxafa li .data span {
    font-size: 2.5rem;
  }
}
.cjqqa-content .acxafa li .data sup {
  vertical-align: text-top;
}
.cjqqa-content .acxafa li p {
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: capitalize;
}

.fwwb-cont1 .fwwb-a1v1 {
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .fwwb-cont1 .fwwb-a1v1 {
    margin-top: 1.25rem;
  }
}
.fwwb-cont1 .fwwb-a1v1 .fwwb-a1b1 {
  width: 43.9285714286%;
}
@media (max-width: 768px) {
  .fwwb-cont1 .fwwb-a1v1 .fwwb-a1b1 {
    width: 100%;
  }
}
.fwwb-cont1 .fwwb-a1v1 .fwwb-a1b1 .titas1 {
  color: #000000;
  font-size: 2.25rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .fwwb-cont1 .fwwb-a1v1 .fwwb-a1b1 .titas1 {
    font-size: 1.5rem;
  }
}
.fwwb-cont1 .fwwb-a1v1 .fwwb-a1b1 .titas1 b {
  color: #007e65;
  font-weight: 700;
  display: block;
}
.fwwb-cont1 .fwwb-a1v1 .fwwb-a1b1 .p1 {
  margin-top: 1.5em;
  text-indent: 2em;
}
@media (max-width: 768px) {
  .fwwb-cont1 .fwwb-a1v1 .fwwb-a1b1 .p1 {
    margin-top: 1rem;
  }
}
.fwwb-cont1 .fwwb-a1v1 .fwwb-a1b1 .xgasg1 {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .fwwb-cont1 .fwwb-a1v1 .fwwb-a1b1 .xgasg1 {
    margin-top: 1.5rem;
  }
}
.fwwb-cont1 .fwwb-a1v1 .fwwb-a1b1 .xgasg1 li {
  width: 19.512195122%;
}
@media (max-width: 768px) {
  .fwwb-cont1 .fwwb-a1v1 .fwwb-a1b1 .xgasg1 li {
    width: 23%;
  }
}
.fwwb-cont1 .fwwb-a1v1 .fwwb-a1b1 .xgasg1 li .img {
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  text-align: center;
  padding: 1.25rem 0.25rem;
  width: 100%;
}
@media (max-width: 768px) {
  .fwwb-cont1 .fwwb-a1v1 .fwwb-a1b1 .xgasg1 li .img {
    padding: 0.85rem 0.25rem;
  }
}
.fwwb-cont1 .fwwb-a1v1 .fwwb-a1b1 .xgasg1 li .img i {
  display: block;
  width: 3rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .fwwb-cont1 .fwwb-a1v1 .fwwb-a1b1 .xgasg1 li .img i {
    width: 2.5rem;
  }
}
.fwwb-cont1 .fwwb-a1v1 .fwwb-a1b1 .xgasg1 li .img i img {
  width: 100%;
}
.fwwb-cont1 .fwwb-a1v1 .fwwb-a1b1 .xgasg1 li .img p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.65rem;
}
.fwwb-cont1 .fwwb-a1v1 .fwwb-a1b2 {
  width: 50%;
}
@media (max-width: 768px) {
  .fwwb-cont1 .fwwb-a1v1 .fwwb-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.fwwb-cont1 .fwwb-a1v1 .fwwb-a1b2 .img {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0px 0.375rem 0.9375rem 0px rgba(0, 59, 144, 0.1);
}
@media (max-width: 768px) {
  .fwwb-cont1 .fwwb-a1v1 .fwwb-a1b2 .img {
    border-radius: 1rem;
  }
}
.fwwb-cont1 .fwwb-a1v1 .fwwb-a1b2 .img img {
  width: 100%;
}

.fwwb-cont2 .ljwm-list1 {
  margin: 0 -1.25%;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .fwwb-cont2 .ljwm-list1 {
    margin-top: 0;
  }
}
.fwwb-cont2 .ljwm-list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1.25%;
}
@media (max-width: 768px) {
  .fwwb-cont2 .ljwm-list1 li {
    width: 100%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 1.5rem;
  }
}
.fwwb-cont2 .ljwm-list1 li a.img {
  display: block;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0.25rem 1rem 0px rgba(0, 129, 204, 0.06);
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .fwwb-cont2 .ljwm-list1 li a.img {
    border-radius: 1rem;
  }
}
.fwwb-cont2 .ljwm-list1 li a.img i {
  display: block;
  font-size: 0;
  padding-bottom: 66.8181818182%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.fwwb-cont2 .ljwm-list1 li a.img i > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fwwb-cont2 .ljwm-list1 li a.img i img {
  width: 100%;
}
.fwwb-cont2 .ljwm-list1 li a.img .cont-p {
  padding: 1.5rem 1.5rem 1rem;
}
@media (max-width: 768px) {
  .fwwb-cont2 .ljwm-list1 li a.img .cont-p {
    padding: 1.5rem;
  }
}
.fwwb-cont2 .ljwm-list1 li a.img .cont-p .tit {
  color: #007e65;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25em;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.fwwb-cont2 .ljwm-list1 li a.img .cont-p p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  margin-top: 0.5rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .fwwb-cont2 .ljwm-list1 li a.img .cont-p p {
    height: auto;
  }
}
.fwwb-cont2 .ljwm-list1 li a.img:hover {
  background: #007e65;
}
.fwwb-cont2 .ljwm-list1 li a.img:hover .cont-p .tit, .fwwb-cont2 .ljwm-list1 li a.img:hover .cont-p p {
  color: #fff;
}

.ltfw-cont1 {
  position: relative;
}
.ltfw-cont1 .ltfw-as1 {
  position: relative;
  z-index: 1;
  margin-top: 4.625rem;
}
@media (max-width: 768px) {
  .ltfw-cont1 .ltfw-as1 {
    margin-top: 0rem;
  }
}
.ltfw-cont1 .ltfw-as1 u {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 3rem;
  width: 105%;
  z-index: -1;
}
@media (max-width: 768px) {
  .ltfw-cont1 .ltfw-as1 u {
    display: none;
  }
}
.ltfw-cont1 .ltfw-as1 u img {
  width: 100%;
}
.ltfw-cont1 .ltfw-as1 .ltfw-liat1 li {
  width: 25%;
  text-align: center;
}
@media (max-width: 768px) {
  .ltfw-cont1 .ltfw-as1 .ltfw-liat1 li {
    width: 50%;
    margin-top: 1.5rem;
  }
}
.ltfw-cont1 .ltfw-as1 .ltfw-liat1 li:nth-child(n+5) {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .ltfw-cont1 .ltfw-as1 .ltfw-liat1 li:nth-child(n+5) {
    margin-top: 1.5rem;
  }
}
.ltfw-cont1 .ltfw-as1 .ltfw-liat1 li .img {
  width: 6.25rem;
  height: 6.25rem;
  background: #007e65;
  border-radius: 50%;
  margin: 0 auto;
}
.ltfw-cont1 .ltfw-as1 .ltfw-liat1 li .img img {
  width: 48%;
}
.ltfw-cont1 .ltfw-as1 .ltfw-liat1 li .wenata {
  text-align: center;
}
.ltfw-cont1 .ltfw-as1 .ltfw-liat1 li .wenata .tit {
  color: #007e65;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0.85rem 0 0.2rem;
}
.ltfw-cont1 .ltfw-as1 .ltfw-liat1 li .wenata .p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  line-height: 1.35em;
  padding: 0 5%;
}

.ywjg-cont1 .title1 {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .ywjg-cont1 .title1 {
    margin-bottom: 1rem;
  }
}
.ywjg-cont1 .ywjg-a1 li {
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  text-align: center;
  color: #000;
  font-size: 1.125rem;
  width: 18.5714285714%;
  text-align: center;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .ywjg-cont1 .ywjg-a1 li {
    font-size: 1rem;
    padding: 0.75rem 0;
  }
}
.ywjg-cont1 .ywjg-a2 {
  padding: 1.25rem 0;
}
@media (max-width: 768px) {
  .ywjg-cont1 .ywjg-a2 {
    padding: 1rem 0;
  }
}
.ywjg-cont1 .ywjg-a2 li {
  width: 32.1428571429%;
  border-radius: 0.625rem;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.ywjg-cont1 .ywjg-a2 li img {
  width: 100%;
}

.ywjg-cont2 .ywjg-a2v1 {
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  .ywjg-cont2 .ywjg-a2v1 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .ywjg-cont2 .ywjg-a2v1 .mySwiper3 {
    padding: 0 1px;
  }
}
.ywjg-cont2 .ywjg-a2v1 .mySwiper3 .swiper-slide .cont-p {
  text-align: center;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  padding: 3.25rem 6%;
}
@media (max-width: 768px) {
  .ywjg-cont2 .ywjg-a2v1 .mySwiper3 .swiper-slide .cont-p {
    padding: 2.5rem 6%;
  }
}
.ywjg-cont2 .ywjg-a2v1 .mySwiper3 .swiper-slide .cont-p i {
  width: 6.25rem;
  height: 6.25rem;
  margin: 0 auto;
  background: #007e65;
  border-radius: 50%;
}
.ywjg-cont2 .ywjg-a2v1 .mySwiper3 .swiper-slide .cont-p i img {
  width: 50%;
}
.ywjg-cont2 .ywjg-a2v1 .mySwiper3 .swiper-slide .cont-p .wenata h2 {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 1.8rem 0 0.5rem;
}
@media (max-width: 768px) {
  .ywjg-cont2 .ywjg-a2v1 .mySwiper3 .swiper-slide .cont-p .wenata h2 {
    margin: 1.25rem 0 0.5rem;
  }
}
.ywjg-cont2 .ywjg-a2v1 .mySwiper3 .swiper-slide .cont-p .wenata .p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5em;
  height: 6em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ywjg-cont2 .ywjg-a2v1 .mySwiper3 .swiper-slide .cont-p .wenata .p {
    height: auto;
  }
}
.ywjg-cont2 .ywjg-a2v1 .mySwiper3 .swiper-pagination1 {
  text-align: center;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .ywjg-cont2 .ywjg-a2v1 .mySwiper3 .swiper-pagination1 {
    margin-top: 1.5rem;
  }
}
.ywjg-cont2 .ywjg-a2v1 .mySwiper3 .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.35rem;
  border-radius: 0.75rem;
  border: 2px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .ywjg-cont2 .ywjg-a2v1 .mySwiper3 .swiper-pagination1 span {
    border-width: 1px;
  }
}
.ywjg-cont2 .ywjg-a2v1 .mySwiper3 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #007e65;
  border-color: #007e65;
}

.rcgyl-cont1 .p1 {
  color: #000000;
  font-size: 2.25rem;
  line-height: 1.5em;
  margin: 1.5rem 0 1rem;
}
@media (max-width: 768px) {
  .rcgyl-cont1 .p1 {
    font-size: 1.5rem;
    margin: 0.78rem 0 0.5rem;
  }
}
.rcgyl-cont1 .p2 {
  text-indent: 2em;
}
.rcgyl-cont1 .p3 {
  margin: 2.5rem -1rem 0;
}
@media (max-width: 768px) {
  .rcgyl-cont1 .p3 {
    margin: 1.25rem -0.5rem 0;
  }
}
.rcgyl-cont1 .p3 img {
  width: 100%;
}

.rcgyl-cont2 .p1 {
  margin: 2.5rem -1rem 0;
}
@media (max-width: 768px) {
  .rcgyl-cont2 .p1 {
    margin: 1.25rem -0.5rem 0;
  }
}
.rcgyl-cont2 .p1 img {
  width: 100%;
}
.rcgyl-cont2 .rcgyl-a2v1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .rcgyl-cont2 .rcgyl-a2v1 {
    margin-top: 1rem;
  }
}
.rcgyl-cont2 .rcgyl-a2v1 .mySwiper3 .swiper-slide .cont-p {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  padding: 2.6875rem 8%;
}
@media (max-width: 768px) {
  .rcgyl-cont2 .rcgyl-a2v1 .mySwiper3 .swiper-slide .cont-p {
    border-radius: 1rem;
    padding: 2rem 7%;
  }
}
.rcgyl-cont2 .rcgyl-a2v1 .mySwiper3 .swiper-slide .cont-p .tit {
  color: #007e65;
  font-size: 1.25rem;
  font-weight: 700;
}
.rcgyl-cont2 .rcgyl-a2v1 .mySwiper3 .swiper-slide .cont-p .tit::after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background: #007e65;
  margin-top: 0.5rem;
}
.rcgyl-cont2 .rcgyl-a2v1 .mySwiper3 .swiper-slide .cont-p .p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  line-height: 1.6em;
  margin-top: 1rem;
  height: 11.2em;
  overflow: hidden;
}
.rcgyl-cont2 .rcgyl-a2v1 .mySwiper3 .swiper-slide .cont-p .p p {
  padding-left: 1em;
  position: relative;
}
.rcgyl-cont2 .rcgyl-a2v1 .mySwiper3 .swiper-slide .cont-p .p p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 1.25rem;
}
.rcgyl-cont2 .rcgyl-a2v1 .mySwiper3 .swiper-pagination1 {
  text-align: center;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .rcgyl-cont2 .rcgyl-a2v1 .mySwiper3 .swiper-pagination1 {
    margin-top: 1.5rem;
  }
}
.rcgyl-cont2 .rcgyl-a2v1 .mySwiper3 .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.35rem;
  border-radius: 0.75rem;
  border: 2px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .rcgyl-cont2 .rcgyl-a2v1 .mySwiper3 .swiper-pagination1 span {
    border-width: 1px;
  }
}
.rcgyl-cont2 .rcgyl-a2v1 .mySwiper3 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #007e65;
  border-color: #007e65;
}

.ltzp-cont2 {
  padding: 0 !important;
}
.ltzp-cont2 .ltzp-a2v1 {
  padding-top: 6.0625rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .ltzp-cont2 .ltzp-a2v1 {
    padding-top: 2rem;
  }
}
.ltzp-cont2 .ltzp-a2v1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 75%;
  background: url(../image/8efe25546f6fcb5a8aa5c5f3ccace399.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
.ltzp-cont2 .ltzp-a2v1 .jwehga {
  width: 45.1428571429%;
  margin: 2rem auto 0;
}
@media (max-width: 768px) {
  .ltzp-cont2 .ltzp-a2v1 .jwehga {
    margin: 1.35rem auto 0;
    width: 70%;
  }
}
.ltzp-cont2 .ltzp-a2v1 .jwehga img {
  width: 100%;
}
.ltzp-cont2 .ltzp-a2v2 {
  padding: 2rem 0 6.875rem;
}
@media (max-width: 768px) {
  .ltzp-cont2 .ltzp-a2v2 {
    padding: 1rem 0 2.5rem;
  }
}
.ltzp-cont2 .ltzp-a2v2 .ltzp-a2v2list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .ltzp-cont2 .ltzp-a2v2 .ltzp-a2v2list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 450px) {
  .ltzp-cont2 .ltzp-a2v2 .ltzp-a2v2list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.ltzp-cont2 .ltzp-a2v2 li {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  padding: 2.6875rem 8%;
}
@media (max-width: 768px) {
  .ltzp-cont2 .ltzp-a2v2 li {
    border-radius: 1rem;
    padding: 2rem 7%;
  }
}
.ltzp-cont2 .ltzp-a2v2 li .cont-p .tit {
  color: #007e65;
  font-size: 1.25rem;
  font-weight: 700;
}
.ltzp-cont2 .ltzp-a2v2 li .cont-p .tit::after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background: #007e65;
  margin-top: 0.5rem;
}
.ltzp-cont2 .ltzp-a2v2 li .cont-p .p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  line-height: 1.6em;
  margin-top: 1rem;
}
.ltzp-cont2 .ltzp-a2v2 li .cont-p .p p {
  padding-left: 1em;
  position: relative;
}
.ltzp-cont2 .ltzp-a2v2 li .cont-p .p p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 1.25rem;
}

.wehgxa {
  overflow: hidden;
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .wehgxa {
    border-radius: 1rem;
  }
}

.hrms-cont1 .hrms-a1v1 .asj-sty1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .hrms-cont1 .hrms-a1v1 .asj-sty1 {
    margin-top: 0.5rem;
  }
}
.hrms-cont1 .hrms-a1v1 .asj-sty1 li {
  width: 15%;
}
@media (max-width: 768px) {
  .hrms-cont1 .hrms-a1v1 .asj-sty1 li {
    width: 30%;
    margin: 0.65rem 0;
  }
}
.hrms-cont1 .hrms-a1v1 .asj-sty1 li a.block {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  display: block;
  text-align: center;
  padding: 1.25rem 0;
}
@media (max-width: 768px) {
  .hrms-cont1 .hrms-a1v1 .asj-sty1 li a.block {
    padding: 1rem 0;
    border-radius: 0.75rem;
  }
}
.hrms-cont1 .hrms-a1v1 .asj-sty1 li a.block i {
  display: block;
  font-size: 0;
  width: 3.25rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hrms-cont1 .hrms-a1v1 .asj-sty1 li a.block i {
    width: 2.5rem;
  }
}
.hrms-cont1 .hrms-a1v1 .asj-sty1 li a.block i img {
  width: 100%;
}
.hrms-cont1 .hrms-a1v1 .asj-sty1 li a.block .tit {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .hrms-cont1 .hrms-a1v1 .asj-sty1 li a.block .tit {
    font-size: 1rem;
  }
}
.hrms-cont1 .hrms-a1v1 .asj-sty1 li.on a.block {
  background: #007e65;
}
.hrms-cont1 .hrms-a1v1 .asj-sty1 li.on a.block i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.hrms-cont1 .hrms-a1v1 .asj-sty1 li.on a.block .tit {
  color: #fff;
}
.hrms-cont1 .hrms-a1v1 .asj-sttb1 .hrms-a1v2c1 {
  margin-top: 7.1875rem;
}
@media (max-width: 768px) {
  .hrms-cont1 .hrms-a1v1 .asj-sttb1 .hrms-a1v2c1 {
    margin-top: 1.5rem;
  }
}
.hrms-cont1 .hrms-a1v1 .asj-sttb1 .hrms-a1v2c1 .hrms-a1v2c1d1 {
  width: 46.0714285714%;
}
@media (max-width: 768px) {
  .hrms-cont1 .hrms-a1v1 .asj-sttb1 .hrms-a1v2c1 .hrms-a1v2c1d1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem;
  }
}
.hrms-cont1 .hrms-a1v1 .asj-sttb1 .hrms-a1v2c1 .hrms-a1v2c1d1 .tit {
  color: #000000;
  font-size: 2.25rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .hrms-cont1 .hrms-a1v1 .asj-sttb1 .hrms-a1v2c1 .hrms-a1v2c1d1 .tit {
    font-size: 1.5rem;
  }
}
.hrms-cont1 .hrms-a1v1 .asj-sttb1 .hrms-a1v2c1 .hrms-a1v2c1d1 .contenta dl {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .hrms-cont1 .hrms-a1v1 .asj-sttb1 .hrms-a1v2c1 .hrms-a1v2c1d1 .contenta dl {
    margin-top: 1rem;
  }
}
.hrms-cont1 .hrms-a1v1 .asj-sttb1 .hrms-a1v2c1 .hrms-a1v2c1d1 .contenta dl dt {
  color: #007e65;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
  padding-left: 1rem;
}
.hrms-cont1 .hrms-a1v1 .asj-sttb1 .hrms-a1v2c1 .hrms-a1v2c1d1 .contenta dl dt::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.hrms-cont1 .hrms-a1v1 .asj-sttb1 .hrms-a1v2c1 .hrms-a1v2c1d1 .contenta dl dd {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5em;
}
.hrms-cont1 .hrms-a1v1 .asj-sttb1 .hrms-a1v2c1 .hrms-a1v2c1d1 a.more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .hrms-cont1 .hrms-a1v1 .asj-sttb1 .hrms-a1v2c1 .hrms-a1v2c1d1 a.more-b {
    margin-top: 1rem;
  }
}
.hrms-cont1 .hrms-a1v1 .asj-sttb1 .hrms-a1v2c1 .hrms-a1v2c1d2 {
  width: 52.5%;
}
@media (max-width: 768px) {
  .hrms-cont1 .hrms-a1v1 .asj-sttb1 .hrms-a1v2c1 .hrms-a1v2c1d2 {
    width: 100%;
  }
}
.hrms-cont1 .hrms-a1v1 .asj-sttb1 .hrms-a1v2c1 .hrms-a1v2c1d2 img {
  width: 100%;
}
.hrms-cont1 .hrms-a1v2 {
  padding: 7.8125rem 0;
}
@media (max-width: 768px) {
  .hrms-cont1 .hrms-a1v2 {
    padding: 2rem 0;
  }
}

.bgkh-cont2 .bgkh-a2_list1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.3125rem;
  margin-top: 3rem;
}
@media (max-width: 1280px) {
  .bgkh-cont2 .bgkh-a2_list1 {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .bgkh-cont2 .bgkh-a2_list1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .bgkh-cont2 .bgkh-a2_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.bgkh-cont2 .bgkh-a2_list1 li {
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
}
.bgkh-cont2 .bgkh-a2_list1 li img {
  width: 100%;
}

.lx-cont1 {
  padding: 6.6875rem 0;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 2rem 0;
  }
}
.lx-cont1 .lxfs-list {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lxfs-list {
    margin-top: 0;
  }
}
.lx-cont1 .lxfs-list li {
  width: 48.5714285714%;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  margin-top: 2.5rem;
  padding: 2.5rem 3% 2rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lxfs-list li {
    width: 100%;
    margin-top: 1.5rem;
    padding: 1.8rem 6%;
  }
}
.lx-cont1 .lxfs-list li .tit {
  color: #000000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.lx-cont1 .lxfs-list li .tit::after {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: 0.25rem;
  background: -webkit-linear-gradient(228deg, #007e65 10.01%, rgba(0, 129, 204, 0) 87.89%);
  background: -moz-linear-gradient(228deg, #007e65 10.01%, rgba(0, 129, 204, 0) 87.89%);
  background: -o-linear-gradient(228deg, #007e65 10.01%, rgba(0, 129, 204, 0) 87.89%);
  background: linear-gradient(222deg, #007e65 10.01%, rgba(0, 129, 204, 0) 87.89%);
  width: 3.5rem;
  height: 1.85rem;
  border-radius: 1rem;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .lx-cont1 .lxfs-list li .tit {
    font-size: 1.5rem;
  }
  .lx-cont1 .lxfs-list li .tit::after {
    width: 3rem;
    height: 1.5rem;
  }
}
.lx-cont1 .lxfs-list li .content dl {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lxfs-list li .content dl {
    margin-top: 0.5rem;
  }
}
.lx-cont1 .lxfs-list li .content dl dt {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .lx-cont1 .lxfs-list li .content dl dt {
    width: 2.35rem;
    height: 2.35rem;
  }
}
.lx-cont1 .lxfs-list li .content dl dt img {
  width: 53%;
}
.lx-cont1 .lxfs-list li .content dl dd {
  color: #000000;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.65em;
  padding: 0.5em 0;
  width: -webkit-calc(98% - 2.75rem);
  width: -moz-calc(98% - 2.75rem);
  width: calc(98% - 2.75rem);
}
@media (max-width: 768px) {
  .lx-cont1 .lxfs-list li .content dl dd {
    font-size: 1rem;
  }
}

.lx-cont2 {
  background: #EFF9FF;
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .lx-cont2 {
    padding: 2rem 0;
  }
}
.lx-cont2 .lx-a2v1 .lx-a2b1 {
  width: 45%;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v1 .lx-a2b1 {
    width: 100%;
  }
}
.lx-cont2 .lx-a2v1 .lx-a2b1 form {
  margin-top: 1.8rem;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v1 .lx-a2b1 form {
    margin-top: 1.5rem;
  }
}
.lx-cont2 .lx-a2v1 .lx-a2b1 form .inpt {
  position: relative;
  margin-top: 1rem;
}
.lx-cont2 .lx-a2v1 .lx-a2b1 form .inpt input {
  width: 100%;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  line-height: 3.75rem;
  font-size: 1rem;
  color: #333;
  padding: 0 1em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v1 .lx-a2b1 form .inpt input {
    line-height: 3rem;
  }
}
.lx-cont2 .lx-a2v1 .lx-a2b1 form .inpt .m_label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  position: absolute;
  left: 1em;
  line-height: 3.75rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v1 .lx-a2b1 form .inpt .m_label {
    line-height: 3rem;
  }
}
.lx-cont2 .lx-a2v1 .lx-a2b1 form .inpt .m_label span {
  color: #F00;
}
.lx-cont2 .lx-a2v1 .lx-a2b1 form .inpt textarea {
  width: 100%;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  line-height: 1.5em;
  font-size: 1rem;
  color: #333;
  padding: 1em;
  font-weight: 500;
}
.lx-cont2 .lx-a2v1 .lx-a2b1 form .msg-a3 .m_label {
  line-height: 1.5em;
  top: 1em;
}
.lx-cont2 .lx-a2v1 .lx-a2b1 form .div_aghgha {
  margin-top: 1rem;
}
.lx-cont2 .lx-a2v1 .lx-a2b1 form .div_aghgha button {
  border: none;
  padding: 0.65rem 3.5rem;
}
.lx-cont2 .lx-a2v1 .lx-a2b2 {
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v1 .lx-a2b2 {
    width: 100%;
    display: none;
  }
}
.lx-cont2 .lx-a2v1 .lx-a2b2 .fang {
  border-radius: 1.25rem;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
}
.lx-cont2 .lx-a2v1 .lx-a2b2 img {
  width: 100%;
}

.pead-jsda {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 999;
}
.pead-jsda .pead-cont {
  width: 37.5rem;
  background: #FFFFFF;
  border: 1px solid #EAE3E3;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(211, 208, 208, 0.25);
  border-radius: 1.25rem;
  margin: 1rem auto 0;
  padding: 2rem 3% 3.5rem;
  max-width: 90%;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont {
    width: 90%;
  }
}
.pead-jsda .pead-cont .hefat {
  color: #333;
  font: 600 1.575rem/1.5em "Noto Sans SC";
  padding: 1rem 0;
}
.pead-jsda .pead-cont a.jataxta i {
  color: #333;
  font: 500 2rem/1em "Noto Sans SC";
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.pead-jsda .pead-cont a.jataxta:hover i {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pead-jsda .pead-cont form#f1 .contact .msga1 dl {
  width: 48%;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 .contact .msga1 dl {
    width: 100%;
  }
}
.pead-jsda .pead-cont form#f1 .contact dl {
  margin-bottom: 0.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 .contact dl {
    margin-bottom: 0.6rem;
  }
}
.pead-jsda .pead-cont form#f1 .contact dl .text {
  color: #5B6569;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.4em 0 0.6em;
}
.pead-jsda .pead-cont form#f1 .contact dl input {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: 0.5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 400 1rem/2.35rem "Noto Sans SC";
  text-indent: 1em;
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl textarea {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: 0.5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 500 1rem/2.35rem "Noto Sans SC";
  padding: 0.5em 1em;
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .div_aghgha button {
  border: none;
  padding: 0.7rem 3em;
}


/* 服务流程 */
.processbg{
	margin: -13px 0 0 0;
	position: relative;
	z-index: 1;
}
.processbg,
.processbg .mx1200{
	height: 253px;
	background: url("../image/bg3.png") center no-repeat;
	background-size: cover;
}



.processul{
	width: 66%;
}
.processul li{
	display: block;
	float: left;
	font-size: 16px;
	text-align: center;
	color: #fff;
	width: 14.285%;
}
.processul li img{
	max-width: 66px;
	width: 90%;
}
.processul li:hover img{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-ms-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}
.processul li p{
	margin: 10px 0 0 0;
}




/* 服务流程 */
.index_eight {
  padding: 4.6875rem 0;
}

.index_eight .left,
.index_eight .right {
  padding: 0 1.375rem;
}

.index_eight .row.mt50 {
  margin-left: -1.375rem;
  margin-right: -1.375rem;
}

.index_eight .more {
  margin-top: 5rem;
}

.index_eight ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.index_eight ul li:not(:last-child) {
  margin-bottom: 3.75rem;
}

.index_eight ul li .data {
  width: 5rem;
  height: 5rem;
  position: relative;
  background: #007e65;
}

.index_eight ul li .data::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  width: 1px;
  height: 80%;
  transform: rotate(45deg);
  background: #fff;
  left: 2.5rem;
}

.index_eight ul li .data div {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  top: 0.5rem;
  left: 0.5rem;
}

.index_eight ul li .data p {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  position: absolute;
  bottom: 0.875rem;
  right: 0.375rem;
}

.index_eight ul li .r {
  width: calc(100% - 5rem);
  padding-left: 1.875rem;
}

.index_eight ul li .r p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #007e65;
}

.index_eight ul li .r div {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #4F4F4F;
}

.index_eight .right ul {
  margin-top: 7.5rem;
}


/* 横幅 */
.index_two {
  background: url(../image/hf1.jpg) no-repeat;
  background-size: cover;
  padding:5rem 0;
}

.index_two .p2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem -0.9375rem;
}

.index_two .p2 li {
  width: 100%;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 3.125rem;
  color: #FFFFFF;
  margin-top: 0.875rem;
  padding: 0 0.9375rem;
}

.index_two .p2 li div {
  position: relative;
  padding-left: 1.375rem;
}

.index_two .p2 li div::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #fff;
}

/*.index_two .p2 li:nth-child(1) div,*/
/*.index_two .p2 li:nth-child(2) div,*/
/*.index_two .p2 li:nth-child(3) div {*/
/*  padding-bottom: 0.5rem;*/
/*  border-bottom: 1px solid #fff;*/
/*}*/

.index_two .p1 {
    line-height: 2.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_two .p1 p {
  font-size: 1.875rem;
  color: #FFFFFF;
  font-weight: 600;
}

.index_two .p1 p span {
  font-weight: 900;
}

.index_two .p1 div {
    padding: 1rem;
    font-size: 1.375rem;
    display: flex;
    align-items: center;
    margin-left: 1.75rem;
    font-weight: 400;
    color: #FFFFFF;
    background: #1e1e1e;
    border-radius: 3.125rem;
}

.index_two .p1 div .iconfont {
  color: #fff;
  display: block;
  font-size: 1.5rem;
}

.index_two .p1 div span,
.index_two .p1 div a {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}

.index_two form {
  margin-bottom: 2.5rem;
}

.index_two form input {
  width: 70%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 3.125rem;
  line-height: 3.125rem;
  padding: 0 1.25rem;
  height: 3.125rem;
  background: transparent;
  color: #ffffff;
}

.index_two form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.index_two form>div {
  display: flex;
  justify-content: flex-end;
}

.index_two form button {
  width: 10.9375rem;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  border: none;
  line-height: 3.125rem;
  color: #fff;
  border-radius: 3.75rem;
  background: -moz-linear-gradient(50% 98.7% 90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-gradient(linear, 50% 98.7%, 50% 3.54%, color-stop(0, #d35f5f), color-stop(1, #c60000));
  background: -o-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -ms-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D35F5F', endColorstr='#C60000' ,GradientType=0)";
  background: linear-gradient(0deg, #d35f5f 0%, #c60000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C60000', endColorstr='#D35F5F', GradientType=0);
}

.index_two .flex {
  justify-content: flex-end;
}

.index_two .flex .more {
  margin-left: 1rem;
}


/* 产品中心 */
.index_one {
  padding: 4.375rem 0;
}

.index_one .sum {
  margin: 0 -0.9375rem;
}

.index_one .sum>div {
  /* display: none; */
}

.index_one .sum>div.active {
  display: block;
}

.squera_pro {
  padding: 0 0.9375rem;
}

.squera_pro .pro_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
}

.squera_pro:hover>div {
  border: 1px solid #007e65;
}

.squera_pro:hover>div .bot {
  border-top: 1px solid #007e65;
}

.squera_pro:hover>div .top img:nth-child(1) {
  transform: scale(1.1);
}

.squera_pro:hover>div .top .name {
  color: #007e65;
}

.squera_pro>div {
  border: 1px solid #c9c9c9;
  background: #fff;
  overflow: hidden;
}

.squera_pro>div .top {
  padding: 0.75rem;
}

.squera_pro>div .top .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #444444;
  height: 1.875rem;
  margin-top: 1.125rem;
  text-align: center;
  -webkit-line-clamp: 1;
  margin-bottom: 0.375rem;
}

.squera_pro>div .top .over img {
  object-fit: contain;
}

/*.squera_pro>div .top .text {*/
/*  text-align: center;*/
/*}*/

.squera_pro>div .bot {
  margin-top: 1rem;
  padding: 1.25rem 2.1875rem;
  border-top: 1px solid #c9c9c9;
}

.squera_pro>div .bot div {
  margin: 0 -0.3125rem;
  display: flex;
  align-items: center;
}

.squera_pro>div .bot .more_2 {
  margin: 0 0.3125rem;
  border-radius: 3.125rem;
  border: 1px solid #c80f0f;
  font-size: 1rem;
  color: #C80F0F;
  line-height: 2.1875rem;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}

.squera_pro>div .bot .more_2::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  background: #c80f0f;
  border-radius: 3.125rem;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(0.6);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.squera_pro>div .bot .more_2.bggg {
  color: #fff;
  background: -moz-linear-gradient(50% 98.7% 90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -webkit-gradient(linear, 50% 98.7%, 50% 3.54%, color-stop(0, #d35f5f), color-stop(1, #c60000));
  background: -o-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  background: -ms-linear-gradient(90deg, #d35f5f 0%, #c60000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D35F5F', endColorstr='#C60000' ,GradientType=0)";
  background: linear-gradient(0deg, #d35f5f 0%, #c60000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C60000', endColorstr='#D35F5F', GradientType=0);
}

.squera_pro>div .bot .more_2:hover {
  color: #fff;
}

.squera_pro>div .bot .more_2:hover::before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.squera_pro>div .bot .more_2.bggg:hover {
  color: #c80f0f;
}

.squera_pro>div .bot .more_2.bggg:hover::before {
  background: #fff;
}

.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #919191;
}

.index_qiehuan {
  margin: 1rem 0 2.1875rem;
  display: flex;
  justify-content: center;
}

.index_qiehuan li {
  position: relative;
  margin: 0 1rem;
  width: auto;
  padding: 0 0.5rem;
}

.index_qiehuan li:first-child::before {
  display: none;
}

.index_qiehuan li a {
  padding: 0 0.5rem;
}

.index_qiehuan li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: rotate(15deg) translateY(-50%);
  left: -1rem;
  width: 1px;
  height: 1rem;
  background: #919191;
}

.index_qiehuan li.active a::after {
  opacity: 1;
}

.index_qiehuan li:hover a {
  color: #007e65;
}

.index_qiehuan li a {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #919191;
  text-align: center;
  line-height: 2.5rem;
  position: relative;
  border: 1px solid transparent;
  border-radius: 3.75rem;
}

.index_qiehuan li a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.6875rem;
  height: 0.5rem;
  background: #e9ecf1 url(../img/sjx.png) no-repeat;
  opacity: 0;
}

.index_qiehuan li.active a {
  border: 1px solid #007e65;
  color: #007e65;
}

.flex_pro >div {
    width: 25%;
    margin: 0.9375rem 0;
}
.flex_pro {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.over {
    overflow: hidden;
}
