.rgzn {
  background-color: #F4F8FD;
  height: 710px;
  padding: 0 0 50px 0;
}
.rgzn .wraper {
  overflow: hidden;
}
.rgzn .wraper .title-wrap {
  width: 100%;
  cursor: pointer;
  padding-top: 50px;
}
.rgzn .wraper .title-wrap:hover {
  background-color: #F0F4F9;
}
.rgzn .title {
  height: 67px;
  line-height: 67px;
  font-weight: 500;
  font-size: min(48px, 20px + 2.5vw);
}
.rgzn .title_desc {
  text-align: center;
  margin-top: 16px;
  height: 22px;
  opacity: 1;
  color: #4c4c4c;
  font-size: 16px;
  margin-bottom: 47px;
}
.rgzn .swiper-container1 {
  width: 1800px;
  position: relative;
  left: -300px;
}
.rgzn .swiper-container1 .swiper1-button-prev-custom {
  position: absolute;
  left: 300px;
  top: 0;
  height: 100%;
  width: 300px;
  z-index: 99;
}
.rgzn .swiper-container1 .swiper1-button-next-custom {
  position: absolute;
  right: 300px;
  top: 0;
  height: 100%;
  width: 300px;
  z-index: 99;
}
.rgzn .swiper-slide-next .rgzn-box-item p, .rgzn .swiper-slide-next .rgzn-box-item .divider, .rgzn .swiper-slide-next .rgzn-box-item .fa-title, .rgzn .swiper-slide-next .rgzn-box-item .tag-wrap, .rgzn .swiper-slide-next .rgzn-box-item .item-link, .rgzn .swiper-slide-prev .rgzn-box-item p, .rgzn .swiper-slide-prev .rgzn-box-item .divider, .rgzn .swiper-slide-prev .rgzn-box-item .fa-title, .rgzn .swiper-slide-prev .rgzn-box-item .tag-wrap, .rgzn .swiper-slide-prev .rgzn-box-item .item-link {
  display: none;
}
.rgzn .swiper-slide-next .rgzn-box-item .head {
  position: absolute;
  right: 50%;
  top: 72px;
}
.rgzn .swiper-slide-prev .rgzn-box-item .head {
  position: absolute;
  right: 25%;
  top: 72px;
}
.rgzn .rgzn-box-item {
  height: 450px;
  width: 600px;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  padding: 44px 30px;
  position: relative;
}
.rgzn .rgzn-box-item .head {
  font-size: 40px;
  margin-bottom: 15px;
}
.rgzn .rgzn-box-item .divider {
  width: 80px;
  height: 4px;
  margin-bottom: 38px;
}
.rgzn .rgzn-box-item p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  text-indent: 2em;
  line-height: 30px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.rgzn .rgzn-box-item .fa-title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 12px;
  margin-top: 36px;
}
.rgzn .rgzn-box-item .tag-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.rgzn .rgzn-box-item .tag-wrap .tag-item {
  width: 166px;
  height: 36px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #0069ea;
  background-color: #e7edff;
}
.rgzn .rgzn-box-item .tag-wrap .tag-item:hover {
  color: #fff;
  background-color: #0069ea;
}
.rgzn .rgzn-box-item .item-link {
  width: 160px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #4099ff;
  border-radius: 2px;
  box-shadow: 0px 3px 6px 0px rgba(0, 40, 112, 0.16);
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  position: absolute;
  left: 30px;
  bottom: 44px;
  color: #0169EA;
  font-size: 20px;
}
.rgzn .rgzn-box-item .item-link:hover {
  background: #0069EA;
  color: #ffffff;
}
.rgzn .rgzn-box-item .item-link img {
  width: 24px;
  height: 20px;
  margin-left: 17px;
}
.rgzn .eq-box-wrap {
  display: flex;
  height: 420px;
  width: 100%;
}
.rgzn .eq-box-wrap .eq-box-item {
  height: 100%;
  width: 220px;
  transition: 0.5s all;
  overflow: hidden;
  padding: 16px;
  background-color: #1A90F0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
.rgzn .eq-box-wrap .eq-box-item .title-num {
  font-size: 36px;
  font-family: PingFangSC-PingFangSC-Regular;
  text-align: center;
  color: #fff;
  line-height: 36px;
  margin-bottom: 8px;
  width: 44px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3137254902);
  padding-bottom: 13px;
}
.rgzn .eq-box-wrap .eq-box-item .title {
  font-size: 24px;
  font-family: PingFangSC-PingFangSC-Regular;
  color: #fff;
  line-height: 24px;
  margin-top: 10px;
  height: auto;
}
.rgzn .eq-box-wrap .eq-box-item .desc, .rgzn .eq-box-wrap .eq-box-item .icon-wrap, .rgzn .eq-box-wrap .eq-box-item .item-link {
  display: none;
  opacity: 0;
}
.rgzn .eq-box-wrap .eq-box-item:not(:last-child) {
  margin-right: 16px;
}
.rgzn .eq-box-wrap .eq-box-item.active {
  width: 520px;
  align-items: flex-start;
  justify-content: flex-start;
}
.rgzn .eq-box-wrap .eq-box-item.active .desc, .rgzn .eq-box-wrap .eq-box-item.active .item-link {
  display: block;
  opacity: 1;
}
.rgzn .eq-box-wrap .eq-box-item.active .desc {
  transition: 0.5s all;
  font-size: 14px;
  font-family: PingFangSC-PingFangSC-Regular;
  text-align: left;
  color: #fff;
  line-height: 28px;
  margin-top: 10px;
  opacity: 1;
}
.rgzn .eq-box-wrap .eq-box-item.active .icon-wrap {
  display: flex;
  padding: 10px 0;
  opacity: 1;
}
.rgzn .eq-box-wrap .eq-box-item.active .icon-wrap .icon-item {
  display: flex;
  align-items: center;
  margin-right: 32px;
  color: #fff;
}
.rgzn .eq-box-wrap .eq-box-item.active .icon-wrap .icon-item img {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}
.rgzn .eq-box-wrap .eq-box-item.active .item-link {
  width: 160px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #4099ff;
  border-radius: 2px;
  box-shadow: 0px 3px 6px 0px rgba(0, 40, 112, 0.16);
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  position: absolute;
  left: 16px;
  bottom: 62px;
  color: #0169EA;
  font-size: 20px;
}
.rgzn .eq-box-wrap .eq-box-item.active .item-link:hover {
  background: #0069EA;
  color: #ffffff;
}
.rgzn .eq-box-wrap .eq-box-item.active .item-link img {
  width: 24px;
  height: 20px;
  margin-left: 17px;
}
.rgzn .itjj-box-wrap {
  width: 100%;
  height: 418px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(3, 37, 110, 0.3);
}
.rgzn .itjj-box-wrap .tabs-wrap {
  height: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #EDEDFF;
}
.rgzn .itjj-box-wrap .tabs-wrap .tabs-item {
  text-align: center;
  line-height: 48px;
  height: 100%;
  width: 100%;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.7);
  background-color: #EDEDFF;
  cursor: pointer;
  position: relative;
}
.rgzn .itjj-box-wrap .tabs-wrap .tabs-item:first-child.active {
  border-radius: 0 20px 0 0;
}
.rgzn .itjj-box-wrap .tabs-wrap .tabs-item:first-child.active:after {
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  right: -20px;
  bottom: 0;
  position: absolute;
  z-index: 99;
  background-image: url("/fore-end/css/img/index/tab-border-r.png");
  background-size: 100% 100%;
}
.rgzn .itjj-box-wrap .tabs-wrap .tabs-item:last-child.active {
  border-radius: 20px 0 0 0;
}
.rgzn .itjj-box-wrap .tabs-wrap .tabs-item:last-child.active:before {
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  left: -20px;
  bottom: 0;
  position: absolute;
  z-index: 99;
  background-image: url("/fore-end/css/img/index/tab-border-l.png");
  background-size: 100% 100%;
}
.rgzn .itjj-box-wrap .tabs-wrap .tabs-item:not(:first-child, :last-child) {
  border-radius: 20px 20px 0 0;
}
.rgzn .itjj-box-wrap .tabs-wrap .tabs-item:not(:first-child, :last-child).active:before {
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  left: -20px;
  bottom: 0;
  position: absolute;
  z-index: 99;
  background-image: url("/fore-end/css/img/index/tab-border-l.png");
  background-size: 100% 100%;
}
.rgzn .itjj-box-wrap .tabs-wrap .tabs-item:not(:first-child, :last-child).active:after {
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  right: -20px;
  bottom: 0;
  position: absolute;
  z-index: 99;
  background-image: url("/fore-end/css/img/index/tab-border-r.png");
  background-size: 100% 100%;
}
.rgzn .itjj-box-wrap .tabs-wrap .tabs-item.active {
  color: #0169EA;
  background-color: #fff;
}
.rgzn .itjj-box-wrap .box-content {
  padding: 48px 30px 0 30px;
}
.rgzn .itjj-box-wrap .box-content .box-content-item {
  display: flex;
  position: relative;
  height: 280px;
}
.rgzn .itjj-box-wrap .box-content .box-content-item .item-left {
  width: 540px;
  margin-right: 30px;
}
.rgzn .itjj-box-wrap .box-content .box-content-item .item-left p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 30px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.rgzn .itjj-box-wrap .box-content .box-content-item .item-left .fa-title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 12px;
  margin-top: 36px;
}
.rgzn .itjj-box-wrap .box-content .box-content-item .item-left .tag-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.rgzn .itjj-box-wrap .box-content .box-content-item .item-left .tag-wrap .tag-item {
  width: 166px;
  height: 36px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #0069ea;
  background-color: #e7edff;
}
.rgzn .itjj-box-wrap .box-content .box-content-item .item-left .tag-wrap .tag-item:hover {
  color: #fff;
  background-color: #0069ea;
}
.rgzn .itjj-box-wrap .box-content .box-content-item .item-left .item-link {
  width: 160px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #4099ff;
  border-radius: 2px;
  box-shadow: 0px 3px 6px 0px rgba(0, 40, 112, 0.16);
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0px;
  color: #0169EA;
  font-size: 20px;
}
.rgzn .itjj-box-wrap .box-content .box-content-item .item-left .item-link:hover {
  background: #0069EA;
  color: #ffffff;
}
.rgzn .itjj-box-wrap .box-content .box-content-item .item-left .item-link img {
  width: 24px;
  height: 20px;
  margin-left: 17px;
}
.rgzn .itjj-box-wrap .box-content .box-content-item .item-right {
  width: 580px;
}
.rgzn .itjj-box-wrap .box-content .box-content-item .item-right img {
  width: 100%;
}

/*# sourceMappingURL=rgzn.css.map */
