﻿
.clearfix {
    clear: both;
}

.banner-img {
    position: relative;
}

.banner-img .page-center {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    z-index: 2;
}

.f1 {
    width: 100%;
    background: #fbfbfb;
    padding-top: 40px;
    padding-bottom: 80px;
    margin-top: -0.05rem;
    margin-bottom: 40px;
}
    .f1 .f1-title {
        text-align: center;
        font-size: 32px;
        color: #202b48;
        font-weight: bold;
        margin-bottom: 50px;
    }

.face {
    width: 1200px;
    /*height: 3.22rem;*/
    margin: 0 auto;
    position: relative;
}

    .face .fulltime {
        width: 280px;
        height: 280px;
        background: url("../images/course1.png") no-repeat center;
        float: left;
        padding-top: 30px;
        padding-left: 16px;
        cursor: pointer;
        transition: all .3s;
    }
.fulltime:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 8px rgba(236,236,236,0.56);
}
.face .entire {
    background: url("../images/course2.png") no-repeat center;
}
.face .speed {
    background: url("../images/course3.png") no-repeat center;
}
    .face .spare {
        background: url("../images/course4.png") no-repeat center;
    }
.fulltime .full-name {
    /*overflow:hidden;*/
    position: relative;
}
   
    .fulltime .full-name ::after {
        content: "";
        width: 80px;
        height: 2px;
        background: #393b62;
        position: absolute;
        left: 0;
        top: 48px;
    }
    .fulltime .full-name .jyb {
        font-weight: bold;
        font-size: 20px;
        color: #393b62;
        float: left;
        margin-right: 20px;
    }
      

.fulltime .full-name .ms {
    width: 80px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #4f8cce;
    font-size: 16px;
    color: #4f8cce;
    text-align: center;
    float: left;
}

.fulltime .period {
    font-size: 20px;
    color: #464e79;
    margin-top: 42px;
}
.fulltime .receivejob {
    width: 220px;
    height: 90px;
    line-height: 30px;
    text-align: left;
    background: #a2c7ea;
    font-size: 18px;
    color: #464e79;
    margin-top: 30px;
    margin-left: 0;
	padding:0 10px;
	 display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中，如需要 */
}
.face .face-left {
    width: 580px;
    height: 3.22rem;
    float: left;
    background: url("../images/img2-left.png") no-repeat;
    background-size: 100% 100%;
    transition: all .3s;
    text-align: center;
    color: #fff;
    padding-top: .6rem;
    box-sizing: border-box;
    /*border-radius: 40px 0 0 40px;*/
}

.face .l1 {
    font-size: 32px;
    font-weight: bold;
    width: 240px;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin: 0 auto;
}

.face .l2 {
    margin-top: 24px;
    font-size: 20px;
    line-height: 30px;
}

.face .a1 {
    display: block;
    width: 1.9rem;
    height: .44rem;
    line-height: .44rem;
    border-radius: 30px;
    background: #fff;
    font-size: 18px;
    color: #5978fe;
    font-weight: bold;
    margin: 32px auto 0;
    cursor: pointer;
}

.face .a1:hover {
    background: #ffec5a;
}

.face .face-left:hover {
    background: url("../images/img2-left-hover.png") no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 6px 10px rgba(40, 101, 238, 0.4);
}

.face .face-right {
    width: 580px;
    height: 3.22rem;
    float: right;
    background: url("../images/img2-right.png") no-repeat;
    background-size: 100% 100%;
    transition: all .3s;
    text-align: center;
    color: #fff;
    padding-top: .6rem;
    box-sizing: border-box;
    /*border-radius: 0 40px 40px 0;*/
}

.face .face-right:hover {
    background: url("../images/img2-right-hover.png") no-repeat;
    background-size: 100% 100%;
    /*box-shadow: 0 6px 10px rgba(209, 63, 63, 0.4);*/
}

.face .img1 {
    width: 1.14rem;
    height: 2.26rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: .48rem;
}

.age .a-title {
    margin-top: 70px;
    text-align: center;
    margin-bottom: 50px;
}

.age .a-title p:first-child {
    font-size: 24px;
    color: #555c6f;
}

.age .a-title p:last-child {
    font-size: 32px;
    font-weight: bold;
    color: #202b48;
    margin-top: 15px;
}

.age .jishu {
    width: 11.81rem;
    margin: 0 auto .6rem;
}

.age .jishu .js1 {
    width: 3.67rem;
    height: 2.14rem;
    background: #fff;
    text-align: center;
    padding-top: 36px;
    border-radius: 5px;
    box-shadow: 0 0 9px rgba(91, 112, 253, 0.47);
    transition: all .3s;
    float: left;
}

.age .jishu .js1 p {
    font-size: 24px;
    color: #1c2f45;
}

.age .jishu .js1 span {
    display: block;
    width: 1.49rem;
    height: 2px;
    background: #a1a5ac;
    margin: 10px auto 0;
}

.age .jishu .js1:hover {
    width: 3.67rem;
    height: 2.14rem;
    background: url("../images/p1_hover_1.png") no-repeat;
    background-size: 100% 100%;
}

.age .jishu .js1:hover img {
    display: none;
}

.age .jishu .js1:hover p {
    color: #fff;
}

.age .jishu .js1:hover span {
    background: #fff;
}

.age .jishu .js1 .des {
    font-size: 16px;
    color: #fff;
    margin-top: .35rem;
    display: none;
}

.age .jishu .js1:hover .des {
    display: block;
}

.age .jishu .js2 {
    width: 3.67rem;
    height: 2.14rem;
    background: #fff;
    text-align: center;
    padding-top: 36px;
    border-radius: 5px;
    box-shadow: 0 0 9px rgba(91, 112, 253, 0.47);
    transition: all .3s;
    float: left;
}

.age .jishu .js2 p {
    font-size: 24px;
    color: #1c2f45;
}

.age .jishu .js2 span {
    display: block;
    width: 1.49rem;
    height: 2px;
    background: #a1a5ac;
    margin: 10px auto 0;
}

.age .jishu .js2:hover {
    width: 3.67rem;
    height: 2.14rem;
    background: url("../images/p1_hover_2.png") no-repeat;
    background-size: 100% 100%;
}

.age .jishu .js2:hover img {
    display: none;
}

.age .jishu .js2:hover p {
    color: #fff;
}

.age .jishu .js2:hover span {
    background: #fff;
}

.age .jishu .js2 .des {
    font-size: 16px;
    color: #fff;
    margin-top: .35rem;
    display: none;
}

.age .jishu .js2:hover .des {
    display: block;
}

.age .jishu .js3 {
    width: 3.67rem;
    height: 2.14rem;
    background: #fff;
    text-align: center;
    padding-top: 36px;
    border-radius: 5px;
    box-shadow: 0 0 9px rgba(91, 112, 253, 0.47);
    transition: all .3s;
    float: left;
}

.age .jishu .js3 p {
    font-size: 24px;
    color: #1c2f45;
}

.age .jishu .js3 span {
    display: block;
    width: 1.49rem;
    height: 2px;
    background: #a1a5ac;
    margin: 10px auto 0;
}

.age .jishu .js3:hover {
    width: 3.67rem;
    height: 2.14rem;
    background: url("../images/p1_hover_3.png") no-repeat;
    background-size: 100% 100%;
}

.age .jishu .js3:hover img {
    display: none;
}

.age .jishu .js3:hover p {
    color: #fff;
}

.age .jishu .js3:hover span {
    background: #fff;
}

.age .jishu .js3 .des {
    font-size: 16px;
    color: #fff;
    margin-top: .35rem;
    display: none;
}

.age .jishu .js3:hover .des {
    display: block;
}

.revole {
    width: 100%;
    background: #f5f8ff;
    padding-top: .6rem;
}

.revole .re-cont {
    width: 1140px;
    margin: 0 auto;
}

.revole .re-cont .re-left {
    width: 6.68rem;
    height: 4.26rem;
    background: url("../images/p2_left.png") no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-right: 40px;
    padding-top: .45rem;
    box-sizing: border-box;
}

.revole .re-cont .re-right {
    width: 4.23rem;
    height: 4.96rem;
    float: right;
}

.revole .re-cont .re-left .re-title {
    padding-left: .59rem;
    color: #fff;
}

.revole .re-cont .re-left .re-title p:first-child {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.revole .re-cont .re-left .re-title p:last-child {
    margin-top: .14rem;
    font-size: 20px;
}

.revole .re-cont .re-left .dashuju {
    margin-top: .89rem;
    padding-left: .65rem;
    font-size: 20px;
    color: #606c88;
    text-align: left;
}

.revole .re-cont .re-left .re-btn {
    margin-top: 40px;
    padding-left: .54rem;
}

.revole .re-cont .re-left .re-btn a:first-child {
    display: inline-block;
    width: 2.02rem;
    height: .41rem;
    /*background: #ff6c17;*/
    background: linear-gradient(to right, #575ef7, #5d8ce8);
    line-height: .41rem;
    font-size: 20px;
    color: #fff;
    border-radius: 20px;
    margin-right: 30px;
    cursor: pointer;
    text-align: center;
}

.revole .re-cont .re-left .re-btn a:last-child {
    display: inline-block;
    width: 2.02rem;
    height: .41rem;
    background: #fff;
    line-height: .41rem;
    font-size: 20px;
    color: #5b79ee;
    border-radius: 20px;
    border: 1px solid #5b79ee;
    cursor: pointer;
    text-align: center;
}

.engineer {}

.engineer .en-title {
    padding-top: 70px;
    text-align: center;
}

.engineer .en-title p:first-child {
    font-size: 32px;
    font-weight: bold;
    color: #202b48;
}

/*.engineer .en-title p:last-child {
    font-size: 24px;
    color: #555c6f;
    margin-top: 18px;
}*/

.engineer .gold {
    width: 1149px;
    margin: 50px auto 20px;
}

.engineer .gold .quekou {
    width: 350px;
    height: 166px;
    background: url("../images/p3_li_bg1.png") no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 10px rgba(212, 224, 240, 0.52);
    padding-top: 50px;
    padding-left: 30px;
    box-sizing: border-box;
    float: left;
    margin-bottom:38px;
    transition: all .3s;
}

.engineer .gold .quekou p:first-child {
    font-size:22px;
    color: #1c2f45;
    font-weight: bold;
}

.engineer .gold .quekou p:last-child {
    font-size:16px;
    color: #a1a5ac;
    margin-top:23px;
}

.engineer .gold .quekou:hover {
    cursor: pointer;
    transform: translateY(-10px);
}

.mance {
    width: 100%;
    /*height: 6.48rem;*/
    /*background: url("../images/p4_bg.jpg") no-repeat;*/
    /*background: #fbfbfb;*/
    background-size: 100% 100%;
}

/*.mance .mc-title {
    padding-top: 70px;
    text-align: center;
}

.mance .mc-title p:first-child {
    font-size: 32px;
    font-weight: bold;
    color: #202b48;
}

.mance .mc-title p:last-child {
    font-size: 24px;
    margin-top: 18px;
    color: #555c6f;
}*/


.selected {
    width: 1200px;
    margin: 70px auto;
}

.selected .sel-title {
    text-align: center;
}

.selected .sel-title p:first-child {
    font-size: 24px;
    color: #555c6f;
}

.selected .sel-title p:last-child {
    font-size: 32px;
    color: #202b48;
    font-weight: bold;
    margin-top: 18px;
}

.selected .power {
    width: 1182px;
    /*height: 5.85rem;*/
    /*background: url("../images/test-p6-line.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    margin: 40px auto 0;
    overflow: hidden;
    padding-top: 20px;
}
    .selected .power .power-box {
        width: 370px;
        /*height: 2.77rem;*/
        box-shadow: 0 0 7px rgba(213, 213, 213, 0.36);
        text-align: center;
        padding-top: 30px;
        margin-bottom: 30px;
        float: left;
        padding-bottom: 25px;
        transition: all .3s;
    }
        .selected .power .power-box:hover {
            transform:translateY(-10px);
        }
        .selected .power-box div {
            margin-top: 37px;
            font-size: 24px;
            color: #1c2f45;
        }
    .selected .power-box p {
        margin-top: 15px;
        font-size: 18px;
        color: #757575;
        
    }
    .mr {
        margin-right: 36px;
    }
.selected .new-img {
    display: block;
    margin: 40px auto;
}
.selected .remark {
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
    color: #66696c;
}
/*.selected .power .pr1 {
    width: 210px;
    height: 1.84rem;
    background: url("../images/test-p6-bg3.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    padding-top: 40px;
    box-sizing: border-box;
}

.selected .power .pr1>img {
    width: 30px;
    height: 30px;
}

.selected .power .pr1>p {
    font-size: .22rem;
    /*margin-top: 20px;*/
}

/*.selected .power .pr1>span {
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    margin: 16px auto;
}*/

.fellow {
    width: 100%;
    background: #fbfbfb;
    padding-top: 70px;
    padding-bottom: 10px;
}

.fe-title p:first-child {
    font-size: 32px;
    font-weight: bold;
    color: #202b48;
    text-align: center;
}

.fe-title p:last-child {
    font-size: 24px;
    color: #555c6f;
    text-align: center;
    margin-top: 18px;
}

.xylz-content {
    width: 11.98rem;
    height: 310px;
    position: relative;
    margin: 50px auto 70px;
}

.xylz-images {
    width: 11.98rem;
    height: 3.08rem;
    position: absolute;
    left: 0px;
    top: 0px;
}


/*.xylz-banner {
    width: 1198px;
    height: 404px;
    position: relative;
    left: 0px;
    top: 100px;
}*/

.xylz-item {
    margin: 0px 7px 7px 0px;
}

.xylz-item-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.xylz-item-text {
    text-align: center;
    font-size: .14rem;
    color: #48536f;
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 1);
    /*background-color: rgb(255, 255, 255) \9;*/
    color: #000;
}

.xylz-item-text-active {
    text-align: left;
    font-size: .14rem;
    color: #ffffff;
    text-align: left;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    background: linear-gradient( to bottom, rgba(123, 136, 168, 1), rgba(69, 82, 114, 1));
    width: 100%;
    height: 100%;
    /*background-color: rgb(69, 82, 114) \9;*/
}

.xylz-item-text-active .line-first {
    padding-top: 20px;
    padding-bottom: 24px;
}

.xylz-item-text-active div {
    padding-left: 20px;
}

.xylz-item-text-line {
    width: 100%;
    height: .26rem;
    line-height: .26rem;
}

.xylz-images .xylz-item1 {
    /*width: 440px;
    height: 2.43rem;*/
    width: .42rem;
    height: 3.08rem;
    position: absolute;
    left: 0px;
    top: 0px;
}
.xylz-item1 .videobox {
    width: 42rem;
    height: 3.08rem;
    position: relative;
    overflow: hidden;
}

.xylz-images .xylz-item2 {
    /*width: 2.17rem;
    height: 1.47rem;
    position: absolute;
    left: 0px;
    top: 250px;*/
    width: 2.96rem;
    height: 3.08rem;
    position: absolute;
    left: 4.49rem;
    top: 0px;
}

.xylz-images .xylz-item3 {
    width: 2.17rem;
    height: 1.49rem;
    position: absolute;
    /*left: 224px;
    top: 250px;*/
    left: 7.52rem;
    top: 0;
}

.xylz-images .xylz-item4 {
    width: 2.17rem;
    height: 1.49rem;
    position: absolute;
    /*left: 4.47rem;
    top: 0px;*/
    left: 7.52rem;
    top: 1.59rem;
}

.xylz-images .xylz-item5 {
    width: 2.17rem;
    height: 1.49rem;
    position: absolute;
    /*left: 6.71rem;
    top: 0px;*/
    left: 9.76rem;
    top: 0;
}

.xylz-images .xylz-item6 {
    width: 2.17rem;
    height: 1.49rem;
    position: absolute;
    /*left: 4.47rem;
    top: 1.55rem;*/
    left: 9.76rem;
    top: 1.59rem;
}

/*.xylz-images .xylz-item7 {
    width: 2.96rem;
    height: 3.97rem;
    position: absolute;
    left: 8.94rem;
    top: 0px;
}*/

.teacher {
    margin-top: 60px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.teacher .te-title {
    text-align: center;
}

.teacher .te-title p:first-child {
    font-size: 32px;
    font-weight: bold;
    color: #202b48;
}

.teacher .te-title p:last-child {
    font-size: 24px;
    color: #555c6f;
    margin-top: 30px;
}

.teacher .szll {
    width: 1200px;
    margin: 50px auto;
}

.teacher .sz-info {}

.teacher .sz-info ul {
    width: 1200px;
    height: 392px;
    margin: 0 auto;
    padding: 0;
}

.teacher .sz-info ul li {
    width: 1200px;
    height: 392px;
    border-top: 2px solid #5653f0;
    padding: 48px 30px;
    box-shadow: 0 0 8px rgba(86, 83, 240, 0.24);
    box-sizing: border-box;
    display: none;
}

.teacher .sz-info .block {
    display: block;
}

.teacher .sz-info .li-left {
    width: 528px;
    height: 296px;
    background: url("../images/t-chat-bg.png") no-repeat center;
    float: left;
}

.teacher .sz-info .li-left .liao {
    width: 186px;
    height: 39px;
    margin-left: 74px;
    margin-bottom: 100px;
    cursor: pointer;
}

.teacher .sz-info .li-left .p5t {
    width: 222px;
    height: 266px;
    margin-top: 30px;
    object-fit: cover;
}

.teacher .sz-info .li-right {
    float: right;
    width: 570px;
    margin-left: 40px;
}

.teacher .sz-info .li-right .jiangshi {
    padding-top: 10px;
    padding-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

.teacher .sz-info .li-right .jiangshi .sp1 {
    font-size: 28px;
    color: #202b47;
    font-weight: bold;
    float: left;
    margin-right: 30px;
}

.teacher .sz-info .li-right .jiangshi .sp2 {
    float: left;
    width: 146px;
    height: 46px;
    background: url("../images/test-p5-title.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 46px;
    font-size: 22px;
    color: #fff;
}

.teacher .sz-info .li-right .js-desc {
    font-size: 16px;
    color: #4e5568;
    line-height: 36px;
}

.teacher .list {
    width: 1140px;
    height: 130px;
    margin: 20px auto 50px;
    position: relative;
}
@media screen and (min-width: 1440px) and (max-width: 1980px) {
    .teacher .list {
        width: 1100px;
    }
}

.teacher .list .sz-bt {
    width: 1200px;
    float: left;
    padding-top: 15px;
    /*padding-left: 32px;*/
    /*padding-right: 32px;*/
    /*overflow: hidden;*/
}

.teacher .list .left-btn {
    width: 18px;
    float: left;
    margin-top: 50px;
    /*position:absolute;
                left: 0;
                top: 50%;*/
    /*transform: translateY(-50%);*/
}

.teacher .list .right-btn {
    width: 18px;
    float: left;
    margin-top: 50px;
    /*position: absolute;
                        right: 0;
                        top: 50%;*/
    /*transform: translateY(-50%);*/
}

.teacher .list .sz-bt ul li {
    width: 138px !important;
    height: 138px;
    border-radius: 50%;
    background: #f8f8ff;
    border: 3px solid #b4b3d2;
    float: left;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

.teacher .list .sz-bt ul .current {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    background: #f8f8ff;
    border: 3px solid #5653f0;
    float: left;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.teacher .list .sz-bt ul .current::before {
    position: absolute;
    content: ' ';
    width: 22px;
    height: 10px
    top: -2px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    background: url("../images/test-p5-current.png") no-repeat;
    background-size: 100% 100%;
}

.teacher .list .sz-bt ul li img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
}

.teacher .clearfix {
    clear: both;
}

.special {
    width: 100%;
    height: 732px;
    background: url("../images/img5-bg.jpg") no-repeat;
    /*background: #fbfbfb;*/
    background-size: 100% 100%;
    margin-top: 60px;
    position: relative;
    padding-top: 70px;
}

.special .spe-title {
    text-align: center;
    /*color: #fff;*/
}

    .special .spe-title p:first-child {
        /*font-size: 32px;        
        color: #202b48;*/
        font-size: 24px;
        font-weight: bold;
        color: #555c6f;
    }

/*.special .spe-title p:last-child {
    font-size: 24px;
    margin-top: 15px;
    color: #555c6f;
}*/

.special .spa1 {
    width: 380px;
    height: 380px;
    position: absolute;
    left: 280px;
    top: 180px;
}

.special .spa2 {
    width: 380px;
    height: 380px;
    position: absolute;
    right: 280px;
    top: 180px;
}

.special .spa3 {
     width: 400px;
    height: 207px;
    position: absolute;
    left: 280px;
    bottom: 150px;
}

.special .spa4 {
    width: 400px;
    height: 207px;
    position: absolute;
    right:240px;
    bottom: 150px;
}

.special .spa5 {
    width: 4.21rem;
    height: 110px;
    position: absolute;
    left: 38%;
    bottom: 50px;
}

.special .spa {
    transition: all .3s;
}

.special .spa:hover {
    cursor: pointer;
    transform: translateY(-10px);
}


.salary{ display:inline-block; width:100%; margin-bottom:50px;}
.salary .sal-title {
    text-align: center;
    padding-top: 50px;
}

/*.salary .sal-title p:first-child {
    font-size: 32px;
    font-weight: bold;
    color: #202b48;
}*/

.salary .sal-title p:last-child {
    font-size: 24px;
    color: #555c6f;
    font-weight: bold;
    /*margin-top: 15px;*/
}

.salary .sal-ability {
    width: 1187px;
    margin: 50px auto 60px;
}

.salary .sal-ability .ab-item {
    width: 367px;
    height: 253px;
    background: url("../images/p9_li_1.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    box-shadow: 0 0 9px rgba(131, 159, 255, 0.17);
    transition: all .5s ease;
    float: left;
}

.salary .sal-ability .ab-item>p {
    width: 100%;
    /*height: .96rem;
    line-height: .96rem;*/
    font-size: 24px;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 8px;
}

.salary .sal-ability .ab-item .item-bot>p {
    padding-top: 10px;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.salary .sal-ability .ab-item .item-bot>p::before {
    content: '';
    width: 172px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}

.salary .sal-ability .ab-item .item-bot>div {
    font-size: 16px;
    color: #8a8d98;
    margin-top: 30px;
}

    .salary .sal-ability .ab-item .item-bot > a {
        display: block;
        text-decoration: none;
        width: 169px;
        height: 35px;
        background: linear-gradient(to right, #86a2fa, #6e86f4);
        line-height: 35px;
        border: 1px solid #6d84ff;
        border-radius: 18px;
        font-size: 18px;
        margin: 20px auto 0;
        color: #fff;
        cursor: pointer;
    }



.enperprise {
    width: 100%;
    background: #fbfbfb;
}

.enperprise .enper-title {
    text-align: center;
    padding-top: 70px;
    /*padding-bottom: 50px;*/
}

.enperprise .enper-title p:first-child {
    font-size: 32px;
    font-weight: bold;
    color: #202b48;
}

.enperprise .enper-title p:last-child {
    font-size: 24px;
    color: #555c6f;
    /*margin-top: 15px;*/
}

.enperprise .coop-logos {
    width: 1200px;
    height: 220px;
    margin: 50px auto 0;
    overflow: hidden;
}
.enperprise .coop-logos img{ margin-bottom:5px; width:196px; height:90px; }

    .enperprise .swiper-container {
        width: 1200px;
        height: 220px;
        margin: 50px auto 0;
        display: flex;
        justify-content: center;
    }

.enperprise .swiper-container .swiper-slide {
    width: 164px;
}

.enperprise .swiper-container ul {
    /*overflow: hidden;*/
    margin: 0;
    padding: 0;
}

.enperprise .swiper-container ul li {
    width: 164px;
    height: 76px;
    text-align: center;
    float: left;
    margin: 0;
    padding: 0;
}




.swiper-container .lg1 {
    width: 164px;
    height: 76px;
    background: url("../images/logo1-h.png") no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all .3s ease;
}



.coop-logos .lg2 {
    width: 164px;
    height: 76px;
    background: url("../images/logo2-h.png") no-repeat;
    background-size: 100% 100%;
}



.coop-logos .lg3 {
    width: 164px;
    height: 76px;
    background: url("../images/logo3-h.png") no-repeat;
    background-size: 100% 100%;
}



.coop-logos .lg4 {
    width: 164px;
    height: 76px;
    background: url("../images/logo4-h.png") no-repeat;
    background-size: 100% 100%;
}



.coop-logos .lg5 {
    width: 164px;
    height: 76px;
    background: url("../images/logo5-h.png") no-repeat;
    background-size: 100% 100%;
}



.coop-logos .lg6 {
    width: 164px;
    height: 76px;
    background: url("../images/logo6-h.png") no-repeat;
    background-size: 100% 100%;
}



.coop-logos .lg7 {
    width: 164px;
    height: 76px;
    background: url("../images/logo7-h.png") no-repeat;
    background-size: 100% 100%;
}



.coop-logos .lg8 {
    width: 164px;
    height: 76px;
    background: url("../images/logo8-h.png") no-repeat;
    background-size: 100% 100%;
}



.coop-logos .lg9 {
    width: 164px;
    height: 76px;
    background: url("../images/logo9-h.png") no-repeat;
    background-size: 100% 100%;
}



.coop-logos .lg10 {
    width: 164px;
    height: 76px;
    background: url("../images/logo10-h.png") no-repeat;
    background-size: 100% 100%;
}



.coop-logos .lg11 {
    width: 164px;
    height: 76px;
    background: url("../images/logo11-h.png") no-repeat;
    background-size: 100% 100%;
}



.coop-logos .lg12 {
    width: 164px;
    height: 76px;
    background: url("../images/logo12-h.png") no-repeat;
    background-size: 100% 100%;
}



.coop-logos .lg13 {
    width: 164px;
    height: 76px;
    background: url("../images/logo13-h.png") no-repeat;
    background-size: 100% 100%;
}



.coop-logos .lg14 {
    width: 164px;
    height: 76px;
    background: url("../images/logo14-h.png") no-repeat;
    background-size: 100% 100%;
}



.coop-logos .lg15 {
    width: 164px;
    height: 76px;
    background: url("../images/logo15-h.png") no-repeat;
    background-size: 100% 100%;
}



.coop-logos .lg16 {
    width: 164px;
    height: 76px;
    background: url("../images/logo16-h.png") no-repeat;
    background-size: 100% 100%;
}



.coop-logos .lg17 {
    width: 164px;
    height: 76px;
    background: url("../images/logo17-h.png") no-repeat;
    background-size: 100% 100%;
}



.coop-logos .lg18 {
    width: 164px;
    height: 76px;
    background: url("../images/logo18-h.png") no-repeat;
    background-size: 100% 100%;
}



.coop-logos .lg19 {
    width: 164px;
    height: 76px;
    background: url("../images/logo19-h.png") no-repeat;
    background-size: 100% 100%;
}



.coop-logos .lg20 {
    width: 164px;
    height: 76px;
    background: url("../images/logo20-h.png") no-repeat;
    background-size: 100% 100%;
}



.sign {
    text-align: center;
    margin-top: 50px;
}

.sign>p {
    font-size: 32px;
    color: #363f58;
    font-weight: bold;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}




.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block
}

.roll {
    overflow: hidden;
    height: 2.6rem;
    position: relative;
    letter-spacing: 1px;
    top: 30px;
    left: 0
}

.roll ul {
    position: relative;
    text-align: center;
}

.roll li {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all 2s;
    padding: 12px 45px 12px 35px;
    font-size: 24px;
    list-style: none;
}

.roll li a {
    position: relative;
    color: #fff;
    /*padding-right: 200px;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none
}
    
    /*.roll li a .time {
                position: absolute;
                right: 0
            }*/

.roll li.roll_1 {
    opacity: .5;
    top: 0;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6)
}
   
.roll li.roll_2 {
    opacity: .8;
    top: 35px;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}
 
.roll li.roll_3 {
    background-color: rgba(255, 255, 255, .1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 78px;
    height: 48px
}
    .roll li .change {
        color: yellow;
        font-weight: bold;
    }
.roll li.roll_4 {
    opacity: .8;
    top: 125px;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}
    
.roll li.roll_5 {
    opacity: .5;
    top: 160px;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6)
}
    
    
    .roll li.roll_hide {
        opacity: 0;
        font-weight: bold;
        color: red;
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
        transform: scale(.6)
    }

.news-scroll {
    width: 11.62rem;
    /*padding-top: 20px;*/
    height: 310px;
    /*width: 100%;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 50px auto .6rem;
    -webkit-box-shadow: 0 0 18px rgba(104, 160, 252, .54);
    -moz-box-shadow: 0 0 18px rgba(104, 160, 252, .54);
    box-shadow: 0 0 18px rgba(104, 160, 252, .54);
    /*background-color: #1b3ace;*/
    background: #606c88;
}
@media screen and (min-width: 1440px) and (max-width: 1980px) {
    .news-scroll {
        height: 3rem;
    }
    .roll {
        
        top: 50px !important;
        
    }
}
.news-scroll .scroll-box {
    width: 11.62rem;
    /*padding: 20px 0;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.qa {
    width: 100%;
    padding-top: 50px;
    /*background: #f5f8ff;*/
}

.qa .qa-title {
    font-size: 32px;
    font-weight: bold;
    color: #363f58;
    text-align: center;
}

.qa #questions .UI-bubble {
    display: inline-block;
    width: .08rem;
    height: 16px;
    overflow: hidden;
    background: url("../images/p6-arrow1.png") 0px 0px no-repeat;
    background-size: 100% 100%;
}

.qa #questions .UI-ask {
    display: inline-block;
    width: .08rem;
    height: 16px;
    overflow: hidden;
    background: url("../images/p6-arrow2.png") 0px 0px no-repeat;
    background-size: 100% 100%;
}


/* questions */

.qa #questions {
    width: 11rem;
    margin: 50px auto 0;
    padding-bottom: .6rem;
    /*padding-top: 14px;*/
}

.qa #questions li h5 .UI-ask,
#questions li h5 .UI-bubble {
    position: absolute;
    right: 20px;
    top: .09rem;
}

.qa #questions li {
    padding: 18px 0 18px .34rem;
    vertical-align: bottom;
    margin-bottom: 10px;
    box-shadow: 0 0 6px rgba(93, 77, 194, 0.1);
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}

.qa #questions li h5 {
    position: relative;
    color: #435178;
    font-size: .22rem;
    cursor: pointer;
    margin: 0;
    /*line-height: 40px;*/
    height: 28px;
    overflow: hidden;
    /*padding: 0 0 0 40px;*/
    font-weight: normal;
    text-align: left;
}
@media screen and (min-width: 1440px) and (max-width: 1980px) {
    .qa #questions li h5 {
        font-size: 20px;
    }
}
.qa #questions li h5:hover {
    color: #5d65f6;
}

.qa #questions li .foldContent {
    padding: 10px 50px 10px 0;
    /*border-top: 1px dashed #e2e2e2;*/
    line-height: 24px;
    color: #a5acbc;
    display: none;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
}

.em-foot {
    width: 100%;
    height: 340px;
    background: url("../images/bottom_bg_ie9.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-top: .9rem;
    /*margin-top: .6rem;*/
}

.em-foot .join {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}

.em-foot .stand {
    font-size: 32px;
    font-weight: bold;
    margin-top: 18px;
    height: 30px;
    color: #fff;
    /*background-image: -webkit-linear-gradient(bottom, #00c6d2, #00e0ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.em-foot>a {
    display: block;
    width: 2.41rem;
    height: .53rem;
    /*background: #faec68;*/
    background: #fff;
    border-radius: .27rem;
    line-height: .53rem;
    font-size: 24px;
    /*color: #1b3ace;*/
    color: #606c88;
    font-weight: bold;
    margin: 50px auto 0;
    cursor: pointer;
}
.adapt {
    width: 100%;
    background: #fbfbfb;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 10px;
}
    .adapt .adapt-banner {
        width: 1194px;
        margin: 0 auto;
        padding-top: 50pxrem;
    }
    .adapt .adapt-title {
        font-size: 32px;
        font-weight: bold;
        color: #202b48;
    }
    .adapt .adapt-content {
        width: 1194px;
        margin: 50px auto;
        overflow: hidden;
    }
        .adapt .adapt-content .mr {
            margin-right: 70px;
        }
        .adapt .adapt-content .nobasis {
            width: 240px;
            float: left;
        }
        .adapt .nobasis>img {
            width: 100px;
            height: 77px;
        }
    .adapt .nobasis .adapt-name {
        font-size: 24px;
        color: #1c2f45;
        font-weight: bold;
        margin-top: 23px;
    }
    .adapt .nobasis .adapt-desc {
        font-size: 18px;
        color: #757575;
        margin-top: 20px;
    }
    .adapt .nobasis .adapt-desc>span {
        font-weight: bold;
        color: #799efc;
    }
    .adapt .nobasis .adapt-chat {
        width: 1.6rem;
        height: 36px;
        background: #779ef9;
        line-height: 36px;
        border-radius: 20px;
        font-size: 18px;
        color: #fff;
        margin: 30px auto 0;
        cursor: pointer;
    }

.voice {
    padding: 40px 0;
    background-color: #f9fafc;
}

    .voice > div:nth-child(1) {
        font-size: 32px;
        font-weight: bold;
        color: #363f58;
        text-align: center;
        margin-bottom: 50px;
    }

.voicebox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.voicelist {
    width: 280%;
    position: absolute;
    animation: move 20s linear infinite;
    -webkit-animation: move 20s linear infinite;
}

    .voicelist:hover {
        animation-play-state: paused;
    }

@keyframes move {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@-webkit-keyframes move {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.voicelist > li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 5%;
}

    .voicelist > li > img {
        width: 100%;
    }

    .voicelist > li > span {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.spanbg {
    background-color: rgba(0,0,0,0.6);
}

.voicelist:hover {
    background-color: rgba(0,0,0,0.6);
}



.test-title {
    font-size: 032px;
    color: #202b47;
    font-weight: bold;
    text-align: center;
    padding-top: 0.6rem;
    padding-bottom: 050px;
}

.test-title .purple {
    /*color: #5653f0;*/
}

.teacherInfo {
    width: 1200px;
    padding: 48px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-shadow: 0 0 8px rgba(86, 83, 240, 0.24);
    box-shadow: 0 0 8px rgba(86, 83, 240, 0.24);
    margin-bottom: 50px;
}

.teacherInfo::after {
    content: ' ';
    width: 100%;
    height: 2px;
    background-color: #5653f0;
    position: absolute;
    top: 0;
    left: 0;
}

.teacherInfo .teacher-avartar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 528px;
    height: 296px;
    position: relative;
    background: url(../images/test-p5-bg.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 40px;
}

.teacherInfo .teacher-avartar .teacher-avartar-img {
    position: absolute;
    width: 222px;
    height: 266px;
    right: 30px;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.teacherInfo .teacher-avartar .chat-btn {
    position: absolute;
    bottom: 80px;
    left: 60px;
    height: 38px;
    width: 186px;
    cursor: pointer;
}

.teacherInfo .teacherDetail {
    width: 100%;
    height: 300px;
    overflow-y: auto;
}

.teacherInfo .teacherDetail .teacher-name {
    font-size: 28px;
    font-weight: bold;
}

.teacherInfo .teacherDetail .teacher-title {
    margin-left: 30px;
    width: 200px;
    line-height: 36px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    background: url(../images/test-p5-title.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.teacherInfo .teacher-synopsis {
    font-size: 16px;
    color: #4e5568;
    line-height: 36px;
    margin-top: 30px;
}

.teacher-wrap {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.teacher-wrap #left,
.teacher-wrap #right {
    cursor: pointer;
}

.teacher-wrap #left {
    margin-right: 20px;
}

.teacher-wrap #right {
    margin-left: 20px;
}

.teacher-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px
    overflow-x: auto;
    justify-content: center;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none
}

.teacher-list::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.teacher-list .teacher-item {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    border: 0.03rem solid #b4b3d2;
    background-color: #f8f8ff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 25px
}

.teacher-list .teacher-item.active {
    position: relative;
    border-color: #5653f0;
}

.teacher-list .teacher-item.active::after {
    position: absolute;
    content: ' ';
    width: 22px;
    height: 10px
    top: -2px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    background: url(../images/test-p5-current.png) no-repeat;
    background-size: 100% 100%;
}

.teacher-list img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer-content {
    max-width: 1920px;
    overflow: hidden;
    /*background: url(../images/test-bg3.png) no-repeat;*/
    background-size: 100% 100%;
    position: relative;
}

    .footer-content .power {
        width: 1180px;
        /*height: 5.85rem;*/
        /*background: url("../images/test-p6-line.png") no-repeat;*/
        /*background-size: 100% 100%;*/
        margin: 20px auto 0;
        overflow: hidden;
        padding-top: 20px;
    }

        .footer-content .power .power-box {
            width: 370px;
            /*height: 2.77rem;*/
            box-shadow: 0 0 8px rgba(213, 213, 213, 0.36);
            text-align: center;
            padding-top: 30px;
            margin-bottom: 30px;
            float: left;
            padding-bottom: 25px;
            transition: all .3s;
        }
.footer-content .power .power-box:hover {
    transform: translateY(-10px);
}

.footer-content .power-box div {
    margin-top: 37px;
    font-size: 24px;
    color: #1c2f45;
}

    .footer-content .power-box p {
        margin-top: 15px;
        font-size: 18px;
        color: #757575;
    }

.mr {
    margin-right: 36px;
}
.footer-content>div {
    padding-bottom: 0.6rem;
}

.footer-content .blockList {
    position: relative;
    width: 12rem;
}

.footer-content .line {
    width: 10.53rem;
    margin: 0 auto;
    display: block;
}

.footer-content .item {
    width: 2rem;
    height: 170px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/test-p6-bg2.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-filter: FlipH;
    filter: FlipH;
    text-align: center;
}

.footer-content .item span {
    line-height: 024px;
    font-size: 016px;
    color: #fff;
    display: none;
    width: 150px;
}

.footer-content .item p {
    font-size: 22px;
    color: #fff;
    position: relative;
    padding-bottom: 016px;
}

.footer-content .item p::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 20px;
    height: 1Px;
    background-color: #fff;
}

.footer-content .item img {
    width: 030px;
    height: 030px;
    margin-bottom: 20px;
}

.footer-content .item:nth-of-type(1) {
    left: 0.77rem;
    bottom: 1.68rem;
}

.footer-content .item:nth-of-type(2) {
    left: 2.47rem;
    bottom: 0.76rem;
}

.footer-content .item:hover span,
.footer-content .item:hover p {
    -webkit-animation: unflipx 1s forwards;
    animation: unflipx 1s forwards;
}

.footer-content .item:hover span {
    display: block;
}

.footer-content .item:hover p {
    display: none;
}

.footer-content .item:hover img {
    display: none;
}

.footer-content .item:nth-of-type(3) {
    left: 415px;
    bottom: 1.68rem;
    background-image: url(../images/test-p6-bg2.png);
}

.footer-content .item:nth-of-type(4) {
    left: 5.85rem;
    bottom: 0.76rem;
    background-image: url(../images/test-p6-bg2.png);
}

.footer-content .item:nth-of-type(5) {
    left: 750px;
    bottom: 1.68rem;
    background-image: url(../images/test-p6-bg3.png);
}

.footer-content .item:nth-of-type(6) {
    left: 9.23rem;
    bottom: 0.76rem;
    background-image: url(../images/test-p6-bg3.png);
}

/*.footer-content .item:hover {
    -webkit-animation: flipx 1s forwards;
    animation: flipx 1s forwards;
}*/

.footer-content .footer-img {
    width: 100%;
}

.footer-content2 {
    width: 100%;
    /*background: url(../images/test-bg4.png) no-repeat;*/
    background-size: 100% 100%;
}

@-webkit-keyframes flipx {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        background-image: url(../images/index-25.png);
    }
}

@keyframes flipx {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        background-image: url(../images/index-25.png);
    }
}

@-webkit-keyframes unflipx {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
}

@keyframes unflipx {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
}

.test-object {
    width: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.test-object .test-object-item {
    height: 3.57rem;
    width: 3.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 030px 20px;
    box-shadow: 0 0 7px rgba(213,213,213,0.36);
}

.test-object .test-object-item:nth-of-type(1) {
    background-image: url(../images/test-p7-img1.png);
}

.test-object .test-object-item:nth-of-type(2) {
    background-image: url(../images/test-p7-img2.png);
}

.test-object .test-object-item:nth-of-type(3) {
    background-image: url(../images/test-p7-img3.png);
}

.test-object .test-object-item p {
    color: #202b47;
    text-align: center;
}

.test-object .test-object-item p:nth-of-type(1) {
    font-size: 016px;
    line-height: 028px;
    margin-bottom: 0.12rem;
}

.test-object .test-object-item p:nth-of-type(2) {
    font-size: 024px;
}

/*.test-object .test-object-item:hover {
    -webkit-animation: jump 1s forwards;
    animation: jump 1s forwards;
}*/

@-webkit-keyframes jump {
    from {
        bottom: 0;
    }
    to {
        bottom: 10px
    }
}

@keyframes jump {
    from {
        bottom: 0;
    }
    to {
        bottom: 10px
    }
}