@font-face {
    font-family: 'SourceHanSansCN';
    src: url('https://download.hecoos.com/enlightv/2024-12/NYiBczAFx7GFftYkNmFY.otf');
    font-weight: normal;
    font-style: normal;
}
body{
    min-width: 320px;
}
* {
    font-family: SourceHanSansCN;
}

.single-line {
    white-space: nowrap;      /* 确保文本在一行内显示 */
    overflow: hidden;         /* 超出容器部分隐藏 */
    text-overflow: ellipsis;  /* 使用省略号表示被截断的文本 */
}

.header {
    width: 100%;
    background: rgba(0, 0, 0, 1);
}

.header .pc_header {
    max-width: 1322px;
    height: 139px;
    line-height: 139px;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 1);
    margin: 0 auto;
}

.header .pc_header .header_logo {

}

.header .pc_header .header_logo img {
    display: inline-block;
    height: 72px;
}

.header .pc_header .header_nav {

}

.header .pc_header .header_nav a {
    display: inline-block;
    line-height: 24px;
    margin-left: 32px;
    font-size: 16px;
    color: #fff;
}
.header .sj_nav{
    display: none;
}
.header .sj_header{
    display: none;
}
/*首页*/
.banner {
    width: 100%;
    position: relative;
}

.banner img {
    width: 100%;
    display: block;
}
.banner video {
    width: 100%;
    height: calc(100vh - 139px);
    object-fit: cover;
    display: block;
}
.banner .banner_text {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 1322px;
    width: 1322px;
    transform: translateX(-50%);
    padding: 72px 15px;
    box-sizing: border-box;
}

.banner .banner_text h1 {
    display: block;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    line-height: 56px;
    margin-bottom: 36px;
}

.banner .banner_text div {
    width: 100%;
}

.banner .banner_text div a {
    display: inline-block;
    padding: 0 28px;
    line-height: 48px;
    background: rgba(128, 128, 128, 0.6);
    border-radius: 48px;
    margin-right: 32px;
    font-size: 20px;
    color: #fff;
}

.containerBox{
    max-width: 1322px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}

.index1 {
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 1);
}

.index1 .title {
    padding: 96px 0 74px;
    box-sizing: border-box;
    line-height: 56px;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}

.index1 .bottom {
    width: 100%;
    padding-bottom: 45px;
    border-bottom: 1px solid #fff;
}

.index1 .bottom ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index1 .bottom ul li {
    width: 48.6%;
    margin-bottom: 70px;

    display: flex;
    justify-content: space-between;
    position: relative;
}

.index1 .bottom ul li .left {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px 32px 32px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;

}

.index1 .bottom ul li .left .bt {
    font-size: 36px;
    color: #fff;
    line-height: 52px;
    transition: all .2s
}

.index1 .bottom ul li .left .tip {
    width: 100%;
    position: relative;
    padding-right: 97px;
    min-height: 80px;
}

.index1 .bottom ul li .left .tip p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    transition: all .2s
}

.index1 .bottom ul li .left .tip a {
    display: block;
    width: 79px;
    height: 79px;
    right: 0;
    top: 0;
    border-radius: 50%;
    position: absolute;
    line-height: 79px;
    text-align: center;
    color: #000;
    background: rgba(250, 162, 27, 1);
    transition: all .2s
}

.index1 .bottom ul li .right {
    width: 45%;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.index1 .bottom ul li .right img {
    display: block;
    width: 100%;
    transition: all .2s
}

.index1 .bottom ul li:focus {
    bottom: -15px;
    left: -15px;
    right: -15px;
    top: -15px;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.index1 .bottom ul li:before {
    background: rgba(29, 29, 29, 1);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.55, .085, .68, .53), background-color .3s cubic-bezier(.55, .085, .68, .53);
}

.index1 .bottom ul li:hover:before {
    bottom: -15px;
    left: -15px;
    right: -15px;
    top: -15px;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    content: "";
    display: block;
    position: absolute;
    transition: all .2s cubic-bezier(.55, .085, .68, .53), background-color .3s cubic-bezier(.55, .085, .68, .53);
}

.index1 .bottom ul li:hover .left .bt {
    color: rgba(0, 0, 0, 1);
}

.index1 .bottom ul li:hover .left .tip a {
    background: rgba(0, 0, 0, 1);
}

.index1 .bottom ul li:hover .left .tip p {
    color: rgba(0, 0, 0, 1);
}

.index1 .bottom ul li:hover .right img {
    transform: scale(1.05);
}

.index1 .bottom ul li:nth-of-type(1):hover:before {
    background: rgba(250, 162, 27, 1);
}

.index1 .bottom ul li:nth-of-type(1):hover .left .tip a {
    color: rgba(250, 162, 27, 1);
}

.index1 .bottom ul li:nth-of-type(2) .left .tip a {
    background: rgba(255, 232, 0, 1);
}

.index1 .bottom ul li:nth-of-type(2):hover:before {
    background: rgba(255, 232, 0, 1);
}

.index1 .bottom ul li:nth-of-type(2):hover .left .tip a {
    color: rgba(255, 232, 0, 1);
    background: rgba(0, 0, 0, 1);
}

.index1 .bottom ul li:nth-of-type(3) .left .tip a {
    background: rgba(188, 209, 95, 1);
}

.index1 .bottom ul li:nth-of-type(3):hover:before {
    background: rgba(188, 209, 95, 1);
}

.index1 .bottom ul li:nth-of-type(3):hover .left .tip a {
    color: rgba(188, 209, 95, 1);
    background: rgba(0, 0, 0, 1);
}

.index1 .bottom ul li:nth-of-type(4) .left .tip a {
    background: rgba(94, 138, 180, 1);
}

.index1 .bottom ul li:nth-of-type(4):hover:before {
    background: rgba(94, 138, 180, 1);
}

.index1 .bottom ul li:nth-of-type(4):hover .left .tip a {
    color: rgba(94, 138, 180, 1);
    background: rgba(0, 0, 0, 1);
}

.footer {
    width: 100%;
    background: rgba(0, 0, 0, 1);
}

.footer .pc_footer {
    width: 100%;
    padding: 138px 140px 78px 140px;
    display: flex;
    justify-content: space-between;
}

.footer .pc_footer .footer_logo {

}

.footer .pc_footer .footer_logo img {
    height: 32px;
    display: block;
}

.footer .pc_footer .footer_nav {
    flex: 1;
    line-height: 32px;
    text-align: center;
}

.footer .pc_footer .footer_nav a {
    display: inline-block;
    margin: 0 20px;
    font-size: 14px;
    color: #fff;
}

.footer .pc_footer .footer_icon {
    line-height: 32px;
}

.footer .pc_footer .footer_icon a {
    margin-left: 14px;
    display: inline-block;
}

.footer .pc_footer .footer_icon img {
    max-width: 18px;
    display: block;

}
.indexAboutUs{
    width: 100%;
    background: rgba(0, 0, 0, 1);

}

.indexAboutUsBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 100px 0;
    border-bottom: 1px solid #fff;
}
.indexAboutUs .left{
    width: 40%;
    padding-right: 100px;
    box-sizing: border-box;
}
.indexAboutUs .left h5{
    font-size: 72px;
    line-height: 104px;
    font-weight: bold;
    color: #fff;
}
.indexAboutUs .left p{
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}
.indexAboutUs .right{
    width: 60%;
}
.indexAboutUs .right p{
    line-height: 26px;
    font-size: 18px;
    color: #fff;
}

.index2{
    width: 100%;
    background: rgba(0, 0, 0, 1);
}
.index2 .top{
    padding: 112px 0 80px;
    box-sizing: border-box;
    line-height: 56px;
    display: flex;

}
.index2 .top .title{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    margin-right: 48px;
}
.index2 .top .tab{

}
.index2 .top .tab span{
    display: inline-block;
    padding: 0 25px;
    font-size: 16px;
    line-height: 42px;
    color: rgba(128, 128, 128, 1);
    margin-right: 24px;
    border-radius: 42px;
    background: rgba(245, 245, 245, 1);
    cursor: pointer;
}
.index2 .top .tab span.act{
    background: rgba(55, 118, 183, 1);
    color: #fff;
}
.index2 .bottom{
    width: 100%;
    padding-bottom: 42px;
    /*border-bottom: 1px solid #fff;*/
}
.index2 .bottom ul{
    display: flex;
    flex-wrap: wrap;
}
.index2 .bottom ul li{
    width: 23%;
    margin-right: 2.666%;
    margin-bottom: 38px;
    background: rgba(29, 29, 29, 1);
}
.index2 .bottom ul li:nth-of-type(4n){
    margin-right: 0;
}
.index2 .bottom ul li .cover{
    width: 100%;
    overflow: hidden;
}
.index2 .bottom ul li .cover img{
    display: block;
    width: 100%;
    object-fit: cover;
    transition: .3s all;
}
.index2 .bottom ul li:hover .cover img{
    transform: scale(1.1);
}
.index2 .bottom ul li .cont{
    width: 100%;
    padding: 22px 24px;
    box-sizing: border-box;
}
.index2 .bottom ul li .cont p{
    line-height: 24px;
    height: 48px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.index2 .more{
    padding-top: 42px;
    box-sizing: border-box;
    text-align: center;
}
.index2 .more p{
    font-size: 14px;
    color: #fff;
    opacity: .7;
}
.index2 .more span{
    display: block;
    margin: 0px auto 0;
    width: 120px;
    height: 42px;
    border-radius: 3px;
    background: #fff;
    line-height: 42px;
    color: #000;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: .3s all;
}
.index2 .more span:hover{
    background: rgba(29, 29, 29, 1);
    color: #fff;
}


/*setam课程*/
.steam_course{
    padding: 120px 0px 100px;
    box-sizing: border-box;
    background: #000;
}

.steam_course ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.steam_course ul li {
    width: 48%;
    position: relative;
}

.steam_course ul li .top {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 38px 54px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    height: 335px;
}

.steam_course ul li .top .bt {
    font-size: 36px;
    color: #fff;
    line-height: 52px;
    transition: all .2s
}

.steam_course ul li .top .tip {
    width: 100%;
    position: relative;
    padding-right: 183px;
    min-height: 80px;
}

.steam_course ul li .top .tip p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    transition: all .2s;
    padding-top:20px;
}

.steam_course ul li .top .tip a {
    display: block;
    width: 99px;
    height: 99px;
    right: 0;
    top: 0;
    border-radius: 50%;
    position: absolute;
    line-height: 99px;
    text-align: center;
    color: #fff;
    background:rgba(252, 186, 86, 1);
    transition: all .2s
}

.steam_course ul li .bottom{
    width: 100%;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.steam_course ul li .bottom img {
    display: block;
    width: 100%;
    transition: all .2s
}

.steam_course ul li:focus {
    bottom: -15px;
    left: -15px;
    right: -15px;
    top: -15px;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.steam_course ul li:before {
    background: rgba(29, 29, 29, 1);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.55, .085, .68, .53), background-color .3s cubic-bezier(.55, .085, .68, .53);
}

.steam_course ul li:hover:before {
    bottom: -15px;
    left: -15px;
    right: -15px;
    top: -15px;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    content: "";
    display: block;
    position: absolute;
    transition: all .2s cubic-bezier(.55, .085, .68, .53), background-color .3s cubic-bezier(.55, .085, .68, .53);
}

.steam_course ul li:hover .top .bt {
    color: rgba(0, 0, 0, 1);
}

.steam_course ul li:hover .top .tip a {
    background: rgba(0, 0, 0, 1);
}

.steam_course ul li:hover .top .tip p {
    color: rgba(0, 0, 0, 1);
}

.steam_course ul li:hover .bottom img {
    transform: scale(1.05);
}

.steam_course ul li:nth-of-type(1):hover:before {
    background: rgba(252, 186, 86, 1);
}

.steam_course ul li:nth-of-type(1):hover .top .tip a {
    color: rgba(252, 186, 86, 1);
}

.steam_course ul li:nth-of-type(2) .top .tip a {
    background: rgba(247, 165, 42, 1);
}

.steam_course ul li:nth-of-type(2):hover:before {
    background: rgba(247, 165, 42, 1);
}

.steam_course ul li:nth-of-type(2):hover .top .tip a {
    color: rgba(247, 165, 42, 1);
    background: rgba(0, 0, 0, 1);
}

/*研学体验产品*/
.experience_products{
    width: 100%;
    padding: 60px 0px 100px;
    background: #000;
}
.experience_products .introduce{
    width: 100%;
    line-height: 26px;
    font-size: 18px;
    padding-bottom: 62px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.experience_products .achievement{
    width: 100%;
}
.experience_products .achievement .title{
    width: 100%;
    font-size: 48px;
    font-weight: bold;
    line-height: 56px;
    padding: 98px 0 70px;
    box-sizing: border-box;
    color: #fff;
}
.experience_products .achievement .bottom{
    width: 100%;
}
.experience_products .achievement .bottom ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.experience_products .achievement .bottom ul li{
    width: 23%;
    background: rgba(29, 29, 29, 1);
    cursor: pointer;
}
.experience_products .achievement .bottom ul li .top{
    width: 100%;
    overflow: hidden;
}
.experience_products .achievement .bottom ul li .top img{
    display: block;
    width: 100%;
    transition: .3s all;
}
.experience_products .achievement .bottom ul li:hover .top img{
    transform: scale(1.1);
}
.experience_products .achievement .bottom ul li .bottom{
    width: 100%;
    padding: 20px 26px;
    box-sizing: border-box;
}
.experience_products .achievement .bottom ul li .bottom .bt{
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}
.experience_products .achievement .bottom ul li .bottom .more{
    text-align: right;
    margin-top: 12px;
}

.videoDialog{
    width: 100%;
}
.videoDialog video{
    display: block;
    width: 100%;
}


/*“数字影棚”*/
.digital_studio{
    width: 100%;
    padding: 60px 0px 100px;
    background: #000;
}
.digital_studio .introduce{
    width: 100%;
    line-height: 26px;
    font-size: 18px;
    padding-bottom: 62px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.digital_studio .digital_studio_direction{
    width: 100%;
}
.digital_studio .digital_studio_direction .title{
    padding: 74px 0 61px;
    box-sizing: border-box;
    font-size: 48px;
    font-weight: bold;
    line-height: 56px;
    color: #fff;
}

.digital_studio .digital_studio_direction .digital_studio_direction_list{
    width: 100%;
    padding-bottom: 110px;
}
.digital_studio .digital_studio_direction .digital_studio_direction_list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.digital_studio .digital_studio_direction .digital_studio_direction_list ul li{
    width: 31.4%;
    border-top: 1px solid #fff;

}
.digital_studio .digital_studio_direction .digital_studio_direction_list ul li .top{
    padding: 16px 30px 16px 0;
    line-height: 38px;
    position: relative;
    height: 70px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.digital_studio .digital_studio_direction .digital_studio_direction_list ul li .top span{
    display: inline-block;
    line-height: 42px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    max-width: 100%;
    position: relative;
}
.digital_studio .digital_studio_direction .digital_studio_direction_list ul li .top span:before{
    width:0;
    height: 2px;
    content: ' ';
    left: 0;
    bottom: 0;
    background: #fff;
    position: absolute;
    transition: .3s all;
}
.digital_studio .digital_studio_direction .digital_studio_direction_list ul li.act .top span:before{
    width: 100%;
}
.digital_studio .digital_studio_direction .digital_studio_direction_list ul li .top i{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    transition: .3s all;
    cursor: pointer;
}
.digital_studio .digital_studio_direction .digital_studio_direction_list ul li .top i img{

}
.digital_studio .digital_studio_direction .digital_studio_direction_list ul li .bottom{
    box-sizing: border-box;
    height: 0px;
    overflow: hidden;
}
.digital_studio .digital_studio_direction .digital_studio_direction_list ul li .bottom p{
    line-height: 24px;
    font-size:16px;
    color: #fff;
}
.digital_studio .digital_studio_direction .digital_studio_direction_list ul li.act .top{
    border-bottom: 0;
}
.digital_studio .digital_studio_direction .digital_studio_direction_list ul li.act .top i{
    transform:  rotate(90deg);
}
.digital_studio .digital_studio_direction .digital_studio_direction_list ul li.act .bottom{
    height: auto;
    padding: 10px 0 30px;
    border-bottom: 1px solid #fff;
}

.digital_studio .digital_studio_advantage{
    width: 100%;
    border-top: 1px solid #fff;
}
.digital_studio .digital_studio_advantage .title{
    padding: 74px 0 61px;
    box-sizing: border-box;
    font-size: 48px;
    font-weight: bold;
    line-height: 56px;
    color: #fff;
}
.digital_studio .digital_studio_advantage .digital_studio_advantage_list{
    width: 100%;
}
.digital_studio .digital_studio_advantage .digital_studio_advantage_list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.digital_studio .digital_studio_advantage .digital_studio_advantage_list ul li{
    width: 31.4%;
    background: rgba(29, 29, 29, 1);
}

.digital_studio .digital_studio_advantage .digital_studio_advantage_list ul li .top{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.digital_studio .digital_studio_advantage .digital_studio_advantage_list ul li .top:before{
    position: absolute;
    left: 0;
    bottom: 0;
    content: ' ';
    width: 100%;
    height: 100%;
    background: rgba(29, 29, 29, 0.4);
    z-index: 10;
}
.digital_studio .digital_studio_advantage .digital_studio_advantage_list ul li .top img{
    display: block;
    width: 100%;
    transition: .3s all;
}
.digital_studio .digital_studio_advantage .digital_studio_advantage_list ul li:hover .top img{
    transform: scale(1.1);
}
.digital_studio .digital_studio_advantage .digital_studio_advantage_list ul li .top div{
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 48px;
    color: #fff;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}
.digital_studio .digital_studio_advantage .digital_studio_advantage_list ul li .bottom{
    width: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
}
.digital_studio .digital_studio_advantage .digital_studio_advantage_list ul li .bottom div{
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
}
.digital_studio .digital_studio_advantage .digital_studio_advantage_list ul li .bottom div.true{
    line-height: 30px;
    font-size: 20px;
    color: #fff;
}
.digital_studio .digital_studio_advantage .digital_studio_advantage_list ul li .bottom div.true i{
    position: absolute;
    font-size: 20px;
    left: 0;
    top: 5px;
    color: #ec6655;
}
.digital_studio .digital_studio_advantage .digital_studio_advantage_list ul li .bottom div.false{
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}
.digital_studio .digital_studio_advantage .digital_studio_advantage_list ul li:hover .bottom div.false>span{
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px; /* 下划线宽度和高度 */
}
.digital_studio .digital_studio_advantage .digital_studio_advantage_list ul li .bottom div.false i{
    position: absolute;
    font-size: 20px;
    left: 0;
    top: 5px;
    color: #36ab60;
}

.vocational_education{
    width: 100%;
    background: #fff;
}
.vocational_education .vocational_education_one{
    width: 100%;
    padding: 60px 0px 0px;
}
.vocational_education .vocational_education_one .title{
    line-height: 56px;
    font-weight: bold;
    font-size: 48px;
}
.vocational_education .vocational_education_one .list{
    width: 100%;
    padding-bottom: 80px;
    /*border-bottom: 1px solid rgba(0, 0, 0, 1);*/
}
.vocational_education .vocational_education_one .list ul li{
    margin-top: 30px;
}
.vocational_education .vocational_education_one .list ul li div{
    line-height: 34px;
    font-size: 18px;
    font-weight: bold;
}
.vocational_education .vocational_education_one .list ul li p{
    line-height: 26px;
    font-size: 18px;
}

.vocational_education .vocational_education_two{
    width: 100%;
    padding: 0px 0px 0px;

}
.vocational_education .vocational_education_two .title{
    padding: 52px 0 40px;
    line-height: 56px;
    font-size: 48px;
    color: #000;
    font-weight: bold;
}
.vocational_education .vocational_education_two .list{
    width: 100%;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.vocational_education .vocational_education_two .list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.vocational_education .vocational_education_two .list ul li{
    width: 23%;
    background: rgba(240, 240, 240, 1);
}
.vocational_education .vocational_education_two .list ul li .cover{
    overflow: hidden;
    width: 100%;
}
.vocational_education .vocational_education_two .list ul li .cover img{
    display: block;
    width: 100%;
    transition: .3s all;
}
.vocational_education .vocational_education_two .list ul li:hover .cover img{
    transform: scale(1.1);
}
.vocational_education .vocational_education_two .list ul li .cont{
    width: 100%;
    padding: 20px 32px 40px;
    box-sizing: border-box;
}
.vocational_education .vocational_education_two .list ul li .cont h5{
    line-height: 26px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.vocational_education .vocational_education_two .list ul li .cont div{
    margin-top:18px;
}
.vocational_education .vocational_education_two .list ul li .cont div p{
    font-size: 12px;
    line-height: 16px;
    margin-top: 16px;
}



.vocational_education .vocational_education_three{
    width: 100%;
    padding: 0px 0px 0px;

}
.vocational_education .vocational_education_three .title{
    padding: 52px 0 40px;
    line-height: 56px;
    font-size: 48px;
    color: #000;
    font-weight: bold;
}
.vocational_education .vocational_education_three .list{
    width: 100%;
    padding-bottom: 80px;
    /*border-bottom: 1px solid rgba(0, 0, 0, 1);*/
}
.vocational_education .vocational_education_three .list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*.vocational_education .vocational_education_three .list ul li{*/
/*    width: 49%;*/
/*    background: rgba(240, 240, 240, 1);*/
/*}*/
/*.vocational_education .vocational_education_three .list ul li .cover{*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*}*/
/*.vocational_education .vocational_education_three .list ul li .cover img{*/
/*    display: block;*/
/*    width: 100%;*/
/*    transition: .3s all;*/
/*}*/
/*.vocational_education .vocational_education_three .list ul li:hover .cover img{*/
/*    transform: scale(1.1);*/
/*}*/
/*.vocational_education .vocational_education_three .list ul li .cont{*/
/*    width: 100%;*/
/*    padding: 20px 32px 40px;*/
/*    box-sizing: border-box;*/
/*}*/
/*.vocational_education .vocational_education_three .list ul li .cont h5{*/
/*    line-height: 26px;*/
/*    font-size: 16px;*/
/*    color: #000;*/
/*    font-weight: bold;*/
/*}*/
/*.vocational_education .vocational_education_three .list ul li .cont p{*/
/*    font-size: 12px;*/
/*    line-height: 16px;*/
/*    margin-top: 16px;*/
/*}*/
.vocational_education .vocational_education_three .list ul li{
    width: 100%;
    background: rgba(240, 240, 240, 1);
    margin-bottom: 76px;
}
.vocational_education .vocational_education_three .list ul li .cover{
    width: 50%;
    float: left;
}
.vocational_education .vocational_education_three .list ul li .cover img{
    display: block;
    width: 100%;
    object-fit: cover;
}
.vocational_education .vocational_education_three .list ul li .cont{
    width: 50%;
    padding: 80px 66px 10px;
    box-sizing: border-box;
    float: right;
}
.vocational_education .vocational_education_three .list ul li:nth-of-type(2n) .cover{
    float: right;
}
.vocational_education .vocational_education_three .list ul li:nth-of-type(2n) .cont{
    float: left;
}
.vocational_education .vocational_education_three .list ul li .cont h5{
    font-size: 24px;
    color: #000;
    line-height: 34px;
}
.vocational_education .vocational_education_three .list ul li .cont p{
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-top: 100px;
}
.vocational_education .vocational_education_three .list ul li:last-child{
    margin-bottom: 0;
}


.vocational_education .vocational_education_four{
    width: 100%;
    padding: 0px 0px 87px;

}
.vocational_education .vocational_education_four .title{
    padding: 52px 0 40px;
    line-height: 56px;
    font-size: 48px;
    color: #000;
    font-weight: bold;

}
.vocational_education .vocational_education_four .list{
    width: 100%;
    border-top: 1px solid #000;
}
.vocational_education .vocational_education_four .list ul li{
    width: 100%;
    border-bottom: 1px solid #000;
}
.vocational_education .vocational_education_four .list ul li .top{
    width: 100%;
    padding: 22px 62px 22px 0;
    height: 84px;
    position: relative;
}

.vocational_education .vocational_education_four .list ul li .top span{
    display: inline-block;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    max-width: 100%;
    position: relative;

    box-sizing: border-box;
}
.vocational_education .vocational_education_four .list ul li.act .top span{
    border-bottom: 2px solid #000;
}
.vocational_education .vocational_education_four .list ul li .top i{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    font-size: 40px;
    transition: .3s all;
    cursor: pointer;
    transform: rotate(45deg);
}
.vocational_education .vocational_education_four .list ul li.act .top i{
    transform: rotate(0deg);
}
.vocational_education .vocational_education_four .list ul li .bottom{
    width: 100%;
    padding-bottom: 26px;
    display: none;
}
.vocational_education .vocational_education_four .list ul li .bottom h5{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
}

.vocational_education .vocational_education_four .list ul li .bottom p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
}


.vocational_education .vocational_education_five{
    width: 100%;
    padding: 0 0px 80px;
    background: #000;
    box-sizing: border-box;
}
.vocational_education .vocational_education_five .title{
    padding: 65px 0 55px;
    line-height: 56px;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}
.vocational_education .vocational_education_five .list{
    width: 100%;
}

.vocational_education .vocational_education_five .list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.vocational_education .vocational_education_five .list ul li{
    width: 31.4%;

    border-bottom: 1px solid #fff;
}
.vocational_education .vocational_education_five .list ul li:nth-of-type(1){
    border-top: 1px solid #fff;
}
.vocational_education .vocational_education_five .list ul li:nth-of-type(2){
    border-top: 1px solid #fff;
}
.vocational_education .vocational_education_five .list ul li:nth-of-type(3){
    border-top: 1px solid #fff;
}
.vocational_education .vocational_education_five .list ul li .top{
    padding: 16px 30px 16px 0;
    line-height: 38px;
    position: relative;
    height: 70px;
    cursor: pointer;
}
.vocational_education .vocational_education_five .list ul li .top span{
    display: inline-block;
    line-height: 42px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    max-width: 100%;
    position: relative;
}
.vocational_education .vocational_education_five .list ul li .top span:before{
    width:0;
    height: 2px;
    content: ' ';
    left: 0;
    bottom: 0;
    background: #fff;
    position: absolute;
    transition: .3s all;
}
.vocational_education .vocational_education_five .list ul li.act .top span:before{
    width: 100%;
}
.vocational_education .vocational_education_five .list ul li .top i{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    transition: .3s all;
    cursor: pointer;
}
.vocational_education .vocational_education_five .list ul li .top i img{

}
.vocational_education .vocational_education_five .list ul li .bottom{
    box-sizing: border-box;
    height: 0px;
    overflow: hidden;
}
.vocational_education .vocational_education_five .list ul li .bottom p{
    line-height: 24px;
    font-size:16px;
    color: #fff;
}
.vocational_education .vocational_education_five .list ul li.act .top{
    border-bottom: 0;
}
.vocational_education .vocational_education_five .list ul li.act .top i{
    transform:  rotate(90deg);
}
.vocational_education .vocational_education_five .list ul li.act .bottom{
    height: auto;
    padding: 10px 0 30px;
}



.vocational_education .vocational_education_six{
    width: 100%;
    padding: 0px 0px 130px;

}
.vocational_education .vocational_education_six .title{
    padding: 60px 0 50px;
    line-height: 56px;
    font-size: 48px;
    color: #000;
    font-weight: bold;

}
.vocational_education .vocational_education_six .list{
    width: 100%;
}
.vocational_education .vocational_education_six .list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.vocational_education .vocational_education_six .list ul li{
    width: 23%;

    position: relative;
}
.vocational_education .vocational_education_six .list ul li .cover{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.vocational_education .vocational_education_six .list ul li .cover img{
    display: block;
    width: 100%;
    transition: .3s all;
}
.vocational_education .vocational_education_six .list ul li:hover .cover img{
    transform: scale(1.1);
}
.vocational_education .vocational_education_six .list ul li .cont{
    padding: 20px 24px;
    box-sizing: border-box;

    position: relative;
    z-index: 10;
}
.vocational_education .vocational_education_six .list ul li .cont>span{
    line-height: 24px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: 0 2px;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: background-size .3s cubic-bezier(.55,.085,.68,.53);
}
.vocational_education .vocational_education_six .list ul li:hover .cont>span{
    background-image: linear-gradient(#000, #000);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px; /* 下划线宽度和高度 */
}



.vocational_education .vocational_education_six .list ul li:before {
    background: rgba(240, 240, 240, 1);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.55, .085, .68, .53), background-color .3s cubic-bezier(.55, .085, .68, .53);
}

.vocational_education .vocational_education_six .list ul li:hover:before {
    bottom: -15px;
    left: -15px;
    right: -15px;
    top: -15px;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    content: "";
    display: block;
    position: absolute;
    transition: all .2s cubic-bezier(.55, .085, .68, .53), background-color .3s cubic-bezier(.55, .085, .68, .53);
}


.workshop{
    width: 100%;
}

.workshop .workshop_one{
    width: 100%;
    padding: 60px 0px 0px;
    background: #000;
}
.workshop .workshop_one .title{
    padding: 72px 0;
    box-sizing: border-box;
    line-height: 56px;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}
.workshop .workshop_one .cont{
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
}
.workshop .workshop_one .cont p{
    line-height: 26px;
    font-size: 18px;
    color: #fff;
    font-weight: lighter;
}

.workshop .workshop_two{
    width: 100%;
    padding: 0 0px 80px;
    background: #000;
}

.workshop .workshop_two .title{
    padding: 66px 0 50px;
    line-height: 56px;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}
.workshop .workshop_two .list{
    width: 100%;
    padding-bottom: 0px;
}
.workshop .workshop_two .list ul{
    display: flex;
    flex-wrap: wrap;
}
.workshop .workshop_two .list ul li{
    width: 31%;
    margin-right: 3.5%;
    background: #1D1D1D;
    margin-bottom: 56px;
    position: relative;
}
.workshop .workshop_two .list ul li:nth-of-type(3n){
    margin-right: 0;
}
.workshop .workshop_two .list ul li .cover{
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 10;
}
.workshop .workshop_two .list ul li .cover img{
    display: block;
    width: 100%;
    transition: .3s all;
}
.workshop .workshop_two .list ul li:hover .cover img{
    transform: scale(1.1);
}
.workshop .workshop_two .list ul li .cont{
    width: 100%;
    padding: 20px 32px 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}
.workshop .workshop_two .list ul li .cont h5{
    line-height: 26px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.workshop .workshop_two .list ul li .cont p{
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    color: #fff;
}
.workshop .workshop_two .list ul li .cont>span{
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: 0 2px;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: background-size .3s cubic-bezier(.55,.085,.68,.53);
}
.workshop .workshop_two .list ul li:hover .cont>span{
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px; /* 下划线宽度和高度 */
}



.workshop .workshop_two .list ul li:before {
    background:#1D1D1D;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.55, .085, .68, .53), background-color .3s cubic-bezier(.55, .085, .68, .53);
}

.workshop .workshop_two .list ul li:hover:before {
    bottom: -15px;
    left: -15px;
    right: -15px;
    top: -15px;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    content: "";
    display: block;
    position: absolute;
    transition: all .2s cubic-bezier(.55, .085, .68, .53), background-color .3s cubic-bezier(.55, .085, .68, .53);
}






.workshop .workshop_three{
    width: 100%;
    padding: 0 0px 100px;
}
.workshop .workshop_three .title{
    width: 100%;
    padding: 80px 0 35px;
    border-bottom: 1px solid #000;
}
.workshop .workshop_three .title h5{
    line-height: 56px;
    font-size: 48px;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
}
.workshop .workshop_three .title p{
    font-size: 18px;
    line-height: 34px;
    color: #000;
    margin-top: 12px;
}
.workshop .workshop_three .list{
    width: 100%;
}
.workshop .workshop_three .list ul li{
    width: 100%;
    border-bottom: 1px solid #000;
}
.workshop .workshop_three .list ul li .top{
    width: 100%;
    padding: 22px 62px 22px 0;
    height: 84px;
    position: relative;
    margin-bottom: 10px;
}

.workshop .workshop_three .list ul li .top span{
    display: inline-block;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
}
.workshop .workshop_three .list ul li.act .top span{
    border-bottom: 2px solid #000;

}
.workshop .workshop_three .list ul li .top i{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    font-size: 40px;
    transition: .3s all;
    cursor: pointer;
    transform: rotate(45deg);
}
.workshop .workshop_three .list ul li.act .top i{
    transform: rotate(0deg);
}
.workshop .workshop_three .list ul li .bottom{
    width: 100%;
    padding-bottom: 26px;
    display: none;
}
.workshop .workshop_three .list ul li .bottom p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.workshop .workshop_four{
    width: 100%;
    padding:  0 0px 220px;
    box-sizing: border-box;
}
.workshop .workshop_four .title{
    padding: 68px 0 88px;
    box-sizing: border-box;
}
.workshop .workshop_four .title h5{
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    font-weight: bold;
}
.workshop .workshop_four .title p{
    font-size: 16px;
    line-height: 26px;
    margin-top: 48px;
    color: #fff;
}
.workshop .workshop_four .list{
    width: 100%;
}
.workshop .workshop_four .list ul{
    display: flex;
    flex-wrap: wrap;
}
.workshop .workshop_four .list ul li{
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
    font-size:16px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
}


.workshop_five{
    width: 100%;
    padding: 104px 0px 50px;
    background: #000;

}
.workshop_five .containerBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.workshop_five .left{
    width: calc(100% - 88px);
    box-sizing: border-box;
}
.workshop_five .left h5{
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    font-weight: bold;
}
.workshop_five .left p{
    font-size: 16px;
    line-height: 26px;
    margin-top: 34px;
    color: #fff;
}
.workshop_five .right{
    width: 88px;
    min-width: 88px;
}

.workshop_five .right img{
    display: block;
    width: 100%;
}

.privacy{
    width: 100%;
    padding: 76px 0;
    background: rgba(18, 20, 26, 1);
}
.privacy .title{
    padding: 0 0 52px;
}
.privacy .title h5{
    line-height: 56px;
    font-size: 42px;
    color: #fff;
    margin-bottom: 28px;
    font-weight: bold;
}
.privacy .title p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.privacy .cont{

}
.privacy .cont p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.privacy .cont img{
    width: 134px;
    display: block;
    margin-top: 46px;
}




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

    .index1{
        /*padding: 0 80px;*/
    }

    .steam_course{
        padding: 100px 0px 80px;
    }
    .experience_products{
        padding: 40px 0px 80px;
    }

    .digital_studio{
        padding: 40px 0px 80px;
    }

    .vocational_education .vocational_education_one{
        padding: 40px 0px 0px;
    }

    .vocational_education .vocational_education_two{
        padding: 0px 0px;
    }

    .vocational_education .vocational_education_three{
        padding: 0px 0px;
    }
    .vocational_education .vocational_education_four{
        padding: 0px 0px 60px;
    }

    .vocational_education .vocational_education_five{
        padding: 0px 0px 60px;
    }
    .vocational_education .vocational_education_six{
        padding: 0px 0px 60px;
    }

    .workshop .workshop_one{
        padding:60px 0 0px
    }
    .workshop .workshop_two{
        padding: 0 0px 60px;
    }
    .workshop .workshop_three{
        padding: 0 0px 60px;
    }
    .workshop .workshop_four{
        padding: 0 0px 80px;
    }
    .workshop .workshop_five{
        padding:80px 0;
    }
    .workshop_five .left{
        width: calc(100% - 260px);
    }

}

@media screen and (max-width: 1322px) {
    .banner .banner_text{
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .banner video{
        height: auto;
    }
    .header .pc_header {
        display: none;
    }

    .header .sj_header {
        border-bottom: 1px solid #fff;
        display: block;
        height: 55px;
        position: fixed;
        left: 0;
        top: 0;
        background-color: #000;
        padding: 0 15px;
        box-sizing: border-box;
        z-index: 1000;
        width: 100%;
    }

    .sj_header .logo {
        float: left;
        line-height: 55px;
    }

    .sj_header .logo img {
        height: 32px;
        vertical-align: middle;
    }

    .sj_header .lang {
        float: right;
        line-height: 55px;
        margin-right: 20px;
    }

    .sj_header .Fast-Navigation-btn {
        margin-top: 13px;
        display: block;
        float: right;
        background: url(https://download.hecoos.com/enlightv/2024-12/zeJcteBS8N8PkCMzC37n.svg) center no-repeat;
        cursor: pointer;
        width: 30px;
        height: 30px;
    }

    .sj_header .Fast-Navigation-btn.act {
        background: url(https://download.hecoos.com/enlightv/2024-12/B3zdKfmw8kBAmKtSh7pB.svg) center no-repeat;
    }

    .kx {
        width: 100%;
        height: 55px;
    }

    .sj_nav {
        width: 100%;
        position: fixed;
        left: 0;
        top: 55px;
        background-color: #000;
        width: 100%;
        z-index: 1000;
        display: none;
        padding: 20px 0
    }

    .sj_nav a {
        width: 100%;
        display: block;
        line-height: 48px;
        font-size: 14px;
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
        font-weight: bold;
    }

    .sj_nav ul li p {
        display: flex;
    }

    .sj_nav ul li p a {
        flex: 1;
        color: #fff
    }

    .banner img{
        height: 240px;
        object-fit: cover;
    }
    .banner .banner_text{
        padding: 0 15px 15px;
    }
    .banner .banner_text h1{
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .banner .banner_text div a{
        padding: 0 10px;
        line-height: 28px;
        font-size: 14px;
    }

    .index1{

    }
    .index1 .title{
        padding: 25px 0 15px;
        font-size: 20px;
    }
    .index1 .bottom{
        padding-bottom: 20px;
    }
    .index1 .bottom ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    .index1 .bottom ul li .left{
        padding: 10px;
    }
    .index1 .bottom ul li .left .bt{
        font-size: 18px;
        line-height: 24px;
    }
    .index1 .bottom ul li .left .tip{
        padding-right: 60px;
    }
    .index1 .bottom ul li .left .tip p{
        font-size: 12px;
    }
    .index1 .bottom ul li .left .tip a{
        font-size: 12px;
        width: 56px;
        height: 56px;
        line-height: 56px;
    }
    .indexAboutUsBox{
        padding: 25px 0;
    }
    .indexAboutUs .left{
        width: 100%;
        padding-right: 0;
    }
    .indexAboutUs .left h5{
        font-size: 24px;
        line-height: 42px;
    }
    .indexAboutUs .left p{
        font-size: 14px;
        line-height: 24px;
    }
    .indexAboutUs .right{
        width: 100%;
        margin-top: 15px;
    }
    .indexAboutUs .right p{
        line-height: 24px;
        font-size: 14px;
    }

    .index2 .top{
        padding: 25px 0;
        flex-wrap: wrap;
    }
    .index2 .top .title{
        width: 100%;
        line-height: 42px;
        font-size: 20px;
    }
    .index2 .top .tab{
        width: 100%;
    }
    .index2 .top .tab span{
        padding: 0 12px;
        line-height: 32px;
        font-size: 14px;
        margin-right: 10px;
    }
    .index2 .bottom{
        padding-bottom: 15px;
    }
    .index2 .bottom ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .footer .pc_footer{
        padding: 25px 15px;
        flex-wrap: wrap;
    }
    .footer .pc_footer .footer_nav a{
        margin: 0 6px;
    }
    .footer .pc_footer .footer_icon{
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .steam_course{
        padding: 25px 0px;
    }
    .steam_course ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    .steam_course ul li .top{
        padding: 10px;
        height: auto;
    }
    .steam_course ul li .top .bt{
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 24px;
    }
    .steam_course ul li .top .tip{
        padding-right: 100px;
        min-height: 66px;
    }
    .steam_course ul li .top .tip p{
        font-size: 12px;
        padding-top: 5px;
    }
    .steam_course ul li .top .tip a{
        font-size: 12px;
        width: 66px;
        height: 66px;
        line-height: 66px;
    }

    .experience_products{
        padding: 25px 0px;
    }
    .experience_products .introduce{
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 15px;
    }
    .experience_products .achievement .title{
        padding: 25px 0 15px;
        font-size: 20px;
    }
    .experience_products .achievement .bottom ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    .experience_products .achievement .bottom ul li .bottom{
        padding: 10px;
    }
    .el-dialog__body{
        padding: 10px !important;
    }


    .digital_studio{
        padding: 25px 0px;
    }
    .digital_studio .introduce{
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 15px;
    }
    .digital_studio .digital_studio_direction .title{
        padding: 25px 0 15px;
        font-size: 20px;
    }
    .digital_studio .digital_studio_direction .digital_studio_direction_list{
        padding-bottom: 25px;
    }
    .digital_studio .digital_studio_direction .digital_studio_direction_list ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    .digital_studio .digital_studio_direction .digital_studio_direction_list ul li .top{
        height: 58px;
        padding: 14px 30px 14px 0;
    }
    .digital_studio .digital_studio_direction .digital_studio_direction_list ul li .top span{
        font-size: 16px;
        line-height: 30px;
    }
    .digital_studio .digital_studio_direction .digital_studio_direction_list ul li .top span:before{
        display: none;
    }
    .digital_studio .digital_studio_direction .digital_studio_direction_list ul li.act .bottom{
        padding: 10px 0;
    }


    .digital_studio .digital_studio_advantage .title{
        padding: 25px 0 15px;
        font-size: 20px;
    }
    .digital_studio .digital_studio_advantage .digital_studio_advantage_list{
        padding-bottom: 0px;
    }
    .digital_studio .digital_studio_advantage .digital_studio_advantage_list ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    .digital_studio .digital_studio_advantage .digital_studio_advantage_list ul li .top div{
        font-size: 20px;
    }

    .digital_studio .digital_studio_advantage .digital_studio_advantage_list ul li .bottom{
        padding: 10px;
    }
    .digital_studio .digital_studio_advantage .digital_studio_advantage_list ul li .bottom div.true{
        font-size: 16px;
    }
    .digital_studio .digital_studio_advantage .digital_studio_advantage_list ul li .bottom div.false{
        font-size: 16px;
        margin-top: 15px;
    }

    .vocational_education .vocational_education_one{
        padding: 25px 0px 0;
    }
    .vocational_education .vocational_education_one .title{
        font-size: 16px;
        line-height: 24px;
    }
    .vocational_education .vocational_education_one .list{
        padding-bottom: 25px;
    }
    .vocational_education .vocational_education_one .list ul li{
        margin-top: 15px;
    }
    .vocational_education .vocational_education_one .list ul li div{
        line-height: 24px;
        font-size: 14px;
    }
    .vocational_education .vocational_education_one .list ul li p{
        line-height: 24px;
        font-size: 14px;
    }

    .vocational_education .vocational_education_two{
        padding: 0 0px;
    }
    .vocational_education .vocational_education_two .title{
        padding: 25px 0;
        line-height: 30px;
        font-size: 20px;
    }
    .vocational_education .vocational_education_two .list{
        padding-bottom: 25px;
    }
    .vocational_education .vocational_education_two .list ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    .vocational_education .vocational_education_two .list ul li .cont{
        padding: 10px;
    }

    .vocational_education .vocational_education_three{
        padding: 0 0px;
    }
    .vocational_education .vocational_education_three .title{
        padding: 25px 0;
        line-height: 30px;
        font-size: 20px;
    }
    .vocational_education .vocational_education_three .list{
        padding-bottom: 25px;
    }
    .vocational_education .vocational_education_three .list ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    .vocational_education .vocational_education_three .list ul li .cover{
        width: 100%;
        float: none;
    }
    .vocational_education .vocational_education_three .list ul li .cont{
        padding: 15px 10px;
        width: 100%;
        float: none;
    }
    .vocational_education .vocational_education_three .list ul li .cont p{
        margin-top: 10px;
        font-size: 14px;
    }

    .vocational_education .vocational_education_four{
        padding: 0 0px 25px;
    }
    .vocational_education .vocational_education_four .title{
        padding: 25px 0;
        line-height: 30px;
        font-size: 20px;
    }
    .vocational_education .vocational_education_four .list ul li .top{
        height: 58px;
        padding: 14px 30px 14px 0;
    }
    .vocational_education .vocational_education_four .list ul li .top i{
        font-size: 20px;
        margin-top: -10px;
    }
    .vocational_education .vocational_education_four .list ul li .top span{
        font-size: 16px;
        line-height: 30px;
    }
    .vocational_education .vocational_education_four .list ul li .bottom{
        padding-bottom: 10px;
    }
    .vocational_education .vocational_education_four .list ul li .bottom h5{
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
    }
    .vocational_education .vocational_education_four .list ul li .bottom p{
        font-size: 16px;
        line-height: 24px;
    }
    .vocational_education .vocational_education_five{
        padding: 0 0px 25px;
    }
    .vocational_education .vocational_education_five .title{
        padding: 25px 0;
        line-height: 30px;
        font-size: 20px;
    }
    .vocational_education .vocational_education_five .list ul li{
        width: 100%;
    }
    .vocational_education .vocational_education_five .list ul li .top{
        height: 58px;
        padding: 14px 30px 14px 0;
    }
    .vocational_education .vocational_education_five .list ul li .top span {
        font-size: 16px;
        line-height: 30px;
    }
    .vocational_education .vocational_education_five .list ul li .top i {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -20px;
        transition: .3s all;
        cursor: pointer;
    }
    .vocational_education .vocational_education_five .list ul li.act .bottom{
        padding-bottom: 10px;
    }
    .vocational_education .vocational_education_five .list ul li .bottom p {
        line-height: 24px;
        font-size: 14px;
        color: #fff;
    }
    .vocational_education .vocational_education_five .list ul li:nth-of-type(2){
        border-top: 0;
    }
    .vocational_education .vocational_education_five .list ul li:nth-of-type(3){
        border-top: 0;
    }

    .vocational_education .vocational_education_six{
        padding: 0 0px 60px;
    }
    .vocational_education .vocational_education_six .title{
        padding: 25px 0;
        line-height: 30px;
        font-size: 20px;
    }

    .vocational_education .vocational_education_six .list ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    .vocational_education .vocational_education_six .list ul li .cont{
        padding: 15px;
    }
    .vocational_education .vocational_education_six .list ul li .cont p{
        font-size: 14px;
    }

    .workshop .workshop_one{
        padding: 25px 0px 0;
    }
    .workshop .workshop_one .title{
        line-height: 30px;
        font-size: 20px;
        padding: 25px 0;
    }
    .workshop .workshop_one .cont p{
        font-size: 14px;
        line-height: 24px;
    }
    .workshop .workshop_one .cont{
        padding-bottom: 25px;
    }
    .workshop .workshop_two{
        padding: 0 0px 15px;
    }
    .workshop .workshop_two .title{
        line-height: 30px;
        font-size: 20px;
        padding: 25px 0;
    }
    .workshop .workshop_two .list ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .workshop .workshop_two .list ul li .cont{
        padding: 10px ;
    }

    .workshop .workshop_three{
        padding: 0 0px 25px;
    }
    .workshop .workshop_three .title{
        padding: 25px 0;
    }
    .workshop .workshop_three .title h5{
        line-height: 30px;
        font-size: 20px;
        padding: 0;
    }
    .workshop .workshop_three .title p{
        font-size: 14px;
        line-height: 24px;
    }
    .workshop .workshop_three .list ul li .top{
        height: 58px;
        padding: 14px 30px 14px 0;
        margin-bottom: 0;
    }
    .workshop .workshop_three .list ul li .top i{
        font-size: 20px;
        margin-top: -10px;
    }
    .workshop .workshop_three .list ul li .top span{
        font-size: 16px;
        line-height: 30px;
    }
    .workshop .workshop_three .list ul li .bottom{
        padding-bottom: 10px;
    }
    .workshop .workshop_three .list ul li .bottom p{
        font-size: 14px;
        line-height: 24px;
    }
    .workshop .workshop_four{
        padding: 0 0px 25px;
    }
    .workshop .workshop_four .title{
        padding: 25px 0 25px;
    }
    .workshop .workshop_four .title h5{
        font-size: 20px;
        line-height: 30px;
    }
    .workshop .workshop_four .title p{
        line-height: 24px;
        font-size: 14px;
        margin-top: 15px;
    }
    .workshop .workshop_four .list ul li{
        width: 100%;
        padding-right: 0;
        font-size: 16px;
    }

    .workshop .workshop_five{
        padding:25px 0px;
        flex-wrap: wrap;
    }
    .workshop_five .left{
        width: 100%;
        padding-right: 0;
    }
    .workshop_five .left h5{
        font-size: 20px;
        line-height: 30px;
    }
    .workshop_five .left p{
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }
    .workshop_five .right{
        width: 100%;
        margin-top: 25px;
    }
    .workshop_five .right img{
        display: block;
        margin: 0 auto;
        max-width: 100%;
        width: auto;
    }




}







