.operationBox {
    background: #00051B;
    padding-bottom: 50px;
}

.bannerBox {
    position: relative;
}

.platformLogo {
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.platformLogo .platformImg {
    overflow: hidden;
    color: #fff;
    transition: all ease .3s;
    text-align: center;
}

.platformImg:hover {
    transform: translateY(-10px);
    background-image: repeating-linear-gradient(to right, #6DD09D, #DFF0A0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.platformImg img {
    width: 70%;
    margin: auto;
}

.copywritingContent {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.copywr-list {
    width: 380px;
    height: 110px;
    border-radius: 25px;
    border: 1px solid #f3f6fc;
    color: #f3f6fc;
    position: relative;
    margin-top: 100px;
    text-align: center;
    cursor: pointer;
}

.copywr-list:hover {
    border: 1px solid rgb(115, 212, 159);
}

.copywr-list:hover p {
    color: rgb(115, 212, 159);
}

.copywr-list p {
    font-size: 17px;
    line-height: 25px;
}

.copywr-list li {
    display: flex;
    background: #00051B;
    width: 200px;
    margin: auto;
    margin-top: -85px;
    justify-content: center;
}

.copywr-list li h1 {
    background-image: repeating-linear-gradient(to right, #6DD09D, #DFF0A0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 80px;
    margin-top: 15px;
}

.copywr-list li h2 {
    background-image: repeating-linear-gradient(to right, #6DD09D, #DFF0A0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    margin-top: 60px;
}

.occupationContent {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.occupationContent .occupationList {
    border: 1px solid #f3f6fc;
    border-radius: 25px;
    width: 544px;
    padding: 20px;
    margin-bottom: 28px;
    position: relative;
    transition: 0.3s;
}

.occupationList .active-logo {
    display: none;
}

.occupationList:hover {
    border: 1px solid rgb(115, 212, 159);
    box-shadow: 0px 3px 20px 0px rgba(115, 212, 159, 0.39);
    transition: 0.3s;
    background-image: linear-gradient( 90deg, rgba(115, 212, 159, 1) 20%, rgba(192, 232, 162, 1) 65%, rgba(244, 242, 157, 1) 80%);
}

.occupationList:hover .active-logo {
    display: block;
}

.occupationList:hover .logoIcon {
    display: none;
}

.occupationList:hover h2 {
    background-image: linear-gradient( 90deg, rgba(0, 5, 27, 1) 20%, rgba(0, 5, 27, 1) 65%, rgba(0, 5, 27, 1) 80%);
}

.occupationList:hover .salary span {
    color: #00051B;
}

.occupationList:hover .work {
    color: #00051B;
}

.occupationList h2 {
    background-image: linear-gradient( 90deg, rgba(115, 212, 159, 1) 20%, rgba(192, 232, 162, 1) 65%, rgba(244, 242, 157, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
}

.occupationList .title {
    display: flex;
    align-items: center;
}

.occupationList .title img {
    width: 10%;
}

.salary span {
    color: #fff;
    line-height: 40px;
    display: block;
    font-size: 18px;
}

.salary h2 {
    background-image: linear-gradient( 90deg, rgba(115, 212, 159, 1) 20%, rgba(192, 232, 162, 1) 40%, rgba(244, 242, 157, 1) 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
}

.work {
    color: #fff;
    font-size: 16px;
}

.promptLogo {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.promptLogo .leftContent {
    position: relative;
}

.promptLogo .rightContent {
    position: relative;
    float: right;
}

.clear {
    clear: both;
}

.promptLogo .leftLogo {
    background: url(../img/whiteLogo.png) top center no-repeat;
    background-size: cover;
    width: 580px;
    height: 540px;
    position: relative;
    z-index: 1;
}

.promptLogo .rightLogo {
    background: url(../img/studentLogo.png) top center no-repeat;
    background-size: cover;
    width: 600px;
    height: 520px;
    z-index: 2;
    position: relative;
}

.rightContent .bormacbook {
    height: 120px;
    border: 1px solid #F7E265;
    width: 658px;
    position: absolute;
    left: -70%;
    top: -1px;
    border-radius: 25px;
    z-index: 1;
}

.rightContent .macbookBox {
    border-radius: 25px;
    background: #B4E57A;
    padding: 5px 138px 5px 45px;
    position: absolute;
    left: -72%;
    top: -2px;
    z-index: 1;
}

.rightContent .studentBox {
    border-radius: 25px;
    background: #F7E265;
    padding: 5px 230px 5px 25px;
    position: absolute;
    left: -66%;
    bottom: 190px;
    z-index: 1;
}

.rightContent .borstudent {
    height: 105px;
    border: 1px solid #B4E57A;
    width: 600px;
    position: absolute;
    right: 62%;
    bottom: 178px;
    border-radius: 25px;
}

.leftContent .bormacbook {
    height: 120px;
    border: 1px solid #F7E265;
    width: 505px;
    position: absolute;
    left: 30%;
    top: 85px;
    border-radius: 25px;
}

.leftContent .macbookBox {
    border-radius: 25px;
    background: #B4E57A;
    padding: 5px 25px 5px 45px;
    position: absolute;
    left: 31%;
    top: 85px;
}

.macbookBox h1 {
    font-size: 40px;
}

.macbookBox p {
    font-size: 16px;
    line-height: 25px;
}

.leftContent .studentBox {
    border-radius: 25px;
    background: #F7E265;
    padding: 5px 45px 5px 25px;
    position: absolute;
    right: 29%;
    bottom: 115px;
    z-index: 1;
}

.leftContent .borstudent {
    height: 105px;
    border: 1px solid #B4E57A;
    width: 505px;
    position: absolute;
    right: 30%;
    bottom: 106px;
    border-radius: 25px;
}

.rightContent .studentBox h1 {
    font-size: 40px;
    text-align: left;
}

.rightContent .studentBox p {
    text-align: left;
}

.studentBox h1 {
    font-size: 40px;
    text-align: right;
}

.studentBox p {
    text-align: right;
}

.courseBox {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    background: #B4E57A;
}

.courseBox .introduce-title {
    padding-top: 50px;
}

.courseBox .introduce-title h1 {
    background-image: linear-gradient( 90deg, rgba(0, 0, 0, 1) 49%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 52%);
}

.courseBox .introduce-title h3 {
    color: #000;
}

.leftBg {
    position: absolute;
    width: 100px;
    height: 460px;
    z-index: 2;
    box-shadow: 55px 0px 30px rgba(180, 229, 122, 1);
    left: -100px;
}

.rightBg {
    position: absolute;
    width: 100px;
    height: 460px;
    z-index: 2;
    box-shadow: 130px 0px 40px rgba(180, 229, 122, 1);
    right: 80px;
}

.courseContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.courseContent .swiper-slide {
    width: 320px;
    height: 380px;
    border: 1px solid #000;
    background: #F7E265;
    border-radius: 25px;
    padding: 20px;
    cursor: pointer;
}

.courseContent .swiper-slide h1 {
    font-size: 24px;
}

.courseContent .swiper-slide ul {
    margin-top: 10px;
}

.courseContent .swiper-slide ul li {
    line-height: 30px;
    font-size: 17px;
}

.teacherBox {
    position: relative;
    padding-bottom: 100px;
}

.teacherContent {
    position: relative;
}

.teacherBoy {
    width: 1130px;
    margin: auto;
}

.teacherContent .right_content {
    width: 520px;
    float: right;
}

.teacherContent .left_logo {
    width: 570px;
    float: left;
    display: flex;
    justify-content: space-between;
}

.TeacherLogo {
    width: 600px;
    height: 740px;
    z-index: 2;
    position: absolute;
    background: url(../img/teacherLogo.png) top center no-repeat;
    background-size: cover;
    margin-left: -8px;
    top: -25px;
}

.left_logo h1 {
    font-size: 100px;
    line-height: 135px;
    margin-top: -25px;
    background-image: linear-gradient( 90deg, rgba(115, 212, 159, 1) 25%, rgba(192, 232, 162, 1) 75%, rgba(244, 242, 157, 1) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.right_content p {
    color: #fff;
}

.right_content span {
    padding: 5px 10px;
    color: #000;
    margin: 5px;
    font-size: 17px;
    font-weight: bold;
    border-radius: 25px;
    display: inline-block;
    background: repeating-linear-gradient(to right, #6DD09D, #DFF0A0);
}

.cleah {
    clear: both;
}

.anchorList .swiper-slide {
    width: 240px;
}

.anchorList .swiper-slide img {
    border-radius: 25px;
}

.companyBox .introduce-content {
    width: 1000px;
}

.companyBox .introduce-content p {
    color: #fff;
}

.companyLogo {
    margin: auto;
    overflow: hidden;
    width: 1000px;
    border: 1px solid #B4E57A;
    border-radius: 25px;
}

.companyLogo img {
    border-radius: 25px;
    transition: .8s;
}

.companyLogo:hover img {
    transform: scale(1.06);
    transition: .8s;
}

.traineeBox .introduce-content p {
    color: #fff;
    text-align: center;
}

.traineeContent {
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.traineeContent .equal {
    font-size: 135px;
    font-weight: bold;
    color: #B4E57A;
}

.traineeContent .logo img {
    width: 100%;
    border-radius: 25px;
    transition: .8s;
}

.traineeContent .logo:hover {
    opacity: .3;
}

.traineeContent .logo:hover img {
    transform: scale(1.06);
    transition: .8s;
}

.traineeContent .logo {
    width: 45%;
    border: 1px solid #B4E57A;
    border-radius: 25px;
    overflow: hidden;
}

.environmentBox .introduce-content p {
    color: #fff;
    text-align: center;
}

.environmentList {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.environmentList li {
    font-size: 24px;
    font-weight: bold;
    padding: 5px 70px;
    margin: 0 15px;
    background-image: linear-gradient( 90deg, rgba(115, 212, 159, 1) 50%, rgba(192, 232, 162, 1) 65%, rgba(244, 242, 157, 1) 52%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px solid #B4E57A;
    box-sizing: border-box;
    border-radius: 25px;
    cursor: pointer;
}

.environmentList li.active {
    -webkit-text-fill-color: black;
    background: linear-gradient( 90deg, rgba(115, 212, 159, 1) 30%, rgba(192, 232, 162, 1) 75%, rgba(244, 242, 157, 1) 85%);
}

.environmentImg {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.environmentImg .broadcast-logo {
    width: 580px;
    border: 1px solid #B4E57A;
    border-radius: 25px;
    margin-bottom: 35px;
    overflow: hidden;
}

.broadcast-logo img {
    border-radius: 25px;
    transition: .8s;
}

.broadcast-logo:hover img {
    transform: scale(1.06);
    transition: .8s;
}

.certificateList {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.certificateLogo {
    width: 290px;
    border: 1px solid #B4E57A;
    border-radius: 25px;
    margin-bottom: 20px;
    overflow: hidden;
}

.certificateLogo:nth-child(3) {
    width: 578px;
}

.certificateLogo:nth-child(4) {
    width: 600px;
}

.certificateLogo:nth-child(5) {
    width: 578px;
}

.certificateLogo img {
    border-radius: 25px;
    transition: .8s;
    height: 100%;
}

.certificateLogo:hover img {
    transform: scale(1.06);
    transition: .8s;
}

#foter {
    height: 400px;
}

.stage{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.stage div {
   width: 160px;
   margin: 0 10px;
   border: 2px solid #000;
   border-radius: 20px;
   padding: 10px;
   text-align: center;
   background-color: #000;
}
.stage div h3{
   color: #F7E265;
 }