#partner .service-banner {
    background: url(./../images/partner/partner-banner.jpg)center no-repeat;
  }
  
  #partner .mgc {
    justify-content: flex-end;
  }
  
  #partner .partner-experience {
    width: 100%;
    height: 190px;
    background: #F1FAFD;
    padding-top: 40px;
  }
  
  #partner .partner-experience .partner-experience-title {
    font-size: 28px;
    color: #4A4A4A;
    line-height: 40px;
    text-align: center;
    margin: 0;
  }
  
  #partner .partner-experience .partner-experience-desc {
    font-size: 16px;
    color: #666;
    line-height: 22px;
    margin-top: 20px;
    text-align: center;
  }
  
  #partner .partner-reason {
    width: 100%;
    height: 340px;
    padding-top: 40px;
  }
  
  #partner .partner-reason .partner-reason-title {
    font-size: 28px;
    color: #4A4A4A;
    line-height: 40px;
    text-align: center;
    margin: 0;
  }
  
  #partner .partner-reason .reason-info {
    justify-content: center;
  }
  
  #partner .partner-reason .reason-info .reason-item {
    width: 180px;
    margin: 30px;
  }
  
  #partner .partner-reason .reason-info .reason-item .reason-title {
    width: 173px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
  }
  
  #partner .partner-reason .reason-info .reason-item:nth-child(odd) .reason-title {
    background: #FFB514;
  }
  
  #partner .partner-reason .reason-info .reason-item:nth-child(even) .reason-title {
    background: #48C7FA;
  }
  
  #partner .partner-reason .reason-info .reason-item p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-top: 18px;
  }
  
  #partner .partner-advantage {
    width: 100%;
    height: 438px;
    background: #F1FAFD;
    padding-top: 40px;
  }
  
  #partner .partner-advantage .partner-advantage-title {
    margin: 0;
    text-align: center;
    font-size: 28px;
    color: #333;
    line-height: 35px;
    margin-bottom: 18px;
  }
  
  #partner .partner-advantage .partner-advantage-banner {
    width: 934px;
    height: 300px;
    background: url(./../images/partner/partner-advantage-banner.svg)center no-repeat;
    margin: 0 auto;
  }
  
  #partner .partner-support {
    width: 100%;
    height: 380px;
    padding-top: 40px;
  }
  
  #partner .partner-support .partner-support-title {
    font-size: 28px;
    color: #4A4A4A;
    line-height: 40px;
    text-align: center;
    margin: 0;
  }
  
  #partner .partner-support .outerbox {
    /* width: 1340px; */
    max-width: 1340px;
    height: 210px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
  }
  
  #partner .partner-support .lunbotu {
    /* width: 1300px; */
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    height: 210px;
    position: relative;
  }
  
  #partner .partner-support .lunbotu .items {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  #partner .partner-support .lunbotu .item {
    width: 250px;
    height: 210px;
    margin: 0 5px;
  }
  
  #partner .partner-support .lunbotu .item .activity {
    height: 65px;
    line-height: 65px;
    background: linear-gradient(270deg, rgba(102, 203, 246, 1) 0%, rgba(62, 170, 238, 1) 100%);
    text-align: center;
    font-size: 15px;
    color: #fff;
  }
  
  #partner .partner-support .prev:hover,
  #partner .partner-support .next:hover {
    cursor: pointer;
  }
  
  #partner .partner-support .prev {
    width: 42px;
    height: 65px;
    background: url(./../images/partner/newPartner/prev.png)center no-repeat;
    position: absolute;
    bottom: 85px;
    left: 25px;
  }
  
  #partner .partner-support .next {
    width: 42px;
    height: 65px;
    background: url(./../images/partner/newPartner/next.png)center no-repeat;
    position: absolute;
    bottom: 85px;
    right: 24px;
  }
  
  #partner .service-banner .service-banner-info .btn-blue .tel {
    background: url(./../images/partner/tel.png)center no-repeat;
  }
  

.top-title {
    width: 100%;
    height: 490px;
    background: url(./../images/partner/newPartner/background01.png)center no-repeat;
}

/* 以上是旧的 */
.newheader {
    z-index: 2;
}

.top-title>.top-content {
    position: absolute;
    top: 150px;
    left: 18.2%;
}

.join-partner{
  width: 200px;
  height: 50px;
  color: #ffffff;
  background-color: rgb(255,152,35);
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  letter-spacing: 1px;
  cursor: pointer;
}

.header-btn button {
    line-height: 28px;
}

.submenu {
    opacity: 90%;
}

.top-title>div>.p1 {
    width: 320px;
    height: 56px;
    font-size: 40px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FF9823;
    line-height: 56px;
}

.top-title>div>.p2 {
    width: 714px;
    height: 99px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
    margin: 25px 0 33px 0;
}

.banner-nav {
    background-color: #0B3472;
}

.partner-experience-yk {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f0f2f5;
}

h4 {
    text-align: center;
}

.wq-flex-tab {
    width: 100%;
}

.wq-flex-tab div {
    flex: 1;
}

.wq-flex-tab li {
    margin: 0 auto !important;
}

.partner-experience-title {
    font-weight: 500;
    color: #333333;
    font-family: PingFangSC-Medium, PingFang SC;
    font-size: 30px !important;
    height: 42px;
    line-height: 42px;
}

.content-page {
    width: 1100px;
    display: flex;
    flex-direction: row;
    margin: 20px 0;
}

.content-page>div {
    background: #F5F5F5;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-page>div>h5 {
    display: inline-block;
    height: 37px;
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 37px;
}

.content-page>div>p {
    display: inline-block;
    font-size: 20px;
    width: 278px;
    margin-top: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.partner-experience-desc {
    font-size: 20px;
}

.customer-case {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.cuscase-all {
    display: flex;
    flex-direction: column;
    width: 343px;
    height: 289px;
    margin-left: 19px;
    border-radius: 5px;
}

.cusbottom {
    background-color: #ffffff;
    flex: 1;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cusbottom>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cuscase-content {
    height: 191px;
    background: url(./../images/partner/newPartner/customer-case-01.png)center no-repeat;
    cursor: pointer;
    background-color: #ffffff;
}

.cuscase-content01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: PingFangSC-Semibold, PingFang SC;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.cuscase-content01>span {
    width: 205px;
    height: 30px;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.cuscase-content01>p {
    width: 289px;
    height: 100px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.cuscase-all:hover {
    transform: scale(1.1, 1.1);
}

.cuscase-content01:hover {
    background-color: rgba(27, 118, 249, 0.5);
    border-radius: 5px;
}

.cuscase-content2 {
    background: url(./../images/partner/newPartner/customer-case-02.png)center no-repeat;
}

.other-product {
    display: flex;
    flex-direction: row;
    margin-bottom: 67px;
}

.other-proman {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 268px;
    height: 276px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(51, 51, 51, 0.13);
    border-radius: 6px;
    opacity: 0.8;
    margin: 0 5px;
}

.other-proman:hover {
    box-shadow: 0 0 9px 3px #999;
}

.other-proman .appoint-show {
    cursor: pointer;
    width: 145px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 15px;
    background-color: rgb(54, 138, 241);
    color: rgb(255, 255, 255);
}

.other-proman>p {
    text-align: center;
}

.other-proman>.p1 {
    width: 120px;
    height: 22px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 25px;
    margin: 7px 0 9px 0;
}

.other-proman>.p2 {
    width: 183px;
    height: 26px;
    font-size: 14px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #666666;
    line-height: 27px;
    width: 183px;
    height: 26px;
    font-size: 14px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #666666;
    line-height: 27px;
    margin-bottom: 19px;
}

.other-proman .p3 {
    width: 94px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #177FFF;
    line-height: 22px;
    margin-top: 9px;
    cursor: pointer;
    text-align: center;
}

.other-proman02 {
    height: 286px;
}

.other-proman02>.p1 {
    width: 203px;
    height: 30px;
    font-size: 22px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin: 28px 0 13px 0;
}

.other-proman02>.p2 {
    width: 188px;
    height: 75px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}

.partner-support {
    left: 10px;
    height: 250px !important;
    width: 1084px !important;
    margin-bottom: 50px;
}

.lunbotu {
    height: 112px !important;
}

.apply-process {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.apply-pro01 {
    width: 128px;
    height: 128px;
    background: #FFFFFF;
    border: 3px solid #FF9823;
    border-radius: 50%;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apply-pro01>div {
    text-align: center;
}

.apply-pro02 {
    width: 188px;
    height: 188px;
    background: #FF9823;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apply-pro02>div {
    width: 44px;
    height: 50px;
    font-size: 22px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 25px;
}


.triangle {
    margin: 0 20px;
}

/* .triangle:before,
.triangle:after {
  position: absolute;
  content: '';
  border-left: 100px solid transparent;
  border-right: 20px solid transparent;
  border-top:  50px solid #f3f5f6;
  border-bottom: 50px solid #f3f5f6;
} */

.background-photo {
    position: absolute;
    top: 1153px;
    width: 100%;
    height: 1342px;
    /* z-index: -1; */
}

.page-footer {
    width: 100%;
    height: 200px;
    background: url(./../images/partner/newPartner/background03.png)center no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-footer>p {
    width: 288px;
    height: 50px;
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 50px;
    margin-bottom: 25px;
}

.page-footer>.now-join{
  width: 180px;
  height: 40px;
  background-color: rgb(255, 255, 255);
  color: #177FFF;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  letter-spacing:1px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 500;
}

.div_show {
    display: none;
}