/* Init Css Start */
*::before,
*::after{
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
}

html {
    overflow-x: hidden;
    font-size: 16px;
}

body {
    font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Microsoft YaHei", "Î¢ÈíÑÅºÚ", "Arial", "sans-serif";
    font-weight: 400;
    font-style: normal;
    color: #333333;
}

dl, ol, ul {
    padding-inline-start: 0;
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

input, textarea, button{
    border: none;
    border-radius: unset;
    background-color: transparent;
}

input:focus, textarea:focus, button:focus{
    outline: none;
}

a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    transition: color ease-out 0.3s;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

i{
    font-style: normal;
}

.icon{
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.tab .tab-main .tab-main-item{
    cursor: pointer;
}

.tab .tab-content .tab-content-item{
    display: none;
}

.tab .tab-content .tab-content-item.active{
    display: block;
}

.image-wrap,
.full-image-wrap,
.fill-image-wrap{
    position: relative;
    max-width: 100%;
    font-size: 0;
    overflow: hidden;
    z-index: 1;
}

.full-image-wrap{
    width: 100%;
}

.fill-image-wrap{
    width: 100%;
    height: 100%;
}

.image-wrap img,
.full-image-wrap img,
.fill-image-wrap img{
    display: block;
    max-width: 100%;
    object-fit: contain;
    transition: transform ease-out 0.3s;
}

.full-image-wrap img{
    width: 100%;
}

.fill-image-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-wrap .image-mask,
.full-image-wrap  .image-mask,
.fill-image-wrap  .image-mask{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 5;
}
/* Init Css End */

/* Plugins Change Start */
.container,
.container-fluid{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

.container{
    max-width: 1450px;
}

.swiper-container-wrap{
    position: relative;
}

.swiper-container-wrap .swiper-navigation-prev,
.swiper-container-wrap .swiper-navigation-next{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    /*border-radius: 50%;*/
    /*border: 1px solid #ffffff;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
}

.swiper-container-wrap .swiper-navigation-prev{
    background-image: url("/template/default/pc/static/icon/swiper-prev-white.svg");
    left: 2rem;
}

.swiper-container-wrap .swiper-navigation-next{
    background-image: url("/template/default/pc/static/icon/swiper-next-white.svg");
    right: 2rem;
    background-position-x: 0.65rem;
}

.swiper-box  .swiper-thumb{
    margin-top: 2rem;
}

.swiper-box .swiper-thumb .swiper-container-wrap{
    padding: 0 4rem;
}

.swiper-box .swiper-navigation-prev,
.swiper-box .swiper-navigation-next{
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
}

.swiper-box .swiper-thumb .swiper-navigation-prev{
    left: 0;
    background-position: left center;
    opacity: 0.6;
}

.swiper-box .swiper-thumb .swiper-navigation-next{
    right: 0;
    background-position: right center;
    opacity: 0.6;
}

.swiper-box .swiper-navigation-prev{
    background-image: url("/template/default/pc/static/icon/case-swiper-left.png");
}

.swiper-box .swiper-navigation-next{
    background-image: url("/template/default/pc/static/icon/case-swiper-right.png");
}

.swiper-container-wrap .swiper-pagination-wrap{
    margin-top: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.swiper-container-wrap .swiper-pagination-bullet{
    width: 3rem;
    height: 0.25rem;
    border-radius: 1rem;
    opacity: 0.5;
}

.swiper-container-wrap .swiper-pagination-bullet:not(:last-child){
    margin-right: 1rem;
}

.swiper-container-wrap .swiper-pagination-bullet-active{
    background-color: #007cc3;
    opacity: 1;
}

.swiper-container-wrap .swiper-pagination-number{
    border: 1px solid #292929;
    border-radius: 100%;
    text-align: center;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #292929;
    transition: all ease 0.5s;
    cursor: default;
    user-select: none;
}

.swiper-pagination-white .swiper-pagination-number{
    border-color: #ffffff;
    color: #ffffff;
}

.swiper-container-wrap .swiper-pagination-number:not(:last-child){
    margin-right: 1.5rem;
}

.swiper-container-wrap .swiper-pagination-number-active{
    background-color: #292929;
    color: #ffffff;
}

.swiper-pagination-white .swiper-pagination-number-active{
    background-color: #ffffff;
    color: #292929;
}
/* Plugins Change End */

/* Header Start */
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f3f5f7;
    z-index: 1000;
}

.header.fixed{
    box-shadow: 0 0 1rem rgba(0,0,0,0.3);
}

.header .navbar{
    position: relative;
    padding: 0;
    align-items: stretch;
}

.header .navbar-brand{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.header .navbar-logo{
}

.header #navbarNav{
    justify-content: center;
}

.header .nav-item{
    position: static;
}

.header .nav-item:not(:last-child){
    margin-right: 2rem;
}

.header .nav-item .nav-link{
    position: relative;
    padding: 1.25rem 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    transition: color ease-out 0.3s, background-color ease-out 0.3s;
}

.header .nav-item .nav-link::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #7873f5 0%, #d53c3c 100%);
    opacity: 0;
    transition: opacity ease 0.3s;
}

.header .nav-item.active .nav-link::after,
.header .nav-item:hover .nav-link::after{
    opacity: 1;
}

.header .navbar-tel-wrap{
    padding: 0 1rem;
    display: flex;
    align-items: center;
    height: 100%;
    background-image: linear-gradient(to bottom, #7873f5 0%, #d53c3c 100%);
}

.header .navbar-tel-icon{
    margin-right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("/template/default/pc/static/icon/tel-white.svg");
}

.header .navbar-tel-num{
    font-size: 1.125rem;
    color: #ffffff;
}
/* Header End */

/* Footer Start */
.footer{
    background: #1a2123;
}

.footer .footer-column-body{
    padding: 2.5rem 0;
}

.footer .footer-nav-wrap{
    display: flex;
    flex-wrap: wrap;
}

.footer .footer-nav{
    color: #ffffff;
}

.footer .footer-nav:not(:last-child){
    margin-right: 4.5rem;
}

.footer .footer-nav-title{
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
    font-weight: 500;
}

.footer .footer-nav-title::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -0.75rem;
    left: 0;
    width: 2em;
    height: 2px;
    background-color: #d53c3c;
}

.footer .footer-nav-item:not(:last-child){
    margin-bottom: 0.5rem;
}

.footer .footer-nav-link{
    color: rgba(255,255,255,0.6);
}

.footer .footer-nav-link:hover{
    color: #ffffff;
}

.footer .footer-column-body{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footer-qrcode-wrap{
    display: flex;
    flex-wrap: wrap;
}

.footer .footer-qrcode{
    text-align: center;
    color: #ffffff;
}

.footer .footer-qrcode:not(:last-child){
    margin-right: 4rem;
}

.footer .footer-qrcode-img{
    width: 7rem;
}

.footer .footer-qrcode-text{
    display: block;
    margin-top: 0.5rem;
    font-size: 1rem;
}

.footer .footer-info-body{
    padding: 2rem 0 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid rgba(255,255,255,0.2);
}

.footer .footer-contact-item{
    display: flex;
    align-items: center;
}

.footer .footer-contact-item:not(:last-child){
    margin-bottom: 1.5rem;
}

.footer .footer-contact-item .icon{
    margin-right: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
}

.footer .footer-contact-item .icon-tel{
    background-image: url("/template/default/pc/static/icon/tel-red.svg");
}

.footer .footer-contact-item .icon-email{
    background-image: url("/template/default/pc/static/icon/email-red.svg");
}

.footer .footer-contact-item .icon-address{
    background-image: url("/template/default/pc/static/icon/address-red.svg");
}

.footer .footer-contact-value{
    line-height: 1.2;
    font-size: 1.25rem;
    font-weight: 400;
    color: #ffffff;
}

.footer .footer-contact-tel{
    font-weight: bold;
    font-size: 1.625rem;
}

.footer .footer-power-body{
    padding: 2rem 0;
    text-align: center;
    color: rgba(255,255,255,0.5);
}

.footer .footer-power-text,
.footer .footer-power-link{
    display: inline-block;
    font-size: 0.875rem;
}

.footer .footer-power-text:not(:last-child),
.footer .footer-power-link:not(:last-child){
    margin-right: 1.5rem;
}

.footer .footer-power-link:hover{
    color: #ffffff;
}
/* Footer End */

/* Global Start */
.page-body{
    background-color: #292929;
}

.banner .banner-advantage-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 5;
}

.banner .banner-advantage-list{
    padding: 0.625rem 0 0.625rem;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.banner .banner-advantage-item{
    width: 25%;
    padding: 0.5rem 2rem 0.625rem;
}

.banner .banner-advantage-item:not(:last-child){
    border-right: 1px solid rgba(255,255,255,0.3);
}

.banner .banner-advantage-title{
    margin-bottom: 0;
    padding-bottom: 1rem;
    position: relative;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
}

.banner .banner-advantage-title::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0.25rem;
    left: 0;
    width: 4em;
    height: 2px;
    background-color: #ffffff;
}

.banner .banner-advantage-text{
    font-size: 0.875rem;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.8;
}

.banner .swiper-navigation-prev,
.banner .swiper-navigation-next{
    margin-top: -3rem;
    width: 6rem;
    height: 6rem;
}

.banner .swiper-navigation-prev{
    left: 6rem;
}

.banner .swiper-navigation-next{
    right: 6rem;
}

.section-title-wrap{
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 0;
    z-index: 1;
}

.section-title-center-wrap {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}

.page-section-title-wrap{
    padding-top: 6rem;
    padding-bottom: 3rem;
}

.section-title-wrap .section-title{
    position: relative;
    margin-bottom: 0;
    line-height: 1;
    font-size: 2rem;
    font-weight: bold;
    background-image: linear-gradient(to top, #7873f5 0%, #d53c3c 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.section-title-wrap .section-title::before{
    content: '';
    display: block;
    position: absolute;
    right: calc(100% + 1rem);
    top: 50%;
    margin-top: -1px;
    width: 8rem;
    height: 2px;
    background-color: #d53c3c;
    z-index: -1;
}

.section-title-center-wrap .section-title::before{
    display: none;
}

.section-title-wrap .section-subtitle{
    position: absolute;
    top: 0.5rem;
    right: 0;
    margin-bottom: 0;
    line-height: 1;
    font-size: 6rem;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #7873f5 0%, #d53c3c 100%);
    -webkit-background-clip: text;
    color: transparent;
    opacity: 0.1;
    z-index: -1;
}

.section-title-center-wrap .section-subtitle{
    top: -2rem;
    width: 100%;
    text-align: center;
}

.page-section-title-wrap .section-subtitle{
    top: 3.75rem;
}

.section-body-wrap .section-body{
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.environment-section .environment-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas: 'a b c c' 'a b c c';
    gap: 1.25rem;
}

.environment-section .environment-item:nth-child(5){
    grid-area: c;
}

.curriculum-section .curriculum-list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem;
}

.curriculum-section .curriculum-item-body{
    padding-top: 1.25rem;
    font-size: 0;
    text-align: center;
}

.curriculum-section .curriculum-item-title{
    display: inline-block;
    margin: 0 auto;
    padding: 0.25rem 1rem;
    border: 1px solid #ffffff;
    border-image: linear-gradient(#d53c3c, #7873f5) 10;
    font-size: 1rem;
    font-weight: 500;
    background-image: linear-gradient(to bottom, #7873f5 0%, #d53c3c 100%);
    -webkit-background-clip: text;
    color: transparent;
}


.video-section .video-item{
    background-color: #ffffff;
    border-radius: 0.375rem;
    overflow: hidden;
}

.video-section .video-item .video-item-image{
    height: 8rem;
}

.video-section .video-item-body{
    position: relative;
    padding: 0.75rem 0.75rem;
    height: 8rem;
}

.video-section .video-item-title{
    font-size: 1rem;
    color: #222222;
}

.video-section .video-item-info-list{
    position: absolute;
    left: 0;
    bottom: 1rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.75rem;
}

.video-section .video-item-info-item{
    display: flex;
    align-items: center;
    color: #9ca3ab;
    font-size: 0.875rem;
}

.video-section .video-item .icon{
    margin-right: 0.375rem;
    width: 1rem;
    height: 1rem;
}

.video-section .video-item .icon-video{
    background-image: url("/template/default/pc/static/icon/video-gray.svg");
}

.video-section .video-item .icon-time{
    background-image: url("/template/default/pc/static/icon/time-gray.svg");
}

.global-contact-section{
    padding-top: 5rem;
    padding-bottom: 2rem;
    background-color: #ffffff!important;
}

.global-contact-section .contact-body{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.global-contact-section .contact-body-left{
    width: 50%;
}

.global-contact-section .contact-info-item{
    display: flex;
    align-items: flex-end;
}

.global-contact-section .contact-info-item .icon{
    margin-right: 1rem;
    width: 3.75rem;
    height: 3.75rem;
}

.global-contact-section .contact-info-item .icon-tel{
    background-image: url("/template/default/pc/static/icon/tel-red.svg");
}

.global-contact-section .contact-info-item .icon-address{
    background-image: url("/template/default/pc/static/icon/address-red.svg");
}

.global-contact-section .contact-info-item:not(:last-child){
    margin-bottom: 2.5rem;
}

.global-contact-section .contact-info-item-title{
    margin-top: 0.5rem;
    display: block;
    line-height: 1;
    font-size: 1.125rem;
    color: #858585;
}

.global-contact-section .contact-info-item-value{
    display: block;
    font-size: 1.375rem;
    line-height: 1.2;
}

.global-contact-section .contact-info-item-tel{
    font-size: 2rem;
    font-weight: bold;
}

.global-contact-section .contact-body-right{
    width: 50%;
}

.global-contact-section .form-row{
    align-items: stretch;
}

.global-contact-section .form-control{
    padding: 0.75rem 1rem;
    background-color: #e1e1e1;
    font-size: 1.125rem;
    line-height: 1.5;
    height: unset;
    color: #333333;
    border: unset;
    outline: unset;
    box-shadow: unset;
}

.global-contact-section textarea.form-control{
    height: 100%;
}

.global-contact-section .form-control:hover,
.global-contact-section .form-control:focus{
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(80,80,80,0.3);
}

.global-contact-section .form-control::placeholder{
    font-size: 1rem;
    color: #888888;
}

.global-contact-section .form-submit-btn{
    display: inline-block;
    padding: 1rem 1.5rem;
    font-size: 1.375rem;
    color: #ffffff;
    background-image: linear-gradient(to top, #7873f5 0%, #d53c3c 100%);
    border: unset;
}
/* Global End */

/* Home Page Start */
.home-page .page-section{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-page .about-section{
    padding-top: 8rem;
    padding-bottom: 5rem;
}

.home-page .about-section .section-title::before{
    display: block;
    top: unset;
    right: unset;
    left: 50%;
    bottom: calc(100% + 1rem);
    width: 3rem;
    height: 3rem;
    margin-top: 0;
    margin-left: -1.5rem;
    background-color: transparent;
    background-image: url("/template/default/pc/static/icon/home-about-earth.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.home-page .about-section .section-subtitle{
    top: -2rem;
    font-size: 9rem;
    opacity: 0.2;
}

.home-page .about-section .about-desc{
    margin: 1.5rem auto 0;
    max-width: 70%;
    text-align: center;
    font-size: 1rem;
    color: #ffffff;
}

.home-page .environment-section{
    background-color: #ffffff;
}

.home-page .intro-section .intro-body{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.home-page .intro-section .intro-map{
    width: 42%;
    color: #ffffff;
}

.home-page .intro-section .intro-content{
    width: 52%;
}

.home-page .intro-section .intro-line{
    text-indent: 2em;
    font-size: 1rem;
    color: #ffffff;
}

.home-page .intro-section .intro-line:not(:last-child){
    margin-bottom: 1.5rem;
}

.home-page .intro-section .intro-data-list{
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
}

.home-page .intro-section .intro-data-item{
    position: relative;
    padding: 1.5rem 0 1.5rem 1.5rem;
    z-index: 1;
}

.home-page .intro-section .intro-data-item::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 6rem;
    height: 100%;
    border: 6px solid rgba(255,255,255,0.6);
    z-index: -1;
}

.home-page .intro-section .intro-data-item:not(:last-child){
    margin-right: 8rem;
}

.home-page .intro-section .intro-data-title{
    margin-top: 1.5rem;
    display: block;
    width: 4em;
    line-height: 1.2;
    font-size: 1.5rem;
    font-weight: 500;
    color: #ffffff;
}

.home-page .intro-section .intro-data-value{
    display: block;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #7873f5 0%, #d53c3c 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.home-page .team-section .team-list{
    width: 100%;
}

.home-page .team-section .team-item{
    width: 50%;
}

.home-page .team-section .team-item:not(:first-child){
    margin-top: -4rem;
}

.home-page .team-section .team-item:nth-child(even){
    margin-left: 50%;
}

.home-page .team-section .team-item-href{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.home-page .team-section .team-cover-wrap{
    width: 45%;
    height: 26rem;
    position: relative;
    overflow: visible;
}

.home-page .team-section .team-item:nth-child(even) .team-cover-wrap{
    order: 1;
}

.home-page .team-section .team-cover-wrap::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 12rem;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    z-index: 1;
}

.home-page .team-section .team-item:nth-child(even) .team-cover-wrap::after{
    left: unset;
    right: 100%;
}

.home-page .team-section .team-item-body{
    width: 50%;
    text-align: right;
}

.home-page .team-section .team-item:nth-child(even) .team-item-body{
    text-align: left;
}

.home-page .team-section .team-item-position{
    display: block;
    line-height: 1;
    font-size: 1.375rem;
    color: #d53c3c;
}

.home-page .team-section .team-item-name{
    margin-top: 1.5rem;
    margin-bottom: 0;
    position: relative;
    display: block;
    line-height: 1;
    font-size: 2rem;
    background-image: linear-gradient(to top, #7873f5 0%, #d53c3c 70%);
    -webkit-background-clip: text;
    color: transparent;
}

.home-page .team-section .team-item-name::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -1.5rem;
    right: 0;
    width: 8rem;
    height: 0.25rem;
    background-color: #d53c3c;
}

.home-page .team-section .team-item:nth-child(even) .team-item-name::after{
    right: unset;
    left: 0;
}

.home-page .team-section .team-item-desc{
    margin-top: 3rem;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 1rem;
    text-align: right;
}

.home-page .team-section .team-item-desc-line{
    display: block;
    text-align: left;
    text-indent: 2em;
}

.home-page .team-section .team-item-desc-line:not(:last-child){
    margin-bottom: 1.5rem;
}

.home-page .news-section .swiper-wrapper{
    align-items: flex-end;
}

.home-page .news-section .news-item{
    background-color: #ffffff;
    border-radius: 0 0.75rem 0 0.75rem;
}

.home-page .news-section .news-item:hover .news-item-top,
.home-page .news-section .news-item.news-item-first .news-item-top{
    position: relative;
    padding: 0;
    height: 10rem;
}

.home-page .news-section .news-item-top::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 1rem;
    width: calc(100% - 2rem);
    height: 1px;
    background-color: #bfbfbf;
}

.home-page .news-section .news-item:hover .news-item-top::after,
.home-page .news-section .news-item.news-item-first .news-item-top::after{
    display: none;
}

.home-page .news-section .news-item img,
.home-page .news-section .news-item .image-mask{
    display: none;
}

.home-page .news-section .news-item:hover img,
.home-page .news-section .news-item.news-item-first img,
.home-page .news-section .news-item:hover .image-mask,
.home-page .news-section .news-item.news-item-first .image-mask{
    display: block;
}

.home-page .news-section .news-item-title{
    padding: 1.75rem 1rem 1.25rem;
    font-size: 1rem;
    color: #666666;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home-page .news-section .news-item:hover .news-item-title,
.home-page .news-section .news-item.news-item-first .news-item-title{
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
    z-index: 10;
}

.home-page .news-section .news-item-body{
    padding: 1rem 1.125rem 0.25rem;
}

.home-page .news-section .news-item-time{
    font-size: 1rem;
    color: #999999;
}

.home-page .news-section .news-item-desc{
    margin-top: 0.75rem;
    margin-bottom: 0;
    height: 6.25rem;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.home-page .news-section .news-item-more{
    margin-top: 0.75rem;
    width: 2rem;
    height: 2rem;
    background-image: url("/template/default/pc/static/icon/more-right-colour.svg");
    background-position: left center;
}
/* Home Page End */

/* About Page Start */
.about-page .section-body{
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.about-page .intro-section .section-subtitle{
    font-size: 4rem;
    top: 1rem;
}

.about-page .intro-section .intro-body{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.about-page .intro-section .intro-image-wrap{
    width: 40%;
}

.about-page .intro-section .intro-content{
    width: 55%;
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
}

.about-page .intro-section .intro-content p{
    margin-bottom: 0;
}

.about-page .intro-section .intro-content p:not(:last-child){
    margin-bottom: 1rem;
}

.about-page .photo-section .photo-list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.about-page .contact-section .contact-list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.about-page .contact-section .contact-item{
    text-align: center;
    color: #ffffff;
}

.about-page .contact-section .contact-item .icon{
    width: 8rem;
    height: 8rem;
}

.about-page .contact-section .contact-item .icon-tel{
    background-image: url("/template/default/pc/static/icon/contact-tel.png");
}

.about-page .contact-section .contact-item .icon-qq{
    background-image: url("/template/default/pc/static/icon/contact-qq.png");
}

.about-page .contact-section .contact-item .icon-email{
    background-image: url("/template/default/pc/static/icon/contact-email.png");
}

.about-page .contact-section .contact-item-body{
    padding-top: 1.5rem;
}

.about-page .contact-section .contact-item-title{
    position: relative;
    margin-bottom: 0;
    font-size: 1.375rem;
    font-weight: 600;
}

.about-page .contact-section .contact-item-title::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    margin-left: -1.25em;
    width: 2.5em;
    height: 2px;
    background-color: #d53c3c;
}

.about-page .contact-section .contact-item-value{
    display: block;
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.375rem;
}

.about-page .map-section #map{
    height: 45rem;
}
/* About Page End */

/* Curriculum Page Start */
.curriculum-page .page-section{
    color: #ffffff;
}

.curriculum-page .page-section .text-indent{
    text-indent: 2em;
}

.curriculum-page .photo-section .section-title-center-wrap{
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.curriculum-page .photo-section .section-subtitle{
    top: 5.25rem;
    font-size: 2.5rem;
    opacity: 0.3;
}

.curriculum-page .photo-section .swiper-container-wrap{
    padding: 0;
}

.curriculum-page .photo-section .swiper-navigation-prev,
.curriculum-page .photo-section .swiper-navigation-next{
    display: none;
}

.curriculum-page .content-section .content-desc{
    margin-bottom: 2rem;
}

.curriculum-page .content-section .content-desc-text{
    margin-bottom: 0;
    font-size: 1.125rem;
}

.curriculum-page .content-section .content-desc-text:not(:last-child){
    margin-bottom: 1rem;
}

.curriculum-page .content-section .card-list{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem;
}

.curriculum-page .content-section .card-item{
    position: relative;
    padding: 3rem;
    border-radius: 0.75rem;
    background-color: #ffffff;
}

.curriculum-page .content-section .card-item-title{
    width: max-content;
    margin-bottom: 2rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(0deg, #D53C3C 0%, #7873F5 100%);
    font-size: 1.375rem;
    color: #ffffff;
}

.curriculum-page .content-section .card-item-desc{
    margin-bottom: 0;
    padding-left: 1.25rem;
    font-size: 1.125rem;
    line-height: 2rem;
    color: #333333;
    background-image: url("/template/default/pc/static/icon/list-dot-black.svg");
    background-size: 0.75rem 2rem;
    background-repeat: repeat-y;
    /*background-position: 0 -0.25rem;*/
}

.curriculum-page .content-section .card-item-num-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 100%;
    font-size: 0;
}

.curriculum-page .content-section .card-item-num{
    line-height: 1;
    font-size: 14rem;
    font-weight: 500;
    color: #e4e4e4;
}

.curriculum-page .content-section .book-list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem 2rem;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
}

.curriculum-page .content-section .book-wrap{
    padding: 1.25rem 1.5rem;
    border: 2px solid #eeeeee;
}

.curriculum-page .content-section .book-title{
    position: relative;
    margin-bottom: 1.5rem;
    padding: 0.5rem 2rem;
    width: max-content;
    background: linear-gradient(0deg, #D53C3C 0%, #7873F5 100%);
    font-size: 1.375rem;
    font-weight: 500;
    color: #ffffff;
}

.curriculum-page .content-section .book-title::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0.5rem;
    width: 0.5rem;
    height: 100%;
    background-color: #ffffff;
}

.curriculum-page .content-section .book-item{
    position: relative;
    padding-left: 1rem;
    font-size: 1.125rem;
    color: #333333;
}

.curriculum-page .content-section .book-item:not(:last-child){
    margin-bottom: 0.25rem;
}

.curriculum-page .content-section .book-item::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #333333;
    border-radius: 100%;
}

.curriculum-page .content-section .colour-num-list{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}

.curriculum-page .content-section .colour-num-list.two-column{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 15rem;
}

.curriculum-page .content-section .colour-num-item{
    display: flex;
    align-items: center;
    padding: 0.5rem 1.25rem;
    border: 2px solid;
    border-image: linear-gradient(0deg, #D53C3C, #7873F5) 10 10;
    border-radius: 0.5rem;
}

.curriculum-page .content-section .colour-num-item-num{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.25rem;
    width: 2rem;
    height: 2rem;
    background: linear-gradient(0deg, #D53C3C 0%, #7873F5 100%);
    font-size: 1.125rem;
    font-weight: 600;
}

.curriculum-page .content-section .colour-num-item-text{
    font-size: 1.25rem;
    color: #ffffff;
}

.curriculum-page .intro-section .item-section:not(:last-child){
    margin-bottom: 4rem;
}

.curriculum-page .intro-section .item-section-title-wrap{
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: max-content;
    max-width: 100%;
    border-bottom: 2px solid #B64A4A;
}

.curriculum-page .intro-section .item-section-title-num{
    display: block;
    margin-right: 0.75rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 1.25rem;
    background-image: linear-gradient(0deg, #D53C3C 0%, #7873F5 100%);
}

.curriculum-page .intro-section .item-section-title{
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: bold;
    background: linear-gradient(0deg, #D53C3C 0%, #7873F5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.curriculum-page .intro-section .item-section-body p{
    margin-bottom: 0;
}

.curriculum-page .intro-section .item-section-text{
    font-size: 1.125rem;
}

.curriculum-page .intro-section .item-section-text:not(:last-child){
    margin-bottom: 1rem;
}

.curriculum-page .intro-section .time-text{
    padding-top: 1rem;
}

.curriculum-page .intro-section .time-text-title{
    position: relative;
    margin-bottom: 0;
    padding-left: 3rem;
    font-size: 1.25rem;
    color: #B64A4A;
}

.curriculum-page .intro-section .time-text-title::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url("/template/default/pc/static/icon/curriculum-time.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.curriculum-page .intro-section .time-text-value{
    font-size: 1.125rem;
}

.curriculum-page .intro-section .certificate-photo-list{
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.curriculum-page .intro-section .certificate-photo-item{
    margin-bottom: 2rem;
    text-align: center;
}

.curriculum-page .intro-section .certificate-photo-item-title{
    display: block;
    margin-top: 1rem;
    font-size: 1.125rem;
}

.curriculum-page .intro-section .people-text-list{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}

.curriculum-page .intro-section .people-text-item{
    display: flex;
    align-items: flex-start;
}

.curriculum-page .intro-section .people-text-item:not(:last-child){
    margin-right: 3rem;
}

.curriculum-page .intro-section .people-text-item-icon{
    margin-right: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('/template/default/pc/static/icon/intro-hook.png');
}

.curriculum-page .intro-section .people-text-item-title{
    font-size: 1.125rem;
}

.curriculum-page .intro-section .people-photo-list{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.curriculum-page .intro-section .people-photo-item{
    text-align: center;
}

.curriculum-page .intro-section .people-photo-item-title{
    display: block;
    margin-top: 0.75rem;
    font-size: 1.125rem;
}

.curriculum-page .intro-section .learning-object-text-list{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}

.curriculum-page .intro-section .learning-object-text-item{
    display: flex;
    align-items: flex-start;
}

.curriculum-page .intro-section .learning-object-text-item:not(:last-child){
    margin-right: 3rem;
}

.curriculum-page .intro-section .learning-object-text-item-icon{
    margin-right: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('/template/default/pc/static/icon/intro-hook.png');
}

.curriculum-page .intro-section .learning-object-text-item-title{
    font-size: 1.125rem;
}

.curriculum-page .intro-section .learning-object-photo-list{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;
}

.curriculum-page .intro-section .learning-object-photo-item{
    text-align: center;
}

.curriculum-page .intro-section .learning-object-photo-item-title{
    display: block;
    margin-top: 0.75rem;
    font-size: 1.125rem;
}

.curriculum-page .intro-section .benefit-text-list{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

.curriculum-page .intro-section .benefit-text-item{
    display: flex;
    align-items: flex-start;
}

.curriculum-page .intro-section .benefit-text-item:not(:last-child){
    margin-right: 3rem;
}

.curriculum-page .intro-section .benefit-text-item-icon{
    margin-right: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('/template/default/pc/static/icon/intro-hook.png');
}

.curriculum-page .intro-section .benefit-text-item-title{
    font-size: 1.125rem;
}

.curriculum-page .intro-section .win-list{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
}

.curriculum-page .intro-section .win-item-title-wrap{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
}

.curriculum-page .intro-section .win-item-num{
    font-size: 1.25rem;
    border-bottom: 1px solid #B64A4A;
    transform: translateY(-0.375rem);
    background: linear-gradient(0deg, #D53C3C 0%, #7873F5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.curriculum-page .intro-section .win-item-title{
    position: relative;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-bottom: 1px solid #B64A4A;
    background: linear-gradient(0deg, #D53C3C 0%, #7873F5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.curriculum-page .intro-section .win-item-title::before{
    content: '';
    display: block;
    position: absolute;
    left: 0.5rem;
    top: 0;
    width: 1px;
    height: 130%;
    background-color: #B64A4A;;
    transform: rotate(15deg);
}


.curriculum-page .intro-section .win-item-text{
    margin-bottom: 0;
    font-size: 1.125rem;
}

.curriculum-page .intro-section .win-item-text:not(:last-child){
    margin-bottom: 0.5rem;
}

.curriculum-page .learning-section .learning-list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem 1rem;
}

.curriculum-page .learning-section .learning-item-title{
    display: block;
    margin-top: 0.75rem;
    font-size: 1.125rem;
    text-align: center;
}
/* Curriculum Page Start */

/* Team Page Start */
.team-page .resource-section .team-list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4rem 6rem;
}

.team-page .resource-section .team-item{
    border: 1px solid transparent;
    border-image: linear-gradient(47deg, #D53C3C, #7873F5) 10 10;
}

.team-page .resource-section .team-item-href{
    display: block;
}

.team-page .resource-section .team-item-body{
    padding: 1rem 0.5rem 1.25rem;
    text-align: center;
}

.team-page .resource-section .team-item-title{
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 600;
    background: linear-gradient(0deg, #D53C3C 0%, #7873F5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.team-page .resource-section .team-item-position{
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-size: 22px;
    color: #ffffff;
}

.team-page .detail-section{
    background: #292929;
    background-image: url("/template/default/pc/static/images/team-detail-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.team-page .detail-section .detail-body{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-top: 5rem;
}

.team-page .detail-section .detail-content{
    width: 60%;
}

.team-page .detail-section .detail-base{
    width: 40%;
    position: relative;
}

.team-page .detail-section .detail-slogan{
    margin-bottom: 0;
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.5rem;
    color: #7873F5;
    font-size: 1rem;
    z-index: 5;
}

.team-page .detail-section .detail-slogan::before,
.team-page .detail-section .detail-slogan::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -1px;
    width: 3rem;
    height: 2px;
    background-color: #7873f5;
    z-index: 5;
}

.team-page .detail-section .detail-slogan::after{
    right: unset;
    left: 100%;
}

.team-page .detail-section .detail-base-name{
    position: absolute;
    top: 2rem;
    right: 2rem;
    margin-bottom: 0;
    width: 1em;
    font-size: 4rem;
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(-90deg, #D53C3C 0%, #7873F5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.team-page .detail-section .detail-base-position{
    position: absolute;
    bottom: 5rem;
    right: 2rem;
    margin-bottom: 0;
    line-height: 1;
    font-size: 2.5rem;
    font-weight: 600;
    color: #ffffff;
    z-index: 5;
}

.team-page .detail-section .detail-base-position-text{
    position: relative;
    display: block;
    background: linear-gradient(0deg, #D53C3C 0%, #7873F5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
}

.team-page .detail-section .detail-base-position-text::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.375rem;
    background: #ffffff;
    opacity: 0.3;
    z-index: -1;
}

.team-page .detail-section .detail-content{
    padding-bottom: 5rem;
    line-height: 1.75;
    font-size: 1.125rem;
    color: #ffffff;
}

.team-page .detail-section .detail-content>p{
    margin-bottom: 1rem;
}

.team-page .detail-section .detail-content>ul li{
    position: relative;
    padding-left: 1.25rem;
}

.team-page .detail-section .detail-content>ul li::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.25rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    background-color: #ffffff;
}
/* Team Page End */

/* Case Page Start */
.case-page .case-section .case-show-title{
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    padding: 1rem 1rem;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: #ffffff;
    background-color: rgba(0,0,0,0.8);
    z-index: 10;
}

.case-page .case-section .case-thumb-image{
    height: 8rem;
}
/* Case Page End */

/* Article Page Start */
.article-page .resource-section .article-list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4rem 6rem;
}

.article-page .resource-section .article-item-image{
    border-radius: 0.375rem;
}

.article-page .resource-section .article-item-body{
    padding-top: 1.5rem;
}

.article-page .resource-section .article-item-title{
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 1.25rem;
    color: #ffffff;
    text-align: justify;
}

.article-page .resource-section .article-item-desc{
    margin-top: 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.75;
    color: #ffffff;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.article-page .detail-section .detail-content{
    padding: 4rem 5rem 6rem;
    background-color: #ffffff;
    border-radius: 1rem;
    color: #333333;
    font-size: 1rem;
}

.article-page .detail-section .detail-content-title{
    margin-bottom: 2rem;
    font-size: 2rem;
    text-align: center;
    color: #222222;
}

.article-page .detail-section .detail-content>p{
    margin-bottom: 0;
}

.article-page .article-pagination{
    margin-top: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-size: 1.125rem;
    color: #ffffff;
}
/* Article Page End */


/* Media Start */
@media(max-width: 998px){
    .swiper-container-wrap .swiper-pagination-wrap{
        margin-top: 1.5rem;
    }
    
    .swiper-box .swiper-thumb{
        margin-top: 1rem;
    }
    
    .swiper-box .swiper-thumb .swiper-container-wrap{
        padding: 0 1.5rem;
    }
    
    .swiper-box .swiper-navigation-prev, .swiper-box .swiper-navigation-next{
        margin-top: -0.75rem;
        width: 1.5rem;
        height: 1.5rem;
    }
    
    .header .navbar{
        padding: 0.5rem 0.75rem;
    }
    
    .header .navbar-logo{
        width: 12rem;
    }
    
    .header .navbar-toggler{
        width: 2.5rem;
        height: 2rem;
        border: 1px solid  #1a1a1a;
        border-radius: 0.25rem;
        font-size: 0;
        background-image: url('/template/default/pc/static/icon/main-black.svg');
        background-position: center;
        background-size: 85%;
        background-repeat: no-repeat;
    }
    
    .header .navbar-tel-wrap{
        display: none;
    }
    
    .header .navbar-nav{
        padding-top: 1rem;
    }
    
    .header .nav-item:not(:last-child){
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    
    .header .nav-item .nav-link{
        padding: 0.75rem 1rem;
        border-radius: 0.375rem;
        font-size: 1rem;
        text-align: center;
    }
    
    .header .nav-item.active .nav-link,
    .header .nav-item:hover .nav-link{
        background-image: linear-gradient(to bottom, #7873f5 0%, #d53c3c 100%);
        color: #ffffff;
    }
    
    .header .nav-item .nav-link::after{
        display: none;
    }
    
    .footer .footer-column-body{
        padding-top: 2rem;
        padding-bottom: 1.5rem;
    }
    
    .footer .footer-nav-title{
        margin-bottom: 1rem;
    }
    
    .footer .footer-nav-title::after{
        bottom: -0.5rem;
    }
    
    .footer .footer-nav{
        margin-bottom: 1rem;
        width: 50%;
    }
    
    .footer .footer-nav:not(:last-child){
        margin-right: 0;
    }
    
    .footer .footer-nav-item:not(:last-child){
        margin-bottom: 0.25rem;
    }
    
    .footer .footer-qrcode-wrap{
        width: 100%;
        justify-content: center;
    }
    
    .footer .footer-qrcode:not(:last-child){
        margin-right: 1.5rem;
    }
    
    .footer .footer-info-body{
        padding-top: 1rem;
        padding-bottom: 0;
    }
    
    .footer .footer-contact-item:not(:last-child){
        margin-bottom: 0.375rem;
    }
    
    .footer .footer-contact-item .icon{
        width: 2rem;
        height: 2rem;
    }
    
    .footer .footer-contact-value{
        font-size: 1rem;
    }
    
    .footer .footer-contact-tel{
        font-size: 1.5rem;
    }
    
    .footer .footer-logo-wrap{
        display: none;
    }
    
    .footer .footer-power-body{
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    
    .footer .footer-power-text, .footer .footer-power-link{
        font-size: 0.75rem;
        line-height: 1.2;
    }
    
    .section-title-wrap{
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    
    .section-title-wrap .section-title{
        font-size: 1.75rem;
    }
    
    .section-title-wrap .section-subtitle{
        display: none;
        font-size: 3rem;
    }
    
    .section-body-wrap .section-body{
        padding-top: 0;
        padding-bottom: 3rem;
    }
    
    .environment-section .environment-list{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-template-areas: unset;
    }
    
    .environment-section .environment-item:nth-child(5){
        grid-area: unset;
    }
    
    .curriculum-section .curriculum-list{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1.5rem;
    }
    
    .curriculum-section .curriculum-item-body{
        padding-top: 0.75rem;
    }
    
    .video-section .video-item .video-item-image{
        height: 12rem;
    }
    
    .video-section .video-item .video-item-body{
        height: 6rem;
    }
    
    .global-contact-section{
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .global-contact-section .contact-body-left{
        width: 100%;
    }
    
    .global-contact-section .contact-info-item{
        align-items: flex-start;
    }
    
    .global-contact-section .contact-info-item:not(:last-child){
        margin-bottom: 1rem;
    }
    
    .global-contact-section .contact-info-item .icon{
        width: 2rem;
        height: 2rem;
        margin-right: 0.75rem;
    }
    
    .global-contact-section .contact-info-item-body{
        width: calc(100% - 4rem);
    }
    
    .global-contact-section .contact-info-item-title{
        font-size: 0.875rem;
    }
    
    .global-contact-section .contact-info-item-value{
        font-size: 1rem;
    }
    
    .global-contact-section .contact-info-item-tel{
        font-size: 1.125rem;
    }
    
    .global-contact-section .contact-body-right{
        padding-top: 1.5rem;
        width: 100%;
    }
    
    .global-contact-section .form-control{
        font-size: 0.875rem;
        padding: 0.75rem 1rem;
    }
    
    .global-contact-section .form-submit-btn{
        padding: 0.75rem 1.25rem;
        font-size: 1rem;
    }
    
    .banner .swiper-navigation-prev,
    .banner .swiper-navigation-next{
        margin-top: -1rem;
        width: 2rem;
        height: 2rem;
    }

    .banner .swiper-navigation-prev{
        left: 1rem;
    }
    
    .banner .swiper-navigation-next{
        right: 1rem;
    }
    
    .banner .banner-advantage-wrap{
        display: none;
    }
    
    .home-page .about-section{
        padding-top: 5rem;
        padding-bottom: 2.5rem;
    }
    
    .home-page .about-section .section-subtitle{
        top: -1rem;
        font-size: 3rem;
    }
    
    .home-page .about-section .about-desc{
        max-width: 100%;
    }
    
    .home-page .intro-section .intro-map{
        width: 100%;
    }
    
    .home-page .intro-section .intro-content{
        padding-top: 1.5rem;
        width: 100%;
    }
    
    .home-page .intro-section .intro-line:not(:last-child){
        margin-bottom: 0.75rem;
    }
    
    .home-page .intro-section .intro-data-list{
        margin-top: 1rem;
        justify-content: space-between;
    }
    
    .home-page .intro-section .intro-data-item{
        padding: 1rem 0 1rem 1rem;
    }
    
    .home-page .intro-section .intro-data-item:not(:last-child){
        margin-right: 0;
    }
    
    .home-page .intro-section .intro-data-item::after{
        width: 5rem;
    }
    
    .home-page .intro-section .intro-data-value{
        font-size: 1.25rem;
    }
    
    .home-page .intro-section .intro-data-title{
        margin-top: 1rem;
        font-size: 1.25rem;
    }
    
    .home-page .team-section .team-item{
        width: 100%;
    }
    
    .home-page .team-section .team-item:not(:first-child){
        margin-top: 1.5rem;
    }
    
    .home-page .team-section .team-item:nth-child(even){
        margin-left: 0;
    }
    
    .home-page .team-section .team-cover-wrap{
        width: 100%;
    }
    
    .home-page .team-section .team-item:nth-child(even) .team-cover-wrap{
        order: 0;
    }
    
    .home-page .team-section .team-item-body{
        padding: 1rem;
        width: 100%;
        text-align: left;
    }
    
    .home-page .team-section .team-cover-wrap::after{
        display: none;
    }
    
    .home-page .team-section .team-item-position{
        font-size: 1.125rem;
    }
    
    .home-page .team-section .team-item-name{
        margin-top: 0.875rem;
        font-size: 1.75rem;
    }
    
    .home-page .team-section .team-item-name::after{
        bottom: -0.75rem;
        left: 0;
        right: auto;
    }
    
    .home-page .team-section .team-item-desc{
        margin-top: 1.5rem;
    }
    
    .curriculum-page .photo-section .swiper-container-wrap{
        padding: 0;
    }
    
    .curriculum-page .content-section .colour-num-list.two-column{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    
    .curriculum-page .intro-section .people-photo-list{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    
    .curriculum-page .learning-section .learning-list{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    
    .team-page .resource-section .team-list{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1.5rem;
    }
    
    .team-page .resource-section .team-item-body{
        padding: 0.75rem 0;
    }
    
    .team-page .resource-section .team-item-title{
        font-size: 1.5rem;
    }
    
    .team-page .resource-section .team-item-position{
        font-size: 0.875rem;
    }
    
    .team-page .detail-section .detail-content{
        padding-top: 2rem;
        padding-bottom: 2rem;
        width: 100%;
        font-size: 1rem;
        order: 1;
    }
    
    .team-page .detail-section .detail-content{
        
    }
    
    .team-page .detail-section .detail-base{
        width: 100%;
    }
    
    .team-page .detail-section .detail-base-name{
        top: 0rem;
        right: 0rem;
        font-size: 3rem;
    }
    
    .team-page .detail-section .detail-base-position{
        width: 100%;
        right: 0;
        font-size: 1.5rem;
    }
    
    .team-page .detail-section .detail-base-position-text{
        margin: 0 auto;
        width: max-content;
    }
    
    .team-page .detail-section .detail-slogan{
        display: none;
    }
    
    .case-page .case-section .case-show-title{
        padding: 0.5rem 0.5rem;
        font-size: 0.875rem;
    }
    
    .case-page .case-section .case-thumb-image{
        height: 3rem;
    }
    
    .about-page .intro-section .intro-image-wrap{
        width: 100%;
    }
    
    .about-page .intro-section .intro-content{
        padding-top: 2rem;
        width: 100%;
        order: 2;
    }
    
    .about-page .photo-section .photo-list{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1rem;
    }
    
    .about-page .contact-section .contact-list{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1rem;
    }
    
    .about-page .contact-section .contact-item .icon{
        width: 6rem;
        height: 6rem;
    }
    
    .about-page .contact-section .contact-item-body{
        padding-top: 0;
    }
    
    .about-page .contact-section .contact-item-title{
        font-size: 1.25rem;
    }
    
    .about-page .contact-section .contact-item-title::after{
        bottom: -0.375rem;
    }
    
    .about-page .contact-section .contact-item-value{
        margin-top: 0.5rem;
        font-size: 1.25rem;
    }
    
    .about-page .map-section #map{
        height: 20rem;
    }
}