.Teacher {}

.Teacher .slide {
    width: 100%;
    height: 204px;
    background: #cfe2ff;
}

.Teacher .slide ul {
    display: flex;
}

.beliwin .xquan {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 230px;
}

.beliwin .daquan {
    width: 42px;
    height: 68px;
    position: absolute;
    bottom: 158px;
    left: 556px;
}

.beliwin .sbquan {
    width: 43px;
    height: 138px;
    position: absolute;
    top: 16px;
    right: 6px;
    z-index: 2;
}

.beliwin .dianquan {
    width: 57px;
    height: 14px;
    position: absolute;
    bottom: 0px;
    right: 230px;
    z-index: 999;
}

.beliwin .shadow {
    width: 377px;
    height: 377px;
    position: absolute;
    bottom: 0px;
    right: -130px;
    z-index: 1;
}

.message .maxwidth {
    width: 293px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transition: all .5s;
}

.message .maxwidth.active {
    width: 249px;
}

.message .maxwidth .number {
    font-size: 28px;
    font-weight: 800;
    color: #3d8bfd;
    margin: 34px 0 16px 35px;
}

.message .maxwidth .head {
    font-size: 20px;
    font-weight: bold;
    color: #43464e;
    margin-bottom: 22px;
    margin-left: 35px;
}

.message .maxwidth .list {
    line-height: 0px;
    margin-left: 35px;
}

.message .maxwidth .list p {
    font-size: 16px;
    font-weight: 400;
    color: #43464e;
    line-height: 20px;
    position: relative;
    margin-left: 13px;
    margin-bottom: 5px;
}

.message .maxwidth .list p:before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #3d8bfd;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: -13px;
}

.goodnies .fenlei .minwidth {
    width: 80%;
    margin: 0 auto;
}

.goodnies .fenlei .message .overseas {
    color: #0d6efd;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}

.goodnies .fenlei .message .japan {
    color: #5f5f5f;
    font-size: 14px;
    margin-top: 4px;
}

.goodnies .fenlei .english {
    font-size: 24px;
    font-weight: 800;
    color: #dadada;
    margin-top: 50px;
}

.goodnies .fenlei .text {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin: -16px 0 20px 0;
}

.advantage .fenlei .minwidth {
    width: 80%;
    margin: 0 auto;
}

.advantage .fenlei .message .overseas {
    color: #0d6efd;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}

.advantage .fenlei .message .japan {
    color: #5f5f5f;
    font-size: 14px;
    margin-top: 4px;
    padding-right: 50px;
}

.advantage .fenlei .english {
    font-size: 24px;
    font-weight: 800;
    color: #dadada;
    margin-top: 50px;
}

.advantage .fenlei .text {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin: -16px 0 20px 0;
}

.taecherof {
    width: 100%;
    height: 663px;
    background: url("/liuxue/img/pc/haishi/beliwin5.png") no-repeat center center;
    background-size: cover;
}

.Tokyo:hover img {
    border-radius: 50%;
    box-shadow: 3px -2px 10px 2px rgba(253, 151, 56, 0.6);
}

.taecherof .Tokyo .background {
    height: 38px;
    position: relative;
}

.taecherof .Tokyo .background:before {
    content: "";
    height: 38px;
    width: 282px;
    background: #cfe2ff;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    transform: translateX(0);
}

.taecherof .Tokyo:hover .background:before {
    transform: translateX(282px);
}

.taecherof .Tokyo:hover .background:after {
    transform: translateX(0);
}

.taecherof .Tokyo .background:after {
    content: "";
    width: 282px;
    height: 38px;
    background: #3d8bfd;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    transform: translateX(-282px);
}

.taecherof .box {
    display: flex;
}

.taecherof .box .Tokyo .team {
    font-weight: bold;
    color: #303030;
    line-height: 27px;
    margin: 50px 0 20px 0;
    letter-spacing: 4px;
    font-size: 18px;
}

.taecherof .box .Tokyo .team strong {
    font-size: 28px;
    font-weight: bold;
    color: #3d8bfd;
}

.taecherof .box .Tokyo .minwidth .school .school_name {
    margin-top: 14px;
}

.taecherof .box .Tokyo .minwidth .school .school_name h3 {
    font-size: 18px;
}

.taecherof .box .Tokyo .minwidth .school .school_name p {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.taecherof .box .Tokyo .minwidth .elite {
    width: 100%;
    height: 88px;
    background: #f1f1f1;
    display: flex;
    flex-wrap: wrap;
}

.taecherof .box .Tokyo .minwidth .nextick {
    font-size: 15px;
    font-weight: 400;
    color: #4b4b4b;
    line-height: 44px;
    width: 50%;
    text-align: center;
}

.taecherof .box .Tokyo .minwidth .school {
    display: flex;
    justify-content: space-between;
}

.taecherof .box .Tokyo .minwidth .school_img img {
    width: 68px;
    height: 68px;
    margin-top: -10px;
    z-index: 3;
    position: relative;
}

.taecherof .box .Tokyo .minwidth {
    width: 90%;
    margin: 0 auto;
}

.taecherof .box .Tokyo {
    width: 280px;
    height: 350px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 2px;
    margin-left: 12px;
    display: inline-block;
    overflow: hidden;
}

.standard {
    width: 100%;
}

.standard .quality {
    display: flex;
}

.standard .message {
    box-sizing: border-box;
    /* width: 300px; */
    height: 267px;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    transition: all 0.4s ease-in-out;
}

.message:nth-child(4n) {
    border-right: 1px solid #e5e5e5;
}

.standard .message:nth-child(1n) {
    border-left: 1px solid #e5e5e5;
}

.beliwin {
    width: 100%;
    height: 500px;
    background: url("/liuxue/img/pc/haishi/beliwin4.png") no-repeat center center;
    background-size: cover;
}

.beliwin .titles {
    padding-top: 160px;
    font-size: 52px;
    font-weight: bold;
    color: #ffffff;
    line-height: 79px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.beliwin .box {
    display: flex;
}

.beliwin .jieshao p {
    font-size: 16px;
    width: 356px;
    font-weight: 500;
    color: #ffffff;
    line-height: 36px;
    letter-spacing: 4px;
    border-bottom: 1px solid #fff;
}

.beliwin .videoback {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #fff;
    z-index: 111;
    position: absolute;
    right: 0;
    top: 30px;
}

.beliwin .videoback video {
    object-fit: cover;
    width: 400px;
    height: 400px;
    border-radius: 50%;
}

.location {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #fff;
}

.location .bread {
    color: #000;
    margin-top: 0px;
    padding-bottom: 10px;
}

.location .bread a {
    display: inline-block;
    font-size: 14px;
    color: #000;
}

.location .bread em {
    color: #3d8bfd;
}

.architect {
    background: #f1f1f1;
}

.architect .title {
    text-align: center;
}

.architect .title .the {
    font-weight: bold;
    color: #414141;
    font-size: 30px;
}

.fu_head {
    font-weight: 500;
    color: #7d7d7d;
    margin: 10px 0 30px 0;
    line-height: 30px;
    font-size: 20px;
}

.japanese {
    opacity: 0.5;
    margin-bottom: -30px;
    font-size: 34px;
    font-weight: 800;
    padding-top: 56px;
    color: #3d8bfd;
    line-height: 53px;
    letter-spacing: 1px;
}

.architect .fu_title {
    overflow: hidden;
}

.architect .fu_title section {
    margin-bottom: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: slideToRight 60s linear infinite;
    animation: slideToRight 60s linear infinite;
}

@keyframes slideToRight {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.architect .fu_title section ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.architect .fu_title ul li {
    margin-right: 30px;
    color: #333;
    text-align: center;
    min-width: 138px;
    width: 138px;
}

.architect .fu_title ul li img {
    width: 110px;
    height: 110px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px 3px rgba(51, 51, 51, 0.1);
}

.architect .fu_title ul li h2 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
    color: #000000;
    line-height: 26px;
}

.architect .fu_title ul li p {
    margin-top: 6px;
    font-weight: 400;
    color: #6d7278;
    line-height: 21px;
    white-space: pre;
    word-break: break-all;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.about {
    background: #fff;
}

.about .header_top {
    font-size: 14px;
    font-weight: 400;
    color: #5f5f5f;
    line-height: 24px;
    margin-bottom: 28px;
}

.advantage {
    display: flex;
}

.advantage .fenlei {
    width: 513px;
    background: #f1f1f1;
    border-radius: 8px;
    margin-right: 20px;
}

.advantage .goodnies {
    width: 448px;
    height: 500px;
    background: #f1f1f1;
    border-radius: 8px;
}

.advantage .famous img {
    margin: 20px 0 0 -30px;
    width: 230px;
    height: 442px;
}

.title {
    text-align: center;
}

.title .the {
    font-weight: bold;
    color: #414141;
    font-size: 30px;
}

.fu_head {
    font-weight: 500;
    color: #7d7d7d;
    margin: 10px 0 30px 0;
    line-height: 30px;
    font-size: 20px;
}

.japanese {
    opacity: 0.5;
    margin-bottom: -30px;
    font-size: 34px;
    font-weight: 800;
    padding-top: 56px;
    color: #3d8bfd;
    line-height: 53px;
    letter-spacing: 1px;
}

@keyframes widths {
    0% {
        width: 293px;
    }
    100% {
        width: 423px;
    }
}

@keyframes widths1 {
    0% {
        width: 423px;
    }
    100% {
        width: 293px;
    }
}

.message:hover .maxwidth {
    display: none;
    width: 250px;
}

.maxwidth.active {
    width: 200px;
}

.message:hover .listHidden {
    display: block;
    width: 423px;
}

.listHidden {
    height: 207px;
    padding-top: 60px;
    background: url('/liuxue/img/pc/haishi/beliwin1.png') no-repeat center;
    background-size: cover;
    transition: all .5s;
    display: none;
}

.listHidden h1 {
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 39px;
    transition: all .5s;
}

.listHidden h1 span {
    font-size: 33px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 18px;
}

.listHidden p {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin: 20px 42px 40px 39px;
}

.taecherof .swiper-container {
    padding-bottom: 77px;
}

.taecherof .swiper-button-next {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 105px;
    height: 47px;
    cursor: pointer;
    background: #6ea8fe;
    transform: translate(0%);
    right: 40%;
    pointer-events: auto;
}

.taecherof .swiper-button-next:after {
    content: '';
    width: 44px;
    height: 8px;
    background: url('/liuxue/img/index/arrow2.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.taecherof .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 105px;
    height: 47px;
    cursor: pointer;
    background: #6ea8fe;
    transform: translate(0%);
    left: 40%;
    pointer-events: auto;
}

.taecherof .swiper-button-prev:after {
    content: '';
    width: 44px;
    height: 8px;
    background: url('/liuxue/img/index/arrow2.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(180deg);
}

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

.taecherof .swiper-button-next.swiper-button-disabled {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 105px;
    height: 47px;
    cursor: pointer;
    background: #fff;
}

.taecherof .swiper-button-next.swiper-button-disabled:after {
    content: '';
    width: 44px;
    height: 8px;
    background: url('/liuxue/img/index/arrowLeft.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(180deg);
}

.taecherof .swiper-button-prev.swiper-button-disabled {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 105px;
    height: 47px;
    cursor: pointer;
    background: #fff;
}

.taecherof .swiper-button-prev.swiper-button-disabled:after {
    content: '';
    width: 44px;
    height: 8px;
    background: url('/liuxue/img/index/arrowLeft.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(0deg);
}