#container{

}
#container .banner{
    height:405px;
    background: url("../img/cooperation.png")no-repeat bottom center;
    background-size: cover;
    width:100%;
    min-width: 1280px;
}
#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{
    width:1280px;
    margin:0 auto;
    display: flex;
    padding:100px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom:50px;
}
#container .content .content-left{
    flex:1
}
#container .content .content-left .post-wrap{
    margin: 15px 0;
}
#container .content .content-left .post-wrap:first-child{
    margin-top:0;
}
#container .content .content-left .post-wrap .post{
    font-size:18px;
    font-family:PingFang-SC-Bold;
    color:rgba(0,0,0,1);
}
#container .content .content-left .post-wrap .name{
    font-size:16px;
    font-family:PingFang-SC-Light;
    color:rgba(14,5,10,0.5);
    margin:0 20px;
}
#container .content .content-left .post-wrap .phone{
    font-size:16px;
    font-family:PingFang-SC-Light;
    color:rgba(14,5,10,0.5);
}
#container .content .content-right{
    flex:1
}
#container .content .content-right h2{
    font-size:20px;
    font-family:PingFang-SC-Bold;
    color:rgba(0,0,0,1);
}
#container .content .content-right .text{
    font-size:9px;
    font-family:PingFang-SC-Light;
    color:rgba(14,5,10,0.5);
}
#container .content .content-right ul{
    margin-top:20px;
}
#container .content .content-right ul li{
    font-size:14px;
    font-family:PingFang-SC-Light;
    color:rgba(14,5,10,0.5);
    line-height: 1.5;
}