@keyframes load89234 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    background-position: -100% 0;
    transform: scale(1);
  }
}
.jjfan .banner-container {
  background-image: url(/fore-end/image/jjfa/banner4-new.png);
  background-repeat: no-repeat;
  background-size: auto calc(100% - 80px);
  background-position: center 80px;
  position: relative;
  height: 540px;
  width: 100%;
}
.jjfan .banner-container .title {
  position: absolute;
  top: 200px;
  left: calc((min(100vw, 1920px) - 1200px) / 2);
  width: 1200px;
}
@media (max-width: 1200px) {
  .jjfan .banner-container .title {
    left: 15px;
    width: fit-content;
  }
}
.jjfan .banner-container .title h2 {
  font-size: min(60px, 20px + 2.0833333333vw);
  font-family: Microsoft YaHei;
  text-align: left;
  font-weight: normal;
  color: #000;
  letter-spacing: 12.8px;
}
.jjfan .banner-container .title .des {
  width: 580px;
  margin-top: 22px;
  font-size: min(16px, 20px + 0.8333333333vw);
  font-weight: normal;
  text-align: left;
  color: #4C4C4C;
  line-height: min(30px, 20px + 0.8333333333vw);
}
.jjfan.jjfan-rgzn .banner-container .title {
  position: absolute;
  top: 244px;
  left: calc((min(100vw, 1920px) - 1200px) / 2);
  width: 1200px;
}
@media (max-width: 1200px) {
  .jjfan.jjfan-rgzn .banner-container .title {
    left: 15px;
    width: fit-content;
  }
}
.jjfan.jjfan-rgzn .banner-container .title h2 {
  font-size: 64px;
  font-family: Microsoft YaHei;
  text-align: left;
  font-weight: normal;
  color: #000;
  letter-spacing: 10.8px;
  line-height: 64px;
}
.jjfan.jjfan-rgzn .banner-container .title .des {
  width: 580px;
  margin-top: 40px;
  font-size: 44px;
  font-weight: normal;
  text-align: left;
  color: #4C4C4C;
  line-height: 32px;
}
.jjfan .jjfan-title {
  height: 88px;
  position: relative;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
  width: 100%;
  background: #F2F8FF;
}
.jjfan .jjfan-title .jjfan-title-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.jjfan .jjfan-title .jjfan-title-button .jjfan-item-title {
  width: 120px;
  height: 48px;
  border: 1px solid #0069EA;
  box-shadow: 0px 3px 6px 0px rgba(0, 40, 112, 0.16);
  display: flex;
  margin-right: 25px;
  background: linear-gradient(120deg, #FFFFFF 37%, #fafafa 38%, #f0f0f0 39%, #e3e3e3 40%, #FFFFFF 41%);
  background-size: 200% 100%;
  background-position: 100% 0;
}
.jjfan .jjfan-title .jjfan-title-button .jjfan-item-title:hover {
  animation: load89234 1s;
}
.jjfan .jjfan-title .jjfan-title-button .jjfan-item-title span {
  margin: auto;
  width: 80px;
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #0069EA;
  line-height: 30px;
}
.jjfan .jjfan-title .jjfan-title-button .jjfan-item-title-after {
  background: #0069EA;
}
.jjfan .jjfan-title .jjfan-title-button .jjfan-item-title-after span {
  color: #fff;
}
.jjfan .jjfan-title .jjfan-title-button .jjfan-item-title:hover {
  cursor: pointer;
}
.jjfan .jjfan-title .jjfan-title-button .jjfan-item-title-after:hover {
  cursor: pointer;
}
.jjfan .alljjfan-item {
  background: #F2F8FF;
  max-height: 1209px;
  border-top: 1px solid #D6DFE4;
}
.jjfan .alljjfan-item .jjfan-Content {
  margin-top: 22px;
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
}
.jjfan .alljjfan-item .jjfan-Content .type-box {
  width: 100px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  color: #666666;
  text-align: right;
}
.jjfan .alljjfan-item .jjfan-Content .type-box .type-item {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: bold;
}
.jjfan .alljjfan-item .jjfan-Content .jjfan-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  grid-column-gap: 10px;
}
.jjfan .alljjfan-item .jjfan-Content .jjfan-box .jjfan-box-item {
  width: 277px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 24px;
  box-shadow: 0px 0px 4px 0px rgba(3, 37, 110, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.jjfan .alljjfan-item .jjfan-Content .jjfan-box .jjfan-box-item.hide {
  visibility: hidden;
}
.jjfan .alljjfan-item .jjfan-Content .jjfan-box .jjfan-box-item.active {
  background: linear-gradient(136deg, rgba(0, 160, 236, 0.4) 2%, rgba(84, 156, 250, 0.4) 11%, rgba(231, 180, 211, 0.4) 91%, rgba(244, 187, 196, 0.4));
}
.jjfan .alljjfan-item .jjfan-Content .jjfan-box .jjfan-box-item.active .box-item-title {
  color: #0169EA !important;
  text-shadow: 0 0 1px rgb(1, 105, 234);
}
.jjfan .alljjfan-item .jjfan-Content .jjfan-box .jjfan-box-item.no-href {
  cursor: not-allowed;
}
.jjfan .alljjfan-item .jjfan-Content .jjfan-box .jjfan-box-item .jjfan-item-content {
  height: 100%;
  width: 100%;
}
.jjfan .alljjfan-item .jjfan-Content .jjfan-box .jjfan-box-item .jjfan-item-content .box-item-title {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 44px;
  color: #4C4C4C;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.jjfan .we-can-do {
  background-image: url("/fore-end/css/img/index/zhcs-dobg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.jjfan .we-can-do .container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 60px;
}
.jjfan .we-can-do .container .common-title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  color: #222;
}

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