.banner_box{

}

.phone_wrap{
    display: none;
}
.swiper-container1 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.swiper-container1 .pc-show{
    width:100%;
    height: 700px;
    display:block;
    object-fit: cover;
}
.swiper-container1 .phone-show{
    width:100%;
    display:none
}
.bar-list{
    position: absolute;
    bottom:124px;
    z-index:2;
    display:flex;
    justify-content: center;
    width:100%;
    opacity: 0 !important;
}
.bar-list li{
    cursor: pointer;
    /* float: left; */
    width:50px;
    height:4px;
    background:rgba(153,153,153,1);
    border-radius:5px;
    border:1px solid rgba(151,151,151,1);
    margin-left:10px
}
.bar-list li.cheacj{
    width:50px;
    height:4px;
    background:rgba(255,255,255,1);
    border-radius:5px;
}
.swiper-container1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative;
    /* 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;
    flex-direction:column;
    background-size:100% 100%
}
.swiper-container1 .swiper-slide section{
    position: absolute;
    width:100%;
    height:100%;
    /* background-color:red; */
    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;
    flex-direction:column;
}

.title-vk{
    font-size: 70px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 98px;
    letter-spacing: 1px;
    text-align: center;
}

.to-look{
    width: 200px;
    height: 64px;
    background: #FF8F1E;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    text-align: center;
}
.to-look div{
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
}

.to-look img{
    width: 28px;
    height: 28px;
    margin-left: 16px;
}

.url_box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.tit_box{
    position: absolute;
    width: 1200px;
    top: 30%;
    left: 50%;
    transform: translate(-50%,0);
}
.look_box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.bar_flex{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    background: rgba(0,0,0,0.2);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.06);
    display: flex;
    justify-content: center;
}

.bar_flex_li{
    width: 300px;
    height: 94px;
    border-right: 1px solid rgba(229,229,229,0.3);
    font-size: 18px;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}



.bar_flex_li p{
    font-size: 48px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 0 6px;
}


.product{
    background: #ffffff;
}

.product_head{
    text-align: center;
    padding-top: 79px;
}

.product_head_tit{
    font-size: 36px;
    line-height: 50px;
    font-weight: 500;
    color: #333333;
}

.product_head_desc{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    padding-top: 10px;
}

.product_head_list{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 64px;
}

.product_head_list_li{
    text-align: center;
    cursor: pointer;
    position: relative;
    padding-bottom: 24px;
}

.pr_icon{
    width: 60px;
    height: 60px;
}

.product_head_list_li p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #333333;
    margin-top: 4px;
}

.product_head_list_li .active{
    color: #FF8F1E;
}

.product_cont{
    background: #2E2F34;
    position: relative;
}

.product_cont_back{
    width: 100%;
}

.th_icon{
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%,0);
}

.product_cont_box_1{
    background: url("https://sjkj.oss-cn-beijing.aliyuncs.com/4ae004c52f57717406c5ca0eff6d1a1e.png");
    background-size: 100% 100%;
}

.product_cont_box_2{
    background: url("https://sjkj.oss-cn-beijing.aliyuncs.com/fef5a7f4ee176f72c937d776a4a4b005.png");
    background-size: 100% 100%;
}

.product_cont_box_3{
    background: url("https://sjkj.oss-cn-beijing.aliyuncs.com/5e5b04f4148d7cc30cf784c0fcbb4241.png");
    background-size: 100% 100%;
}

.product_cont_box{
    width: 1200px;
    height: 606px;
    margin: auto;
}

.product_cont_box_tit{
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: #FFFFFF;
    padding-top: 60px;
}

.product_cont_box_desc{
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
    padding-top: 8px;
}

.product_cont_box_list{
    margin-top: 30px;
    background: rgba(156,156,156,0.3);
    width: 380px;
    padding-bottom: 20px;
    border-radius: 4px;
}

.product_cont_box_list_tit{
    height: 53px;
    background: rgba(46,47,52,0.5);
    /*box-shadow: 0px 0px 10px 0px rgba(217,217,217,0.5);*/
    border-radius: 4px 4px 0px 0px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 53px;
    padding-left: 20px;
}

.product_cont_box_list_text{
    display: flex;
    align-items: center;
    padding-top: 14px;
    padding-left: 24px;
}

.product_cont_box_list_text div{
    width: 10px;
    height: 10px;
    background: #FF8F1E;
    border-radius: 50%;
    margin-right: 12px;
}

.product_cont_box_list_text p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.product_cont_box_go{
    cursor: pointer;
    display: block;
    width: 140px;
    height: 40px;
    border-radius: 4px;
    /* border: 1px solid #FF8F1E; */
    font-size: 16px;
    font-weight: 400;
    /* color: #FF8F1E; */
    color: #fff;
    border: 1px solid #fff;
    line-height: 40px;
    margin-top: 30px;
    text-align: center;
}
.product_cont_box_go:hover{
    color: #FF8F1E;
    border: 1px solid #FF8F1E;
}

.product_cont_box_len{
    width: 640px;
    height: 1px;
    border: 1px dashed #CCCCCC;
    /*border-image: linear-gradient(225deg, rgba(204, 204, 204, 0), rgba(204, 204, 204, 1)) 30;*/
    margin-top: 30px;
}

.applyModalphone{
    display: none;
}
.applyModalsuccessphone{
    display: none;
}
.service{
    background: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    position: relative;
}

.service_tit{
    font-size: 36px;
    line-height: 50px;
    font-weight: 500;
    color: #333333;
}

.service_desc{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-top: 27px;
}

.service img{
    width: 1200px;
    /*height: 903px;*/
    margin-top: 64px;
}

.service a{
    display: inline-block;
    width: 200px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #666;
    font-size: 18px;
    font-weight: 400;
    color: #666!important;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    margin: 20px auto 0;
}
.service a:hover{
    color: #FF8F1E!important;
    border: 1px solid #FF8F1E;
}

.product_cont_box_flex{
    display: flex;
    margin-top: 40px;
}

.product_cont_box_flex img{
    width: 200px;
    height: 70px;
    border-radius: 6px;
    margin-right: 20px;
}

.product_cont_box_list2{
    padding: 30px 0 55px;
}

.product_cont_box_list_text2{
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.product_cont_box_list_text2 div{
    width: 10px;
    height: 10px;
    background: #FF8F1E;
    border-radius: 50%;
}

.product_cont_box_list_text2 p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 12px;
}

.product_cont_box_list3{
    padding: 30px 0 114px;
}

.product_cont_box_list_text3{
    display: flex;
}

.product_cont_box_list_text3 div{
    width: 10px;
    height: 10px;
    background: #FF8F1E;
    border-radius: 50%;
    margin-top: 12px;
}

.product_cont_box_list_text3 p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    margin-left: 12px;
}

.news_box{
    width: 100%;
    padding: 64px 0;
    background: url("https://sjkj.oss-cn-beijing.aliyuncs.com/ebcec1006ce7ebce7fc97cf3adaef349.jpg");
    background-size: 100% 100%;
}
.news_box_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin:64px auto 0;
}

.news_box_tit{
    font-size: 38px;
    font-weight: 500;
    color: #333333;
    line-height: 53px;
    padding: 90px 0 83px;
    text-align: center;
}

.news_box_li{
    background: #FFFFFF;
    box-shadow: 0px 2px 24px 2px rgba(149,149,149,0.18);
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    overflow: hidden;
}

.news_box_li:last-child{
    margin: 0;
}

.news_box_li_img{
    width: 380px;
    height: 180px;
    object-fit: cover;
}

.news_box_li_cont{
    padding: 20px 30px;
}

.news_box_li_cont_tit{
    width: 320px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}

.news_box_li_cont_time{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-top: 10px;
}

.news_box_li_cont_desc{
    margin-top: 14px;
    width: 320px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_box_li_cont_a{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #999999!important;
    line-height: 20px;
    margin-top: 20px;
}


.news_box_li_cont_a:hover{
    color: #FF8F1E!important;
}

.news_box_link{
    display: block;
    width: 200px;
    height: 50px;
    border-radius: 4px;
    /* border: 1px solid #FF8F1E; */
    font-size: 18px;
    font-weight: 400;
    /* color: #FF8F1E!important; */
    color: #666!important;
    border: 1px solid #666;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    margin: 60px auto 0;
}
.news_box_link:hover{
    border: 1px solid #FF8F1E;
    color: #FF8F1E!important;
}

.cooperate{
    padding-top: 80px;
    padding-bottom: 10px;
    background: #FFFFFF;
}
.cooperate_tit{
    font-size: 38px;
    font-weight: 500;
    color: #333333;
    line-height: 53px;
    text-align: center;
    padding: 90px 0 10px;
}

.swiper-container2-box{
    width: 100%;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}


.cooperate_left{
    position: absolute;
    top: 0;
    left: 0;
    width: 18.75%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
    z-index: 8;
}

.cooperate_right{
    position: absolute;
    top: 0;
    right: 0;
    width: 18.75%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
    z-index: 8;
}

.swiper-container2-img{
    width: 100%;
}

.swiper-container2-cont{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.swiper-container2 .swiper-wrapper {
    /* 这里是改变其动画效果为匀速形式，不加此样式的话会造成滚动卡顿，看起来效果不平滑 */
    /* 样式做了各种浏览器的兼容 */
    transition-timing-function: linear !important;
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.course{
    position: relative;
}

.course_back{
    width: 100%;
    height: 750px;
    object-fit:cover;
}

.course_tit{
    font-size: 36px;
    line-height: 50px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    padding: 80px 0 0;
}

.course_cont-box{
    width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}

.course_cont{
    height: 392px;
}


.course_cont_box_f{
    font-size: 48px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    letter-spacing: 1px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FDBB79 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    padding-top: 120px;
}

.course_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.course_flex img{
    width: 56px;
    height: 61px;
    cursor: pointer;
}

.course_flex_list{
    display: flex;
}

.course_flex_list_cont{
    cursor: pointer;
    padding-top: 30px;
}

.course_flex_list_cont_ac{
    padding-top: 0;
}

.course_flex_list_cont p{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    /*line-height: 40px;*/
    text-align: center;
}
.ball_active{
    border: 5px solid rgba(255,255,255,0.4);
    box-shadow: 0px 0px 5px 0px #FFFFFF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 16px auto 0;
}

.ball_active span{
    display: block;
    width: 21px;
    height: 21px;
    background: #FFFFFF;
    border-radius: 50%;
}

.ball{
    width: 30px;
    height: 30px;
    margin: 17px auto 0;
    padding-top: 8px;
}

.ball span{
    display: block;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: auto;
}

.swiper-container3{
    width: 1200px;
    overflow: hidden;
}

.course_flex_len{
    width: 1194px;
    height: 3px;
    border: 2px solid;
    border-image: linear-gradient(82deg, rgba(239, 239, 239, 0), rgba(239, 239, 239, 1), rgba(226, 226, 226, 0)) 2 2;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%,0);
}

.p_active{
    font-size: 44px!important;
    font-weight: 500!important;
}

.course_cont_box_li{
    display: flex;
    /*align-items: center;*/
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 24px;
}

.course_cont_box_li p{
    width: 10px;
    height: 10px;
    background: linear-gradient(180deg, #FFC240 0%, #FF8F1E 100%);
    border-radius: 50%;
    margin-right: 9px;
    margin-top: 12px;
}

.course_cont_box_e{
    padding: 80px 0 0 20px;
}

.video_home{
    width: 100vw;
    height: 100vh;
    display: block;      /* 消除行内元素间隙 */
    border: none;        /* 移除边框 */
    outline: none;       /* 移除聚焦时的轮廓线 */
    padding: 0;          /* 清除内边距 */
    margin: 0;           /* 清除外边距 */
    background: #000;    /* 设置背景色（可选） */
    object-fit: cover; /* 关键属性：填充整个容器，可能裁剪边缘 */
}

.video_home::-webkit-media-controls-enclosure {
  border-radius: 0;    /* 移除控件圆角 */
  background: transparent; /* 控件背景透明 */
}


.fwbk{
    background: #FFFFFF;
    position: relative;
}

.fwbk_img1{
    width: 1205px;
    height: 543px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}

.fwbk_tit{
    font-weight: 500;
    font-size: 36px;
    color: #333333;
    line-height: 50px;
    text-align: center;
    padding-top: 80px;
}

.fwbk_text{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    margin: 10px 0 45px;
    text-align: center;
}

.fwbk_img2{
    display: block;
    height: 859px;
    margin: auto;
}

.fwbk_tab{
    width: 1200px;
    margin: 24px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fwbk_tab_li{
    width: 394px;
    height: 110px;
    background: rgba(255,255,255,0.91);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-bottom: 4px solid transparent;
}

.fwbk_tab_li .fwbk_tab_li_img1{
    display: block;
}

.fwbk_tab_li .fwbk_tab_li_img2{
    display: none;
}

.fwbk_tab_li_ac .fwbk_tab_li_img1{
    display: none;
}

.fwbk_tab_li_ac .fwbk_tab_li_img2{
    display: block;
}

.fwbk_tab_li_img1{
    width: 100px;
    height: 100px;
}

.fwbk_tab_li_img2{
    width: 74px;
    height: 74px;
}

.fwbk_tab_li div{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;

}

.fwbk_tab_li p{
    font-weight: 400;
    font-size: 22px;
    color: #666666;
}

.fwbk_tab_li_ac div{
    font-weight: 500;
    color: #FF8F1E;
}

.fwbk_tab_li_ac{
    border-bottom: 4px solid #FF8F1E;
}

.fw_t_c1{
    width: 100%;
    height: 750px;
    background: url("https://sjkj.oss-cn-beijing.aliyuncs.com/8c66156e8ee97b3e280fcc4334d4744b.png");
    background-size: 100% 100%;
}

.fw_t_c2{
    width: 100%;
    height: 750px;
    background: url("https://sjkj.oss-cn-beijing.aliyuncs.com/be762cabb5ec9c940ca090f62d954e45.png");
    background-size: 100% 100%;
}

.fw_t_c3{
    width: 100%;
    height: 750px;
    background: url("https://sjkj.oss-cn-beijing.aliyuncs.com/3ab2cd2578bf0bbb1f4ad93f764ebcb6.png");
    background-size: 100% 100%;
}

.fw_t_c{
    padding-top: 70px;
}

.fw_t_c_b{
    margin:auto;
    padding: 40px 38px 39px;
    width: 1200px;
    background: linear-gradient( 180deg, rgba(255,255,255,0.8) 0%, rgba(255,252,250,0.55) 43%, #F4F4F4 71%, rgba(244,244,244,0.46) 100%);
    box-shadow: 0px 2px 15px 0px rgba(254,193,135,0.1);
}

.fw_t_c_b_t{
    display: flex;
    align-items: center;
}

.fw_t_c_b_t img{
    width: 24px;
    height: 24px;
    margin-right: 17px;
}

.fw_t_c_b_t p{
    font-weight: 500;
    font-size: 28px;
    color: #333333;
}

.fw_t_c_b_t{
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 34px;
    margin-top: 20px;
}

.fw_t_c_b_l{
    width: 593px;
    height: 1px;
    background: url("https://sjkj.oss-cn-beijing.aliyuncs.com/0c24000c8e2f085906838b7c8586dd84.png");
    background-size: 100% 100%;
    margin-top: 30px;
}

.fw_t_c_b_m{
    font-weight: 400;
    font-size: 18px;
    color: #FF8F1E;
    line-height: 25px;
    padding-top: 20px;
    cursor: pointer;
}

.fw_t_c_b_img{
    display: flex;
    justify-content: space-between;
    margin-top: 59px;
}

.fw_t_c_b_img img{
    width: 362px;
    height: 162px;
    object-fit: cover;
}

.fw_t_c_b_w{
    /* border-left: 1px dotted #FF8F1E; */
    padding-left: 60px;
    position: relative;
}

.fw_t_c_b_w2{
    padding-left: 75px;
}

.fw_t_c_b_w img{
    position: absolute;
    width: 14px;
    top: 2px;
    left: 36px;
}

.fw_t_c_b_w2 img{
    position: absolute;
    width: 14px;
    top: 4px;
    left: 36px;
}

.fw_t_c_b_w_t{
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    margin-top: 30px;
}

.fw_t_c_b_w_f{
    display: flex;
    align-items: center;
    margin-top: 7px;
    margin-left: 20px;
}

.fw_t_c_b_w_f_l{
    display: flex;
    align-items: center;
    margin-right: 70px;
}

.fw_t_c_b_w_f_l div{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}

.fw_t_c_b_w_f_l p{
    width: 5px;
    height: 5px;
    background: #333333;
    border-radius: 50%;
    margin-right: 10px;
}

.fc{
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 10;
    cursor: pointer;
}

.fc_li{
    margin: 2px 0;
}

.fc_li .img1{
    display: block;
    width: 80px;
    height: 80px;
    margin-left: auto;
}

.fc_li:hover .img1{
    display: none;
}

.fc_li:hover .fc_li_box{
    display: block;
}

.fc_li_box{
    display: none;
    width: 200px;
    height: 200px;
    background: rgba(255,143,30,0.76);
    box-shadow: 0px 3px 9px 0px rgba(150,150,150,0.5);
    border-radius: 4px;
    text-align: center;
    padding-top: 18px;
}

.fc_li_box img{
    width: 141px;
    height: 141px;
    object-fit: cover;
}

.fc_li_box p{
    font-weight: 400;
    font-size: 14px;
    color: #FFFEFE;
    line-height: 20px;
    margin-top: 11px;
}