.not_banner .wrap .text p {
  text-transform: none;
}
.section .wrap {
  width: 1516px;
  margin: 80px auto 100px;
}
.section .wrap .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 80px 0;
}
.section .wrap .title a {
  width: fit-content;
  padding: 0 22px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 200;
  color: #666666;
  transition: 0.6s;
}
.section .wrap .title a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(21deg, #0A7DDA, #8CE5FB);
  border-radius: 32px;
  opacity: 0;
  transition: 0.6s;
}
.section .wrap .title a.on,
.section .wrap .title a:hover {
  color: #fff;
}
.section .wrap .title a.on:after,
.section .wrap .title a:hover:after {
  opacity: 1;
}
.section .wrap .title a:not(:last-child) {
  margin: 0 10px 0 0;
}
.section .wrap .content .big {
  display: none;
}
.section .wrap .content .big.on {
  display: block;
}
.section .wrap .content .big .flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 34px 38px;
}
.section .wrap .content .big .flex .item {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.section .wrap .content .big .flex .item img {
  width: 100%;
  height: 100%;
  transition: 2s;
}
.section .wrap .content .big .flex .item .text {
  width: 100%;
  bottom: 65px;
  padding: 0 47px;
  position: absolute;
  transition: 1.2s;
}
.section .wrap .content .big .flex .item .text span {
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  display: block;
  margin: 0 0 4px 0;
}
.section .wrap .content .big .flex .item .text p {
  font-size: 22px;
  font-weight: 200;
  color: #FFFFFF;
  height: 58px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section .wrap .content .big .flex .item:hover img {
  transform: scale(1.1);
}
.section .wrap .content .big .flex .item:hover .text {
  transform: translateY(-25px);
}
.section .wrap .content .big .bigger {
  margin: 100px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .wrap .content .big .bigger p {
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #333333;
  margin: 0 14px 0 0;
}
.section .wrap .content .big .bigger .button {
  width: 32px;
  height: 32px;
  background: rgba(51, 51, 51, 0);
  border: 1px solid #333333;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
.section .wrap .content .big .bigger .button .iconfont {
  color: #333333;
  font-size: 20px;
  transform: rotate(-45deg);
  transition: 0.6s;
}
.section .wrap .content .big .bigger .button:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(21deg, #0A7DDA, #8CE5FB);
  border-radius: 32px;
  z-index: -1;
  opacity: 0;
  transition: 0.6s;
}
.section .wrap .content .big .bigger:hover .button {
  border: 1px solid transparent;
}
.section .wrap .content .big .bigger:hover .button .iconfont {
  transform: rotate(0);
  color: #fff;
}
.section .wrap .content .big .bigger:hover .button:after {
  opacity: 1;
}
/*# sourceMappingURL=case.css.map */
@media screen and (max-width: 1700px) {
  .section .wrap {
    width: 90%;
  }
  .section .wrap .content .big .flex .item .text {
    padding: 0 30px;
  }
  .section .wrap .content .big .flex .item .text p {
    font-size: 20px;
    height: 54px;
  }
  .section .wrap .content .big .flex .item .text span {
    font-size: 24px;
  }
  .section .wrap .title {
    flex-wrap: wrap;
    justify-content: unset;
  }
}
@media screen and (max-width: 1440px) {
  .section .wrap .title {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 0;
  }
  .section .wrap .title a {
    margin: auto!important;
  }
}
@media screen and (max-width: 1365px) {
  .section .wrap .content .big .flex {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .section .wrap .content .big .flex {
    grid-template-columns: repeat(2, 1fr);
  }
  .section .wrap .content .big .flex .item .text p {
    font-size: 16px;
  }
  .section .wrap .content .big .flex .item .text span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section .wrap .title {
    grid-template-columns: repeat(2, 1fr);
  }
  .section .wrap .title a {
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
    height: 49px;
  }
  .section .wrap {
    margin: 40px auto 60px;
  }
  .section .wrap .content .big .bigger {
    margin: 60px 0 0 0;
  }
  .section .wrap .content .big .flex {
    grid-template-columns: repeat(1, 1fr);
  }
}
