.banner {
    width: 100%;
    height: 500px;
    background: url("/liuxue/img/pc/tutor/banner.png") no-repeat center;
    background-size: cover;
    text-align: center;
}

.banner img {
    width: 57px;
    height: 14px;
    object-fit: cover;
    margin-top: 46px;
}

.banner h4 {
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin: 20px 0 15px 0;
}

.banner h2 {
    font-size: 72px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 4px;
    margin-bottom: 25px;
}

.banner h3 {
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
}


/* 页面位置 */

.box {
    width: 1170px;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    z-index: 2;
}

.btn {
    cursor: pointer;
}


/* tutoe */


/* 多位一体导师体系 */

.tutor {
    width: 100%;
    position: relative;
}

.tutorLeft {
    width: 244px;
    height: 340px;
    position: relative;
}

.tutorLeft img:nth-child(1) {
    width: 130px;
    height: 130px;
    object-fit: cover;
    position: absolute;
    bottom: -55px;
    right: 0;
    -webkit-animation: float ease-in-out 3.5s infinite;
    animation: float ease-in-out 3.5s infinite;
}

.tutorLeft img:nth-child(2) {
    width: 39px;
    height: 39px;
    object-fit: cover;
    position: absolute;
    top: 68px;
    left: 20px;
    -webkit-animation: float ease-in-out 2s infinite;
    animation: float ease-in-out 2s infinite;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.tutorRight {
    width: 858px;
    margin-top: 6px;
    margin-bottom: 45px;
}

.listBox {
    width: 858px;
    margin-left: -265px;
}

.tutorList {
    width: 82px;
    padding: 17px 0 20px 0;
    text-align: center;
    float: right;
    overflow: hidden;
    margin-left: 10px;
    cursor: pointer;
    transition: all .5s;
}

.tutorList.active {
    transform: translateY(-42px);
}

.tutorList p:first-child {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 38px;
    font-size: 31px;
    font-weight: bold;
    color: #000;
    position: relative;
    text-align: center;
    margin-bottom: 17px;
    position: relative;
    transition: all .5s;
    z-index: 2;
}

.tutorList p:first-child:after {
    content: '';
    display: inline-block;
    height: 26px;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    transition: all .5s;
}

.tutorList.active p:first-child {
    background: #FFEE4D;
    position: relative;
    z-index: 2;
}

.tutorList:nth-child(1) p:first-child:after {
    width: 52px;
    background: url('/liuxue/img/index/j1.png') no-repeat center;
    background-size: cover;
    z-index: -1;
}

.tutorList:nth-child(2) p:first-child:after {
    width: 26px;
    background: url('/liuxue/img/index/j2.png') no-repeat center;
    background-size: cover;
    z-index: -1;
}

.tutorList:nth-child(3) p:first-child:after {
    width: 52px;
    background: url('/liuxue/img/index/j3.png') no-repeat center;
    background-size: cover;
    z-index: -1;
}

.tutorList:nth-child(4) p:first-child:after {
    width: 52px;
    background: url('/liuxue/img/index/j4.png') no-repeat center;
    background-size: cover;
    z-index: -1;
}

.tutorList:nth-child(5) p:first-child:after {
    width: 26px;
    background: url('/liuxue/img/index/j5.png') no-repeat center;
    background-size: cover;
    z-index: -1;
}

.tutorList:nth-child(6) p:first-child:after {
    width: 52px;
    background: url('/liuxue/img/index/j6.png') no-repeat center;
    background-size: cover;
    z-index: -1;
}

.tutorList:nth-child(7) p:first-child:after {
    width: 52px;
    background: url('/liuxue/img/index/j7.png') no-repeat center;
    background-size: cover;
    z-index: -1;
}

.tutorList.active:nth-child(1) p:first-child:after {
    width: 52px;
    background: url('/liuxue/img/index/j01.png') no-repeat center;
    background-size: cover;
    z-index: -1;
}

.tutorList.active:nth-child(2) p:first-child:after {
    width: 26px;
    background: url('/liuxue/img/index/j02.png') no-repeat center;
    background-size: cover;
    z-index: -1;
}

.tutorList.active:nth-child(3) p:first-child:after {
    width: 52px;
    background: url('/liuxue/img/index/j03.png') no-repeat center;
    background-size: cover;
    z-index: -1;
}

.tutorList.active:nth-child(4) p:first-child:after {
    width: 52px;
    background: url('/liuxue/img/index/j04.png') no-repeat center;
    background-size: cover;
    z-index: -1;
}

.tutorList.active:nth-child(5) p:first-child:after {
    width: 26px;
    background: url('/liuxue/img/index/j05.png') no-repeat center;
    background-size: cover;
    z-index: -1;
}

.tutorList.active:nth-child(6) p:first-child:after {
    width: 52px;
    background: url('/liuxue/img/index/j06.png') no-repeat center;
    background-size: cover;
    z-index: -1;
}

.tutorList.active:nth-child(7) p:first-child:after {
    width: 52px;
    background: url('/liuxue/img/index/j07.png') no-repeat center;
    background-size: cover;
    z-index: -1;
}

.tutorList p:last-child {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.tutorList p:last-child span:first-child {
    font-size: 16px;
    color: #686868;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.tutorList p:last-child span:last-child {
    font-size: 22px;
    font-weight: bold;
    color: #303030;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin-top: -1px;
}

.tuorMask {
    width: 100%;
    height: 96px;
    background: #cfe2ff;
    text-align: center;
    margin-top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tuorMask p {
    display: inline-block;
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}

.white {
    padding: 60px 0;
    background: #fff;
}

.whites {
    padding: 60px 0;
    background: #f1f1f1;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    margin-top: 82px;
}

h2 {
    font-size: 17px;
    font-weight: bold;
    color: #3d8bfd;
    margin: 28px 0 9px 0;
}

h3 {
    font-size: 15px;
    font-weight: normal;
    color: #4B4B4B;
    line-height: 25px;
    margin-bottom: 66px;
}

.white .tutorList1 .fl {
    width: 340px;
    position: relative;
}

.whites .tutorList1 .fr {
    width: 250px;
    padding-left: 90px;
    position: relative;
}


/*.white .tutorList1 .fl p {
    display: inline-block;
    width: 248px;
    height: 248px;
    background: linear-gradient(161deg, #CCCFD7 0%, #9EA3AF 99%, #9DA2AE 100%);
    opacity: 0.74;
    border-radius: 50%;
    position: absolute;
    top: 37px;
    left: 0;
}*/


/*
.whites .tutorList1 .fr p {
    display: inline-block;
    width: 248px;
    height: 248px;
    background: linear-gradient(161deg, #CCCFD7 0%, #9EA3AF 99%, #9DA2AE 100%);
    opacity: 0.74;
    border-radius: 50%;
    position: absolute;
    top: 37px;
    left: 91px;
}*/

.white .tutorList1 .fl:after {
    content: '';
    width: 64px;
    height: 64px;
    background: url('/liuxue/img/pc/tutor/yellow.png') no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 81px;
    -webkit-animation: float ease-in-out 3.5s infinite;
    animation: float ease-in-out 3.5s infinite;
}

.white .tutorList1 .fl:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url('/liuxue/img/pc/tutor/orange.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: 21px;
    left: 0;
    -webkit-animation: float ease-in-out 2.5s infinite;
    animation: float ease-in-out 2.5s infinite;
}

.whites .tutorList1 .fr:after {
    content: '';
    width: 64px;
    height: 64px;
    background: url('/liuxue/img/pc/tutor/yellow.png') no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 90px;
    -webkit-animation: float ease-in-out 3.5s infinite;
    animation: float ease-in-out 3.5s infinite;
}

.whites .tutorList1 .fr:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url('/liuxue/img/pc/tutor/orange.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: 21px;
    right: -10px;
    -webkit-animation: float ease-in-out 2.5s infinite;
    animation: float ease-in-out 2.5s infinite;
}

.white .tutorList1 .fl img,
.whites .tutorList1 .fr img {
    height: 260px;
    object-fit: cover;
    margin-left: 32px;
}

.white .tutorList1 .fr,
.whites .tutorList1 .fl {
    width: 825px;
}

.tutorName {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 18px;
}

.serviceType {
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
}

.serviceDetail {
    display: inline-block;
    font-size: 14px;
    color: #5f5f5f;
    margin-bottom: 10px;
}

.tutorBtn {
    width: 150px;
    height: 44px;
    line-height: 44px;
    border-radius: 8px;
    border: 1px solid #5F5F5F;
    font-size: 16px;
    padding-left: 30px;
    font-weight: normal;
    color: #646464;
    display: flex;
    align-items: center;
    margin-top: 7px;
    cursor: pointer;
    transition: all .5s;
}

.tutorBtn i {
    width: 44px;
    height: 7px;
    display: inline-block;
    background: url('/liuxue/img/index/arrow.png') no-repeat center;
    background-size: cover;
    margin-left: 10px;
    transition: all .5s;
}

.tutorBtn:hover {
    background: #3d8bfd;
    border: 1px solid #3d8bfd;
    font-size: 18px;
    padding-left: 30px;
    font-weight: normal;
    color: #fff;
}

.tutorBtn:hover i {
    background: url('/liuxue/img/index/arrow2.png') no-repeat center;
    background-size: cover;
    transform: translateX(5px);
}

.tutorsBottom .swiper-container {
    background: transparent;
}

.tBox {
    display: none;
}

.tBox.active {
    display: block;
    animation: show 1s forwards;
}

@keyframes show {
    0% {
        display: none;
        transform: scale(0.8);
    }
    100% {
        display: block;
        transform: scale(1);
    }
}

.tutorsBox .divWrap {
    display: none;
    height: 220px;
    transition: all .5s;
    margin-top: 90px;
}

.tutorsBox .divWrap.active {
    display: block;
    animation: flat 0.5s ease-in-out forwards;
}

@keyframes flat {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.tutorDetails {
    width: 560px;
    padding-bottom: 18px;
    border-bottom: 1px solid #d2d2d2;
}

.tutorDetails p {
    font-size: 32px;
    font-weight: bold;
    color: #0d6efd;
    display: inline-block;
}

.tutorDetails span {
    font-size: 17px;
    font-weight: 500;
    color: #333333;
    position: relative;
    display: inline-block;
    margin-left: 75px;
}

.tutorDetails span:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #3d8bfd;
    border-radius: 50%;
    position: absolute;
    left: -13px;
    top: 10px;
}

.tutorSpan:nth-of-type(1) {
    margin-top: 30px;
}

.tutorSpan {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}

.tutorsBottom {
    width: 100%;
    height: 220px;
    background: #cfe2ff;
    margin-top: 180px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tutorsBottom:after {
    content: "";
    width: 1534px;
    height: 68px;
    background: url('/liuxue/img/project/ziti.png') no-repeat center;
    background-size: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
}

.tutorsBottom p {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 38px;
    margin-right: 20px;
    border: 5px solid #fff;
    transition: all .5s;
    overflow: hidden;
}

.tutorsBottom p.active {
    border: 5px solid #0d6efd;
    transform: translateY(-10px);
}

.tutorsBottom p:nth-child(9n) {
    margin-right: 0;
}

.tutorsBottom p img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.withCommunication {
    position: absolute;
    right: 0;
    bottom: -90px;
}

.withCommunication p {
    width: 166px;
    height: 44px;
    background: #3d8bfd;
    border-radius: 2px;
    line-height: 44px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    padding-left: 16px;
    cursor: pointer;
}

.withCommunication p i {
    display: inline-block;
    width: 44px;
    height: 8px;
    background-image: url('/liuxue/img/index/arrow2.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10px;
    transition: all .5s;
}

.withCommunication:hover i {
    transform: translateX(15px);
}

.circle2 {
    width: 100%;
}

.circle2 .swiper-container {
    padding-bottom: 40px;
}

.circle2 .swiper-button-next,
.circle2 .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: auto;
    outline: none;
    border: 0;
}

.circle2 .swiper-button-prev {
    background-image: url('/liuxue/img/project/left.png');
    background-repeat: no-repeat;
    background-size: cover;
    left: -90px;
    right: auto;
    opacity: 1;
}

.circle2 .swiper-button-prev:hover {
    background-image: url('/liuxue/img/project/left1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.circle2 .swiper-button-next {
    background-image: url('/liuxue/img/project/right.png');
    background-repeat: no-repeat;
    background-size: cover;
    right: -90px;
    left: auto;
    opacity: 1;
}

.circle2 .swiper-button-next:hover {
    background-image: url('/liuxue/img/project/right1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.circle2 .swiper-pagination {
    width: 100%;
}

.circle2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 7px;
    height: 7px;
    background: #6ea8fe;
    border-radius: 4px;
}

.circle2 .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    opacity: 1;
    margin-right: 15px;
}

.circle2 .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}