html,body {
    min-width:1200px;
    height: 100%;
    overflow-x: initial;
}
p{
    /*font-size: calc( 16px + .1vw);*/
    font-size:18px;
    line-height: 2em;
    color: #666666;
    transition: all .3s;
}
img{
    width: 100%;
}
a{
    text-decoration: none;
    transition: all .3s;
}
a:hover,a:hover p{
    color: #205BCD;
    transition: all .3s;
}
.HomeTit{
    font-size: calc(18px + 1.6vw);
    /*font-size:82px;*/
    margin: 1%;
    color: #333333;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.HomeSwiper {
    width: 100%;
    max-height: 804px;
    margin: auto;
    overflow: hidden;
}
.HomeSwiper .swiper-wrapper{
    /*transition-delay:.2s;*/
    color:#fff;
}
.HomeSwiper .swiper-slide:nth-child(2){
    background:#3183ff;
}
.HomeSwiper .swiper-slide{
    /*height: 1px;*/
    /*overflow: hidden;*/
    transition: height .2s;
}

.HomeSwiper .swiper-slide img{
    width: 100%;
}
.HomeSwiper .swiper-slide-active {
    height:auto;
    transition: height .2s;
}
.HomeSwiper p{
    position: absolute;
    transform:translateX(-200px);
    opacity:0;
    font-size: calc(17px + .1vw);
    letter-spacing: 4px;
    color: #ffffff;
    margin-bottom: 1%;
    margin-right: .5%;
    transition:all .4s;}
.ani-slide {
    transform:translateX(-200px);
}
.ani-slide p{
    transform:translateX(0);
    opacity:.9;
}
.HomeSwiper .headTit{
    font-size: calc(24px + 2.6vw);
    display: block;
    margin-bottom: 5%;
}
.HomeSwiper .swiper-pagination{
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 16% !important;
}
.HomeSwiper .swiper-pagination-bullet{
    background: url("../img/circle.png") center / contain;
    margin: 0 14px !important;
    opacity: .6;
}
.HomeSwiper .swiper-pagination-bullet-active{
    background: url("../img/cir_select.png") center / cover;
    width: 26px;
    height: 26px;
    opacity: 1;
}


.HomeIntro{
    margin: 5% 18%;
    text-align: center;
}
.HomeIntro .introData{
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: calc(18px + .3vw);
    margin: 5% 0;
}

.HomeIntro .introData strong{
    font-size: calc(21px + 2vw);
    font-family: fantasy;
    color: #333333;
    letter-spacing: 6px;
    display: inline-block;
}
.HomeIntro .introData span{
    font-weight: bold;
}
.HomeIntro .introData p{
    font-size: calc(18px + .3vw);
    line-height: normal;
}
.HomeIntro .introData div{
    border-left: 1px solid;
    padding: 0 6%;
}
.HomeIntro .introData .number{
    border:none;
}
.HomeIntro .video{
    width: 100%;
    border-radius: 8px;
}

.HomeTeach{
    text-align: center;
    margin: 5% 11%;
}
.HomeTeach p{
    font-size: calc(17px + .16vw);
}
.HomeTeach .teachSwiper .swiper-wrapper{
}
.HomeTeach .swiper-pagination{
    top: auto !important;
    bottom: 0 !important;
}

.teachCard{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: auto;
    padding: 5%;
    align-items: stretch;
}
.teachCard img{
    width: 30%;
    height: auto;                /* 高度自动 */
    max-height: 30vw;
    object-fit: cover;           /* 确保图像覆盖其容器并保持比例 */
    transform: rotate(0);
    border-radius: 50%;
    aspect-ratio: 1;         /* 设置宽高比为 1:1，保持正方形 */
}
.teachCard .cardItem{
    flex-grow: 1;
    background: #EDF1F7;
    margin-left: -15%;
    max-height: 18vw;
    padding: 2% 5% 2% 20%;
    border-bottom-right-radius: 80px;
    text-align: justify;
    overflow: hidden;
}

.teachCard .cardItem p{
    color: #333333;
}
.teachCard .cardItem a:hover p{
    color:#205BCD;
    transition: all .3s;
}
.cardItem .arrow{
    color: #333;
    position: absolute;
    right: 10%;
    bottom: 17%;
    font-size: 70px;
}
.teachSwiperNow .teachTit{
    font-size:calc(20px + .9vw); ;
    line-height: 1;
    margin-bottom: 5%;
}
.teachSwiperNow .teachTit span{
    font-size: calc(17px + .2vw);
}
.cardItem .disc {
    display: -webkit-box;        /* 使用 Flexbox 显示 */
    -webkit-box-orient: vertical;/* 垂直排列 */
    -webkit-line-clamp: 3;       /* 限制显示 3 行 */
    overflow: hidden;            /* 溢出隐藏 */
    text-overflow: ellipsis;     /* 溢出部分使用省略号表示 */
    margin-bottom: 2%;
}
.teachSwiperNow .quot{
    width: 10%;
    position: absolute;
    right: 10%;
    top: 0;
}
.teachSwiper .teachCard .cardItem{
    background: #D9E4F3;
    padding: 0 5% 0 26%;
    max-height: 11vw;
    overflow: hidden;
    margin-left: -25%;
}
.teachSwiper  .teachCard  .teachTit{
    font-size: calc(18px + .6vw);
    margin: 3% 0;
}
.teachSwiper .teachCard p{
    font-size: calc( 16px + .1vw);
    line-height: 1.5;
}
.teachSwiper .teachCard img{
    width: auto;
    height: 11vw;
}

.teachSwiper .cardItem .arrow{
    font-size: 40px;
    right: 15%;
    bottom: 10%;
}

.HomeLesson{
    background:#515D6B url("../img/lesson-bg.png") no-repeat ;
    padding: 5% 11%;
}
.HomeLesson p{
    color: #333;
}
.HomeLesson .HomeTit{
    color: #fff;
    text-align: center;
    margin: 0 0 5%;
}
.HomeLesson .lessCard{
    width: 100%;
    background: #DBDEE2;
    display: flex;
    align-items: stretch;
    height: auto;
}
.HomeLesson .lessCard img{
    width: 55%;
    height: auto;
    object-fit: cover;
}
.lessCard .cardTit{
    font-size: calc(20px + .9vw);
}
.lessCard .cardesc{
    width: 45%;
    padding: 3% 5%;
    font-size: calc(17px + .2vw);
}
.HomeLesson .arrow{
    color: #333;
    margin-top: 7%;
    float: right;
    display: flex;
    align-items: center;
}
.HomeLesson .arrow span{
    font-size: 42px;
    margin-left: 16px;
}

.list ul{
    overflow: hidden;
    padding: 0;
}
.list li{
    float: left;
    list-style: none;
    background: url("../img/less-bgImg.jpg") center no-repeat ;
    background-size:  contain;
    /*
    height: 10vw;*/
    width: 24.2%;
    height: 167px;
    color: #333;
    display: flex;
    align-items: center;
    margin-right: 1%;
    margin-top: 1%;
    padding: 2%;
    font-size: calc(17px + .5vw);
    transition: all .5s;
}
.list ul a:last-child li{
    margin-right:0;
}
#listCon div{
    opacity:0;
    height: 0;
    overflow: hidden;
    filter:alpha(opacity=0);
    transition: all 1.5s;
}
.list li:first-child{
    border-left: none;
}
.list li.act,.list li:hover{
    background: url("../img/less-hov.png") center no-repeat;
    background-size:  cover;
    border-bottom: none;
    color:#fff;
    transition: all .5s;
}
#listCon div.act ,#listCon div.act div{
    opacity:1;
    height: auto;
    filter:alpha(opacity=100);
}

.HomePreview{
    margin: 5% 11%;
    text-align: center;
}
.HomePreview .pre{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.HomePreview .pre .preimg{
    width: 24%;
    margin-right: .5%;
    /*height: 32vw;*/
    height:558px;
    position: relative;
}

.HomePreview .pre .preimg img{
    width: 100%;
    height: 100%;
}
.HomePreview .pre i{
    opacity: 0;
    transition: all .3s;
}
.HomePreview .pre .act i{
    background: url("../img/prebg-hov.png") center no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all .3s;
}

.HomeNews{
    padding: 3% 11%;
    background: #F2F4F8;
    text-align: center;
}
.HomeNews .news{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6%;
}
.HomeNews .news a{
    text-align: justify;
    width: 31.5%;
    max-height: 400px;
    overflow: hidden;
}
.HomeNews .news .newsItem{
    position: relative;
    border-top: 4px solid #DCE3EF;
    padding: 3% 1%;
    transition: all .3s;
}
.newsItem::before{
    box-sizing: inherit;
    position: absolute;
    content: '';
    border-top: 4px solid #DCE3EF;
    width: 0;
    height: 0;
}
.newsItem::before {
    top: 0;
    left: 0;
}
.newsItem:hover::before{
    width: 100%;
    height: 100%;
}
.newsItem:hover::before {
    border-top-color: #205BCD;
    transition: width 0.3s ease-out;
}

.HomeNews .newsItem .tip,.HomeNews .newsItem .date{
    font-size: calc(15px + .1vw);
    color: #888;
    margin: 0;
}

.HomeNews .newsItem .newsTit{
    color: #333;
    font-size: calc(18px + .3vw);
}
.news a:hover .newsItem p{
    color:#205BCD;
    transition: all .3s;
}

.loading-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:4%;
}

.loading-btn button {
    background: transparent;
    border: 1px solid #333;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px 50px;
    cursor: pointer;
    position: relative;
}

.loading-btn button:before {
    transition: all 0.8s cubic-bezier(0.7, -0.5, 0.2, 2);
    content: '';
    width: 1%;
    height: 100%;
    background: #205BCD;
    position: absolute;
    top: 0;
    left: 0;
}

.loading-btn button span {
    mix-blend-mode: hard-light;
}
.loading-btn button:hover{
    color: #fff;
    border-color: #fff;
    transition: all .3s;
}
.loading-btn button:hover:before {
    background: #205BCD;
    width: 100%;
}

.HomeMoment{
    padding: 5% 11%;
    background: url("../img/Homoment-bg.png") bottom no-repeat;
    background-size: contain;
    text-align: center;
}
.HomeMoment p{
    margin:1% auto;
}

.HomeMoment .imgs4 img{
    width: 24%;
}
.HomeMoment .imgs3{
    margin-top: .5%;
}
.HomeMoment .imgs3 img{
    width: 30%;
}
.HomeMoment img{
    border-radius: 8px;
    height:14vw;
}
.HomeMoment .loading-btn{
    margin-top: 5%;
}

.jkgt{
    padding: 1%;
    background: #00519A;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.jkgt>div:first-child{
    width: 28%;
}
.jkgt>div:nth-child(2){
    width: 30%;
}
.jkgt img{
    width: 10%;
}
.jkgt .phoneNum{
    width: 85%;
    margin-left: 4%;
    display: inline-block;
}
.jkgt p{
    color: #fff;
    font-size: calc(19px + .6vw);
    margin: 0;
}
.jkgt .tip{
    color: #feffff;
    font-size: calc(16px + .1vw);
}
.jkgt .qgrx{
    font-size: calc(18px + .2vw)
}
.jkgt .num{
    background-image: linear-gradient(#e8f4ff, #88c7ff);
    color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
}

@media only screen and (max-width: 1200px) {
    .HomeMoment img{
        height:200px;
    }
}

@media only screen and (max-width: 800px) {
  html,body {
    min-width:0;
  }
    .HomeIntro .introData{display:none;}
    .HomeIntro .introData div{
        border-right: 1px solid;
        margin: 4% 0;}

    .HomeLesson .lessCard{    display: block;}
    .HomeLesson .lessCard img,.lessCard .cardesc{
        width: 100%;
    }
    .list li{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        height: auto;
        background-size: cover;
        padding: 2%;
      	width:100%;
        margin:1%;
    }
  .HomeNews .newsItem .newsTit{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
  }
    .HomePreview .pre .preimg,.HomePreview .pre .preimg img{
        height: auto;
    }
   .HomeLesson .arrow{    margin-top: 1%;}
   .HomeMoment img {
        height: 100px;
    }
  .HomeSwiper .headTit {
    font-size: calc(16px + 1.6vw);
        margin-bottom: 0;
	}
  .HomeSwiper p{
    font-size: calc(15px + .1vw);
  }
  
  .HomeLesson p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
  }
  .HomeNews .news{flex-direction: column;}
  .HomeNews .news a{    width: 100%;}
  .jkgt>div:nth-child(2) {display: none;}
  .jkgt>div:first-child {
    width: 79%;
	}
}

@media only screen and (max-width: 480px) {
  .HomeSwiper .swiper-slide img{
    height: 60vw;
  }
  .HomeIntro,.HomePreview{
      margin: 4%;
  }
  .HomeLesson,.HomeNews,.HomeMoment{
  padding: 4%;
  }
  .HomeMoment .imgs4 img {
    width: 23%;
	}
   .HomeMoment img {
        height: 60px;
    }
  .loading-btn button{
    font-size: 16px;
    padding: 5px 15px;
  }
  .HomeSwiper p{
        font-size: calc(14px + .1vw);
    letter-spacing: 0;
    margin: 1%;
  }
  .HomeSwiper .swiper-pagination-bullet-active{
    width: 15px;
    height: 15px;
  }
  .HomeLesson p{display:none;}
  .lessCard .cardTit {
    font-size: calc(15px + .9vw);
}
  .jkgt p{font-size: 17px;}
  .jkgt>div:first-child,.jkgt>div:nth-child(2){
    text-align: center;
        width: 100%;
  }
}

.HomeLesson,
.HomeMoment {display: none;}
