.shortvideoBox {
    position: relative;
    background: #07061C;
}

.bannerBox {
    position: relative;
}

.introduce-title h1 {
    background-image: -webkit-linear-gradient(bottom, #FF00FF, #5B2CBE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.introduce-title h3 {
    color: #fff;
}

.introduce-content p {
    color: #fff;
}

.introduceBox {
    position: relative;
}

.introduceBox .logo {
    width: 240px;
    height: 280px;
    background: url(../img/iconLogo.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    top: 60px;
}

.tapTitle {
    width: 800px;
    display: flex;
    margin: auto;
    justify-content: center;
    margin-top: 50px;
    border: 2px solid;
    box-sizing: border-box;
    border-image: linear-gradient(to left, #FF00FF, #5B2CBE) 1;
}

.tapTitle .active {
    background: repeating-linear-gradient(to top, #FF00FF, #5B2CBE);
}

.tapTitle li {
    cursor: pointer;
    width: 400px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
}

.tapContent {
    width: 1200px;
    margin: auto;
    margin-top: 30px;
}

.tapContent .tapList {
    display: flex;
    justify-content: space-between;
}

.tapList li {
    width: 19%;
    padding: 5px;
    border: 2px solid;
    box-sizing: border-box;
    border-image: linear-gradient(to left, #FF00FF, #5B2CBE) 1;
}

.el-image {
    overflow: hidden;
}

.el-image:hover img {
    width: 100%;
    transform: scale(1.06);
    transition: .3s;
}

.tapList li img {
    transition: .3s;
}

.occupationBox {
    position: relative;
}

.occupationBox .introduce-content p {
    text-align: center;
}

.occupationList {
    padding: 0 20px;
    display: flex;
    margin: auto;
    justify-content: space-between;
    margin-top: 30px;
}

.occupationList li {
    width: 16%;
    border: 2px solid;
    box-sizing: border-box;
    border-image: linear-gradient(to left, #FF00FF, #5B2CBE) 1;
}

.occupationList li:hover .postContent {
    opacity: 0;
}

.occupationList li:hover .daskBox {
    top: 0;
    opacity: 1;
    transition: 0.8s;
}

.occupationList li .postBox {
    padding: 5px;
    overflow: hidden;
    position: relative;
}

.postBox .postContent {
    position: absolute;
    bottom: 5px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

.postBox .daskBox {
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 375px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: 0.8s;
}

.daskBox .daskInfo {
    padding: 10px;
}

.daskInfo h3 {
    color: #fff;
    text-align: center;
    font-size: 22px;
}

.daskInfo h4 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
    letter-spacing: 2px;
}

.occupationText {
    margin-top: 15px;
    color: white;
    font-size: 12px;
    text-align: right;
    margin-right: 100px;
}

.postContent h4 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
}

.postContent h1 {
    color: #fff;
    font-size: 35px;
}

.crowdBox {
    position: relative;
}

.crowdList {
    width: 1000px;
    display: flex;
    margin: auto;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.crowdList li {
    width: 325px;
    margin-bottom: 20px;
}

.crowdList li .introduceLogo {
    border-image: linear-gradient(to left, #FF00FF, #5B2CBE) 1;
}

.introduceContent {
    text-align: center;
}

.introduceContent span {
    font-weight: bold;
    font-size: 24px;
    background-image: -webkit-linear-gradient(bottom, #FF00FF, #5B2CBE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.introduceContent p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
}

.curriculumBox {
    position: relative;
}

.curriculumBox .introduce-content p {
    text-align: center;
}

.curriculumBox .courseBox {
    margin-top: 80px;
    padding-bottom: 50px;
}

.courseBox .courseO {
    width: 1100px;
    height: 250px;
    margin: auto;
    position: relative;
    border: 2px solid;
    border-image: linear-gradient(to left, #FF00FF, #5B2CBE) 1;
    box-sizing: border-box;
}

.courseBox .courseL {
    width: 1050px;
    height: 300px;
    margin: auto;
    margin-top: -25px;
    border: 2px solid;
    border-image: linear-gradient(to left, #FF00FF, #5B2CBE) 1;
    box-sizing: border-box;
}

.courseL .courseS {
    width: 1000px;
    height: 350px;
    margin: auto;
    overflow: hidden;
    margin-top: -25px;
    background: repeating-linear-gradient(to left, #FF00FF, #5B2CBE);
}

.courseS .swiper-slide {
    width: 1000px !important;
}

.courseS .pagingBox {
    width: 160px;
    display: flex;
    position: relative;
    top: -280px;
    left: 310px;
}

.pagingBox .swiper-button-prev {
    width: 60px;
    background: url(../img/leftBtn.png) no-repeat top center;
    background-size: cover;
}

.pagingBox .swiper-button-next {
    width: 60px;
    background: url(../img/rightBtn.png) no-repeat top center;
    background-size: cover;
}

.pagingBox .swiper-button-next:after {
    display: none;
}

.pagingBox .swiper-button-prev:after {
    display: none;
}

.courseS .courseContent {
    display: flex;
    padding: 20px;
}

.courseContent .softwareBox {
    display: flex;
}

.softwareBox li {
    width: 15%;
    margin: 10px;
}

.left_Content .title {
    display: flex;
}

.courseContent .softwareBox {
    display: flex;
    margin-top: 10px;
}

.left_Content {
    width: 50%;
    color: #fff;
}

.left_Content .title {
    display: flex;
}

.courseContent .title h1 {
    font-size: 80px;
}

.courseContent .title h2 {
    margin-top: 27px;
    font-size: 45px;
    line-height: 70px;
    height: 70px;
}

.left_Content p {
    padding-right: 15px;
    line-height: 30px;
}

.right_Logo {
    width: 50%;
}

.right_Logo img {
    transition: .3s;
}

.right_Logo:hover img {
    width: 100%;
    transform: scale(1.02);
    transition: .3s;
}

.teacherBox {
    position: relative;
}

.teacherBox .logo {
    width: 230px;
    height: 200px;
    background: url(../img/iconLogo.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    top: 60px;
    left: 330px;
    z-index: 1;
}

.teacherContent {
    position: relative;
}

.teacherBox .teacherBanner {
    overflow: hidden;
    background-image: linear-gradient(to top, #07061C, rgba(255, 255, 255, 0)), url(../img/teacherBanner.png);
    background-size: cover;
}

.teacherBanner .teacherMuto {
    width: 1000px;
    margin: auto;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.teacherBanner .swiper-button-prev {
    width: 100px;
    height: 100px;
    left: 100px;
    background: url(../img/teacher-leftBtn.png) no-repeat top center;
    background-size: cover;
    transform: rotate(180deg);
}

.teacherBanner .swiper-button-next {
    width: 100px;
    height: 100px;
    right: 100px;
    background: url(../img/teacher-leftBtn.png) no-repeat top center;
    background-size: cover;
}

.teacherBanner .swiper-button-next:after {
    display: none;
}

.teacherBanner .swiper-button-prev:after {
    display: none;
}

.teacherMuto .leftLogo {
    width: 400px;
}

.teacherMuto .rightInfo {
    width: 550px;
}

.teacherMuto .rightInfo h1 {
    color: #fff;
    font-size: 45px;
}

.rightInfo h2 {
    color: #fff;
    font-size: 28px;
}

.teacherMuto .rightInfo p {
    color: #fff;
    margin-top: 10px;
    line-height: 30px;
}

.commerceItemBox {
    position: relative;
    overflow: hidden;
}

.commerceItemBox .introduce-content p {
    text-align: center;
}

.ajyxyBox {
    margin: auto;
    margin-top: 30px;
    position: relative;
    height: 420px;
}

.commerceItemBox .commerceItemList {
    display: flex;
    justify-content: center;
    position: absolute;
}

.commerceItemList li {
    margin: 0 10px;
    position: relative;
}

.commerceItemList li:hover {
    transform: scale(1.1);
    transition: all .5s;
}

.commerceItemList li:hover .commerceInfo {
    opacity: 1;
    background: none;
}

.loveIcon i.icon-love {
    background: url(../img/love-active.png) no-repeat top center;
    background-size: cover;
}

.commerceInfo {
    opacity: .5;
    background: repeating-linear-gradient(to bottom, rgb(102 37 102), rgb(49 33 84));
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.commerceInfo .rightInfo {
    position: absolute;
    right: 0;
    bottom: 0;
}

.commerceInfo .rightInfo i {
    width: 30px;
    height: 30px;
}

.commerceInfo .rightInfo .logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.logo span {
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.loveIcon i {
    background: url(../img/love.png) no-repeat top center;
    background-size: cover;
}

.newsIcon i {
    background: url(../img/news.png) no-repeat top center;
    background-size: cover;
}

.shareIcon i {
    background: url(../img/share.png) no-repeat top center;
    background-size: cover;
}

.studentWorksBox {
    position: relative;
    background-image: linear-gradient(to top, #07061C, rgba(255, 255, 255, 0)), url(../img/workLogo.jpg);
    background-size: cover;
}

.studentWorksBox .introduce-content p {
    text-align: center;
}

.studentWorksBox .workContent {
    position: relative;
    margin-top: 10px;
}

.workContent .workBanner {
    width: 400px;
    height: 630px;
    background: url(../img/workLogo.png) no-repeat top center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.videoBox {
    margin: auto;
    background: url(../img/workBanner.png) no-repeat top center;
    background-size: contain;
    width: 340px;
    height: 590px;
    position: relative;
    left: -1px;
    bottom: -25px;
}

.videoBox .video-open {
    width: 100px;
    height: 120px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background: url(../img/videoBtn.png) no-repeat top center;
    background-size: cover;
}

#youkuplayer iframe {
    width: 325px;
    height: 575px;
    border-radius: 35px;
    margin-top: 26px;
    margin-left: 34px;
}

.toplyBox {
    background: url(../img/toplyBanner.jpg) no-repeat top center #01061C;
    background-size: cover;
}

.enterpriseBox {
    position: relative;
}

.enterpriseBox .introduce-content p {
    text-align: center;
}

.enterpriseBox .enterpriseLogo {
    width: 1000px;
    margin: auto;
    margin-top: 30px;
}

.studyBox {
    position: relative;
    padding-bottom: 100px;
}

.studyBox .introduce-content p {
    text-align: center;
    font-size: 22px;
}

.studyBox .introduce-content:nth-child(5) p {
    background-image: -webkit-linear-gradient(bottom, #FF00FF, #5B2CBE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}