.zyc_main .zycContainer {
  width: 1450px;
  margin: 0 auto;
  font-size: 16px;
}

.zyc_main .banner {
  width: 100%;
  height: 500px;
  /* background: url('../images/aboutAs_banner.png'); */
}

.zyc_main .banner .tit {
  font-size: 30px;
  color: #fff;
  letter-spacing: 10px;
  padding: 226px 0 0 285px;
}

.zyc_main .nav-link {
  padding: 20px 0;
  margin-right: 100px;
  color: rgba(56, 56, 56, 1);
}

.zyc_main .nav-underline .nav-link.active,
.zyc_main .nav-underline .show > .nav-link {
  border-bottom-color: rgba(1, 159, 232, 1);
}

.zyc_main .zyctitle {
  font-size: 33px;
  font-weight: 400;
  color: rgba(56, 56, 56, 1);
  text-align: center;
  padding: 50px 0;
}

.zyc_main .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 39px;
  color: rgba(56, 56, 56, 1);
  text-align: justify;
}

.zyc_main .txt .indent {
  text-indent: 32px;
}

.zyc_main #gsjj {
  position: relative;
}

.zyc_main .gsjj_swiper {
  overflow: hidden;
  margin: 50px 0;
}

.zyc_main .gsjj_swiper .swiper-slide {
  text-align: center;
}

.zyc_main .gsjj_swiper .swiper-slide p {
  margin: 10px 0;
  color: rgba(85, 85, 85, 1);
}

.zyc_main .gsjj_swiper .gsjj-swiper-button-next,
.zyc_main .gsjj_swiper .gsjj-swiper-button-prev {
  position: absolute;
  width: 29px;
  height: 29px;
  bottom: 12%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.zyc_main .gsjj_swiper .gsjj-swiper-button-next {
  background: url('../images/yyjt.png') center center/contain no-repeat;
  right: -55px;
}

.zyc_main .gsjj_swiper .gsjj-swiper-button-next:hover {
  background: url('../images/yyjt_active.png') center center/contain no-repeat;
}

.zyc_main .gsjj_swiper .gsjj-swiper-button-prev {
  background: url('../images/yzjt.png') center center/contain no-repeat;
  left: -55px;
}

.zyc_main .gsjj_swiper .gsjj-swiper-button-prev:hover {
  background: url('../images/yzjt_active.png') center center/contain no-repeat;
}

.zyc_main #ryzz {
  width: 100%;
  padding-bottom: 30px;
  background: rgba(245, 247, 250, 1);
  position: relative;
}

.zyc_main .ryzz_swiper {
  width: 1450px;
  overflow: hidden;
  margin: 0 auto;
}

.zyc_main .ryzz_swiper .swiper-slide {
  text-align: center;
}

.zyc_main .ryzz_swiper .swiper-slide p {
  margin: 10px 0;
  color: rgba(85, 85, 85, 1);
}

.zyc_main .ryzz_swiper .ryzz-swiper-button-next,
.zyc_main .ryzz_swiper .ryzz-swiper-button-prev {
  position: absolute;
  width: 29px;
  height: 29px;
  bottom: 40%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.zyc_main .ryzz_swiper .ryzz-swiper-button-next {
  background: url('../images/yyjt.png') center center/contain no-repeat;
  right: 180px;
}

.zyc_main .ryzz_swiper .ryzz-swiper-button-next:hover {
  background: url('../images/yyjt_active.png') center center/contain no-repeat;
}

.zyc_main .ryzz_swiper .ryzz-swiper-button-prev {
  background: url('../images/yzjt.png') center center/contain no-repeat;
  left: 180px;
}

.zyc_main .ryzz_swiper .ryzz-swiper-button-prev:hover {
  background: url('../images/yzjt_active.png') center center/contain no-repeat;
}

.zyc_main #hxjs .itembox {
  display: flex;
  justify-content: center;
}

.zyc_main #hxjs .item {
  width: 450px;
  height: 400px;
  text-align: center;
  border-radius: 25px 0px 25px 25px;
  border: 0.5px solid rgba(166, 166, 166, 1);
  margin-right: 25px;
}

.zyc_main #hxjs .item:last-child {
  margin-right: 0;
}

.zyc_main #hxjs .item img {
  width: 124px;
  height: 124px;
  margin-top: 77px;
}

.zyc_main #hxjs .item .zh {
  font-size: 20px;
  font-weight: 700;
  color: rgba(56, 56, 56, 1);
  margin-top: 39px;
}

.zyc_main #hxjs .item .en {
  font-size: 17px;
  font-weight: 300;
  color: rgba(56, 56, 56, 1);
  line-height: 20px;
  padding-top: 15px;
}

.zyc_main #cgxm {

  width: 100%;
  overflow: hidden;
      background: #f8f8f8;
    padding-bottom: 55px;
}

.zyc_main #cgxm .swiper-slide {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.zyc_main #cgxm .swiper-slide::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.zyc_main #cgxm .swiper-slide img {
  width: 100%;
  height: 500px;
}

.zyc_main #cgxm .swiper-slide.swiper-slide-active {
  width: 50%;
}

.zyc_main #cgxm .swiper-slide.swiper-slide-active::before {
  display: none;
}

.zyc_main #cgxm .success-swiper-pagination {
  margin-top: 40px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zyc_main #cgxm .success-swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  height: 26px;
  background: url('../images/select.png') center center/cover no-repeat;
}