.trasitionBaseTxt {
  transition: all 500ms cubic-bezier(0, 0, 0.5, 1);
}
.trasitionBaseOp {
  transition: all 1s linear;
}
.trasitionPhotovoltaic {
  transition: all 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}
.actBefore {
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
* {
  margin: 0;
  padding: 0;
}
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
img {
  -webkit-touch-callout: default;
  border: 0;
  vertical-align: middle;
  pointer-events: none;
  width: 100%;
}
li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
input,
select {
  background: none;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}
html {
  font-family: "HYQiHeiX1-55W", Arial, "Source Han Sans CN", "noto sans", "microsoft yahei", Helvetica, sans-serif;
}
.opacity0 {
  opacity: 0;
}
.none {
  display: none;
}
.poab {
  position: absolute;
  z-index: 2;
}
.pofix {
  position: fixed;
  z-index: 2;
}
.page {
  width: 100%;
}
.bannerPart {
  position: relative;
  z-index: 2;
}
.bannerPart .bannerVideo {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.bannerPart .bannerVideo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}
.bannerPart .bannerTextWrap {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 1460px;
  max-width: calc(100% - 2rem);
}
.bannerPart .bannerText1 {
  display: inline-block;
  font-size: 0.66rem;
  line-height: 0.66rem;
  color: #fff;
  font-family: "HYQiHeiX1-75W";
  transform: translateY(25px);
  will-change: transform;
  background-image: -webkit-linear-gradient(left, #0071c2, #00a7ff 25%, #26b5ff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-background-size: 200% 100%;
  opacity: 0;
  visibility: hidden;
}
.bannerPart .bannerText1.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.bannerPart .bannerText2 {
  font-size: 0.4rem;
  line-height: 0.6rem;
  margin-top: 0.32rem;
  color: #fff;
  transform: translateY(25px);
  color: #003863;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.bannerPart .bannerText2.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
@media screen and (min-width: 1680px) and (max-width: 1920px) {
  .bannerPart .bannerTextWrap {
    width: 1460px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1680px) {
  .bannerPart .bannerTextWrap {
    width: 1460px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .bannerPart .bannerTextWrap {
    width: 1230px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1280px) {
  .bannerPart .bannerTextWrap {
    width: 980px;
  }
}
@media screen and (max-width: 980px) {
  .bannerPart .bannerVideo img {
    object-position: 74% 50%;
  }
  .bannerPart .bannerTextWrap {
    width: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
    text-align: center;
  }
  .bannerPart .bannerText1 {
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
  .bannerPart .bannerText2 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 0.32rem;
    line-height: 0.32rem;
    margin-top: 0.18rem;
  }
}
.documentTypePart {
  width: 100%;
  background: #fff;
}
.documentTypePart .documentTypePartWrap {
  width: 1460px;
  max-width: calc(100% - 2rem);
  padding: 100px 0 60px;
  margin: 0 auto;
}
.documentTypePart .documentTypePartWrap .titleWrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  transform: translateY(25px);
  opacity: 0;
  visibility: hidden;
}
.documentTypePart .documentTypePartWrap .titleWrap.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.documentTypePart .documentTypePartWrap .titleWrap .title {
  font-size: 40px;
  height: auto;
  line-height: 53px;
  text-align: left;
  color: hsla(0, 0%, 100%, 0.65);
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #0071c2, #00a7ff 25%, #26b5ff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-background-size: 200% 100%;
}
.documentTypePart .documentTypePartWrap .titleWrap .litTitle {
  width: 1060px;
  max-width: calc(100% - 200px);
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.documentTypePart .documentTypePartWrap .titleWrap .litTitle .litType {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.documentTypePart .documentTypePartWrap .titleWrap .litTitle .litType .dot {
  width: 24px;
  height: 16px;
  background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/dot.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
.documentTypePart .documentTypePartWrap .titleWrap .litTitle .litType .litT {
  font-size: 14px;
  line-height: 1;
  color: #003863;
}
.documentTypePart .documentTypePartWrap .titleWrap .litTitle .litType.act .dot {
  background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/dot1.svg);
}
.documentTypePart .documentTypePartWrap .titleWrap .litTitle .litType.act .litT {
  background: linear-gradient(to right top, #005EB1, #00C6FD);
  -webkit-background-clip: text;
  color: transparent;
}
.documentTypePart .documentTypePartWrap .titleWrap .litTitle .type2 {
  height: 32px;
  width: 24%;
  font-size: 14px;
  border: 2px solid transparent;
  border-radius: 32px;
  position: relative;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #f9f9f9, #f9f9f9), linear-gradient(to right, #41bfed, #0066cc);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.documentTypePart .documentTypePartWrap .titleWrap .litTitle .type2 input {
  width: calc(100% - 70px);
  font-size: 14px;
  height: 100%;
  line-height: 32px;
  text-indent: 18px;
  color: #646464;
  text-align: left;
}
.documentTypePart .documentTypePartWrap .titleWrap .litTitle .type2 span {
  width: 72px;
  height: 36px;
  line-height: 0;
  position: absolute;
  top: -2px;
  right: -2px;
  background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/search.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.documentTypePart .documentTypePartWrap .documentWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(25px);
  opacity: 0;
  visibility: hidden;
}
.documentTypePart .documentTypePartWrap .documentWrap.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap {
  width: 22%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  background: rgba(241, 242, 242, 0.34);
  border-radius: 15px;
  overflow: hidden;
  z-index: 9;
  margin-top: 50px;
  margin-bottom: 146px;
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type {
  height: auto;
  width: 80.41%;
  margin-top: 8px;
  font-size: 16px;
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type .typeItem {
  width: 100%;
  height: 60px;
  line-height: 60px;
  height: 42px;
  line-height: 42px;
  color: #003863;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type .typeItem .typeTitle {
  display: inline-block;
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type .typeItem span {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 13px;
  right: 0;
  line-height: 0;
  background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/arr1_1.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type .typeItem:hover .typeTitle {
  background-image: -webkit-linear-gradient(left, #0071c2, #00a7ff 25%, #26b5ff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-background-size: 200% 100%;
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type .typeItem.act {
  height: auto;
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type .typeItem.act span {
  background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/arrow_bottom.svg);
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type .typeItem.act .typeTitle {
  background-image: -webkit-linear-gradient(left, #0071c2, #00a7ff 25%, #26b5ff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-background-size: 200% 100%;
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type .typeItem .typeDetail {
  width: calc(100% - 32px);
  height: auto;
  padding: 7px 0;
  text-align: left;
  color: #646464;
  display: none;
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type .typeItem .typeDetail .typeDi {
  font-size: 14px;
  line-height: 26px;
  cursor: pointer;
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type .typeItem .typeDetail .typeDi.blue {
  color: #0086e1;
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type .typeItem .typeDetail .typeDi:hover {
  color: #0086e1;
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type1 {
  height: 45px;
  width: 14.72%;
  font-size: 18px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 45px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #f9f9f9, #f9f9f9), linear-gradient(to right, #41bfed, #0066cc);
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type1 .typeItem {
  width: 100%;
  height: 45px;
  color: #003863;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  position: relative;
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type1 .typeItem span {
  display: inline-block;
  width: 14px;
  height: 7px;
  line-height: 0;
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type1 .typeItem .typeDetail {
  width: calc(100% - 32px);
  height: auto;
  padding: 7px 0 7px 32px;
  text-align: left;
  color: #646464;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: absolute;
  top: 110%;
  left: 50%;
  background: #ffffff;
  transform: translateX(-50%);
  display: none;
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type1 .typeItem .typeDetail .typeDi {
  line-height: 40px;
  cursor: pointer;
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type1 .typeItem .typeDetail .typeDi.blue {
  color: #0086e1;
}
.documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type1 .typeItem .typeDetail .typeDi:hover {
  color: #0086e1;
}
.documentTypePart .documentTypePartWrap .documentWrap .documentList {
  width: 75%;
  margin-top: 50px;
}
.documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap .documentBook {
  width: 31%;
  height: auto;
  margin-bottom: 22px;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap .documentBook .documentBookImg {
  width: 100%;
  aspect-ratio: 34/23;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap .documentBook .documentBookImg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}
.documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap .documentBook .documentBookText {
  color: #003863;
  margin-top: 22px;
  margin-top: 12px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
}
.documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap .documentBook .documentBookText span {
  font-family: "SohoGothicPro-Regular";
}
.documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap .documentBook:nth-last-child(1) {
  margin-bottom: 0;
}
.documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap .documentBook:nth-last-child(2) {
  margin-bottom: 0;
}
.documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap .documentBook:nth-last-child(3) {
  margin-bottom: 0;
}
.documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap .documentBook:hover {
  cursor: pointer;
  transform: scale(1.02);
}
.documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap .documentBook:hover .documentBookImg {
  box-shadow: 5px 5px 10px #d1e9fa;
}
.documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap .documentBook:hover .documentBookImg::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  transform: translate(-50%, -50%);
  background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/download_icon.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.documentTypePart .documentTypePartWrap .more {
  display: none;
}
.documentTypePart .documentTypePartWrap .nums {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.documentTypePart .documentTypePartWrap .nums .left {
  cursor: pointer;
}
.documentTypePart .documentTypePartWrap .nums .left img {
  width: 9px;
  padding: 20px;
}
.documentTypePart .documentTypePartWrap .nums .middle {
  font-family: "SohoGothicPro-Regular";
  display: flex;
  justify-content: center;
  align-items: center;
}
.documentTypePart .documentTypePartWrap .nums .middle .num {
  cursor: pointer;
  width: 38px;
  height: 38px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 8px;
  color: #003863;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.documentTypePart .documentTypePartWrap .nums .middle .num.active {
  background: linear-gradient(to right, #006ac0, #00b0f3);
  color: #fff;
}
.documentTypePart .documentTypePartWrap .nums .right {
  cursor: pointer;
}
.documentTypePart .documentTypePartWrap .nums .right img {
  width: 9px;
  padding: 20px;
}
@media screen and (min-width: 980px) and (max-width: 1280px) {
  .documentTypePart .documentTypePartWrap {
    width: 980px;
  }
  .documentTypePart .documentTypePartWrap .titleWrap {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .documentTypePart .documentTypePartWrap .titleWrap .title {
    font-size: 40px;
    height: auto;
    line-height: 53px;
    text-align: left;
    color: hsla(0, 0%, 100%, 0.65);
    display: inline-block;
    background-image: -webkit-linear-gradient(left, #0071c2, #00a7ff 25%, #26b5ff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
  }
  .documentTypePart .documentTypePartWrap .titleWrap .litTitle {
    max-width: calc(100% - 160px);
  }
  .documentTypePart .documentTypePartWrap .titleWrap .litTitle .litType .dot {
    width: 20px;
    height: 12px;
  }
  .documentTypePart .documentTypePartWrap .titleWrap .litTitle .litType .litT {
    font-size: 14px;
  }
  .documentTypePart .documentTypePartWrap .titleWrap .litTitle .type2 input {
    font-size: 14px;
    text-indent: 14px;
  }
  .documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type {
    font-size: 16px;
  }
  .documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap .documentBook {
    margin-right: 1.85%;
  }
  .documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap .documentBook .documentBookText {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .documentTypePart .documentTypePartWrap {
    width: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
    padding: 1.3rem 0 0.5rem;
  }
  .documentTypePart .documentTypePartWrap .titleWrap {
    display: block;
    text-align: center;
  }
  .documentTypePart .documentTypePartWrap .titleWrap .title {
    font-size: 0.48rem;
  }
  .documentTypePart .documentTypePartWrap .titleWrap .litTitle {
    display: block;
    position: relative;
    width: 100%;
    height: 1.9rem;
    margin: 0.48rem 0 0;
    max-width: 100%;
  }
  .documentTypePart .documentTypePartWrap .titleWrap .litTitle .litType {
    align-items: normal;
    position: absolute;
    top: 1.09rem;
    left: 0;
  }
  .documentTypePart .documentTypePartWrap .titleWrap .litTitle .litType .dot {
    width: 0.36rem;
    height: 0.27rem;
  }
  .documentTypePart .documentTypePartWrap .titleWrap .litTitle .litType .litT {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .documentTypePart .documentTypePartWrap .titleWrap .litTitle .litType:nth-child(1) {
    top: 1.09rem;
    left: 0;
  }
  .documentTypePart .documentTypePartWrap .titleWrap .litTitle .litType:nth-child(2) {
    top: 1.09rem;
    left: 1.79rem;
  }
  .documentTypePart .documentTypePartWrap .titleWrap .litTitle .litType:nth-child(3) {
    top: 1.09rem;
    left: 3.58rem;
  }
  .documentTypePart .documentTypePartWrap .titleWrap .litTitle .litType:nth-child(4) {
    top: 1.09rem;
    left: 5.4rem;
  }
  .documentTypePart .documentTypePartWrap .titleWrap .litTitle .litType:nth-child(5) {
    top: 1.59rem;
    left: 0;
  }
  .documentTypePart .documentTypePartWrap .titleWrap .litTitle .litType:nth-child(6) {
    top: 1.59rem;
    left: 1.79rem;
  }
  .documentTypePart .documentTypePartWrap .titleWrap .litTitle .litType:nth-child(7) {
    top: 1.59rem;
    left: 3.58rem;
  }
  .documentTypePart .documentTypePartWrap .titleWrap .litTitle .litType:nth-child(8) {
    top: 1.59rem;
    left: 5.4rem;
  }
  .documentTypePart .documentTypePartWrap .titleWrap .litTitle .type2 {
    width: 3.5rem;
    height: 0.6rem;
    border-radius: 0.6rem;
    font-size: 0.24rem;
    border: 0.02rem solid transparent;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .documentTypePart .documentTypePartWrap .titleWrap .litTitle .type2 input {
    width: calc(100% - 1.07rem);
    font-size: 0.24rem;
    line-height: 0.6rem;
    text-indent: 0.24rem;
  }
  .documentTypePart .documentTypePartWrap .titleWrap .litTitle .type2 span {
    width: 1.07rem;
    height: 0.64rem;
    top: -0.02rem;
    right: -0.02rem;
    line-height: 0;
    background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/search_wap.svg);
  }
  .documentTypePart .documentTypePartWrap .documentWrap {
    display: block;
  }
  .documentTypePart .documentTypePartWrap .documentWrap .typeListWrap {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0;
    border-radius: 0.3rem;
  }
  .documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type {
    width: calc(100% - 1rem);
    margin-top: 0.24rem;
    margin-bottom: 0.24rem;
    font-size: 0.28rem;
  }
  .documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type .typeItem {
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type .typeItem span {
    width: 0.35rem;
    height: 0.35rem;
    top: 0.22rem;
  }
  .documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type .typeItem .typeDetail {
    width: 100%;
    padding: 0;
  }
  .documentTypePart .documentTypePartWrap .documentWrap .typeListWrap .type .typeItem .typeDetail .typeDi {
    font-size: 0.2rem;
    line-height: 0.5rem;
  }
  .documentTypePart .documentTypePartWrap .documentWrap .documentList {
    width: 100%;
    margin-top: 0.5rem;
  }
  .documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap {
    display: flex;
    flex-wrap: wrap;
  }
  .documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap .documentBook {
    width: 3.1rem;
    text-align: center;
    margin-bottom: 0.4rem;
  }
  .documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap .documentBook:nth-last-child(1) {
    margin-bottom: 0;
  }
  .documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap .documentBook:nth-last-child(2) {
    margin-bottom: 0;
  }
  .documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap .documentBook:nth-last-child(3) {
    margin-bottom: 0.4rem;
  }
  .documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap .documentBook:hover .documentBookImg::after {
    width: 0.6rem;
    height: 0.6rem;
  }
  .documentTypePart .documentTypePartWrap .documentWrap .documentList .documentListWrap .documentBook .documentBookText {
    width: 2.55rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin: 0.18rem auto 0;
  }
  .documentTypePart .documentTypePartWrap .nums {
    display: none;
  }
  .documentTypePart .documentTypePartWrap .more {
    display: block;
    width: 2rem;
    height: 0.6rem;
    font-size: 0.26rem;
    line-height: 0.6rem;
    border-radius: 0.6rem;
    text-align: center;
    border: 0.02rem solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(to right, #41bfed, #0066cc);
    color: #003c6e;
    margin: 0.5rem auto 0;
  }
  .documentTypePart .documentTypePartWrap .more:hover {
    width: 2rem;
    height: 0.63rem;
    line-height: 0.64rem;
    background: linear-gradient(to right, #006ec0 0%, #00bdfc 100%);
    border: none;
    color: #fff;
  }
}
.left_scroll_wrap {
  width: 8px;
  height: 80vh;
  overflow: hidden;
  position: fixed;
  top: 10%;
  left: 2%;
  z-index: 9999;
  display: none;
}
.left_scroll_wrap .left_scroll_wrap_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  border-radius: 2px;
  background: #f4f4f4;
  margin-left: 2px;
  mix-blend-mode: difference;
}
.left_scroll_wrap .left_scroll_wrap_bg .left_scroll_s {
  width: 3px;
  height: 20%;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.left_scroll_wrap .left_scroll_wrap_bg .left_scroll_s img {
  height: 100%;
}
.left_scroll_wrap .left_scroll {
  width: 130px;
  height: 20%;
  margin-left: 0;
  flex-wrap: wrap;
  display: flex;
  align-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}
.left_scroll_wrap .left_scroll .left_scroll_item {
  width: 100%;
  font-size: 16px;
  color: #CACACA;
  cursor: pointer;
  mix-blend-mode: luminosity;
}
.left_scroll_wrap .left_scroll .left_scroll_item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.left_scroll_wrap .left_scroll .left_scroll_item .dot {
  width: 8px;
  height: 8px;
  background: #CACACA;
  border-radius: 5px;
  margin-right: 18px;
}
.left_scroll_wrap .left_scroll .left_scroll_item.act {
  color: #0086E1;
}
.left_scroll_wrap .left_scroll .left_scroll_item.act .dot {
  background: #0086E1;
}
.left_scroll_wrap .left_scroll .left_scroll_item:hover {
  color: #0086E1;
}
.left_scroll_wrap .left_scroll .left_scroll_item:hover .dot {
  background: #0086E1;
}
.left_scroll_wrap.left_scroll_wrap_white .left_scroll .left_scroll_item {
  color: #fff;
}
.left_scroll_wrap.left_scroll_wrap_white .left_scroll .left_scroll_item .dot {
  background: #fff;
}
.left_scroll_wrap:hover {
  width: 130px;
}
.trasitionBase {
  transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}
.trasitionBaseFont {
  transition: all 2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.trasitionBaseTitle {
  transition: all 0.5s cubic-bezier(0, 0, 0.5, 1);
}
.trasitionBase8 {
  transition: all 0.8s cubic-bezier(0.61, 1, 0.88, 1);
}
@media screen and (min-width: 1920px) {
  .bannerPart .bannerText1 {
    font-size: 66px;
    line-height: 66px;
  }
  .bannerPart .bannerText2 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 28px;
  }
  .bannerPart .bannerBtn {
    width: 150px;
    height: 45px;
    line-height: 46px;
    font-size: 16px;
    margin-top: 40px;
    border-radius: 45px;
  }
}
.prize_content {
  width: 100%;
  height: 720px;
  position: relative;
  z-index: 3;
  text-align: center;
  overflow: hidden;
}
.prize_content .prizeBg {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 720px;
  left: 0;
  top: 0;
  background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/cn-module-swiper08-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: -1;
  transition: all 2s cubic-bezier(0.61, 1, 0.88, 1);
}
.prize_content .prizeWrap {
  width: 1460px;
  max-width: calc(100% - 2rem);
  height: 520px;
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translate(-50%, 0);
}
.prize_content .prizeWrap .title {
  font-size: 40px;
  width: 1460px;
  height: auto;
  text-align: left;
  transform: translateY(25px);
  opacity: 0;
  visibility: hidden;
}
.prize_content .prizeWrap .title span {
  background: linear-gradient(to right, #006fb6, #009eff);
  -webkit-background-clip: text;
  color: transparent;
}
.prize_content .prizeWrap .title.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.prize_content .prizeWrap .prizeSwiper {
  margin-top: 40px;
}
.prize_content .prizeWrap .prizeSwiper .productsList .productsItem {
  width: 320px;
  height: 431px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg {
  width: 300px;
  height: 411px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transform: translateY(25px);
  opacity: 0;
  visibility: hidden;
}
.prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .bg_img {
  width: 100%;
  height: 100%;
}
.prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo_img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: auto;
}
.prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo1 {
  width: 165px;
  top: 80px;
}
.prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo2 {
  width: 224px;
  top: 105px;
}
.prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo3 {
  width: 171px;
  top: 60px;
}
.prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo4 {
  width: 165px;
  top: 70px;
}
.prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo5 {
  width: 228px;
  top: 70px;
}
.prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo_act {
  opacity: 1;
  transform: translate(-50%, 0);
}
.prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg.productImgAct {
  transform: scale(1.03);
  box-shadow: 2px 2px 8px #cce7fa;
}
.prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg:hover {
  transform: scale(1.02);
  box-shadow: 2px 2px 8px #cce7fa;
}
.prize_content .productScrollArrL {
  width: 46px;
  height: 46px;
  float: left;
  cursor: pointer;
  background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/arrow_blue_2_left.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 53%;
  left: 5.2%;
}
.prize_content .productScrollArrR {
  width: 46px;
  height: 46px;
  float: right;
  cursor: pointer;
  background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/arrow_blue_2_right.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 53%;
  right: 5.2%;
}
.prize_content .productScrollArrL:hover {
  background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/arrow_left.svg);
}
.prize_content .productScrollArrR:hover {
  background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/arrow_right.svg);
}
.prize_content .productScroll {
  width: 1457px;
  height: 46px;
  margin: 44px auto 70px;
  position: relative;
}
.prize_content .productScroll .productScrollWrap {
  width: 1270px;
  height: 5px;
  border-radius: 3px;
  background: #e6e6e6;
  position: absolute;
  top: 21px;
  left: 92px;
}
.prize_content .productScroll .productScrollWrap .swiper-scrollbar-drag {
  height: 100%;
  border-radius: 3px;
  margin-top: 0.5px;
  cursor: pointer;
  background: -webkit-linear-gradient(left, #0161a5, #02a9fe);
}
.prize_content .productScroll .productScrollArrL {
  width: 46px;
  height: 46px;
  float: left;
  cursor: pointer;
  background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/arrow_blue_2_left.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.prize_content .productScroll .productScrollArrR {
  width: 46px;
  height: 46px;
  float: right;
  cursor: pointer;
  background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/arrow_blue_2_right.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.prize_content .productScroll .productScrollArrL:hover {
  background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/arrow_left.svg);
}
.prize_content .productScroll .productScrollArrR:hover {
  background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/arrow_right.svg);
}
@media screen and (min-width: 1680px) and (max-width: 1920px) {
  .photovoltaicPart .photovoltaicPartWrap {
    width: 1460px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1680px) {
  .photovoltaicPart .photovoltaicPartWrap {
    width: 1460px;
  }
  .prize_content .prizeWrap {
    width: 86.91%;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem {
    width: 284px;
    height: 384px;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg {
    width: 271px;
    height: 371px;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo1 {
    width: 155px;
    top: 70px;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo2 {
    width: 214px;
    top: 95px;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo3 {
    width: 161px;
    top: 50px;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo4 {
    width: 155px;
    top: 60px;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo5 {
    width: 218px;
    top: 60px;
  }
  .prize_content .productScrollArrL,
  .prize_content .productScrollArrR {
    top: 50%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .photovoltaicPart .photovoltaicPartWrap {
    width: 1230px;
  }
  .prize_content .prizeWrap {
    width: 86.91%;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem {
    width: 270px;
    height: 363px;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg {
    width: 251px;
    height: 344px;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo1 {
    width: 145px;
    top: 60px;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo2 {
    width: 204px;
    top: 85px;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo3 {
    width: 151px;
    top: 40px;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo4 {
    width: 145px;
    top: 50px;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo5 {
    width: 208px;
    top: 50px;
  }
  .prize_content .productScrollArrL,
  .prize_content .productScrollArrR {
    top: 50%;
  }
}
@media screen and (min-width: 980px) and (max-width: 1280px) {
  .photovoltaicPart .photovoltaicPartWrap {
    width: 980px;
  }
  .prize_content .prizeWrap {
    width: 86.91%;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem {
    width: 240px;
    height: 322px;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg {
    width: 221px;
    height: 303px;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo1 {
    width: 135px;
    top: 50px;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo2 {
    width: 174px;
    top: 75px;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo3 {
    width: 141px;
    top: 30px;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo4 {
    width: 135px;
    top: 40px;
  }
  .prize_content .prizeWrap .prizeSwiper .productsList .productsItem .productImg .logo5 {
    width: 198px;
    top: 40px;
  }
  .prize_content .productScrollArrL,
  .prize_content .productScrollArrR {
    top: 48%;
  }
}
.pageLRTwo {
  z-index: 3;
  position: relative;
  width: 100%;
  height: 900px;
  background-color: #fff;
  opacity: 0.3;
}
.pageLRTwo .pageContent {
  width: 1460px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.pageLRTwo .pageContent .txts {
  transform: translateY(30px);
}
.pageLRTwo .pageContent .txts .tit {
  margin-bottom: 46px;
}
.pageLRTwo .pageContent .txts .tit p {
  font-size: 55px;
  line-height: 1;
  margin-bottom: 14px;
  background: linear-gradient(to right, #006ab0, #00a2ff);
  /* 渐变色 */
  -webkit-background-clip: text;
  /* 裁剪背景 */
  color: transparent;
  /* 文字设置为透明以显示背景 */
}
.pageLRTwo .pageContent .txts .desc {
  transform: translateY(30px);
}
.pageLRTwo .pageContent .txts .desc p {
  font-size: 18px;
  color: #a4a4a4;
  line-height: 30px;
}
.pageLRTwo .pageContent .imgv {
  width: 900px;
  height: 596px;
  overflow: hidden;
  border-radius: 40px;
  transition: transform 1s;
  transform-origin: center center;
}
.pageLRTwo .pageContent .imgv:hover {
  transform: scale(1.03);
  box-shadow: 5px 5px 10px #98d0f9;
}
.pageLRTwo .pageContent .imgv .img {
  width: 900px;
  height: 596px;
}
@media screen and (min-width: 1280px) and (max-width: 1460px) {
  .pageLRTwo {
    height: 758px;
  }
  .pageLRTwo .pageContent {
    width: 1230px;
  }
  .pageLRTwo .pageContent .txts {
    margin-right: 10px;
  }
  .pageLRTwo .pageContent .imgv {
    width: 800px;
    height: 530px;
  }
}
@media screen and (max-width: 1280px) {
  .pageLRTwo {
    height: 604px;
  }
  .pageLRTwo .pageContent {
    width: 980px;
  }
  .pageLRTwo .pageContent .txts {
    margin-right: 10px;
  }
  .pageLRTwo .pageContent .imgv {
    width: 680px;
    height: 397px;
  }
}
.pageThreeM {
  z-index: 3;
  width: 100%;
  height: 900px;
  position: relative;
  opacity: 0.3;
}
.pageThreeM .pageContent {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1460px;
  height: 100%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pageThreeM .pageContent .bigm {
  width: 594px;
  height: 678px;
  position: relative;
  border-radius: 24px;
  transition: transform 1s;
  transition: all 1s;
}
.pageThreeM .pageContent .bigm:hover {
  transform: scale(1.03);
  box-shadow: 5px 5px 10px #98d0f9;
}
.pageThreeM .pageContent .bigm .imgv {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  border-radius: 24px;
}
.pageThreeM .pageContent .bigm .imgv img {
  width: 100%;
}
.pageThreeM .pageContent .bigm .info {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.pageThreeM .pageContent .bigm .tit {
  margin-bottom: 45px;
  margin-left: 55px;
  margin-top: 60px;
  transform: translateY(30px);
}
.pageThreeM .pageContent .bigm .tit p {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 16px;
  background: linear-gradient(to right, #006ab0, #00a2ff);
  /* 渐变色 */
  -webkit-background-clip: text;
  /* 裁剪背景 */
  color: transparent;
  /* 文字设置为透明以显示背景 */
}
.pageThreeM .pageContent .bigm .desc {
  transform: translateY(30px);
  margin-left: 55px;
}
.pageThreeM .pageContent .bigm .desc p {
  font-size: 18px;
  color: #a3a3a3;
  line-height: 30px;
}
.pageThreeM .pageContent .right {
  height: 678px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pageThreeM .pageContent .smallm {
  width: 840px;
  height: 325px;
  position: relative;
  border-radius: 24px;
  transition: all 0.3s;
}
.pageThreeM .pageContent .smallm:hover {
  transform: scale(1.03);
  box-shadow: 5px 5px 10px #98d0f9;
}
.pageThreeM .pageContent .smallm .imgv {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  border-radius: 24px;
}
.pageThreeM .pageContent .smallm .imgv img {
  width: 100%;
}
.pageThreeM .pageContent .smallm .info {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.pageThreeM .pageContent .smallm .tit {
  margin-bottom: 40px;
  margin-left: 50px;
  margin-top: 60px;
  transform: translateY(30px);
}
.pageThreeM .pageContent .smallm .tit p {
  font-size: 30px;
  line-height: 1;
  color: #003a6a;
}
.pageThreeM .pageContent .smallm .desc {
  transform: translateY(30px);
  margin-left: 50px;
}
.pageThreeM .pageContent .smallm .desc p {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 14px;
  color: #a3a3a3;
}
@media screen and (min-width: 1280px) and (max-width: 1460px) {
  .pageThreeM {
    height: 758px;
  }
  .pageThreeM .pageContent {
    width: 1230px;
  }
  .pageThreeM .pageContent .bigm {
    width: 500px;
    height: 570px;
  }
  .pageThreeM .pageContent .right {
    height: 570px;
  }
  .pageThreeM .pageContent .smallm {
    width: 707px;
    height: 273px;
  }
}
@media screen and (max-width: 1280px) {
  .pageThreeM {
    height: 604px;
  }
  .pageThreeM .pageContent {
    width: 980px;
  }
  .pageThreeM .pageContent .bigm {
    width: 400px;
    height: 456px;
  }
  .pageThreeM .pageContent .right {
    height: 456px;
  }
  .pageThreeM .pageContent .smallm {
    width: 565px;
    height: 218px;
  }
}
.pageLTxt {
  width: 100%;
  height: 9rem;
  position: relative;
  transition: all 1s;
  overflow: hidden;
  z-index: 3;
}
.pageLTxt .pbgv {
  width: 100%;
  height: 9rem;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.pageLTxt .pbgv .pbg {
  width: 100%;
  height: 9rem;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.05);
  transform-origin: center center;
  transform: all 0.3s;
}
.pageLTxt .pageContent {
  position: absolute;
  left: 50%;
  top: 0;
  width: 14.6rem;
  height: 100%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
}
.pageLTxt .pageContent .txts {
  opacity: 0;
  transition: all 1s;
  transform: translateY(100%);
}
.pageLTxt .pageContent .txts .tit {
  margin-bottom: 0.46rem;
}
.pageLTxt .pageContent .txts .tit p {
  font-size: 0.55rem;
  line-height: 1;
  margin-bottom: 0.14rem;
  color: #fff;
}
.pageLTxt .pageContent .txts .desc {
  transform: translateY(100%);
  transition: all 1s;
}
.pageLTxt .pageContent .txts .desc p {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0.13rem;
  line-height: 1;
}
.pageSwiper {
  width: 100%;
  position: relative;
  z-index: 3;
  background-color: #fff;
  border-bottom: 1px solid #f9f9f9;
  height: 900px;
}
.pageSwiper .tit {
  width: 1460px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 1;
  max-width: calc(100% - 2rem);
  padding: 100px 0 60px;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.pageSwiper .tit.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.pageSwiper .tit span {
  background: linear-gradient(to right top, #005EB1, #00C6FD);
  /* 渐变色 */
  -webkit-background-clip: text;
  /* 裁剪背景 */
  color: transparent;
  /* 文字设置为透明以显示背景 */
}
.pageSwiper .swipers {
  position: relative;
  width: 100%;
  height: 700px;
  height: 625px;
  margin-bottom: 130px;
}
.pageSwiper .swipers .swiper-pagination-bullet-active {
  background-color: #949494 !important;
}
.pageSwiper .swipers .swiper-pagination-bullet {
  background-color: rgba(148, 148, 148, 0.8) !important;
}
.pageSwiper .swipers .swiper {
  width: 100%;
  height: 570px;
}
.pageSwiper .swipers .swiper .swiper-button-prev1 {
  width: calc(50% - 606px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.pageSwiper .swipers .swiper .swiper-button-next1 {
  width: calc(50% - 606px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.pageSwiper .swipers .swiper .swiper-slide .anli {
  transition: all 0.4s;
  transform: scale(0.9);
}
.pageSwiper .swipers .swiper .swiper-slide .whiteMask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  transition: transform 0.3s;
}
.pageSwiper .swipers .swiper .swiper-slide .infos {
  transform: translateY(90px);
  opacity: 0;
  transition: none;
}
.pageSwiper .swipers .swiper .swiper-slide-active .anli {
  transform: scale(1);
}
.pageSwiper .swipers .swiper .swiper-slide-active .whiteMask {
  transition: none;
  opacity: 0;
  display: none;
}
.pageSwiper .swipers .swiper .swiper-slide-active .infos {
  transform: translateY(0);
  opacity: 1;
  transition: all 500ms cubic-bezier(0, 0, 0.5, 1);
}
.pageSwiper .swipers .swiper .swiper-slide-active + .swiper-slide .anli {
  transform: scale(0.9) translateX(-30px);
}
.pageSwiper .swipers .swiper .swiper-slide:has(+ .swiper-slide-active) .anli {
  transform: scale(0.9) translateX(30px);
}
.pageSwiper .swipers .swiper-slide {
  width: 1212px;
  height: 570px;
}
.pageSwiper .swipers .anli {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.pageSwiper .swipers .anli.active .infos .left .ttit {
  margin-top: 0;
}
.pageSwiper .swipers .anli.active .infos .left .desc {
  padding-bottom: 64px;
  height: auto;
  overflow: none;
}
.pageSwiper .swipers .anli .bgv {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.pageSwiper .swipers .anli .bgv.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.pageSwiper .swipers .anli .bgv .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.9) 100%);
}
.pageSwiper .swipers .anli .infos {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  height: 186px;
  display: flex;
  justify-content: space-between;
}
.pageSwiper .swipers .anli .infos .left {
  padding-left: 66px;
}
.pageSwiper .swipers .anli .infos .left .ttit {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  margin-bottom: 24px;
  margin-top: 43px;
}
.pageSwiper .swipers .anli .infos .left .tbtn {
  width: 150px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(to right, #006ec0 0%, #00bdfc 100%);
  border-radius: 23px;
  overflow: hidden;
}
.pageSwiper .swipers .anli .infos .left .desc {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  line-height: 25px;
  height: 0;
  overflow: hidden;
}
.pageSwiper .swipers .anli .infos .right {
  display: flex;
  margin-right: 60px;
  margin-top: 43px;
}
.pageSwiper .swipers .anli .infos .right .info {
  margin-right: 25px;
}
.pageSwiper .swipers .anli .infos .right .info .icon {
  height: 30px;
  width: auto;
  margin-bottom: 20px;
}
.pageSwiper .swipers .anli .infos .right .info p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
.pageSwiper .swipers .anli .infos .right .info .p1 {
  font-family: "SohoGothicPro-Regular";
}
@media screen and (min-width: 1280px) and (max-width: 1460px) {
  .pageSwiper {
    height: 758px;
  }
  .pageSwiper .tit {
    width: 1230px;
    padding: 50px 0;
  }
  .pageSwiper .swipers {
    height: 590px;
  }
  .pageSwiper .swipers .swiper .swiper-button-prev1 {
    width: calc(50% - 295px);
  }
  .pageSwiper .swipers .swiper .swiper-button-next1 {
    width: calc(50% - 295px);
  }
  .pageSwiper .swipers .swiper-slide {
    width: 1020px;
    height: 530px;
  }
  .pageSwiper .swipers .anli .infos .left .ttit {
    font-size: 18px;
  }
  .pageSwiper .swipers .anli .infos .left .tbtn {
    width: 120px;
    height: 36px;
  }
  .pageSwiper .swipers .anli .infos .right {
    margin-right: 20px;
    margin-top: 23px;
  }
  .pageSwiper .swipers .anli .infos .right .info {
    margin-right: 15px;
  }
  .pageSwiper .swipers .anli .infos .right p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .pageSwiper {
    height: 604px;
  }
  .pageSwiper .tit {
    width: 980px;
    padding: 40px 0;
  }
  .pageSwiper .swipers {
    height: 470px;
  }
  .pageSwiper .swipers .swiper .swiper-button-prev1 {
    width: calc(50% - 235px);
  }
  .pageSwiper .swipers .swiper .swiper-button-next1 {
    width: calc(50% - 235px);
  }
  .pageSwiper .swipers .swiper-slide {
    width: 813px;
    height: 422px;
  }
  .pageSwiper .swipers .anli .infos .left {
    padding-left: 10px;
    padding-left: 15px;
  }
  .pageSwiper .swipers .anli .infos .left .ttit {
    font-size: 18px;
  }
  .pageSwiper .swipers .anli .infos .left .tbtn {
    width: 100px;
    height: 30px;
  }
  .pageSwiper .swipers .anli .infos .left .desc {
    font-size: 12px;
  }
  .pageSwiper .swipers .anli .infos .right {
    margin-right: 0px;
    margin-top: 33px;
  }
  .pageSwiper .swipers .anli .infos .right .info {
    margin-right: 15px;
  }
  .pageSwiper .swipers .anli .infos .right .info p {
    font-size: 12px;
  }
}
.pageIcons {
  width: 100%;
  height: 800px;
  height: 700px;
  height: 600px;
  height: 530px;
  z-index: 5;
  position: relative;
}
.pageIcons .banner {
  width: 100%;
  height: 600px;
  height: 500px;
  height: 400px;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.pageIcons .banner.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.pageIcons .banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}
.pageIcons .titTxt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 380px;
  top: 280px;
  top: 180px;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.pageIcons .titTxt .tit {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 25px;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.pageIcons .titTxt .tit.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.pageIcons .titTxt .desc {
  font-size: 16px;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.pageIcons .titTxt .desc.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.pageIcons .arr1 {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 5.2%;
  top: 648px;
  top: 548px;
  top: 448px;
  top: 408px;
  z-index: 10;
  cursor: pointer;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/arrow_blue_2_left.png);
}
.pageIcons .arr1:hover {
  background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/arrow_left.svg);
}
.pageIcons .arr2 {
  width: 46px;
  height: 46px;
  position: absolute;
  right: 5.2%;
  top: 648px;
  top: 548px;
  top: 448px;
  top: 408px;
  z-index: 10;
  cursor: pointer;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/arrow_blue_2_right.png);
}
.pageIcons .arr2:hover {
  background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/arrow_right.svg);
}
.pageIcons .swipers {
  width: 1460px;
  max-width: calc(100% - 2rem);
  position: absolute;
  left: 50%;
  top: 518px;
  top: 508px;
  top: 408px;
  top: 308px;
  padding: 10px;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(-50%, 25px);
}
.pageIcons .swipers.act {
  opacity: 1;
  transform: translate(-50%, 0);
}
.pageIcons .swipers .swiper {
  padding: 10px;
}
.pageIcons .swipers .swiper-container {
  width: 100%;
  width: calc(100% + 10px);
}
.pageIcons .swipers .block {
  height: 200px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 54px;
  padding-top: 34px;
  box-sizing: border-box;
  text-align: center;
}
.pageIcons .swipers .block:hover {
  transform: scale(1.02);
  box-shadow: 5px 5px 10px #d1e9fa;
  box-shadow: 4px 4px 8px rgba(0, 134, 225, 0.3);
}
.pageIcons .swipers .block .num {
  display: inline-block;
  background: linear-gradient(to right top, #005EB1, #00C6FD);
  /* 渐变色 */
  -webkit-background-clip: text;
  /* 裁剪背景 */
  color: transparent;
  /* 文字设置为透明以显示背景 */
  font-size: 26px;
  font-family: "SohoGothicPro-Medium";
  line-height: 1;
  margin-bottom: 20px;
}
.pageIcons .swipers .block .txt1 {
  font-size: 26px;
  color: #003a6a;
  line-height: 1;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.pageIcons .swipers .block .txt1.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.pageIcons .swipers .block .txt2 {
  font-size: 16px;
  color: #808080;
  color: #646464;
  line-height: 26px;
  line-height: 25px;
  letter-spacing: -1px;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.pageIcons .swipers .block .txt2.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
@media screen and (min-width: 1280px) and (max-width: 1460px) {
  .pageIcons .swipers {
    width: 1230px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1280px) {
  .pageIcons .swipers {
    width: 980px;
  }
}
@media screen and (max-width: 980px) {
  .pageIcons {
    height: 8.8rem;
    background: #fff;
  }
  .pageIcons .titTxt {
    position: static;
    padding: 1.3rem 0 0.5rem;
  }
  .pageIcons .titTxt .tit {
    font-size: 0.48rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    background-image: -webkit-linear-gradient(left, #0071c2, #00a7ff 25%, #26b5ff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
  }
  .pageIcons .titTxt .desc {
    font-size: 0.28rem;
    color: #646464;
  }
  .pageIcons .banner {
    height: 3rem;
  }
  .pageIcons .swipers {
    top: 4.5rem;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .pageIcons .swipers .swiper {
    padding: 0.1rem 0.5rem 0.1rem;
  }
  .pageIcons .swipers .swiper .swiper-wrapper .swiper-slide {
    width: 2.52rem;
    margin-right: 0.2rem;
  }
  .pageIcons .swipers .block {
    width: 2.52rem;
    height: 2.9rem;
    padding: 0.3rem 0.3rem 0 0.3rem;
    text-align: left;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  }
  .pageIcons .swipers .block .num {
    font-size: 0.32rem;
    margin-bottom: 0.12rem;
  }
  .pageIcons .swipers .block .txt1 {
    font-size: 0.28rem;
    margin-bottom: 0.15rem;
  }
  .pageIcons .swipers .block .txt2 {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .pageIcons .arr1 {
    width: 0.6rem;
    height: 0.6rem;
    top: 8.2rem;
    left: auto;
    right: 0.8rem;
    background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/al.svg);
  }
  .pageIcons .arr2 {
    width: 0.6rem;
    height: 0.6rem;
    top: 8.2rem;
    left: auto;
    right: 0;
    background-image: url(https://www-cdn.xfcjshs.com/wwwstorage/public/images/cn/module/ar.svg);
  }
}
.casePage {
  z-index: 4;
  position: relative;
  width: 100%;
}
.casePage .casePageWrap {
  width: 1460px;
  max-width: calc(100% - 2rem);
  margin: 0 auto;
}
.casePage .tit {
  width: 1460px;
  font-size: 40px;
  max-width: calc(100% - 2rem);
  line-height: 1;
  padding-top: 100px;
  padding-bottom: 60px;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.casePage .tit.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.casePage .tit span {
  background: linear-gradient(to right top, #005EB1, #00C6FD);
  -webkit-background-clip: text;
  color: transparent;
}
.casePage .infos {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.casePage .infos .info {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  width: 49.1%;
  height: 518px;
}
.casePage .infos .info:hover {
  transform: scale(1.02);
  box-shadow: 5px 5px 10px #d1e9fa;
}
.casePage .infos .info:hover .txts .btn {
  background: linear-gradient(to right, #006ec0 0%, #00bdfc 100%);
  border: none;
}
.casePage .infos .info .imgv {
  width: 100%;
  height: 518px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.casePage .infos .info .imgv.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.casePage .infos .info .imgv .img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}
.casePage .infos .info .txts {
  width: 100%;
  height: 47px;
  position: absolute;
  left: 0;
  bottom: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.casePage .infos .info .txts.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.casePage .infos .info .txts .ts {
  font-size: 26px;
  line-height: 1;
  color: #fff;
  margin-left: 55px;
}
.casePage .infos .info .txts .btn {
  width: 150px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  border-radius: 23px;
  border: 1px solid #fff;
  margin-right: 50px;
}
@media screen and (min-width: 1280px) and (max-width: 1460px) {
  .casePage .casePageWrap {
    width: 1230px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1280px) {
  .casePage .casePageWrap {
    width: 980px;
  }
  .casePage .infos .info .txts .ts {
    font-size: 22px;
  }
  .casePage .infos .info .txts .btn {
    width: calc(154px / 1.4);
    height: calc(45px / 1.4);
  }
}
@media screen and (max-width: 980px) {
  .casePage {
    background: #fff;
  }
  .casePage .casePageWrap {
    width: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
  }
  .casePage .tit {
    width: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
    text-align: center;
    margin: 0 auto;
    font-size: 0.48rem;
    padding-top: 1.3rem;
    padding-bottom: 0.5rem;
  }
  .casePage .infos .info {
    height: 4.48rem;
  }
  .casePage .infos .info .txts {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .casePage .infos .info .txts .ts {
    width: calc(100% - 1rem);
    font-size: 0.28rem;
    margin-left: 0;
    line-height: 0.4rem;
    text-align: center;
  }
  .casePage .infos .info .txts .btn {
    width: 2rem;
    height: 0.6rem;
    margin-top: 0.29rem;
    margin-right: 0;
    border-radius: 0.6rem;
    font-size: 0.24rem;
  }
}
@keyframes shine {
  0% {
    transform: rotate(30deg) translateX(-100%);
  }
  100% {
    transform: rotate(30deg) translateX(-25%);
  }
}
