.banner {
  position: relative;
}
.banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.banner .text h2 {
  font-size: 80px;
  font-weight: 400;
}
.banner .text p {
  font-size: 46px;
  color: #fff;
  margin-top: 20px;
}
.section_1 {
  background-color: #EFEEF5;
  padding-top: 167px;
  padding-bottom: 213px;
}
.section_1 .warp {
  width: 1680px;
  margin: 0 auto;
  display: flex;
}
.section_1 .warp .left {
  flex: 1;
}
.section_1 .warp .left .title {
  margin-bottom: 80px;
}
.section_1 .warp .left .title h3 {
  background: linear-gradient(90deg, #7328D9 0%, #4A1AB5 37%, #5D5AFB 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: MR;
  font-size: 50px;
  width: fit-content;
}
.section_1 .warp .left .main div:nth-child(1) {
  transition-delay: 0.3s;
}
.section_1 .warp .left .main div:nth-child(2) {
  transition-delay: 0.6s;
}
.section_1 .warp .left .main h4 {
  margin-bottom: 50px;
  color: #111;
  font-size: 40px;
  font-family: MR;
}
.section_1 .warp .left .main p {
  color: #666;
  line-height: 40px;
  font-family: MR;
  font-size: 20px;
}
.section_1 .warp .right {
  width: 700px;
  height: 700px;
  position: relative;
  margin-left: 175px;
}
.section_1 .warp .right.aos-animate .img {
  clip-path: circle(350px);
}
.section_1 .warp .right.aos-animate .circular::after {
  clip-path: circle(86px);
}
.section_1 .warp .right .img {
  clip-path: circle(0);
  transition: all 1s;
}
.section_1 .warp .right .circular {
  height: 700px;
  position: absolute;
  left: 50%;
  top: 0;
  animation: rote 5s infinite linear;
}
.section_1 .warp .right .circular::after {
  content: '';
  width: 186px;
  height: 186px;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #171b61 0%, #171b61 37%, #171b61 100%);
  border-radius: 50%;
  clip-path: circle(0);
  transition: all 1s 1s;
}
.section_2 {
  background-color: #fff;
  padding-top: 113px;
  padding-bottom: 130px;
}
.section_2 .warp {
  width: 1680px;
  margin: 0 auto;
}
.section_2 .warp .title {
  margin-bottom: 83px;
}
.section_2 .warp .title h3 {
  background: linear-gradient(90deg, #7328D9 0%, #4A1AB5 37%, #5D5AFB 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: MR;
  font-size: 50px;
  width: fit-content;
}
.section_2 .warp .main {
  display: flex;
  justify-content: space-between;
}
.section_2 .warp .main .trem {
  width: 760px;
}
.section_2 .warp .main .trem .top {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 41px;
}
.section_2 .warp .main .trem .top.aos-animate {
  transition-delay: 0.3s;
}
.section_2 .warp .main .trem .top h4 {
  color: #111;
  font-size: 40px;
  font-family: MR;
}
.section_2 .warp .main .trem .bottom {
  margin-bottom: 68px;
}
.section_2 .warp .main .trem .bottom.aos-animate {
  transition-delay: 0.6s;
}
.section_2 .warp .main .trem .bottom .item {
  padding-top: 40px;
  padding-bottom: 73px;
  display: block;
  border-bottom: 1px solid #E9E9E9;
}
.section_2 .warp .main .trem .bottom .item .time {
  color: #999;
  font-size: 18px;
  font-family: MR;
}
.section_2 .warp .main .trem .bottom .item .text {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
}
.section_2 .warp .main .trem .bottom .item .text p {
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: MR;
  font-size: 24px;
  color: #111;
}
.section_2 .warp .main .trem .bottom .item .text a {
  margin-left: 40px;
}
.section_2 .warp .main .trem .pagebox.aos-animate {
  transition-delay: 0.9s;
}
.section_3 {
  background-color: #EFEEF5;
  padding-top: 98px;
  padding-bottom: 108px;
}
.section_3 .warp {
  width: 1680px;
  margin: 0 auto;
}
.section_3 .warp .title {
  margin-bottom: 75px;
}
.section_3 .warp .title h3 {
  background: linear-gradient(90deg, #7328D9 0%, #4A1AB5 37%, #5D5AFB 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: MR;
  font-size: 50px;
  width: fit-content;
}
.section_3 .warp .main {
  display: flex;
  justify-content: space-around;
}
.section_3 .warp .main .item {
  text-align: center;
}
.section_3 .warp .main .item .key {
  color: #666;
  font-size: 20px;
}
.section_3 .warp .main .item .key p {
  font-family: MR;
}
.section_3 .warp .main .item .key.aos-animate {
  transition-delay: 0.6s;
}
.section_3 .warp .main .item .icon {
  margin-bottom: 33px;
}
.section_3 .warp .main .item .icon.aos-animate {
  transition-delay: 0.3s;
}
.section_3 .warp .main .item .line {
  background-color: #543CDA;
  width: 23px;
  height: 3px;
  border-radius: 2px;
  margin: 20px auto 22px;
  transform: scaleX(0);
}
.section_3 .warp .main .item .line.aos-animate {
  transform: scaleX(1);
  transition-delay: 0.9s;
}
.section_3 .warp .main .item .value p {
  color: #111;
  font-size: 24px;
  font-family: MR;
}
.section_3 .warp .main .item .value.aos-animate {
  transition-delay: 1.2s;
}
@keyframes rote {
  100% {
    transform: rotate(1turn);
  }
}
@media screen and (max-width: 1856px){
  .section_3 .warp,
  .section_2 .warp,
  .section_1 .warp{
    width: 90%;
  }
  .section_1 .warp .right .circular::after {
    width: 150px;
    height: 150px;
  }
  .section_2 .warp .main .trem {
    width: 48%;
  }
}
@media screen and (max-width: 1792px){
  .fixed_menu .main .bottom {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1680px){
  .section_1 {
    padding-top: 120px;
    padding-bottom: 160px;
  }
  .section_1 .warp .right .circular::after {
    width: 120px;
    height: 120px;
  }
  .fixed_menu .main .bottom {
    margin-top: 80px;
  }
  .section_1 .warp .left .main h4 {
    font-size: 36px;
  }
  .section_1 .warp .left .title h3{
    font-size: 42px;
  }
  .section_1 .warp .left .title {
    margin-bottom: 50px;
  }
  .section_1 .warp .right{
    width: 640px;
    height: 640px;
    margin-left: 120px;
  }
  .section_1 .warp .right .circular{
    height: 640px;
  }
  .section_1 .warp .left .main p {
    font-size: 18px;
    line-height: 36px;
  }
  .banner .text h2 {
    font-size: 64px;
  }
  .banner .text p {
    font-size: 28px;
  }
  .section_1 .warp .right.aos-animate .img {
    clip-path: circle(320px);
  }
  .section_2 .warp .title h3{
    font-size: 42px;
  }
  .section_2 .warp .title {
    margin-bottom: 60px;
  }
  .section_2 .warp .main .trem .bottom .item .text p {
    font-size: 20px;
  }
  .section_2 .warp .main .trem .bottom .item {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .section_2 .warp .main .trem .top h4 {
    font-size: 32px;
  }
  .section_2 .warp .main .trem .top {
    padding-bottom: 30px;
  }
  .section_3 .warp .title h3{
    font-size: 42px;
  }
  .section_3 .warp .main .item .icon{
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section_3 .warp .main .item .icon img{
    transform: scale(.9);
  }
}

@media screen and (max-width: 1440px){
  .section_1 .warp .left .title h3 {
    font-size: 36px;
  }
  .section_1 .warp .left .main h4 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .section_1 .warp .left .title {
    margin-bottom: 30px;
  }
  .section_1 .warp .right {
    width: 540px;
    height: 540px;
    margin-left: 80px;
  }
  .section_1 .warp .right.aos-animate .img {
    clip-path: circle(270px);
  }
  .section_1 .warp .right .circular {
    height: 540px;
  }
  .section_1 .warp .right .circular::after {
    width: 80px;
    height: 80px;
  }
  .banner .text h2 {
    font-size: 52px;
  }
  .banner .text p {
    font-size: 24px;
  }
  .section_1 .warp .left .main p {
    font-size: 16px;
    line-height: 32px;
  }
  .section_3 .warp .main .item .value p {
    font-size: 20px;
  }
  .section_3 .warp .main .item .key {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px){
  .banner .text h2 {
    font-size: 42px;
  }
  .banner .text p {
    font-size: 20px;
  }
  .section_1 .warp{
    flex-direction: column;
  }
  .section_1{
    padding: 60px 0;
  }
  .section_1 .warp .left{
    margin-bottom: 50px;
  }
  .section_1 .warp .left .title h3 {
    font-size: 32px;
  }
  .section_1 .warp .left .main h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section_1 .warp .left .main p {
    font-size: 14px;
    line-height: 28px;
  }
  .section_1 .warp .right{
    width: 440px;
    height: 440px;
    margin: 0 auto 0 0;
  }
  .section_1 .warp .right .img,
  .section_1 .warp .right .circular::after {
    clip-path: none;
  }
  .section_1 .warp .right .circular{
    height: 440px;
  }
  .section_1 .warp .right .circular::after {
    width: 60px;
    height: 60px;
  }
  
  .section_2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section_2 .warp .main .trem .bottom .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section_2 .warp .main .trem .bottom{
    margin-bottom: 30px;
  }
  .section_2 .warp .title h3 {
    font-size: 36px;
  }
  .section_2 .warp .main .trem .top h4 {
    font-size: 28px;
  }
  .section_2 .warp .title{
    margin-bottom: 30px;
  }
  .section_2 .warp .main .trem .bottom .item .time {
    font-size: 14px;
  }
  .section_2 .warp .main .trem .bottom .item .text p {
    font-size: 16px;
  }
  .section_2 .warp .main .trem .top {
    padding-bottom: 10px;
  }
  .section_3 .warp .main .item .icon img {
    transform: scale(.7);
  }
  .section_3 .warp .main .item .icon {
    height: 42px;
    margin-bottom: 15px;
  }
  .section_3 .warp .main .item .line{
    margin: 10px auto;
  }
  .section_3 .warp .title h3 {
    font-size: 36px;
  }
  .section_3{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section_3 .warp .title {
    margin-bottom: 40px;
  }
  .section_3 .warp .main .item .line{
    transform: scaleX(1);
  }
  .section_3 .warp .main .item .value p {
    font-size: 16px;
  }
  .section_3 .warp .main .item .key {
    font-size: 14px;
  }
}


@media screen and (max-width: 820px){
  .banner .text h2 {
    font-size: 36px;
  }
  .banner .text p {
    font-size: 18px;
  }
  .section_1 .warp .right {
    width: 440px;
    height: 440px;
  }
  .section_2 .warp .main .trem{
    width: 100%;
  }
  .section_2 .warp .main .trem:not(:last-child){
    margin-bottom:20px;
  }
  .section_2 .warp .main{
    flex-direction: column;
  }
}
@media screen and (max-width: 540px){
  .banner .text h2 {
    font-size: 24px;
  }
  .banner .text{
    width: 90%;
  }
  .banner .text p {
    font-size: 14px;
  }
  .section_1 .warp .right{
    width: 320px;
    height: 320px;
    margin: 0 auto;
  }
  .section_1 .warp .right .circular{
    height: 320px;
  }
  .section_2 .warp .main .trem .bottom .item .icon{
    width: 20px;
  }
  .section_1 .warp .left .title h3{
    font-size: 28px;
  }
  .section_1 .warp .left .main h4{
    font-size: 20px;
  }
  .section_2 .warp .title h3 {
    font-size: 28px;
  }
  .section_2 .warp .main .trem .top h4 {
    font-size: 20px;
  }
  .section_3 .warp .title h3 {
    font-size: 28px;
  }
  .section_3 .warp .main{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section_3 .warp .main .item{
    width: 48%;
    margin-bottom: 20px;
    margin-bottom: 20px;
    /* text-align: left; */
  }
  .section_3 .warp .main .item .icon{
    height: 32px;
  }
  .section_3 .warp .main .item .icon img {
    transform: scale(.5);
  }
  .section_3 .warp .title {
    margin-bottom: 20px;
  }
  /* .section_3 .warp .main .item .key {
    font-size: 12px;
  }
  .section_3 .warp .main .item .icon{
    justify-content: start;
  }
  .section_3 .warp .main .item .line{
    margin: 10px auto 10px 0;
  } */
}
@media screen and (max-width:450px){
  .section_1 .warp .right{
    width: 280px;
    height: 280px;
  }
  .section_1 .warp .right .circular{
    height: 280px;
  }
  .section_1 .warp .right .img {
    width: 100%;
    height: 100%;
  }
  .section_1 .warp .right .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width:414px){
  .section_3 .warp .main .item{
    width: 100%;
  }
}