@media (min-width: 800px) {
  .page-banner {
    background-image: url(https://zhihui-lingyang.oss-cn-hangzhou.aliyuncs.com/static/index/index_banner_1.png?x-oss-process=image/resize,m_fill,w_1500,h_800);
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media (max-width: 800px) {
  .page-banner {
    background-image: url(https://zhihui-lingyang.oss-cn-hangzhou.aliyuncs.com/static/temp/banner-h5.png);
    background-position: center bottom;
  }
}
.template-header {
  position: fixed;
  width: 100vw;
  transition: 0.5s all;
}
.black {
  background: #ffffff00;
}
.black .pc {
  border-bottom: none;
}
.black .pc .pc-right .navigateA p {
  color: #959595;
}
.black .pc .pc-right .navigatePack span {
  color: #959595;
}
.black .pc .pc-right .navigatePack div {
  background-color: #000000 !important;
  border: 1px solid #474747 !important;
}
.black .pc .pc-right .navigatePack div a {
  color: #959595 !important;
}
.black .pc .pc-right .navigatePack div a:hover {
  color: white !important;
}
.black .pc .pc-right .navigateA:hover p {
  color: white !important;
}
.black .pc .pc-right .active p {
  color: white !important;
  font-weight: 500 !important;
}
.black .h5 {
  border-bottom: none;
}
.page-banner {
  height: 100vh;
  background-size: cover;
  background-color: black;
}
.page-banner .banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 65px);
}
.page-banner .banner .banner-main {
  padding: 0 25px;
}
.page-banner .banner .banner-main .main-title > p {
  color: white;
}
.page-banner .banner .banner-main .main-title > div {
  letter-spacing: 1px;
  display: flex;
  grid-column-gap: 5px;
}
.page-banner .banner .banner-main .main-title > div p {
  color: white;
  font-size: 15px;
}
.page-banner .banner .banner-main .main-title a {
  color: #D36641;
  height: 45px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
}
.page-banner .banner .banner-to {
  opacity: 0;
}
@media (min-width: 800px) {
  .page-banner .banner .banner-main {
    width: 1250px;
  }
  .page-banner .banner .banner-main .main-title > p:first-child {
    font-size: 52px;
    margin-bottom: 15px;
  }
  .page-banner .banner .banner-main .main-title > p:last-child {
    font-size: 20px;
  }
  .page-banner .banner .banner-main .main-title a {
    width: 100px;
    margin-top: 56px;
    justify-content: space-between;
  }
  .page-banner .banner .banner-main .main-title a i {
    transform: scale(0.5);
  }
  .page-banner .banner .banner-main .main-title > div {
    display: flex;
  }
  .page-banner .banner .banner-main .main-title a:hover {
    transform: translateY(-10px);
  }
  .page-banner .banner .banner-to {
    opacity: 0;
    display: none;
  }
}
@media (max-width: 800px) {
  .page-banner .banner {
    position: relative;
  }
  .page-banner .banner .banner-main {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
  }
  .page-banner .banner .banner-main .main-title {
    transform: translateY(-50%);
  }
  .page-banner .banner .banner-main .main-title > p {
    text-align: center;
  }
  .page-banner .banner .banner-main .main-title > p:first-child {
    font-size: 32px;
    margin-bottom: 15px;
    text-align: center;
  }
  .page-banner .banner .banner-main .main-title > p:last-child {
    text-align: center;
    font-size: 12px;
  }
  .page-banner .banner .banner-main .main-title > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .page-banner .banner .banner-main .main-title a {
    margin-top: 14px;
    justify-content: center;
    display: none;
  }
  .page-banner .banner .banner-main .main-title a i {
    transform: scale(0.5);
  }
  .page-banner .banner .banner-to {
    opacity: 0.8;
    position: absolute;
    bottom: 10%;
    animation: bounce 1.5s infinite;
    /* 使用动画和无限循环 */
  }
  .page-banner .banner .banner-to i {
    color: white;
    font-size: 28px;
  }
  @keyframes bounce {
    0% {
      transform: translateY(0);
      /* 初始位置 */
    }
    50% {
      transform: translateY(20px);
      /* 弹跳上升 */
      opacity: 1;
    }
    100% {
      opacity: 0.8;
      transform: translateY(0);
      /* 回到原始位置 */
    }
  }
}
.page-brand {
  display: flex;
  justify-content: center;
  background-image: linear-gradient(#ffe8e175, #fffbf973, white);
}
.page-brand .pc {
  max-width: 1250px;
}
.page-brand .pc .pc-header {
  margin-top: 80px;
  position: relative;
}
.page-brand .pc .pc-header .header-title {
  position: relative;
  height: 144px;
}
.page-brand .pc .pc-header .header-title p:nth-child(1) {
  position: absolute;
  font-size: 95px;
  font-weight: 600;
  color: transparent;
  background-image: linear-gradient(to bottom, #eeeeee, #fafafa);
  -webkit-background-clip: text;
  white-space: nowrap;
  transform: translate(-50%, -5px);
  left: 50%;
  bottom: 0;
}
.page-brand .pc .pc-header .header-title p:nth-child(2) {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 18px;
  font-size: 28px;
}
.page-brand .pc .pc-header .header-title div {
  position: absolute;
  transform: translateX(-50%);
  background-color: #FF8258;
  width: 48px;
  height: 6px;
  border-radius: 5px;
  bottom: 8px;
  left: 50%;
}
.page-brand .pc .pc-main {
  position: relative;
  padding: 60px 0;
  margin: 30px 0;
  display: grid;
  grid-template-columns: 440px 1fr;
}
.page-brand .pc .pc-main .back-img {
  width: 370px;
  height: 370px;
  top: 0;
  right: 0;
  position: absolute;
}
.page-brand .pc .pc-main .back-img img {
  width: 100%;
}
.page-brand .pc .pc-main .main-left {
  position: relative;
}
.page-brand .pc .pc-main .main-left img {
  width: 383px;
  height: 454px;
  position: relative;
  z-index: 2;
}
.page-brand .pc .pc-main .main-left::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 80%;
  background-color: #FFAB8E;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.page-brand .pc .pc-main .main-right {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-brand .pc .pc-main .main-right .right-title {
  color: #333333;
  font-size: 24px;
}
.page-brand .pc .pc-main .main-right .right-line1 {
  color: #666666;
  text-indent: 35px;
  transition-delay: 100ms;
}
.page-brand .pc .pc-main .main-right .right-line2 {
  transition-delay: 100ms;
}
.page-brand .pc .pc-main .main-right .right-line2 div {
  cursor: pointer;
  transition: all 0.5s;
}
.page-brand .pc .pc-main .main-right .right-line2 div a,
.page-brand .pc .pc-main .main-right .right-line2 div i {
  color: #FF8258;
}
.page-brand .pc .pc-main .main-right .right-line2 div i {
  display: inline-flex;
  transform: scale(0.5) translateX(-10px);
}
.page-brand .pc .pc-main .main-right .right-line2 div:hover {
  transform: translateY(-5px);
}
.page-brand .pc .pc-main .main-right .right-line3 {
  display: flex;
  justify-content: space-around;
  transition-delay: 100ms;
}
.page-brand .pc .pc-main .main-right .right-line3 li div:nth-child(1) {
  color: #FF8258;
  display: flex;
  align-items: flex-end;
}
.page-brand .pc .pc-main .main-right .right-line3 li div:nth-child(1) p:nth-child(1) {
  font-size: 42px;
}
.page-brand .pc .pc-main .main-right .right-line3 li div:nth-child(1) p:nth-child(2) {
  transform: translateY(-10px);
  margin-left: 5px;
}
.page-brand .pc .pc-main .main-right .right-line3 li div:nth-child(2) {
  color: #FF8258;
  font-size: 15px;
}
.page-brand .h5 .h5-header {
  position: relative;
  margin: 0px 0 18px;
}
.page-brand .h5 .h5-header .header-title {
  position: relative;
  height: 104px;
}
.page-brand .h5 .h5-header .header-title p:nth-child(1) {
  position: absolute;
  font-size: 50px;
  font-weight: 600;
  color: transparent;
  background-image: linear-gradient(to bottom, #eeeeee, #fafafa);
  -webkit-background-clip: text;
  white-space: nowrap;
  transform: translateX(-50%);
  left: 50%;
  bottom: 15px;
}
.page-brand .h5 .h5-header .header-title p:nth-child(2) {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 18px;
  font-size: 18px;
}
.page-brand .h5 .h5-header .header-title div {
  position: absolute;
  transform: translateX(-50%);
  background-color: #FF8258;
  width: 30px;
  height: 6px;
  border-radius: 5px;
  bottom: 8px;
  left: 50%;
}
.page-brand .h5 .h5-main {
  padding: 0 17px;
}
.page-brand .h5 .h5-main .right-line1 {
  font-size: 15px;
  color: #666666;
  text-indent: 30px;
}
.page-brand .h5 .h5-main .right-line3 {
  display: flex;
  justify-content: space-between;
  padding: 14px 25px 12px;
  background-color: #FFFAF8;
  margin: 24px 16px;
  border-radius: 10px;
}
.page-brand .h5 .h5-main .right-line3 li div:nth-child(1) {
  color: #FF8258;
  display: flex;
  align-items: flex-end;
}
.page-brand .h5 .h5-main .right-line3 li div:nth-child(1) p:nth-child(1) {
  font-size: 24px;
}
.page-brand .h5 .h5-main .right-line3 li div:nth-child(1) p:nth-child(2) {
  transform: translateY(-10px);
  margin-left: 5px;
  font-size: 10px;
}
.page-brand .h5 .h5-main .right-line3 li div:nth-child(2) {
  color: #FF8258;
  font-size: 12px;
}
.page-product {
  display: flex;
  justify-content: center;
}
.page-product .pc {
  width: 1250px;
}
.page-product .pc .pc-header {
  position: relative;
}
.page-product .pc .pc-header .header-title {
  position: relative;
  height: 144px;
  margin-top: 90px;
}
.page-product .pc .pc-header .header-title p:nth-child(1) {
  position: absolute;
  font-size: 95px;
  font-weight: 600;
  color: transparent;
  background-image: linear-gradient(to bottom, #f7f7f7, #fafafa69);
  -webkit-background-clip: text;
  white-space: nowrap;
  transform: translateX(-50%);
  left: 50%;
  bottom: 10;
}
.page-product .pc .pc-header .header-title p:nth-child(2) {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 18px;
  font-size: 28px;
}
.page-product .pc .pc-header .header-title div {
  position: absolute;
  transform: translateX(-50%);
  background-color: #FF8258;
  width: 48px;
  height: 6px;
  border-radius: 5px;
  bottom: 8px;
  left: 50%;
}
.page-product .pc .pc-main {
  position: relative;
  padding: 60px 0 52px;
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: 34% 32% 32%;
  justify-content: space-between;
}
.page-product .pc .pc-main .block1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 540px;
}
.page-product .pc .pc-main .block1::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #ff957178, #ff957112, transparent);
  opacity: 0;
  transition: all 0.5s;
}
.page-product .pc .pc-main .block1 .block-title {
  position: absolute;
  bottom: 20px;
  padding: 0 40px;
}
.page-product .pc .pc-main .block1 .block-title p:nth-child(1) {
  font-size: 28px;
  font-weight: 600;
  color: white;
}
.page-product .pc .pc-main .block1 .block-title p:nth-child(2) {
  font-size: 18px;
  color: white;
}
.page-product .pc .pc-main .block1 .block-detail {
  transition: all 0.5s;
  position: absolute;
  bottom: 0px;
  transform: translateY(100px);
  padding: 0 40px;
  color: white;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.page-product .pc .pc-main .block1:hover::before {
  opacity: 1;
}
.page-product .pc .pc-main .block1:hover .block-title {
  transform: translateY(-35px);
}
.page-product .pc .pc-main .block1:hover .block-detail {
  opacity: 1;
  transform: translateY(-28px);
}
.page-product .pc .pc-main .block2,
.page-product .pc .pc-main .block3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-product .pc .pc-main .block2 a,
.page-product .pc .pc-main .block3 a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 262px;
  position: relative;
  overflow: hidden;
}
.page-product .pc .pc-main .block2 a::before,
.page-product .pc .pc-main .block3 a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #ff957178, #ff957130, transparent);
  opacity: 0;
  transition: 0.5s all;
}
.page-product .pc .pc-main .block2 a .block-title,
.page-product .pc .pc-main .block3 a .block-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.page-product .pc .pc-main .block2 a .block-title p:nth-child(1),
.page-product .pc .pc-main .block3 a .block-title p:nth-child(1) {
  font-size: 22px;
  font-weight: 600;
  color: white;
}
.page-product .pc .pc-main .block2 a .block-title p:nth-child(2),
.page-product .pc .pc-main .block3 a .block-title p:nth-child(2) {
  font-size: 16px;
  color: white;
}
.page-product .pc .pc-main .block2 a .block-detail,
.page-product .pc .pc-main .block3 a .block-detail {
  transition: all 0.5s;
  position: absolute;
  bottom: 0px;
  transform: translateY(100px);
  padding: 0 20px;
  color: white;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition-delay: 3000;
}
.page-product .pc .pc-main .block2 a:hover::before,
.page-product .pc .pc-main .block3 a:hover::before {
  opacity: 1;
}
.page-product .pc .pc-main .block2 a:hover .block-title,
.page-product .pc .pc-main .block3 a:hover .block-title {
  transform: translateY(-36px);
}
.page-product .pc .pc-main .block2 a:hover .block-detail,
.page-product .pc .pc-main .block3 a:hover .block-detail {
  opacity: 1;
  transform: translateY(-28px);
}
.page-product .h5 {
  width: 100%;
}
.page-product .h5 .h5-header {
  position: relative;
  margin: 0px 0 18px;
}
.page-product .h5 .h5-header .header-title {
  position: relative;
  height: 104px;
}
.page-product .h5 .h5-header .header-title p:nth-child(1) {
  position: absolute;
  font-size: 50px;
  font-weight: 600;
  color: transparent;
  background-image: linear-gradient(to bottom, #eeeeee, #fafafa);
  -webkit-background-clip: text;
  white-space: nowrap;
  transform: translateX(-50%);
  left: 50%;
  bottom: 15px;
}
.page-product .h5 .h5-header .header-title p:nth-child(2) {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 18px;
  font-size: 18px;
}
.page-product .h5 .h5-header .header-title div {
  position: absolute;
  transform: translateX(-50%);
  background-color: #FF8258;
  width: 30px;
  height: 6px;
  border-radius: 5px;
  bottom: 8px;
  left: 50%;
}
.page-product .h5 .h5-main .main-desc li {
  display: none;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
.page-product .h5 .h5-main .main-desc li span:nth-child(1) {
  font-size: 18px;
  color: #333333;
}
.page-product .h5 .h5-main .main-desc li span:nth-child(2) {
  margin-top: 10px;
  font-size: 15px;
  color: #666666;
  padding: 0 36px;
  text-align: center;
}
.page-product .h5 .h5-main .main-desc li:nth-child(1) {
  display: flex;
}
.page-solution .pc {
  display: flex;
  justify-content: center;
  background-image: url(https://zhihui-lingyang.oss-cn-hangzhou.aliyuncs.com/static/solution_background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 880px;
}
.page-solution .pc .pc-main {
  margin-top: 90px;
  width: 1250px;
  overflow: scroll;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
}
.page-solution .pc .pc-main .pc-header {
  padding-bottom: 60px;
}
.page-solution .pc .pc-main .pc-header .header-title {
  position: relative;
  height: 144px;
}
.page-solution .pc .pc-main .pc-header .header-title p:nth-child(1) {
  position: absolute;
  font-size: 95px;
  font-weight: 600;
  color: transparent;
  background-image: linear-gradient(to bottom, #f7f7f7, #fafafa69);
  -webkit-background-clip: text;
  white-space: nowrap;
  transform: translate(-50%, -10px);
  left: 50%;
  bottom: 0;
}
.page-solution .pc .pc-main .pc-header .header-title p:nth-child(2) {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 18px;
  font-size: 28px;
}
.page-solution .pc .pc-main .pc-header .header-title div {
  position: absolute;
  transform: translateX(-50%);
  background-color: #FF8258;
  width: 48px;
  height: 6px;
  border-radius: 5px;
  bottom: 8px;
  left: 50%;
}
.page-solution .pc .pc-main .pc-wrapper {
  display: flex;
}
.page-solution .pc .pc-main .pc-wrapper .wrapper-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0 25px;
}
.page-solution .pc .pc-main .pc-wrapper .wrapper-block a {
  padding: 32px 38px;
  width: 32%;
  background-color: #ffffff78;
  border: 1px solid #ff7a0008;
  border-radius: 15px;
  transform: scale(0.9);
  transition: 0.5s all;
}
.page-solution .pc .pc-main .pc-wrapper .wrapper-block a .news_title {
  font-size: 22px;
  color: #333333;
}
.page-solution .pc .pc-main .pc-wrapper .wrapper-block a .news_detail {
  padding: 8px 0 2px;
  color: #969696;
  font-size: 15px;
}
.page-solution .pc .pc-main .pc-wrapper .wrapper-block a .news_txt {
  padding: 18px 0;
  color: #666666;
  font-size: 15px;
}
.page-solution .pc .pc-main .pc-wrapper .wrapper-block a .news_img img {
  width: 100%;
}
.page-solution .pc .pc-main .pc-wrapper .wrapper-block .active {
  background-color: white;
  box-shadow: 0 0 20px #00000012;
  border: 1px solid #ff7a000f;
  transform: scale(1);
}
.page-solution .h5 {
  width: 100%;
}
.page-solution .h5 .h5-header {
  position: relative;
  margin: 0px 0 18px;
}
.page-solution .h5 .h5-header .header-title {
  position: relative;
  height: 104px;
}
.page-solution .h5 .h5-header .header-title p:nth-child(1) {
  position: absolute;
  font-size: 50px;
  font-weight: 600;
  color: transparent;
  background-image: linear-gradient(to bottom, #eeeeee, #fafafa);
  -webkit-background-clip: text;
  white-space: nowrap;
  transform: translateX(-50%);
  left: 50%;
  bottom: 15px;
}
.page-solution .h5 .h5-header .header-title p:nth-child(2) {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 18px;
  font-size: 18px;
}
.page-solution .h5 .h5-header .header-title div {
  position: absolute;
  transform: translateX(-50%);
  background-color: #FF8258;
  width: 30px;
  height: 6px;
  border-radius: 5px;
  bottom: 8px;
  left: 50%;
}
.page-solution .h5 .h5-main {
  padding: 0 22px;
  background-color: white;
  width: 90.4%;
  margin: 0 auto;
  box-shadow: 0 0 30px #cccccc75;
  border-radius: 15px;
  padding-bottom: 26px;
}
.page-solution .h5 .h5-main p:nth-child(1) {
  color: #333333;
  font-size: 18px;
  padding-top: 28px;
  padding-bottom: 8px;
}
.page-solution .h5 .h5-main p:nth-child(2) {
  color: #969696;
  font-size: 15px;
  padding-bottom: 12px;
}
.page-solution .h5 .h5-main p:nth-child(3) {
  color: #666666;
  font-size: 15px;
  padding-bottom: 16px;
}
.page-solution .h5 .h5-main p {
  padding: 0 12px;
}
.page-solution .h5 .h5-main img {
  width: 100%;
  border-radius: 10px;
  height: 48vw;
}
.page-solution .h5 .h5-more {
  display: flex;
  justify-content: center;
  padding: 20px 0 30px;
}
.page-solution .h5 .h5-more a {
  padding: 6px 0;
  width: 84px;
  border: 1px solid #FF8258;
  text-align: center;
  color: white;
  font-size: 14px;
  border-radius: 50px;
  color: #FF8258;
}
.page-news {
  display: flex;
  padding-bottom: 32px;
  justify-content: center;
  background-image: url(/static/index/product-bj.png), linear-gradient(white, #fffbf973, #ffe8e175);
  background-size: 1920px;
  background-position-y: bottom;
  background-repeat: repeat-x;
}
.page-news .pc {
  margin: 90px 0 118px;
}
.page-news .pc .pc-header {
  background-image: url(/static/index/news-zfj.png);
  background-size: cover;
  position: relative;
  padding-bottom: 60px;
}
.page-news .pc .pc-header .header-title {
  position: relative;
  height: 144px;
}
.page-news .pc .pc-header .header-title p:nth-child(1) {
  position: absolute;
  font-size: 95px;
  font-weight: 600;
  color: transparent;
  background-image: linear-gradient(to bottom, #f7f7f7, #fafafa69);
  -webkit-background-clip: text;
  white-space: nowrap;
  transform: translate(-50%, -10px);
  left: 50%;
  bottom: 0;
}
.page-news .pc .pc-header .header-title p:nth-child(2) {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 18px;
  font-size: 28px;
}
.page-news .pc .pc-header .header-title div {
  position: absolute;
  transform: translateX(-50%);
  background-color: #FF8258;
  width: 48px;
  height: 6px;
  border-radius: 5px;
  bottom: 8px;
  left: 50%;
}
.page-news .pc .pc-main {
  background-color: white;
  box-shadow: 0 2px 15px #eeeeee;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 50% 50%;
}
.page-news .pc .pc-main .main-first {
  display: flex;
  flex-direction: column;
  padding: 0px 25px;
  justify-content: space-between;
  cursor: pointer;
}
.page-news .pc .pc-main .main-first .first-left {
  width: 100%;
  max-height: 240px;
  overflow: hidden;
}
.page-news .pc .pc-main .main-first .first-left img {
  transition: 0.5s all;
  width: 100%;
  height: 100%;
}
.page-news .pc .pc-main .main-first .first-left:hover img {
  transform: scale(1.1);
}
.page-news .pc .pc-main .main-first .first-right .right-title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.5s all;
  display: flex;
  align-items: center;
}
.page-news .pc .pc-main .main-first .first-right .right-title a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page-news .pc .pc-main .main-first .first-right .right-title i {
  color: #FF8258;
  font-size: 20px;
  opacity: 0;
  transform: translateX(10px);
  transition: 0.5s all;
}
.page-news .pc .pc-main .main-first .first-right .right-time {
  color: #666666;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.page-news .pc .pc-main .main-first .first-right .right-content {
  margin-bottom: 15px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-news .pc .pc-main .main-first:hover .right-title i {
  transform: translateX(20px);
  opacity: 1;
}
.page-news .pc .pc-main .main-last {
  padding: 0 25px;
  display: flex;
  flex-direction: column;
}
.page-news .pc .pc-main .main-last .last-li {
  display: grid;
  grid-template-columns: 1fr 85%;
  padding: 24px 0;
  border-bottom: 1px solid #ECECEC;
}
.page-news .pc .pc-main .main-last .last-li .li-time p:first-child {
  font-size: 18px;
  color: #333333;
}
.page-news .pc .pc-main .main-last .last-li .li-time p:last-child {
  font-size: 15px;
  margin-top: 10px;
  color: #666666;
}
.page-news .pc .pc-main .main-last .last-li .li-content div {
  display: flex;
  align-items: center;
}
.page-news .pc .pc-main .main-last .last-li .li-content div span {
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-news .pc .pc-main .main-last .last-li .li-content div i {
  opacity: 0;
  position: relative;
  transition: 0.5s all;
  color: #FF8258;
}
.page-news .pc .pc-main .main-last .last-li .li-content p {
  font-size: 15px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.page-news .pc .pc-main .main-last .last-li:last-child {
  border-bottom: none;
}
.page-news .pc .pc-main .main-last .last-li:hover .li-content div i {
  opacity: 1;
  transform: translateX(10px);
}
@media (max-width: 1250px) {
  .page-news .pc {
    width: 100vw;
  }
}
@media (min-width: 1250px) {
  .page-news .pc {
    max-width: 1250px;
  }
}
.page-news .h5 {
  width: 100%;
}
.page-news .h5 .h5-header {
  position: relative;
  margin: 0px 0 18px;
}
.page-news .h5 .h5-header .header-title {
  position: relative;
  height: 104px;
}
.page-news .h5 .h5-header .header-title p:nth-child(1) {
  position: absolute;
  font-size: 50px;
  font-weight: 600;
  color: transparent;
  background-image: linear-gradient(to bottom, #eeeeee, #fafafa);
  -webkit-background-clip: text;
  white-space: nowrap;
  transform: translateX(-50%);
  left: 50%;
  bottom: 15px;
}
.page-news .h5 .h5-header .header-title p:nth-child(2) {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 18px;
  font-size: 18px;
}
.page-news .h5 .h5-header .header-title div {
  position: absolute;
  transform: translateX(-50%);
  background-color: #FF8258;
  width: 30px;
  height: 6px;
  border-radius: 5px;
  bottom: 8px;
  left: 50%;
}
.page-news .h5 .h5-main {
  background-color: white;
  width: 90.4%;
  margin: 0 auto;
  box-shadow: 0 0 30px #cccccc75;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.page-news .h5 .h5-main .first-li {
  position: relative;
  height: 38.4vw;
}
.page-news .h5 .h5-main .first-li img {
  width: 100%;
  height: 100%;
}
.page-news .h5 .h5-main .first-li div {
  position: absolute;
  bottom: 0;
  display: flex;
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(rgba(255, 255, 255, 0), #00000082);
  width: 100%;
  padding: 8px 12px;
  color: white;
  align-items: center;
}
.page-news .h5 .h5-main .first-li div p {
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-news .h5 .h5-main .first-li div i {
  margin-left: 10px;
}
.page-news .h5 .h5-main .last-li {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
}
.page-news .h5 .h5-main .last-li a {
  color: 15px;
  padding: 16px 0;
  border-bottom: 1px solid #ECECEC;
  color: #333333;
}
