.content {
    width: 1200px;
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: 450px;
    background: url(../../img/bondFinancing/creditorsRights.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.banner p {
    width: 1200px;
    font-size: 40px;
    font-weight: bold;
    color: #282828;
    margin: 0 auto;
}

.banner p::after {
    content: '';
    width: 56px;
    height: 4px;
    background: #282828;
    margin-top: 29px;
    display: block;
}

.productIntroduction h3 {
    font-size: 28px;
    font-weight: bold;
    color: #0A1633;
    line-height: 100%;
    text-align: center;
    margin: 74px 0 25px;
}

.productIntroduction p {
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    line-height: 100%;
    text-align: center;
    margin: 0 0 10px 0;
}

.productIntroduction p span {
    color: #1459F4;
    margin-top: -5px;
    cursor: pointer;
    width: 210px;
    width: auto;
}

.introduction {
    margin-top: 49px;
}

.introductionCont {
    width: 100%;
    display: flex;
}

.introductionCont li {
    width: 20%;
    text-align: center;
}

.introductionCont li>div {
    position: relative;
}

.introductionCont>li>div>span {
    height: 1px;
    width: 111px;
    position: absolute;
    border-bottom: 1px solid #1459F4;
}

.introductionCont>li>div img {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
}

.introductionCont>li>div>span:first-of-type {
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.introductionCont>li:first-of-type>div>span:first-of-type,
.introductionCont>li:last-of-type>div>span:last-of-type {
    display: none;
}

.introductionCont>li>div>span:last-of-type {
    top: 50%;
    right: 0;
    margin-top: -1px;
}

.introductionCont>li>p {
    margin-top: 13px;
    margin-bottom: 60px;
}

.introductionCont>li>p i:first-child {
    font-size: 34px;
    font-weight: bold;
    color: #1459F4;
}

.introductionCont>li>p i:last-child {
    font-size: 24px;
    color: #282828;
}

.toCreditorUpload {
    width: 220px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: linear-gradient(to bottom, rgb(47, 111, 244), rgb(30, 79, 217));
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: block;
    margin-bottom: 75px;
    cursor: pointer;
}

.partner {
    width: 100%;
    min-height: 130px;
    background: url(../../img/bondFinancing/cooperativeBank.png) center center no-repeat;
    background-size: cover;
    padding-top: 49px;
    padding-bottom: 12px;
}

.partner h3 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0;
}

.partner ul.partnerList {
    display: flex;
    flex-flow: wrap;
}

.partner ul.partnerList li {
    width: 210px;
    height: 100px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-right: 37px;
    margin-bottom: 37px;
    display: flex;
    align-items: center;
}

.partner ul.partnerList li:nth-child(5n) {
    margin-right: 0;
}

.partner ul.partnerList li img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}