* {
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
}

body {
  background: rgb(246, 248, 251, 1);
}

a {
  text-decoration: none;
}

.center {
  width: 1200px;
  margin: 0 auto;
}

.course p{
  letter-spacing: 0.26px;
  font-family: PingFangSC-Regular;
}
.banner {
  width: 100%;
  height: 362px;
  position: relative;
  margin-bottom: 70px;
  background: linear-gradient(to right, #404AFB, #65CAFB , #2FE1F3);
  overflow: hidden;
}

.banner h2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  position: absolute;
  left: 0;
  top: 0;
  font-family: PingFangSC-Medium;
  font-size: 42px;
  color: #FFFFFF;
  letter-spacing: -0.09px;
  font-weight: 500;
  z-index: 111;
}

.banner #baidi {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.banner #y1 {
  position: absolute;
  top: 172px;
  left: 150px;
  opacity: 0;
  /* animation: smallMove 2s linear infinite; */
}
.banner #y2 {
  position: absolute;
  top: 55px;
  right: 150px;
  animation: busiMove 3s linear 1.5s infinite;
  -webkit-transform: translate3d(0,0,0); 
  -webkit-perspective: 1000; -webkit-backface-visibility: hidden; 
  -webkit-animation-fill-mode:forwards;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.bannertxt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 28%;
  color: #fff;
  z-index: 98;
}
@keyframes smallMove {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-0.5rem);
    opacity: 1;
  }
  75% {
    transform: translateY(-0.25rem);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes busiMove {
  0% {
    transform: translate(0);
    opacity: 1;
  }
  50% {
    transform: translate(0.5rem,-0.5rem);
    opacity: 1;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes twoMove  {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(.5rem,.5rem);
  }
  100% {
    transform: translate(0);
  }
}
.bannertxt h2 {
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 20px;
}

.bannertxt p {
  font-size: 17px;
  font-weight: 300;
  /* font-weight: 400; */
}


.course h4 {
  font-family: PingFangSC-Regular;
  font-size: 32px;
  color: #1E1E1E;
  letter-spacing: -0.06px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 22px;
}

.course p {
  /* font-family: PingFangSC-Regular; */
  font-size: 16px;
  color: #1E1E1E;
  letter-spacing: -0.03px;
  line-height: 29px;
  /* font-weight: 400; */
  margin-bottom: 20px;
}

.roadmap {
  width: 100%;
  margin-top: 96px;
  height: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 98px;
}

.xiantiao {
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #3ECBFF, #7282FF, #CF6FFF);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0%;
}

.roaditem {
  width: 50%;
  clear: both;
  margin-top: -2px;
  position: relative;
  margin-bottom: 20px;
}

.roaditem .roaditem_time {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #3AD2F4;
  letter-spacing: -0.04px;
  font-weight: 600;
  margin-bottom: 10px;
  height: 20px;
  width: 100%;
}

.roaditem .roadtxt {
  clear: both;
}

.roaditem .roaditem_time span {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  border: 4px solid #fff;
}

.roaditem .roaditem_time h4 {
  line-height: 18px;
}

.roaditem .roadtxt .roadtitle {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #4F6FFA;
  letter-spacing: -0.03px;
  font-weight: 600;
  margin-bottom: 6px;

}

.roaditem .roadtxt p {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #5E636A;
  letter-spacing: -0.03px;
  line-height: 24px;
  font-weight: 400;
  /* width: 0px; */
  clear: both;
}

.roadright .roaditem_time {
  margin-left: -9px;
}

.roadright .roaditem_time span {
  margin-right: 20px;
  float: left;
}

.roadright .roadtxt {
  padding-left: 30px;
}

.roadleft .roaditem_time {
  margin-left: 9px;
}

.roadleft .roaditem_time span {
  float: right;
}

.roadleft .roaditem_time h4 {
  margin-right: 20px;
  float: right;
}

.roadleft .roadtxt {
  padding-right: 28px;
}

.roadleft .roadtxt p {
  float: right;
  text-align: right;
}

.roadleft .roadtitle {
  float: right;
}

.roaditem .roaditem_time:last-child {
  margin-bottom: 0;

}
.roadmap .roaditem:last-child {
  margin-bottom: 0;
}
.roaditem .roaditem_time:last-child span {
  margin-top: 2px;
}

.advantage {
  width: 100%;
  height: 276px;
  margin-bottom: 100px;
}

.advantage ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.advantage ul li {
  width: 387px;
  height: 276px;
  background: #fff;
  text-align: center;
}

.advantage ul li img {
  margin-top: 20px;
}

.advantage ul li h4 {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #1E1E1E;
  letter-spacing: -0.04px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 14px;
}

.advantage ul li p {
  width: 280px;
  height: 66px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #97A1B1;
  letter-spacing: -0.03px;
  text-align: center;
  font-weight: 400;
  margin: 0 auto;
}

.seekadvicefrom {
  width: 100%;
  height: 284px;
  background: url("https://oss.expoincloud.com/sjy_file/expo3dstore/images/abseekadvicefrom.png") no-repeat;
  background-size: 100% 100%;
  /* background-image: linear-gradient(180deg, #2E384E 0%, #3C4863 100%); */
}

.seekadvicefrom h4 {
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: -0.07px;
  font-weight: 400;
  padding-top: 70px;
  margin-bottom: 36px;
}

.seekadvicefrombtn {
  width: 120px;
  height: 44px;
  background-image: linear-gradient(230deg, #3ECBFF 0%, #7282FF 50%, #CF6FFF 100%);
  border-radius: 4px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: -0.03px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  line-height: 44px;
  font-family: PingFangSC-Regular;
  cursor: pointer;
}
.rax-view-v2{
  position: absolute;
    width: 100vw;
    height: 306px;
    overflow: hidden;
    bottom:-30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-content: flex-start;
    border: 0 solid #000;
    margin: 0;
    padding: 0;
    min-width: 0;
}
.rax-view-v2 .wave1{
  width: 6400px;
  height: 306px;
  position: absolute;
  left: -3200px;
  z-index: 1;
  animation: run 5s linear infinite;
  animation-delay:6s;
  -webkit-transform: translate3d(0,0,0); 
  -webkit-perspective: 1000; -webkit-backface-visibility: hidden; 
  -webkit-animation-fill-mode:forwards;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.rax-view-v2 .wave2{
  width: 6400px;
  height: 306px;
  position: absolute;
  left: -3200px;
  z-index: 1;
  animation: run 5s linear infinite;
  animation-delay:3s;
  -webkit-transform: translate3d(0,0,0); 
  -webkit-perspective: 1000; -webkit-backface-visibility: hidden; 
  
}
.rax-view-v2 .wave3{
  width: 6400px;
  height: 306px;
  position: absolute;
  left: -3200px;
  animation: run 5s linear infinite;
  -webkit-transform: translate3d(0,0,0); 
  -webkit-perspective: 1000; -webkit-backface-visibility: hidden; 
  -webkit-animation-fill-mode:forwards;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.rax-view-v2 .wave4{
  width: 6400px;
  height: 366px;
  position: absolute;
  left: -3200px;
  z-index: 1;
  animation: run 7s linear infinite;
  animation-delay:2s;
  -webkit-transform: translate3d(0,0,0); 
  -webkit-perspective: 1000; -webkit-backface-visibility: hidden; 
  -webkit-animation-fill-mode:forwards;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.rax-view-v2 .wave5{
  width: 6400px;
  height: 366px;
  position: absolute;
  left: -3200px;
  animation: run 7s linear infinite;
  -webkit-transform: translate3d(0,0,0); 
  -webkit-perspective: 1000; -webkit-backface-visibility: hidden; 
  -webkit-animation-fill-mode:forwards;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
@keyframes run {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(3200px);
  }
}
.expertiselevel{
  width: 100%;
  height: 431px;
  background: linear-gradient(270deg, #679BFF 2%, #4B94FE 97%);
}
.expertiselevelcen{
  width: 100%;
  height: 100%;
  background-image: url("https://oss.expoincloud.com/sjy_file/expo3dstore/images/diqiu.png");
  background-repeat: no-repeat;
  background-size: 1117px 365px;
  background-position: 100px bottom;
}
.expertiseleveltitle{
  font-family: MicrosoftYaHei;
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: -0.08px;
  text-align: justify;
  font-weight: 400;
  text-align: center;
  padding-top: 60px;
}
.expertiselevelbox{
  margin: 0px auto;
  padding-left: 125px;
  padding-right: 120px;
  width: 965px;
  height: 160px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 52px;
  padding-top: 45px;

  
}
.expertiselevelbox div{
  width: 30%;
  /* flex: 1; */
  height: 48px;
  /* padding-left: 48px; */
  line-height: 46px;
  font-size: 20px;
  color: #1E1E1E;
  float: left;

}
.expertiselevelbox div img{
  float: left;
  width: 47.95px;
  margin-right: 10px;
}
.gjrj{
  margin-right: 60px;
}

.gjqy{
  margin-left: 160px;
  margin-right: 80px;
  margin-top:25px;
}
.szxx{
  margin-top:25px;
}
.gjqy img{
  width: 30px!important;
}

.szrj img{
  margin-top: 2px;
  width: 47px;
}
