* {
    margin: 0;
    padding: 0;
  }
  a {
    color: #050505;
    text-decoration: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
  }
  body {
    max-width: 750px;
    min-width: 320px;
    margin: auto;
    color: #050505;
    overflow-x: hidden;
    background-color: #0d073b;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  }
  .pd2 {
    padding: 0 2%;
  }
  .pd4 {
    padding: 0 4%;
  }
  .mt20 {
    height: 0.533333rem;
    background: #ebebeb;
  }
  .box {
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    overflow-x: hidden;
  }
  @media screen and (min-width: 750px) {
    html {
      font-size: 37.5px !important;
    }
  }
  p {
    font-size: 0.64rem;
  }

  .c{
    padding: 0 3%;
  }
  .part1{
    background: #4434be;
    border-radius: .5333rem;
    box-shadow: inset 0 0 4px 3px rgba(160, 238, 255, .35);
  }
  .part1-tit{
    width: 80%;
    height: 3.04rem;
    margin: auto;
    background: url(../images/part1-title.png) no-repeat center;
    background-size: cover;
    text-align: center;
  }
  .part1-tit h3{
    font-size: 1.28rem;
    font-weight: bold;
    color: #68f7f2;
    text-shadow: 0 .1067rem .0533rem rgba(13, 7, 59, .57);
  }
  .part1-tit p{
    color: #fff;
    font-size: .5333rem;
  }
  .part1-n{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 3% 4%;
  }
  .part1-ns{
    width: 48%;
    background-color: #fff;
  }
  .part1-ns{
    padding: .5333rem 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ecfdff;
    border-radius: .5333rem;
    margin: .8rem 0 0 0;
  }
  .part1-ns img{
    width: 1.1733rem;
  }
  .part1-ns h3{
    font-size: .8rem;
    padding: .2667rem 0;
    font-weight: bold;
  }
  .part1-ns p{
    font-size: .48rem;
    margin-bottom: .2667rem;
  }
  .part1-ns a{
    display: inline-block;
    height: .96rem;
    line-height: .96rem;
    border-radius: .96rem;
    font-size: .5333rem;
    color: #fff;
    background-color: #f78015;
    padding: 0 6%;
    box-shadow: inset 0 0 4px 3px rgb(247, 247, 247, .35);
    animation: anm1 3s infinite;
    -ms-animation: anm1 3s infinite;
    -webkit-animation: anm1 3s infinite;
    overflow: hidden;
  }
  .part1-ns a:after{
    display: block;
    content: '';
    background: url(../images/swipe_light.png) no-repeat;
    background-size: contain;
    /* width: 3.6rem; */
    height: .96rem;
    animation: anm2 3s linear infinite forwards;
    -ms-animation: anm2 3s linear infinite forwards;
    -webkit-animation: anm2 3s linear infinite forwards;
  }
  .part2{
    margin-top: .8rem;
    background: url(../images/part2-bg1.png) no-repeat top center;
    background-size: contain;
  }
  .part2-title{
    padding: .5333rem 0;
    font-size: 1.0133rem;
    line-height: 1.0667rem;
    font-weight: bold;
    color: #020a58;
    text-align: center;
  }
  .part-xinzi-n{
    width: 92%;
    margin: auto;
    background-color: #f5f8fa;
    padding: .8rem 0 1.2267rem;
    border-radius: .8rem;
  }
  .part-xinzi-n-t{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4%;
  }
  .part-xinzi-n-t p{
    font-size: .7467rem;
    color: #fff;
    line-height: 1.44rem;
    border-radius: 1.0667rem;
    padding: 0 2%;
    background-color: #030663;
  }
  .part-xinzi-n-t span{
    font-size: .5333rem;
    color: #030663;
  }
  .part-xinzi-n img{
    margin-top: .8rem;
  }
  .swiper-pagination-xinzi{
    bottom: 0!important;
  }
  .swiper-xinzi .swiper-button-next{
    width: 1.28rem;
    height: 1.28rem;
    background: url(../images/right.png) no-repeat;
    background-size: contain;
    right: 3px!important;
  }
  .swiper-xinzi .swiper-button-prev{
    width: 1.28rem;
    height: 1.28rem;
    background: url(../images/left.png) no-repeat;
    background-size: contain;
    left: 3px!important;
  }
  .part3{
    margin-top: 1.6rem;
    padding: 6% 3%;
    background: #2e2a88;
    border-radius: 1.6rem .5333rem .5333rem;
    box-shadow: inset 0 0 4px 3px rgba(160, 238, 255, .16);
    position: relative;
  }
  .part3:before{
    display: block;
    content: '';
    width: 2.7467rem;
    height: 3.2533rem;
    position: absolute;
    top: -0.7rem;
    right: .3rem;
    background: url(../images/title-jiantou.png) no-repeat;
    background-size: contain;
  }
  .part3-title{
    border-bottom: 1px solid #464380;
    padding-bottom: .8rem;
  }
  .part3-title h3{
    font-size: 1.28rem;
    font-weight: bold;
    color: #68f7f2;
    text-shadow: 0 0.1067rem 0.0533rem rgba(13, 7, 59, .57);
  }
  .part3-n{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .part3-ns{
    width: 48%;
    margin-top: 1.3333rem;
  }

  .part4-ns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #edfaff;
    border-radius: .5333rem;
    margin: .5333rem 0;
    padding: 3%;
    transform: scale(.95);
  }
  .part4-ns:nth-child(2){
    transform: scale(1);
  }
  .part4-ns-img{
    width: 5.6rem;
    height: 5.6rem;
    background: linear-gradient(to right,#122d3e, #4c778b,#122d3e);
    border-radius: 5.6rem;
    overflow: hidden;
    margin-right: .5333rem;
  }
  .part4-ns-ifo{
    width: 63%;
  }
  .part4-ns-ifo h3{
    font-size: .8rem;
    line-height: .8rem;
    font-weight: bold;
  }
  .part4-ns-ifo span{
    display: inline-block;
    font-size: .5333rem;
  }
  .part4-ns-ifo p{
    font-size: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
  }
  .part5-n{
    background-color: #eef9ff;
    border-radius: .5333rem;
  }
  .part5-tit{
    text-align: center;
    border-radius: 0 0 1.6rem 1.6rem;
  }
  .part5-tit h3{
    line-height: 2.2667rem;
    font-size: 1.0667rem;
    background: linear-gradient(to bottom,#8e96fe,#583bfd);
    font-weight: bold;
    color: #fff;
    border-radius: 0 0 1.6rem 1.6rem;
  }
  .part5-ns ul{
    padding: 4% 5%;
  }
  .part5-ns li{
    height: 1.4667rem;
    line-height: 1.4667rem;
    margin: .5333rem 0;
    display: flex;
    justify-content: space-between;
  }
  .part5-ns li span{
    display: inline-block;
    font-size: .8rem;
    width: 1.3533rem;
    height: 1.2533rem;
    line-height: 1.2533rem;
    text-align: center;
    color: #fff;
    background-color: #f78015;
    border-radius: 1.2533rem;
    margin-right: .5333rem;
  }
  .part5-ns li p{
    width: 100%;
    background-color: #e0ebff;
    border-radius: .2667rem;
    padding-left: 4%;
  }
  .zixun{
    text-align: center;
  }
  .zixun a{
    margin-top: .8rem;
    display: inline-block;
    line-height: 1.7067rem;
    color: #fff;
    font-size: .9067rem;
    font-weight: bold;
    padding: 0 6%;
    background-color: #f78015;
    border-radius: 1.7067rem;
    box-shadow: inset 0 0 4px 3px rgba(160, 238, 255, .16);
    text-align: center;
    animation: anm1 3s infinite;
    -ms-animation: anm1 3s infinite;
    -webkit-animation: anm1 3s infinite;
    overflow: hidden;
  }
  .zixun a:after {
    display: block;
    content: '';
    background: url(../images/swipe_light.png) no-repeat;
    background-size: contain;
    width: 3.6rem;
    height:  2.2067rem;
    margin-top: -2.133333rem;
    animation: anm2 3s linear infinite forwards;
    -ms-animation: anm2 3s linear infinite forwards;
    -webkit-animation: anm2 3s linear infinite forwards;
}
  
.part6-n-top{

}
.part6-ns{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: .5333rem;
}
.part6-nss{
  width: 48%;
  margin-top: .5333rem;
  background-color: #fff;
  border-radius: .5333rem;
}
.part6-nss img{
  border-radius: .5333rem .5333rem 0 0;
}
.part6-nss p{
  line-height: 2.1333rem;
  font-size: .7467rem;
  text-align: center;
  font-weight: bold;
}



  @keyframes anm1 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
    14% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
    }
    42% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }
    66% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
}

@keyframes anm2 {
    0% {
        transform: translate(-3.6rem);
        -webkit-transform: translate(-3.6rem);
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    67% {
        transform: translate(-3.6rem);
        -webkit-transform: translate(-3.6rem);
        opacity: 1;
    }
    100% {
        transform: translate(13.333333rem);
        -webkit-transform: translate(13.333333rem);
    }
}