body{ font-family: "SourceHanSans","HSS Light","PingFang SC","Microsoft YaHei Regular","Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,sans-serif;}
body{
    background-color: #000;
    zoom: 75%;
}
/*.container{*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/
::-webkit-scrollbar {
    /* display: none; */
    overflow-x: hidden;
    width: 12px;
}
::-webkit-scrollbar-thumb{
    background:linear-gradient(transparent,#30ff00);
    border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover{
    background:linear-gradient(transparent,#00c6ff);
}

.c-container{
    max-width: 1200px;
    margin: 0 auto;
    /*transform: scale(0.75);*/
}
.c-container1{
    max-width: 1200px;
    margin: 0 auto;
    transform: scale(0.75);
}
/* .frame-gjc-2{
    max-width: 1200px;
    margin: 0 auto;
} */

.home-main{
    margin:0 auto;
    box-sizing:border-box;
    position: relative;
    width: 1920px;
    overflow-x: auto;
}
.index-header{
    height: 100px;
    line-height: 80px;
    box-sizing: border-box;
    max-width: 5820px;
    margin: 0 auto;
    background-color: #000;
    /*position: relative;*/
}
.index-header .logo{
    position: absolute;
    left: 32px;
    top: 34px;
    /*width: 100px;*/
    /*height: 100px;*/
}
.header
{
    display: flex;
    justify-content: space-between;
}
.header-nav{
    width: 100%;
}
.header-nav li{
    padding: 0 4% 0 0;
    position: relative;
}

.header-nav li.active>a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: var(--themeColor);
}
.header-nav li>a{
    color: #fff;
    font-size: 22px;
    display: block;
    height: 100%;
    position: relative;
}
.header-nav li>a img{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    width: 29px;
    height: 29px;
}
.header-nav li:last-child>a img{
    width: 23px;
    height: 23px;
    top: -2px;
}
.header-nav>a i{
    font-size: 20px;
}
.header-nav li .nav2-list {
    position: absolute;
    left: 0;
    top: 80px;
    background-color: #fff;
    box-shadow: 0 0 5px #eee;
    width: 100%;
    display: none;
    z-index: 999;
}
.nav2-list>a{
    display: block;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 18px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.nav2-list>a:hover{
    color: var(--lightColor);
}

.index-header .nav-toggle{
    left: unset;
    right: 5%;
    top: 25px;
}
.video-main{
    width: 100%;
    max-width: 2300px;
    margin: 0 auto;
    background-color: #000;
}
.video-box{
    padding-bottom: 45.8%;
    position: relative;
    width: 100%;
}
.video-box .video {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
#bannerVideo{
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}
.video-box .content{
    padding: 6% 5% 0 10%;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    z-index: 99;
    box-sizing: border-box;
}
.video-box .content .bg{
    padding: 12px 17px 15px 17px;
    background-color: rgba(0,0,0,0.4);
    display: inline-block;
}
.video-box .content .text1{
    font-size: 30px;
}
.video-box .content .text2{
    font-size: 70px;
}
.video-box .content .text3{
    font-size: 25px;
}
.video-box .content a.video-buuton{
    width: 300px;
    height: 80px;
    line-height: 80px;
    background-color: rgba(115, 140, 255, 1);
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
    display: block;
    color: #fff;
    position: absolute;
    left: 10%;
    bottom: 13%;
}
.stu-title{
    padding: 5%;
    text-align: center;
    font-size: 50px;
    color: #fff;
}
.stu-title .title{
    font-size: 54px;
    font-weight: bold;
}
.home-footer{
    padding: 5% 0;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #000;
}
.footer-box{
    /*border-bottom: 1px solid #eee;*/
    /*padding-bottom: 30px;*/
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 15%;
}
.footer-item .title{
    font-size: 32px;
    color: #dedede;
    margin-bottom: 30px;
    font-family: "SS Light";
    line-height: 1.0;
}
.footer-item .list{
    font-size: 18px;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
}
.footer-item .list img{
    width: 28px;
    height: 28px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}
.footer-item .list text{
    color: #c1c1c1;
}
.footer-item  .list2{
    padding: 8px 0;
}
.footer-item .list2 img{
    width: auto;
    height: 45px;
    margin-right: 4px;
    margin-bottom: 10px;
    cursor: pointer;
}
.footer-item .list2 img:last-child{
     height: 56px;
     margin-left: -10px;
}
.footer-box2{
    margin-top: 20px;
    border-top: 1px solid #5a5a5a;
    padding: 20px 15% 0;
    font-size: 14px;
    color: #c1c1c1;
}
.footer-box2 p{
    margin-top: 5px;
}


.layui-layer-page .layui-layer-content{
    padding: 0;
}
.c-box1{
    background-color: rgba(96, 80, 135, 1);
    /* padding: 40px 10% 40px 2%; */
    padding: 40px;

}


.box1-left{
    width: 50%;
}
.box1-left .image{
    width: 55%;
    position: relative;
}
.box1-left .image::after{
    position: absolute;
    content: '';
    right: 20px;
    top: 5%;
    height: 90%;
    width: 2px;
    background-color: #fff;
}
.box1-left .sign{
    padding: 20px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.box1-left .sign .title{
    font-size: 30px;
    font-weight: 500;
}
.box1-right{
    width: 50%;
}
.box-item{
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}
.box-item:nth-child(2n){
    /*text-align: right;*/
}
.box-item .title{
    font-size: 26px;
    font-weight: bold;
}
.box-item:last-child{
    margin-bottom: 0;
}
.stu-box{
    background-color: #1f1f1f;
}
.stu-box .intro{
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 50px 0;
}
.c-box2{
    padding: 2% 5%;
    background: rgba(107, 122, 128, 1);

}
.c-box2 .title{
    font-size: 50px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}
.c-box2 .title span{
    padding: 20px 5%;
    display: block;
    border-bottom: 1px solid #fff;
    width: 18%;
    margin: 0 auto;
}
.c-box2 p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.c-box2 p.text2{
    font-size: 40px;
    font-weight: bold;
}
.c-box2 p>span{
    color: rgba(255, 60, 0, 1);
    background-color: rgba(31, 31, 31, 1);
}
.course-box{
    /*background-color: rgba(31, 31, 31, 1);*/
    background-color: #000;
    color: #fff;
}
.stu-box .stu-title .hr{
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 0;
}
.c-box3{
    padding: 5%;
}
 .c-box3 .stu-title{
    padding: 0;
     width: 64%;
     margin: 0 auto;
}
.box3-title{
    font-family: "YouSheBiaoTiHei";
    font-size: 150px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}
.box3-intro{
    font-size: 28px;
    margin-bottom: 30px;
}
.box3-intro span{
    font-size: 30px;
    color: rgba(255, 60, 0, 1);
}
.box3-title .title{
    background: rgba(96, 80, 135, 1);
    width: 60%;
    font-size: 110px;
    line-height: 1.1;
    display: inline-block;
}

.box3-list{
    margin-bottom: 5%;

}
.box3-lists .box3-list{
    height: 390px;
}
.box3-left{
    width: 44%;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
    height: 300px;
}
.box3-left .desc{
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "SS Normal";
    color: #eee;
    text-align: justify;
}
.box3-left.pcg-box3-ul .desc{
    font-size: 14px;
}

.box3-left .box3-ul li{
    padding-left: 20px;
    font-size: 19px;
    font-weight: bold;
    position: relative;
    display: block;
    font-family: "SS Light";
}
.box3-left .box3-ul li::before{
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 14px;
}
.box3-left .box3-ks{
    position: absolute;
    left: 0;
    bottom: -25px;
    font-size: 14px;
}
.box3-left::before{
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    left: -32px;
    bottom: 0;
    background: url('../images/new/c-img5.png') no-repeat;
    background-size: cover;
}
.box3-left::after{
    position: absolute;
    content: '';
    width: 110%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #fff;
}
.box3-tag{
    position: absolute;
    right: 0;
    bottom: 0px;
}
.box3-tag img{
    width: auto;
    height: 60px;
}
.pcg-box3-ul .box3-tag img{
    height: 46px;
}



.box3-right{
    width: 55%;
}
.box3-right .image{
    width: calc(100% - 120px);
    border-right: 8px solid;
    border-right-color: rgba(184, 0, 245, 1);
    height: 330px;
}
.box3-right .text{
    font-size: 130px;
    font-family: "YouSheBiaoTiHei";
    /*padding-left: 10px;*/
    margin-left: -2px;
    width: 120px;
}
.box3-list2 .box3-right .text{
    margin-left: 0;
    margin-right: -2px;
    text-align: right;
}
.box3-list2 .box3-right .image{
    border-right: unset;
    border-left: 8px solid ;
    border-left-color: rgba(184, 0, 245, 1);
    height: auto;
}
.course-box2 .box3-list2 .box3-right .image{
    border-left-color: rgba(0, 222, 1, 1);
}
.box3-list3 .box3-right .image{
    height: auto;
}
.box3-right .image.image2{
    height: 330px;
}
.box3-right .image.image3{
    height: auto;
}
.box3-list2 .box3-left::after{
    left: unset;
    right: 0;
}
.box3-list2 .box3-left::before{
    right: -32px;
    left: unset;
    transform: rotate(-90deg);
}
.box3-list2 .box3-left .box3-ks{
    left: unset;
    right: 0;
}
.box3-list.donghua .box3-right .text{
    font-size: 90px;
    line-height: 0.9;
}
.course-box2 .box3-list.donghua .box3-right .text{
    font-size: 90px;
}
.course-box2 .box3-list.donghua .box3-right .text.text3{
    font-size: 110px;
}
.box3-list.donghua .box3-right .text.text2{
    font-size: 90px;
    text-align: right;
    width: 85px;
}
.box3-list3 .box3-left .box3-ul li{
    font-size: 19px;
}
.box3-list3 .box3-left.pcg-box3-ul .box3-ul li{
    font-size: 16px;
}
.box3-list3 .box3-right .text{
    line-height: 1.2;
}
.box4-list .box3-right{
    width: 100%;
    margin-bottom: 30px;
}
.box4-list .box3-left{
    width: 85%;
    margin: 0 auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffff;
}
.box4-list .box3-left.box3-left2{

    width: 93%;
    padding-right: 0;
    margin-left: 7%;
    height: auto;
}
.box4-list .box3-left.box3-left3{
    height:auto;
}
.box4-list .box3-left::before{
    width: 0;
}
.anli.box4-list .box3-left{
    height: auto;
    padding: 10px 0 30px 0;
    width: 70%;
    margin-left: 12%;
}
.xieshi.box4-list .box3-left{
    height: auto;
    padding: 10px 0 30px 0;
    width: 70%;
    margin-left: 14%;
}
.xieshi.box3-list.donghua .box3-right .text{
    font-size: 105px;
}
.xieshi .box3-right .image{
    height: auto;
}

.box4-list  .box3-left::after{
    height: 0;
}
.box4-list  .box3-right .text{
    line-height: 1.2;
    font-size: 120px;
}
.c-box4{
    background-color: #000;
}
.box4-item{
    padding: 0 1% 0 8%;
    border-right: 2px solid #fff;
    box-sizing: border-box;
    width: 33.3%;
}
.box4-item:last-child{
    border-right: 0;
}
.box4-item .title{
    width: 160px;
    height: 50px;
    font-size: 40px;
    background-color: rgba(96, 80, 135, 1);
    text-align: center;
    margin: 0 0 30px 20px;
    line-height: 50px;
}
.c-box4 .box3-left{
    align-items: flex-start;
    border-bottom: none;
}
.c-box4 .box3-left .box3-ul li{
    margin-bottom: 10px;
    font-size: 18px;
}
.c-box4 .changjing .box3-left{
    width: 70%;
    margin-left: 15%;
    height: auto;
}
.c-box4 .chuangzuo .box3-left{
    width: 87%;
    margin-left: 11%;
}
.c-box4 .chuangzuo .box3-left .box3-ul li{
     font-size: 28px;
 }

.box4-ks{
    font-size: 24px;
    margin-bottom: 5%;
}
.box4-ks img{
    width: 40px;
    height: 40px;
    margin-left: 10px;
}
.box4-titles .title{
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    background-color: rgba(96, 80, 135, 1);
    text-align: center;
    margin: 0 auto 40px auto;
}
.box5-list{
    padding: 0 5% 2% 5%;
    align-items: flex-start;
}
.box5-list .box5-label{
    width: 25%;
}
.box5-label .label1{
    width: 100%;
    height: 200px;
}
.box5-label .box5-label-ul li{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 26px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
}
.box5-list .box5-item{
    width: 35%;
    background-color: rgba(56, 56, 56, 1);
    border-radius: 30px;
    text-align: center;
}
.box5-item .titles{
    height: 200px;
}
.box5-item .title{
    font-size: 70px;
    font-family: "YouSheBiaoTiHei";
}
.box5-item .price{
    font-size: 50px;
    color: rgba(207, 64, 255, 1);
    font-family: "YouSheBiaoTiHei";
}
.box5-item .box5-item-ul li{
    width: 100%;
    box-sizing: border-box;
    font-size: 40px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
}
.box5-item .box5-item-ul li>img{
    height: 100%;
}
.box5-list2{
    padding: 2% 5% 7% 5%;
}
.box5-list2 .box5-left{
    width: 35%;
    border-right: 8px solid #fff;
    text-align: center;
    padding: 20px 0;
}
.box5-left .title{
    font-size: 50px;
    margin: 20px 0;
}
.box5-left .price{
    font-size: 60px;
    font-family: "YouSheBiaoTiHei";
    color: rgba(207, 64, 255, 1);
    margin: 30px 0;
}
.box5-left>img{
    width: 90px;
    height: 90px;
    margin: 30px 0;
}

.box5-list2 .box5-right{
    width: 60%;
}
.box5-right p{
    font-size: 24px;
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
}
.box5-right p::before{
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    left: 0;
    top: 17px;
    content: '';
}
.box5-right p span{
    color: rgba(255, 60, 0, 1);
    font-size: 26px;
}
.box5-right .p{
    margin: 10% 0;
}
.box5-right .p .desc{
    color: rgba(255, 60, 0, 1);
    font-size: 18px;
    padding-left: 10px;
}
.c-box6 .stu-title{
    width: 66%;
    margin: 0 auto;
}
.box6-lists{
    /*width: 42%;*/
    max-width: 650px;
    padding: 0 8%;
    margin: 0 auto;
}
.box6-list li{
    border: 2px solid #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}
.box6-list li .point{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 30px;
}
.box6-list li .box6-step{
    background-color: rgba(207, 64, 255, 1);
    width: 180px;
    height: 60px;
    color: #000;
    font-family: "YouSheBiaoTiYuan";
    font-size: 40px;
    text-align: center;
    margin-right: 40px;
    line-height: 60px;
}
.box6-list li .text{
    font-size: 32px;
}
.box6-lists .remark{
    font-size: 16px;
    color: rgba(255, 60, 0, 1);
    font-weight: 300;

}
.box6-lists .remark .title{
    font-size: 22px;
    font-weight: 500;
}
.c-box6{
    padding-bottom: 4%;
    background-color: rgba(13, 13, 13, 1);
}
.c-box7{
    background-color: #000;
}
.c-box7 .stu-title{
    width: 90%;
    margin: 0 auto;
}
.c-box7 .box7-list{
    /*width: 60%;*/
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 10%;
}
.c-box7 .box7-item{
    /*padding-bottom: 5%;*/
    font-size: 22px;
}
.c-box7 .box7-item span{
    color: var(--clrb);;
}
.c-box7 .box7-item p{
    font-size: 14px;
    color: rgba(255, 60, 0, 1);
    /*padding-left: 20px;*/
}
.c-box7 .box7-item .box7-title{
    padding-bottom: 15px;
    border-bottom: 1px solid #5a5a5a;
    margin-bottom: 25px;
    cursor: pointer;
    position: relative;
    transition: 0.3s all;
}
.c-box7 .box7-item .box7-title::after{
    content: '';
    position: absolute;
    right: 10px;
    top: 13px;
    width: 20px;
    height: 8px;
    background: url('../images/Tips1.png') no-repeat 100% 100%;
    /*background-size: 70%;*/
    transition: 0.3s all;
}
.c-box7 .box7-item .box7-title.active::after{
    
    transform: rotate(180deg);
}
.c-box7 .box7-item .box7-title2{
   color: #8F8F8F;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 40px;
    display: none;
}
.c-box8 .stu-title{
    /*padding-bottom: 3%;*/
    width: 60%;
}

.stu-box .image{
    width: 100%;
    /*max-width: 1200px;*/
    margin: 0 auto;
}
.stu-box .images{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.stu-box .image .img{
    width: calc(12.5% - 2px);
    margin: 1px;
    position: relative;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
}
.stu-box .image .img::before{
    content: '';
    padding-top: 100%;
    width: 1px;
    display: inline-block;
}
.stu-box .image .img img:hover{
    transform: scale(1.05);
}
.stu-box .image .img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
    display: block;
}



.course-box2{
    /*background-color: rgba(31, 31, 31, 1);*/
    background-color: #000;
    color: #fff;
}
.course-box2 .c-box1{
    background-color: rgba(126, 166, 135, 1);
}
.course-box2 .box3-title .title{
    background: rgba(126, 166, 135, 1);
    width: 46%;
}
.course-box2  .box3-left::before{
    background-image: url("../images/new/a-img2.png");
}
.course-box2  .box3-right .image{
    border-right-color: rgba(0, 222, 1, 1);
}
.course-box2  .box3-right .image.image2{
    height: 330px;
}
.c2-list{
    width: 70%;
    background-color: rgba(43, 43, 43, 1);
    border-radius: 40px;
    margin: 0 auto;
    padding: 30px;
    max-width: 800px;
}
.c2-list .title{
    font-size: 100px;
    font-family: "YouSheBiaoTiHei";
    margin-bottom: 10px;
    text-align: center;
}
.c2-list .title span{
    font-size: 70px;
    color: rgba(0, 222, 1, 1);
}
.c2-list .c2-item{
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.c2-item .c2-left{
    width: 20%;
    text-align: center;
    font-size: 22px;
}
.c2-item .c2-right{
    padding-left: 20px;
    font-size: 18px;
    width: 80%;
    box-sizing: border-box;
    position: relative;
}
.c2-item .c2-right::after{
    position: absolute;
    left: -10px;
    top: 0;
    width: 1px;
    height: 100%;
    content: '';
    background-color: #fff;
}
.c2-item .c2-right span{
    color: rgba(255, 60, 0, 1);
}
.course-box2  .box6-list li .box6-step{
    background-color: rgba(0, 222, 1, 1);
}
.course-box2  .c-box7 .box7-item span{
    color: rgba(0, 222, 1, 1);
}


.global-fixed {
    background: #414141;
    border-radius: 22px;
    bottom: 15%;
    position: fixed;
    right: 2.875rem;
    z-index: 101;
    zoom: 135%;
}
.global-fixed .list, .global-fixed .list .item {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.b-tooltip {
    display: inline-flex;
    position: relative;
}
.global-fixed .b-tooltip.is-multiline.is-medium .tooltip-content {
    width: 194px!important;
    display: none;
}
.b-tooltip .tooltip-trigger {
    width: 100%;
}
.global-fixed .list .item {
    cursor: pointer;
    padding: 1rem;
}
.global-fixed .list .item img {
    height: 2.125rem;
    width: 2.125rem;
}
.global-fixed .list .item:not(:first-child) {
    border-top: 2px solid hsla(0,0%,100%,.15);
}

.b-tooltip .tooltip-content {
    border-radius: 6px;
    box-shadow: 0 1px 2px 1px rgba(0,1,0,.2);
    font-size: .85rem;
    font-weight: 400;
    padding: 0.35rem 0.75rem;
    position: absolute;
    white-space: nowrap;
    width: auto;
    z-index: 38;
}
.b-tooltip.is-light .tooltip-content {
    background: #f5f5f5;
    color: rgba(0,0,0,.7);
}
.b-tooltip.is-left .tooltip-content {
    bottom: auto;
    left: auto;
    right: calc(100% + 7px);
    top: 50%;
    transform: translateY(-50%);
}
.b-tooltip.is-left .tooltip-content:before {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f5f5f5;
    border-top: 5px solid transparent;
    bottom: auto;
    left: 100%;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
}
.b-tooltip .tooltip-content:before {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 38;
}
.global-fixed .qr-tooltip {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
}
.global-fixed .qr-tooltip .title {
    color: rgba(0,0,0,.87);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.625rem;
}
.global-fixed .qr-tooltip .online-service {
    align-items: center;
    background: #ec732f;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    gap: 4px;
    justify-content: center;
    line-height: normal;
    margin-top: 12px;
    max-width: 136px;
    padding: 8px;
    width: 100%;
}
#toTop{
    display: none;
}


@media screen and (max-width: 1500px){
    .index-header{
        padding-left: 150px;
    }
}
@media screen and (max-width: 1400px){
    .video-box .content{
        padding-top: 5%;
    }
    .video-box .content .text1{
        font-size: 30px;
    }
    .video-box .content .text2{
        font-size: 60px;
    }
    .video-box .content .text3{
        font-size: 20px;
    }
    .video-box .content a.video-buuton{
        font-size: 16px;
        width: 200px;
        height: 60px;
        line-height: 60px;
    }
}

@media screen and (max-width: 1200px){

    .box5-item .title{
        font-size: 50px;
    }
    .box5-item .price{
        font-size: 40px;
    }

}

@media screen and (max-width: 1024px){
    .video-box .content .text1{
        font-size: 20px;
    }
    .video-box .content .text2{
        font-size: 40px;
    }
    .video-box .content .text3{
        font-size: 16px;
    }
    .video-box .content a.video-buuton{
        font-size: 14px;
        width: 150px;
        height: 50px;
        line-height: 50px;
    }
    .box3-left,.box3-right{
        width: 90%;
        margin: 20px auto;
    }
    .stu-box .image iframe{
        height: 500px !important;
    }
}

@media screen and (max-width: 768px){
    .header-nav{
        display: none;
    }
    .video-box .content{
        display: none;
    }
    .stu-title{
        font-size: 30px;
    }
    .stu-title .title{
        font-size: 36px;
    }
    .box1-left,.box1-right{
        width: 100%;
        margin-bottom: 20px;
    }
    .box1-left .sign .title{
        font-size: 22px;
        font-weight: bold;
    }
    .box-item .title{
        font-size: 20px;
    }
    .c-box2>p{
        margin-bottom: 10px;
        font-size: 15px;
    }
    .c-box2>p.text2{
        font-size: 30px;
    }
    .c-box2 .title{
        font-size: 30px;
    }
    .box3-title{
        font-size: 50px;
    }
    .box3-intro{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .box3-intro span{
        font-size: 18px;
    }
    .box3-title .title{
        font-size: 36px;
        width: 80%;
    }
    .box3-left .desc{
        font-size: 14px;
    }
    .box3-left .box3-ul li{
        font-size: 16px !important;
    }
    .box3-tag .tags img{
        height: 30px;
    }
    .box3-left::before{
        width: 16px;
        height: 16px;
        left: -16px;
    }
    .box3-left .box3-ks{
        font-size: 12px;
    }
    .box3-right .text{
        font-size: 60px !important;
        width: 100px;
    }

    .box3-list2 .box3-left::before{
        right: -16px;
    }
    .box5-item .title{
        font-size: 40px;
    }
    .box5-item .price{
        font-size: 30px;
    }
    .box5-label .box5-label-ul li{
        font-size: 20px;
    }
    .box5-item .titles,.box5-label .label1{
        height: 135px;
    }
    .box5-label .box5-label-ul li,.box5-item .box5-item-ul li{
        height: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .box5-list2 .box5-left{
        width: 50%;
        border-right: none;
    }
    .box5-left .title{
        font-size: 30px;
        margin: 10px 0;
    }
    .box5-left .price{
        font-size: 30px;
        margin: 10px 0;
    }
    .box5-left>img{
        width: 48px;
        height: 48px;
        margin: 10px 0;
    }
    .box5-left>img.deng{
        transform: rotate(90deg);
    }
    .box5-list2 .box5-right{
        width: 100%;
    }
    .box5-right p{
        font-size: 13px;
    }
    .box5-right p::before{
        top: 10px;
    }
    .box5-right p span{
        font-size: 15px;
    }
    .box5-right .p .desc{
         font-size: 15px;
    }
    .box5-list2{
        padding-top: 5%;
        padding-bottom: 4%;
    }
    .c-box6{
        padding-bottom: 5%;
    }
    .box6-lists{
        width: 100%;
        box-sizing: border-box;
    }
    .box6-list li .point{
        margin-right: 10px;
        width: 10px;
        height: 10px;
    }
    .box6-list li .box6-step{
        font-size: 20px;
        width: 100px;
        margin-right: 10px;
        height: 40px;
        line-height: 40px;
    }
    .box6-list li .text{
        font-size: 16px;
    }
    .c-box7 .box7-list{
        width: 90%;
    }
    .c-box7 .box7-item{
        font-size: 16px;
    }
    .box4-list .box3-left{
        width: 100%;
    }
    .box4-item .title{
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
    .stu-box .image iframe{
        height: 400px !important;
    }
    .box3-list.box3-list2{
        flex-direction: column-reverse;
    }
    .c2-list{
        width: 90%;
        padding: 10px;
        box-sizing: border-box;
    }
    .c2-list .title{
        font-size: 50px;
    }
    .c2-list .title span{
        font-size: 30px;
    }
    .c2-item .c2-left{
        font-size: 16px;
    }
    .c2-item .c2-right{
        font-size: 14px;
        padding-left: 10px;
    }
    .c2-item .c2-right::after{
        left: -5px;
    }
    .c-box7 .box7-item .box7-title2{
        font-size: 16px;
    }
    .c-box1{
        padding: 2% 5%;
    }
    .frame-gjc-2{
        padding: 2% 5%;
    }
    .c-box2 p.text2{
        font-size: 22px;
    }
    .box3-right .image{
        height: auto !important;
        width: calc(100% - 40px);
    }
    .box3-lists .box3-list{
        height: auto;
    }
    .c-box2 .title span{
        width: auto;
    }
    .c-box3 .stu-title{
        width: auto;;
    }
    .global-fixed{
        display: none;
    }
    
     .home-bgBanner img{
        width: 100%;
        height: 210px;
        object-fit: cover;
        display: block;
    }
}

@media screen and (max-width: 500px){
    .footer-box{
        flex-wrap: wrap;
    }
    .footer-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-item .title{
        margin-bottom: 20px;
    }
    .footer-item .list2{
        padding: 0;
    }
    .box3-right .text{
        font-size: 40px !important;
    }
    .box5-item .title{
        font-size: 26px;
    }
    .box5-item .price{
        font-size: 20px;
    }
    .box5-item .titles, .box5-label .label1{
        height: 78px;
    }
    .box5-label .box5-label-ul li{
        font-size: 13px;
    }
    .box5-item .box5-item-ul li>img{
        width: 30px;
        height: 30px;
    }
    .box3-right .text{
        width: 38px;
    }
    .box3-left{
        flex-wrap: wrap;
        height: auto !important;
    }
    .box3-left .box3-ul{
        width: 100%;
        margin-bottom: 40px;
    }
    .box4-item{
        width: 100%;
        border-right: none;
    }
    .stu-box .image iframe{
        height: 250px !important;
    }
    .box1-left .image{
        width: 50%;
    }
    .box4-ks{
        font-size: 16px;
    }
    .stu-title{
        font-size: 20px;
    }
    .stu-title .title{
        font-size: 24px;
    }
    .stu-box .intro{
        font-size: 20px;
    }
    .c2-list .title{
        font-size: 30px;
    }
    .c2-list .title span{
        font-size: 20px;
    }
    .c2-item .c2-left{
        font-size: 14px;
    }
    .c2-item .c2-right{
        font-size: 12px;
        padding-left: 10px;
    }
    .c2-item .c2-right::after{
        left: 0px;
    }
    .box3-left.pcg-box3-ul{
        height: auto;
    }
    .pcg-box3-ul .flex{
        flex-wrap: wrap;
    }

}