/* 公共样式 */

@-webkit-keyframes tag {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes tag {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

#foter{
	height:400px;
}

/* 媒体查询 */

@media screen and (min-width: 1920px) {
    .teacherBox .teacherRightLogo {
        height: 850px !important;
        width: 1025px !important;
        margin: 0 -220px -60px 0 !important;
    }
    .studentWorksBox .studentLeftLogo {
        width: 1350px !important;
        height: 1290px !important;
        margin: -385px 0 0 -540px !important;
    }
    .recruitBy .left-recruit-logo {
        width: 800px !important;
        height: 850px !important;
        left: -325px !important;
        top: -300px !important;
    }
    .recruitBy .right-recruit-logo {
        width: 485px !important;
        height: 560px !important;
        bottom: -245px !important;
    }
}

.curriculumR {
    position: absolute;
    right: 0;
}

.curriculumL {
    position: absolute;
    left: 0;
}

.btn_zixun1 {
    padding: 30px 0 0 0 !important;
}

.btn_zixun {
    display: flex;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    animation: .7s tag linear infinite;
}

.btn_zixun>a {
    font-weight: bold;
    font-size: 26px;
    position: relative;
    letter-spacing: 7px;
    color: #fff;
    border: 2px solid;
    border-image: linear-gradient(to right, #66A6FE, #86F7FF) 1;
    box-sizing: border-box;
    padding: 20px;
}

.btn_zixun>a:before {
    position: absolute;
    content: '';
    transition-duration: .9s;
    z-index: -1;
    top: 0;
    right: auto;
    bottom: auto;
    right: 0;
    width: 0;
    height: 100%;
    opacity: 1;
}

.btn_zixun>a:hover:before {
    width: 100%;
    background: linear-gradient(180deg, #66A6FE 0%, #86F7FF 100%);
    height: 100%;
}

.btn_zixun i {
    background: url(../images/btn-logo.png) no-repeat center top;
    width: 50px;
    height: 50px;
}

.btn_zixun i:nth-child(3) {
    transform: rotateY(180deg);
}

.animatorBox {
    position: relative;
    overflow: hidden;
}

.BannerBox {
    position: relative;
    cursor: pointer;
}

.BannerBox .BannerImg {
    background: url(../images/banneryh.jpg) no-repeat center top;
    height: 640px;
    position: relative;
}

.introduceBox {
    position: relative;
    padding-top: 50px;
    background: url(../images/introduceBanner.png) no-repeat top center;
    background-size: cover;
}

.introduce-title {
    width: 750px;
    margin: auto;
    text-align: center;
}

.introduce-title h1 {
    font-size: 55px;
    font-weight: bold;
    line-height: 75px;
    background-image: linear-gradient(#66A6FE, #86F7FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.introduce-title h3 {
    font-size: 55px;
    font-weight: bold;
    line-height: 75px;
    color: #FFF;
}

.introduce-content {
    width: 700px;
    margin: auto;
    margin-top: 30px;
}

.introduce-content p {
    color: #FFF;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}

.modeBox {
    position: relative;
}

.modeBox .ts_swiper {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 50px;
}

.modeBox .ts_swiper .makr {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    transition: .8s;
}

.modeBox .ts_swiper .system {
    width: 100%;
    height: 75px;
    line-height: 75px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    letter-spacing: 5px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: none;
    background: rgba(0, 0, 0, 0.7);
}

.ts_swiper .swiper-slide.swiper-slide-active .system {
    display: block;
}

.ts_swiper .swiper-slide.swiper-slide-active .makr {
    background: rgba(0, 0, 0, 0);
}

.ts_swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 708px;
    border: 2px solid;
    box-sizing: border-box;
    border-image: linear-gradient(to right, #66A6FE, #86F7FF) 1;
}

.ts_swiper .swiper-slide img {
    width: 100%;
}

.introduceBox .arrowBtn {
    width: 950px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    height: 80px;
    z-index: 1;
    pointer-events: none;
}

.arrowBtn .arrow_l {
    float: left;
    width: 80px;
    height: 100px;
    background: url(../images/left-btn.png) no-repeat center;
    background-size: cover;
    pointer-events: auto;
    cursor: pointer;
}

.arrowBtn .arrow_r {
    float: right;
    width: 80px;
    height: 100px;
    background: url(../images/left-btn.png) no-repeat center;
    transform: rotate(180deg);
    background-size: cover;
    pointer-events: auto;
    cursor: pointer;
}

.occupationBox {
    position: relative;
    padding-top: 50px;
    background: #00051B;
}

.occupationBox .pointer {
    color: #fff;
    font-size: 12px;
    text-align: right;
    width: 1200px;
    margin: auto;
}

.occupationContent {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    margin: auto;
}

.occupationContent .left-logo {
    background: url(../images/left-logo.png) no-repeat top center;
    background-size: cover;
    width: 400px;
    height: 415px;
}

.occupationContent .right-logo {
    background: url(../images/right-logo.png) no-repeat top center;
    background-size: cover;
    width: 400px;
    height: 415px;
}

.occupationList {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
}

.occupationList li {
    width: 32%;
    position: relative;
    margin: 12px 0;
    overflow: hidden;
}

.occupationList li .occupationList-Top {
    padding: 20px 20px 0 0;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.occupationList li .occupationList-Top p {
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
}

.occupationList li .occupationList-Bottom {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 20px 20px 0;
}

.occupationList li .occupationList-Bottom span {
    font-size: 28px;
    font-weight: bold;
    display: block;
}

.occupationList li img {
    width: 100%;
}

.occupationTy {
    position: absolute;
    width: 100%;
    height: 166px;
    top: 0;
}

.occupationList li:hover .occupationBg {
    left: 0;
}

.occupationList li:hover .occupationTy {
    display: none;
}

.occupationBg p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    padding: 30px;
    letter-spacing: 2px;
}

.occupationList .occupationBg {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 166px;
    position: absolute;
    top: 0;
    left: 385px;
    overflow: hidden;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.curriculumBox {
    position: relative;
    padding-top: 50px;
    background: #00051B;
}

.curriculum-content {
    width: 700px;
    margin: auto;
    margin-top: 30px;
}

.curriculum-content p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.curriculumContent {
    padding-top: 30px;
}

.curriculumContent .curriculum-Stage1 {
    height: 335px;
    background: url(../images/curriculum-logo1.png) top center no-repeat;
    background-size: cover;
    position: relative;
}

.curriculumContent .curriculum-Stage2 {
    height: 335px;
    background: url(../images/curriculum-logo2.png) top center no-repeat;
    background-size: cover;
    position: relative;
}

.curriculumContent .curriculum-Stage3 {
    height: 335px;
    background: url(../images/curriculum-logo3.png) top center no-repeat;
    background-size: cover;
    position: relative;
}

.curriculumContent .curriculum-Stage4 {
    height: 335px;
    background: url(../images/curriculum-logo4.png) top center no-repeat;
    background-size: cover;
    position: relative;
}

.curriculumContent .curriculum-Stage5 {
    height: 335px;
    background: url(../images/curriculum-logo5.png) top center no-repeat;
    background-size: cover;
    position: relative;
}

.curriculum-Stage1 .stageContent {
    color: #6C474B;
    z-index: 1;
}

.curriculum-Stage2 .stageContent {
    color: #27164A;
    z-index: 1;
}

.curriculum-Stage3 .stageContent {
    color: #18262F;
    z-index: 1;
}

.curriculum-Stage4 .stageContent {
    color: #1F191F;
    z-index: 1;
}

.curriculum-Stage5 .stageContent {
    color: #1F3163;
    z-index: 1;
}

.curriculum-Stage1:hover .pop,
.curriculum-Stage2:hover .pop,
.curriculum-Stage3:hover .pop,
.curriculum-Stage4:hover .pop,
.curriculum-Stage5:hover .pop {
    transition: .5s;
    background: rgba(0, 0, 0, 0.6);
}

.curriculum-Stage1:hover .stageContent,
.curriculum-Stage2:hover .stageContent,
.curriculum-Stage3:hover .stageContent,
.curriculum-Stage4:hover .stageContent,
.curriculum-Stage5:hover .stageContent {
    color: #fff;
}

.curriculumContent .pop {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    transition: .5s;
}

.curriculumContent .StageBox {
    position: relative;
    width: 1050px;
    height: 335px;
    margin: auto;
    display: flex;
    align-items: center;
}

.StageBox .stageContent {
    width: 500px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.stageContent h1 {
    font-weight: bold;
    font-size: 32px;
}

.stageContent p {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.teacherBox {
    position: relative;
    padding-top: 50px;
    background: url(../images/teacherBanner.png) no-repeat top center;
    background-size: cover;
}

.teacherBox .teacherLeftLogo {
    background: url(../images/teacher-left-logo.png) no-repeat top center;
    background-size: cover;
    height: 360px;
    width: 500px;
    position: absolute;
    z-index: 2;
    margin: -155px 0px 0px -60px;
}

.teacherBox .teacherRightLogo {
    background: url(../images/teacher-right-logo.png) no-repeat top center;
    background-size: cover;
    height: 625px;
    width: 845px;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    margin: 0px -220px 60px 0px;
}

.teacherBox .teacherContent {
    position: relative;
    width: 1200px;
    margin: auto;
    margin-top: 50px;
    overflow: hidden;
}

.teacherContent .swiper-slide {
    transition: 500ms;
    transform: scale(0.8);
    overflow: hidden;
    position: relative;
}

.teacherInfo {
    height: 400px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
}

.teacherContent .teacherShade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    transition: .8s;
    border: 2px solid;
    border-image: linear-gradient(to right, #66A6FE, #86F7FF) 1;
    box-sizing: border-box;
}

.teacherContent .teacherIntroduce {
    background-image: linear-gradient(#71BEE8, #7AD6F3);
    text-align: center;
    padding: 20px 0 20px 0;
    opacity: .8;
    transition: .8s;
}

.teacherIntroduce h1 {
    font-size: 32px;
    font-weight: bold;
}

.teacherIntroduce h3 {
    font-size: 18px;
    margin-top: 15px;
}

.teacherIntroduce span {
    font-size: 18px;
    margin-top: 15px;
    display: block;
}

.teacherIntroduce p {
    font-size: 20px;
    margin-top: 10px;
    line-height: 35px;
}

.teacherContent .swiper-slide img {
    width: 100%;
}

.teacherContent .swiper-slide .teacherIntroduce {
    display: none;
}

.teacherContent .swiper-slide.swiper-slide-next {
    transform: scale(1);
}

.teacherContent .swiper-slide.swiper-slide-next .teacherIntroduce {
    display: block;
}

.teacherContent .swiper-slide.swiper-slide-next .teacherInfo {
    border-bottom: none;
}

.teacherContent .swiper-slide.swiper-slide-next .teacherShade {
    background: rgba(0, 0, 0, 0);
}

.toyBox {
    position: relative;
    padding-top: 50px;
    background: url(../images/toyBanner.png) no-repeat top center #01061C;
}

.recruitBox {
    position: relative;
}

.recruitBy {
    position: relative;
}

.recruitBy .left-recruit-logo {
    position: absolute;
    left: -240px;
    top: -240px;
    background: url(../images/left-recruit-logo.png) no-repeat top center;
    background-size: cover;
    width: 560px;
    height: 700px;
    z-index: 2;
}

.recruitBy .right-recruit-logo {
    position: absolute;
    right: 10px;
    bottom: -140px;
    background: url(../images/right-recruit-logo.png) no-repeat top center;
    background-size: cover;
    width: 350px;
    height: 400px;
    z-index: 2;
}

.recruitContent {
    width: 1200px;
    height: 600px;
    margin: auto;
    margin-top: 50px;
    padding: 10px;
    border: 2px solid;
    overflow: hidden;
    border-image: linear-gradient(to right, #86F7FF, #66A6FE) 1;
    box-sizing: border-box;
}

.recruitContent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recruitContent .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 30px !important;
}

.recruitContent .swiper-pagination-bullet {
    background: #fff;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin: 0 10px 0 10px;
    opacity: 1 !important;
}

.recruitContent .swiper-pagination-bullet-active {
    background-image: linear-gradient(#66A6FE, #86F7FF);
    border: 4px solid #fff;
    width: 25px;
    height: 25px;
}

.internationalBox {
    position: relative;
    padding-top: 50px;
}

.internationalContent {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.internationalContent li {
    width: 380px;
    position: relative;
    margin-bottom: 10px;
    padding: 5px;
    overflow: hidden;
    border: 2px solid #939495;
}

.internationalContent li:hover {
    border-image: linear-gradient(to right, #66A6FE, #86F7FF) 1;
}

.internationalContent li :hover img {
    transform: scale(1.15);
    transition: all .8s;
}

.internationalContent .el-image {
    overflow: hidden;
}

.internationalContent .el-image img {
    width: 100%;
}

.internationalContent p {
    font-size: 16px;
    position: absolute;
    bottom: 5px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: rgba(19, 16, 16, 0.48);
    width: 98%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: 1px;
}

.commerceItemBox {
    position: relative;
    padding-top: 50px;
}

.commerceItemContent {
    margin: auto;
    margin-top: 50px;
    position: relative;
    height: 390px;
}

.commerceItemContent .commerceItemList {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.commerceItemList li {
    margin: 0 10px;
    border: 1px solid #939495;
}

.commerceItemList li:hover {
    transform: scale(1.1);
    transition: all .5s;
    border-image: linear-gradient(to right, #66A6FE, #86F7FF) 1;
}

.commerceItemList li .ajyxyContent {
    position: relative;
    overflow: hidden;
    padding: 5px;
}

.commerceItemList li .ajyxyContent img {
    width: 100%;
}

.ajyxyContent .ajyxyInfo {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 0 15px 0;
    box-shadow: 10px -15px 20px #000;
}

.ajyxyInfo h4 {
    color: #fff;
    line-height: 30px;
    font-size: 22px;
}

.ajyxyInfo p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.studentWorksBox {
    position: relative;
    background: #00051B;
    padding-top: 50px;
}

.studentWorksBox .studentVideoBox {
    width: 1200px;
    height: 675px;
    border: 1px solid #939495;
    margin: auto;
    padding: 10px;
    position: relative;
    margin-top: 30px;
}

#youkuplayer {
    width: 1200px;
    height: 675px;
}

.videoBox .video-open {
    width: 90px;
    height: 100px;
    background: url(../images/play.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.videoBox img {
    width: 100%;
}

.studentWorksBox .studentLeftLogo {
    background: url(../images/student-work-logo.png) no-repeat top center;
    width: 750px;
    height: 730px;
    background-size: cover;
    position: absolute;
    margin: -240px 0px 0 -350px;
}

.toplyBox {
    position: relative;
    padding-top: 50px;
    background: url(../images/studyBanner.png) no-repeat top center #01061C;
    background-size: cover;
    padding-bottom: 100px;
    background-position-y: 100px;
}

.toplyBox .enterpriseBox {
    position: relative;
}

.enterpriseBox .enterpriseLogo {
    width: 1200px;
    margin: auto;
}

.enterpriseBox .enterpriseLogo img {
    width: 100%;
}

.studyBox .curriculum-content p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

.studyBox .curriculum-content:nth-child(5) p {
    background-image: linear-gradient(#66A6FE, #86F7FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}