.transition {
  transition: all ease-in-out 0.3s;
}
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.img-object-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-object-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bg-1 {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
.bg-txt {
  background-image: linear-gradient(to right, #68b548, #00a2c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jia-container {
  max-width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .jia-container {
    padding: 0 20px;
  }
}
.my-swiper-pagination {
  bottom: 0;
  text-align: left;
  padding-left: calc(0.58rem * 2 + 0.2rem + 0.2rem);
  transform: translateY(calc(0.09rem / 2));
  bottom: calc(-0.38rem - 0.58rem / 2);
  --swiper-pagination-bullet-width: 0.09rem;
  --swiper-pagination-bullet-height: 0.09rem;
}
@media (max-width: 768px) {
  .my-swiper-pagination {
    bottom: calc(-0.38rem - 0.34rem / 2);
    padding-left: calc(0.34rem * 2 + 0.2rem + 0.2rem);
  }
}
.my-swiper-pagination .swiper-pagination-bullet {
  background: #c3c3c3;
}
.my-swiper-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
.swiper-nextprev .swiper-button-next,
.swiper-nextprev .swiper-button-prev {
  z-index: 33;
  width: 0.67rem;
  height: 0.67rem;
  border-radius: 100%;
  bottom: 0.8rem;
  top: auto;
  margin-top: 0;
  left: 50%;
  outline: none;
  background: rgba(42, 42, 42, 0);
  border: 1px solid #999999;
  opacity: 1 !important;
}
.swiper-nextprev .swiper-button-next:after,
.swiper-nextprev .swiper-button-prev:after {
  display: none;
}
.swiper-nextprev .swiper-button-next:before,
.swiper-nextprev .swiper-button-prev:before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .swiper-nextprev .swiper-button-next,
  .swiper-nextprev .swiper-button-prev {
    width: 0.44rem;
    height: 0.44rem;
    bottom: calc(0.8rem / 2);
  }
}
.swiper-nextprev .swiper-button-next {
  margin-right: calc(-0.67rem - 0.2rem);
}
@media (max-width: 768px) {
  .swiper-nextprev .swiper-button-next {
    margin-right: calc(-0.44rem - 0.2rem);
  }
}
.swiper-nextprev .swiper-button-next:before {
  background: url(../images/about/icon/jt-right-def.png) no-repeat center center;
  background-size: contain;
}
.swiper-nextprev .swiper-button-next:hover {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  border-color: transparent;
}
.swiper-nextprev .swiper-button-next:hover:before {
  background: url(../images/about/icon/jt-right-hover.png) no-repeat center
    center;
  background-size: contain;
}
.swiper-nextprev .swiper-button-prev {
  margin-left: calc(-0.67rem - 0.2rem);
}
@media (max-width: 768px) {
  .swiper-nextprev .swiper-button-prev {
    margin-left: calc(-0.44rem - 0.2rem);
  }
}
.swiper-nextprev .swiper-button-prev:before {
  background: url(../images/about/icon/jt-left-def.png) no-repeat center center;
  background-size: contain;
}
.swiper-nextprev .swiper-button-prev:hover {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  border-color: transparent;
}
.swiper-nextprev .swiper-button-prev:hover:before {
  background: url(../images/about/icon/jt-left-hover.png) no-repeat center
    center;
  background-size: contain;
}
.page-banner {
  max-height: 545px;
  height: calc(var(--vh) * 50);
  overflow: hidden;
}
@media (max-width: 768px) {
  .page-banner {
    height: calc(var(--vh) * 50 / 2);
  }
}
.page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner img.pc {
  display: none;
}
@media (min-width: 768px) {
  .page-banner img.pc {
    display: block;
  }
}
.page-banner img.mo {
  display: block;
}
@media (min-width: 768px) {
  .page-banner img.mo {
    display: none;
  }
}
.page-banner.ywly-banner {
  height: 3.53rem;
  position: relative;
}
.page-banner.ywly-banner .jia-container {
  position: absolute;
  z-index: 3;
  width: 14.4rem;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-banner.ywly-banner .txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.page-banner.ywly-banner .txt h2 {
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  font-size: 0.54rem;
}
@media (max-width: 768px) {
  .page-banner.ywly-banner .txt h2 {
    font-size: 0.26rem;
  }
}
.page-banner.ywly-banner .txt .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-banner.ywly-banner .txt .more a {
  display: flex;
  align-items: center;
}
.page-banner.ywly-banner .txt .more a:before {
  content: '';
  width: 0.62rem;
  height: 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  background: url(../images/yewu/2/0.png) no-repeat center center;
}
@media (max-width: 768px) {
  .page-banner.ywly-banner .txt .more a:before {
    width: 0.32rem;
    height: 0.32rem;
  }
}
.page-banner.ywly-banner .txt .more a span {
  padding-left: 0.15rem;
  font-weight: 500;
  color: #ffffff;
  font-size: 0.2rem;
}
@media (max-width: 768px) {
  .page-banner.ywly-banner .txt .more a span {
    font-size: 0.14rem;
  }
}
.page-navs {
  height: 0;
  position: relative;
  z-index: 3;
}
.page-navs.page-navs2 ul {
  justify-content: center;
}
.page-navs.page-navs2 ul li {
  flex: 0 0 auto;
  padding: 0 0.1rem;
}
.page-navs.page-navs2 ul li a {
  padding: 2em;
}
.page-navs .jia-container {
  position: relative;
  transform: translateY(-50%);
}
.page-navs ul {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  background-color: #fff;
  box-shadow: 0px 7px 23px 4px rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
  .page-navs ul {
    flex-wrap: wrap;
    font-size: 0.14rem;
  }
}
.page-navs ul li {
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .page-navs ul li {
    width: 33.33%;
    flex: 0 0 auto;
  }
}
.page-navs ul li.active a {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  color: #fff;
}
.page-navs ul li a {
  display: block;
  height: 100%;
  text-align: center;
  padding: 2em 0;
  color: #333;
  transition: all ease-in-out 0s;
}
@media (max-width: 768px) {
  .page-navs ul li a {
    padding: 1em 0;
  }
}
.page-navs ul li a:hover {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  color: #fff;
}
.thead-title {
  text-align: center;
}
.thead-title .t1 {
  font-weight: bold;
  line-height: 1;
}
.thead-title .t1 span {
  font-size: 0.54rem;
  display: inline-block;
  line-height: 1;
  background-image: linear-gradient(to right, #68b548, #00a2c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .thead-title .t1 span {
    font-size: 0.26rem;
  }
}
.thead-title .desc {
  font-weight: 400;
  color: #666666;
  font-size: 0.24rem;
  padding-top: 1em;
}
@media (max-width: 768px) {
  .thead-title .desc {
    font-size: 0.14rem;
  }
}
.about-box.about-box-first {
  padding-top: 1.52rem;
}
@media (max-width: 768px) {
  .about-box.about-box-first {
    padding-top: calc(1.52rem / 2);
  }
}
.about-box.about-box1 {
  background: url(../images/about/bg1.jpg) no-repeat top center;
  padding-top: 2.07rem;
}
@media (max-width: 768px) {
  .about-box.about-box1 {
    padding-top: 1.2rem;
  }
}
.about-box.about-box1 .about-box-main {
  display: flex;
  padding-top: 1.53rem;
  padding-bottom: 0.92rem;
}
@media (max-width: 768px) {
  .about-box.about-box1 .about-box-main {
    flex-wrap: wrap;
    padding-top: calc(1.53rem / 2);
  }
}
.about-box.about-box1 .about-box-main .img {
  flex: 0 0 auto;
  max-width: 550px;
  width: 40%;
  position: relative;
}
@media (max-width: 768px) {
  .about-box.about-box1 .about-box-main .img {
    width: 100%;
  }
}
.about-box.about-box1 .about-box-main .img img {
  position: absolute;
  top: -0.84rem;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .about-box.about-box1 .about-box-main .img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
  }
}
.about-box.about-box1 .about-box-main .txt {
  flex: 1 1 auto;
  padding-left: 0.85rem;
}
@media (max-width: 768px) {
  .about-box.about-box1 .about-box-main .txt {
    padding-left: 0;
    padding-top: 0.4rem;
  }
}
.about-box.about-box1 .about-box-main .txt .t1 {
  font-size: 0.42rem;
  font-weight: 500;
  color: #222222;
  line-height: 1;
}
@media (max-width: 768px) {
  .about-box.about-box1 .about-box-main .txt .t1 {
    font-size: 0.26rem;
  }
}
.about-box.about-box1 .about-box-main .txt .t1 p {
  line-height: 1;
}
.about-box.about-box1 .about-box-main .txt .t1:after {
  content: '';
  display: block;
  background: url(../images/about/1.png) no-repeat center center;
  width: 0.42rem;
  height: 0.25rem;
  background-size: contain;
  margin-top: 0.36rem;
  margin-bottom: 0.45rem;
}
.about-box.about-box1 .about-box-main .txt .desc {
  font-size: 0.22rem;
  color: #666666;
  font-weight: 400;
}
@media (max-width: 768px) {
  .about-box.about-box1 .about-box-main .txt .desc {
    font-size: 0.14rem;
  }
}
.about-box.about-box1 .about-box-main .txt .desc b,
.about-box.about-box1 .about-box-main .txt .desc strong {
  color: #47af70;
}
.about-box.about-box1 .about-box-main .txt .desc p + p {
  margin-top: 1.5em;
}
.about-box.about-box2 {
  padding-top: 1.85rem;
}
@media (max-width: 768px) {
  .about-box.about-box2 {
    padding-top: 0;
  }
}
.about-box.about-box2 .thead-title {
  padding-bottom: 0.66rem;
}
@media (max-width: 768px) {
  .about-box.about-box2 .thead-title {
    padding-bottom: calc(0.66rem / 2);
  }
}
.about-box.about-box2 .thead-title .t1 span {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  font-size: 0.22rem;
  font-weight: 400;
  -webkit-text-fill-color: #fff;
  padding: 0.9em calc(1em + 14px);
  border-radius: 10em;
}
.about-box.about-box2 .about-box2-swiper {
  position: relative;
}
.about-box.about-box2 .about-box2-swiper .swiper {
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
}
@media (max-width: 768px) {
  .about-box.about-box2 .about-box2-swiper .swiper {
    position: relative;
    height: 4.5rem;
  }
}
.about-box.about-box2 .about-box2-swiper .swiper .swiper-slide .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.about-box.about-box2 .about-box2-swiper .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box.about-box2 .about-box2-swiper .swiper .swiper-slide .img::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 33;
}
.about-box.about-box2 .about-box2-swiper .swiper .swiper-slide .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.about-box.about-box2
  .about-box2-swiper
  .swiper
  .swiper-slide
  .txt
  .jia-container {
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  padding-top: 1.27rem;
}
@media (max-width: 768px) {
  .about-box.about-box2
    .about-box2-swiper
    .swiper
    .swiper-slide
    .txt
    .jia-container {
    padding-top: 0.57rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about-box.about-box2 .about-box2-swiper .swiper .swiper-slide .txt .t1 {
  padding-left: 0.4rem;
  position: relative;
  font-weight: bold;
  color: #fff;
  font-size: 0.3rem;
  padding-right: 5.5rem;
}
@media (max-width: 768px) {
  .about-box.about-box2 .about-box2-swiper .swiper .swiper-slide .txt .t1 {
    padding-right: 20px;
    font-size: 0.18rem;
  }
}
.about-box.about-box2 .about-box2-swiper .swiper .swiper-slide .txt .t1:before {
  position: absolute;
  content: '';
  left: 0;
  margin-left: -0.05rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background-color: #fff;
  width: 0.1rem;
  height: 0.1rem;
}
.about-box.about-box2 .about-box2-swiper .swiper .swiper-slide .txt .desc {
  padding-top: 0.54rem;
  padding-left: 0.4rem;
  padding-right: 5.5rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 768px) {
  .about-box.about-box2 .about-box2-swiper .swiper .swiper-slide .txt .desc {
    padding-right: 20px;
    padding-top: 0.24rem;
    font-size: 0.14rem;
  }
}
.about-box.about-box2 .about-box2-swiper .jia-container {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .about-box.about-box2 .about-box2-swiper .jia-container {
    padding: 0;
  }
}
.about-box.about-box2 .about-box2-swiper .jia-container .list {
  width: 4.9rem;
}
@media (max-width: 768px) {
  .about-box.about-box2 .about-box2-swiper .jia-container .list {
    width: 100%;
  }
}
.about-box.about-box2 .about-box2-swiper .jia-container .list .item {
  position: relative;
  display: flex;
  height: 1.13rem;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
@media (max-width: 768px) {
  .about-box.about-box2 .about-box2-swiper .jia-container .list .item {
    height: calc(1.13rem / 2);
  }
}
.about-box.about-box2
  .about-box2-swiper
  .jia-container
  .list
  .item
  + .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}
.about-box.about-box2
  .about-box2-swiper
  .jia-container
  .list
  .item:hover:before,
.about-box.about-box2
  .about-box2-swiper
  .jia-container
  .list
  .item.active:before {
  background: #fff;
  left: -0.2rem;
}
.about-box.about-box2
  .about-box2-swiper
  .jia-container
  .list
  .item:hover
  .number,
.about-box.about-box2
  .about-box2-swiper
  .jia-container
  .list
  .item.active
  .number {
  color: #333333;
}
.about-box.about-box2 .about-box2-swiper .jia-container .list .item:hover .tit,
.about-box.about-box2
  .about-box2-swiper
  .jia-container
  .list
  .item.active
  .tit {
  border-left: 1px solid rgba(51, 51, 51, 0.1);
}
.about-box.about-box2
  .about-box2-swiper
  .jia-container
  .list
  .item:hover
  .tit
  a,
.about-box.about-box2
  .about-box2-swiper
  .jia-container
  .list
  .item.active
  .tit
  a {
  color: #333;
}
.about-box.about-box2 .about-box2-swiper .jia-container .list .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  transition: all ease-in-out 0.3s;
}
.about-box.about-box2 .about-box2-swiper .jia-container .list .item .number {
  position: relative;
  z-index: 2;
  width: 1.15rem;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .about-box.about-box2 .about-box2-swiper .jia-container .list .item .number {
    font-size: 0.16rem;
  }
}
.about-box.about-box2 .about-box2-swiper .jia-container .list .item .tit {
  flex: 1 1 auto;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-left: 0.35rem;
}
.about-box.about-box2 .about-box2-swiper .jia-container .list .item .tit a {
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  transition: all ease-in-out 0;
}
@media (max-width: 768px) {
  .about-box.about-box2 .about-box2-swiper .jia-container .list .item .tit a {
    font-size: 0.16rem;
  }
}
.about-box.about-box3 .thead-title {
  padding-top: 0.99rem;
  padding-bottom: 0.53rem;
}
@media (max-width: 768px) {
  .about-box.about-box3 .thead-title {
    padding-top: calc(0.99rem / 2);
    padding-bottom: calc(0.53rem / 2);
  }
}
.about-box.about-box3 {
}
.about-box.about-box3 .about-box3-swiper {
  position: relative;
  padding-bottom: 1.48rem;
}
@media (max-width: 768px) {
  .about-box.about-box3 .about-box3-swiper {
    padding-bottom: calc(1.48rem / 2);
  }
}
.about-box.about-box3 .about-box3-swiper .swiper .swiper-slide {
  width: 4.4rem;
}
@media (max-width: 768px) {
  .about-box.about-box3 .about-box3-swiper .swiper .swiper-slide {
    width: 80%;
  }
}
.about-box.about-box3 .about-box3-swiper .swiper .item {
  padding-top: 0.2rem;
}
.about-box.about-box3 .about-box3-swiper .swiper .item .img {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, 0.07);
}
.about-box.about-box3 .about-box3-swiper .swiper .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box.about-box3 .about-box3-swiper .swiper .item .txt {
  padding: 0.37rem 0;
  font-size: 0.22rem;
  font-weight: 400;
  text-align: center;
  color: #333333;
}
.unfoldbox {
  width: 150%;
  height: auto;
  padding: 0;
  left: -25% !important;
  top: 0.05rem !important;
  display: none;
  z-index: 123456789 !important;
}

.unfoldbox i {
  display: block;
  width: 100%;
  box-shadow: 0 0 0.1rem rgba(100, 100, 100, 0.1);
}
.unfoldbox i > img {
  width: 100%;
}
@media (max-width: 768px) {
  .about-box.about-box3 .about-box3-swiper .swiper .item .txt {
    font-size: 0.18rem;
    padding: 0.22rem 0;
  }
}
.about-box.about-box3 .about-box3-swiper .swiper-button-next,
.about-box.about-box3 .about-box3-swiper .swiper-button-prev {
  z-index: 33;
  width: 0.67rem;
  height: 0.67rem;
  border-radius: 100%;
  bottom: 0.8rem;
  top: auto;
  margin-top: 0;
  left: 50%;
  outline: none;
  background: rgba(42, 42, 42, 0);
  border: 1px solid #999999;
  opacity: 1 !important;
}
.about-box.about-box3 .about-box3-swiper .swiper-button-next:after,
.about-box.about-box3 .about-box3-swiper .swiper-button-prev:after {
  display: none;
}
.about-box.about-box3 .about-box3-swiper .swiper-button-next:before,
.about-box.about-box3 .about-box3-swiper .swiper-button-prev:before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .about-box.about-box3 .about-box3-swiper .swiper-button-next,
  .about-box.about-box3 .about-box3-swiper .swiper-button-prev {
    width: 0.44rem;
    height: 0.44rem;
    bottom: calc(0.8rem / 2);
  }
}
.about-box.about-box3 .about-box3-swiper .swiper-button-next {
  margin-right: calc(-0.67rem - 0.2rem);
}
@media (max-width: 768px) {
  .about-box.about-box3 .about-box3-swiper .swiper-button-next {
    margin-right: calc(-0.44rem - 0.2rem);
  }
}
.about-box.about-box3 .about-box3-swiper .swiper-button-next:before {
  background: url(../images/about/icon/jt-right-def.png) no-repeat center center;
  background-size: contain;
}
.about-box.about-box3 .about-box3-swiper .swiper-button-next:hover {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  border-color: transparent;
}
.about-box.about-box3 .about-box3-swiper .swiper-button-next:hover:before {
  background: url(../images/about/icon/jt-right-hover.png) no-repeat center
    center;
  background-size: contain;
}
.about-box.about-box3 .about-box3-swiper .swiper-button-prev {
  margin-left: calc(-0.67rem - 0.2rem);
}
@media (max-width: 768px) {
  .about-box.about-box3 .about-box3-swiper .swiper-button-prev {
    margin-left: calc(-0.44rem - 0.2rem);
  }
}
.about-box.about-box3 .about-box3-swiper .swiper-button-prev:before {
  background: url(../images/about/icon/jt-left-def.png) no-repeat center center;
  background-size: contain;
}
.about-box.about-box3 .about-box3-swiper .swiper-button-prev:hover {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  border-color: transparent;
}
.about-box.about-box3 .about-box3-swiper .swiper-button-prev:hover:before {
  background: url(../images/about/icon/jt-left-hover.png) no-repeat center
    center;
  background-size: contain;
}
.about-box.about-box4 {
  background-color: #f3f3f3;
  transform: translateY(50%);
  max-height: 3.44rem;
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .about-box.about-box4 {
    max-height: 100%;
    transform: translateY(0%);
  }
}
.about-box.about-box4 .jia-container {
  position: relative;
  max-height: 3.44rem;
}
@media (max-width: 768px) {
  .about-box.about-box4 .jia-container {
    max-height: 100%;
  }
}
.about-box.about-box4 .list {
  background: url(../images/about/bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .about-box.about-box4 .list {
    transform: translateY(-10%);
  }
}
.about-box.about-box4 .list ul {
  padding: 0.7rem 0.8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 0.22rem;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 768px) {
  .about-box.about-box4 .list ul {
    grid-template-columns: 1fr;
    padding: 20px;
    font-size: 0.14rem;
  }
}
.about-box.about-box4 .list ul li {
  overflow: hidden;
  position: relative;
  padding-left: 0.16rem;
}
.about-box.about-box4 .list ul li:nth-child(even) {
  padding-left: calc(0.67rem + 0.16rem);
}
.about-box.about-box4 .list ul li:nth-child(even)::before {
  left: 0.67rem;
}
@media (max-width: 768px) {
  .about-box.about-box4 .list ul li:nth-child(even) {
    padding-left: 0.16rem;
  }
  .about-box.about-box4 .list ul li:nth-child(even)::before {
    left: 0rem;
  }
}
.about-box.about-box4 .list ul li p {
  line-height: 2.4;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}
.about-box.about-box4 .list ul li::before {
  position: absolute;
  content: '';
  background: url(../images/about/icon/dian.png) no-repeat center center;
  width: 11px;
  height: 11px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-box.about-box-fzlc {
  padding-top: 1.54rem;
  padding-bottom: 1.3rem;
}
@media (max-width: 768px) {
  .about-box.about-box-fzlc {
    padding-top: calc(1.2rem);
    padding-bottom: calc(1.3rem / 2);
  }
}
.about-box.about-box-fzlc .thead-title {
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .about-box.about-box-fzlc .thead-title {
    padding-bottom: 0.25rem;
  }
}
.about-box.about-box-fzlc .about-box-fzlc-box {
  border-radius: 0.15rem;
  height: 4.5rem;
  position: relative;
  overflow: hidden;
}
.about-box.about-box-fzlc .about-box-fzlc-box .swiper-button-next,
.about-box.about-box-fzlc .about-box-fzlc-box .swiper-button-prev {
  display: none;
}
.about-box.about-box-fzlc .about-box-fzlc-box .img-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0.15rem;
}
.about-box.about-box-fzlc .about-box-fzlc-box .img-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
  opacity: 0;
}
.about-box.about-box-fzlc .about-box-fzlc-box .img-bg img.active {
  opacity: 1;
}
.about-box.about-box-fzlc .about-box-fzlc-box .img-bg2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
.about-box.about-box-fzlc .about-box-fzlc-box .img-bg2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .about-box.about-box-fzlc .about-box-fzlc-box .img-bg {
    display: none;
  }
  .about-box.about-box-fzlc .about-box-fzlc-box .img-bg2 {
    background: url(/statics/fer/images/about/8/bg.png) no-repeat right center;
  }
  .about-box.about-box-fzlc .about-box-fzlc-box .img-bg2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    display: none;
  }
}
.about-box.about-box-fzlc .about-box-fzlc-box .about-box-fzlc-swiper1 {
  position: absolute;
  top: 0.7rem;
  bottom: 0.7rem;
  right: 0;
  z-index: 3;
  width: 0.8rem;
}
.about-box.about-box-fzlc
  .about-box-fzlc-box
  .about-box-fzlc-swiper1
  .swiper-slide {
  height: 0.45rem;
}
.about-box.about-box-fzlc
  .about-box-fzlc-box
  .about-box-fzlc-swiper1
  .swiper-slide-thumb-active
  .year {
  cursor: pointer;
}
.about-box.about-box-fzlc
  .about-box-fzlc-box
  .about-box-fzlc-swiper1
  .swiper-slide-thumb-active
  .year
  span {
  font-size: 0.2rem;
  color: #fff;
}
@media (max-width: 768px) {
  .about-box.about-box-fzlc
    .about-box-fzlc-box
    .about-box-fzlc-swiper1
    .swiper-slide-thumb-active
    .year
    span {
    font-size: 0.16rem;
  }
}
.about-box.about-box-fzlc
  .about-box-fzlc-box
  .about-box-fzlc-swiper1
  .swiper-slide-thumb-active
  .year:after {
  opacity: 1;
}
.about-box.about-box-fzlc .about-box-fzlc-box .about-box-fzlc-swiper1 .year {
  cursor: pointer;
  position: relative;
  padding-right: 0.2rem;
}
.about-box.about-box-fzlc
  .about-box-fzlc-box
  .about-box-fzlc-swiper1
  .year:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.02rem;
  background: #fff;
  content: '';
  opacity: 0;
}
.about-box.about-box-fzlc
  .about-box-fzlc-box
  .about-box-fzlc-swiper1
  .year
  span {
  text-align: right;
  display: block;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
}
@media (max-width: 768px) {
  .about-box.about-box-fzlc
    .about-box-fzlc-box
    .about-box-fzlc-swiper1
    .year
    span {
    font-size: 0.14rem;
  }
}
.about-box.about-box-fzlc .about-box-fzlc-box .about-box-fzlc-swiper2 {
  position: absolute;
  top: 0.7rem;
  bottom: 0.7rem;
  right: 1.78rem;
  z-index: 3;
  text-align: right;
}
@media (max-width: 768px) {
  .about-box.about-box-fzlc .about-box-fzlc-box .about-box-fzlc-swiper2 {
    right: 0.85rem;
  }
}
.about-box.about-box-fzlc .about-box-fzlc-box .about-box-fzlc-swiper2 .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-right: 0.3rem;
}
.about-box.about-box-fzlc .about-box-fzlc-box .about-box-fzlc-swiper2 .year {
  font-weight: 400;
  color: #ffffff;
  font-size: 0.42rem;
  line-height: 1;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .about-box.about-box-fzlc .about-box-fzlc-box .about-box-fzlc-swiper2 .year {
    line-height: 1.2;
    font-size: 0.26rem;
  }
}
.about-box.about-box-fzlc .about-box-fzlc-box .about-box-fzlc-swiper2 .desc {
  margin-top: 0.4rem;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.2rem;
  overflow: auto;
  flex: 1 1 auto;
  padding-right: 0.3rem;
  margin-right: -0.3rem;
}
@media (max-width: 768px) {
  .about-box.about-box-fzlc .about-box-fzlc-box .about-box-fzlc-swiper2 .desc {
    font-size: 0.16rem;
  }
}
.about-box.about-box-fzlc
  .about-box-fzlc-box
  .about-box-fzlc-swiper2
  .desc
  p
  + p {
  margin-top: 0.2em;
}
.about-box.about-box-cybj {
  background: url(../images/about/bg3.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 1.4rem;
}
@media (max-width: 768px) {
  .about-box.about-box-cybj {
    padding-top: 1.2rem;
  }
}
.about-box.about-box-scbj {
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .about-box.about-box-scbj {
    padding-top: 1.2rem;
  }
}
.about-box.about-box-ygfc {
  overflow: hidden;
  padding-top: 2.05rem;
  padding-bottom: 2.3rem;
}
@media (max-width: 768px) {
  .about-box.about-box-ygfc {
    padding-top: 1.2rem;
    padding-bottom: calc(2.3rem / 2);
  }
}
.about-box.about-box-ygfc .about-box-ygfc-swiper {
  position: relative;
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper {
  overflow: initial;
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-slide {
  height: initial;
  width: 7rem;
  box-shadow: 0px 11px 36px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-slide {
    width: 80%;
  }
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-slide .item {
  position: relative;
  height: 100%;
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-slide .item .img {
  height: 100%;
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-slide .item .img a {
  display: block;
  height: 100%;
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-slide .item .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 500;
  color: #ffffff;
  font-size: 0.22rem;
  line-height: 1;
  padding: 1.2em 3em;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
@media (max-width: 768px) {
  .about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-slide .item .txt {
    font-size: 0.16rem;
  }
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-slide .item .txt p {
  line-height: 1;
}
.about-box.about-box-ygfc
  .about-box-ygfc-swiper
  .swiper-slide.swiper-slide-prev:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(255, 255, 255, 0.8);
  z-index: 333;
}
.about-box.about-box-ygfc
  .about-box-ygfc-swiper
  .swiper-slide.swiper-slide-next
  + .swiper-slide:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(255, 255, 255, 0.8);
  z-index: 333;
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-next,
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-prev {
  z-index: 33;
  width: 0.67rem;
  height: 0.67rem;
  border-radius: 100%;
  bottom: 0.8rem;
  top: auto;
  margin-top: 0;
  left: 50%;
  outline: none;
  background: rgba(42, 42, 42, 0);
  border: 1px solid #999999;
  opacity: 1 !important;
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-next:after,
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-prev:after {
  display: none;
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-next:before,
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-prev:before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-next,
  .about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-prev {
    width: 0.44rem;
    height: 0.44rem;
    bottom: calc(0.8rem / 2);
  }
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-next {
  margin-right: calc(-0.67rem - 0.2rem);
}
@media (max-width: 768px) {
  .about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-next {
    margin-right: calc(-0.44rem - 0.2rem);
  }
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-next:before {
  background: url(../images/about/icon/jt-right-def.png) no-repeat center center;
  background-size: contain;
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-next:hover {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  border-color: transparent;
}
.about-box.about-box-ygfc
  .about-box-ygfc-swiper
  .swiper-button-next:hover:before {
  background: url(../images/about/icon/jt-right-hover.png) no-repeat center
    center;
  background-size: contain;
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-prev {
  margin-left: calc(-0.67rem - 0.2rem);
}
@media (max-width: 768px) {
  .about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-prev {
    margin-left: calc(-0.44rem - 0.2rem);
  }
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-prev:before {
  background: url(../images/about/icon/jt-left-def.png) no-repeat center center;
  background-size: contain;
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-prev:hover {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  border-color: transparent;
}
.about-box.about-box-ygfc
  .about-box-ygfc-swiper
  .swiper-button-prev:hover:before {
  background: url(../images/about/icon/jt-left-hover.png) no-repeat center
    center;
  background-size: contain;
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-prev,
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-next {
  bottom: calc(-0.38rem - 0.58rem);
  margin-top: 0;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 0;
  left: 0;
  margin-left: 0;
  border: 1px solid #c3c3c3;
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-prev:before,
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-next:before {
  width: 0.3rem;
  height: 0.3rem;
}
@media (max-width: 768px) {
  .about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-prev:before,
  .about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-next:before {
    width: 0.2rem;
    height: 0.2rem;
  }
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-prev:hover,
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-next:hover {
  border-color: transparent;
}
@media (max-width: 768px) {
  .about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-prev,
  .about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-next {
    width: 0.34rem;
    height: 0.34rem;
    bottom: calc(-0.38rem - 0.34rem);
  }
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-prev:before {
  background: url(../images/about/icon/jt2-left-def.png) no-repeat center center;
  background-size: contain;
}
.about-box.about-box-ygfc
  .about-box-ygfc-swiper
  .swiper-button-prev:hover:before {
  background: url(../images/about/icon/jt2-left-hover.png) no-repeat center
    center;
  background-size: contain;
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-next {
  left: calc(0.58rem + 0.2rem);
}
@media (max-width: 768px) {
  .about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-next {
    left: calc(0.34rem + 0.2rem);
  }
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-button-next:before {
  background: url(../images/about/icon/jt2-right-def.png) no-repeat center
    center;
  background-size: contain;
}
.about-box.about-box-ygfc
  .about-box-ygfc-swiper
  .swiper-button-next:hover:before {
  background: url(../images/about/icon/jt2-right-hover.png) no-repeat center
    center;
  background-size: contain;
}
.about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-pagination {
  bottom: 0;
  text-align: left;
  padding-left: calc(0.58rem * 2 + 0.2rem + 0.2rem);
  transform: translateY(calc(0.09rem / 2));
  bottom: calc(-0.38rem - 0.58rem / 2);
  --swiper-pagination-bullet-width: 0.09rem;
  --swiper-pagination-bullet-height: 0.09rem;
}
@media (max-width: 768px) {
  .about-box.about-box-ygfc .about-box-ygfc-swiper .swiper-pagination {
    bottom: calc(-0.38rem - 0.34rem / 2);
    padding-left: calc(0.34rem * 2 + 0.2rem + 0.2rem);
  }
}
.about-box.about-box-ygfc
  .about-box-ygfc-swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  background: #c3c3c3;
}
.about-box.about-box-ygfc
  .about-box-ygfc-swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
.article img {
  max-width: 100%;
}
.a-more a {
  display: block;
  border: 1px solid #ffffff;
  height: 0.4rem;
  width: 1.2rem;
  line-height: 0.4rem;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.16rem;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .a-more a {
    font-size: 0.12rem;
    height: 0.35rem;
    width: 0.9rem;
    line-height: 0.35rem;
  }
}
.a-more a:hover {
  transform: translate(-2px, -2px);
  box-shadow: 2px 2px 1px #ffffff;
}
.ywly-box1 {
  background: url(../images/yewu/bg1.png) no-repeat top right;
}
.ywly-box1 .thead-title {
  padding-top: 1.09rem;
  padding-bottom: 1.47rem;
  text-align: left;
}
.ywly-box1 .thead-title .t1 {
  font-weight: bold;
}
.ywly-box1 .thead-title .desc {
  padding-top: 0.8em;
  font-size: 0.22rem;
  color: #666;
  font-weight: 400;
}
@media (max-width: 768px) {
  .ywly-box1 .thead-title .desc {
    font-size: 0.14rem;
  }
}
.ywly-box1 .ywly-box1-list {
  background: url(../images/yewu/bg3.png) no-repeat bottom center;
}
@media (max-width: 768px) {
  .ywly-box1 .ywly-box1-list {
    background: url(../images/yewu/bg3.png) no-repeat center center;
    background-size: cover;
  }
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box {
  display: flex;
}
@media (max-width: 768px) {
  .ywly-box1 .ywly-box1-list .ywly-box1-list-box {
    flex-wrap: wrap;
  }
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .left {
  width: 3.6rem;
  flex: 0 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .ywly-box1 .ywly-box1-list .ywly-box1-list-box .left {
    width: 100%;
    height: 2.03rem;
  }
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .left .item {
  background: url(../images/yewu/bg2.png) no-repeat top left;
  background-size: cover;
  height: calc(100% + 0.92rem);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.5rem 0.54rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .ywly-box1 .ywly-box1-list .ywly-box1-list-box .left .item {
    padding: 0.35rem 0.254rem;
  }
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .left .item .t1 {
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  font-size: 0.34rem;
  position: relative;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .ywly-box1 .ywly-box1-list .ywly-box1-list-box .left .item .t1 {
    font-size: 0.22rem;
    padding-bottom: 0.25rem;
  }
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .left .item .t1 p {
  line-height: 1;
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .left .item .t1:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #ffffff;
  left: 0;
  bottom: 0;
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .left .item .desc {
  font-weight: 400;
  color: #ffffff;
  font-size: 0.18rem;
  padding-top: 0.7rem;
}
@media (max-width: 768px) {
  .ywly-box1 .ywly-box1-list .ywly-box1-list-box .left .item .desc {
    font-size: 0.142rem;
    padding-top: 0.35rem;
  }
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .left .item .more {
  position: absolute;
  bottom: 0.5rem;
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .left .item .more a {
  display: block;
  border: 1px solid #ffffff;
  height: 0.4rem;
  width: 1.2rem;
  line-height: 0.4rem;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.16rem;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .ywly-box1 .ywly-box1-list .ywly-box1-list-box .left .item .more a {
    font-size: 0.12rem;
    height: 0.35rem;
    width: 0.9rem;
    line-height: 0.35rem;
  }
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .left .item .more a:hover {
  transform: translate(-2px, -2px);
  box-shadow: 2px 2px 1px #ffffff;
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right {
  flex: 1 1 auto;
  overflow: hidden;
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 1px;
  display: none;
}
@media (max-width: 768px) {
  .ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper2 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper2 .item {
  box-sizing: border-box;
  padding: 0.54rem 0.5rem 0.48rem 0.5rem;
  height: 2.68rem;
  background: rgba(51, 51, 51, 0.2);
  position: relative;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper2 .item {
    box-sizing: border-box;
    padding: 0.3rem 0.3rem;
    height: 1.68rem;
    overflow: hidden;
  }
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper2 .item:hover {
  box-shadow: 0px 0px 1px #ffffff;
  background: rgba(51, 51, 51, 0.8);
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper2 .item .t1 {
  font-weight: bold;
  position: relative;
  color: #ffffff;
  font-size: 0.18rem;
  padding-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper2 .item .t1 {
    font-size: 0.14rem;
    padding-bottom: 0.2rem;
  }
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper2 .item .t1 p {
  line-height: 1.4;
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper2 .item .t1:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #ffffff;
  left: 0;
  bottom: 0;
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper2 .item .more {
  position: absolute;
  bottom: 0.48rem;
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper2 .item .more a {
  display: block;
  border: 1px solid #ffffff;
  height: 0.4rem;
  width: 1.2rem;
  line-height: 0.4rem;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.16rem;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper2 .item .more a {
    font-size: 0.12rem;
    height: 0.35rem;
    width: 0.9rem;
    line-height: 0.35rem;
  }
}
.ywly-box1
  .ywly-box1-list
  .ywly-box1-list-box
  .right
  .swiper2
  .item
  .more
  a:hover {
  transform: translate(-2px, -2px);
  box-shadow: 2px 2px 1px #ffffff;
}
@media (max-width: 768px) {
  .ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper2 .item .more {
    bottom: 0.24rem;
  }
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper2 .item .more a {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ywly-box1
  .ywly-box1-list
  .ywly-box1-list-box
  .right
  .swiper2
  .item
  .more
  a:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 2px 2px 1px rgba(255, 255, 255, 0.5);
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper1 {
  position: relative;
}
@media (max-width: 768px) {
  .ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper1 {
    display: none;
  }
}
.ywly-box1
  .ywly-box1-list
  .ywly-box1-list-box
  .right
  .swiper1
  .swiper-button-next::after,
.ywly-box1
  .ywly-box1-list
  .ywly-box1-list-box
  .right
  .swiper1
  .swiper-button-prev::after {
  font-size: 0.24rem;
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper1 .swiper {
  height: 100%;
}
.ywly-box1
  .ywly-box1-list
  .ywly-box1-list-box
  .right
  .swiper1
  .swiper
  .swiper-slide {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 1px;
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper1 .item {
  box-sizing: border-box;
  padding: 0.54rem 0.5rem 0.48rem 0.5rem;
  height: 2.68rem;
  background: rgba(51, 51, 51, 0.2);
  position: relative;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper1 .item {
    box-sizing: border-box;
    padding: 0.3rem 0.3rem;
    height: 1.68rem;
    overflow: hidden;
  }
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper1 .item:hover {
  box-shadow: 0px 0px 1px #ffffff;
  background: rgba(51, 51, 51, 0.8);
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper1 .item .t1 {
  font-weight: bold;
  position: relative;
  color: #ffffff;
  font-size: 0.18rem;
  padding-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper1 .item .t1 {
    font-size: 0.14rem;
    padding-bottom: 0.2rem;
  }
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper1 .item .t1 p {
  line-height: 1.4;
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper1 .item .t1:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #ffffff;
  left: 0;
  bottom: 0;
  display: none;
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper1 .item .more {
  position: absolute;
  bottom: 0.48rem;
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper1 .item .more a {
  display: block;
  border: 1px solid #ffffff;
  height: 0.4rem;
  width: 1.2rem;
  line-height: 0.4rem;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.16rem;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper1 .item .more a {
    font-size: 0.12rem;
    height: 0.35rem;
    width: 0.9rem;
    line-height: 0.35rem;
  }
}
.ywly-box1
  .ywly-box1-list
  .ywly-box1-list-box
  .right
  .swiper1
  .item
  .more
  a:hover {
  transform: translate(-2px, -2px);
  box-shadow: 2px 2px 1px #ffffff;
}
@media (max-width: 768px) {
  .ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper1 .item .more {
    bottom: 0.24rem;
  }
}
.ywly-box1 .ywly-box1-list .ywly-box1-list-box .right .swiper1 .item .more a {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ywly-box1
  .ywly-box1-list
  .ywly-box1-list-box
  .right
  .swiper1
  .item
  .more
  a:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 2px 2px 1px rgba(255, 255, 255, 0.5);
}
.ywly-box2 .thead-title {
  padding-top: 1rem;
  padding-bottom: 0.7rem;
}
@media (max-width: 768px) {
  .ywly-box2 .thead-title {
    padding-top: calc(1rem / 2);
    padding-bottom: calc(0.7rem / 2);
  }
}
.ywly-box2 .ywly-box2-swiper {
  position: relative;
  height: calc(1.8rem * 5 + 0.4rem * 6);
  padding-bottom: 2.17rem;
}
@media (max-width: 768px) {
  .ywly-box2 .ywly-box2-swiper {
    height: calc(0.6rem * 4 + 0.4rem * 6);
    padding-bottom: calc(2.17rem / 2);
  }
}
.ywly-box2 .ywly-box2-swiper .swiper {
  height: 100%;
}
.ywly-box2 .ywly-box2-swiper .swiper .swiper-slide {
  height: calc((100% - 30px) / 5);
}
@media (max-width: 768px) {
  .ywly-box2 .ywly-box2-swiper .swiper .swiper-slide {
    height: calc((100% - 30px) / 4);
  }
}
.ywly-box2 .ywly-box2-swiper .swiper-button-next,
.ywly-box2 .ywly-box2-swiper .swiper-button-prev {
  z-index: 33;
  width: 0.67rem;
  height: 0.67rem;
  border-radius: 100%;
  bottom: 0.8rem;
  top: auto;
  margin-top: 0;
  left: 50%;
  outline: none;
  background: rgba(42, 42, 42, 0);
  border: 1px solid #999999;
  opacity: 1 !important;
}
.ywly-box2 .ywly-box2-swiper .swiper-button-next:after,
.ywly-box2 .ywly-box2-swiper .swiper-button-prev:after {
  display: none;
}
.ywly-box2 .ywly-box2-swiper .swiper-button-next:before,
.ywly-box2 .ywly-box2-swiper .swiper-button-prev:before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .ywly-box2 .ywly-box2-swiper .swiper-button-next,
  .ywly-box2 .ywly-box2-swiper .swiper-button-prev {
    width: 0.44rem;
    height: 0.44rem;
    bottom: calc(0.8rem / 2);
  }
}
.ywly-box2 .ywly-box2-swiper .swiper-button-next {
  margin-right: calc(-0.67rem - 0.2rem);
}
@media (max-width: 768px) {
  .ywly-box2 .ywly-box2-swiper .swiper-button-next {
    margin-right: calc(-0.44rem - 0.2rem);
  }
}
.ywly-box2 .ywly-box2-swiper .swiper-button-next:before {
  background: url(../images/about/icon/jt-right-def.png) no-repeat center center;
  background-size: contain;
}
.ywly-box2 .ywly-box2-swiper .swiper-button-next:hover {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  border-color: transparent;
}
.ywly-box2 .ywly-box2-swiper .swiper-button-next:hover:before {
  background: url(../images/about/icon/jt-right-hover.png) no-repeat center
    center;
  background-size: contain;
}
.ywly-box2 .ywly-box2-swiper .swiper-button-prev {
  margin-left: calc(-0.67rem - 0.2rem);
}
@media (max-width: 768px) {
  .ywly-box2 .ywly-box2-swiper .swiper-button-prev {
    margin-left: calc(-0.44rem - 0.2rem);
  }
}
.ywly-box2 .ywly-box2-swiper .swiper-button-prev:before {
  background: url(../images/about/icon/jt-left-def.png) no-repeat center center;
  background-size: contain;
}
.ywly-box2 .ywly-box2-swiper .swiper-button-prev:hover {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  border-color: transparent;
}
.ywly-box2 .ywly-box2-swiper .swiper-button-prev:hover:before {
  background: url(../images/about/icon/jt-left-hover.png) no-repeat center
    center;
  background-size: contain;
}
.ywly-box2 .ywly-box2-swiper .swiper-button-next,
.ywly-box2 .ywly-box2-swiper .swiper-button-prev {
  bottom: 1.2rem;
}
@media (max-width: 768px) {
  .ywly-box2 .ywly-box2-swiper .swiper-button-next,
  .ywly-box2 .ywly-box2-swiper .swiper-button-prev {
    bottom: calc(1.2rem / 2);
  }
}
.ywly-box2 .ywly-box2-swiper .item {
  height: 100%;
  padding: 0.2rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .ywly-box2 .ywly-box2-swiper .item {
    padding: 10px;
  }
}
.ywly-box2 .ywly-box2-swiper .item a {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.05);
}
.ywly-box2 .ywly-box2-swiper .item a:hover {
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
}
.ywly-box2 .ywly-box2-swiper .item a:hover p {
  opacity: 0.9;
}
.ywly-box2 .ywly-box2-swiper .item a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ywly-box2 .ywly-box2-swiper .item a p {
  font-weight: bold;
  color: #ffffff;
  opacity: 0;
  font-size: 0.28rem;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .ywly-box2 .ywly-box2-swiper .item a p {
    font-size: 0.14rem;
  }
}
.kjcx-box1 .thead-title {
  padding-top: 1.95rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .kjcx-box1 .thead-title {
    padding-top: calc(1.95rem / 2);
    padding-bottom: calc(0.6rem / 2);
  }
}
.kjcx-box1 .list {
  background: url(../images/kjcx/bg2.png) no-repeat center center;
  height: 7.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .kjcx-box1 .list {
    height: 5rem;
  }
}
.kjcx-box1 .list .list-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.kjcx-box1 .list .list-bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.kjcx-box1 .list .list-bg img.active {
  opacity: 1;
  z-index: 2;
}
.kjcx-box1 .list .jia-container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.kjcx-box1 .list ul {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
  .kjcx-box1 .list ul {
    grid-template-columns: 1fr;
  }
}
.kjcx-box1 .list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .kjcx-box1 .list ul li {
    justify-content: flex-start;
  }
}
.kjcx-box1 .list ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .kjcx-box1 .list ul li:before {
    right: 0;
    bottom: auto;
    width: 100%;
    height: 1px;
  }
}
.kjcx-box1 .list ul li:last-child:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .kjcx-box1 .list ul li:last-child:after {
    display: none;
  }
}
.kjcx-box1 .list ul li:hover {
  background: url(../images/kjcx/bg1.png) no-repeat left bottom;
  background-size: cover;
}
.kjcx-box1 .list ul li a {
  text-align: center;
}
@media (max-width: 768px) {
  .kjcx-box1 .list ul li a {
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
}
.kjcx-box1 .list ul li a .img img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .kjcx-box1 .list ul li a .img img {
    width: 0.3rem;
    height: 0.3rem;
    object-fit: contain;
    margin-right: 0.2rem;
  }
}
.kjcx-box1 .list ul li a .txt {
  padding-top: 0.33rem;
  font-weight: 500;
  color: #ffffff;
  font-size: 0.24rem;
}
@media (max-width: 768px) {
  .kjcx-box1 .list ul li a .txt {
    padding-top: 0;
    font-size: 0.18rem;
  }
}
.kjcx-box1 .list ul li a .txt p {
  line-height: 1;
}
.kjcx-box2 {
  padding: 1.74rem 0;
  background-color: #f3fbfe;
}
@media (max-width: 768px) {
  .kjcx-box2 {
    padding: calc(1.74rem / 2) 0;
  }
}
.kjcx-box2 .kjcx-box2-main {
  display: flex;
}
@media (max-width: 768px) {
  .kjcx-box2 .kjcx-box2-main {
    flex-direction: column;
  }
}
.kjcx-box2 .kjcx-box2-main .left {
  flex: 1 1 auto;
  padding-right: 0.88rem;
}
@media (max-width: 768px) {
  .kjcx-box2 .kjcx-box2-main .left {
    padding-right: 0;
    order: 2;
  }
}
.kjcx-box2 .kjcx-box2-main .left .item .tit {
  padding: 0.3em 0;
  font-weight: bold;
  color: #333333;
  font-size: 0.26rem;
}
@media (max-width: 768px) {
  .kjcx-box2 .kjcx-box2-main .left .item .tit {
    font-size: 0.18rem;
  }
}
.kjcx-box2 .kjcx-box2-main .left .item .tit b,
.kjcx-box2 .kjcx-box2-main .left .item .tit strong {
  color: #31ab89;
}
.kjcx-box2 .kjcx-box2-main .left .item .tit p {
  line-height: 1.8;
}
.kjcx-box2 .kjcx-box2-main .left .item .desc {
  border: 1px dashed rgba(153, 153, 153, 0.25);
  padding: 0.45rem;
  font-weight: 400;
  color: rgba(153, 153, 153, 0.95);
  font-size: 0.16rem;
  margin-top: 0.45rem;
}
@media (max-width: 768px) {
  .kjcx-box2 .kjcx-box2-main .left .item .tit p {
    font-size: 0.14rem;
  }
  .kjcx-box2 .kjcx-box2-main .left .item .desc {
    padding: 0.2rem;
    font-size: 0.12rem;
  }
}
.kjcx-box2 .kjcx-box2-main .left .item .t2 {
  font-weight: 500;
  color: #333333;
  font-size: 0.3rem;
  padding: 0.6rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .kjcx-box2 .kjcx-box2-main .left .item .t2 {
    font-size: 0.16rem;
    padding: 0.4rem 0;
  }
}
.kjcx-box2 .kjcx-box2-main .left .item .t2 p {
  line-height: 1;
}
.kjcx-box2 .kjcx-box2-main .left .item .t2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background: url(../images/about/1.png) no-repeat center center;
  background-size: contain;
  width: 0.4rem;
  height: 0.25rem;
}
@media (max-width: 768px) {
  .kjcx-box2 .kjcx-box2-main .left .item .t2:after {
    width: 0.2rem;
    height: 0.14rem;
  }
}
.kjcx-box2 .kjcx-box2-main .left .item .article {
  font-size: 0.21rem;
  font-weight: 400;
  color: #666666;
  padding: 0.15rem 0;
  text-align: justify;
}
@media (max-width: 768px) {
  .kjcx-box2 .kjcx-box2-main .left .item .article {
    font-size: 0.12rem;
  }
}
.kjcx-box2 .kjcx-box2-main .left .item .article p {
  margin: 1.6em 0;
}
.kjcx-box2 .kjcx-box2-main .left .item .num {
  padding: 0.3rem 0;
}
.kjcx-box2 .kjcx-box2-main .left .item .num ul {
  display: flex;
}
.kjcx-box2 .kjcx-box2-main .left .item .num ul li .num-item .number span {
  background-image: linear-gradient(to right, #68b548, #00a2c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: din_b;
  font-weight: 500;
  color: #333333;
  font-size: 0.64rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .kjcx-box2 .kjcx-box2-main .left .item .num ul li .num-item .number span {
    font-size: 0.45rem;
  }
}
.kjcx-box2 .kjcx-box2-main .left .item .num ul li .num-item .number small {
  font-weight: 400;
  color: #333333;
  font-size: 0.22rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .kjcx-box2 .kjcx-box2-main .left .item .num ul li .num-item .number small {
    font-size: 0.12rem;
  }
}
.kjcx-box2 .kjcx-box2-main .left .item .num ul li .num-item p {
  font-weight: 400;
  color: #333333;
  font-size: 0.2rem;
}
@media (max-width: 768px) {
  .kjcx-box2 .kjcx-box2-main .left .item .num ul li .num-item p {
    font-size: 0.14rem;
  }
}
.kjcx-box2 .kjcx-box2-main .left .item .num ul li + li {
  position: relative;
  padding-left: 1.16rem;
}
@media (max-width: 768px) {
  .kjcx-box2 .kjcx-box2-main .left .item .num ul li + li {
    padding-left: 50px;
  }
}
.kjcx-box2 .kjcx-box2-main .left .item .num ul li + li:before {
  position: absolute;
  content: '';
  width: 1px;
  top: 15px;
  bottom: 5px;
  left: 0.7rem;
  background: rgba(190, 190, 190, 0.34);
}
@media (max-width: 768px) {
  .kjcx-box2 .kjcx-box2-main .left .item .num ul li + li:before {
    left: 30px;
  }
}
.kjcx-box2 .kjcx-box2-main .right {
  flex: 0 0 auto;
  width: 5.78rem;
}
@media (max-width: 768px) {
  .kjcx-box2 .kjcx-box2-main .right {
    width: 100%;
    order: 0;
  }
}
.kjcx-box2 .kjcx-box2-main .right .item {
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  position: relative;
  padding-top: 0.56rem;
}
.kjcx-box2 .kjcx-box2-main .right .item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  box-shadow: 0px 0 25px 4px rgba(0, 0, 0, 0.04);
  z-index: 1;
  opacity: 0.5;
}
.kjcx-box2 .kjcx-box2-main .right .item .img {
  text-align: center;
  position: relative;
  z-index: 3;
}
.kjcx-box2 .kjcx-box2-main .right .item .img img {
  max-width: 100%;
}
.kjcx-box2 .kjcx-box2-main .right .item .txt {
  padding-bottom: 1rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .kjcx-box2 .kjcx-box2-main .right .item .txt {
    padding-bottom: calc(1rem / 2);
  }
}
.kjcx-box2 .kjcx-box2-main .right .item .txt .t1 {
  line-height: 1;
  padding-top: 0.48rem;
  padding-bottom: 0.48rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .kjcx-box2 .kjcx-box2-main .right .item .txt .t1 {
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
  }
}
.kjcx-box2 .kjcx-box2-main .right .item .txt .t1 h2 {
  line-height: 1;
  padding: 0;
  margin: 0;
  font-weight: 500;
  color: #333333;
  font-size: 0.26rem;
  position: relative;
  padding-right: 0.2rem;
  margin-right: 0.2rem;
}
.kjcx-box2 .kjcx-box2-main .right .item .txt .t1 h2:after {
  width: 4px;
  height: 22px;
  background: linear-gradient(-4deg, #00a2c4, #68b548);
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.kjcx-box2 .kjcx-box2-main .right .item .txt .t1 p {
  line-height: 1;
}
.kjcx-box2 .kjcx-box2-main .right .item .txt .t1 span {
  font-weight: 400;
  color: #333333;
  font-size: 0.18rem;
}
.kjcx-box2 .kjcx-box2-main .right .item .txt .desc {
  padding: 0 0.65rem;
}
@media (max-width: 768px) {
  .kjcx-box2 .kjcx-box2-main .right .item .txt .desc {
    padding: 0 20px;
  }
}
.kjcx-box2 .kjcx-box2-main .right .item .txt .desc ul li {
  font-weight: 400;
  color: #999999;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0.4em 0;
}
@media (max-width: 768px) {
  .kjcx-box2 .kjcx-box2-main .right .item .txt .desc ul li {
    font-size: 0.14rem;
  }
}
.kjcx-box2 .kjcx-box2-main .right .item .txt .desc ul li:before {
  width: 0.11rem;
  height: 0.11rem;
  content: '';
  background: url(../images/kjcx/icon/dian.png) no-repeat center center;
  background-size: contain;
  display: block;
  margin-right: 0.2rem;
  flex: 0 0 auto;
}
.kjcx-box4 {
  background-color: #f3f3f3;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .kjcx-box4 {
    padding-top: 1rem;
  }
}
.kjcx-box4 .kjcx-box4-main {
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  .kjcx-box4 .kjcx-box4-main {
    flex-direction: column;
  }
}
.kjcx-box4 .kjcx-box4-main .thead-title {
  position: absolute;
  left: calc(9.4rem + 0.6rem);
  top: 0;
  text-align: left;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .kjcx-box4 .kjcx-box4-main .thead-title {
    position: relative;
    left: auto;
    top: auto;
    flex: 0 0 auto;
    width: 100%;
    padding-bottom: 0.34rem;
  }
}
.kjcx-box4 .kjcx-box4-main .thead-title .desc {
  font-size: 0.22rem;
  color: rgba(51, 51, 51, 0.5);
}
@media (max-width: 768px) {
  .kjcx-box4 .kjcx-box4-main .thead-title .desc {
    font-size: 0.12rem;
  }
}
.kjcx-box4 .kjcx-box4-main .thead-title:after {
  content: '';
  background: url(../images/about/1.png) no-repeat center center;
  background-size: contain;
  width: 0.44rem;
  height: 0.25rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .kjcx-box4 .kjcx-box4-main .thead-title:after {
    width: 0.22rem;
    height: 0.15rem;
  }
}
.kjcx-box4 .kjcx-box4-main .left {
  flex: 0 0 auto;
  width: 9.4rem;
  position: relative;
}
@media (max-width: 768px) {
  .kjcx-box4 .kjcx-box4-main .left {
    width: 100%;
    height: 2rem;
    padding-top: 0.4rem;
  }
}
.kjcx-box4 .kjcx-box4-main .left .swiper {
  position: absolute;
  left: 0;
  right: 0;
  height: calc(100% + 0.9rem);
}
.kjcx-box4 .kjcx-box4-main .left .swiper .swiper-button-next,
.kjcx-box4 .kjcx-box4-main .left .swiper .swiper-button-prev {
  display: none;
}
.kjcx-box4 .kjcx-box4-main .left .swiper .swiper-pagination {
  bottom: calc(0.9rem / 2);
  transform: translateY(10px);
  text-align: right;
  right: 0.3rem;
  width: auto;
}
@media (max-width: 768px) {
  .kjcx-box4 .kjcx-box4-main .left .swiper .swiper-pagination {
    bottom: calc(0.6rem / 2);
    bottom: calc(0.6rem + 0.2rem);
    right: 0;
    text-align: center;
  }
}
.kjcx-box4
  .kjcx-box4-main
  .left
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .kjcx-box4
    .kjcx-box4-main
    .left
    .swiper
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
  }
}
.kjcx-box4
  .kjcx-box4-main
  .left
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.kjcx-box4 .kjcx-box4-main .left .swiper .item {
  height: 100%;
}
.kjcx-box4 .kjcx-box4-main .left .swiper .item a {
  display: block;
  height: 100%;
  position: relative;
}
.kjcx-box4 .kjcx-box4-main .left .swiper .item .img {
  overflow: hidden;
  height: calc(5.9rem);
}
.kjcx-box4 .kjcx-box4-main .left .swiper .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kjcx-box4 .kjcx-box4-main .left .swiper .item .txt {
  height: 0.9rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.24rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 33;
  padding-left: 0.47rem;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
@media (max-width: 768px) {
  .kjcx-box4 .kjcx-box4-main .left .swiper .item .txt {
    font-size: 0.16rem;
    height: 0.6rem;
    padding-left: 0.24rem;
  }
}
.kjcx-box4 .kjcx-box4-main .right {
  flex: 1 1 auto;
  padding-left: 0.6rem;
  padding-top: 1.8rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .kjcx-box4 .kjcx-box4-main .right {
    padding-left: 5px;
    padding-top: 1.5rem;
    padding-bottom: 0.2rem;
  }
}
.kjcx-box4 .kjcx-box4-main .right ul li {
  position: relative;
}
.kjcx-box4 .kjcx-box4-main .right ul li:hover:after,
.kjcx-box4 .kjcx-box4-main .right ul li.active:after {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
.kjcx-box4 .kjcx-box4-main .right ul li:hover a,
.kjcx-box4 .kjcx-box4-main .right ul li.active a {
  background-image: linear-gradient(to right, #68b548, #00a2c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kjcx-box4 .kjcx-box4-main .right ul li:before {
  position: absolute;
  content: '';
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  width: 8.5px;
  height: 8.5px;
  transform: rotate(45deg) translate(-50%, 0);
  top: 50%;
  left: 10px;
}
.kjcx-box4 .kjcx-box4-main .right ul li:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  transition: all ease-in-out 0.3s;
  background: rgba(195, 195, 195, 0.4);
}
.kjcx-box4 .kjcx-box4-main .right ul li a {
  font-weight: 400;
  color: #333;
  font-size: 0.22rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  transition: all ease-in-out 0.3s;
  display: block;
  line-height: 1;
  padding: 0.6em 0;
  padding-left: 0.32rem;
}
@media (max-width: 768px) {
  .kjcx-box4 .kjcx-box4-main .right ul li a {
    font-size: 0.16rem;
  }
}
.kjcx-box4-2 {
  padding-top: 2.39rem;
  padding-bottom: 1.88rem;
}
@media (max-width: 768px) {
  .kjcx-box4-2 {
    padding-top: 0.509rem;
    padding-bottom: 1rem;
  }
}
.kjcx-box4-2 .thead-title {
  padding-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .kjcx-box4-2 .thead-title {
    padding-bottom: 0.4rem;
  }
}
.kjcx-box4-2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.56rem;
}
@media (max-width: 768px) {
  .kjcx-box4-2 .list {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.kjcx-box4-2 .list .item:hover .img img {
  transform: scale(1.1);
}
.kjcx-box4-2 .list .item:hover .txt {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  color: #ffffff;
}
.kjcx-box4-2 .list .item:hover .txt:after {
  background: url(../images/kjcx/icon/jt2s.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
}
.kjcx-box4-2 .list .item a {
  display: block;
  height: 100%;
  position: relative;
}
.kjcx-box4-2 .list .item .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kjcx-box4-2 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.kjcx-box4-2 .list .item .txt {
  height: 0.78rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  background-color: #fff;
  color: #666666;
  font-size: 0.22rem;
  padding-left: 0.4rem;
  position: relative;
  box-shadow: 0px 7px 23px 4px rgba(0, 0, 0, 0.04);
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .kjcx-box4-2 .list .item .txt {
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    font-size: 0.14rem;
    padding-left: 0.2rem;
    height: 0.55rem;
  }
}
.kjcx-box4-2 .list .item .txt:after {
  position: absolute;
  content: '';
  background: url(../images/kjcx/icon/jt2.png) no-repeat center center;
  background-size: contain;
  width: 0.25rem;
  height: 0.2rem;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .kjcx-box4-2 .list .item .txt:after {
    right: 0.2rem;
  }
}
.gcal-box1 {
  position: relative;
  padding-top: 1.84rem;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .gcal-box1 {
    padding-top: 1rem;
  }
}
.gcal-box1 .gcal-box1-bg {
  height: 60%;
  background-color: #f3f3f3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 1.64rem;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-bg {
    height: 30%;
  }
}
.gcal-box1 .gcal-box1-bg .t1 {
  font-size: 2.2rem;
  font-family: Microsoft YaHei UI;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.07);
  line-height: 1;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-bg .t1 {
    font-size: 1rem;
  }
}
.gcal-box1 .gcal-box1-swiper2 {
  overflow: hidden;
  position: relative;
}
.gcal-box1 .gcal-box1-swiper2 .jia-container {
  position: relative;
  height: 1rem;
}
.gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-next,
.gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-prev {
  z-index: 33;
  width: 0.67rem;
  height: 0.67rem;
  border-radius: 100%;
  bottom: 0.8rem;
  top: auto;
  margin-top: 0;
  left: 50%;
  outline: none;
  background: rgba(42, 42, 42, 0);
  border: 1px solid #999999;
  opacity: 1 !important;
}
.gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-next:after,
.gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-prev:after {
  display: none;
}
.gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-next:before,
.gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-prev:before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-next,
  .gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-prev {
    width: 0.44rem;
    height: 0.44rem;
    bottom: calc(0.8rem / 2);
  }
}
.gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-next {
  margin-right: calc(-0.67rem - 0.2rem);
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-next {
    margin-right: calc(-0.44rem - 0.2rem);
  }
}
.gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-next:before {
  background: url(../images/about/icon/jt-right-def.png) no-repeat center center;
  background-size: contain;
}
.gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-next:hover {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  border-color: transparent;
}
.gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-next:hover:before {
  background: url(../images/about/icon/jt-right-hover.png) no-repeat center
    center;
  background-size: contain;
}
.gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-prev {
  margin-left: calc(-0.67rem - 0.2rem);
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-prev {
    margin-left: calc(-0.44rem - 0.2rem);
  }
}
.gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-prev:before {
  background: url(../images/about/icon/jt-left-def.png) no-repeat center center;
  background-size: contain;
}
.gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-prev:hover {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  border-color: transparent;
}
.gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-prev:hover:before {
  background: url(../images/about/icon/jt-left-hover.png) no-repeat center
    center;
  background-size: contain;
}
.gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-next,
.gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-prev {
  top: 0;
  left: auto;
  right: 0;
}
.gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-next {
  margin-right: 0;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-next {
    margin-right: 0.2rem;
  }
}
.gcal-box1 .gcal-box1-swiper2 .jia-container .swiper-button-prev {
  margin-right: calc(0.67rem + 0.2rem);
}
.gcal-box1 .gcal-box1-swiper2 .swiper1 {
  width: 14.4rem;
  overflow: initial;
  margin: 0 auto;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .swiper1 {
    width: 80%;
  }
}
.gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide {
  width: 14.4rem;
  transform: scale(0.9);
  transition: 300ms;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide {
    width: 80%;
  }
}
.gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide.swiper-slide-active,
.gcal-box1
  .gcal-box1-swiper2
  .swiper1
  .swiper-slide.swiper-slide-duplicate-active {
  transform: scale(1);
}
.gcal-box1
  .gcal-box1-swiper2
  .swiper1
  .swiper-slide.swiper-slide-active
  .item:after,
.gcal-box1
  .gcal-box1-swiper2
  .swiper1
  .swiper-slide.swiper-slide-duplicate-active
  .item:after {
  opacity: 0;
}
.gcal-box1
  .gcal-box1-swiper2
  .swiper1
  .swiper-slide.swiper-slide-active
  .item
  .txt,
.gcal-box1
  .gcal-box1-swiper2
  .swiper1
  .swiper-slide.swiper-slide-duplicate-active
  .item
  .txt {
  opacity: 1;
}
.gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide .item {
  position: relative;
  height: 100%;
}
.gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide .item:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.89);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
.gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide .item .img {
  overflow: hidden;
  height: 5.7rem;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide .item .img {
    height: 2.7rem;
  }
}
.gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide .item .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/gcal/bg1.png) no-repeat left center;
  background-size: cover;
  opacity: 0;
  box-sizing: border-box;
  padding: 0 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide .item .txt {
    padding: 0 20px;
  }
}
.gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide .item .txt .t1 {
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  font-size: 0.32rem;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide .item .txt .t1 {
    font-size: 0.18rem;
  }
}
.gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide .item .txt .desc {
  padding-top: 0.4rem;
  width: 4.2rem;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.18rem;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide .item .txt .desc {
    font-size: 0.12rem;
    padding-top: 0.2rem;
    width: 70%;
  }
}
.gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide .item .txt .more {
  padding-top: 0.6rem;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide .item .txt .more {
    padding-top: 0.2rem;
  }
}
.gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide .item .txt .more a {
  width: 2.2rem;
  height: 0.6rem;
  border-radius: 10em;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide .item .txt .more a:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide .item .txt .more a {
    width: 1.02rem;
    height: 0.3rem;
  }
}
.gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide .item .txt .more a span {
  font-size: 0.22rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  background: linear-gradient(-90deg, #68b638 0%, #06a0d1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide .item .txt .more a span {
    font-size: 0.12rem;
  }
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .swiper1 {
    padding-top: 0.5rem;
  }
}
.gcal-box1 .gcal-box1-swiper2 .swiper1 .swiper-slide {
  transform: none;
}
.gcal-box1 .gcal-box1-swiper2 .swiper1 .item::after {
  display: none;
}
.gcal-box1 .gcal-box1-swiper2 .swiper1 .item:after {
  opacity: 0;
}
.gcal-box1 .gcal-box1-swiper2 .swiper1 .item .txt {
  opacity: 1 !important;
}
.gcal-box1 .gcal-box1-swiper2 .swiper {
  width: 14.4rem;
  overflow: initial;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .swiper {
    width: 80%;
  }
}
.gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide {
  width: 14.4rem;
  transform: scale(0.9);
  transition: 300ms;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide {
    width: 80%;
  }
}
.gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide.swiper-slide-active,
.gcal-box1
  .gcal-box1-swiper2
  .swiper
  .swiper-slide.swiper-slide-duplicate-active {
  transform: scale(1);
}
.gcal-box1
  .gcal-box1-swiper2
  .swiper
  .swiper-slide.swiper-slide-active
  .item:after,
.gcal-box1
  .gcal-box1-swiper2
  .swiper
  .swiper-slide.swiper-slide-duplicate-active
  .item:after {
  opacity: 0;
}
.gcal-box1
  .gcal-box1-swiper2
  .swiper
  .swiper-slide.swiper-slide-active
  .item
  .txt,
.gcal-box1
  .gcal-box1-swiper2
  .swiper
  .swiper-slide.swiper-slide-duplicate-active
  .item
  .txt {
  opacity: 1;
}
.gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide .item {
  position: relative;
  height: 100%;
}
.gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide .item:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.89);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
.gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide .item .img {
  overflow: hidden;
  height: 5.7rem;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide .item .img {
    height: 2.7rem;
  }
}
.gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide .item .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/gcal/bg1.png) no-repeat left center;
  background-size: cover;
  opacity: 0;
  box-sizing: border-box;
  padding: 0 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide .item .txt {
    padding: 0 20px;
  }
}
.gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide .item .txt .t1 {
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  font-size: 0.32rem;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide .item .txt .t1 {
    font-size: 0.18rem;
  }
}
.gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide .item .txt .desc {
  padding-top: 0.4rem;
  width: 4.2rem;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.18rem;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide .item .txt .desc {
    font-size: 0.12rem;
    padding-top: 0.2rem;
    width: 70%;
  }
}
.gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide .item .txt .more {
  padding-top: 0.6rem;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide .item .txt .more {
    padding-top: 0.2rem;
  }
}
.gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide .item .txt .more a {
  width: 2.2rem;
  height: 0.6rem;
  border-radius: 10em;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide .item .txt .more a:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide .item .txt .more a {
    width: 1.02rem;
    height: 0.3rem;
  }
}
.gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide .item .txt .more a span {
  font-size: 0.22rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  background: linear-gradient(-90deg, #68b638 0%, #06a0d1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper2 .swiper .swiper-slide .item .txt .more a span {
    font-size: 0.12rem;
  }
}
.gcal-box1
  .gcal-box1-swiper1
  .swiper1
  .swiper-slide.swiper-slide-thumb-active
  .item::before {
  width: 100%;
}
.gcal-box1
  .gcal-box1-swiper1
  .swiper1
  .swiper-slide.swiper-slide-thumb-active
  .item
  a:before {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
.gcal-box1
  .gcal-box1-swiper1
  .swiper1
  .swiper-slide.swiper-slide-thumb-active
  .item
  a
  span {
  line-height: 1;
  background-image: linear-gradient(to right, #68b548, #00a2c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gcal-box1 .gcal-box1-swiper1 .swiper1 .swiper-slide .item {
  position: relative;
}
.gcal-box1 .gcal-box1-swiper1 .swiper1 .swiper-slide .item::before {
  position: absolute;
  content: '';
  height: 0.02rem;
  left: 0;
  width: 0;
  bottom: 0;
  z-index: 2;
  transition: all ease-in-out 0.3s;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
.gcal-box1 .gcal-box1-swiper1 .swiper1 .swiper-slide .item::after {
  position: absolute;
  content: '';
  height: 0.02rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: #cacaca;
}
.gcal-box1 .gcal-box1-swiper1 .swiper1 .swiper-slide .item:hover::before {
  width: 100%;
}
.gcal-box1 .gcal-box1-swiper1 .swiper1 .swiper-slide .item a {
  font-size: 0.26rem;
  font-size: 0.2rem;
  padding: 1.2em 0;
  display: block;
  line-height: 1;
  position: relative;
  padding-left: 0.64rem;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper1 .swiper1 .swiper-slide .item a {
    font-size: 0.18rem;
    padding-left: 0.35rem;
    font-size: 0.12rem;
  }
}
.gcal-box1 .gcal-box1-swiper1 .swiper1 .swiper-slide .item a:before {
  position: absolute;
  content: '';
  width: 0.15rem;
  height: 0.15rem;
  top: 50%;
  background: rgba(155, 154, 154, 0.3);
  left: 10px;
  box-shadow: 0px 11px 39px 4px rgba(0, 0, 0, 0.16);
  transform: rotate(45deg) translateY(-50%);
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper1 .swiper1 .swiper-slide .item a:before {
    width: 0.1rem;
    height: 0.1rem;
  }
}
.gcal-box1 .gcal-box1-swiper1 .swiper1 .swiper-slide .item a span {
  font-weight: bold;
  line-height: 1;
  color: #333333;
}
.gcal-box1
  .gcal-box1-swiper1
  .swiper
  .swiper-slide.swiper-slide-thumb-active
  .item::before {
  width: 100%;
}
.gcal-box1
  .gcal-box1-swiper1
  .swiper
  .swiper-slide.swiper-slide-thumb-active
  .item
  a:before {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
.gcal-box1
  .gcal-box1-swiper1
  .swiper
  .swiper-slide.swiper-slide-thumb-active
  .item
  a
  span {
  line-height: 1;
  background-image: linear-gradient(to right, #68b548, #00a2c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gcal-box1 .gcal-box1-swiper1 .swiper .swiper-slide .item {
  position: relative;
}
.gcal-box1 .gcal-box1-swiper1 .swiper .swiper-slide .item::before {
  position: absolute;
  content: '';
  height: 0.02rem;
  left: 0;
  width: 0;
  bottom: 0;
  z-index: 2;
  transition: all ease-in-out 0.3s;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
.gcal-box1 .gcal-box1-swiper1 .swiper .swiper-slide .item::after {
  position: absolute;
  content: '';
  height: 0.02rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: #cacaca;
}
.gcal-box1 .gcal-box1-swiper1 .swiper .swiper-slide .item:hover::before {
  width: 100%;
}
.gcal-box1 .gcal-box1-swiper1 .swiper .swiper-slide .item a {
  font-size: 0.26rem;
  font-size: 0.2rem;
  padding: 1.2em 0;
  display: block;
  line-height: 1;
  position: relative;
  padding-left: 0.64rem;
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper1 .swiper .swiper-slide .item a {
    font-size: 0.18rem;
    padding-left: 0.35rem;
    font-size: 0.12rem;
  }
}
.gcal-box1 .gcal-box1-swiper1 .swiper .swiper-slide .item a:before {
  position: absolute;
  content: '';
  width: 0.15rem;
  height: 0.15rem;
  top: 50%;
  background: rgba(155, 154, 154, 0.3);
  left: 10px;
  box-shadow: 0px 11px 39px 4px rgba(0, 0, 0, 0.16);
  transform: rotate(45deg) translateY(-50%);
}
@media (max-width: 768px) {
  .gcal-box1 .gcal-box1-swiper1 .swiper .swiper-slide .item a:before {
    width: 0.1rem;
    height: 0.1rem;
  }
}
.gcal-box1 .gcal-box1-swiper1 .swiper .swiper-slide .item a span {
  font-weight: bold;
  line-height: 1;
  color: #333333;
}
.gcal-box2 {
  padding-top: 1.03rem;
  padding-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .gcal-box2 {
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
  }
}
.gcal-box2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0.45rem;
  grid-row-gap: 0.6rem;
}
.gcal-box2 .list .item {
  overflow: hidden;
}
@media (max-width: 768px) {
  .gcal-box2 .list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0.45rem;
    grid-row-gap: 0.2rem;
  }
}
.gcal-box2 .list .item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.gcal-box2 .list .item:hover .img img {
  transform: scale(1.1);
}
.gcal-box2 .list .item:hover .img .hover {
  opacity: 1;
  z-index: 3;
}
.gcal-box2 .list .item .img {
  height: 2.8rem;
  overflow: hidden;
  position: relative;
  flex: 0 0 auto;
}
.gcal-box2 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.gcal-box2 .list .item .img .hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  z-index: -1;
  opacity: 0;
  display: flex;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
.gcal-box2 .list .item .img .hover p {
  color: #fff;
  font-size: 0.14rem;
  padding: 0.2rem;
  text-align: center;
}
.gcal-box2 .list .item .txt {
  flex: 1 1 auto;
  background: #ffffff;
  box-shadow: 0px 7px 23px 4px rgba(0, 0, 0, 0.04);
  padding: 0.2rem 0.3rem;
}
@media (max-width: 768px) {
  .gcal-box2 .list .item .txt {
    font-size: 0.14rem;
  }
}
.gcal-box2 .list .item .txt .t1 {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 0.22rem;
  text-align: center;
  font-weight: 400;
  color: #333333;
}
.gcal-box2 .list .item .txt .t1 p {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 0.22rem;
  text-align: center;
  font-weight: 400;
  color: #333333;
}
@media (max-width: 768px) {
  .gcal-box2 .list .item .txt .t1 p {
    font-size: 0.14rem;
  }
  .gcal-box2 .list .item .txt .t1 {
    font-size: 0.14rem;
  }
}
@media (max-width: 768px) {
  .gcal-box2 .list .item .txt .desc {
    font-size: 0.12rem;
  }
}
.gcal-box2 .list .item .txt .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}
.pager {
  padding: 0.88rem 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .pager {
    padding: 0.44rem 0;
  }
}
.pager .pager-prev,
.pager .pager-next {
  flex: 0 0 auto;
}
.pager .pager-prev a,
.pager .pager-next a {
  display: flex;
  width: 1.45rem;
  height: 0.5rem;
  background: #ffffff;
  box-shadow: 0px 7px 23px 4px rgba(0, 0, 0, 0.04);
  font-size: 0.2rem;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #333333;
}
@media (max-width: 768px) {
  .pager .pager-prev a,
  .pager .pager-next a {
    font-size: 0.12rem;
  }
}
.pager .pager-prev a:hover,
.pager .pager-next a:hover {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  color: #ffffff;
}
.pager .pager-li {
  flex: 1 1 auto;
}
.pager .pager-li ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .pager .pager-li ul {
    display: none;
  }
}
.pager .pager-li ul li.active a,
.pager .pager-li ul li:hover a {
  color: #4ab06c;
}
.pager .pager-li ul li a {
  display: block;
  color: #b0b0b0;
  font-size: 0.2rem;
  padding: 0 0.5em;
}
.news-box1 {
  background-color: #f3f3f3;
  overflow: hidden;
}
.news-box1 .thead-title {
  padding-top: 1.54rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .news-box1 .thead-title {
    padding-top: calc(1.54rem / 2);
    padding-bottom: calc(0.6rem / 2);
  }
}
.news-box1 .news-box1-swiper {
  position: relative;
}
.news-box1 .news-box1-swiper:before {
  position: absolute;
  content: '';
  width: 3.47rem;
  height: 4.43rem;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  top: -0.2rem;
  left: -0.2rem;
}
@media (max-width: 768px) {
  .news-box1 .news-box1-swiper:before {
    width: 30%;
    height: 1.33rem;
    top: -0.1rem;
    left: -0.1rem;
  }
}
.news-box1 .news-box1-swiper .swiper-pagination {
  left: calc(7rem + 0.6rem);
  text-align: left;
  bottom: 1rem;
}
.news-box1 .news-box1-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.04rem;
  border-radius: 0;
  opacity: 1;
  background: #bebebe;
}
.news-box1
  .news-box1-swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
.news-box1 .news-box1-swiper .item {
  background-color: #fff;
  display: flex;
}
@media (max-width: 768px) {
  .news-box1 .news-box1-swiper .item {
    flex-direction: column;
  }
}
.news-box1 .news-box1-swiper .item:hover .img img {
  transform: scale(1.1);
}
.news-box1 .news-box1-swiper .item .img {
  flex: 0 0 auto;
  position: relative;
  width: 7rem;
  height: 4.84rem;
}
@media (max-width: 768px) {
  .news-box1 .news-box1-swiper .item .img {
    width: 100%;
    height: 2.33rem;
  }
}
.news-box1 .news-box1-swiper .item .img:before {
  position: absolute;
  content: '';
  width: 3.47rem;
  height: 4.43rem;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  top: -0.2rem;
  left: -0.2rem;
}
@media (max-width: 768px) {
  .news-box1 .news-box1-swiper .item .img:before {
    width: 30%;
    height: 1.33rem;
    top: -0.1rem;
    left: -0.1rem;
  }
}
.news-box1 .news-box1-swiper .item .img a {
  position: relative;
  z-index: 2;
  display: block;
  height: 100%;
  overflow: hidden;
}
.news-box1 .news-box1-swiper .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.news-box1 .news-box1-swiper .item .txt {
  flex: 1 1 auto;
  padding: 0.8rem 0.6rem;
}
@media (max-width: 768px) {
  .news-box1 .news-box1-swiper .item .txt {
    padding: 0.4rem 0.2rem;
  }
}
.news-box1 .news-box1-swiper .item .txt .date {
  font-weight: 400;
  color: #999999;
  font-size: 0.2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .news-box1 .news-box1-swiper .item .txt .date {
    font-size: 0.12rem;
  }
}
.news-box1 .news-box1-swiper .item .txt .date span {
  background-image: linear-gradient(to right, #68b548, #00a2c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-box1 .news-box1-swiper .item .txt .tit {
  font-weight: 400;
  color: #333333;
  font-size: 0.28rem;
  padding: 0.4rem 0;
}
@media (max-width: 768px) {
  .news-box1 .news-box1-swiper .item .txt .tit {
    font-size: 0.18rem;
    padding: 0.2rem 0;
  }
}
.news-box1 .news-box1-swiper .item .txt .tit a {
  color: #333;
}
.news-box1 .news-box1-swiper .item .txt .desc {
  color: rgba(51, 51, 51, 0.6);
  font-size: 0.16rem;
}
@media (max-width: 768px) {
  .news-box1 .news-box1-swiper .item .txt .desc {
    font-size: 0.12rem;
  }
}
.news-box1 .news-box1-swiper .item .txt .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}
.news-box1 .news-box1-swiper .item .txt .more {
  padding-top: 0.8rem;
}
@media (max-width: 768px) {
  .news-box1 .news-box1-swiper .item .txt .more {
    padding-top: 0.4rem;
  }
}
.news-box1 .news-box1-swiper .item .txt .more a {
  background: url(../images/kjcx/icon/jt2.png) no-repeat center center;
  background-size: contain;
  width: 0.25rem;
  height: 0.2rem;
  display: block;
}
.news-box1 .news-box1-swiper .item:hover .img a::before {
  background: url(../images/news/icon/plays.png) no-repeat center center;
  background-size: contain;
}
.news-box1 .news-box1-swiper .item .img:before {
  display: none;
}
.news-box1 .news-box1-swiper .item .img a {
  position: relative;
}
.news-box1 .news-box1-swiper .item .img a::before {
  position: absolute;
  content: '';
  background: url(../images/news/icon/play.png) no-repeat center center;
  background-size: contain;
  width: 0.6rem;
  height: 0.6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 33;
}
.news-box1 .news-box1-first .item {
  background-color: #fff;
  display: flex;
}
@media (max-width: 768px) {
  .news-box1 .news-box1-first .item {
    flex-direction: column;
  }
}
.news-box1 .news-box1-first .item:hover .img img {
  transform: scale(1.1);
}
.news-box1 .news-box1-first .item .img {
  flex: 0 0 auto;
  position: relative;
  width: 7rem;
  height: 4.84rem;
}
@media (max-width: 768px) {
  .news-box1 .news-box1-first .item .img {
    width: 100%;
    height: 2.33rem;
  }
}
.news-box1 .news-box1-first .item .img:before {
  position: absolute;
  content: '';
  width: 3.47rem;
  height: 4.43rem;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  top: -0.2rem;
  left: -0.2rem;
}
@media (max-width: 768px) {
  .news-box1 .news-box1-first .item .img:before {
    width: 30%;
    height: 1.33rem;
    top: -0.1rem;
    left: -0.1rem;
  }
}
.news-box1 .news-box1-first .item .img a {
  position: relative;
  z-index: 2;
  display: block;
  height: 100%;
  overflow: hidden;
}
.news-box1 .news-box1-first .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.news-box1 .news-box1-first .item .txt {
  flex: 1 1 auto;
  padding: 0.8rem 0.6rem;
}
@media (max-width: 768px) {
  .news-box1 .news-box1-first .item .txt {
    padding: 0.4rem 0.2rem;
  }
}
.news-box1 .news-box1-first .item .txt .date {
  font-weight: 400;
  color: #999999;
  font-size: 0.2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .news-box1 .news-box1-first .item .txt .date {
    font-size: 0.12rem;
  }
}
.news-box1 .news-box1-first .item .txt .date span {
  background-image: linear-gradient(to right, #68b548, #00a2c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-box1 .news-box1-first .item .txt .tit {
  font-weight: 400;
  color: #333333;
  font-size: 0.28rem;
  padding: 0.4rem 0;
}
@media (max-width: 768px) {
  .news-box1 .news-box1-first .item .txt .tit {
    font-size: 0.18rem;
    padding: 0.2rem 0;
  }
}
.news-box1 .news-box1-first .item .txt .tit a {
  color: #333;
}
.news-box1 .news-box1-first .item .txt .desc {
  color: rgba(51, 51, 51, 0.6);
  font-size: 0.16rem;
}
@media (max-width: 768px) {
  .news-box1 .news-box1-first .item .txt .desc {
    font-size: 0.12rem;
  }
}
.news-box1 .news-box1-first .item .txt .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}
.news-box1 .news-box1-first .item .txt .more {
  padding-top: 0.8rem;
}
@media (max-width: 768px) {
  .news-box1 .news-box1-first .item .txt .more {
    padding-top: 0.4rem;
  }
}
.news-box1 .news-box1-first .item .txt .more a {
  background: url(../images/kjcx/icon/jt2.png) no-repeat center center;
  background-size: contain;
  width: 0.25rem;
  height: 0.2rem;
  display: block;
}
.news-box1-2 {
  padding-top: 0.6rem;
  background-color: #f3f3f3;
  padding-bottom: 0.6rem;
}
.news-box1-2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.32rem;
}
.news-box1-2 .list.list-video .item:hover .img::before {
  background: url(../images/news/icon/plays.png) no-repeat center center;
  background-size: contain;
}
.news-box1-2 .list.list-video .item .img {
  position: relative;
}
.news-box1-2 .list.list-video .item .img::before {
  position: absolute;
  content: '';
  background: url(../images/news/icon/play.png) no-repeat center center;
  background-size: contain;
  width: 0.6rem;
  height: 0.6rem;
  right: 0.4rem;
  bottom: 0.4rem;
  z-index: 33;
}
.news-box1-2 .list.list-video .item .txt {
  height: 1.86rem;
}
@media (max-width: 768px) {
  .news-box1-2 .list.list-video .item .txt {
    height: 1.3rem;
  }
}
.news-box1-2 .list.list-video .item .txt .more {
  display: none;
}
@media (max-width: 768px) {
  .news-box1-2 .list {
    grid-gap: 15px;
    grid-template-columns: 1fr;
  }
}
.news-box1-2 .list .item:hover .img img {
  transform: scale(1.1);
}
.news-box1-2 .list .item:hover .txt {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  box-shadow: 0px 19px 58px 7px rgba(66, 170, 144, 0.35);
}
.news-box1-2 .list .item:hover .txt .date span {
  background: none;
  color: #fff;
  background-image: none;
  -webkit-text-fill-color: #fff;
}
.news-box1-2 .list .item:hover .txt .tit {
  color: #fff;
}
.news-box1-2 .list .item:hover .txt .more span {
  right: 0;
  left: auto;
  background: url(../images/kjcx/icon/jt2s.png) no-repeat center center;
  background-size: contain;
}
.news-box1-2 .list .item a {
  display: block;
}
.news-box1-2 .list .item .img {
  width: 100%;
  overflow: hidden;
  height: 3.18rem;
}
@media (max-width: 768px) {
  .news-box1-2 .list .item .img {
    height: 3.02rem;
  }
}
.news-box1-2 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.news-box1-2 .list .item .txt {
  height: 2.16rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.35rem;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .news-box1-2 .list .item .txt {
    padding: 0.24rem;
    height: 1.62rem;
  }
}
.news-box1-2 .list .item .txt .date {
  line-height: 1;
  font-size: 0.2rem;
}
@media (max-width: 768px) {
  .news-box1-2 .list .item .txt .date {
    font-size: 0.12rem;
  }
}
.news-box1-2 .list .item .txt .date span {
  background-image: linear-gradient(to right, #68b548, #00a2c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-box1-2 .list .item .txt .tit {
  font-size: 0.24rem;
  font-weight: 400;
  color: #333;
  box-sizing: border-box;
  padding: 1em 0 0.8em 0;
  height: calc(2em + 1em + 0.8em);
}
@media (max-width: 768px) {
  .news-box1-2 .list .item .txt .tit {
    font-size: 0.16rem;
  }
}
.news-box1-2 .list .item .txt .tit p {
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
.news-box1-2 .list .item .txt .more {
  position: relative;
}
.news-box1-2 .list .item .txt .more span {
  background: url(../images/kjcx/icon/jt2.png) no-repeat center center;
  background-size: contain;
  width: 0.25rem;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  transition: all ease-in-out 0.3s;
}
.pager2 {
  padding: 0.8rem 0 0.5rem 0;
}
@media (max-width: 768px) {
  .pager2 {
    padding: 0.4rem 0 0.25rem 0;
  }
}
.pager2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager2 ul li {
  padding: 0 0.05rem;
}
.pager2 ul li a {
  display: block;
  height: 0.43rem;
  background: #fff;
  line-height: 0.43rem;
  text-align: center;
  color: #333;
  font-weight: 400;
  font-size: 0.14rem;
  padding: 0 1em;
  transition: all ease-in-out 0;
}
.pager2 ul li a:hover {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  color: #fff;
}
.pager2 ul li span {
  padding: 0 1em;
}
.news-box2 {
  padding-top: 1.5rem;
  background-color: #f3f3f3;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .news-box2 {
    padding-top: calc(1.5rem / 2);
    padding-bottom: calc(0.6rem / 2);
  }
}
.news-box2 .thead-title {
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .news-box2 .thead-title {
    padding-bottom: 0.25rem;
  }
}
.news-box2 .list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.2rem;
}
.news-box2 .list .item {
  background-color: #fff;
  position: relative;
}
.news-box2 .list .item:after {
  position: absolute;
  content: '';
  height: 0.05rem;
  width: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  transition: all ease-in-out 0.3s;
}
.news-box2 .list .item:hover:after {
  width: 100%;
}
.news-box2 .list .item:hover .txt .t1 {
  color: #21a3c1;
}
.news-box2 .list .item:hover .txt .more span {
  background: url(../images/kjcx/icon/jt2ss.png) no-repeat center center;
  background-size: contain;
}
.news-box2 .list .item a {
  display: flex;
  padding: 0.6rem 0.4rem 0.5rem 0.6rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .news-box2 .list .item a {
    padding: 0.3rem;
    flex-direction: column;
  }
}
.news-box2 .list .item .txt {
  flex: 1 1 auto;
  box-sizing: border-box;
  padding-left: 0.8rem;
  position: relative;
}
@media (max-width: 768px) {
  .news-box2 .list .item .txt {
    padding-left: 0;
  }
}
.news-box2 .list .item .txt:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 0.78rem;
  background-color: #e6e6e6;
  left: 0.4rem;
}
@media (max-width: 768px) {
  .news-box2 .list .item .txt:before {
    display: none;
  }
}
.news-box2 .list .item .txt .time {
  display: none;
  padding-bottom: 0.15rem;
  font-size: 0.2rem;
}
@media (max-width: 768px) {
  .news-box2 .list .item .txt .time {
    display: block;
    font-size: 0.12rem;
  }
}
.news-box2 .list .item .txt .time span {
  background-image: linear-gradient(to right, #68b548, #00a2c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.news-box2 .list .item .txt .t1 {
  font-weight: 400;
  font-size: 0.28rem;
  color: #333333;
  padding-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .news-box2 .list .item .txt .t1 {
    font-size: 0.18rem;
  }
}
.news-box2 .list .item .txt .t1 p {
  line-height: 1.4;
}
.news-box2 .list .item .txt .desc {
  color: rgba(51, 51, 51, 0.6);
  font-weight: 400;
  font-size: 0.16rem;
}
@media (max-width: 768px) {
  .news-box2 .list .item .txt .desc {
    font-size: 0.12rem;
  }
}
.news-box2 .list .item .txt .more {
  position: relative;
  padding-top: 0.4rem;
}
.news-box2 .list .item .txt .more span {
  background: url(../images/kjcx/icon/jt2.png) no-repeat center center;
  background-size: contain;
  width: 0.25rem;
  height: 0.2rem;
  display: block;
}
.news-box2 .list .item .date {
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .news-box2 .list .item .date {
    display: none;
  }
}
.news-box2 .list .item .date span {
  background-image: linear-gradient(to right, #68b548, #00a2c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-box2 .list .item .date .day {
  font-weight: 400;
  color: #999999;
  font-size: 0.6rem;
  line-height: 1;
  text-align: center;
  font-family: din_b;
}
.news-box2 .list .item .date .time {
  font-weight: 400;
  color: #999999;
  font-size: 0.2rem;
  line-height: 1;
  text-align: center;
}
.news-show {
  background-color: #f3f3f3;
  padding-top: 1.5rem;
  padding-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .news-show {
    padding-top: calc(1.5rem / 2);
    padding-bottom: calc(0.8rem / 2);
  }
}
.news-show .article .title {
  text-align: center;
}
.news-show .article .title h1 {
  font-weight: 400;
  color: #1c1c1c;
  line-height: 1.5;
  font-size: 0.28rem;
}
@media (max-width: 768px) {
  .news-show .article .title h1 {
    font-size: 0.22rem;
  }
}
.news-show .article .time {
  font-weight: 400;
  color: #9a9a9a;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .news-show .article .time {
    font-size: 0.12rem;
  }
}
.news-show .article .time:before {
  content: '';
  display: inline-block;
  background: url(../images/news/icon/time.png) no-repeat center center;
  background-size: contain;
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.15rem;
}
@media (max-width: 768px) {
  .news-show .article .time:before {
    width: 0.16rem;
    height: 0.16rem;
  }
}
.news-show .article .body {
  border-top: 1px solid #e5e5e5;
  margin-top: 2em;
  font-weight: 400;
  color: #424242;
  font-size: 0.18rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .news-show .article .body {
    font-size: 0.12rem;
  }
}
.news-show .article .body p {
  margin: 2em 0;
}
.news-show .article .body img {
  max-width: 100%;
}
.news-show .article .next-prev {
  padding: 0.8rem 0;
}
@media (max-width: 768px) {
  .news-show .article .next-prev {
    padding: 0.4rem 0;
  }
}
.news-show .article .next-prev ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.4rem;
}
@media (max-width: 768px) {
  .news-show .article .next-prev ul {
    grid-gap: 0.2rem;
    grid-template-columns: 1fr;
  }
}
.news-show .article .next-prev ul li a {
  display: block;
  background-color: #fff;
  font-weight: 400;
  color: #424242;
  font-size: 0.18rem;
  padding: 1.8em 1em;
}
@media (max-width: 768px) {
  .news-show .article .next-prev ul li a {
    font-size: 0.12rem;
  }
}
.news-show .article .next-prev ul li a:hover {
  color: #22a3c1;
}
.news-show .article .next-prev ul li + :nth-child(2) a {
  text-align: right;
}
@media (max-width: 768px) {
  .news-show .article .next-prev ul li + :nth-child(2) a {
    text-align: left;
  }
}
.news-show .article .share {
  position: relative;
}
.news-show .article .share::before {
  position: absolute;
  content: '';
  height: 1px;
  background: #e5e5e5;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-show .article .share .bshare-custom {
  position: relative;
  z-index: 3;
  padding: 0 0.3rem;
  background: #f3f3f3;
  width: 1.2rem;
  height: 0.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .news-show .article .share .bshare-custom {
    width: 0.85rem;
  }
}
.news-show .article .share .bshare-custom a {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .news-show .article .share .bshare-custom a {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.news-show .article .share .bshare-custom a.bshare-weixin {
  background: url(../images/news/icon/wx.png) no-repeat center center;
  background-size: contain;
}
.news-show .article .share .bshare-custom a.bshare-sinaminiblog {
  background: url(../images/news/icon/wb.png) no-repeat center center;
  background-size: contain;
}
.news-show .article .share .bshare-custom .bshare-more {
  display: none;
}
.kjcx-box3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .kjcx-box3 {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
}
.kjcx-box3 .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.4rem;
}
@media (max-width: 768px) {
  .kjcx-box3 .list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.2rem;
  }
}
.kjcx-box3 .list .item:hover .img {
  box-shadow: 0px 7px 23px 4px rgba(0, 0, 0, 0.14);
}
.kjcx-box3 .list .item a {
  display: block;
}
.kjcx-box3 .list .item .img {
  width: 100%;
  height: 1.5rem;
  overflow: hidden;
  box-shadow: 0px 7px 23px 4px rgba(0, 0, 0, 0.04);
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .kjcx-box3 .list .item .img {
    height: calc(1.5rem / 2);
  }
}
.kjcx-box3 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.kjcx-box3 .list .item .txt {
  font-size: 0.18rem;
  font-weight: 400;
  color: #222222;
  text-align: center;
  padding: 1.6em 0;
}
@media (max-width: 768px) {
  .kjcx-box3 .list .item .txt {
    font-size: 0.12rem;
  }
}
.kjcx-box3 .more {
  position: relative;
  text-align: center;
  margin-top: 0.6rem;
}
@media (max-width: 768px) {
  .kjcx-box3 .more {
    margin-top: 0.4rem;
  }
}
.kjcx-box3 .more:before {
  position: absolute;
  content: '';
  background: #ececec;
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
}
.kjcx-box3 .more a {
  display: inline-block;
  color: #999;
  padding: 0 1em;
  line-height: 1;
  font-size: 0.18rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .kjcx-box3 .more a {
    font-size: 0.12rem;
  }
}
.about-box-qywh {
  padding-top: 1.84rem;
  padding-bottom: 1.75rem;
  background-color: #f3f3f3;
}
@media (max-width: 768px) {
  .about-box-qywh {
    padding-top: 1.2rem;
    padding-bottom: 0.8rem;
  }
}
.about-box-qywh .thead-title.mo {
  display: block;
}
@media (min-width: 768px) {
  .about-box-qywh .thead-title.mo {
    display: none;
  }
}
.about-box-qywh .thead-title.pc {
  display: none;
}
@media (min-width: 768px) {
  .about-box-qywh .thead-title.pc {
    display: block;
  }
}
.about-box-qywh .about-box-qywh-main {
  display: flex;
}
@media (max-width: 768px) {
  .about-box-qywh .about-box-qywh-main {
    flex-direction: column;
    padding-top: 0.4rem;
  }
}
.about-box-qywh .about-box-qywh-main .left {
  flex: 1 1 auto;
  position: relative;
}
@media (max-width: 768px) {
  .about-box-qywh .about-box-qywh-main .left {
    order: 2;
    width: 100%;
  }
}
.about-box-qywh .about-box-qywh-main .left .thead-title {
  text-align: left;
}
.about-box-qywh .about-box-qywh-main .left .desc {
  margin-top: 0.7rem;
  width: 6.08rem;
  height: 3.12rem;
  overflow: auto;
  font-weight: 500;
  color: #666666;
  font-size: 0.2rem;
  padding-right: 0.4rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .about-box-qywh .about-box-qywh-main .left .desc {
    width: 100%;
    margin-top: 0.3rem;
    box-sizing: border-box;
    font-size: 0.14rem;
    padding-right: 0.2rem;
  }
}
.about-box-qywh .about-box-qywh-main .left .desc p + p {
  margin-top: 1.4em;
}
.about-box-qywh .about-box-qywh-main .left .infos {
  position: absolute;
  left: 0;
  right: -0.8rem;
  bottom: -0.4rem;
  box-sizing: border-box;
  padding: 0.7rem 0;
  margin-top: 0.8rem;
  padding-left: 0.9rem;
}
@media (max-width: 768px) {
  .about-box-qywh .about-box-qywh-main .left .infos {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    padding-left: 0.4rem;
  }
}
.about-box-qywh .about-box-qywh-main .left .infos::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(((100vw - 14.44rem) / 2) * -1);
  background: url(../images/about/2/bg1.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 768px) {
  .about-box-qywh .about-box-qywh-main .left .infos::before {
    left: -0.2rem;
    right: -0.2rem;
  }
}
.about-box-qywh .about-box-qywh-main .left .infos::after {
  position: absolute;
  top: 0.16rem;
  content: '';
  background: url(../images/about/2/bg2.png) no-repeat center center;
  background-size: contain;
  width: 0.62rem;
  height: 0.57rem;
  left: 0;
  z-index: 2;
}
.about-box-qywh .about-box-qywh-main .left .infos p {
  position: relative;
  z-index: 2;
  font-weight: 500;
  color: #ffffff;
  font-size: 0.3rem;
}
@media (max-width: 768px) {
  .about-box-qywh .about-box-qywh-main .left .infos p {
    font-size: 0.22rem;
  }
}
.about-box-qywh .about-box-qywh-main .right {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 7.23rem;
}
@media (max-width: 768px) {
  .about-box-qywh .about-box-qywh-main .right {
    order: 1;
    width: 100%;
  }
}
.about-box-qywh .about-box-qywh-main .right .img {
  width: 100%;
  height: 7.22rem;
  box-shadow: 0px 11px 36px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .about-box-qywh .about-box-qywh-main .right .img {
    height: calc(7.22rem / 2);
  }
}
.about-box-qywh .about-box-qywh-main .right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nicescroll-rails-vr:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  content: '';
  background-color: rgba(202, 202, 202, 0.3);
  left: 50%;
  margin-left: -1px;
}
.nicescroll-rails-vr .nicescroll-cursors {
  background: linear-gradient(0deg, #00a2c4, #68b548);
}
.about-box-qywh2 {
  background-color: #fff;
  padding: 1.47rem 0 1.39rem 0;
}
@media (max-width: 768px) {
  .about-box-qywh2 {
    padding: 0.7rem 0 0.6rem 0;
  }
}
.about-box-qywh2 .list {
  padding-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.8rem;
}
@media (max-width: 768px) {
  .about-box-qywh2 .list {
    padding-top: 0.4rem;
    grid-gap: 0.4rem;
    grid-template-columns: 1fr;
  }
}
.about-box-qywh2 .list .item {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.03);
  height: 4.58rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .about-box-qywh2 .list .item {
    height: 2.4rem;
  }
}
.about-box-qywh2 .list .item:hover {
  background: url(../images/about/2/bg.jpg) no-repeat left top;
  background-size: cover;
  box-shadow: 2px 10px 30px 10px rgba(3, 162, 195, 0.1);
}
.about-box-qywh2 .list .item:hover .img img.img1 {
  z-index: 1;
  opacity: 0;
}
.about-box-qywh2 .list .item:hover .img img.img2 {
  opacity: 1;
  z-index: 3;
}
.about-box-qywh2 .list .item:hover .tit {
  color: #fff;
}
.about-box-qywh2 .list .item:hover .tit::after {
  background: rgba(255, 255, 255, 0.3);
}
.about-box-qywh2 .list .item:hover .desc {
  color: rgba(255, 255, 255, 0.9);
}
.about-box-qywh2 .list .item .img {
  width: 0.75rem;
  height: 0.75rem;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about-box-qywh2 .list .item .img {
    width: 0.45rem;
    height: 0.45rem;
  }
}
.about-box-qywh2 .list .item .img img {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-box-qywh2 .list .item .img img.img1 {
  z-index: 3;
  opacity: 1;
}
.about-box-qywh2 .list .item .img img.img2 {
  z-index: 1;
  opacity: 0;
}
.about-box-qywh2 .list .item .tit {
  line-height: 1;
  padding: 0.45rem 0 0.45rem 0;
  position: relative;
  font-weight: bold;
  color: #353535;
  font-size: 0.3rem;
}
@media (max-width: 768px) {
  .about-box-qywh2 .list .item .tit {
    font-size: 0.18rem;
    padding: 0.2rem 0 0.2rem 0;
  }
}
.about-box-qywh2 .list .item .tit::after {
  position: absolute;
  content: '';
  width: 0.25rem;
  height: 0.04rem;
  left: 50%;
  bottom: 0;
  margin-left: calc(-0.25rem / 2);
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
.about-box-qywh2 .list .item .desc {
  font-size: 0.22rem;
  font-weight: 400;
  color: rgba(53, 53, 53, 0.8);
  padding-top: 0.3rem;
}
@media (max-width: 768px) {
  .about-box-qywh2 .list .item .desc {
    font-size: 0.14rem;
  }
}
.about-box-qywh5 {
  padding-top: 0.9rem;
}
@media (max-width: 768px) {
  .about-box-qywh5 {
    padding-top: 0.45rem;
  }
}
.about-box-qywh5 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.32rem;
  padding-top: 0.6rem;
}
.about-box-qywh5 .list.list-video .item:hover .img::before {
  background: url(../images/news/icon/plays.png) no-repeat center center;
  background-size: contain;
}
.about-box-qywh5 .list.list-video .item .img {
  position: relative;
}
.about-box-qywh5 .list.list-video .item .img::before {
  position: absolute;
  content: '';
  background: url(../images/news/icon/play.png) no-repeat center center;
  background-size: contain;
  width: 0.6rem;
  height: 0.6rem;
  right: 0.4rem;
  bottom: 0.4rem;
  z-index: 33;
}
.about-box-qywh5 .list.list-video .item .txt {
  height: 1.86rem;
}
@media (max-width: 768px) {
  .about-box-qywh5 .list.list-video .item .txt {
    height: 1.3rem;
  }
}
.about-box-qywh5 .list.list-video .item .txt .more {
  display: none;
}
@media (max-width: 768px) {
  .about-box-qywh5 .list {
    grid-gap: 15px;
    grid-template-columns: 1fr;
  }
}
.about-box-qywh5 .list .item:hover .img img {
  transform: scale(1.1);
}
.about-box-qywh5 .list .item:hover .txt {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  box-shadow: 0px 19px 58px 7px rgba(66, 170, 144, 0.35);
}
.about-box-qywh5 .list .item:hover .txt .date span {
  background: none;
  color: #fff;
  background-image: none;
  -webkit-text-fill-color: #fff;
}
.about-box-qywh5 .list .item:hover .txt .tit {
  color: #fff;
}
.about-box-qywh5 .list .item:hover .txt .more span {
  right: 0;
  left: auto;
  background: url(../images/kjcx/icon/jt2s.png) no-repeat center center;
  background-size: contain;
}
.about-box-qywh5 .list .item a {
  display: block;
}
.about-box-qywh5 .list .item .img {
  width: 100%;
  overflow: hidden;
  height: 3.18rem;
}
@media (max-width: 768px) {
  .about-box-qywh5 .list .item .img {
    height: 3.02rem;
  }
}
.about-box-qywh5 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.about-box-qywh5 .list .item .txt {
  height: 2.16rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.35rem;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .about-box-qywh5 .list .item .txt {
    padding: 0.24rem;
    height: 1.62rem;
  }
}
.about-box-qywh5 .list .item .txt .date {
  line-height: 1;
  font-size: 0.2rem;
}
@media (max-width: 768px) {
  .about-box-qywh5 .list .item .txt .date {
    font-size: 0.12rem;
  }
}
.about-box-qywh5 .list .item .txt .date span {
  background-image: linear-gradient(to right, #68b548, #00a2c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-box-qywh5 .list .item .txt .tit {
  font-size: 0.24rem;
  font-weight: 400;
  color: #333;
  box-sizing: border-box;
  padding: 1em 0 0.8em 0;
  height: calc(2em + 1em + 0.8em);
}
@media (max-width: 768px) {
  .about-box-qywh5 .list .item .txt .tit {
    font-size: 0.16rem;
  }
}
.about-box-qywh5 .list .item .txt .tit p {
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
.about-box-qywh5 .list .item .txt .more {
  position: relative;
}
.about-box-qywh5 .list .item .txt .more span {
  background: url(../images/kjcx/icon/jt2.png) no-repeat center center;
  background-size: contain;
  width: 0.25rem;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .about-box-qywh5 .list {
    padding-top: 0.3rem;
  }
}
.about-box-qywh5 .list .item .txt {
  background: #fafafa;
}
.about-box-qywh5 .more {
  padding: 0.8rem 0;
}
.about-box-qywh5 .more a {
  width: 1.8rem;
  height: 0.5rem;
  border-radius: 10em;
  display: block;
  line-height: 0.5rem;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
@media (max-width: 768px) {
  .about-box-qywh5 .more a {
    width: 1.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }
}
.about-box-qywh5 .more a span {
  font-weight: 400;
  color: #ffffff;
  font-size: 0.2rem;
}
@media (max-width: 768px) {
  .about-box-qywh5 .more a span {
    font-size: 0.14rem;
  }
}
.about-box-qywh4 {
  background: url(../images/about/2/bg5.png) no-repeat center center;
  background-size: cover;
  padding-top: 1.29rem;
  padding-bottom: 2.19rem;
}
@media (max-width: 768px) {
  .about-box-qywh4 {
    padding-top: 0.6rem;
    padding-bottom: 1rem;
  }
}
.about-box-qywh4 .list {
  padding-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.45rem;
}
@media (max-width: 768px) {
  .about-box-qywh4 .list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.25rem;
    padding-top: 0.45rem;
  }
}
.about-box-qywh4 .list .item {
  position: relative;
}
.about-box-qywh4 .list .item:hover .txt p {
  background-image: linear-gradient(to right, #68b548, #00a2c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0px;
}
.about-box-qywh4 .list .item:hover .img img.img1 {
  opacity: 0;
  z-index: 1;
}
.about-box-qywh4 .list .item:hover .img img.img2 {
  opacity: 1;
  z-index: 2;
}
.about-box-qywh4 .list .item .txt {
  position: absolute;
  left: 0;
  right: 0;
  font-weight: bold;
  font-size: 0.98rem;
  bottom: 0.1rem;
  z-index: 3;
  color: #ffffff;
  line-height: 1;
}
.about-box-qywh4 .list .item .txt p {
  display: inline-block;
  -webkit-text-stroke: 1px #9b9999;
  color: transparent;
  margin: 0;
  line-height: 1;
}
.about-box-qywh4 .list .item .img {
  width: 100%;
  height: 3.23rem;
  padding: 0.15rem;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 768px) {
  .about-box-qywh4 .list .item .img {
    height: 2.03rem;
  }
}
.about-box-qywh4 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all ease-in-out 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-box-qywh4 .list .item .img img.img1 {
  opacity: 1;
  z-index: 2;
}
.about-box-qywh4 .list .item .img img.img2 {
  opacity: 0;
  z-index: 1;
}
.about-box-qywh3 {
  background: url(../images/about/2/bg3.png) no-repeat center center;
  background-size: cover;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .about-box-qywh3 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
.about-box-qywh3 .list {
  padding-top: 1rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0.22rem;
}
@media (max-width: 768px) {
  .about-box-qywh3 .list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.12rem;
    padding-top: 0.5rem;
  }
}
.about-box-qywh3 .list .item {
  position: relative;
  transform: translateY(-0.2rem);
}
@media (max-width: 768px) {
  .about-box-qywh3 .list .item {
    transform: translateY(0);
  }
}
.about-box-qywh3 .list .item:nth-child(even) {
  transform: translateY(0.2rem);
}
@media (max-width: 768px) {
  .about-box-qywh3 .list .item:nth-child(even) {
    transform: translateY(0);
  }
}
.about-box-qywh3 .list .item:hover .img::after {
  opacity: 1;
}
.about-box-qywh3 .list .item .img {
  height: 5rem;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .about-box-qywh3 .list .item .img {
    height: 2rem;
  }
}
.about-box-qywh3 .list .item .img:after {
  position: absolute;
  background: url(../images/about/2/bg4.png) no-repeat center center;
  background-size: cover;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.about-box-qywh3 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.about-box-qywh3 .list .item .txt {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  padding-top: 0.4rem;
  padding-left: 0.4rem;
}
@media (max-width: 768px) {
  .about-box-qywh3 .list .item .txt {
    padding-top: 0.2rem;
    padding-left: 0.2rem;
  }
}
.about-box-qywh3 .list .item .txt .t1 {
  font-weight: bold;
  color: #ffffff;
  font-size: 0.34rem;
  writing-mode: sideways-rl;
  width: 1em;
  line-height: 1;
}
@media (max-width: 768px) {
  .about-box-qywh3 .list .item .txt .t1 {
    font-size: 0.14rem;
  }
}
.about-box-qywh3 .list .item .txt .t1 p {
  line-height: 1;
}
.about-box-qywh3 .list .item .txt .desc {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.22rem;
  width: 1em;
  line-height: 1;
  position: relative;
  padding-left: 0.4rem;
}
@media (max-width: 768px) {
  .about-box-qywh3 .list .item .txt .desc {
    font-size: 0.1rem;
    padding-left: 0.2rem;
  }
}
.about-box-qywh3 .list .item .txt .desc p {
  line-height: 1;
}
.about-box-qywh3 .list .item .txt .desc::before {
  position: absolute;
  content: '';
  left: 0.2rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.24);
}
@media (max-width: 768px) {
  .about-box-qywh3 .list .item .txt .desc::before {
    left: 0.1rem;
  }
}
.about-box-qywh3 .list .item .txt .desc::after {
  position: absolute;
  content: '';
  width: 0.07rem;
  height: 0.07rem;
  background-color: #fff;
  transform: rotate(45deg);
  top: 0;
  left: calc(0.2rem - 0.07rem / 2);
}
@media (max-width: 768px) {
  .about-box-qywh3 .list .item .txt .desc::after {
    width: 0.05rem;
    height: 0.05rem;
    left: calc(0.1rem - 0.05rem / 2);
  }
}
.shzr-box {
  background-color: #f3f3f3;
}
.shzr-box .thead-title {
  padding-top: 1.05rem;
  padding-bottom: 0.7rem;
}
@media (max-width: 768px) {
  .shzr-box .thead-title {
    padding-top: calc(1.05rem / 2);
  }
}
.shzr-box .list {
  padding-bottom: 1.2rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.7rem;
}
@media (max-width: 768px) {
  .shzr-box .list {
    grid-gap: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.shzr-box .list .item {
  display: flex;
  padding: 0 0.3rem 0 0.3rem;
  background-color: #fff;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .shzr-box .list .item {
    padding: 0 0.2rem 0 0.2rem;
    flex-direction: column;
  }
}
.shzr-box .list .item:hover {
  background: linear-gradient(-90deg, #21a2c2, #6eb34e);
  box-shadow: 0px 19px 58px 7px rgba(66, 170, 144, 0.35);
}
.shzr-box .list .item:hover .img img {
  transform: scale(1.1);
}
.shzr-box .list .item:hover .txt .t1 {
  color: #ffffff;
}
.shzr-box .list .item:hover .txt .t1 a {
  color: #ffffff;
}
.shzr-box .list .item:hover .txt .desc {
  color: rgba(255, 255, 255, 0.6);
}
.shzr-box .list .item:nth-child(even) .img {
  order: 2;
}
@media (max-width: 768px) {
  .shzr-box .list .item:nth-child(even) .img {
    order: 0;
  }
}
.shzr-box .list .item:nth-child(even) .txt {
  padding-left: 0.3rem;
}
@media (max-width: 768px) {
  .shzr-box .list .item:nth-child(even) .txt {
    padding-left: 0.1rem;
  }
}
.shzr-box .list .item a {
  display: flex;
}
@media (max-width: 768px) {
  .shzr-box .list .item a {
    flex-direction: column;
  }
}
.shzr-box .list .item .img {
  position: relative;
  flex: 0 0 auto;
  width: 4.6rem;
  height: 3.18rem;
  overflow: hidden;
  transform: translateY(-0.3rem);
}
@media (max-width: 768px) {
  .shzr-box .list .item .img {
    transform: translateY(-0.3rem);
    width: 100%;
    height: 2.22rem;
  }
}
.shzr-box .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.shzr-box .list .item .txt {
  flex: 1 1 auto;
  padding-left: 0.62rem;
  padding-top: calc(1.1rem - 0.3rem);
  padding-right: 0.3rem;
}
@media (max-width: 768px) {
  .shzr-box .list .item .txt {
    padding-left: 0.1rem;
    padding-top: 0;
  }
}
.shzr-box .list .item .txt .t1 {
  font-weight: 400;
  color: #222;
  font-size: 0.28rem;
  line-height: 1;
  padding-bottom: 0.4rem;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .shzr-box .list .item .txt .t1 {
    font-size: 0.18rem;
    padding-bottom: 0.2rem;
  }
}
.shzr-box .list .item .txt .t1 a {
  color: #222;
  line-height: 1;
  transition: all ease-in-out 0.3s;
}
.shzr-box .list .item .txt .desc {
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(34, 34, 34, 0.6);
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .shzr-box .list .item .txt .desc {
    font-size: 0.12rem;
    padding-bottom: 0.3rem;
  }
}
/*2023-03-29*/
.about-zzjg1 {
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .about-zzjg1 {
    padding-bottom: 0.5rem;
  }
}
.about-zzjg1 .thead-title {
  padding-top: 1.54rem;
  padding-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .about-zzjg1 .thead-title {
    padding-top: 1.2rem;
    padding-bottom: 0.4rem;
  }
}
.about-zzjg1 .thead-title .t1 span {
  -webkit-text-fill-color: #f00;
}
.about-zzjg1 .article img {
  max-width: 100%;
}
.about-zzjg2 {
  padding: 1rem 0;
  background: #fafafa;
}
@media (max-width: 768px) {
  .about-zzjg2 {
    padding: 0.5rem 0;
  }
}
.about-zzjg2 .thead-title .t1 span {
  -webkit-text-fill-color: #f00;
}
.about-zzjg2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.32rem;
  padding-top: 0.6rem;
}
.about-zzjg2 .list.list-video .item:hover .img::before {
  background: url(../images/news/icon/plays.png) no-repeat center center;
  background-size: contain;
}
.about-zzjg2 .list.list-video .item .img {
  position: relative;
}
.about-zzjg2 .list.list-video .item .img::before {
  position: absolute;
  content: '';
  background: url(../images/news/icon/play.png) no-repeat center center;
  background-size: contain;
  width: 0.6rem;
  height: 0.6rem;
  right: 0.4rem;
  bottom: 0.4rem;
  z-index: 33;
}
.about-zzjg2 .list.list-video .item .txt {
  height: 1.86rem;
}
@media (max-width: 768px) {
  .about-zzjg2 .list.list-video .item .txt {
    height: 1.3rem;
  }
}
.about-zzjg2 .list.list-video .item .txt .more {
  display: none;
}
@media (max-width: 768px) {
  .about-zzjg2 .list {
    grid-gap: 15px;
    grid-template-columns: 1fr;
  }
}
.about-zzjg2 .list .item:hover .img img {
  transform: scale(1.1);
}
.about-zzjg2 .list .item:hover .txt {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  box-shadow: 0px 19px 58px 7px rgba(66, 170, 144, 0.35);
}
.about-zzjg2 .list .item:hover .txt .date span {
  background: none;
  color: #fff;
  background-image: none;
  -webkit-text-fill-color: #fff;
}
.about-zzjg2 .list .item:hover .txt .tit {
  color: #fff;
}
.about-zzjg2 .list .item:hover .txt .more span {
  right: 0;
  left: auto;
  background: url(../images/kjcx/icon/jt2s.png) no-repeat center center;
  background-size: contain;
}
.about-zzjg2 .list .item a {
  display: block;
}
.about-zzjg2 .list .item .img {
  width: 100%;
  overflow: hidden;
  height: 3.18rem;
}
@media (max-width: 768px) {
  .about-zzjg2 .list .item .img {
    height: 3.02rem;
  }
}
.about-zzjg2 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.about-zzjg2 .list .item .txt {
  height: 2.16rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.35rem;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .about-zzjg2 .list .item .txt {
    padding: 0.24rem;
    height: 1.62rem;
  }
}
.about-zzjg2 .list .item .txt .date {
  line-height: 1;
  font-size: 0.2rem;
}
@media (max-width: 768px) {
  .about-zzjg2 .list .item .txt .date {
    font-size: 0.12rem;
  }
}
.about-zzjg2 .list .item .txt .date span {
  background-image: linear-gradient(to right, #68b548, #00a2c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-zzjg2 .list .item .txt .tit {
  font-size: 0.24rem;
  font-weight: 400;
  color: #333;
  box-sizing: border-box;
  padding: 1em 0 0.8em 0;
  height: calc(2em + 1em + 0.8em);
}
@media (max-width: 768px) {
  .about-zzjg2 .list .item .txt .tit {
    font-size: 0.16rem;
  }
}
.about-zzjg2 .list .item .txt .tit p {
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
.about-zzjg2 .list .item .txt .more {
  position: relative;
}
.about-zzjg2 .list .item .txt .more span {
  background: url(../images/kjcx/icon/jt2.png) no-repeat center center;
  background-size: contain;
  width: 0.25rem;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .about-zzjg2 .list {
    padding-top: 0.3rem;
  }
}
.about-zzjg2 .list .item .txt {
  background: #fafafa;
}
.about-zzjg2 .list .item .txt {
  background-color: #fff;
}
.about-zzjg2 .list .item:hover .txt {
  background: linear-gradient(to right, #f00, #f00);
}
.about-zzjg2 .more {
  padding: 0.8rem 0;
  padding-bottom: 0;
}
.about-zzjg2 .more a {
  width: 1.8rem;
  height: 0.5rem;
  border-radius: 10em;
  display: block;
  line-height: 0.5rem;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
@media (max-width: 768px) {
  .about-zzjg2 .more a {
    width: 1.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }
}
.about-zzjg2 .more a span {
  font-weight: 400;
  color: #ffffff;
  font-size: 0.2rem;
}
@media (max-width: 768px) {
  .about-zzjg2 .more a span {
    font-size: 0.14rem;
  }
}
.about-zzjg2 .more a {
  background: linear-gradient(to right, #ba332c, #da0000);
}
.about-zzjg2 .more a:hover {
  box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
  background: linear-gradient(to right, #f00, #f00);
}
.about-zzjg3 {
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .about-zzjg3 {
    padding: 0.5rem 0;
  }
}
.about-zzjg3 .thead-title .t1 span {
  -webkit-text-fill-color: #f00;
}
.about-zzjg3 .article {
  padding-top: 0.8rem;
}
@media (max-width: 768px) {
  .about-zzjg3 .article {
    padding-top: 0.4rem;
  }
}
.about-zzjg3 .article img {
  max-width: 100%;
}
.about-zzjg3 .article .tips {
  font-weight: 400;
  color: #4a4a4a;
  font-size: 0.36rem;
  display: block;
  text-align: center;
  padding: 1em 0;
}
@media (max-width: 768px) {
  .about-zzjg3 .article .tips {
    font-size: 0.18rem;
  }
}
.about-ygfc1 {
  padding-top: 1.54rem;
  padding-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .about-ygfc1 {
    padding-top: 1.2rem;
    padding-bottom: 0.4rem;
  }
}
.about-ygfc1 .thead-title {
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .about-ygfc1 .thead-title {
    padding-bottom: 0.25rem;
  }
}
.about-ygfc1 .swiper1 {
  position: relative;
}
.about-ygfc1 .swiper1 .swiper-button-next,
.about-ygfc1 .swiper1 .swiper-button-prev {
  --swiper-navigation-color: #e0e0e0;
  --swiper-navigation-size: 0.18rem;
}
@media (max-width: 768px) {
  .about-ygfc1 .swiper1 .swiper-button-next,
  .about-ygfc1 .swiper1 .swiper-button-prev {
    --swiper-navigation-size: 0.08rem;
  }
}
.about-ygfc1 .swiper1 .swiper-button-next:hover,
.about-ygfc1 .swiper1 .swiper-button-prev:hover {
  --swiper-navigation-color: #06a1d0;
}
.about-ygfc1 .swiper1 .swiper-button-next {
  right: 0;
}
.about-ygfc1 .swiper1 .swiper-button-prev {
  left: 0;
}
.about-ygfc1 .swiper1 .swiper .swiper-slide {
  height: auto;
  text-align: center;
  cursor: pointer;
}
.about-ygfc1
  .swiper1
  .swiper
  .swiper-slide.swiper-slide-thumb-active
  .item
  .year {
  font-size: 0.42rem;
  color: #222;
}
@media (max-width: 768px) {
  .about-ygfc1
    .swiper1
    .swiper
    .swiper-slide.swiper-slide-thumb-active
    .item
    .year {
    font-size: 0.16rem;
  }
}
.about-ygfc1
  .swiper1
  .swiper
  .swiper-slide.swiper-slide-thumb-active
  .item
  .year::after {
  opacity: 1;
}
.about-ygfc1 .swiper1 .item {
  position: relative;
  text-align: center;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.about-ygfc1 .swiper1 .item .year {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.28rem;
  color: #c4c4c4;
  font-weight: 400;
  line-height: 1;
  padding: 0 0.2rem;
  height: 0.9rem;
  position: relative;
  padding: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .about-ygfc1 .swiper1 .item .year {
    font-size: 0.12rem;
    height: 0.5rem;
  }
}
.about-ygfc1 .swiper1 .item .year::after {
  position: absolute;
  content: '';
  height: 0.05rem;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  transition: all ease-in-out 0.3s;
  opacity: 0;
}
@media (max-width: 768px) {
  .about-ygfc1 .swiper1 .item .year::after {
    height: 0.02rem;
  }
}
.about-ygfc1 .swiper2 {
  padding-top: 0.6rem;
}
@media (max-width: 768px) {
  .about-ygfc1 .swiper2 {
    padding-top: 0.3rem;
  }
}
.about-ygfc1 .swiper2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.45rem;
}
@media (max-width: 768px) {
  .about-ygfc1 .swiper2 .list {
    grid-template-columns: 1fr;
    grid-gap: 0.2rem;
  }
}
.about-ygfc1 .swiper2 .list .item:hover .img img {
  transform: scale(1.1);
}
.about-ygfc1 .swiper2 .list .item:hover .txt::after {
  opacity: 1;
}
.about-ygfc1 .swiper2 .list .item:hover .txt .tit span {
  background-image: linear-gradient(to right, #68b548, #00a2c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-ygfc1 .swiper2 .list .item a {
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.about-ygfc1 .swiper2 .list .item .img {
  height: 2.8rem;
  overflow: hidden;
  flex: 0 0 auto;
}
.about-ygfc1 .swiper2 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.about-ygfc1 .swiper2 .list .item .txt {
  box-shadow: 0px 7px 23px 4px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  position: relative;
  padding: 0.4rem 0.2rem;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .about-ygfc1 .swiper2 .list .item .txt {
    padding: 0.2rem 0.15rem;
  }
}
.about-ygfc1 .swiper2 .list .item .txt::after {
  position: absolute;
  content: '';
  height: 0.05rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  transition: all ease-in-out 0.3s;
  opacity: 0;
}
.about-ygfc1 .swiper2 .list .item .txt .tit {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.about-ygfc1 .swiper2 .list .item .txt .tit span {
  color: #333;
  font-size: 0.22rem;
}
@media (max-width: 768px) {
  .about-ygfc1 .swiper2 .list .item .txt .tit span {
    font-size: 0.16rem;
  }
}
.about-ygfc1 .swiper2 .list .item .txt .desc {
  padding-top: 1em;
  color: #999;
  font-weight: 400;
  font-size: 0.18rem;
  text-align: center;
}
@media (max-width: 768px) {
  .about-ygfc1 .swiper2 .list .item .txt .desc {
    font-size: 0.12rem;
  }
}
.about-ygfc1 .swiper2 .more {
  position: relative;
  text-align: center;
  margin-top: 0.6rem;
}
@media (max-width: 768px) {
  .about-ygfc1 .swiper2 .more {
    margin-top: 0.4rem;
  }
}
.about-ygfc1 .swiper2 .more:before {
  position: absolute;
  content: '';
  background: #ececec;
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
}
.about-ygfc1 .swiper2 .more a {
  display: inline-block;
  color: #999;
  padding: 0 1em;
  line-height: 1;
  font-size: 0.18rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .about-ygfc1 .swiper2 .more a {
    font-size: 0.12rem;
  }
}
.about-ygfc2 {
  padding-top: 0.4rem;
}
@media (max-width: 768px) {
  .about-ygfc2 {
    padding-top: 0.2rem;
  }
}
.about-ygfc2 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.4rem;
  padding-top: 0.5rem;
}
@media (max-width: 768px) {
  .about-ygfc2 .list {
    grid-gap: 0.2rem;
    padding-top: 0.2rem;
  }
}
.about-ygfc2 .list .item {
  position: relative;
  height: 100%;
  box-shadow: 0px 11px 36px 4px rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 0.3s;
}
.about-ygfc2 .list .item:hover {
  box-shadow: 0px 19px 58px 7px rgba(66, 170, 144, 0.35);
}
.about-ygfc2 .list .item:hover .img img {
  transform: scale(1.1);
}
.about-ygfc2 .list .item .img {
  height: 100%;
  overflow: hidden;
}
.about-ygfc2 .list .item .img a {
  display: block;
  height: 100%;
}
.about-ygfc2 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.about-ygfc2 .list .item .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 500;
  color: #ffffff;
  font-size: 0.22rem;
  line-height: 1;
  padding: 1.2em 3em;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
@media (max-width: 768px) {
  .about-ygfc2 .list .item .txt {
    font-size: 0.12rem;
    padding: 0.8em 2em;
  }
}
.about-ygfc2 .list .item .txt p {
  line-height: 1;
}
.ywly-show1 {
  padding-top: 1.54rem;
  padding-bottom: 0.8rem;
  background: url(../images/yewu/2/24.png) no-repeat center 80%;
}
.ywly-show1 .video {
  position: relative;
  margin-top: 0.4rem;
  height: 6rem;
}
@media (max-width: 768px) {
  .ywly-show1 .video {
    height: 2rem;
  }
}
.ywly-show1 .video video {
  object-fit: cover;
}
.ywly-show2 .list {
  padding-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.3rem;
}
@media (max-width: 768px) {
  .ywly-show2 .list {
    padding-top: 0.2rem;
    grid-gap: 0.1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.ywly-show2 .list .item {
  width: 2.64rem;
  background: #efefef;
  border-radius: 0.4rem;
  box-sizing: border-box;
  padding: 0.06rem;
  position: relative;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .ywly-show2 .list .item {
    width: 100%;
  }
}
.ywly-show2 .list .item:hover {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
.ywly-show2 .list .item:hover .txt .tit p span {
  background-image: linear-gradient(to right, #68b548, #00a2c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ywly-show2 .list .item a {
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 0.4rem;
}
.ywly-show2 .list .item .number {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  font-weight: bold;
  color: #ffffff;
  font-size: 0.2rem;
  line-height: 0.4rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.ywly-show2 .list .item .img {
  overflow: hidden;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  width: 100%;
}
@media (max-width: 768px) {
  .ywly-show2 .list .item .img {
    height: 2rem;
  }
}
.ywly-show2 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
}
.ywly-show2 .list .item .txt .tit {
  text-align: center;
  padding-top: 0.3rem;
  padding-bottom: 0.1rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .ywly-show2 .list .item .txt .tit {
    padding-top: 0.2rem;
  }
}
.ywly-show2 .list .item .txt .tit p {
  margin: 0;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ywly-show2 .list .item .txt .tit p span {
  font-weight: bold;
  color: #000000;
  font-size: 0.2rem;
}
@media (max-width: 768px) {
  .ywly-show2 .list .item .txt .tit p span {
    font-size: 0.16rem;
  }
}
.ywly-show2 .list .item .txt .desc {
  font-weight: 400;
  color: #666666;
  font-size: 0.16rem;
  padding: 0 0.3rem 0.3rem 0.3rem;
}
@media (max-width: 768px) {
  .ywly-show2 .list .item .txt .desc {
    font-size: 0.12rem;
    padding: 0 0.14rem 0.14rem 0.14rem;
  }
}
.ywly-show3 {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .ywly-show3 {
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
  }
}
.ywly-show3 .thead-title {
  padding-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .ywly-show3 .thead-title {
    padding-bottom: 0.4rem;
  }
}
.ywly-show3 .thead-title .desc {
  font-size: 0.2rem;
  color: #999;
}
@media (max-width: 768px) {
  .ywly-show3 .thead-title .desc {
    font-size: 0.14rem;
  }
}
.ywly-show3 .item {
  background: #ffffff;
  box-shadow: 0px 4px 38px 0px rgba(34, 23, 20, 0.09);
  display: flex;
}
@media (max-width: 768px) {
  .ywly-show3 .item {
    display: block;
  }
}
.ywly-show3 .item .img {
  flex: 0 0 auto;
  width: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ywly-show3 .item .img {
    width: 100%;
  }
}
.ywly-show3 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.ywly-show3 .item .txt {
  flex: 0 0 auto;
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .ywly-show3 .item .txt {
    width: 100%;
  }
}
.ywly-show3 .item .txt ul {
  padding: 0.6rem 0.7rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .ywly-show3 .item .txt ul {
    padding: 0.2rem;
  }
}
.ywly-show3 .item .txt ul li {
  font-weight: 400;
  font-size: 0.22rem;
  color: #666;
  line-height: 1.4;
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .ywly-show3 .item .txt ul li {
    font-size: 0.14rem;
  }
}
.ywly-show3 .item .txt ul li::before {
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/yewu/2/8.png) no-repeat center center;
  flex: 0 0 auto;
}
.ywly-show3 .item .txt ul li p {
  flex: 1 1 auto;
  margin: 0;
  line-height: initial;
  padding-left: 0.5em;
}
.ywly-show3 .item .txt ul li + li {
  padding-top: 0.5em;
}
.ywly-show4 {
  background-color: #f3f3f3;
  padding-bottom: 0.6rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ywly-show4 {
    padding-bottom: 0.6rem;
  }
}
.ywly-show4 .thead-title {
  padding-top: 1rem;
  padding-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .ywly-show4 .thead-title {
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
  }
}
.ywly-show4 .swiper1 {
  position: relative;
}
@media (max-width: 768px) {
  .ywly-show4 .swiper1 {
    padding: 0 20px;
    padding-bottom: 90px;
  }
}
.ywly-show4 .swiper1 .swiper-button-next,
.ywly-show4 .swiper1 .swiper-button-prev {
  z-index: 33;
  width: 0.67rem;
  height: 0.67rem;
  border-radius: 100%;
  bottom: 0.8rem;
  top: auto;
  margin-top: 0;
  left: 50%;
  outline: none;
  background: rgba(42, 42, 42, 0);
  border: 1px solid #999999;
  opacity: 1 !important;
}
.ywly-show4 .swiper1 .swiper-button-next:after,
.ywly-show4 .swiper1 .swiper-button-prev:after {
  display: none;
}
.ywly-show4 .swiper1 .swiper-button-next:before,
.ywly-show4 .swiper1 .swiper-button-prev:before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .ywly-show4 .swiper1 .swiper-button-next,
  .ywly-show4 .swiper1 .swiper-button-prev {
    width: 0.44rem;
    height: 0.44rem;
    bottom: calc(0.8rem / 2);
  }
}
.ywly-show4 .swiper1 .swiper-button-next {
  margin-right: calc(-0.67rem - 0.2rem);
}
@media (max-width: 768px) {
  .ywly-show4 .swiper1 .swiper-button-next {
    margin-right: calc(-0.44rem - 0.2rem);
  }
}
.ywly-show4 .swiper1 .swiper-button-next:before {
  background: url(../images/about/icon/jt-right-def.png) no-repeat center center;
  background-size: contain;
}
.ywly-show4 .swiper1 .swiper-button-next:hover {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  border-color: transparent;
}
.ywly-show4 .swiper1 .swiper-button-next:hover:before {
  background: url(../images/about/icon/jt-right-hover.png) no-repeat center
    center;
  background-size: contain;
}
.ywly-show4 .swiper1 .swiper-button-prev {
  margin-left: calc(-0.67rem - 0.2rem);
}
@media (max-width: 768px) {
  .ywly-show4 .swiper1 .swiper-button-prev {
    margin-left: calc(-0.44rem - 0.2rem);
  }
}
.ywly-show4 .swiper1 .swiper-button-prev:before {
  background: url(../images/about/icon/jt-left-def.png) no-repeat center center;
  background-size: contain;
}
.ywly-show4 .swiper1 .swiper-button-prev:hover {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  border-color: transparent;
}
.ywly-show4 .swiper1 .swiper-button-prev:hover:before {
  background: url(../images/about/icon/jt-left-hover.png) no-repeat center
    center;
  background-size: contain;
}
.ywly-show4 .swiper1 .swiper-button-next,
.ywly-show4 .swiper1 .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .ywly-show4 .swiper1 .swiper-button-next,
  .ywly-show4 .swiper1 .swiper-button-prev {
    top: auto;
    transform: none;
    bottom: 0;
  }
}
.ywly-show4 .swiper1 .swiper-button-next {
  right: 0;
  left: auto;
}
@media (max-width: 996px) {
  .ywly-show4 .swiper1 .swiper-button-next {
    right: 0.7rem;
  }
}
@media (max-width: 768px) {
  .ywly-show4 .swiper1 .swiper-button-next {
    right: 0.48rem;
    right: calc(100vw / 2 - 0.22rem);
  }
}
.ywly-show4 .swiper1 .swiper-button-prev {
  left: 0;
}
@media (max-width: 996px) {
  .ywly-show4 .swiper1 .swiper-button-prev {
    left: 0.7rem;
  }
}
@media (max-width: 768px) {
  .ywly-show4 .swiper1 .swiper-button-prev {
    left: 0.48rem;
    left: calc(100vw / 2 - 0.22rem);
  }
}
.ywly-show4 .swiper1 .swiper-pagination {
  display: none;
}
.ywly-show4 .swiper1 .swiper {
  padding-top: 0.3rem;
}
@media (max-width: 768px) {
  .ywly-show4 .swiper1 .swiper {
    overflow: initial;
  }
}
.ywly-show4 .swiper1 .swiper .swiper-slide.swiper-slide-active .item .txt {
  display: block;
}
.ywly-show4 .swiper1 .swiper .item .img {
  background-color: #fff;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.15);
}
.ywly-show4 .swiper1 .swiper .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ywly-show4 .swiper1 .swiper .item .txt {
  display: none;
  padding-top: 0.4rem;
  text-align: center;
  font-size: 0.22rem;
  color: #333;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ywly-show4 .swiper1 .swiper .item .txt {
    font-size: 0.14rem;
    padding-top: 0.2rem;
  }
}
.ywly-show4 .swiper1 .swiper .item .txt p {
  line-height: 1;
  margin: 0;
}
.ywly-show4 .swiper2 {
  position: relative;
  padding: 0.6rem 0;
}
@media (max-width: 768px) {
  .ywly-show4 .swiper2 {
    padding: 0.3rem 0;
  }
}
.ywly-show4 .swiper2 .swiper-pagination {
  bottom: 0;
}
.ywly-show4 .swiper2 .swiper-pagination .swiper-pagination-bullet {
  width: 0.35rem;
  border-radius: 0.02rem;
  height: 0.04rem;
  border: none;
}
.ywly-show4
  .swiper2
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  border: none;
}
.ywly-show4 .swiper2 .swiper {
  overflow: initial;
}
@media (max-width: 768px) {
  .ywly-show4 .swiper2 .swiper {
    padding: 0 0.3rem;
  }
}
.ywly-show4 .swiper2 .swiper-slide {
  height: initial;
  width: 7rem;
  box-shadow: 0px 11px 36px 4px rgba(0, 0, 0, 0.2);
}
.ywly-show4 .swiper2 .swiper-slide.swiper-slide-prev .item {
  opacity: 0.4;
}
.ywly-show4 .swiper2 .swiper-slide.swiper-slide-next + .swiper-slide .item {
  opacity: 0.4;
}
.ywly-show4 .swiper2 .swiper-slide .item {
  position: relative;
  height: 100%;
  box-shadow: 0px 4px 38px 0px rgba(34, 23, 20, 0.06);
  transition: all ease-in-out 0.3s;
}
.ywly-show4 .swiper2 .swiper-slide .item a {
  display: flex;
  padding: 0.4rem;
  height: calc(1.6rem + 0.4rem + 0.4rem);
  box-sizing: border-box;
  height: auto;
}
@media (max-width: 768px) {
  .ywly-show4 .swiper2 .swiper-slide .item a {
    padding: 0.2rem;
  }
}
.ywly-show4 .swiper2 .swiper-slide .item .img {
  width: 1.6rem;
  height: 1.6rem;
  flex: 0 0 auto;
  overflow: hidden;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  padding: 0.03rem;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .ywly-show4 .swiper2 .swiper-slide .item .img {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.ywly-show4 .swiper2 .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 100%;
}
.ywly-show4 .swiper2 .swiper-slide .item .txt {
  flex: 1 1 auto;
  padding-left: 0.4rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .ywly-show4 .swiper2 .swiper-slide .item .txt {
    padding-left: 0.2rem;
  }
}
.ywly-show4 .swiper2 .swiper-slide .item .txt .tit {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.ywly-show4 .swiper2 .swiper-slide .item .txt .tit h3 {
  font-size: 0.26rem;
  flex: 0 0 auto;
  font-weight: bold;
  color: #333;
}
@media (max-width: 768px) {
  .ywly-show4 .swiper2 .swiper-slide .item .txt .tit {
    display: block;
  }
  .ywly-show4 .swiper2 .swiper-slide .item .txt .tit h3 {
    font-size: 0.16rem;
    margin-bottom: 0;
  }
}
.ywly-show4 .swiper2 .swiper-slide .item .txt .tit p {
  flex: 1 1 auto;
  color: #666;
  line-height: 1.4;
  margin: 0;
  font-size: 0.16rem;
  padding-left: 0.4rem;
}
@media (max-width: 768px) {
  .ywly-show4 .swiper2 .swiper-slide .item .txt .tit p {
    font-size: 0.12rem;
    padding-left: 0;
    margin: 0.5em 0;
  }
}
.ywly-show4 .swiper2 .swiper-slide .item .txt .desc {
  margin-right: -0.4rem;
  padding-right: 0.4rem;
  flex: 1 1 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ywly-show4 .swiper2 .swiper-slide .item .txt .desc {
    margin-right: -0.2rem;
    padding-right: 0.2rem;
  }
}
.ywly-show5 {
  padding-top: 1rem;
  padding-bottom: 1.8rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ywly-show5 {
    padding-top: 0.5rem;
    padding-bottom: 0.9rem;
  }
}
.ywly-show5 .list {
  padding-top: 0.6rem;
}
@media (max-width: 768px) {
  .ywly-show5 .list {
    padding-top: 0.3rem;
  }
}
.ywly-show5 .list .list-tit {
  display: flex;
  justify-content: center;
}
.ywly-show5 .list .list-tit.active {
  display: flex;
}
@media (max-width: 768px) {
  .ywly-show5 .list .list-tit.active {
    display: none;
  }
}
@media (max-width: 768px) {
  .ywly-show5 .list .list-tit {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.3rem;
    display: none !important;
  }
}
.ywly-show5 .list .list-tit .item {
  flex: 0 0 auto;
  width: 1.8rem;
  height: 1.93rem;
  position: relative;
  padding: 0 0.3rem;
}
@media (max-width: 768px) {
  .ywly-show5 .list .list-tit .item {
    width: calc(1.8rem / 2);
    height: calc(1.93rem / 2);
  }
}
.ywly-show5 .list .list-tit .item:hover::before,
.ywly-show5 .list .list-tit .item.active::before {
  opacity: 1;
}
.ywly-show5 .list .list-tit .item::before {
  position: absolute;
  width: 2.46rem;
  height: 2.54rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0.21rem;
  content: '';
  background: url(../images/yewu/2/15.png) no-repeat center center;
  background-size: contain;
  opacity: 0;
  z-index: 22;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .ywly-show5 .list .list-tit .item::before {
    width: calc(2.46rem / 2);
    height: calc(2.54rem / 2);
    margin-top: calc(0.21rem / 2);
  }
}
.ywly-show5 .list .list-tit .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.ywly-show5 .list .list-tit .item .img {
  width: 1.87rem;
  height: 1.87rem;
  box-sizing: border-box;
  border: 8px solid #ffffff;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
@media (max-width: 768px) {
  .ywly-show5 .list .list-tit .item .img {
    width: calc(1.87rem / 2);
    height: calc(1.87rem / 2);
    border: 2px solid #ffffff;
  }
}
.ywly-show5 .list .list-tit .item .img::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.45);
}
.ywly-show5 .list .list-tit .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.ywly-show5 .list .list-tit .item .txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: 33;
  font-weight: bold;
  color: #fff;
  font-size: 0.22rem;
}
@media (max-width: 768px) {
  .ywly-show5 .list .list-tit .item .txt {
    font-size: 0.14rem;
  }
}
.ywly-show5 .list .list-tit-swiper {
  display: none;
}
.ywly-show5 .list .list-tit-swiper.active {
  display: block;
}
@media (max-width: 768px) {
  .ywly-show5 .list .list-tit-swiper.active {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .ywly-show5 .list .list-tit-swiper {
    display: block !important;
  }
}
.ywly-show5 .list .list-tit-swiper .swiper {
  padding: 20px;
  margin: -20px;
}
.ywly-show5 .list .list-tit-swiper .swiper-slide {
  width: 1.7rem;
}
@media (max-width: 768px) {
  .ywly-show5 .list .list-tit-swiper .swiper-slide {
    width: calc(1.8rem / 2);
  }
}
.ywly-show5 .list .list-tit-swiper .swiper-slide.active .item::before {
  opacity: 1;
}
.ywly-show5 .list .list-tit-swiper .item {
  flex: 1 1 auto;
  width: 1.8rem;
  height: 1.93rem;
  position: relative;
}
@media (max-width: 768px) {
  .ywly-show5 .list .list-tit-swiper .item {
    width: calc(1.8rem / 2);
    height: calc(1.93rem / 2);
  }
}
.ywly-show5 .list .list-tit-swiper .item:hover::before,
.ywly-show5 .list .list-tit-swiper .item.active::before {
  opacity: 1;
}
.ywly-show5 .list .list-tit-swiper .item::before {
  position: absolute;
  width: 2.46rem;
  height: 2.54rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0.21rem;
  content: '';
  background: url(../images/yewu/2/15.png) no-repeat center center;
  background-size: contain;
  opacity: 0;
  z-index: 22;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .ywly-show5 .list .list-tit-swiper .item::before {
    width: calc(2.46rem / 2);
    height: calc(2.54rem / 2);
    margin-top: calc(0.21rem / 2);
  }
}
.ywly-show5 .list .list-tit-swiper .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.ywly-show5 .list .list-tit-swiper .item .img {
  width: 1.87rem;
  height: 1.87rem;
  box-sizing: border-box;
  border: 8px solid #ffffff;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
@media (max-width: 768px) {
  .ywly-show5 .list .list-tit-swiper .item .img {
    width: calc(1.87rem / 2);
    height: calc(1.87rem / 2);
    border: 2px solid #ffffff;
  }
}
.ywly-show5 .list .list-tit-swiper .item .img::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.45);
}
.ywly-show5 .list .list-tit-swiper .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.ywly-show5 .list .list-tit-swiper .item .txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: 33;
  font-weight: bold;
  color: #fff;
  font-size: 0.22rem;
}
@media (max-width: 768px) {
  .ywly-show5 .list .list-tit-swiper .item .txt {
    font-size: 0.14rem;
  }
}
.ywly-show5 .list .list-swiper {
  padding-top: 0.6rem;
}
@media (max-width: 768px) {
  .ywly-show5 .list .list-swiper {
    padding-top: 0.3rem;
  }
}
.ywly-show5 .list .list-swiper .list-swiper-item {
  position: relative;
  padding-bottom: 1rem;
  display: none;
}
@media (max-width: 768px) {
  .ywly-show5 .list .list-swiper .list-swiper-item {
    padding-bottom: 0.6rem;
  }
}
.ywly-show5 .list .list-swiper .list-swiper-item.active {
  display: block;
}
.ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-next,
.ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-prev {
  z-index: 33;
  width: 0.67rem;
  height: 0.67rem;
  border-radius: 100%;
  bottom: 0.8rem;
  top: auto;
  margin-top: 0;
  left: 50%;
  outline: none;
  background: rgba(42, 42, 42, 0);
  border: 1px solid #999999;
  opacity: 1 !important;
}
.ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-next:after,
.ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-prev:after {
  display: none;
}
.ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-next:before,
.ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-prev:before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-next,
  .ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-prev {
    width: 0.44rem;
    height: 0.44rem;
    bottom: calc(0.8rem / 2);
  }
}
.ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-next {
  margin-right: calc(-0.67rem - 0.2rem);
}
@media (max-width: 768px) {
  .ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-next {
    margin-right: calc(-0.44rem - 0.2rem);
  }
}
.ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-next:before {
  background: url(../images/about/icon/jt-right-def.png) no-repeat center center;
  background-size: contain;
}
.ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-next:hover {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  border-color: transparent;
}
.ywly-show5
  .list
  .list-swiper
  .list-swiper-item
  .swiper-button-next:hover:before {
  background: url(../images/about/icon/jt-right-hover.png) no-repeat center
    center;
  background-size: contain;
}
.ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-prev {
  margin-left: calc(-0.67rem - 0.2rem);
}
@media (max-width: 768px) {
  .ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-prev {
    margin-left: calc(-0.44rem - 0.2rem);
  }
}
.ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-prev:before {
  background: url(../images/about/icon/jt-left-def.png) no-repeat center center;
  background-size: contain;
}
.ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-prev:hover {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
  border-color: transparent;
}
.ywly-show5
  .list
  .list-swiper
  .list-swiper-item
  .swiper-button-prev:hover:before {
  background: url(../images/about/icon/jt-left-hover.png) no-repeat center
    center;
  background-size: contain;
}
.ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-next,
.ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-prev {
  border-radius: 0;
  left: 0;
  bottom: 0;
}
.ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-prev {
  margin-left: 0;
}
.ywly-show5 .list .list-swiper .list-swiper-item .swiper-button-next {
  margin-left: calc(0.37rem + 0.4rem);
}
.ywly-show5 .list .list-swiper .list-swiper-item .swiper {
  overflow: initial;
}
.ywly-show5 .list .list-swiper .list-swiper-item .swiper .swiper-slide {
  width: 7rem;
}
.ywly-show5 .list .list-swiper .list-swiper-item .swiper .swiper-slide .item {
  overflow: hidden;
  height: 4.1rem;
}
@media (max-width: 768px) {
  .ywly-show5 .list .list-swiper .list-swiper-item .swiper .swiper-slide .item {
    height: calc(4.1rem / 2);
  }
}
.ywly-show5 .list .list-swiper .list-swiper-item .swiper .swiper-slide .item a {
  display: block;
  height: 100%;
}
.ywly-show5
  .list
  .list-swiper
  .list-swiper-item
  .swiper
  .swiper-slide
  .item
  .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.ywly-show5
  .list
  .list-swiper
  .list-swiper-item
  .swiper
  .swiper-slide
  .item
  .img::after {
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100,000000+101&0+0,0.65+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%,
    rgba(0, 0, 0, 0.65) 101%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%,
    rgba(0, 0, 0, 0.65) 101%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%,
    rgba(0, 0, 0, 0.65) 101%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 3;
}
.ywly-show5
  .list
  .list-swiper
  .list-swiper-item
  .swiper
  .swiper-slide
  .item
  .img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.ywly-show5
  .list
  .list-swiper
  .list-swiper-item
  .swiper
  .swiper-slide
  .item
  .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 33;
  font-weight: bold;
  color: #ffffff;
  font-size: 0.24rem;
  padding: 0.3rem 0.5rem;
}
@media (max-width: 768px) {
  .ywly-show5
    .list
    .list-swiper
    .list-swiper-item
    .swiper
    .swiper-slide
    .item
    .txt {
    font-size: 0.14rem;
    padding: 0.2rem 0.3rem;
  }
}
.ywly-box-show1 {
  padding-top: 1.32rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background: url(../images/yewu/3/2.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .ywly-box-show1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ywly-box-show1 .swiper1 {
  position: relative;
  padding: 0.45rem 0 0.6rem 0;
}
.ywly-box-show1 .swiper1 .swiper-button-next,
.ywly-box-show1 .swiper1 .swiper-button-prev {
  display: none;
}
.ywly-box-show1 .swiper1 .swiper-pagination {
  bottom: 0;
}
.ywly-box-show1 .swiper1 .swiper-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.04rem;
  opacity: 1;
  background-color: #bebebe;
  border-radius: 0;
}
.ywly-box-show1
  .swiper1
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
.ywly-box-show1 .swiper1 .swiper {
  height: 100%;
}
.ywly-box-show1 .swiper1 .swiper .swiper-slide .img {
  height: 6rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ywly-box-show1 .swiper1 .swiper .swiper-slide .img {
    height: 3rem;
  }
}
.ywly-box-show1 .swiper1 .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ywly-box-show1 .swiper1 .swiper .swiper-slide .item {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/yewu/3/3.png) no-repeat left center;
  background-size: cover;
  padding: 1rem 0 1rem 0.8rem;
  color: #fff;
}
@media (max-width: 768px) {
  .ywly-box-show1 .swiper1 .swiper .swiper-slide .item {
    padding: 0.2rem;
    padding-top: 0.5rem;
  }
}
.ywly-box-show1 .swiper1 .swiper .swiper-slide .item .t1 {
  font-size: 0.4rem;
  line-height: 1;
  color: #fff;
}
@media (max-width: 768px) {
  .ywly-box-show1 .swiper1 .swiper .swiper-slide .item .t1 {
    font-size: 0.15rem;
  }
}
.ywly-box-show1 .swiper1 .swiper .swiper-slide .item .numbers {
  padding: 0.5rem 0;
  max-width: 3rem;
}
@media (max-width: 768px) {
  .ywly-box-show1 .swiper1 .swiper .swiper-slide .item .numbers {
    padding: 0.14rem 0;
  }
}
.ywly-box-show1 .swiper1 .swiper .swiper-slide .item .numbers ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.3rem 0.1rem;
}
@media (max-width: 768px) {
  .ywly-box-show1 .swiper1 .swiper .swiper-slide .item .numbers ul {
    grid-gap: 0.15rem 0.05rem;
  }
}
.ywly-box-show1 .swiper1 .swiper .swiper-slide .item .numbers ul li .num {
  font-size: 0.4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .ywly-box-show1 .swiper1 .swiper .swiper-slide .item .numbers ul li .num {
    font-size: 0.15rem;
  }
}
.ywly-box-show1
  .swiper1
  .swiper
  .swiper-slide
  .item
  .numbers
  ul
  li
  .num
  span:nth-child(2) {
  font-size: 0.2rem;
}
@media (max-width: 768px) {
  .ywly-box-show1
    .swiper1
    .swiper
    .swiper-slide
    .item
    .numbers
    ul
    li
    .num
    span:nth-child(2) {
    font-size: 0.12rem;
  }
}
.ywly-box-show1 .swiper1 .swiper .swiper-slide .item .numbers ul li .t {
  padding-top: 0.8em;
  font-size: 0.18rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .ywly-box-show1 .swiper1 .swiper .swiper-slide .item .numbers ul li .t {
    padding-top: 0.041rem;
    font-size: 0.12rem;
  }
}
.ywly-box-show1 .swiper1 .swiper .swiper-slide .item .desc {
  font-size: 0.2rem;
  max-width: 4.8rem;
}
@media (max-width: 768px) {
  .ywly-box-show1 .swiper1 .swiper .swiper-slide .item .desc {
    font-size: 0.12rem;
  }
}
.ywly-box-show1-2 .list {
  padding: 0.1rem 0 0.6rem 0;
}
@media (max-width: 768px) {
  .ywly-box-show1-2 .list {
    padding: 0.1rem 0 0.3rem 0;
  }
}
.ywly-box-show1-2 .list .item {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .ywly-box-show1-2 .list .item {
    padding: 0.2rem 0;
    flex-direction: column;
  }
}
.ywly-box-show1-2 .list .item:nth-child(even) .img {
  order: 2;
}
@media (max-width: 768px) {
  .ywly-box-show1-2 .list .item:nth-child(even) .img {
    order: 0;
  }
}
.ywly-box-show1-2 .list .item:nth-child(even) .txt {
  padding-left: 0;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .ywly-box-show1-2 .list .item:nth-child(even) .txt {
    padding: 0;
    padding-top: 0.2rem;
  }
}
.ywly-box-show1-2 .list .item .img {
  flex: 0 0 auto;
  overflow: hidden;
  width: 7rem;
  height: 4.85rem;
}
@media (max-width: 768px) {
  .ywly-box-show1-2 .list .item .img {
    width: 100%;
    height: calc(4.85rem / 2);
  }
}
.ywly-box-show1-2 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ywly-box-show1-2 .list .item .txt {
  padding-left: 0.8rem;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .ywly-box-show1-2 .list .item .txt {
    padding-left: 0;
    width: 100%;
    padding-top: 0.2rem;
  }
}
.ywly-box-show1-2 .list .item .txt .t1 {
  line-height: 1;
  font-size: 0.36rem;
  color: #000;
  font-weight: bold;
}
@media (max-width: 768px) {
  .ywly-box-show1-2 .list .item .txt .t1 {
    font-size: 0.16rem;
  }
}
.ywly-box-show1-2 .list .item .txt .desc {
  padding-top: 1em;
  font-size: 0.2rem;
  color: #333;
}
@media (max-width: 768px) {
  .ywly-box-show1-2 .list .item .txt .desc {
    font-size: 0.12rem;
  }
}
.ywly-box-show1-2 .list .item .txt .desc ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.2rem;
  padding: 0.2rem 0;
}
.ywly-box-show1-2 .list .item .txt .desc ul li {
  border: 1px solid #099f43;
  background-color: #f7faf4;
  border-radius: 5px;
  font-size: 0.24rem;
  color: #6fba2c;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.2rem;
}
@media (max-width: 768px) {
  .ywly-box-show1-2 .list .item .txt .desc ul li {
    font-size: 0.12rem;
    height: calc(1.2rem / 2);
  }
}
.ywly-box-show1-2 .list .item .txt .desc ul li p {
  margin: 0;
  line-height: 1.2;
  text-align: center;
}
.ywly-box-show1-3 {
  background-color: #f8f8f8;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .ywly-box-show1-3 {
    padding: 0.5rem 0;
  }
}
.ywly-box-show1-3 .swiper1 {
  padding-top: 0.4rem;
  position: relative;
  padding-bottom: 0.4rem;
}
.ywly-box-show1-3 .swiper1 .swiper-pagination {
  bottom: 0;
}
.ywly-box-show1-3 .swiper1 .swiper-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.04rem;
  opacity: 1;
  background-color: #bebebe;
  border-radius: 0;
}
.ywly-box-show1-3
  .swiper1
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
.ywly-box-show1-3 .swiper1 .item {
  height: 2.12rem;
  background: url(../images/yewu/3/6.png) no-repeat right bottom;
  background-size: cover;
  box-shadow: 10px 0 40px rgba(124, 124, 124, 0.1);
  padding: 0.48rem 0.48rem 0 0.48rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ywly-box-show1-3 .swiper1 .item {
    height: calc(1.82rem / 2);
    padding: 0.15rem;
  }
}
.ywly-box-show1-3 .swiper1 .item:hover .bg-img {
  opacity: 1;
}
.ywly-box-show1-3 .swiper1 .item .bg-img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.ywly-box-show1-3 .swiper1 .item .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ywly-box-show1-3 .swiper1 .item .t1 {
  font-size: 0.24rem;
  color: #000;
  line-height: 1;
}
@media (max-width: 768px) {
  .ywly-box-show1-3 .swiper1 .item .t1 {
    font-size: 0.14rem;
  }
}
.ywly-box-show1-3 .swiper1 .item .t1 p {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ywly-box-show1-3 .swiper1 .item .desc {
  font-size: 0.18rem;
  padding-top: 0.3rem;
  color: #000;
}
@media (max-width: 768px) {
  .ywly-box-show1-3 .swiper1 .item .desc {
    font-size: 0.12rem;
    padding-top: 0.1rem;
  }
}
.ywly-box-show1-3 .swiper1 .item .desc ul li {
  display: flex;
  align-items: center;
}
.ywly-box-show1-3 .swiper1 .item .desc ul li + li {
  padding-top: 0.1rem;
}
@media (max-width: 768px) {
  .ywly-box-show1-3 .swiper1 .item .desc ul li + li {
    padding-top: 0.06rem;
  }
}
.ywly-box-show1-3 .swiper1 .item .desc ul li label {
  color: #666;
  font-weight: normal;
  flex: 0 0 auto;
  padding-right: 0.2rem;
}
@media (max-width: 768px) {
  .ywly-box-show1-3 .swiper1 .item .desc ul li label {
    padding-right: 0.1rem;
  }
}
.ywly-box-show1-3 .swiper1 .item .desc ul li p {
  flex: 1 1 auto;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ywly-box-show1-3 .list {
  padding-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.3rem;
}
@media (max-width: 768px) {
  .ywly-box-show1-3 .list {
    grid-gap: 0.15rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.ywly-box-show1-3 .list .item {
  height: 2.12rem;
  background: url(../images/yewu/3/6.png) no-repeat right bottom;
  background-size: cover;
  box-shadow: 10px 0 40px rgba(124, 124, 124, 0.1);
  padding: 0.48rem 0.48rem 0 0.48rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ywly-box-show1-3 .list .item {
    height: calc(1.82rem / 2);
    padding: 0.15rem;
  }
}
.ywly-box-show1-3 .list .item:hover .bg-img {
  opacity: 1;
}
.ywly-box-show1-3 .list .item .bg-img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.ywly-box-show1-3 .list .item .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ywly-box-show1-3 .list .item .t1 {
  font-size: 0.24rem;
  color: #000;
  line-height: 1;
}
@media (max-width: 768px) {
  .ywly-box-show1-3 .list .item .t1 {
    font-size: 0.14rem;
  }
}
.ywly-box-show1-3 .list .item .t1 p {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ywly-box-show1-3 .list .item .desc {
  font-size: 0.18rem;
  padding-top: 0.3rem;
  color: #000;
}
@media (max-width: 768px) {
  .ywly-box-show1-3 .list .item .t1 p {
    white-space: normal;
    line-height: 1.2;
  }
  .ywly-box-show1-3 .list .item .desc {
    font-size: 0.12rem;
    padding-top: 0.1rem;
  }
}
.ywly-box-show1-3 .list .item .desc ul li {
  display: flex;
  align-items: center;
}
.ywly-box-show1-3 .list .item .desc ul li + li {
  padding-top: 0.1rem;
}
@media (max-width: 768px) {
  .ywly-box-show1-3 .list .item .desc ul li + li {
    padding-top: 0.06rem;
  }
}
.ywly-box-show1-3 .list .item .desc ul li label {
  color: #666;
  font-weight: normal;
  flex: 0 0 auto;
  padding-right: 0.2rem;
}
@media (max-width: 768px) {
  .ywly-box-show1-3 .list .item .desc ul li label {
    padding-right: 0.1rem;
  }
}
.ywly-box-show1-3 .list .item .desc ul li p {
  flex: 1 1 auto;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.layui-layer-photos {
  background-color: #fff;
  padding: 10px;
}
.layui-layer-imgnext,
.layui-layer-imgprev {
  width: 0.67rem;
  height: 0.67rem;
  border-radius: 100%;
  outline: none;
  background: rgba(42, 42, 42, 0);
  border: 1px solid #999999;
}
@media (max-width: 768px) {
  .layui-layer-imgnext,
  .layui-layer-imgprev {
    width: calc(0.67rem / 2);
    height: calc(0.67rem / 2);
  }
}
.layui-layer-imgnext:before,
.layui-layer-imgprev:before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .layui-layer-imgnext:before,
  .layui-layer-imgprev:before {
    width: calc(0.2rem / 2);
    height: calc(0.2rem / 2);
  }
}
.layui-layer-imgnext:hover,
.layui-layer-imgprev:hover {
  border: none;
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
.layui-layer-imgnext::before {
  background: url(../images/about/icon/jt-right-def.png) no-repeat center center;
  background-size: contain;
}
.layui-layer-imgnext:hover::before {
  background: url(../images/about/icon/jt-right-hover.png) no-repeat center
    center;
  background-size: contain;
}
.layui-layer-imgprev::before {
  background: url(../images/about/icon/jt-left-def.png) no-repeat center center;
  background-size: contain;
}
.layui-layer-imgprev:hover::before {
  background: url(../images/about/icon/jt-left-hover.png) no-repeat center
    center;
  background-size: contain;
}
/*2023-05-06*/
.lxwm-box1 {
  background: url(../images/lxwm/bg.png) no-repeat center center;
  background-size: cover;
  padding: 1.75rem 0 1.03rem 0;
}
@media (max-width: 768px) {
  .lxwm-box1 {
    padding: 0.5rem 0;
  }
}
.lxwm-box1 .jia-container {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .lxwm-box1 .jia-container {
    display: block;
    overflow: hidden;
  }
}
.lxwm-box1 .img {
  flex: 0 0 auto;
  width: 5.14rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .lxwm-box1 .img {
    width: 100%;
    height: 2.82rem;
    padding-bottom: 0.4rem;
  }
}
.lxwm-box1 .img img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.lxwm-box1 .list {
  flex: 1 1 auto;
  background: #ffffff;
  box-shadow: 0px 7px 23px 4px rgba(0, 0, 0, 0.04);
  width: 8.66rem;
  margin-left: calc(0.6rem);
  padding: 0.5rem 0.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.36rem;
  overflow: hidden;
  grid-row-gap: 0.8rem;
}
@media (max-width: 768px) {
  .lxwm-box1 .list {
    grid-template-columns: 1fr;
    width: auto;
    margin: 0;
    padding: 0.3rem 0.2rem;
    grid-gap: 0.2rem;
    grid-row-gap: 0.3rem;
  }
}
.lxwm-box1 .list .item {
  position: relative;
}
.lxwm-box1 .list .item::after {
  position: absolute;
  content: '';
  height: 1px;
  left: 0;
  right: 0;
  bottom: calc(-0.8rem / 2);
  background-color: rgba(102, 102, 102, 0.15);
}
@media (max-width: 768px) {
  .lxwm-box1 .list .item::after {
    bottom: calc(-0.3rem / 2);
  }
}
.lxwm-box1 .list .item:nth-last-child(1)::after,
.lxwm-box1 .list .item:nth-last-child(2)::after {
  display: none;
}
@media (max-width: 768px) {
  .lxwm-box1 .list .item:nth-last-child(2)::after {
    display: block;
  }
}
.lxwm-box1 .list .item .t1 {
  font-size: 0.22rem;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lxwm-box1 .list .item .t1 {
    font-size: 0.16rem;
  }
}
.lxwm-box1 .list .item .t1::before {
  flex: 0 0 auto;
  margin-right: 0.6em;
  content: '';
  width: 0.06rem;
  height: 1em;
  line-height: inherit;
  background: linear-gradient(0deg, #63b44d 0%, #02a2c1 100%);
}
@media (max-width: 768px) {
  .lxwm-box1 .list .item .t1::before {
    width: 0.03rem;
  }
}
.lxwm-box1 .list .item .t1 p {
  font-size: inherit;
  line-height: inherit;
}
.lxwm-box1 .list .item .desc {
  font-size: 0.16rem;
  color: #999;
  padding-top: 0.5em;
}
@media (max-width: 768px) {
  .lxwm-box1 .list .item .desc {
    font-size: 0.12rem;
  }
}
.lxwm-box1 .list .item .desc p {
  font-size: inherit;
  line-height: inherit;
}
.join-box1 {
  padding-top: 1.52rem;
  background-color: #f3f3f3;
  padding-bottom: 1.38rem;
}
@media (max-width: 768px) {
  .join-box1 {
    padding-top: calc(1.52rem / 2);
    padding-bottom: calc(1.38rem / 2);
  }
}
.join-box1 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.4rem;
  padding-top: 0.7rem;
}
@media (max-width: 768px) {
  .join-box1 .list {
    grid-template-columns: 1fr;
    grid-gap: 0.15rem;
    padding-top: 0.3rem;
  }
}
.join-box1 .list .item {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 7px 23px 4px rgba(0, 0, 0, 0.04);
  padding: 0.45rem;
  display: flex;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .join-box1 .list .item {
    padding: 0.2rem;
  }
}
.join-box1 .list .item:hover {
  background: linear-gradient(-90deg, #00a2c4, #68b548);
}
.join-box1 .list .item:hover .txt .t1 {
  color: #fff;
}
.join-box1 .list .item:hover .txt .desc {
  color: rgba(255, 255, 255, 0.7);
}
.join-box1 .list .item:hover .img {
  background-color: #fff;
  border-color: #fff;
}
.join-box1 .list .item:hover .img img.img1 {
  opacity: 0;
}
.join-box1 .list .item:hover .img img.img2 {
  opacity: 1;
  z-index: 3;
}
.join-box1 .list .item::before {
  position: absolute;
  content: '01';
  color: #333;
  opacity: 0.05;
  font-size: 170px;
  font-family: Arial;
  font-weight: bold;
  line-height: 1;
  right: 0;
  bottom: -0.3em;
}
@media (max-width: 768px) {
  .join-box1 .list .item::before {
    font-size: 100px;
  }
}
.join-box1 .list .item:nth-child(2)::before {
  content: '02';
}
.join-box1 .list .item:nth-child(3)::before {
  content: '03';
}
.join-box1 .list .item:nth-child(4)::before {
  content: '04';
}
.join-box1 .list .item .txt {
  flex: 1 1 auto;
  padding-left: 0.45rem;
}
@media (max-width: 768px) {
  .join-box1 .list .item .txt {
    padding-left: 0.2rem;
  }
}
.join-box1 .list .item .txt .t1 {
  line-height: 1;
  font-weight: 500;
  color: #333333;
  font-size: 0.28rem;
  position: relative;
  padding-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .join-box1 .list .item .txt .t1 {
    font-size: 0.18rem;
    padding-bottom: 0.15rem;
  }
}
.join-box1 .list .item .txt .t1::after {
  position: absolute;
  content: '';
  width: 0.15rem;
  height: 0.04rem;
  background: #e0e0e0;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .join-box1 .list .item .txt .t1::after {
    height: 0.02rem;
  }
}
.join-box1 .list .item .txt .desc {
  font-weight: 400;
  color: #999999;
  font-size: 0.2rem;
  padding-top: 1em;
}
@media (max-width: 768px) {
  .join-box1 .list .item .txt .desc {
    font-size: 0.12rem;
  }
}
.join-box1 .list .item .img {
  width: 1.05rem;
  height: 1.05rem;
  border: 0.02rem solid #d3d3d3;
  border-radius: 100%;
  position: relative;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .join-box1 .list .item .img {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.join-box1 .list .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  transition: all ease-in-out 0.3s;
}
.join-box1 .list .item .img img.img1 {
  z-index: 2;
  opacity: 1;
}
.join-box1 .list .item .img img.img2 {
  z-index: 1;
  opacity: 0;
}
.join-box2 {
  padding: 1.4rem 0 0.8rem 0;
}
@media (max-width: 768px) {
  .join-box2 {
    padding-top: 0.4rem;
    padding-bottom: 0.2rem;
  }
}
.join-box2 .list {
  padding-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.23rem;
}
@media (max-width: 768px) {
  .join-box2 .list {
    grid-gap: 0.05rem;
    padding-top: 0.3rem;
  }
}
.join-box2 .list .item {
  background: #ffffff;
  box-shadow: 0px 7px 23px 4px rgba(0, 0, 0, 0.04);
  padding: 0.4rem 0.1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .join-box2 .list .item {
    padding: 0.1rem 0.05rem;
  }
}
.join-box2 .list .item .t1 {
  font-weight: bold;
  color: #333333;
  font-size: 0.26rem;
  line-height: 1;
  padding: 0.2rem 0;
}
@media (max-width: 768px) {
  .join-box2 .list .item .t1 {
    font-size: 0.085rem;
    padding: 0.1rem 0;
  }
}
.join-box2 .list .item .desc {
  font-weight: 400;
  color: #999999;
  font-size: 0.18rem;
}
@media (max-width: 768px) {
  .join-box2 .list .item .desc {
    font-size: 0.01rem;
  }
}
.join-box2 .list .item .img {
  text-align: center;
}
@media (max-width: 768px) {
  .join-box2 .list .item .img {
    width: 0.2rem;
    margin: 0 auto;
  }
}
.join-box2 .list .item .img img {
  max-width: 100%;
}
.join-box2 .list2 {
  position: relative;
  display: flex;
  padding: 0.36rem 9%;
}
@media (max-width: 768px) {
  .join-box2 .list2 {
    padding: 0.14rem 9%;
  }
}
.join-box2 .list2::before {
  position: absolute;
  content: '';
  background: rgba(214, 214, 214, 0.5);
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
}
.join-box2 .list2 .item {
  flex: 0 0 auto;
  width: 25%;
  position: relative;
}
.join-box2 .list2 .item p {
  display: inline-block;
  padding: 0 0.2rem;
  position: relative;
  background-color: #fff;
}
@media (max-width: 768px) {
  .join-box2 .list2 .item p {
    padding: 0 0.05rem;
  }
}
.join-box2 .list2 .item span {
  display: inline-block;
  margin: 0 auto;
  background-color: #fff;
  font-size: 0.24rem;
  position: relative;
  background-image: linear-gradient(to right, #68b548, #00a2c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .join-box2 .list2 .item span {
    font-size: 0.1rem;
  }
}
.join-box2 .list2 .item > div {
  position: relative;
  text-align: center;
}
.join-box2 .list2 .item > div::before,
.join-box2 .list2 .item > div::after {
  position: absolute;
  content: '';
  background: url(../images/lxwm/icon/jt-right.png) no-repeat center center;
  background-size: contain;
  width: 0.19rem;
  height: 0.19rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .join-box2 .list2 .item > div::before,
  .join-box2 .list2 .item > div::after {
    width: 0.12rem;
    height: 0.12rem;
  }
}
.join-box2 .list2 .item > div::before {
  left: calc(-0.19rem / 2);
}
@media (max-width: 768px) {
  .join-box2 .list2 .item > div::before {
    left: calc(-0.12rem / 2);
  }
}
.join-box2 .list2 .item > div::after {
  right: calc(-0.19rem / 2);
}
@media (max-width: 768px) {
  .join-box2 .list2 .item > div::after {
    right: calc(-0.12rem / 2);
  }
}
.join-box2 .list2 .item::before,
.join-box2 .list2 .item::after {
  position: absolute;
  content: '';
  top: -0.36rem;
  background-color: rgba(214, 214, 214, 0.5);
  bottom: 50%;
  width: 1px;
}
@media (max-width: 768px) {
  .join-box2 .list2 .item::before,
  .join-box2 .list2 .item::after {
    top: -0.14rem;
  }
}
.join-box2 .list2 .item::before {
  left: 0;
}
.join-box2 .list2 .item::after {
  right: 0;
}
.join-box2 .list2 .item:nth-child(2) {
  flex: 1 1 auto;
  width: auto;
}
.join-box2 .list2 .item:nth-child(2) > div::before,
.join-box2 .list2 .item:nth-child(2) > div::after {
  display: none;
}
.join-box2 .list2 .item:nth-child(2)::before,
.join-box2 .list2 .item:nth-child(2)::after {
  display: none;
}
.join-box3 {
  background-color: #f3f3f3;
  padding: 1.4rem 0 1.3rem 0;
}
@media (max-width: 768px) {
  .join-box3 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.join-box3 .img {
  padding-top: 0.8rem;
}
@media (max-width: 768px) {
  .join-box3 .img {
    padding-top: 0.3rem;
  }
}
.join-box3 .img img {
  max-width: 100%;
}
.join-box4 {
  padding: 1.4rem 0 1.3rem 0;
}
@media (max-width: 768px) {
  .join-box4 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.join-box4 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
  padding-top: 0.6rem;
}
@media (max-width: 768px) {
  .join-box4 .list {
    grid-template-columns: 1fr;
    grid-gap: 0.2rem;
    padding-top: 0.3rem;
  }
}
.join-box4 .list .item {
  background: #ffffff;
  box-shadow: 0px 7px 23px 4px rgba(0, 0, 0, 0.04);
}
.join-box4 .list .item:hover {
  background: linear-gradient(-90deg, #00a2c4, #68b548);
}
.join-box4 .list .item:hover .date .day {
  color: #fff;
}
.join-box4 .list .item:hover .date .yymm {
  color: #fff;
}
.join-box4 .list .item:hover .txt::after {
  background: url(../images/lxwm/icon/jt-2-right-2.png) no-repeat center center;
  background-size: contain;
}
.join-box4 .list .item:hover .txt::before {
  background-color: rgba(229, 231, 238, 0.3);
}
.join-box4 .list .item:hover .txt .t1 {
  color: #fff;
}
.join-box4 .list .item:hover .txt .desc {
  color: #fff;
}
.join-box4 .list .item a {
  display: block;
  padding: 0.45rem 0;
  display: flex;
}
@media (max-width: 768px) {
  .join-box4 .list .item a {
    padding: 0.2rem 0;
  }
}
.join-box4 .list .item .date {
  width: 1.66rem;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .join-box4 .list .item .date {
    width: 0.8rem;
  }
}
.join-box4 .list .item .date .day {
  font-family: Arial;
  font-weight: 400;
  color: #666666;
  font-size: 0.6rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .join-box4 .list .item .date .day {
    font-size: 0.3rem;
  }
}
.join-box4 .list .item .date .yymm {
  font-family: Arial;
  font-weight: 400;
  color: #777777;
  font-size: 0.18rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .join-box4 .list .item .date .yymm {
    font-size: 0.12rem;
  }
}
.join-box4 .list .item .txt {
  flex: 1 1 auto;
  position: relative;
  padding-left: 0.4rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .join-box4 .list .item .txt {
    padding-left: 0.2rem;
  }
}
.join-box4 .list .item .txt::after {
  position: absolute;
  content: '';
  background: url(../images/lxwm/icon/jt-2-right.png) no-repeat center center;
  background-size: contain;
  width: 0.43rem;
  height: 0.43rem;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .join-box4 .list .item .txt::after {
    width: 0.2rem;
    height: 0.2rem;
    right: 0.2rem;
  }
}
.join-box4 .list .item .txt::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #cfd2d5;
}
.join-box4 .list .item .txt p {
  line-height: inherit;
}
.join-box4 .list .item .txt .t1 {
  font-weight: 500;
  color: #393939;
  font-size: 0.28rem;
  line-height: 1;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .join-box4 .list .item .txt .t1 {
    font-size: 0.16rem;
  }
}
.join-box4 .list .item .txt .desc {
  flex: 0 0 auto;
  font-weight: 400;
  color: #999999;
  font-size: 0.18rem;
}
@media (max-width: 768px) {
  .join-box4 .list .item .txt .desc {
    font-size: 0.12rem;
  }
}
.join-box-foot {
  height: 1.77rem;
  background: #f3f3f3;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .join-box-foot {
    height: auto;
  }
}
.join-box-foot .jia-container {
  flex: 1 1 auto;
}
.join-box-foot .list {
  display: flex;
}
@media (max-width: 768px) {
  .join-box-foot .list {
    flex-wrap: wrap;
    padding: 0.3rem 0;
    display: block;
  }
}
.join-box-foot .list .item {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .join-box-foot .list .item {
    padding-bottom: 0.15rem;
  }
  .join-box-foot .list .item:nth-child(1) {
    flex: 0 0 auto;
    width: 100%;
    padding-bottom: 0.15rem;
  }
}
.join-box-foot .list .item .img {
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .join-box-foot .list .item .img {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.join-box-foot .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.join-box-foot .list .item .txt {
  padding-left: 0.22rem;
  font-weight: 400;
  color: #666666;
  font-size: 0.22rem;
}
@media (max-width: 768px) {
  .join-box-foot .list .item .txt {
    font-size: 0.14rem;
    padding-left: 0.15rem;
  }
}
