@charset "UTF-8";
body,
html {
  font-size: calc(100vw / 120);
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 767px) {
  body,
  html {
    font-size: 14px;
  }
}

body {
  outline: none;
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 13.54167%;
}

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

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

.wh1 {
  padding: 0 3.95833%;
}

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

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.flex-z {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.flex_left {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
}

.flex_left1 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.flex21 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: #FFFFFF;
  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;
  background: #a3c220;
  border: 1px solid #a3c220;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: .875rem;
  }
}

.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.more-msl:hover {
  color: #a3c220;
}

.more-msl:hover::before {
  -webkit-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: #a3c220;
}

.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}

.more-msl.hs:before {
  background: #a3c220;
}

.more-msl.hs:hover {
  color: #fff;
  border-color: #a3c220;
}

.more-msl.ls {
  color: #a3c220;
  background: transparent;
  border-color: #a3c220;
}

.more-msl.ls:before {
  background: #a3c220;
}

.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  background-color: #EBEBEC;
  color: #1B1C21;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: 'Noto Sans SC';
}

.more-b > * {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}

.more-b span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  transition-delay: .06s;
  line-height: 2.2rem;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 600;
}

.more-b i {
  display: inline-block;
  font-size: 0.75rem;
  transition-delay: .12s;
  color: #1B1C21;
  font-weight: 400;
  vertical-align: middle;
}

.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #a3c220;
  transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}

.more-b:hover {
  border-color: #a3c220;
}

.more-b:hover > * {
  transform: translateX(0.75rem);
  color: #fff;
}

.more-b:hover::after {
  transform-origin: center left;
  transform: scaleX(1);
}

.more-b.hs {
  background: #a3c220;
  color: #fff;
}

.more-b.hs i {
  color: #fff;
}

.more-b.hs:hover {
  color: #1B1C21;
}

.more-b.hs:hover > * {
  color: #1B1C21;
}

.more-b.hs:hover i {
  color: #1B1C21;
}

.more-b.hs:hover::after {
  background-color: #EBEBEC;
}

@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: 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.20276%;
    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: 4rem;
}

.head .head2 .zywena {
  margin-left: 1em;
  margin-right: 1rem;
}

.head .head2 .zywena a.rhgxt {
  color: #1B1C21;
  font: 500 1.125rem/1em "Montserrat";
}

.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 0.2rem;
}

.head .head2 .sska {
  line-height: 1em;
  margin-left: 1em;
}

.head .head2 .sska a {
  color: #1B1C21;
}

.head .head2 .sska a i {
  font-size: 1.25rem;
  margin-right: 0.4em;
}

.head.sticky .head2 {
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9);
}

#menu {
  margin-right: 1vw;
}

#menu .nav_a1 li {
  float: left;
  position: relative;
}

#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;
  transition: all .6s;
}

@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}

@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}

@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}

#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}

#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #a3c220;
  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);
  transform-origin: center;
  transform: scaleX(0);
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 150%;
  left: -25%;
  background: white;
  z-index: 9;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

#menu .nav_a1 li .sec a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2em 0;
  color: #1B1C21;
}

#menu .nav_a1 li .sec a:hover {
  color: #a3c220;
}

#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 2rem 0 7.125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
}

#menu .nav_a1 li .sec1 dl {
  flex: 1;
  border-left: 1px solid #E4E4E4;
  padding: 0 1.5rem;
}

#menu .nav_a1 li .sec1 dl:last-child {
  border-right: 1px solid #E4E4E4;
}

#menu .nav_a1 li .sec1 dl dt {
  margin-bottom: 1rem;
}

#menu .nav_a1 li .sec1 dl dt a {
  display: block;
  color: #1B1C21;
  font: 500 1.125rem/1em "Noto Sans SC";
  position: relative;
}

#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: #96999C;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2rem 0;
}

#menu .nav_a1 li .sec1 dl dd a:hover {
  color: #a3c220;
}

#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  transition: all .4s ease;
  transform: translateY(0);
}

#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: #a3c220;
}

#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  transform: scaleX(1);
}

.nav-img {
  padding-bottom: 65%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: .9375rem;
}

.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 100px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: white;
  cursor: pointer;
  transition: all .6s;
}

.search-con:hover {
  transform: rotate(180deg);
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

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

@-webkit-keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    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: 38px;
  max-width: 40%;
}

.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;
  transition: all .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 .tcas {
  width: 20%;
  max-width: 5.625rem;
  margin: 0 auto 1rem;
}

.pc-banner .mySwipera .tcas img {
  width: 100%;
}

.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%;
  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%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    text-align: center;
    top: auto;
    transform: translateY(0);
    bottom: 28%;
  }
}

.pc-banner .mySwipera .banwez1 .tit {
  font: 700 3.75rem/1.25em "Noto Sans SC";
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 2rem;
  }
}

.pc-banner .mySwipera .banwez1 .p {
  font: 400 2rem/1.25em "Noto Sans SC";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1.5rem;
    margin-top: 0.5em;
  }
}

.pc-banner .mySwipera .banwez1 a.more-msl {
  margin-top: 1.8rem;
}

.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 6%;
  width: 100%;
  z-index: 9;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat {
    bottom: 11%;
  }
}

@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: .625rem;
  height: .625rem;
  border-radius: .625rem;
  margin-right: 0.5rem;
  border: 1px solid #fff;
}

.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
  width: 1.5625rem;
}

.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
}

.pc-banner a.mouse p {
  color: #FFFFFF;
  font: 600 .875rem/1.5em "Montserrat";
  margin-bottom: 0.5em;
}

.pc-banner a.mouse .xdt {
  background: rgba(255, 255, 255, 0.6);
  width: .0625rem;
  height: 2rem;
  margin: 0 auto;
  position: relative;
}

.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 0.4rem;
  border-radius: 50%;
  background: white;
  transform: translateX(-50%);
  animation: scroll2 1s linear infinite;
}

@keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

.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;
  }
}

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

.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

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

.fang img {
  transition: all .6s;
}

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

.xz img {
  transition: all .5s;
}

.xz:hover img {
  transform: rotateY(180deg);
}

.gong-p {
  color: #626262;
  font: 400 1.125rem/1.6em "Noto Sans SC";
  text-align: justify;
}

@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.title1 {
  color: #131313;
}

.title1 .tit {
  font-family: 'Noto Sans SC';
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
}

@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}

.title1 .tit::after {
  content: "";
  width: 0.8em;
  height: .1875rem;
  background: #a3c220;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  transform: translateY(-0.4rem);
}

@media (max-width: 768px) {
  .title1 .tit::after {
    transform: translateY(-0.2rem);
    height: .125rem;
    margin-left: 0.25em;
  }
}

.title1 .txt {
  color: #979797;
  font: 400 1.25rem/1.5em "Noto Sans SC";
  margin-top: 0.75rem;
}

@media (max-width: 768px) {
  .title1 .txt {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.title1.bs {
  color: #FFFFFF;
}

.title1.bs .tit::after {
  background: #FFFFFF;
}

.title1.bs .txt {
  color: #FFFFFF;
}

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

.cont1 {
  background: url(../images/bj1.jpg) no-repeat center;
  background-size: cover;
  padding: 7.875rem 0 7.5rem;
}

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

.cont1 .a1_v1 {
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 {
    margin-top: 1rem;
  }
}

.cont1 .a1_v1 .a1_b1 {
  width: 46.42857%;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 {
    width: 100%;
  }
}

.cont1 .a1_v1 .a1_b1 .p {
  color: #FFFFFF;
  font: 400 1.125rem/1.7em "Noto Sans SC";
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 .p {
    font-size: 1rem;
  }
}

.cont1 .a1_v1 .a1_b1 a.more-msl {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 a.more-msl {
    margin-top: 1rem;
  }
}

.cont1 .a1_v1 .a1_b2 {
  width: 53.57143%;
  margin-right: -5%;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b2 {
    width: 100%;
    margin-right: 0;
  }
}

.cont1 .a1_v1 .a1_b2 .a1c1 li {
  width: 30%;
  color: #fff;
  border-left: 2px solid #fff;
  padding-left: 1rem;
}

.cont1 .a1_v1 .a1_b2 .a1c1 li:nth-child(n+4) {
  margin-top: 3.5rem;
}

.cont1 .a1_v1 .a1_b2 .a1c1 li:nth-child(3n) {
  width: 40%;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b2 .a1c1 li {
    width: 50%;
    margin-top: 1.5rem;
    border-left: 1px solid #fff;
  }
  .cont1 .a1_v1 .a1_b2 .a1c1 li:nth-child(3n) {
    width: 50%;
  }
  .cont1 .a1_v1 .a1_b2 .a1c1 li:nth-child(n+4) {
    margin-top: 1.5rem;
  }
}

.cont1 .a1_v1 .a1_b2 .a1c1 li .data {
  font: 600 2rem/1em "Montserrat";
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b2 .a1c1 li .data {
    font-size: 1.25rem;
  }
}

.cont1 .a1_v1 .a1_b2 .a1c1 li .data span {
  font: 700 3.125rem/1em "Montserrat";
  margin-right: 0.15rem;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b2 .a1c1 li .data span {
    font-size: 2.2rem;
  }
}

.cont1 .a1_v1 .a1_b2 .a1c1 li p {
  font: 400 1rem/1em "Noto Sans SC";
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b2 .a1c1 li p {
    line-height: 1.4em;
  }
}

.cont2 {
  padding: 4.75rem 0 5.625rem;
}

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

.cont2 .a2_v1 {
  position: relative;
  margin-top: 2.875rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 {
    margin-top: 1.5rem;
  }
}

.cont2 .a2_v1::after {
  content: "";
  display: block;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 2rem;
  top: 17%;
  z-index: 1;
  width: calc(100% - 4rem);
}

@media (max-width: 768px) {
  .cont2 .a2_v1::after {
    display: none;
  }
}

.cont2 .a2_v1 .tit {
  color: #231815;
  font: 600 1.875rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .tit {
    font-size: 1.5rem;
  }
}

.cont2 .a2_v1 .tit::after {
  content: "";
  width: .875rem;
  height: .875rem;
  display: block;
  border-radius: 50%;
  background: #a3c220;
  position: relative;
  z-index: 99;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .tit::after {
    display: none;
  }
}

.cont2 .a2_v1 .a2b1-gg {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2b1-gg {
    margin-top: 1.125rem;
  }
}

.cont2 .a2_v1 .a2b1c1 {
  text-align: center;
}

.cont2 .a2_v1 .a2b1c1 a.img {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.cont2 .a2_v1 .a2b1c1 a.img img {
  width: 100%;
}

.cont2 .a2_v1 .a2b1c1 a.datac {
  display: block;
  color: #626262;
}

.cont2 .a2_v1 .a2b1c1 a.datac .titas {
  font: 600 1.125rem/1.4em "Montserrat";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cont2 .a2_v1 .a2b1c1 a.datac p {
  font: 400 1rem/1.4em "Noto Sans SC";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cont2 .a2_v1 .a2b1c1 a.more-msl {
  margin-top: 0.8rem;
  opacity: 0;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2b1c1 a.more-msl {
    opacity: 1;
  }
}

.cont2 .a2_v1 .a2b1c1:hover a.datac {
  color: #a3c220;
}

.cont2 .a2_v1 .a2b1c1:hover a.more-msl {
  opacity: 1;
}

.cont2 .a2_v1 .a2_b1 {
  width: 33.57143%;
  background: #F5F5F5;
  padding: 2rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b1 {
    width: 100%;
    padding: 1.5rem;
  }
}

.cont2 .a2_v1 .a2_b1 .a2b1c1 {
  width: 47.17949%;
}

.cont2 .a2_v1 .a2_b2 {
  width: 64.14286%;
  background: #F5F5F5;
  padding: 2rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 {
    width: 100%;
    padding: 1.5rem;
    margin-top: 1.5rem;
  }
}

.cont2 .a2_v1 .a2_b2 .tit::after {
  background: #D0D0D0;
}

.cont2 .a2_v1 .a2_b2 .mySwiper1 {
  position: relative;
  padding: 0 0.5rem;
}

.cont2 .a2_v1 .a2_b2 .gong-arrow > div {
  position: absolute;
  top: 25%;
  z-index: 9;
}

.cont2 .a2_v1 .a2_b2 .gong-arrow > div.swiper-button-prev1 {
  left: 0;
}

.cont2 .a2_v1 .a2_b2 .gong-arrow > div.swiper-button-next1 {
  right: 0;
}

.gong-arrow > div {
  border: 1px solid #8E8E8E;
  width: 2.125rem;
  height: 2.125rem;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}

.gong-arrow > div i {
  font-size: 0.75rem;
  color: #8E8E8E;
  font-weight: 600;
}

.cont3 {
  padding: 5.3125rem 0;
  background: #F5F5F5;
}

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

.cont3 .a3_v1 {
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 {
    margin-top: 0;
  }
}

.cont3 .a3_v1 .mySwiper61 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.85rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper61 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.cont3 .a3_v1 .mySwiper61 .swiper-pagination1 span {
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  border: 1px solid #a3c220;
  background: transparent;
  border-radius: .625rem;
  opacity: 1;
  margin: 0 0.3rem;
}

.cont3 .a3_v1 .mySwiper61 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #a3c220;
  width: 1.4625rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper61 .swiper-slide {
    margin-top: 1rem;
  }
}

.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p {
  position: relative;
  border-top: .625rem solid transparent;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p {
    border-width: 0.4rem;
  }
}

.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 10.63%, rgba(255, 255, 255, 0) 100%);
}

.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p u {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p u img {
  width: 100%;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p u {
    padding-bottom: 100%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p u > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 3.125rem 3% 0;
  text-align: center;
  z-index: 1;
}

.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont .tit {
  color: #FFFFFF;
  font: 600 1.875rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont .tit {
    font-size: 1.5rem;
  }
}

.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont .tbaa {
  width: 7.5rem;
  height: 7.5rem;
  margin: 2.8125rem auto 1.5625rem;
  opacity: 0;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont .tbaa {
    width: 5.5rem;
    margin: 2rem auto 1rem;
    height: 5.5rem;
  }
}

.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont .tbaa img {
  width: 50%;
}

.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont .p {
  color: #454545;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  padding: 0 2em;
  opacity: 0;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont .p {
    font-size: 1rem;
  }
}

.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont a.more-msl {
  margin-top: 1.5rem;
  opacity: 0;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p .cont a.more-msl {
    margin-top: 1rem;
  }
}

.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p:hover {
  border-color: #a3c220;
}

.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p:hover::after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p:hover .cont .tit {
  color: #231815;
}

.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p:hover .cont .tbaa,
.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p:hover .cont .p,
.cont3 .a3_v1 .mySwiper61 .swiper-slide .cont-p:hover .cont a.more-msl {
  opacity: 1;
}

.cont4 {
  background: #F5F5F5;
  padding: 4.0625rem 0 5.875rem;
}

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

.cont4 .a4_v1 {
  margin-top: 3.625rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 {
    margin-top: 1.5rem;
  }
}

.cont4 .a4_v1 .xw_a1 {
  width: 48.5%;
  background: #fff;
  padding: 2rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_a1 {
    width: 100%;
    padding: 1rem;
  }
}

.cont4 .a4_v1 .xw_a1 li a.img {
  display: block;
  position: relative;
}

.cont4 .a4_v1 .xw_a1 li a.img > i {
  display: block;
  font-size: 0;
  position: relative;
  padding-bottom: 70.70376%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.cont4 .a4_v1 .xw_a1 li a.img > i > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont4 .a4_v1 .xw_a1 li a.img > i::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #a3c220 0%, rgba(0, 86, 120, 0) 80%);
}

.cont4 .a4_v1 .xw_a1 li a.img > i img {
  width: 100%;
}

.cont4 .a4_v1 .xw_a1 li a.img .cont-p {
  position: absolute;
  left: 0;
  padding: 0 5%;
  bottom: 2rem;
  color: #fff;
  width: 100%;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_a1 li a.img .cont-p {
    bottom: 1.5rem;
  }
}

.cont4 .a4_v1 .xw_a1 li a.img .cont-p p {
  font: 400 1.125rem/1.5em "Noto Sans SC";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cont4 .a4_v1 .xw_a1 li a.img .cont-p .data {
  font: 400 .875rem/1.5em "Montserrat";
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_a1 li a.img .cont-p .data {
    margin-top: 0.5rem;
  }
}

.cont4 .a4_v1 .xw_a1 li a.img .cont-p .data i {
  font-size: 1rem;
  margin-right: 0.4rem;
}

.cont4 .a4_v1 .xw_a2 {
  width: 48.5%;
  background: #FFFFFF;
  padding: 0 2rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_a2 {
    width: 100%;
    padding: 0 1rem;
    margin-top: 1.5rem;
  }
}

.cont4 .a4_v1 .xw_a2 li {
  padding: 2rem 0;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_a2 li {
    padding: 1rem 0;
  }
}

.cont4 .a4_v1 .xw_a2 li + li {
  border-top: 1px solid #EAEAEA;
}

.cont4 .a4_v1 .xw_a2 li a.img {
  display: block;
  width: 23.08943%;
  font-size: 0;
  position: relative;
  padding-bottom: 16.42276%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_a2 li a.img {
    width: 100%;
    padding-bottom: 50%;
  }
}

.cont4 .a4_v1 .xw_a2 li a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont4 .a4_v1 .xw_a2 li a.img img {
  width: 100%;
}

.cont4 .a4_v1 .xw_a2 li .cont-p {
  width: 72.35772%;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_a2 li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}

.cont4 .a4_v1 .xw_a2 li .cont-p a.name {
  display: block;
  color: #626262;
  font: 400 1.125rem/1.4em "Noto Sans SC";
}

.cont4 .a4_v1 .xw_a2 li .cont-p a.name:hover {
  color: #a3c220;
}

.cont4 .a4_v1 .xw_a2 li .cont-p .data {
  color: #a3c220;
  font: 600 .875rem/1.5em "Montserrat";
  margin-top: 0.8rem;
}

.cont4 .a4_v1 .xw_a2 li .cont-p .data i {
  font-size: 1rem;
  margin-right: 0.4rem;
}

.foot-fot {
  position: relative;
  border-top: 1px solid #C3C1C1;
}

.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 4.125rem 0 9.3125rem;
}

@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}

.foot-fot .foota1 .foot-tit {
  color: #454545;
  font: 600 1.125rem/1.5em "Noto Sans SC";
}

.foot-fot .foota1 .foot-tit a {
  color: #454545;
  display: block;
}

.foot-fot .foota1 .dseca {
  margin-top: 0.8em;
}

.foot-fot .foota1 .dseca > a {
  display: block;
  color: #666666;
  font: 400 1rem/2em "Noto Sans SC";
}

.foot-fot .foota1 .dseca > a:hover {
  color: #a3c220;
}

.foot-fot .foota1 .dseca p {
  color: #666666;
  font: 400 1rem/1.8em "Noto Sans SC";
}

.foot-fot .foota1 .fo-a2 .dlogo img {
  height: 3.875rem;
}

.foot-fot .foota1 .fo-a2 .p {
  color: rgba(0, 0, 0, 0.5);
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 1.375rem;
}

.foot-fot .foota1 .fo-a2 .dtel {
  color: #a3c220;
  font: 700 1.625rem/1.25em "Montserrat";
}

.foot-fot .foota1 .fo-a2 .social-share {
  margin-top: 0.8rem;
}

.foot-fot .foota1 .fo-a2 .social-share a {
  color: #9C9C9C;
  border-color: #9C9C9C;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.125rem;
}

.foot-fot .foota1 .fo-a2 .social-share a:hover {
  background: #a3c220;
  border-color: #a3c220;
  color: #fff;
}

.foot-fot .foota2 {
  color: #fff;
  font: 400 1rem/1.65em "Noto Sans SC";
  padding: 0.8em 0;
  background: #a3c220;
}

.foot-fot .foota2 a {
  color: #ffff;
}

.foot-fot .foota2 a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.foot-fot .foota2 p + p {
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}

.foot-fot .foota2 p + p span:last-child {
  display: none;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
  .fix-gonga {
    display: none !important;
  }
}

.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: 1.25rem;
}

.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: #a3c220;
  border-radius: 50%;
  line-height: 3.5rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}

.zd_erha li > a i {
  display: block;
  margin: 0 auto;
  text-align: 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: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(110%);
  transition: all .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;
  transform: translateY(0);
}

.zd_erha li:nth-child(1) > a {
  background: #E6DDA5;
}

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

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

.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: #a3c220;
}

.xw_ny_banner {
  background: #333;
  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: #a3c220;
}

@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: #a3c220;
  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%;
}

.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}

.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 600 3.75rem/1.25em "Noto Sans SC";
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}

.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: 5.625rem;
  width: 100%;
  z-index: 9;
}

@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
    display: none;
  }
}

.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;
  transition: all .6s;
}

.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #a3c220;
  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);
  transform-origin: center;
  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: #a3c220;
}

.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  transform: scaleX(1);
}

.list_content {
  padding: 4rem 0;
}

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

@-webkit-keyframes scale2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    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;
  }
}

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

.ny-tit .tit {
  color: #535353;
  font: 600 2.5rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .ny-tit .tit {
    font-size: 1.5rem;
  }
}

.ny-tit .tit::after {
  content: "";
  display: block;
  width: 2em;
  margin: 0.42rem auto 0;
  height: 1px;
  background: #a3c220;
}

.ny-tit.bs .tit {
  color: #fff;
}

.ny-tit.bs .tit::after {
  background: #fff;
}

.abt-cont1 {
  padding: 6.0625rem 0 2.6875rem;
}

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

.abt-cont1 .gong-p {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .abt-cont1 .gong-p {
    margin-top: 1.5rem;
  }
}

.abt-cont1 .mySwiper2 {
  position: relative;
  margin-top: 3.5rem;
}

@media (max-width: 768px) {
  .abt-cont1 .mySwiper2 {
    margin-top: 1.25rem;
  }
}

.abt-cont1 .mySwiper2 .swiper-slide img {
  width: 100%;
}

.abt-cont1 .mySwiper2 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.85rem;
}

@media (max-width: 768px) {
  .abt-cont1 .mySwiper2 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.abt-cont1 .mySwiper2 .swiper-pagination1 span {
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  border: 1px solid #a3c220;
  background: transparent;
  border-radius: .625rem;
  opacity: 1;
  margin: 0 0.3rem;
}

.abt-cont1 .mySwiper2 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #a3c220;
  width: 1.4625rem;
}

.abt-cont2 {
  padding: 7.625rem 0;
}

@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2rem 0 3rem;
  }
}

.abt-cont2 .abt_list2 {
  margin: 0 -3%;
  margin-top: 1rem;
}

.abt-cont2 .abt_list2 li {
  width: 25%;
  padding: 0 3%;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt_list2 li {
    width: 50%;
    margin-top: 0.6rem;
  }
}

.abt-cont2 .abt_list2 li .cont-p i {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.abt-cont2 .abt_list2 li .cont-p i img {
  width: 100%;
}

.abt-cont2 .abt_list2 li .cont-p .wenata {
  text-align: center;
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .abt-cont2 .abt_list2 li .cont-p .wenata {
    padding: 0.5rem 0;
  }
}

.abt-cont2 .abt_list2 li .cont-p .wenata h2 {
  color: #535353;
  font: 400 1.375rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .abt-cont2 .abt_list2 li .cont-p .wenata h2 {
    font-size: 1.25rem;
  }
}

.abt-cont2 .abt_list2 li .cont-p .wenata .p {
  color: #999999;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .abt-cont2 .abt_list2 li .cont-p .wenata .p {
    font-size: 1rem;
  }
}

.abt-cont3 {
  padding: 5.75rem 0 6.125rem;
}

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

.abt-cont3 .abt-a3v1 {
  margin-top: 4.625rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 {
    margin-top: 1.5rem;
  }
}

.abt-cont3 .abt-a3v1 .abt-a3b1 {
  width: 100%;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b1 {
    width: 100%;
  }
}

.abt-cont3 .abt-a3v1 .abt-a3b1 img {
  width: 100%;
}

.abt-cont3 .abt-a3v1 .abt-a3b2 {
  width: 12.78571%;
  display: none;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .swiper-button-prev1,
  .abt-cont3 .abt-a3v1 .abt-a3b2 .swiper-button-next1 {
    display: none;
  }
}

.abt-cont3 .abt-a3v1 .abt-a3b2 .swiper-button-prev1 i,
.abt-cont3 .abt-a3v1 .abt-a3b2 .swiper-button-next1 i {
  color: #a3c220;
  font-size: 1.25rem;
  font-weight: 600;
}

.abt-cont3 .abt-a3v1 .abt-a3b2 .mySwiper3 {
  height: 26rem;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .mySwiper3 {
    height: auto;
  }
}

.abt-cont3 .abt-a3v1 .abt-a3b2 .mySwiper3 .swiper-slide {
  transform: scale(0.85);
  transition: all .6s;
}

.abt-cont3 .abt-a3v1 .abt-a3b2 .mySwiper3 .swiper-slide p {
  color: #a3c220;
  font: 400 1rem/2.5rem "Noto Sans SC";
  text-align: center;
  border: 1px solid #a3c220;
  border-radius: 1.25rem;
}

.abt-cont3 .abt-a3v1 .abt-a3b2 .mySwiper3 .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.abt-cont3 .abt-a3v1 .abt-a3b2 .mySwiper3 .swiper-slide.swiper-slide-active p {
  background: #a3c220;
  color: #fff;
}

.news-content {
  padding-top: 4rem;
}

@media (max-width: 768px) {
  .news-content {
    padding-top: 2rem;
  }
}

.news-content .mySwiper4 {
  position: relative;
}

.news-content .mySwiper4 .swiper-slide .cont a.img {
  display: block;
  font-size: 0;
  width: 50%;
  padding-bottom: 35.28571%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-content .mySwiper4 .swiper-slide .cont a.img {
    width: 100%;
    padding-bottom: 70.77364%;
  }
}

.news-content .mySwiper4 .swiper-slide .cont a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-content .mySwiper4 .swiper-slide .cont a.img img {
  width: 100%;
}

.news-content .mySwiper4 .swiper-slide .cont .da-cont {
  width: 50%;
  background: #F5F5F5;
  padding: 0 4%;
  border-bottom: 0.4rem solid #a3c220;
}

@media (max-width: 768px) {
  .news-content .mySwiper4 .swiper-slide .cont .da-cont {
    width: 100%;
    padding: 1rem 5%;
  }
}

.news-content .mySwiper4 .swiper-slide .cont .da-cont .cont-p {
  width: 100%;
}

.news-content .mySwiper4 .swiper-slide .cont .da-cont a.name {
  display: block;
  color: #626262;
  font: 400 1.375rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .news-content .mySwiper4 .swiper-slide .cont .da-cont a.name {
    font-size: 1.25rem;
  }
}

.news-content .mySwiper4 .swiper-slide .cont .da-cont a.name:hover {
  color: #a3c220;
}

.news-content .mySwiper4 .swiper-slide .cont .da-cont .p {
  color: #626262;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin: 1rem 0 1.5rem;
}

@media (max-width: 768px) {
  .news-content .mySwiper4 .swiper-slide .cont .da-cont .p {
    font-size: 1rem;
    margin: 0.7rem 0 1rem;
  }
}

.news-content .mySwiper4 .swiper-slide .cont .da-cont .data {
  color: #a3c220;
  font: 500 .875rem/1.5em "Montserrat";
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .news-content .mySwiper4 .swiper-slide .cont .da-cont .data {
    margin-top: 0.5rem;
  }
}

.news-content .mySwiper4 .swiper-slide .cont .da-cont .data i {
  font-size: 1rem;
  margin-right: 0.4rem;
}

.news-content .mySwiper4 .swiper-pagination1 {
  position: absolute;
  left: 54%;
  bottom: 2rem;
  z-index: 9;
}

@media (max-width: 768px) {
  .news-content .mySwiper4 .swiper-pagination1 {
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }
}

.news-content .mySwiper4 .swiper-pagination1 span {
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  border: 1px solid #ADACAC;
  background: transparent;
  border-radius: .625rem;
  opacity: 1;
  margin: 0 0.3rem;
}

.news-content .mySwiper4 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #a3c220;
  border-color: #a3c220;
  width: 1.4625rem;
}

.news-list {
  margin: 0 -1.5%;
}

.news-list li {
  width: calc(100%/3);
  padding: 0 1.5%;
  margin-top: 3.4375rem;
}

@media (max-width: 768px) {
  .news-list li {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.news-list li a.img {
  display: block;
  font-size: 0;
  padding-bottom: 70.60185%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.news-list li a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-list li a.img img {
  width: 100%;
}

.news-list li .cont-p {
  margin-top: 0.8rem;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 0.8rem;
}

.news-list li .cont-p a.name {
  display: block;
  color: #626262;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  height: 3em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-list li .cont-p a.name {
    height: auto;
  }
}

.news-list li .cont-p a.name:hover {
  color: #a3c220;
}

.news-list li .cont-p .p {
  color: #626262;
  font: 400 .875rem/1.5em "Noto Sans SC";
  margin: 0.8rem 0;
  height: 3em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-list li .cont-p .p {
    margin: 0.5rem 0;
    height: auto;
  }
}

.news-list li .cont-p .data {
  color: #a3c220;
  font: 500 .875rem/1.5em "Montserrat";
}

.news-list li .cont-p .data i {
  font-size: 1rem;
  margin-right: 0.4rem;
}

/*新闻详情*/
.ny-show_body {
  padding-top: 6.25rem;
}

.xw-show_bja .ajhhsd {
  padding: 0;
}

.xw-show_bja .title-a {
  color: #454545;
  font: 600 2rem/1.4em "Noto Sans SC";
  text-align: center;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .xw-show_bja .title-a {
    font-size: 1.5rem;
  }
}

.xw-show_bja .title-b .date-a {
  color: #454545;
  font: 600 1rem/1.5em "Montserrat";
  text-align: center;
  padding: 0.5rem 0 1.6rem;
}

@media (max-width: 768px) {
  .xw-show_bja .title-b .date-a {
    padding: 0.5rem 0 1rem;
  }
}

.xw-show_bja .title-b .fen-xiang::after {
  content: "";
  display: block;
  height: 1px;
  border: 1px dashed rgba(33, 33, 33, 0.2);
  flex: 1;
}

.xw-show_bja .title-b .fen-xiang::before {
  content: "";
  display: block;
  height: 1px;
  border: 1px dashed rgba(33, 33, 33, 0.2);
  flex: 1;
}

.xw-show_bja .title-b .fen-xiang .social-share {
  position: relative;
  padding: 0 1em;
}

.xw-show_bja .title-b .fen-xiang .social-share .wechat-qrcode {
  z-index: 999;
}

.xw-show_bja .title-b .fen-xiang .social-share a {
  color: #9C9C9C;
  border-color: #9C9C9C;
  background: transparent;
  font-size: 1rem;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
}

@media (max-width: 768px) {
  .xw-show_bja .title-b .fen-xiang .social-share a {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
}

.show-news-a1_v1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .show-news-a1_v1 {
    margin-top: 1rem;
  }
}

.show-news-a1_v1 .xinwn-consss {
  padding: 0 10%;
  color: #626262;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .show-news-a1_v1 .xinwn-consss {
    padding: 0;
    font-size: 1rem;
  }
}

.show-news-a1_v1 .xinwn-consss img {
  width: 100%;
}

.pain {
  background: #F5F5F5;
  padding: 1rem 0;
  margin-top: 7.5rem;
}

@media (max-width: 768px) {
  .pain {
    margin-top: 2rem;
  }
}

.pain .shanys {
  padding: 0 10%;
}

@media (max-width: 768px) {
  .pain .shanys {
    padding: 0;
  }
}

.pain .prev,
.pain .next {
  color: #626262;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  width: 45%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .pain .prev,
  .pain .next {
    width: 100%;
    font-size: 1rem;
    padding: 2px 0;
  }
}

.pain .prev a,
.pain .next a {
  color: #626262;
}

.pain .prev a:hover,
.pain .next a:hover {
  color: #a3c220;
}

.case-content {
  padding: 6.0625rem 0 1rem;
}

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

.case-content .case-list li {
  margin-top: 3.25rem;
}

@media (max-width: 768px) {
  .case-content .case-list li {
    margin-top: 1.5rem;
  }
}

.case-content .case-list li .block {
  width: 68.35714%;
}

@media (max-width: 768px) {
  .case-content .case-list li .block {
    width: 100%;
  }
}

.case-content .case-list li .block img {
  width: 100%;
}

.case-content .case-list li .block .mySwiper2 {
  position: relative;
}

.case-content .case-list li .block .mySwiper2 .swiper-slide img {
  width: 100%;
}

.case-content .case-list li .block .mySwiper2 .swiper-pagination1 {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
  z-index: 9;
}

.case-content .case-list li .block .mySwiper2 .swiper-pagination1 span {
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  border: 1px solid #a3c220;
  background: transparent;
  border-radius: .625rem;
  opacity: 1;
  margin: 0 0.3rem;
}

.case-content .case-list li .block .mySwiper2 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #a3c220;
  width: 1.4625rem;
}

.case-content .case-list li .case_wenzq {
  width: 31.64286%;
  background: #F5F5F5;
  padding: 0 3%;
}

@media (max-width: 768px) {
  .case-content .case-list li .case_wenzq {
    width: 100%;
    padding: 1rem 1.5rem 1.5rem;
  }
}

.case-content .case-list li .case_wenzq .cont-p {
  width: 100%;
}

.case-content .case-list li .case_wenzq .cont-p b {
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1em;
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #D4D4D4;
  text-transform: uppercase;
  font-family: 'Noto Sans SC';
}

@media (max-width: 768px) {
  .case-content .case-list li .case_wenzq .cont-p b {
    font-size: 3rem;
  }
}

.case-content .case-list li .case_wenzq .cont-p .tit {
  color: #626262;
  font: 500 1.5rem/1.5em "Noto Sans SC";
  margin-top: 0.5rem;
}

.case-content .case-list li .case_wenzq .cont-p dl {
  margin-top: 1.5rem;
  width: 40%;
}

.case-content .case-list li .case_wenzq .cont-p dl:nth-child(2n) {
  border-left: 1px solid #D7D7D7;
  padding-left: 2rem;
  width: 60%;
}

@media (max-width: 768px) {
  .case-content .case-list li .case_wenzq .cont-p dl {
    margin-top: 0.65rem;
  }
}

.case-content .case-list li .case_wenzq .cont-p dl dt {
  color: #626262;
  font: 500 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .case-content .case-list li .case_wenzq .cont-p dl dt {
    font-size: 1.125rem;
  }
}

.case-content .case-list li .case_wenzq .cont-p dl dd {
  color: #999;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.1rem;
}

@media (max-width: 768px) {
  .case-content .case-list li .case_wenzq .cont-p dl dd {
    font-size: 1rem;
  }
}

.lx-cont1 {
  padding: 5.375rem 0 4.25rem;
}

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

.lx-cont1 .lx-a1v1 {
  margin-top: 4.25rem;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 {
    margin-top: 0.5rem;
  }
}

.lx-cont1 .lx-a1v1 .lx-a1b1 {
  width: 40%;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 {
    width: 100%;
    padding: 0;
    margin-top: 1.5rem;
  }
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .tit {
  color: #454545;
  font: 600 2rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .tit {
    font-size: 1.5rem;
  }
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .ksda {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .ksda {
    margin-top: 0.5rem;
  }
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .ksda dl {
  width: 48%;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .ksda dl {
    width: 100%;
    margin-top: 0.25rem;
  }
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .ksda dl dt {
  color: #a3c220;
  font: 600 1.25rem/1.5em "Noto Sans SC";
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .ksda dl dd {
  color: #999999;
  font: 400 1.25rem/1.4em "Noto Sans SC";
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .ksda dl dd {
    font-size: 1rem;
  }
}

.lx-cont1 .lx-a1v1 .lx-a1b2 {
  width: 57%;
}

.lx-cont2 {
  padding: 5.25rem 0 5.75rem;
}

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

@media (max-width: 768px) {
  .lx-cont2 form {
    margin-top: 1rem;
  }
}

.lx-cont2 form .inpt {
  position: relative;
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .lx-cont2 form .inpt {
    margin-top: 1rem;
  }
}

.lx-cont2 form .m_label {
  color: #999999;
  font: 400 1rem/3.125rem "Noto Sans SC";
  position: absolute;
  left: 1.25em;
  top: 0;
}

.lx-cont2 form .m_label span {
  color: #F80808;
}

.lx-cont2 form input {
  background: #F5F5F5;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  padding: 0 1.25em;
  width: 100%;
}

.lx-cont2 form .msg-a1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.5rem;
}

@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 .inpt {
    width: 100%;
  }
}

.lx-cont2 form .msg-a3 {
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .lx-cont2 form .msg-a3 {
    margin-top: 1rem;
  }
}

.lx-cont2 form .msg-a3 textarea {
  width: 100%;
  font: 400 1rem/1.5rem "Noto Sans SC";
  padding: 0.85em 1.25em;
  border: none;
  border-radius: .9375rem;
  background-color: #F5F5F5;
}

.lx-cont2 .div_aghgha {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .lx-cont2 .div_aghgha {
    margin-top: 1rem;
  }
}

.lx-cont2 .div_aghgha .more-msl {
  background: transparent;
  color: #a3c220;
}

.lx-cont2 .div_aghgha .more-msl::before {
  background: #a3c220;
}

.lx-cont2 .div_aghgha .more-msl:hover {
  color: #fff;
}

.dow-content {
  padding: 4.375rem 0;
}

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

.dow-content .xz_list1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .dow-content .xz_list1 {
    margin-top: 1rem;
  }
}

.dow-content .xz_list1 li {
  border-bottom: 1px solid #DCDCDC;
}

.dow-content .xz_list1 li a {
  padding: 1rem 2rem 1rem 1rem;
}

@media (max-width: 768px) {
  .dow-content .xz_list1 li a {
    padding: 0.75rem 0.5rem;
  }
}

.dow-content .xz_list1 li a .tit {
  width: 37.42857%;
}

@media (max-width: 768px) {
  .dow-content .xz_list1 li a .tit {
    width: calc(100% - 3.2rem);
  }
}

.dow-content .xz_list1 li a .tit i {
  color: #D0D0D0;
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .dow-content .xz_list1 li a .tit i {
    font-size: 2rem;
  }
}

.dow-content .xz_list1 li a .tit p {
  color: #626262;
  font: 400 1.375rem/1.5em "Noto Sans SC";
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .dow-content .xz_list1 li a .tit p {
    width: calc(100% - 3.5rem);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.125rem;
  }
}

.dow-content .xz_list1 li a .date {
  width: 25%;
  color: #999999;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .dow-content .xz_list1 li a .date {
    display: none;
  }
}

.dow-content .xz_list1 li a .xzjt {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #a3c220;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .dow-content .xz_list1 li a .xzjt {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.dow-content .xz_list1 li a .xzjt .wehd {
  text-align: center;
  width: 100%;
  color: #a3c220;
  font-weight: 400;
  line-height: 1;
}

.dow-content .xz_list1 li a .xzjt .wehd i {
  font-size: 1rem;
}

.dow-content .xz_list1 li a .xzjt .wehd p {
  font-size: .75rem;
}

.dow-content .xz_list1 li a:hover {
  background: #a3c220;
}

.dow-content .xz_list1 li a:hover .tit i,
.dow-content .xz_list1 li a:hover .tit p {
  color: #FFFFFF;
}

.dow-content .xz_list1 li a:hover .date {
  color: #FFFFFF;
}

.dow-content .xz_list1 li a:hover .xzjt {
  border-color: #E6DDA5;
  background: #E6DDA5;
}

.dow-content .xz_list1 li a:hover .xzjt .wehd {
  color: #454545;
}

.job-cont1 {
  padding: 4.5rem 0 5.625rem;
}

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

.job-cont1 .job-a1b1 {
  margin-top: 4.0625rem;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1b1 {
    margin-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .job-cont1 .job-a1b1 li {
    margin-top: 1.5rem;
  }
}

.job-cont1 .job-a1b1 li .img {
  width: 47.14286%;
  font-size: 0;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1b1 li .img {
    width: 100%;
  }
}

.job-cont1 .job-a1b1 li .img img {
  width: 100%;
}

.job-cont1 .job-a1b1 li .cont-p {
  width: 47.14286%;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1b1 li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}

.job-cont1 .job-a1b1 li .cont-p .tit {
  color: #454545;
  font: 600 2rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .job-cont1 .job-a1b1 li .cont-p .tit {
    font-size: 1.4rem;
  }
}

.job-cont1 .job-a1b1 li .cont-p .p {
  color: #999999;
  font: 400 1.25rem/1.5em "Noto Sans SC";
  margin-top: 0.6rem;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1b1 li .cont-p .p {
    font-size: 1rem;
    margin-top: 0.4rem;
    text-align: justify;
  }
}

.job-cont1 .job-a1b1 li:nth-child(2n) .img {
  order: 2;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1b1 li:nth-child(2n) .img {
    order: 0;
  }
}

.job-cont2 {
  background: #F5F5F5;
  padding: 5.375rem 0;
}

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

.job-cont2 .job_list2 {
  margin: 0 -1.2%;
}

.job-cont2 .job_list2 li {
  width: calc(100%/3);
  padding: 0 1.2%;
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .job-cont2 .job_list2 li {
    margin-top: 1.25rem;
    width: 100%;
  }
}

.job-cont2 .job_list2 li .cont-sdsd {
  background: #fff;
  padding: 2.5rem 10%;
  transition: all .6s;
  cursor: pointer;
}

@media (max-width: 768px) {
  .job-cont2 .job_list2 li .cont-sdsd {
    padding: 1.5rem 7%;
  }
}

.job-cont2 .job_list2 li .cont-sdsd .name {
  color: #626262;
  font: 400 1.375rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .job-cont2 .job_list2 li .cont-sdsd .name {
    font-size: 1.25rem;
  }
}

.job-cont2 .job_list2 li .cont-sdsd .p {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .job-cont2 .job_list2 li .cont-sdsd .p {
    margin-top: 0.5rem;
  }
}

.job-cont2 .job_list2 li .cont-sdsd .p p {
  color: #999999;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .job-cont2 .job_list2 li .cont-sdsd .p p {
    font-size: 1rem;
  }
}

.job-cont2 .job_list2 li .cont-sdsd .p p + p::before {
  content: "|";
  padding: 0 0.2rem;
}

.job-cont2 .job_list2 li .cont-sdsd:hover {
  background: #a3c220;
}

.job-cont2 .job_list2 li .cont-sdsd:hover .name,
.job-cont2 .job_list2 li .cont-sdsd:hover .p p {
  color: #fff;
}

.job-cont2 .more {
  text-align: center;
  color: #999999;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .job-cont2 .more {
    margin-top: 1.8rem;
  }
}

.job-cont2 .more .more-msl {
  background: transparent;
  color: #a3c220;
}

.job-cont2 .more .more-msl::before {
  background: #a3c220;
}

.job-cont2 .more .more-msl:hover {
  color: #fff;
}

.pead-jsda {
  display: none;
}

.job-tanc.layui-layer {
  width: 45.41667% !important;
  background: #FFF;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer {
    width: 85% !important;
  }
}

.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: 3.2rem;
  top: 1.8rem;
  background: none;
  width: auto;
  height: auto;
  transition: all .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 {
  transform: rotate(180deg);
}

.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2::before {
  content: "\e624";
  font-family: "iconfont" !important;
  font-size: 2rem;
  font-weight: 400;
}

.job-tanc.layui-layer .pead-cont {
  padding: 2rem 3.75rem;
  position: relative;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont {
    padding: 1rem 1.5rem;
  }
}

.job-tanc.layui-layer .pead-cont .close_btn {
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
}

.job-tanc.layui-layer .pead-cont .close_btn i {
  font-size: 1.625rem;
}

.job-tanc.layui-layer .pead-cont dt {
  color: #363636;
  font: 500 1.625rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont dt {
    font-size: 1.4rem;
  }
}

.job-tanc.layui-layer .pead-cont .asghrt1 {
  color: #999999;
  font: 400 1rem/1.2em "Noto Sans SC";
  padding: 0.5em 0 0.8em;
}

.job-tanc.layui-layer .pead-cont .asghrt1 p + p {
  border-left: 1px solid #CFCFCF;
  padding-left: 0.7rem;
  margin-left: 0.7rem;
}

.job-tanc.layui-layer .pead-cont .p2 {
  color: #999999;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  border-bottom: 1px solid #DCDCDC;
  border-top: 1px solid #DCDCDC;
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .p2 {
    font-size: 1rem;
    padding: 0.75rem 0;
  }
}

.job-tanc.layui-layer .pead-cont .p3 {
  color: #999999;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: 0.7rem;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .p3 {
    font-size: 1rem;
  }
}

.job-tanc.layui-layer .pead-cont .p3 a {
  color: #a3c220;
}

.product-list {
  padding-bottom: 3rem;
}

@media (max-width: 768px) {
  .product-list {
    padding-bottom: 2rem;
  }
}

.product-list li {
  margin-top: 6.25rem;
}

@media (max-width: 768px) {
  .product-list li {
    margin-top: 1.5rem;
  }
}

.product-list li .ny-tit .tit {
  text-align: left;
}

.product-list li .ny-tit .tit:after {
  margin: 0.42rem 0 0;
}

.lbzsas li {
  width: 48.21429%;
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .lbzsas li {
    width: 100%;
    margin-top: 1rem;
  }
}

.lbzsas li .cpzs {
  background: #F5F5F5;
  padding: 2rem;
}

@media (max-width: 768px) {
  .lbzsas li .cpzs {
    padding: 1.5rem;
  }
}

.lbzsas li .cpzs .cont-p {
  width: 44.88449%;
}

.lbzsas li .cpzs .cont-p .cp-totas {
  color: #626262;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 0.65rem;
}

.lbzsas li .cpzs .cont-p .cp-totas a.name {
  display: block;
  font: 600 1.375rem/1.5em "Noto Sans SC";
  font-style: italic;
  color: #626262;
}

@media (max-width: 768px) {
  .lbzsas li .cpzs .cont-p .cp-totas a.name {
    font-size: 1.25rem;
  }
}

.lbzsas li .cpzs .cont-p .cp-totas .ftit {
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .lbzsas li .cpzs .cont-p .cp-totas .ftit {
    font-size: 1rem;
  }
}

.lbzsas li .cpzs .cont-p .desc {
  margin-top: .625rem;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

.lbzsas li .cpzs .cont-p .asgrs {
  color: #626262;
  font: 700 2rem/1.5em "Montserrat";
  margin-top: 1rem;
  height: 1.5em;
}

@media (max-width: 768px) {
  .lbzsas li .cpzs .cont-p .asgrs {
    font-size: 1.125rem;
  }
}

.lbzsas li .cpzs .cont-p a.more {
  border: 1px solid #999999;
  background: #FFFFFF;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1rem;
}

.lbzsas li .cpzs .cont-p a.more i {
  color: #999999;
  font-size: 1rem;
}

.lbzsas li .cpzs .cont-p a.more:hover {
  background: #a3c220;
  border-color: #a3c220;
}

.lbzsas li .cpzs .cont-p a.more:hover i {
  color: #fff;
}

.lbzsas li .cpzs a.img {
  font-size: 0;
  width: 49.50495%;
  background: #fff;
  padding: 1rem 0;
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.lbzsas li .cpzs a.img img {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .lbzsas li .cpzs a.img img {
    width: 80%;
  }
}

.pro-show-cont1 {
  background: #F5F5F5;
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .pro-show-cont1 {
    padding-bottom: 2rem;
  }
}

.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 51.64286%;
  background: #fff;
  padding: 4rem 0;
  position: relative;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup {
    width: 100%;
    padding: 2rem 0;
  }
}

.pro-show-cont1 .pro-show-a1v1 .img_tup u {
  display: block;
  width: 5.5625rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup u {
    width: 3rem;
    right: 1rem;
    top: 1rem;
  }
}

.pro-show-cont1 .pro-show-a1v1 .img_tup u img {
  width: 100%;
}

.pro-show-cont1 .pro-show-a1v1 .img_tup i {
  display: block;
  width: 6rem;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup i {
    width: 6.5rem;
    right: 1rem;
    bottom: 1rem;
  }
}

.pro-show-cont1 .pro-show-a1v1 .img_tup i img {
  width: 100%;
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .img {
  width: 60%;
  overflow: hidden;
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .img img {
  width: 100%;
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper2 {
  position: relative;
  padding-bottom: 1.5rem;
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper2 .swiper-pagination1 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper2 .swiper-pagination1 span {
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  border: 1px solid #a3c220;
  background: transparent;
  border-radius: .625rem;
  opacity: 1;
  margin: 0 0.3rem;
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper2 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #a3c220;
  border-color: #a3c220;
  width: 1.4625rem;
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 44.14286%;
  color: #535353;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
    margin-top: 1rem;
  }
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
  font: 600 2.5rem/1.35em "Noto Sans SC";
  font-style: italic;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
    font-size: 1.5rem;
  }
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit2 {
  font: 400 2rem/1.4em "Noto Sans SC";
  border-bottom: 1px solid rgba(163, 163, 163, 0.2);
  padding-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit2 {
    font-size: 1.35rem;
    padding-bottom: 0.6rem;
  }
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit3 {
  color: #535353;
  font: 700 2rem/1.5em "Montserrat";
  padding: 0.5rem 0;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit3 {
    font-size: 1.25rem;
  }
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p ul li {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.25rem 0;
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p ul li .img {
  width: 2.625rem;
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p ul li .img img {
  width: 100%;
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p ul li p {
  color: #626262;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p ul li p {
    font-size: 1rem;
  }
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p ul li p.hjt {
  color: #a3c220;
  font-weight: 600;
  font-size: 1.25rem;
  width: 100%;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p ul li p.hjt {
    font-size: 1.125rem;
  }
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .abtss {
  margin-top: 2.2rem;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .abtss {
    margin-top: 1rem;
  }
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .abtss a + a {
  margin-left: 1.5rem;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .abtss a + a {
    margin-left: 1rem;
  }
}

.pro-show-cont2 {
  padding: 5.125rem 0 6.375rem;
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/jghy0908/uploads/20230913/5a9e6d2de0b7b8a7269eeb24ffa430cf.jpg) no-repeat center;
  background-size: cover;
}

@media (max-width: 768px) {
  .pro-show-cont2 {
    padding: 2.5rem 0;
  }
}

.pro-show-cont2 .cpys {
  margin-top: 4.0625rem;
}

@media (max-width: 768px) {
  .pro-show-cont2 .cpys {
    margin-top: 1.5rem;
  }
}

.pro-show-cont2 .cpys li {
  flex: 1;
  text-align: center;
}

@media (max-width: 768px) {
  .pro-show-cont2 .cpys li {
    flex: auto;
    width: 50%;
    margin-top: 1rem;
  }
}

.pro-show-cont2 .cpys li .cont-p {
  width: 7.8125rem;
  height: 7.8125rem;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pro-show-cont2 .cpys li .cont-p {
    width: 5.8rem;
    height: 5.8rem;
  }
}

.pro-show-cont2 .cpys li .cont-p img {
  width: 50%;
}

.pro-show-cont2 .cpys li .wenata {
  color: #FFFFFF;
  font: 600 1.375rem/1.5em "Noto Sans SC";
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .pro-show-cont2 .cpys li .wenata {
    font-size: 1.125rem;
    margin-top: 0.8rem;
  }
}

.paggs {
  overflow-x: auto;
}

.paggs table {
  border-color: #F5F5F5;
  margin-top: 1.5rem;
  min-width: 768px;
}

@media (max-width: 768px) {
  .paggs table {
    margin-top: 1rem;
  }
}

.paggs table td {
  color: #626262;
  font: 400 1rem/1.5em "Noto Sans SC";
}

.pro-show-cont3 {
  padding: 3.9375rem 0 8rem;
}

@media (max-width: 768px) {
  .pro-show-cont3 {
    padding: 2rem 0 3rem;
  }
}

.pro-show-cont3 .content {
  margin-top: 2.5rem;
}
.pro-show-cont3 .content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro-show-cont3 .content ul li {
    width: 49%;
    display: flex;
    align-items: center;
    padding: 1.3125rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pro-show-cont3 .content ul li .tt {
    width: 40%;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.5;
}
.pro-show-cont3.content ul li .dd {
    flex: 1;
    color: #000;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .pro-show-cont3 .content ul li{
        width: 100%;
    }
  .pro-show-cont3 .content {
    margin-top: 1.5rem;
  }
}

.pro-show-cont3 .ast_list .titas {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .pro-show-cont3 .ast_list .titas {
    margin-top: 1rem;
  }
}

.pro-show-cont3 .ast_list .titas .tit {
  color: #535353;
  font: 600 1.375rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .pro-show-cont3 .ast_list .titas .tit {
    font-size: 1.25rem;
  }
}

.pro-show-cont3 .ast_list .titas .p {
  color: #626262;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .pro-show-cont3 .ast_list .titas .p {
    font-size: 1rem;
  }
}

.pro-show-cont3 .paggs table tr:nth-child(1) {
  text-align: center;
}

.pro-show-cont3 .paggs table tr:nth-child(1) td:nth-child(1) {
  text-align: center;
  vertical-align: middle;
}

.pro-show-cont3 .paggs table tr td:nth-child(1) {
  text-align: center;
  vertical-align: middle;
}

.pro-show-cont3 .paggs table td {
  color: #626262;
  font: 400 1rem/1.5em "Noto Sans SC";
  text-align: center;
}

.pro-show-cont3 .paggs.sdtsd1 table tr td {
  width: 33%;
}

.pro-show-cont3 .paggs.hs table tr:nth-child(1) {
  background: #F5F5F5;
}

.pro-show-cont3 .paggs-img {
  padding: 0 2%;
  margin-top: 1.5rem;
}

.pro-show-cont3 .paggs-img img {
  width: 100%;
}

.pro-show-cont4 {
  background: #F5F5F5;
  padding: 4.0625rem 0;
}

@media (max-width: 768px) {
  .pro-show-cont4 {
    padding: 2rem 0;
  }
}

.pro-show-cont4 .mySwiper5 {
  margin-top: 3rem;
  position: relative;
  padding-bottom: 1.875rem;
}

@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 {
    margin-top: 1.5rem;
  }
}

.pro-show-cont4 .mySwiper5 .swiper-pagination {
  justify-content: center;
}

.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs {
  background: #fff;
  padding: 1.5rem;
}

@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 .swiper-slide .cpzs {
    padding: 1rem;
  }
}

.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p {
  width: 44.88449%;
}

.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p .cp-totas {
  color: #626262;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 0.65rem;
}

.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p .cp-totas a.name {
  display: block;
  font: 600 1.375rem/1.5em "Noto Sans SC";
  font-style: italic;
  color: #626262;
}

@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p .cp-totas a.name {
    font-size: 1.25rem;
  }
}

.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p .cp-totas .ftit {
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p .cp-totas .ftit {
    font-size: 1rem;
  }
}

.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p .asgrs {
  color: #626262;
  font: 700 2rem/1.5em "Montserrat";
  margin-top: 1rem;
  height: 1.5em;
}

@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p .asgrs {
    font-size: 1.125rem;
  }
}

.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p a.more {
  border: 1px solid #999999;
  background: #FFFFFF;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1rem;
}

.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p a.more i {
  color: #999999;
  font-size: 1rem;
}

.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p a.more:hover {
  background: #a3c220;
  border-color: #a3c220;
}

.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs .cont-p a.more:hover i {
  color: #fff;
}

.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs a.img {
  font-size: 0;
  width: 49.50495%;
  background: #fff;
  padding: 1rem 0;
  overflow: hidden;
}

.pro-show-cont4 .mySwiper5 .swiper-slide .cpzs a.img img {
  width: 60%;
}

@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 .swiper-slide .cpzs a.img img {
    width: 80%;
  }
}

.pro-show-cont4 .mySwiper5 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.85rem;
}

@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.pro-show-cont4 .mySwiper5 .swiper-pagination1 span {
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  border: 1px solid #ADACAC;
  background: transparent;
  border-radius: .625rem;
  opacity: 1;
  margin: 0 0.3rem;
}

.pro-show-cont4 .mySwiper5 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #a3c220;
  border-color: #a3c220;
  width: 1.4625rem;
}

.pro-show-cont5 {
  padding: 3.4375rem 0;
}

@media (max-width: 768px) {
  .pro-show-cont5 {
    padding: 2rem 0;
  }
}

.pro-show-cont5 .xm_list1 {
  margin: 0 -1.5%;
  margin-top: 3.4375rem;
}

@media (max-width: 768px) {
  .pro-show-cont5 .xm_list1 {
    margin-top: 0.5rem;
  }
}

.pro-show-cont5 .xm_list1 li {
  width: calc(100%/3);
  padding: 0 1.5%;
}

@media (max-width: 768px) {
  .pro-show-cont5 .xm_list1 li {
    width: 100%;
    margin-top: 1rem;
  }
}

.pro-show-cont5 .xm_list1 li .block {
  display: block;
  font-size: 0;
  padding-bottom: 70.60185%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.pro-show-cont5 .xm_list1 li .block > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pro-show-cont5 .xm_list1 li .block img {
  width: 100%;
}

.pro-show-cont5 .xm_list1 li .case_wenzq {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 1.5rem;
}

.pro-show-cont5 .xm_list1 li .case_wenzq .tit {
  color: #626262;
  font: 400 1.375rem/1.5em "Noto Sans SC";
  padding: 0.9rem 0 0.3em;
}

@media (max-width: 768px) {
  .pro-show-cont5 .xm_list1 li .case_wenzq .tit {
    font-size: 1.125rem;
  }
}

.pro-show-cont5 .xm_list1 li .case_wenzq .p {
  color: #999999;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .pro-show-cont5 .xm_list1 li .case_wenzq .p {
    font-size: 1rem;
  }
}

.pro-show-cont5 a.more-msl {
  margin-top: 3.4375rem;
}

@media (max-width: 768px) {
  .pro-show-cont5 a.more-msl {
    margin-top: 1.5rem;
  }
}

.zzry-list {
  margin: 0 -1.5%;
  margin-top: 1rem;
}

@media (max-width: 990px) {
  .zzry-list {
    margin: 0 -1%;
  }
}

@media (max-width: 768px) {
  .zzry-list {
    margin-top: 0.5rem;
  }
}

.zzry-list li {
  width: 25%;
  padding: 0 1.5%;
  margin-top: 1.4rem;
}

@media (max-width: 990px) {
  .zzry-list li {
    width: 25%;
    padding: 0 1%;
  }
}

@media (max-width: 768px) {
  .zzry-list li {
    margin-top: 0.8rem;
    width: 50%;
  }
}

.zzry-list li a.block {
  display: block;
  box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.07);
  border-radius: 0.5rem;
}

.zzry-list li a.block .img {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  background-color: #fff;
}

@media (max-width: 768px) {
  .zzry-list li a.block .img {
    padding: 0.6rem;
  }
}

.zzry-list li a.block .img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.zzry-list li a.block .img img {
  width: 100%;
}

.zzry-list li a.block h2 {
  text-align: center;
  font: 500 1.125rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .zzry-list li a.block h2 {
    font-size: 1rem;
  }
}

.ttzgx-cont1 {
  padding: 3.5rem 0 4.0625rem;
}

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

.stock {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .stock {
    margin-top: 1.5rem;
  }
}

.stock .stock-main .gpxxa1 {
  width: 22.42857%;
  border-right: 1px solid #DADADA;
}

@media (max-width: 768px) {
  .stock .stock-main .gpxxa1 {
    width: 100%;
    border-right: none;
  }
}

.stock .stock-main .gpxxa1 h2.name {
  color: #535353;
  font: 400 1.5rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .stock .stock-main .gpxxa1 h2.name {
    font-size: 1.25rem;
  }
}

.stock .stock-main .gpxxa1 h2.price {
  font: 600 3.375rem/1.5em "Montserrat";
}

@media (max-width: 768px) {
  .stock .stock-main .gpxxa1 h2.price {
    font-size: 2rem;
  }
}

.stock .stock-main .gpxxa1 h2.price img {
  width: 2.125rem;
  margin-left: 0.5rem;
}

@media (max-width: 768px) {
  .stock .stock-main .gpxxa1 h2.price img {
    font-size: 1.25rem;
  }
}

.stock .stock-main .gpxxa1 h3 {
  font: 500 1.25rem/1.5em "Montserrat";
}

.stock .stock-main .gpxxa1 .time {
  color: #9E9E9E;
  font: 500 .875rem/1.5em "Montserrat";
  margin-top: 0.24rem;
}

.stock .stock-main .gpxxa2 {
  width: 70.85714%;
}

@media (max-width: 768px) {
  .stock .stock-main .gpxxa2 {
    width: 100%;
    margin-top: 0.5rem;
  }
}

@media (max-width: 768px) {
  .stock .stock-main .gpxxa2 li {
    margin-top: 1rem;
  }
}

.stock .stock-main .gpxxa2 li .title {
  color: #535353;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

.stock .stock-main .gpxxa2 li h3 {
  color: #535353;
  font: 600 1.5rem/1.5em "Montserrat";
}

.ttzgx-cont2 {
  background: #F5F5F5;
  padding: 3.5rem 0 4rem;
}

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

.ttzgx-cont2 .more-msl {
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .ttzgx-cont2 .more-msl {
    margin-top: 1.5rem;
  }
}

.ttzgx-a2list1 {
  margin: 0 -1.2%;
}

.ttzgx-a2list1 li {
  width: calc(100%/3);
  padding: 0 1.2%;
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .ttzgx-a2list1 li {
    width: 50%;
    margin-top: 1.5rem;
  }
}

@media (max-width: 450px) {
  .ttzgx-a2list1 li {
    width: 100%;
  }
}

.ttzgx-a2list1 li .cont-p {
  background: #FFFFFF;
  padding: 1.5rem;
}

.ttzgx-a2list1 li .cont-p .name {
  color: #626262;
  font: 400 1.375rem/1.5em "Noto Sans SC";
  height: 4.5em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .ttzgx-a2list1 li .cont-p .name {
    font-size: 1.25rem;
  }
}

.ttzgx-a2list1 li .cont-p .cont {
  margin-top: 1rem;
}

.ttzgx-a2list1 li .cont-p .cont .data {
  color: #a3c220;
  font: 600 .875rem/1.5em "Montserrat";
}

.ttzgx-a2list1 li .cont-p .cont .data i {
  font-size: 1rem;
  margin-right: 0.4rem;
}

.ttzgx-a2list1 li .cont-p .cont .xzjt {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #a3c220;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .ttzgx-a2list1 li .cont-p .cont .xzjt {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.ttzgx-a2list1 li .cont-p .cont .xzjt .wehd {
  text-align: center;
  width: 100%;
  color: #a3c220;
  font-weight: 400;
  line-height: 1;
}

.ttzgx-a2list1 li .cont-p .cont .xzjt .wehd i {
  font-size: 1rem;
}

.ttzgx-a2list1 li .cont-p .cont .xzjt .wehd p {
  font-size: .75rem;
}

.ttzgx-a2list1 li .cont-p .cont .xzjt:hover {
  background: #a3c220;
}

.ttzgx-a2list1 li .cont-p .cont .xzjt:hover .wehd {
  color: #fff;
}

.product-content .ttzgx-a2list1 li .cont-p {
  background: #F5F5F5;
}

.ttzgx-cont3 {
  padding: 4.0625rem 0 6.25rem;
}

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

.ttzgx-cont3 .ttzgx-a3_v1 {
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .ttzgx-cont3 .ttzgx-a3_v1 {
    margin-top: 1.5rem;
  }
}

.ttzgx-cont3 .ttzgx-a3_v1 .img {
  width: 50%;
}

@media (max-width: 768px) {
  .ttzgx-cont3 .ttzgx-a3_v1 .img {
    width: 100%;
  }
}

.ttzgx-cont3 .ttzgx-a3_v1 .img img {
  width: 100%;
}

.ttzgx-cont3 .ttzgx-a3_v1 .cont-p {
  background: #F5F5F5;
  padding: 0 5%;
  width: 50%;
}

@media (max-width: 768px) {
  .ttzgx-cont3 .ttzgx-a3_v1 .cont-p {
    width: 100%;
    padding: 1.5rem 6%;
  }
}

.ttzgx-cont3 .ttzgx-a3_v1 .cont-p .cont {
  width: 100%;
  color: #626262;
  font: 400 1.375rem/2em "Noto Sans SC";
}

@media (max-width: 768px) {
  .ttzgx-cont3 .ttzgx-a3_v1 .cont-p .cont {
    font-size: 1.125rem;
    line-height: 1.7em;
  }
}

.case-list1 {
  margin-top: 2.5rem;
}

.case-list1 .casea1b1 {
  width: 48%;
}

@media (max-width: 768px) {
  .case-list1 .casea1b1 {
    width: 100%;
    order: 2;
    margin-top: 1rem;
  }
}

.case-list1 .casea1b1 .tit {
  color: #333;
  font: 500 2rem/1.65em "Noto Sans SC";
  position: relative;
}

@media (max-width: 768px) {
  .case-list1 .casea1b1 .tit {
    font-size: 1.5rem;
  }
}

.case-list1 .casea1b1 .tit::after {
  content: "";
  display: block;
  width: 2em;
  height: .125rem;
  background: #a3c220;
  margin: 0.25rem 0 1.5rem;
}

@media (max-width: 768px) {
  .case-list1 .casea1b1 .tit::after {
    margin: 0.25rem 0 1rem;
  }
}

.case-list1 .casea1b1 .txt {
  color: #626262;
  font: 400 1.125rem/1.65em "Noto Sans SC";
}

.case-list1 .casea1b2 {
  width: 48%;
}

@media (max-width: 768px) {
  .case-list1 .casea1b2 {
    width: 100%;
  }
}

.case-list1 .casea1b2 .mySwiper8 {
  overflow: hidden;
}

.case-list1 .casea1b2 .mySwiper8 .swiper-slide {
  height: 500px;
}

.case-list1 .casea1b2 .mySwiper8 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-list1 .casea1b2 .swiper-pagination1 {
  text-align: center;
  margin-top: 1rem;
}

.case-list1 .casea1b2 .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: .625rem;
  height: .625rem;
  border-radius: .625rem;
  margin-right: 0.5rem;
  border: 1px solid #a3c220;
}

.case-list1 .casea1b2 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #a3c220;
  width: 1.5625rem;
}

.cpjs-cont1 .cpjs-list1 li {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .cpjs-cont1 .cpjs-list1 li {
    margin-top: 2rem;
  }
}

.cpjs-cont1 .cpjs-list1 li .cpjs-a1 {
  width: 42.14286%;
}

@media (max-width: 768px) {
  .cpjs-cont1 .cpjs-list1 li .cpjs-a1 {
    width: 100%;
  }
}

.cpjs-cont1 .cpjs-list1 li .cpjs-a1 .tit {
  color: #535353;
  font: 600 2.5rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .cpjs-cont1 .cpjs-list1 li .cpjs-a1 .tit {
    font-size: 1.75rem;
  }
}

.cpjs-cont1 .cpjs-list1 li .cpjs-a1 .tit::after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background: #a3c220;
  margin-top: 0.35rem;
}

.cpjs-cont1 .cpjs-list1 li .cpjs-a1 .p {
  color: #626262;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .cpjs-cont1 .cpjs-list1 li .cpjs-a1 .p {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.cpjs-cont1 .cpjs-list1 li .cpjs-a2 {
  width: 50%;
}

@media (max-width: 768px) {
  .cpjs-cont1 .cpjs-list1 li .cpjs-a2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.cpjs-cont1 .cpjs-list1 li .cpjs-a2 img {
  width: 100%;
}

.cpjs-cont1 .cpjs-list1 li:nth-child(2n) .cpjs-a1 {
  order: 1;
}

@media (max-width: 768px) {
  .cpjs-cont1 .cpjs-list1 li:nth-child(2n) .cpjs-a1 {
    order: 0;
  }
}

.cpjs-cont2 {
  background: #F5F5F5;
  padding: 3.75rem 0 5rem;
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .cpjs-cont2 {
    padding: 2rem;
    margin-top: 2rem;
  }
}

.cpjs-cont2 .cpjs-as2list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 3.5rem;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cpjs-cont2 .cpjs-as2list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.5rem;
  }
}

@media (max-width: 450px) {
  .cpjs-cont2 .cpjs-as2list1 {
    display: block;
    margin-top: 0;
  }
}

.cpjs-cont2 .cpjs-as2list1 li {
  color: #626262;
}

@media (max-width: 450px) {
  .cpjs-cont2 .cpjs-as2list1 li {
    margin-top: 1.25rem;
  }
}

.cpjs-cont2 .cpjs-as2list1 li .img {
  width: 7.8125rem;
  height: 7.8125rem;
  border-radius: 50%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #DCDCDC;
}

@media (max-width: 768px) {
  .cpjs-cont2 .cpjs-as2list1 li .img {
    width: 6.5rem;
    height: 6.5rem;
  }
}

.cpjs-cont2 .cpjs-as2list1 li .img img {
  width: 50%;
}

.cpjs-cont2 .cpjs-as2list1 li .tit {
  font: 500 1.5rem/1.5em "Noto Sans SC";
  text-align: center;
  margin: 1rem 0;
}

@media (max-width: 768px) {
  .cpjs-cont2 .cpjs-as2list1 li .tit {
    margin: 0.65rem 0;
    font-size: 1.25rem;
  }
}

.cpjs-cont2 .cpjs-as2list1 li .txt {
  font: 400 1.125rem/1.5em "Noto Sans SC";
  text-align: justify;
}

@media (max-width: 768px) {
  .cpjs-cont2 .cpjs-as2list1 li .txt {
    font-size: 1rem;
  }
}

.abt-cont2 .fzlc {
  position: relative;
  margin-top: 4.875rem;
}

@media (max-width: 768px) {
  .abt-cont2 .fzlc {
    margin-top: 1.5rem;
  }
}

.abt-cont2 .fzlc .mySwiper11a {
  width: 55.7142857143%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .abt-cont2 .fzlc .mySwiper11a {
    width: 100%;
  }
}

.abt-cont2 .fzlc .mySwiper11a .swiper-slide .cont {
  text-align: center;
}

.abt-cont2 .fzlc .mySwiper11a .swiper-slide .cont b {
  display: block;
  color: #a3c220;
  font: 600 2.25rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .abt-cont2 .fzlc .mySwiper11a .swiper-slide .cont b {
    font-size: 2rem;
  }
}

.abt-cont2 .fzlc .mySwiper11a .swiper-slide .cont .p {
  color: #626262;
  font: 400 1.25rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .abt-cont2 .fzlc .mySwiper11a .swiper-slide .cont .p {
    font-size: 1.125rem;
  }
  .abt-cont2 .fzlc .gong-jt {
    display: none;
  }
}

.abt-cont2 .fzlc .gong-jt > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.abt-cont2 .fzlc .gong-jt .swiper-button-next1 {
  right: 15%;
}

.abt-cont2 .fzlc .gong-jt .swiper-button-prev1 {
  left: 15%;
}

.abt-cont2 .ahxwas_a3 {
  position: relative;
  margin-top: 3.5rem;
  z-index: 1;
}

@media (max-width: 768px) {
  .abt-cont2 .ahxwas_a3 {
    margin-top: 1rem;
  }
}

.abt-cont2 .ahxwas_a3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: .625rem;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  z-index: -1;
}

.abt-cont2 .ahxwas_a3 .mySwiper1a {
  padding-top: 1rem;
}

.abt-cont2 .ahxwas_a3 .mySwiper1a .xhasz {
  text-align: center;
  cursor: pointer;
}

.abt-cont2 .ahxwas_a3 .mySwiper1a .xhasz i {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 auto;
  display: block;
  border: 1px solid #a3c220;
  border-radius: 50%;
  background: #F5F5F5;
}

.abt-cont2 .ahxwas_a3 .mySwiper1a .xhasz i img {
  width: 100%;
}

.abt-cont2 .ahxwas_a3 .mySwiper1a .xhasz .szxds {
  color: #000000;
  font: 600 1.325rem/1.5em "Noto Sans SC";
  margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
  .abt-cont2 .ahxwas_a3 .mySwiper1a .xhasz .szxds {
    font-size: 1.25rem;
  }
}

.abt-cont2 .ahxwas_a3 .mySwiper1a .swiper-slide-thumb-active .xhasz i {
  background: #a3c220;
}

.abt-cont2 .ahxwas_a3 .mySwiper1a .swiper-slide-thumb-active .xhasz i img {
  -webkit-filter: invert(50%) sepia(89%) saturate(7470%) hue-rotate(222deg) brightness(98%) contrast(97%);
  filter: invert(50%) sepia(89%) saturate(7470%) hue-rotate(222deg) brightness(98%) contrast(97%);
}

.abt-cont2 .ahxwas_a3 .mySwiper1a .swiper-slide-thumb-active .xhasz .szxds {
  color: #a3c220;
}

@media (max-width: 768px) {
  .abt-cont2 .ahxwas_a3 .jtxas {
    display: none;
  }
}

.abt-cont2 .ahxwas_a3 .jtxas > div {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  border: 1px solid #ABABAB;
  position: absolute;
  top: 15%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.abt-cont2 .ahxwas_a3 .jtxas > div.swiper-button-next1 {
  right: -5%;
}

.abt-cont2 .ahxwas_a3 .jtxas > div.swiper-button-prev1 {
  left: -5%;
}

.abt-cont2 .ahxwas_a3 .jtxas > div i {
  color: #ABABAB;
  font-size: 0.875rem;
}

.abt-cont2 .ahxwas_a3 .jtxas > div:hover {
  background: #5F83C2;
  border-color: #5F83C2;
}

.abt-cont2 .ahxwas_a3 .jtxas > div:hover i {
  color: #fff;
}

.abt-cont2 .ahxwas_a3 .gong-arrow > div {
  background: #F5F5F5;
  position: absolute;
  bottom: -0.5rem;
  z-index: 1;
}

.abt-cont2 .ahxwas_a3 .gong-arrow > div.swiper-button-prev1 {
  left: 0;
}

.abt-cont2 .ahxwas_a3 .gong-arrow > div.swiper-button-next1 {
  right: 0;
}
