/*解决方案*/
.green {
    width:98px;
    height:6px;
    background:rgba(4,190,91,1);
}
.programme {
    padding: 0px 40px;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}
.pro-tit img {
    margin: 80px auto 40px;
}
.pro-title {
    font-size:14px;
    font-weight:400;
    text-indent: 2em;
    color:rgba(169,171,181,1);
    line-height:40px;
}
.programme>div {
    background-color: rgba(13,14,18,1);
}
.programme>div:first-child, .programme>div:nth-child(3), .programme>div:last-child {
    background-color: rgba(22, 23, 27, 1);
}
.programme h6 {
    font-size:28px;
    font-weight:bold;
    text-align: left;
    color:rgba(242,243,246,1);
    line-height:28px;
}
.programme .clearfloat p {
    margin-top: 23px;
    font-size:14px;
    font-weight:400;
    text-indent: 2em;
    color:rgba(169,171,181,1);
    line-height:28px;
}
.pro-item1 {
    margin-bottom: 20px;
    display: flex;
    justify-content:space-between;
}
.pro-item1>div {
    width: 49%;
    padding: 40px 35px 40px;
    background-color: rgba(13,14,18,1);
}
.pro-item1>div h6 {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}
.pro-item1>div .green {
    margin: 0 auto;
}
.pro-item1 .right {
    margin-left: 2%;
}
.pro-item1 .img {
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
}
.pro-item1 .img img {
    width: 100%;
}
.pro-item2 {
    margin-bottom: 20px;
    padding: 40px 40px 40px 60px;
}
.pro-item2 .left {
    width: 52%;
}
.pro-item2 .right {
    width: 45%;
}
.pro-item3 {
    margin-bottom: 20px;
    padding: 40px 60px 40px 40px;
}
.pro-item3 .right {
    width: 52%;
}
.pro-item3 .left {
    width: 45%;
}
.pro-item4 {
    margin-bottom: 80px;
    padding: 40px 40px 40px 60px;
}
.pro-item4 .left {
    width: 52%;
}
.pro-item4 .right {
    width: 45%;
}
.pro-item5 {
    margin-bottom: 80px;
}
.pro-item5 h6 {
    text-align: center;
}
.pro-item5 .green {
    margin: 0 auto 60px;
}
.pro-item5 .img {
    width: 94%;
    margin: 0 auto;
}
/*屏幕尺寸小于750px*/
@media (max-width: 750px) {
    .programme {
        padding: 0px;
        width: 100%;
    }
    .green  {
        width: 49px;
        height: 3px;
        margin: 0 auto;
    }
    .pro-tit {
        margin: 0 auto;
        width: 125px;
    }
    .pro-tit img {
        margin: 30px auto 15px;
    }
    .pro-title {
        padding:0px 20px;
        font-size:14px;
        color:rgba(169,171,181,1);
        line-height:28px;
    }
    .programme h6 {
        font-size:16px;
        line-height:16px;
        text-align: center;
    }
    .programme .clearfloat p {
        margin-top: 13px;
        font-size:14px;
        line-height:28px;
    }
    .pro-item1 {
        margin-bottom: 0;
        width: 100%;
    }
    .pro-item1>div {
        margin-right: 0;
        margin-bottom: 10px;
        padding: 20px;
        width: 100%;
    }
    .pro-item1>div h6 {
        margin-top: 0px;
        margin-bottom: 10px;
        text-align: center;
    }
    .pro-item1 .img {
        margin-top: 30px;
    }
    .pro-item1 .right {
        display: block;
    }
    .pro-item2 {
        margin-bottom: 10px;
        padding: 20px;
    }
    .pro-item2 .left {
        width: 100%;
    }
    .pro-item2 .right {
        display: none;
    }
    .pro-item3 {
        margin-bottom: 10px;
        padding: 20px;
    }
    .pro-item3 .right {
        width: 100%;
    }
    .pro-item3 .left {
        display: none;
    }
    .pro-item4 {
        margin-bottom: 30px;
        padding: 20px;
    }
    .pro-item4 .left {
        width: 100%;
    }
    .pro-item4 .right {
        display: none;
    }
    .pro-item5 {
        margin-bottom: 30px;
    }
    .pro-item5 h6 {
        text-align: center;
    }
    .pro-item5 .green {
        margin: 0 auto 17px;
    }
    .pro-item5 .img {
        width: 94%;
        margin: 0 auto;
    }
}