@keyframes bannerVideoBtn {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}
@keyframes swiper-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes autoplayScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
body {
  background: #f5f7fb;
}

.indexBlock {
  position: relative;
}
.indexBlock .indexBlockSwiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  font-size: 0;
  height: 818px;
}
.indexBlock .indexBlockSwiper .swiper-wrapper .swiper-slide .img img, .indexBlock .indexBlockSwiper .swiper-wrapper .swiper-slide .img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBlock .indexBlockSwiper .swiper-wrapper .swiper-slide .img .play {
  position: absolute;
  right: 21.5625%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  cursor: pointer;
}
.indexBlock .indexBlockSwiper .swiper-wrapper .swiper-slide .img .play::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  background: #d80031;
  border-radius: 50%;
  animation: bannerVideoBtn 1500ms ease-out infinite;
}
.indexBlock .indexBlockSwiper .swiper-wrapper .swiper-slide .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 41.1458333333%;
}
.indexBlock .indexBlockSwiper .swiper-wrapper .swiper-slide .content .type {
  padding: 0 22px;
  background-color: #d80031;
  border-radius: 14px 14px 14px 0px;
  font-family: OPPOSans-B;
  font-size: 32px;
  line-height: 50px;
  color: #fff;
}
.indexBlock .indexBlockSwiper .swiper-wrapper .swiper-slide .content .title {
  margin-top: 12px;
  font-family: OPPOSans-B;
  font-size: 60px;
  line-height: 66px;
  color: #ffffff;
}
.indexBlock .indexBlockSwiper .swiper-wrapper .swiper-slide .content .tips {
  margin-top: 18px;
  font-family: OPPOSans-M;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.indexBlock .indexBlockSwiper .swiper-wrapper .swiper-slide .content .menu {
  display: flex;
  margin-top: 41px;
}
.indexBlock .indexBlockSwiper .swiper-pagination {
  bottom: 60px;
  font-size: 0;
}
.indexBlock .indexBlockSwiper .swiper-pagination span {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  background: #fff;
  opacity: 0.5;
}
.indexBlock .indexBlockSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../images/indexBannerIco.png) no-repeat center/cover;
  animation: swiper-rotate 3s linear infinite;
  opacity: 1;
}
.indexBlock .bottom {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.indexBlock .bottom .w1680 {
  display: flex;
  animation: autoplayScroll 25s linear infinite;
  width: auto;
}
.indexBlock .bottom .w1680 .list {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 204px;
  height: 142px;
}
.indexBlock .bottom .w1680 .list img {
  max-width: 80%;
  max-height: 80%;
}

.video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100vh;
  background: rgba(20, 38, 55, 0.6);
}
.video .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
}
.video .content .close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
}
.video .content .close img {
  width: 12px;
  height: auto;
}
.video .content video {
  width: 100%;
  aspect-ratio: 16/9;
}

.indexBlock2 {
  padding-top: 140px;
  padding-bottom: 80px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 60px 60px 0px 0px;
}
.indexBlock2 .w1680 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexBlock2 .w1680 .left {
  width: 44.6428571429%;
}
.indexBlock2 .w1680 .left .type {
  font-family: OPPOSans;
  font-size: 18px;
  color: #d80031;
}
.indexBlock2 .w1680 .left .title {
  margin-top: 10px;
  font-family: OPPOSans-B;
  font-size: 60px;
  line-height: 66px;
  color: #142637;
}
.indexBlock2 .w1680 .left .tips {
  margin-top: 36px;
  font-size: 20px;
  color: #142637;
}
.indexBlock2 .w1680 .left .menu {
  display: flex;
  margin-top: 50px;
}
.indexBlock2 .w1680 .right {
  overflow: hidden;
  width: 47.619047619%;
  height: 480px;
  border-radius: 30px;
  font-size: 0;
}
.indexBlock2 .w1680 .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.indexBlock3 {
  position: relative;
  height: 150vh;
  overflow-x: auto;
  padding: 120px 0 150px;
  background-image: linear-gradient(0deg, #d80031 6%, #ffffff 100%);
}
.indexBlock3 .content {
  display: flex;
}
.indexBlock3 .content .list {
  flex-shrink: 0;
  width: 530px;
  margin-left: 45px;
  background: #fff;
  border-radius: 16px;
}
.indexBlock3 .content .list .img {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 53/30;
  border-radius: 16px;
  font-size: 0;
}
.indexBlock3 .content .list .img img {
  transform: scale(1);
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBlock3 .content .list .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 330px;
  padding: 30px 30px 70px;
}
.indexBlock3 .content .list .text .title {
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-family: OPPOSans-M;
  font-size: 28px;
  line-height: 1.3;
  color: #142637;
}
.indexBlock3 .content .list .text .menu {
  display: flex;
}
.indexBlock3 .content .list .text .menu a {
  margin-left: 30px;
  text-decoration: underline;
  font-size: 16px;
  color: #d80031;
}
.indexBlock3 .content .list .text .menu a:first-child {
  margin-left: 0;
}
.indexBlock3 .content .list:first-child {
  margin-left: 0;
}

.indexBlock4 {
  position: relative;
  z-index: 1;
  margin-top: -80px;
  padding-top: 140px;
  padding-bottom: 80px;
  background: #1f3852 url(../images/indexBlock4Bg.jpg) no-repeat bottom center/cover;
  border-radius: 60px 60px 0px 0px;
}
.indexBlock4 .w1400 {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.indexBlock4 .w1400 .type {
  text-align: center;
  font-family: OPPOSans;
  font-size: 18px;
  color: #fff;
}
.indexBlock4 .w1400 .indexTitle {
  margin-top: 6px;
  text-align: center;
  font-family: OPPOSans;
  font-size: 60px;
  color: #fff;
}
.indexBlock4 .w1400 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}
.indexBlock4 .w1400 .content .left {
  width: 45.7142857143%;
  overflow: hidden;
  border-radius: 16px;
  font-size: 0;
}
.indexBlock4 .w1400 .content .right {
  width: 48.5714285714%;
}
.indexBlock4 .w1400 .content .right .title {
  font-family: OPPOSans;
  font-size: 42px;
  line-height: 1;
  color: #ffffff;
}
.indexBlock4 .w1400 .content .right .tips {
  margin-top: 10px;
  font-family: OPPOSans;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.indexBlock4 .w1400 .content .right .button {
  display: block;
  width: 180px;
  margin-top: 35px;
  line-height: 54px;
}
.indexBlock4 .indexBlock4Swiper {
  margin-top: 60px;
  padding-bottom: 62px;
}
.indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  display: flex;
  border-radius: 16px;
  background-color: #fff;
  opacity: 0.5;
}
.indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide .img {
  overflow: hidden;
  width: 280px;
  aspect-ratio: 1/1;
  border-radius: 16px;
  font-size: 0;
}
.indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide .img img {
  transform: scale(1);
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide .text {
  position: relative;
  width: calc(100% - 280px);
  padding: 45px 50px 30px 30px;
}
.indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide .text .type {
  display: flex;
}
.indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide .text .type span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 80px;
  margin-right: 10px;
  padding: 0 15px;
  background: rgba(20, 38, 55, 0.05);
  border-radius: 12px;
  text-align: center;
  font-family: OPPOSans;
  line-height: 34px;
  color: rgba(20, 38, 55, 0.7);
}
.indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide .text .tips {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 16px;
  font-family: OPPOSans;
  font-size: 16px;
  line-height: 24px;
  color: #142637;
}
.indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide .text .bottom {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 30px;
  bottom: 30px;
  max-width: 75%;
}
.indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide .text .bottom .ico {
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 50%;
}
.indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide .text .bottom .name {
  width: calc(100% - 38px);
  color: rgba(20, 38, 55, 0.7);
}
.indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide .text .logo {
  position: absolute;
  right: 40px;
  bottom: 20px;
}
.indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
.indexBlock4 .indexBlock4Swiper .swiper-pagination {
  bottom: 0;
  font-size: 0;
}
.indexBlock4 .indexBlock4Swiper .swiper-pagination span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.indexBlock4 .indexBlock4Swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../images/indexBlock4Ico.png) no-repeat center/cover;
  animation: swiper-rotate 3s linear infinite;
}

.indexBlock5 {
  padding: 138px 0 100px;
}
.indexBlock5 .w1680 .type {
  text-align: center;
  font-family: OPPOSans;
  font-size: 18px;
  color: #d80031;
}
.indexBlock5 .w1680 .indexTitle {
  text-align: center;
  font-family: OPPOSans;
  font-size: 48px;
  color: #142637;
}
.indexBlock5 .w1680 .content {
  display: flex;
  margin-top: 40px;
}
.indexBlock5 .w1680 .content .list {
  width: calc((100% - 60px) / 4);
  margin-left: 20px;
  background: #fff;
  border-radius: 16px;
}
.indexBlock5 .w1680 .content .list .img {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  font-size: 0;
}
.indexBlock5 .w1680 .content .list .img img {
  transform: scale(1);
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBlock5 .w1680 .content .list .time {
  margin: 28px 30px 15px;
  font-size: 16px;
  color: #142637;
}
.indexBlock5 .w1680 .content .list .text {
  padding: 0 30px 30px;
}
.indexBlock5 .w1680 .content .list .text .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 106px;
  font-family: OPPOSans;
  font-size: 24px;
  line-height: 1.1;
  color: #142637;
}
.indexBlock5 .w1680 .content .list .text .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.indexBlock5 .w1680 .content .list .text .bottom span {
  padding: 0 15px;
  background: rgba(20, 38, 55, 0.05);
  border-radius: 12px;
  font-family: OPPOSans;
  font-size: 16px;
  line-height: 34px;
}
.indexBlock5 .w1680 .content .list .text .bottom .link {
  text-decoration: underline;
  font-family: OPPOSans;
  font-size: 16px;
  line-height: 34px;
  color: #d80031;
}
.indexBlock5 .w1680 .content .list:first-child {
  margin-left: 0;
}
.indexBlock5 .button {
  display: block;
  width: 200px;
  margin: 60px auto 0;
  background: #d80031;
  border-radius: 20px;
  line-height: 58px;
  color: #fff;
}

@media (any-hover: hover) {
  .indexBlock .indexBlockSwiper .swiper-wrapper .swiper-slide .content .menu .red:hover {
    background: rgba(216, 0, 49, 0.8);
    color: #fff;
  }
  .indexBlock .indexBlockSwiper .swiper-wrapper .swiper-slide .content .menu .white:hover {
    background: #d80031;
    color: #fff;
  }
  .indexBlock3 .content .list:hover .img img {
    transform: scale(1.1);
  }
  .indexBlock4 .w1400 .content .right .button:hover {
    background: #d80031;
    color: #fff;
  }
  .indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide:hover .img img {
    transform: scale(1.1);
  }
  .indexBlock5 .w1680 .content .list:hover .img img {
    transform: scale(1.1);
  }
}
@media (max-width: 1600px) {
  .indexBlock .indexBlockSwiper .swiper-wrapper .swiper-slide .content .title,
  .indexBlock2 .w1680 .left .title,
  .indexBlock4 .w1400 .indexTitle,
  .indexBlock5 .w1680 .indexTitle {
    font-size: 44px;
    line-height: 1.1;
  }
}
@media (max-width: 1440px) {
  .indexBlock3 .content .list .text {
    height: 200px;
    padding: 20px 30px;
  }
  .indexBlock3 .content .list .text .title {
    -webkit-line-clamp: 3;
    font-size: 24px;
  }
  .indexBlock4 .w1400 .content .right .title {
    line-height: 1.3;
  }
  .indexBlock5 .w1680 .content .list .text .title {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 1100px) {
  .indexBlock .indexBlockSwiper .swiper-wrapper .swiper-slide .content .title,
  .indexBlock2 .w1680 .left .title,
  .indexBlock4 .w1400 .indexTitle,
  .indexBlock5 .w1680 .indexTitle {
    font-size: 24px;
    line-height: 1.3;
  }
  .indexBlock {
    margin-top: 80px;
  }
  .indexBlock .indexBlockSwiper .swiper-wrapper .swiper-slide .img {
    height: 550px;
  }
  .indexBlock .indexBlockSwiper .swiper-wrapper .swiper-slide .img .play {
    display: none;
  }
  .indexBlock .indexBlockSwiper .swiper-wrapper .swiper-slide .content {
    width: 70%;
  }
  .indexBlock .indexBlockSwiper .swiper-wrapper .swiper-slide .content .type {
    font-size: 20px;
    line-height: 40px;
    border-radius: 10px 10px 10px 0;
  }
  .indexBlock .indexBlockSwiper .swiper-wrapper .swiper-slide .content .tips {
    font-size: 14px;
    line-height: 20px;
  }
  .indexBlock .bottom .w1680 .list {
    min-width: 160px;
    height: 100px;
  }
  .indexBlock2 {
    padding: 40px 0;
    border-radius: 30px 30px 0 0;
  }
  .indexBlock2 .w1680 {
    flex-direction: column;
  }
  .indexBlock2 .w1680 .left {
    width: 100%;
  }
  .indexBlock2 .w1680 .left .title {
    margin-top: 20px;
  }
  .indexBlock2 .w1680 .left .tips {
    margin-top: 10px;
    font-size: 16px;
  }
  .indexBlock2 .w1680 .left .menu {
    margin-top: 30px;
  }
  .indexBlock2 .w1680 .right {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .indexBlock3 .content .list {
    max-width: 90%;
    margin-left: 30px;
  }
  .indexBlock3 .content .list .text .title {
    font-size: 20px;
  }
  .indexBlock3 .content .list .text .menu a {
    margin-left: 20px;
    font-size: 14px;
  }
  .indexBlock4 {
    padding: 40px 0;
    border-radius: 30px 30px 0 0;
  }
  .indexBlock4 .w1400 .content {
    display: flex;
    flex-direction: column;
  }
  .indexBlock4 .w1400 .content .left {
    width: 100%;
  }
  .indexBlock4 .w1400 .content .left img {
    width: 100%;
  }
  .indexBlock4 .w1400 .content .right {
    width: 100%;
    margin-top: 30px;
  }
  .indexBlock4 .w1400 .content .right .title {
    font-size: 20px;
  }
  .indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide .img {
    width: 200px;
    height: 200px;
  }
  .indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide .text {
    width: calc(100% - 200px);
    padding: 20px;
  }
  .indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide .text .tips {
    -webkit-line-clamp: 2;
    height: 48px;
  }
  .indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide .text .bottom {
    left: 20px;
    bottom: 20px;
  }
  .indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide .text .logo {
    width: 40px;
    height: 30px;
    right: 20px;
  }
  .indexBlock5 {
    padding: 40px 0;
  }
  .indexBlock5 .w1680 .content {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .indexBlock5 .w1680 .content .list {
    width: calc((100% - 30px) / 2);
    margin-left: 0;
    margin-bottom: 30px;
  }
  .indexBlock5 .w1680 .content .list .time {
    font-size: 14px;
  }
  .indexBlock5 .w1680 .content .list .text .title {
    -webkit-line-clamp: 2;
    height: 48px;
    line-height: 24px;
  }
  .indexBlock5 .button {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .indexBlock3 .content .list {
    width: 440px;
  }
  .indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide {
    flex-direction: column;
  }
  .indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide .img {
    width: 100%;
  }
  .indexBlock4 .indexBlock4Swiper .swiper-wrapper .swiper-slide .text {
    width: 100%;
    padding-bottom: 70px;
  }
}
@media (max-width: 500px) {
  .indexBlock3 .content .list {
    width: 320px;
  }
  .indexBlock5 .w1680 .content .list {
    width: 100%;
  }
  .indexBlock5 .w1680 .content .list .text .bottom {
    margin-top: 30px;
  }
  .indexBlock5 .w1680 .content .list .text .bottom span, .indexBlock5 .w1680 .content .list .text .bottom .link {
    font-size: 14px;
    line-height: 30px;
  }
}/*# sourceMappingURL=index.css.map */