#container{

}
#container .banner{
    height:525px;
    background: url("../img/partnerBanner.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{

}
.company {
    width: 100%;
    height: 209px;
    background: #fff;
    padding-top:80px;
}
.companyBox>h1{
    font-size:24px;
    font-family:PingFang-SC-Bold;
    color:rgba(0,0,0,1);
    text-align: center;
}
.companyBox> span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-family:PingFang-SC-Regular;
    color: #6e6e6e;
}
.company-main {
    width: 100%;
    height: 249px;
    background:url("../img/partner-pic1.png")no-repeat center center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
}
.company-main-content {
    height: 150px;
    margin-top: 30px;
    width:700px;
}
.company-main-content h2 {
    float: left;
    width: 100px;
    font-size: 36px;
    font-family:PingFang-SC-Medium;
    height: 63px;
    border-right: 1px solid #fff;
    line-height: 63px;
    margin: 10px 70px 0 70px;
    color: #fff;
}
.company-main-content .company-main-font {
    float: left;
    font-size: 20px;
    font-family:PingFang-SC-Bold;
    color: #fff;
}
.company-main-two {
    width: 100%;
    height: 249px;
    background: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
}
.company-main-two  .company-main-content h2 {
    float: left;
    width: 100px;
    font-size: 36px;
    font-family:PingFang-SC-Medium;
    height: 63px;
    border-right: 1px solid #000;
    line-height: 63px;
    margin: 10px 70px 0 70px;
    color: #0e050a;
}
.company-main-two .company-main-content .company-main-font {
    float: left;
    font-size: 20px;
    font-family:PingFang-SC-Bold;
    color: #0e050a;
    margin-top: 10px;
}
.company-main-three {
    width: 100%;
    height: 249px;
    background: url("../img/partner-pic2.png");
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
}
.company-main-three  .company-main-content h2 {
    float: left;
    width: 100px;
    font-size: 36px;
    font-family:PingFang-SC-Medium;
    height: 63px;
    border-right: 1px solid #fff;
    line-height: 63px;
    margin: 10px 70px 0 70px;
    color: #fff;
}
.company-main-three .company-main-content .company-main-font {
    float: left;
    font-size: 20px;
    font-family:PingFang-SC-Bold;
    color: #FFF;
}
/* 营销政策 */
.marketingPolicy {
    width: 100%;
    height: 838px;
    background: url("../img/develop-pic1.png");

}
.marketingPolicy .marketingPolicy-title {
    position: absolute;
    top: 143px;
    left: 254px;
}
.marketingPolicy img {
    width: 35px;
    height: 37px;
    float: left;
    margin-right: 27px;
    margin-top:10px;
}
.marketingPolicy h1 {
    font-size: 26px;
    font-family:PingFang-SC-Regular;
    color: #fff;
    float: left;
    margin-top: 10px;
}
.center {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.marketingPolicy-main {
    position: absolute;
    top: 237px;
    left: 318px;
    font-size: 14px;
    font-family:PingFang-SC-Regular;
    color: #fff;
    width: 730px;
    height: 220px;
    border-bottom: 1px solid #fff;
}
.marketingPolicy-main li {
    float: left;
    margin-right: 86px;
    margin-bottom: 35px;
}
.marketingPolicy-main li:nth-child(3) {
    margin-right: 101px;
}
.marketingPolicy-main li:nth-child(5) {
    margin-right: 101px;
}
.marketingPolicy-bottom {
    position: absolute;
    top: 511px;
    left: 254px;
}
.marketingPolicy-bottom-main {
    position: absolute;
    top: 599px;
    left: 318px;
    font-size: 14px;
    font-family:PingFang-SC-Regular;
    color: #fff;
    width: 630px;
    height: 220px;
}
.marketingPolicy-bottom-main  li {
    float: left;
    margin-right: 86px;
    margin-bottom: 35px;
}
.marketingPolicy-bottom-main li:nth-child(3) {
    margin-right: 143px;
}
