.superiority *{transition:all .7s ease 0s;}

/*学历提升优势开始*/
.superiority{ width:100%; height:auto; margin-top:0px;  background-size:cover;}
.super_text{ width:100%; height:auto;}
.super_content{ width:100%; height:100%;position: absolute;
/*background:url(../images/index/diancang/qipao_tu.png) no-repeat;  */
background-size: 100%}
.superli{ width:100%; }
.superli ul{ width:100%; float:left; height:100%; margin-left:10px;}
.superli ul li{ width:6.6%; height:auto;  color:#409AED; text-align:center; font-size:18px;cursor:pointer;border-radius: 100px;position: absolute;/*background:url(../images/qipao.png) no-repeat center; */background-size:cover;display: block;}

.superli ul li:first-child {animation:myfirstd linear infinite 3s;}
@keyframes myfirstd {0% {margin-top:2px;} 40% {margin-top:8px;} 100% {margin-top:2px;}}


.superli ul li:last-child {animation:myfirst linear infinite 3s;}
@keyframes myfirst {0% {margin-top:0px;} 40% {margin-top:-8px;} 100% {margin-top:0px;}}


.superli ul li:nth-child(3){animation:myfirsta linear infinite 3s;}
@keyframes myfirsta {0% {margin-top:0px;} 40% {margin-top:8px;} 100% {margin-top:0px;}}


.superli ul li:nth-child(n+1){animation:myfirstb linear infinite 2s;}
@keyframes myfirstb {0% {margin-top:0px;} 40% {margin-top:-10px;} 100% {margin-top:0px;}}


.superli ul li:nth-child(n+5){animation:myfirstc linear infinite 2s;}
@keyframes myfirstb {0% {margin-top:8px;} 40% {margin-top:2px;} 100% {margin-top:8px;}}


.superli ul li:nth-child(6){animation:myfirstc linear infinite 3s;}
@keyframes myfirst {0% {margin-top:2px;} 40% {margin-top:10px;} 100% {margin-top:2px;}}


.superli ul li:nth-child(7){animation:myfirstc linear infinite 4s;}
@keyframes myfirstc {0% {margin-top:10px;} 40% {margin-top:0px;} 100% {margin-top:10px;}}


.superli ul li:nth-child(8){animation:myfirstc linear infinite 3s;}
@keyframes myfirst {0% {margin-top:-8px;} 60% {margin-top:0px;} 100% {margin-top:-8px;}}


.superli ul li:nth-child(9){animation:myfirstc linear infinite 5s;}
@keyframes myfirstc {0% {margin-top:0px;} 40% {margin-top:8px;} 100% {margin-top:0px;}}


.superli ul li:nth-child(10){animation:myfirstc linear infinite 3s;}
@keyframes myfirst {0% {margin-top:0px;} 50% {margin-top:0px;} 100% {margin-top:0px;}}


.superli ul li:hover{transform: scale(1.3);transition: all 0.3s;}
.superli ul li a{display: block;margin-top:0px;}
.superli ul li:nth-child(2)>a{display:block;margin-top:38px;}
.superli ul li:nth-child(1){left: 8%; top: 10%;}
.superli ul li:nth-child(2){ left: 35%; top: 5%;}
.superli ul li:nth-child(3){ left: 55%; top:20%; }
.superli ul li:nth-child(4){ left: 80%;  top: 10%;}
.superli ul li:nth-child(5){ left: 12%; top: 65%;}
.superli ul li:nth-child(6){ left: 88%;  top: 45%;}
.superli ul li:nth-child(7){ left: 60%; top: 60%;}
.superli ul li:nth-child(8){ left:24%; top: 30%; width:5%;}
.superli ul li:nth-child(9){left:45%; top:35%; }
.superli ul li:nth-child(10){left: 70%; top: 30%; width:5%;}
/*.superli ul li:hover{ background:#ffc670;border:1px solid #000000}
.superli .superhover{background:#ffc670; border:1px solid #ffa229;}*/
.supertext{ width:1200px; height:65px; float:left; margin-top:165px;}
.supert{ width:1000px; height:65px; margin:0 auto; text-align:center; font-size:24px; color:#000000; display:none;}
.supert:first-Child{ display:block;}
.superbut{ width:50%; float:left; height:74px;margin-left: 25%;}
.superbtn{ width:80%; height:72px; border:1px solid #000000; line-height:72px; text-align:center; font-size:30px; color:#00000; margin-left: 10%; margin-top:90px;border-radius: 40px;cursor:pointer;}
.superbtn:hover{ background: #ffc670; color:#00000;transform: scale(1.05);transition: all 0.5s;}
.superbtn a {text-decoration: none;}
.imgWrap_k{width: 100%;position:absolute;top:0px;z-index: -111;height:100%;}
.imgWrap {width: 700px;height: 700px;margin: 0 auto;margin-top: 120px;}

.outer, .inner, .small {
	position: relative;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background-color: rgba(253,232,222,0.7);
    opacity: 0;
    -webkit-animation: ballScale 4s 0s linear infinite;
    -moz-animation: ballScale 4s 0s linear infinite;
    -ms-animation: ballScale 4s 0s linear infinite;
    animation: ballScale 4s 0s linear infinite;
}

.inner{
	position: relative;
	margin-top: -700px;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
      animation-delay: 1s;
}
.small{
		position: relative;
	margin-top: -700px;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
      animation-delay: 2s;
}
@-webkit-keyframes ballScale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);

    opacity: 0; } }
@-moz-keyframes ballScale {
  0% {
    -moz-transform: scale(0);
            transform: scale(0);
    opacity: 1; }

  100% {
    -moz-transform: scale(1);
            transform: scale(1);

    opacity: 0; } }
@-ms-keyframes ballScale {
  0% {
    -ms-transform: scale(0);
            transform: scale(0);
    opacity: 1; }

  100% {
    -ms-transform: scale(1);
            transform: scale(1);

    opacity: 0; } }
@keyframes ballScale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
}
/*学历提升优势结束*/
.imgWrap_k video {width:100%; height:100%; object-fit:fill;}
.superli ul li a img {width:100%;}