.banner{
    display: block;
    width: 100%;
    height: 400px;
    background-image: url("../img/jnjp/banner.png");
    background-position: center;
}
content p.title{
    font: normal 30px/100px '微软雅黑';
    text-align: center;
    color: #333;
}
.types ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.types li{
    width: 300px;
    border: 1px solid #dedede;
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    transition: all .3s;
}
.first li:hover{
    width: 320px;
    margin-left: -10px;
}
.pic{
    text-align: center;
    margin: 80px 0px;
}
.desc{
    text-align: center;
    font: normal 16px/30px '微软雅黑';
}
.second{
    margin-top: 30px;
}
.second li{
    width: 400px;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0px 0px 20px #ddd;
    justify-content: space-around;
}
.second li span{
    margin: 20px 0px;
    font-size: 18px;
}
.whole_process_types ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/*整体流程*/
.whole_process_types li{
    width: 500px;
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: all .3s;
    margin: 40px;
}
.whole_process_types li div{
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.whole_process_types li p{
    margin-left: 20px;
}
.whole_process_types li p:first-of-type{
    font: bold 16px/30px '微软雅黑';
}
.whole_process_types li p:nth-of-type(2) {
    font: normal 14px/20px '微软雅黑';
}
.propose_scheme{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.propose_scheme>div{
    width: 500px;
}
.propose_scheme>div:first-of-type{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 130px;
}
.propose_scheme>div>p:first-of-type{
    font-size: 24px;
}
.propose_scheme>div>p:nth-of-type(2){
    border: 2px solid rgb(43, 71, 255);
    width: 50px;
}
.propose_scheme>div>p:nth-of-type(3){
    font-size: 14px;
}
.Project_implementation{
    flex-direction: row-reverse;
}