.inside-banner {
    height: 678px;
    background-image: url("../images/inside-bg.png");
}
.inside-banner .box .txt {
    margin-top: 122px;
    width: 601px;
}
.inside-banner .box .txt .bigTxt {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 56px;
    color: #233863;
    line-height: 72px;
    text-align: left;
    margin-bottom: 40px;
}
.inside-banner .box .txt .smallTxt {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #4a4a4a;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 64px;
}
.inside-banner .img {
    position: absolute;
    top: 116px;
    width: 629px;
    height: 501px;
    margin-left: 630px;
}
.inside-banner .box .btn .getBtn {
    display: block;
    margin-top: 85px;
    width: 180px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #229af4;
    border-radius: 45px;
    font-size: 16px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    color: #ffffff;
}
.practice {
    padding-top: 64px;
    font-family: PingFangSC, PingFang SC;
}

.practice .big-title {
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
    margin-bottom: 12px;
}

.practice .sub-title {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    line-height: 27px;
    text-align: center;
    margin-bottom: 40px;
}
.practice .pc-practice {
    height: 620px;
    /* margin-bottom: 40px; */
}
.practice .m-practice-img {
    display: none;
}
.strpe img:nth-last-child(1) {
    display: none;
}
.display {
    margin-top: 40px;
}

.display .bigTitle {
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
    margin-bottom: 40px;
}

.display .display-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.display .display-box .content-box {
    width: 716px;
    display: flex;
    margin-bottom: 99px;
    flex-direction: column;
    justify-content: center;
}

.display .display-box img {
    width: 500px;
    height: 500px;
}

.display .display-box .content-box .title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 32px;
    color: #233863;
    line-height: 45px;
    text-align: left;
    margin-bottom: 32px;
}

.display .display-box .content-box .description {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #4a4a4a;
    line-height: 32px;
    text-align: left;
}

.display .display-box .content-box:nth-child(3),
.display .display-box .content-box:nth-child(4) {
    margin-bottom: 105px;
}

.deep {
    padding-top: 111px;
}
.deep .container:first-of-type {
    margin-bottom: 40px;
}
.deep .bigTitle {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
    margin-bottom: 40px;
}

.deep .tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    height: 56px;
}

.deep .tabs .tab-content {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    width: calc((100% - 60px) / 5);
    background: linear-gradient(174deg, #e7f9ff 0%, #bfeefe 98%, #beeefd 100%);
    border-radius: 8px;
    transition: all 0.3s;
}
.tab-content .m-title {
    display: none;
}
.deep .tabs .tab-content.active {
    background: #229af4;
}

.deep .tabs .tab-content .title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
    margin-left: 12px;
}

.deep .tabs .tab-content.active .title {
    color: #ffffff;
}
.deep .icon {
    width: 28px;
    height: 28px;
}
.deep .tab-content .icon-01 {
    background: url("../images/deep-icon-01.png") no-repeat center/cover;
}
.deep .tab-content.active .icon-01 {
    background: url("../images/deep-icon-01-active.png") no-repeat center/cover;
}
.deep .tab-content .icon-02 {
    background: url("../images/deep-icon-02.png") no-repeat center/cover;
}
.deep .tab-content.active .icon-02 {
    background: url("../images/deep-icon-02-active.png") no-repeat center/cover;
}
.deep .tab-content .icon-03 {
    background: url("../images/deep-icon-03.png") no-repeat center/cover;
}
.deep .tab-content.active .icon-03 {
    background: url("../images/deep-icon-03-active.png") no-repeat center/cover;
}
.deep .tab-content .icon-04 {
    background: url("../images/deep-icon-04.png") no-repeat center/cover;
}
.deep .tab-content.active .icon-04 {
    background: url("../images/deep-icon-04-active.png") no-repeat center/cover;
}
.deep .tab-content .icon-05 {
    background: url("../images/deep-icon-05.png") no-repeat center/cover;
}
.deep .tab-content.active .icon-05 {
    background: url("../images/deep-icon-05-active.png") no-repeat center/cover;
}

.deep .show-zone {
    display: none;
    width: 1260px;
    height: 540px;
    background: #e7f9ff;
    border-radius: 24px;
}
.deep .show-zone.active {
    display: flex;
    justify-content: space-between;
    padding: 40px;

    transition: all 0.3s;
}
.deep .show-zone.active img {
    width: 600ppx;
    height: 460x;
}
.deep .show-zone.active .content-box {
    width: 540px;
    display: flex;
    flex-direction: column;
    padding-top: 65px;
}
.deep .show-zone.active .content-box .title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 32px;
    color: #233863;
    line-height: 45px;
    text-align: left;
    margin-bottom: 24px;
}
.deep .show-zone.active .content-box .description {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #4a4a4a;
    line-height: 32px;
}
.deep .show-zone.active .content-box .bold {
    font-weight: 600;
    font-weight: bold;
    font-size: 20px;
    color: #4a4a4a;
    line-height: 32px;
}
.schools {
    padding-top: 64px;
}

.schools .bigTitle {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
    margin-bottom: 40px;
    justify-content: center !important;
}

.schools .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.schools .school-box {
    width: 162px;
    height: 162px;
    padding: 16px;
    background: #ffffff;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 21px;
    position: relative;
}
.schools .middleCenter {
    max-width: 130px;
}

.university {
    position: relative;
}

.university .bg-01 {
    position: absolute;
    width: 749px;
    height: 790px;
    top: 1760px;
    right: 0;
    background: url(../images/bg-01.png) center/cover no-repeat;
    z-index: -1;
}
.university .bg-02 {
    position: absolute;
    width: 916px;
    height: 1061px;
    top: 2104px;
    left: 0;
    background: url(../images/bg-02.png) center/cover no-repeat;
    z-index: -1;
}
.university .bg-03 {
    position: absolute;
    width: 1052px;
    height: 1061px;
    top: 3458px;
    right: 0;
    background: url(../images/bg-03.png) center/cover no-repeat;
    z-index: -1;
}
.university .bg-04 {
    position: absolute;
    width: 100%;
    height: 1317px;
    top: 3904px;
    left: 0;
    background: url(../images/bg-04.png) center/cover no-repeat;
    z-index: -1;
}
.university .bg-05 {
    position: absolute;
    width: 833px;
    height: 1032px;
    top: 5419px;
    right: 0;
    background: url(../images/bg-05.png) center/cover no-repeat;
    z-index: -1;
}

.contact_us {
    padding-top: 43px;
}
.contact_us .container {
    padding: 104px;
}
.contact_us .txt1 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #ffffff;
    line-height: 56px;
    margin-bottom: 48px;
}
.contact_us .txt2 {
    display: none;
}
@media screen and (max-width: 768px) {
    .university .bg-01,
    .university .bg-02,
    .university .bg-03,
    .university .bg-04,
    .university .bg-05 {
        display: none;
    }
    .inside-banner {
        height: unset;
        background-image: url("../images/m-inside-bg.png");
        position: relative;
    }
    .inside-banner::before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        width: 100%;
        height: 71px;
        background: url("../images/m-inside-bottom-bg.png") no-repeat;
        background-size: cover;
        z-index: -2;
    }
    .inside-banner .headerH96Bg {
        display: none;
    }
    .inside-banner .box .txt {
        width: 100%;
        margin-bottom: 31px;
        margin-top: 0;
        padding-top: 31px;
    }
    .inside-banner .box .txt .bigTxt {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 42px;
        color: #233863;
        line-height: 59px;
        margin-bottom: 24px;
    }
    .inside-banner .box .txt .smallTxt {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 20px;
        color: #4a4a4a;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .inside-banner .box .btn .getBtn {
        width: 100%;
        margin-top: 0;
    }
    .inside-banner .box .btn .getBtn {
        width: 100%;
    }
    .inside-banner .container .img {
        position: unset;
        margin-left: 0;
        width: 100%;
        height: 100%;
        margin-top: 36px;
        padding-bottom: 41px;
    }
    .practice {
        padding-top: 48px;
    }
    .practice .big-title {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 32px;
        color: #233863;
        line-height: 45px;
        text-align: center;
        margin-bottom: 24px;
        padding: 0 16px;
    }
    .practice .sub-title {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 18px;
        color: #888888;
        line-height: 32px;
        text-align: center;
        padding: 0 16px;
        margin-bottom: 20px;
    }
    .practice .pc-practice {
        display: none;
    }
    .practice .m-practice-img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 26px;
    }
    .practice .m-practice-img img {
        width: 100%;
    }
    .strpe img:first-of-type {
        display: none;
    }
    .strpe img:nth-last-child(1) {
        display: block;
        height: 108px;
        width: 100%;
    }
    .display {
        margin-top: 0;
        padding-top: 18px;
    }
    .display .bigTitle {
        padding: 0 16px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 32px;
        color: #233863;
        line-height: 45px;
        text-align: center;
        margin-bottom: 32px;
    }
    .display .display-box {
        flex-direction: column;
        margin-bottom: 0;
    }
    .display .display-box:nth-of-type(2n) {
        flex-direction: column-reverse;
    }
    .display .display-box img {
        width: 100%;
        height: auto;
        margin-bottom: 24px;
    }
    .display .display-box img:nth-of-type(1) {
        display: none;
    }
    .display .display-box img:last-child {
        display: block;
    }
    .display .display-box .content-box {
        width: 100%;
        margin-bottom: 32px;
    }
    .display .display-box .content-box .title {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 32px;
        color: #233863;
        line-height: 45px;
        text-align: left;
        margin-bottom: 24px;
    }
    .display .display-box .content-box:nth-child(3),
    .display .display-box .content-box:nth-child(4) {
        margin-bottom: 32px;
    }
    .deep {
        padding-top: 49px;
        position: relative;
    }
    .deep::before {
        content: "";
        width: 100%;
        height: 310px;
        display: inline;
        position: absolute;
        top: -50px;
        background: url("../images/m-deep-bg.png") no-repeat;
        background-size: cover;
        z-index: -1;
    }
    .deep .bigTitle {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 32px;
        color: #233863;
        line-height: 45px;
    }
    .deep .tab-content .icon,
    .deep .tab-content .title {
        display: none;
    }
    .deep .container:nth-child(2) {
        padding: 0 38px;
        height: 48px;
        background: linear-gradient(
            174deg,
            #e7f9ff 0%,
            #bfeefe 98%,
            #beeefd 100%
        );
        margin-bottom: 10px;
        position: relative;
    }
    .arrow-left {
        width: 24px;
        height: 24px;
        display: inline;
        position: absolute;
        left: 0;
        background: url("../images/arrow-left.png") no-repeat;
        background-size: cover;
        top: 50%;
        transform: translateY(-50%);
    }
    .arrow-right {
        width: 24px;
        height: 24px;
        display: inline;
        position: absolute;
        right: 0;
        background: url("../images/arrow-right.png") no-repeat;
        background-size: cover;
        top: 50%;
        transform: translateY(-50%);
    }
    /* .deep .container:nth-child(2)::before {
        content: "";
        width: 24px;
        height: 24px;
        display: inline;
        position: absolute;
        left: 0;
        background: url("../images/arrow-left.png") no-repeat;
        background-size: cover;
        top: 50%;
        transform: translateY(-50%);
    }
    .deep .container:nth-child(2)::after {
        content: "";
        width: 24px;
        height: 24px;
        display: inline;
        position: absolute;
        right: 0;
        background: url("../images/arrow-right.png") no-repeat;
        background-size: cover;
        top: 50%;
        transform: translateY(-50%);
    } */
    .deep .tabs {
        height: 48px;
    }
    .deep .tabs .tab-content {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 16px;
        color: #6b7b9b;
        line-height: 48px;
        text-align: left;
        font-style: normal;
        height: 48px;
        border-radius: 0;
    }
    .deep .tabs .tab-content.active {
        background-color: transparent;
    }
    .tab-content .m-title {
        display: block;
        white-space: nowrap;
    }
    .deep .tabs .tab-content.active .m-title {
        position: relative;
        color: #229af4;
        /* border-bottom: 2px solid #229af4; */
    }
    .deep .tabs .tab-content.active .m-title::before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        width: 48px;
        height: 2px;
        background: #229af4;
    }
    .deep .container:nth-child(3) {
        padding: 0;
        margin-bottom: 0;
    }
    .deep .show-zone {
        width: 100%;
        height: 100%;
    }
    .deep .show-zone.active {
        padding: 24px 42px 32px;
        flex-direction: column;
        border-radius: 0;
    }
    .deep .show-zone.active .content-box {
        width: 100%;
        padding-top: 24px;
    }
    .deep .show-zone.active .content-box .title {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 24px;
        color: #233863;
        line-height: 33px;
        margin-bottom: 24px;
    }
    .deep .show-zone.active .content-box .description {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #4a4a4a;
        line-height: 28px;
    }
    .deep .show-zone.active .content-box .bold {
        font-weight: 600;
    font-weight: bold;
        font-size: 16px;
        line-height: 28px;
    }
    .schools {
        padding-top: 48px;
    }
    .schools .container:last-child {
        width: 375px;
    }
    .schools .bigTitle {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 32px;
        color: #233863;
        line-height: 45px;
        margin-bottom: 32px;
        justify-content: center;
    }
    .schools .school-box {
        margin-bottom: 16px;
        width: 76px;
        height: 76px;
    }
    /* 鑳屾櫙鍥� */
    .display .container {
        position: relative;
    }
    .display .container::before {
        position: absolute;
        right: 0;
        top: 350px;
        content: "";
        width: 327px;
        height: 588px;
        background: url("../images/m-blue-bg.png") no-repeat;
        background-size: cover;
        z-index: -1;
    }
    .display .bg .second-bg,
    .display .bg .third-bg,
    .display .bg .fourth-bg {
        position: relative;
    }
    .display .bg .second-bg::before {
        position: absolute;
        left: 0;
        top: 1050px;
        content: "";
        width: 327px;
        height: 588px;
        background: url("../images/m-green-bg.png") no-repeat;
        background-size: cover;
        z-index: -1;
    }
    .display .bg .third-bg::before {
        position: absolute;
        right: 0;
        top: 1720px;
        content: "";
        width: 327px;
        height: 588px;
        background: url("../images/m-blue-bg.png") no-repeat;
        background-size: cover;
        z-index: -1;
    }
    .display .bg .fourth-bg::before {
        position: absolute;
        left: 0;
        top: 2400px;
        content: "";
        width: 327px;
        height: 588px;
        background: url("../images/m-green-bg.png") no-repeat;
        background-size: cover;
        z-index: -1;
    }
    .contact_us {
        padding-top: 32px;
    }
    .contact_us .container {
        padding: 104px 24px;
    }
    .contact_us .txt1 {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 32px;
        color: #ffffff;
        line-height: 45px;
        text-align: center;
        font-style: normal;
        padding:0;
        margin-bottom: 40px;
    }
}
@media screen and (min-width:768px) and (max-width:1280px) {
    .inside-banner .img{
        margin-left: 610px;
    }
}
@media screen and (max-width:370px) {
    .deep .bigTitle{
        font-size: 30px;
    }
}
.global-universal-button, .global-universal-button-solution {
    display: flex;
    justify-content: center;
}
.btn .global-universal-button-style {
	width: 188px;
	height: 44px;
	margin-top: 32px;
	font-weight: 600;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #229AF4;
    position: relative;
    z-index: 9;
}
.global-universal-button-solution .global-universal-button-style {
    width: 288px;
    height: 56px;
    margin-bottom: 40px;
}