#container{

}
#container .banner{
    height:357px;
    background: url("../img/developBanner.png")no-repeat bottom center;
    background-size: cover;
    width:100%;
    min-width: 1280px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#container .banner h1{
    font-size:31px;
    font-family:PingFang-SC-Bold;
    color:rgba(255,255,255,1);
    text-align: center;
}
#container .banner .text{
    font-size:16px;
    font-family:HelveticaNeueLTPro-LtEx;
    color:rgba(255,255,255,1);
    text-align: center;
}
#container .page-nav{
    width:100%;
    padding:70px 0;
    background:rgba(244,244,244,1);
}
#container .page-nav ul{
    width:1280px;
    margin:0 auto;
    background:rgba(244,244,244,1);
    text-align: center;
}
#container .page-nav ul li{
    display: inline-block;
    background:rgba(255,255,255,1);
    border-radius:17px;
    height:34px;
    line-height: 34px;
    font-size:14px;
    font-family:PingFang-SC-Regular;
    color:rgba(25,25,25,1);
    width:113px;
    margin:0 15px;
}
#container .page-nav ul li.active{
    background:rgba(0,2,154,1);
    color:#fff;
}
#container .content{
    padding-bottom:180px;
}
.p-content{
    width: 1180px;
    margin: 0 auto;
}
.p-content-title{
    height: 114px;
    line-height: 130px;
    font-size:24px;
    font-family:PingFang-SC-Bold;
    color:rgba(0,0,0,1);
    /**/
    text-align: center;
}
.p-content-p{
    font-size:14px;
    font-family:PingFang-SC-Regular;
    color:rgba(0,0,0,1);
    text-align: center;
    line-height: 24px;
    padding-bottom: 37px;
}
.p-content-list{
    border-top: 1px solid #ececec;
}
.p-content-main{
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}
.imglist{
    width: 283px;

}
.imglist img{
    width: 100%;
}
.imglist h3{
    font-size: 17px;
    font-family:PingFang-SC-Regular;
    line-height: 17px;
    /**/
    padding: 22px 0 9px 1px;
}
.imglist p{
    font-size: 12px;
    font-family:PingFang-SC-Regular;
    line-height: 24px;
    /**/
    color: #b5b5b5;
}
.text-list{
    padding-bottom: 30px;
}
.text-list h5{
    /**/
    font-size:14px;
    font-family:PingFang-SC-Medium;
    color:rgba(0,0,0,1);
    line-height: 24px;
    color: #000;
}
.text-list p{
    /**/
    font-size: 14px;
    font-family:PingFang-SC-Regular;
    line-height: 24px;
    color: #9c9c9c;
}
.p-content-one{
    border-top: 1px solid #ececec;
    display: flex;
    padding-top: 29px;
}
.p-content-ment{
    width: 1px;
    height: 934px;
    background: #00029a;

}
.p-content-right{
    flex: 1;
    padding-top: 110px;
}
.p-content-left{
    flex: 1;
}
.left-list{
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
}
.left-company{
    flex: 1;
}
.left-company p{
    text-align: right;
    font-size:18px;
    font-family:PingFang-SC-Medium;
    color:rgba(0,0,0,1);
    line-height: 24px;
    /**/
}
.left-years{
    width: 72px;
    height: 72px;
    margin-left: 46px;
    border: 2px solid #00029A;
    color: #00029A;
    font-size:16px;
    font-family:PingFang-SC-Bold;
    color:rgba(0,2,154,1);
    line-height: 72px;
    text-align: center;
    border-radius: 50%;
}
.left--{
    width: 66px;
    height: 1px;
    background: #00029A;

}
.right-list{
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
}
.right-company{
    flex: 1;
}
.right-company p{
    text-align: left;
    font-size:18px;
    font-family:PingFang-SC-Medium;
    color:rgba(0,0,0,1);
    line-height: 24px;
    /**/
}
.right-years{
    width: 72px;
    height: 72px;
    margin-right: 46px;
    border: 2px solid #00029A;
    color: #00029A;
    font-size:16px;
    font-family:PingFang-SC-Bold;
    color:rgba(0,2,154,1);
    line-height: 72px;
    text-align: center;
    border-radius: 50%;
}
.right--{
    width: 66px;
    height: 1px;
    background: #00029A;

}
.Management{
    height: 352px;
    background: url("../img/develop-pic1.png")no-repeat center center;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    font-size: 23px;
    font-family:PingFang-SC-Regular;
    /**/
}
.Management h2{
    font-size: 24px;
    font-family:PingFang-SC-Medium;
    line-height: 23px;
    padding-top: 102px;
    margin-bottom: 24px;

}
.Management .water{
    height: 2px;
    width: 70px;
    margin: 0 auto 29px auto;
    background: #FFFFFF;
}
.Management h4{
    font-size: 24px;
    font-family:PingFang-SC-Regular;
    line-height: 46px;
}
.bottom-img{
    width:100%;
    display: block;
}