.crumbs-content {
    width: 100%;
    background: rgba(250,250,250,1);
}

.crumbs-nav {
    padding-left: 18px;
    width: 1160px;
    margin: 0 auto;

    height: 47px;
    line-height: 47px;
}

.w1160 {
    width: 1160px;
    margin: 0 auto;
}

.mark-two {
    /*margin-bottom: 116px;*/
    padding: 30px 0 36px 0;
}
.mark-two .mark-two-info,.mark-three .mark-two-info{
    display: flex;
    flex-direction: column;
    /* text-align: center; */
    align-items: center;
    margin: 0px 0 13px 0;
}
.mark-two .mark-two-info  span:first-child,.mark-three .mark-two-info span:first-child{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.mark-two .mark-two-info span:nth-last-child(2),.mark-three .mark-two-info span:nth-last-child(2){
    width: 60px;
    height: 3px;
    background: rgba(47, 117, 166, 1);
    margin: 15px 0;
}
.mark-two .mark-two-info span:last-child,.mark-three .mark-two-info span:last-child{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.mark-two .mark-two-content {
    display: flex;
    justify-content: space-around;
    margin-top: 65px;

}
.mark-two .mark-two-content .mark-two-content-info{
    width: 548px;
}
.mark-two .mark-two-content .mark-two-content-info .title{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #3E4D59;
}
.mark-two .mark-two-content .mark-two-content-info .title label{
    font-size: 34px;
    font-family: HYk2gj;
    font-weight: 400;
    color: #60BEF1;
}
.mark-two .mark-two-content .mark-two-content-info .info{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #767676;

    margin: 26px 0 30px 0;
    padding-left: 40px;
}
.mark-two .mark-two-content .mark-two-content-info .more{
    width: 200px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #2F75A6;
    border-radius: 23px;
    text-align: center;
    line-height: 45px;

    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2F75A6;
    margin-left: 40px;

}

.institution {
    background: rgba(250,250,250,1);
    padding-bottom: 43px;
}
.institution .institution-top{
    display: flex;
}
.institution .institution-top .institution-top-left{
    width: 456px;
    height: 338px;
    margin-right: 45px;
}
.institution .institution-top .institution-top-left img{
    width: 100%;
    height: 100%;
}
.institution .institution-top .institution-top-right{
    flex: 1;
    display: flex;
    flex-direction: column;
    /*justify-content: space-around;*/
    padding: 30px 0 32px 0;
}
.institution .institution-top .institution-top-right .institution-info-title{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
}
.institution .institution-top .institution-top-right .institution-info-tip{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin: 50px 0 43px 0;
}
.institution .institution-top .institution-top-right .institution-info-text{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    word-break: break-all;
}

.institution-bottom {
    border: 1px solid #000000;
    border-radius: 10px;
    position: relative;
    padding: 104px 33px 122px 33px;
    margin-top: 100px;
}
.institution-bottom-label {
    position: absolute;
    left: 0;
    right: 0;
    top: -38px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.institution-label {
    width: 228px;
    height: 76px;
    text-align: center;
    line-height: 76px;
    background: rgba(0,118,169,1);
    border-radius: 50px;

    font-size: 28px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
}

.institution-bottom-label .left {
    margin-right: 25px;
}
.institution-bottom-label .right {
    margin-left: 25px;
    background: white;
    border: 1px solid rgba(0,118,169,1);
    color: rgba(47, 117, 166, 1);
}

.institution-bottom-content {
    word-break: break-all;

    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.financing-banner {
    width: 100%;
    height: 380px;
    /*margin-bottom: 30px;*/
}

.financing-top {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.financing-banner img{
    width: 100%;
    height: 100%;
}

.financing-top-info {
    width: 565px;
    /*height: 297px;*/
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 2px rgba(44,71,84,0.15);
}

.financing-top-info {
    padding: 10px 0 15px 0;
}

.financing-top-info .financing-info-title{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3E4D59;
}

.financing-top-info .financing-info-title span{
    font-size: 34px;
    font-family: Muyao-Softbrush;
    font-weight: 400;
    color: #2F75A6;
    line-height: 39px;
    opacity: 0.77;
}

.financing-top-info .financing-info-info{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #767676;
    padding:20px 45px;
}

.financing-top-info .financing-info-more{
    cursor: pointer;
    width: 200px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2F75A6;
    margin: 0 auto;

    border: 1px solid #2F75A6;
    border-radius: 25px;

}

.financing-process {
    /*width: 100%;*/
    height: 642px;
    background: rgba(63, 104, 161, .11);
}
.financing-process {

}
.financing-process-img {
    width: 948px;
    height: 472px;
    margin: 0 auto;
}
.insurance-payment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.insurance-payment .insurance-payment-info{
    cursor: pointer;
    width: 564px;
    height: 169px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 2px rgba(44,71,84,0.15);
    margin-bottom: 31px;

    padding: 20px 37px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.insurance-payment .insurance-payment-info .insurance-payment-info-left{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: flex;
    flex-direction: column;
    line-height: 30px;
}

.insurance-payment .insurance-payment-info .insurance-payment-info-right{
    width: 270px;
    height: 130px;
}

.insurance-payment-info:hover .insurance-payment-info-left {
    color: #7FCEF8;
}

.institution-button {
    cursor: pointer;
    width: 310px;
    height: 55px;
    text-align: center;
    line-height: 55px;

    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D75A5;
    margin: 10px auto 0 auto;
    border: 1px solid rgba(127, 206, 248, 1);
    border-radius: 30px;
}