.hf_warp .warp_content{
    width: 100%;
}

.hf_warp .warp_content .os_banner{
    background: url(../../images/programme/programme_bg.jpg) no-repeat center;
}

.hf_warp .warp_content .os_products_introduce{
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.hf_warp .warp_content .os_products_introduce::before{
    position: absolute;
    content: url(../../images/common/lefttop.png);
    top: 0px;
    left: 0px;
}

.hf_warp .warp_content .os_products_introduce::after{
    position: absolute;
    content: url(../../images/common/rightdown.png);
    bottom: 0px;
    right: 0px;
}

.hf_warp .warp_content .os_products_introduce >h1,
.hf_warp .warp_content .programme_show >h1,
.hf_warp .warp_content .company >h1{
    margin-top: 60px;
    font-family: SourceHanSansCN-Medium;
    font-size: 32px;
    color: rgba(0,0,0,0.60);
    text-align: center;
    font-weight: 500;
}

.hf_warp .warp_content .os_products_introduce .Eg,
.hf_warp .warp_content .programme_show .Eg,
.hf_warp .warp_content .company .Eg{
    margin-top: 24px;
    margin-bottom: 40px;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: rgba(0,0,0,0.20);
    text-align: center;
    font-weight: 500;
}

.hf_warp .warp_content .os_products_introduce > img{
    margin-bottom: 30px;
}

.hf_warp .warp_content .os_products_introduce .tips{
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin-bottom: 60px;
}

.hf_warp .warp_content .programme_show {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.01) 55%, rgba(0,0,0,0.01) 100%);
    overflow: hidden;
    padding-bottom: 60px;
}

.hf_warp .warp_content .programme_show .programme_list{
    width: 434px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hf_warp .warp_content .programme_show .programme_list li{
    position: relative;
    cursor: pointer;
}

.hf_warp .warp_content .programme_show .programme_list li >p{
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: rgba(0,0,0,0.80);
    text-align: right;
    font-weight: 400;   
}

.hf_warp .warp_content .programme_show .programme_list .pro_list_active > p{
    font-family: SourceHanSansCN-Bold;
    font-size: 18px;
    color: #3CB0BF;
    text-align: right;
    font-weight: 700;
}

.hf_warp .warp_content .programme_show .programme_list li::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    left: 0px;
    bottom: -16px;
    background: #3CB0BF;
    opacity: 0;
    transition: all 0.2s linear;
    -webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01,1);
}

.hf_warp .warp_content .programme_show .programme_list .pro_list_active::after{
    opacity: 1;
    transform: scale(1,1);
}

.hf_warp .warp_content .programme_show .programme_pic{
    width: 1200px;
    margin-top: 60px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.hf_warp .warp_content .programme_show .programme_pic li {
    width: 380px;
    height: 286px;
    border: 1px solid #979797;
    box-shadow: 8px 8px 27px 0 rgba(0,0,0,0.10);
    margin-bottom: 30px;
}

.hf_warp .warp_content .programme_show .programme_pic li > img{
    width: 100%;
    height: 100%;
}

.hf_warp .warp_content .programme_show .investigation{
    display: none;
    width: 1200px;
    align-items: center;
    flex-direction: column;
}

.hf_warp .warp_content .programme_show .investigation >p{
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: rgba(0,0,0,0.80);
    line-height: 28px;
    font-weight: 400;
    margin-top: 60px;
    text-indent: 36px;
}

.hf_warp .warp_content .programme_show .pic_introduce li {
    width: 380px;
    height: 366px;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 8px 8px 27px 0 rgba(0,0,0,0.10);
    margin-bottom: 30px;
}

.hf_warp .warp_content .programme_show .pic_introduce li > img{
    width: 380px;
    height: 286px;
}

.hf_warp .warp_content .programme_show .pic_introduce li .introduce{
    width: 100%;
    height: 80px;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: rgba(0,0,0,0.80);
    text-align: center;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hf_warp .warp_content .company{
    width: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.hf_warp .warp_content .company::before{
    position: absolute;
    content: url(../../images/common/lefttop.png);
    top: 0px;
    left: 0px;
}

.hf_warp .warp_content .company::after{
    position: absolute;
    content: url(../../images/common/rightdown.png);
    bottom: 0px;
    right: 0px;
}

.hf_warp .warp_content .schools_list{
    width: 1200px;
    margin-bottom: 60px;
    height: 300px;
}

.hf_warp .warp_content .schools_list .shcool-item{
    width: 260px;
    height: 260px;
    background: rgba(255,255,255,0.04);
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.hf_warp .warp_content .schools_list .shcool-item:hover{
    background: rgba(255,255,255,0.04);
    box-shadow: 6px 6px 23px 0px rgba(0,0,0,0.1);
}

.hf_warp .warp_content .schools_list .shcool-item .shcool-item-img{
    width: 120px;
    height: 120px;
    margin-top: 56px;
    margin-bottom: 28px;
}

.hf_warp .warp_content .schools_list .shcool-item >p{
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: rgba(0,0,0,0.80);
    text-align: center;
    font-weight: 400;
}

.hf_warp .warp_content .schools_list .list-con{
    height: 300px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
}

.hf_warp .warp_content .schools_list .list-con .swi-wra{
    display: flex;
    align-items: center;
}