.corporateFinance-mobile {
  display: none;
}

.corporateFinance-pc .banner {
  width: 100%;
  min-width: 1200px;
  height: calc(100vw * (79 / 400));
  min-height: 280px;
  margin-bottom: 80px;
  position: relative;
  text-align: right;
}

.corporateFinance-pc .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.corporateFinance-pc .banner .banner-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  color: #fff;
}

.corporateFinance-pc .main .gsjr-part1 {
  margin-bottom: 80px;
}

.corporateFinance-pc .main .gsjr-part1 .gsjr-part1-swiper .swiper-wrapper {
  width: 100%;
}

.corporateFinance-pc .main .gsjr-part1 .gsjr-part1-swiper .swiper-wrapper .swiper-slide {
  width: calc((100% - 30px) / 2);
  padding-bottom: 50px;
}

.corporateFinance-pc .main .gsjr-part1 .gsjr-part1-swiper .swiper-wrapper .swiper-slide > .gsjr-part1-item:last-of-type {
  margin-bottom: 0;
}

.corporateFinance-pc .main .gsjr-part1 .gsjr-part1-swiper .gsjr-part1-item {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  border-radius: 8px;
  background: #f1f1f1;
  transition: all 0.5s ease;
  overflow: hidden;
}

.corporateFinance-pc .main .gsjr-part1 .gsjr-part1-swiper .gsjr-part1-item .bg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.corporateFinance-pc .main .gsjr-part1 .gsjr-part1-swiper .gsjr-part1-item .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px;
  border-radius: 8px;
}

.corporateFinance-pc .main .gsjr-part1 .gsjr-part1-swiper .gsjr-part1-item .content .item-title {
  margin-bottom: 24px;
  font-weight: bold;
}

.corporateFinance-pc .main .gsjr-part1 .gsjr-part1-swiper .gsjr-part1-item .content .item-content {
  width: 68%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.corporateFinance-pc .main .gsjr-part1 .gsjr-part1-swiper .gsjr-part1-item .content .view-btn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b21e28;
  border-radius: 22.5px;
  color: #b21e28;
  padding: 0 20px;
}

.corporateFinance-pc .main .gsjr-part1 .gsjr-part1-swiper .gsjr-part1-item .content .view-btn:hover {
  background-color: #b21e28;
  color: #ffffff;
}

.corporateFinance-pc .main .gsjr-part1 .gsjr-part1-swiper .gsjr-part1-item:hover {
  box-shadow: 0px 24px 40px rgba(0, 0, 0, 0.1);
  background: white;
}

.corporateFinance-pc .main .swiper-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.corporateFinance-pc .main .swiper-btns .swiper-button {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.25);
}

.corporateFinance-pc .main .swiper-btns .swiper-button img {
  width: 6px;
  height: 12px;
}

.corporateFinance-pc .main .swiper-btns .swiper-button:first-of-type {
  margin-right: 20px;
}

.corporateFinance-pc .main .swiper-btns .swiper-button.swiper-button-disabled {
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.1);
}

.corporateFinance-pc .main .swiper-btns .swiper-button.swiper-button-locked {
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.1);
}

.corporateFinance-pc .main .cpyfw {
  background: url(../../images20241010/corporateFinance/cpyfw_bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 60px 0 120px 0;
}

.corporateFinance-pc .main .cpyfw .cpyfw-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 48px;
}

.corporateFinance-pc .main .cpyfw .cpyfw-main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.corporateFinance-pc .main .cpyfw .cpyfw-main .cpyfw-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 40px;
  width: calc((100% - 80px) / 3);
  border-radius: 8px;
  overflow: hidden;
  font-size: 0;
}

.corporateFinance-pc .main .cpyfw .cpyfw-main .cpyfw-item .cpyfw-item-normal {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.corporateFinance-pc .main .cpyfw .cpyfw-main .cpyfw-item .cpyfw-item-normal .img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: calc(240 / 440 * 100%);
}

.corporateFinance-pc .main .cpyfw .cpyfw-main .cpyfw-item .cpyfw-item-normal .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.corporateFinance-pc .main .cpyfw .cpyfw-main .cpyfw-item .cpyfw-item-normal .content-box {
  position: relative;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  padding-top: calc(277 / 440 * 100%);
}

.corporateFinance-pc .main .cpyfw .cpyfw-main .cpyfw-item .cpyfw-item-normal .content-box .item-title {
  position: absolute;
  left: 40px;
  top: 30px;
  width: 100%;
  font-weight: bold;
}

.corporateFinance-pc .main .cpyfw .cpyfw-main .cpyfw-item .cpyfw-item-normal .content-box .item-content {
  position: absolute;
  left: 40px;
  top: 32%;
  width: 80%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.corporateFinance-pc .main .cpyfw .cpyfw-main .cpyfw-item .cpyfw-item-hover {
  background: rgba(51, 51, 51, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 60px;
  height: 100%;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
}

.corporateFinance-pc .main .cpyfw .cpyfw-main .cpyfw-item .cpyfw-item-hover .wrap-title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  text-align: left;
  color: #f8f8f8;
}

.corporateFinance-pc .main .cpyfw .cpyfw-main .cpyfw-item .cpyfw-item-hover .wrap-title::before {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #f8f8f8;
}

.corporateFinance-pc .main .cpyfw .cpyfw-main .cpyfw-item .cpyfw-item-hover ul li a {
  font-size: 16px;
  line-height: 2;
  color: #f8f8f8;
}

.corporateFinance-pc .main .cpyfw .cpyfw-main .cpyfw-item .cpyfw-item-hover ul li a:hover {
  color: #b21e28;
}

.corporateFinance-pc .main .cpyfw .cpyfw-main > .cpyfw-item:first-of-type {
  margin-bottom: 40px;
}

.corporateFinance-pc .main .cpyfw .cpyfw-main > .cpyfw-item:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .corporateFinance-pc {
    display: none;
  }
  .mobile-wrap {
    padding: 1.5rem 0;
  }
  .ckcp-swiper-pagination {
    text-align: center;
  }
  .corporateFinance-mobile {
    display: block;
  }
  .corporateFinance-mobile .corporateFinance-mobile-banner {
    font-size: 0;
    height: 10rem;
    position: relative;
    margin-bottom: 1rem;
  }
  .corporateFinance-mobile .corporateFinance-mobile-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .corporateFinance-mobile .corporateFinance-mobile-banner .banner-title {
    font-size: 1.5rem;
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translateX(-50%);
    color: #fff;
  }
  .corporateFinance-mobile .ckcp-mobile {
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1.5rem;
  }
  .corporateFinance-mobile .ckcp-mobile .ckcp-mobile-banner {
    margin-top: 1.5rem;
  }
  .corporateFinance-mobile .ckcp-mobile .ckcp-mobile-banner .ckcp-swiper-pagination {
    margin-top: 0.375rem;
  }
  .corporateFinance-mobile .ckcp-mobile .ckcp-mobile-banner .ckcp-swiper-pagination .swiper-pagination-bullet {
    width: 0.375rem;
    height: 0.375rem;
    opacity: 0.25;
    border-radius: 0.625rem;
    background: #000;
    margin: 0 0.125rem;
    transition: all 0.5 ease;
  }
  .corporateFinance-mobile .ckcp-mobile .ckcp-mobile-banner .ckcp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #b21e28;
    width: 0.75rem;
    opacity: 1;
  }
  .corporateFinance-mobile .ckcp-mobile .swiper-slide .item-title {
    margin-bottom: 0.625rem;
    line-height: 1.5rem;
    font-size: 1.25rem;
    color: #b21e28;
    display: flex;
    align-items: center;
  }
  .corporateFinance-mobile .ckcp-mobile .swiper-slide .item-title img {
    margin-right: 0.75rem;
    width: 1.125rem;
  }
  .corporateFinance-mobile .ckcp-mobile .swiper-slide .item-content {
    line-height: 1.5rem;
    font-size: 1rem;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .corporateFinance-mobile .czgl-mobile {
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1.5rem;
  }
  .corporateFinance-mobile .czgl-mobile .czgl-content .czgl-item {
    height: 7.5rem;
    position: relative;
    display: block;
    margin-bottom: 0.125rem;
  }
  .corporateFinance-mobile .czgl-mobile .czgl-content .czgl-item .czgl-bg {
    height: 100%;
    width: 100%;
  }
  .corporateFinance-mobile .czgl-mobile .czgl-content .czgl-item .czgl-main {
    position: absolute;
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .corporateFinance-mobile .czgl-mobile .czgl-content .czgl-item .czgl-main .title {
    color: #b21e28;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .corporateFinance-mobile .czgl-mobile .czgl-content .czgl-item .czgl-main .xx {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .corporateFinance-mobile .czgl-mobile .czgl-content .czgl-item .czgl-main .xx span {
    font-size: 1rem;
    color: #999;
  }
  .corporateFinance-mobile .czgl-mobile .czgl-content .czgl-item .czgl-main .xx img {
    height: 1.5rem;
  }
  .corporateFinance-mobile .rzyw-mobile {
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1.5rem;
  }
  .corporateFinance-mobile .rzyw-mobile .rzyw-mobile-swiper-pagination {
    text-align: center;
    margin-top: 0.375rem;
  }
  .corporateFinance-mobile .rzyw-mobile .rzyw-mobile-swiper-pagination .swiper-pagination-bullet {
    width: 0.375rem;
    height: 0.375rem;
    opacity: 0.25;
    border-radius: 0.625rem;
    background: #000;
    margin: 0 0.125rem;
    transition: all 0.5 ease;
  }
  .corporateFinance-mobile .rzyw-mobile .rzyw-mobile-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #b21e28;
    width: 0.75rem;
    opacity: 1;
  }
  .corporateFinance-mobile .rzyw-mobile .swiper-slide .rzyw-bg {
    font-size: 0;
    width: 100%;
    height: 10rem;
    margin-bottom: 1rem;
  }
  .corporateFinance-mobile .rzyw-mobile .swiper-slide .rzyw-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .corporateFinance-mobile .rzyw-mobile .swiper-slide .item-title {
    margin-bottom: 0.625rem;
    line-height: 1.5rem;
    font-size: 1.25rem;
    color: #b21e28;
    display: flex;
    align-items: center;
  }
  .corporateFinance-mobile .rzyw-mobile .swiper-slide .item-title img {
    margin-right: 0.75rem;
    width: 1.125rem;
  }
  .corporateFinance-mobile .rzyw-mobile .swiper-slide .item-content {
    line-height: 1.5rem;
    font-size: 1rem;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .corporateFinance-mobile .gyljr-mobile {
    height: 12.75rem;
    position: relative;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1.5rem;
  }
  .corporateFinance-mobile .gyljr-mobile .gyljr-mobile-content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 8.75rem;
    background: url(../../images20241010/corporateFinance/gyljr_app.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .corporateFinance-mobile .gyljr-mobile .gyljr-mobile-content > a {
    flex: 1;
    text-align: center;
    padding-top: 1.875rem;
    position: relative;
  }
  .corporateFinance-mobile .gyljr-mobile .gyljr-mobile-content > a::after {
    content: '';
    display: block;
    width: 0.0625rem;
    height: 7.1875rem;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(rgba(51, 51, 51, 0.25), rgba(51, 51, 51, 0));
  }
  .corporateFinance-mobile .gyljr-mobile .gyljr-mobile-content > a:last-of-type::after {
    display: none;
  }
  .corporateFinance-mobile .gyljr-mobile .gyljr-mobile-content .title {
    color: #b21e28;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .corporateFinance-mobile .gyljr-mobile .gyljr-mobile-content .xx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .corporateFinance-mobile .gyljr-mobile .gyljr-mobile-content .xx span {
    font-size: 1rem;
    color: #999;
  }
  .corporateFinance-mobile .gyljr-mobile .gyljr-mobile-content .xx img {
    height: 1.5rem;
  }
  .corporateFinance-mobile .kjjr-mobile {
    border-radius: 0.5rem;
    padding: 1.5rem;
    background: url(../../images20241010/corporateFinance/kjjr_bg_app.png) no-repeat;
    background-size: 100% 100%;
  }
  .corporateFinance-mobile .kjjr-mobile .wrap-title {
    color: #fff;
  }
  .corporateFinance-mobile .kjjr-mobile .kjjr-content .kjjr-item {
    height: 8.75rem;
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
  }
  .corporateFinance-mobile .kjjr-mobile .kjjr-content .kjjr-item .kjjr-bg {
    height: 100%;
    width: 100%;
  }
  .corporateFinance-mobile .kjjr-mobile .kjjr-content .kjjr-item .kjjr-main {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .corporateFinance-mobile .kjjr-mobile .kjjr-content .kjjr-item .kjjr-main .title {
    color: #333;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .corporateFinance-mobile .kjjr-mobile .kjjr-content .kjjr-item .kjjr-main .kjjr-class {
    display: flex;
    flex-wrap: wrap;
    max-height: 3.75rem;
  }
  .corporateFinance-mobile .kjjr-mobile .kjjr-content .kjjr-item .kjjr-main .kjjr-class li {
    color: #666;
    font-size: 1rem;
    margin-bottom: 8px;
    position: relative;
    line-height: 1.375rem;
    margin-right: 0.875rem;
  }
  .corporateFinance-mobile .pjyw-mobile {
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1.5rem;
  }
  .corporateFinance-mobile .pjyw-mobile .pjyw-content .pjyw-item {
    display: block;
    position: relative;
    border-radius: 0.5rem;
    height: 5rem;
    overflow: hidden;
    font-size: 0;
    margin-bottom: 1rem;
  }
  .corporateFinance-mobile .pjyw-mobile .pjyw-content .pjyw-item .bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .corporateFinance-mobile .pjyw-mobile .pjyw-content .pjyw-item .item-name {
    position: absolute;
    color: #fff;
    font-size: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    left: 1.875rem;
  }
  .corporateFinance-mobile .pjyw-mobile .pjyw-content .pjyw-item:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 1400px) {
  .cbl {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1920px) {
  .gsjr-part1 {
    width: 1250px;
    padding: 0 25px;
    overflow: hidden;
  }
  .gsjr-part1 .gsjr-part1-swiper {
    width: 1200px;
    overflow: visible;
  }
  .gsjr-part1-item {
    height: 275px;
  }
}

@media (min-width: 1920px) and (max-width: 2650px) {
  .gsjr-part1 {
    width: 1450px;
    padding: 0 25px;
    overflow: hidden;
  }
  .gsjr-part1 .gsjr-part1-swiper {
    width: 1400px;
  }
  .gsjr-part1-item {
    height: 320px;
  }
}
