.banner .title_programme{
    position: absolute;
    top: 50%;
    left: 11%;
    transform: translateY(-50%);
    background: rgba(177, 0, 52, 1);
    opacity: 0.8;
    z-index: 1;
    color: #fff;
    width: 905px;
    padding: 34px 60px;
    min-height: 204px;
}

#programme{
    padding-bottom: 60px;
}
#programme .item{
    width:100%;
    border-bottom: 1px solid #D1D1CF;
    margin-bottom: 34px;
}

#programme .item-img{
    width:100%;
    height:300px;
    color: #fff;
    background: #efefef;
    position: relative;
    text-align: center;
}

#programme .item-img img{
    width:100%;
    height:100%;
}
#programme .item-img a{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:90px 40px;
    color:#fff;
    background: rgba(0,0,0,.7);
    opacity: 0;
}

#programme .item-img h1{
    font-size:28px;
    font-family: "SourceHanSansCN-Bold";
    opacity: 0;
    margin-top:20px;
}

#programme .item-img h2{
    margin:36px 0 30px;
    font-size: 16px;
    opacity: 0;
    color:#ddd;
}
#programme .item-img a span{
    padding: 8px 20px;
    color:#ddd;
    background: #B10034;
    opacity: 0;
    margin-top:20px;
}

#programme .item .title {
    width:100%;
    height:80px;
}

#programme .item .title a{
    display: block;
    color:#222;
    font-size: 22px;
    font-family: "SourceHanSansCN-Bold";
    text-align: center;
    padding: 16px 10px 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#programme .item .title h2{
    color:#898989;
    font-size:13px;
    text-align: center;
}

#programme .item-img:hover a{
    transition: all 0.2s;
    opacity: 1;
}

#programme .item-img:hover +div a,
#programme .item-img:hover +div h2
{
    display: none;
}

#programme .item-img:hover h1{
    transition: all 0.4s linear;
    opacity: 1;
    margin-top:0;
}

#programme .item-img:hover h2{
    transition: all 0.4s linear 0.2s;
    opacity: 1;
    margin:16px 0 30px;
}

#programme .item-img:hover a span{
    transition: all 0.4s linear 0.4s;
    opacity: 1;
    margin-top:0;
}

/*** programme detail ***/
#programme_detail .range .container{
    text-align: center;
    padding-bottom: 70px;
}
#programme_detail .cls{
    width: 140px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}
#programme_detail .cls img{
    width:100%;
    height:145px;
}

#programme_detail .cls h2 {
    background: #565656;
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 15px 0;
    font-family: "SourceHanSansCN-Medium";
}
#programme_detail .cls p{
    color:#aaa;
    text-align: left;
    font-size: 15px;
    padding-left: 11px;
}

#programme_detail .craft{
    background: #efefef;
}

#programme_detail .craft{
    background: #efefef;
    padding: 0 0 50px;
    text-align: center;
}

#programme_detail .craft .container .features span{
    display: inline-block;
    background: #565656;
    color:#fff;
    padding:21px 30px;
    margin:6px 4px;
    vertical-align: top;
}

#programme_detail .craft .container >p{
    padding:0 19%;
}

#programme_detail .plan .container{
    padding: 10px 0 40px;
    text-align: center;
}

#programme_detail .plan .left::after{
    content:"";
    display: block;
    visibility: hidden;
    clear:both;
}

#programme_detail .plan .container > div{
    width: 900px;
    padding-right:350px;
    display: inline-block;
    text-align: center;
}

#programme_detail .plan .left .part-right span {
    font-size: 84px;
    color: #b10034;
    float: left;
    margin-top: -29px;
}

#programme_detail .plan .left .part-right p {
    padding: 22px 30px;
    float: right;
}

#programme_detail .plan .container .right{
    width:350px;
    text-align: left;
    vertical-align: top;
}

#programme_detail .plan .left{
    width:100%;
    position: relative;
}

#programme_detail .plan .left > div{
    display: inline-block;
    width:240px;
    margin: 0 10px 30px;
}

#programme_detail .plan .left .part-right{
    position: absolute;
    right:23px;
    width:300px;
    top:50%;
    transform: translateY(-50%);
}

#programme_detail .plan .left .part-right > div{
    width: 200px;
    height: 172px;
    float: right;
    margin-top: -56px;
}

#programme_detail .plan .left .part-right > div img{
    width:100%;
    height:100%;
}

#programme_detail .plan .left .part-right > div p{
    width:100%;
    padding: 10px 20px;
}

#programme_detail .plan .img-box{
    width: 100%;
    height: 220px;
    padding: 14px;
}
#programme_detail .plan .img-box img{
    width: 100%;
    height: 100%;
}

#programme_detail .plan p{
    background: #565656;
    color:#fefefe;
    display: inline-block;
    padding: 4px 14px;
    font-size: 15px;
}

#programme_detail .plan .right p{
    padding:4px 11px;
}

#programme_detail .plan .right span{
    display: inline-block;
}

#programme_detail .plan .right div{
    display: inline-block;
}

#programme_detail .plan .right span{
    color: #b10034;
    font-size: 60px;
    margin: 0 80px 40px 60px;
    vertical-align: bottom;
}

#programme_detail .plan .right div:last-child{
    width:130px;
    height:130px;
}

#programme_detail .plan .right div:last-child img{
    width:100%;
    height:100%;
    margin-bottom: 18px;
}

#programme_detail .plan::after{
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

#programme_detail .introduce{
    margin-bottom: 50px;
    text-align: center;
}

#programme_detail .introduce .column{
    background: #e6e6e6;
    margin-bottom: 10px;
    width:900px;
    display: inline-block;
}

#programme_detail .introduce .column::after{
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

#programme_detail .column h1 {
    font-size: 28px;
    margin-bottom: 10px;
    font-family: "SourceHanSansCN-Bold";
}

#programme_detail .introduce .column:nth-child(odd) .part-1{
    width:280px;
    height:340px;
    background: #B10034;
    float:right;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
    text-align: left;
    position: relative;
}

#programme_detail .introduce .column:nth-child(odd) .part-2{
    width:620px;
    height:340px;
    float:left;
    position: relative;
}

#programme_detail .introduce .column:nth-child(even) .part-1{
    width:280px;
    height:340px;
    background: #B10034;
    float:left;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
    font-weight: 700;
    text-align: left;
    position: relative;
}

#programme_detail .introduce .column:nth-child(even) .part-2{
    width:620px;
    height:340px;
    float:left;
    position: relative;
}

#programme_detail .poster{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:8;
}

#programme_detail .introduce .column:nth-child(even) .part-img{
    width:280px;
    height:340px;
    float:left;
    position: relative;
}

#programme_detail .column .part-img {
    display: inherit!important;
    padding: 0!important;
}

#programme_detail .column .part-img > div {
    width: 100%;
    height: 160px;
    padding: 20px;
}
#programme_detail .column .part-img > div:last-child {
    height:180px;
}
#programme_detail .column .part-img .left {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
}

#programme_detail .column .part-img .left p{
    font-size: 16px;
    text-align: left;
}
#programme_detail .column .part-img .left b{
    padding: 0 6px;
    margin-left: -21px;
}

#programme_detail .range .container p{
    padding: 0 14%;
}

#programme_detail .column video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

#programme_detail .column{
    position: relative;
}

#programme_detail .column .btn-close-video {
    position: absolute;
    top: 24px;
    right: 30px;
    text-align: center;
    width: 40px;
    height: 24px;
    background: #CD0C3B;
    z-index: 99;
}
#programme_detail .column .btn-close-video i {
    /* border: 10px solid transparent; */
    border-width: 6px 10px;
    border-color: transparent;
    border-style: solid;
    border-left-color: #fff;
    position: absolute;
    top: 6px;
    left: 40%;
}

.programme_banner .img-box{
    height: calc(100vh - 168px);
}

@media screen and (max-width: 1750px){
    .banner .title_programme{
        width:52vw;
        min-height:11.5vw;
        padding: 2vw 3.3vw;
    }
}

@media screen and (min-width: 1530px){
    #programme_detail .column .btn-close-video {
        top: 50px;
        right: 50px;
        width: 64px;
        height: 40px;
    }
    #programme_detail .column .btn-close-video i {
        border-width: 8px 14px;
        top: 12px;
    }
    #programme .container{
        width: 1500px;
    }
    #programme .item-img img {
        width: 100%;
        height: 353px;
    }
    #programme .item-img {
        height: 353px;
    }
    #programme .item-img h1{
        font-size:40px;
    }
    #programme .item-img h2 {
        font-size: 24px;
    }
    #programme .item-img a span {
        font-size: 22px;
        padding:8px 30px;
    }
    #programme .item .title a {
        font-size: 24px;
        padding:25px 10px 10px;
        font-family: "SourceHanSansCN-Bold";
    }
    #programme .item .title h2 {
        font-size: 15px;
    }
    #programme .item {
        width: 100%;
        border-bottom: 1px solid #D1D1CF;
        margin-bottom: 48px;
    }
    #programme .item .title {
        width: 100%;
        height: 110px;
    }
    #programme {
        padding-bottom: 90px;
    }

    #programme_detail .cls h2 {
        font-size: 24px;
        height: 44px;
        line-height: 44px;
    }
    #programme_detail .cls {
        width: 145px;
        margin: 0 21px 21px;
        line-height: 44px;
    }
    #programme_detail .range .container p{
        font-size: 21px;
        padding: 0 14%;
    }
    #programme_detail .range .container {
        padding-bottom: 110px;
    }
    #programme_detail .craft .container{
        text-align: center;
    }
    #programme_detail .craft .features{
        display: inline-block;
        text-align: center;
    }
    #programme_detail .craft .features span {
        padding: 35px 40px;
        margin: 20px 9px 0;
        font-size: 24px;
    }
    #programme_detail .craft .features p {
        padding: 38px 13% 0;
        font-size: 21px;
    }
    #programme_detail .craft {
        padding: 0 0 65px;
    }
    #programme_detail .craft .container >p {
        font-size:21px;
    }

    #programme_detail .introduce .column:nth-child(odd) .part-2 {
        width: 992px;
        height: 562px;
    }

    .introduce .column:nth-child(odd) .part-1 p{
        font-size:16px;
    }

    #programme_detail .introduce .column:nth-child(odd) .part-1 {
        width: 473px;
        height: 562px;
    }
    #programme_detail .introduce .column {
        width:auto;
    }
    #programme_detail .introduce .column:nth-child(even) .part-1 {
        width: 473px;
        height: 562px;
    }
    #programme_detail .introduce .column:nth-child(even) .part-2 {
        width: 992px;
        height: 562px;
        float: left;
    }

    #programme_detail .introduce .add-img.column:nth-child(even) .part-img {
        width: 473px;
        height: 562px;
    }

    #programme_detail .introduce .add-img.column:nth-child(even) .part-2{
        width: 992px;
        height: 562px;
    }

    #programme_detail .plan .container > div {
        width: 100%;
        padding-right: 520px;
    }
    #programme_detail .plan .left > div {
        display: inline-block;
        width: 300px;
        margin: 0 30px 30px;
    }
    #programme_detail .plan .container .right {
        width: 600px;
    }
    #programme_detail .plan .right span {
        margin: 0 94px 86px 60px;
        font-size: 84px;
    }
    #programme_detail .plan p {
        font-size: 18px;
        padding: 10px 16px;
    }
    #programme_detail .plan .img-box {
        width: 100%;
        height: 270px;
        padding: 14px;
    }
    #programme_detail .column .part-img > div {
        width: 100%;
        height: 265px;
    }
    #programme_detail .column .part-img > div:last-child {
        height: 297px;
    }
    #programme_detail .introduce .column {
        background: #e6e6e6;
        margin-bottom: 20px;
        width: auto;
        display: inline-block;
    }
    #programme_detail .plan .right p {
        padding: 10px 16px;
    }
    #programme_detail .plan .right div:last-child {
        width: 270px;
        height: 239px;
        text-align: center;
    }
    #programme_detail .introduce {
        margin-bottom: 130px;
        text-align: center;
    }
    #programme_detail .column h1 {
        font-size: 45px;
    }
    #programme_detail .column > div p {
        font-size: 21px;
    }
    #programme_detail .column .part-img .left p {
        font-size: 21px;
        text-align: left;
    }
    #programme_detail .column .part-img .left {
        padding: 20px 80px;
        text-align: left;
    }
    #programme_detail .plan .container {
        padding: 0 0 75px;
        text-align: center;
    }
    .programme_banner .img-box{
        height: calc(100vh - 210px);
    }
    #programme_detail .plan .left .part-right{
        right:100px;
        width:405px;
    }
    #programme_detail .plan .left .part-right span{
        font-size: 84px;
        color: #b10034;
        float:left;
        margin-top: -12px;
    }
    #programme_detail .plan .left .part-right p{
        padding: 36px 30px;
        float: right;
    }
}

@media screen and (max-width: 1200px){
}

@media screen and (max-width: 992px){
    #programme_detail .introduce .column {
        width: 100%;
    }
    #programme .item-img {
        height: 240px;
    }
    #programme .item-img div {
        padding: 64px 0;
    }

    #programme_detail .introduce .column:nth-child(odd) .part-1 {
        width: 100%;
    }
    #programme_detail .column .part-img > div {
        height: 170px;
        width: 50%;
        display: inline-block;
        float: left;
    }
    #programme_detail .introduce .column:nth-child(odd) .part-1 {
       height:170px;
    }
    #programme_detail .introduce .column:nth-child(odd) .part-2 {
        width: 100%;
    }
    #programme_detail .introduce .column {
       position: relative;
    }
    #programme_detail .introduce .column:nth-child(even) .part-2 {
        width: 100%;
    }
    #programme_detail .introduce .column:nth-child(even) .part-1 {
        width: 100%;
        height:170px;
    }
    #programme_detail .column h1 {
        font-size: 24px;
    }
    #programme_detail .introduce .column:nth-child(even) .part-2 {
        font-size: 24px;
    }
    #programme .item-img a {
        padding: 62px 0;
    }
    #programme_detail .plan .container > div {
        width: 100%;
        padding-right: 0;
    }
    #programme_detail .plan .left .part-right {
        position: inherit;
        right: 0;
        width: 300px;
        top: 0;
        transform: none;
        margin: 0;
    }
    #programme_detail .plan .left .part-right span {
        float: none;
        display: block;
    }
    #programme_detail .plan .left .part-right p {
        float: none;
    }
    #programme_detail .plan .left .part-right > div {
        float: none;
        margin-top: 10px;
        display: inline-block;
    }
}

@media screen and (max-width: 768px){
    #programme_detail .plan .left {
        width: 100%;
    }
    #programme_detail .introduce .column .part-1{
        width:100%;
        height:48px;
        font-size: 20px;
    }

    #programme_detail .introduce .column .part-2{
        width:100%;
    }
    #programme_detail .column h1 {
        font-size: 20px;
    }
    #programme_detail .column p{
        font-size: 16px;
    }
    #programme_detail .introduce .column:nth-child(even) .part-2 {
        font-size: 20px;
    }
    #programme_detail .introduce .part-img .left p{
        font-size: 14px;
    }
    #programme .item .title {
        height: 70px;
    }
    #programme .item .title a {
        font-size: 20px;
        padding: 9px 10px 6px;
    }
    #programme .item-img a {
        padding: 35px 0;
    }
    #programme .container .row > div{
        text-align: center;
    }
    #programme .item {
        width:225px;
        display: inline-block;
    }
    #programme .item-img {
        height: 153px;
    }
    #programme .item-img h1 {
        font-size: 18px;
    }
    #programme .item-img h2 {
        margin: 36px 0 30px;
        font-size: 14px;
    }
    #programme .item-img:hover h2 {
        transition: all 0.4s linear 0.2s;
        opacity: 1;
        margin: 12px 0 17px;
    }
    .banner .title_programme{
        width: 550px;
        min-height: 84px;
        padding: 15px 30px;
    }
}

@media screen and (max-width:418px){
    .swzk-title span {
        padding: 4px 25px;
        font-size: 20px;
        font-weight: 700;
    }
    .programme_banner .img-box{
        height: 65vw;
    }
    #programme .item .title {
        height: 70px;
    }
    #programme .item .title a {
        font-size: 20px;
        padding: 9px 10px 6px;
    }
    #programme .item-img a {
        padding: 35px 0;
    }
    #programme_detail .plan .container > div {
        width: 100%;
    }
    #programme_detail .plan .right span {
        display: block;
    }
    #programme_detail .plan .right span {
        margin: 0 60px;
    }
    #programme_detail .plan .right div:last-child {
        margin-top: 30px;
        margin-left: 0;
    }
    #programme_detail .column .part-img .left {
        padding: 10px 10px 10px 25px;
    }

    #programme_detail .column h1 {
        font-size: 18px;
    }
    #programme_detail .column .part-img .left p{
        font-size:13px;
    }

    #programme_detail .introduce .column:nth-child(even) .part-2 {
        font-size: 18px;
    }
    #programme_detail .introduce .column:nth-child(even) .part-2 {
        padding: 0 30px;
    }
    #programme_detail .plan .container .right {
        margin-top: 0;
        text-align: center;
    }
    #programme .container .row > div{
       text-align: center;
    }
    #programme .item {
        width:225px;
        display: inline-block;
    }
    #programme .item-img {
        height: 153px;
    }
    #programme .item-img h1 {
        font-size: 18px;
    }
    #programme .item-img h2 {
        margin: 36px 0 30px;
        font-size: 14px;
    }
    #programme .item-img:hover h2 {
        transition: all 0.4s linear 0.2s;
        opacity: 1;
        margin: 12px 0 17px;
    }
    #programme_detail .introduce .column:nth-child(odd) .part-2 {
        height: 200px;
    }
    #programme_detail .cls img {
        width:auto;
        height: 70px;
    }
    #programme_detail .cls h2 {
        margin: 3px 0;
    }
    #programme_detail .craft .container > span {
        margin: 10px 4px;
    }
    #programme_detail .range .container p {
        padding: 0;
    }
    #programme_detail .craft .container >p {
        padding: 0;
    }
}
