#home {
    background: #fff;
    overflow: hidden;
    min-height: calc(100vh - 136px);
}
#home .home-top-banner {
    position: relative;
    padding-top: 70px;
}
#home .home-top-banner img {
    width: 100%;
}
#home .home-top-banner .home-top-block {
    text-align: center;
}
#home .home-top-banner .home-top-block h2 {
    font-size:50px;
    font-family:NHelveticaNeue-Medium,HelveticaNeue;
    font-weight:600;
    color:#2d6fc5;
    line-height:60px;
    margin-top: 2%;
    margin-bottom: 1.7%;
}
#home .home-top-input-block .home-content-input {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
}
#home .home-top-banner .home-top-block .home-top-input-block{
    height: 40px;
    display: inline-block;

}
/*#home .home-top-banner .home-top-block .home-top-input-block .home-top-input {*/
/*    height: 32px;*/
/*}*/
#home .home-top-input-block .home-content-select {
    display: inline-block;
    width: 142px;
    margin-left: 16px;
    vertical-align: top;
}
#home .home-top-banner .home-top-input-block .home-top-input .el-input__inner {
    width: 480px;
    height: 40px;
    border: 2px solid #2d6fc5;
    padding-left: 15px;
    border-radius: 0;
    margin-left: 100px;
}
#home .home-top-banner .home-top-input-block .el-input-group__append {
    width:160px;
    border-radius:0px 2px 2px 0px;
    background: #2d6fc5;
    color: #fff;
    font-size: 20px;
}
#home .home-fun-nav {
    padding: 46px 0;
    background: #fff;
    font-size: 0;
    margin-top: 32px;
}
#home .home-fun-nav img {
    height: 50px;
    margin-left: 38px;
    margin-right: 14px;
}
#home .home-fun-nav dl {
    display: inline-block;
}
#home .home-fun-nav dl dt{
    font-size: 20px;
}
#home .home-fun-nav dl dd {
    font-size: 14px;
    color: #8C8C8C;
}
#home .home-section {
    padding: 0 30px 35px 30px;
    background: #fff;
    margin-top: 32px;
}
#home .home-section-stat-num {
    height: 60px;
    line-height: 60px;
    background: #FFF2F0;
    font-size: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}
#home .home-section-stat-num li {
    font-size: 16px;
    display: inline-block;
    width: 20%;
    text-align: center;
}
#home .home-section-stat-num li span {
    font-size: 26px;
    color: #FF8923;
    margin: 0 6px;
    display: inline-block;
    vertical-align: middle;
}
#home .home-section-organ-num li {
    width: 25%;
}
#home #main {
    width: 360px;
    height: 194px;
    display: inline-block;
    margin-left: -60px;
    vertical-align: middle;
}
#home .home-section-chart {

}
#home .home-section-chart .home-section-chart-tit {
    font-weight: 500;
    font-size:24px;
    text-align: center;
    margin-bottom: 24px;
}
#home .home-section-chart .home-section-chart-tit-nomar {
    margin-bottom: 0;
}
#home .home-section-chart .home-section-chart-tip {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
#home .home-section-chart .home-section-chart-lefttip {
    margin-left: -20px;
}
#home .home-section-chart .home-section-chart-tip li {
    margin-top: 5px;
    height: 16px;
    line-height: 16px;
}
#home .home-section-chart-tip li .home-section-chart-cir {
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    border-radius: 50%;
    margin-top: -3px;
    margin-right: 5px;
}
#home .home-section-chart-tip li .home-section-chart-cir1 {
    background: #F86247;
}
#home .home-section-chart-tip li .home-section-chart-cir2 {
    background: #FFAA9B;
}
#home .home-section-chart-tip li .home-section-chart-cir3 {
    background: #FFDBC8;
}
#home .home-section-chart-tip li .home-section-chart-cir4 {
    background: #F8F0E4;
}
#home .home-section-chart .home-section-ranking {
    font-size: 0;
    margin-top: 60px;
}
#home .home-section-chart .home-section-ranking li {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    width: 50%;
    display: inline-block;
}
#home .home-section-chart .home-section-ranking li span.home-section-ranking-num{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 9px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
}
#home .home-section-chart .home-section-ranking li span.home-section-ranking-fw {
    font-size: 14px;
    color: #595959;;
}
#home .home-section-chart .home-section-ranking li span.home-section-ranking-qnum {
    /* margin: 0 3px 0 5px; */
}
#home .home-section-chart .home-section-ranking li span.home-section-ranking-num1 {
    color: #fff;
    background:linear-gradient(180deg,rgba(255,234,0,1) 0%,rgba(255,132,0,1) 100%);
    background:-webkit-linear-gradient(180deg,rgba(255,234,0,1) 0%,rgba(255,132,0,1) 100%);
    background:-moz-linear-gradient(180deg,rgba(255,234,0,1) 0%,rgba(255,132,0,1) 100%);
    background:-o-linear-gradient(180deg,rgba(255,234,0,1) 0%,rgba(255,132,0,1) 100%);
    background:-ms-linear-gradient(180deg,rgba(255,234,0,1) 0%,rgba(255,132,0,1) 100%);
    background:#FFEA00\0;
}
#home .home-section-chart .home-section-ranking li span.home-section-ranking-num2 {
    color: #fff;
    background:linear-gradient(180deg,rgba(239,243,245,1) 0%,rgba(183,199,206,1) 100%);
    background:-webkit-linear-gradient(180deg,rgba(239,243,245,1) 0%,rgba(183,199,206,1) 100%);
    background:-moz-linear-gradient(180deg,rgba(239,243,245,1) 0%,rgba(183,199,206,1) 100%);
    background:-o-linear-gradient(180deg,rgba(239,243,245,1) 0%,rgba(183,199,206,1) 100%);
    background:-ms-linear-gradient(180deg,rgba(239,243,245,1) 0%,rgba(183,199,206,1) 100%);
    background:#FFEA00\0;
}
#home .home-section-chart .home-section-ranking li span.home-section-ranking-num3 {
    color: #fff;
    background:linear-gradient(180deg,rgba(251,220,202,1) 0%,rgba(213,161,132,1) 100%);
    background:-webkit-linear-gradient(180deg,rgba(251,220,202,1) 0%,rgba(213,161,132,1) 100%);
    background:-moz-linear-gradient(180deg,rgba(251,220,202,1) 0%,rgba(213,161,132,1) 100%);
    background:-o-linear-gradient(180deg,rgba(251,220,202,1) 0%,rgba(213,161,132,1) 100%);
    background:-ms-linear-gradient(180deg,rgba(251,220,202,1) 0%,rgba(213,161,132,1) 100%);
    background:#FFEA00\0;
}
#home .home-section-chart .home-section-chart-ranking li {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    margin-top: 6px;
}
#home .home-section-chart .home-section-chart-mar {
    margin-top: 34px;
}
#home .home-section-chart-ranking {
    position: relative;
}
#home .home-section-chart-ranking::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 93px;
    background: #D8D8D8;
    right: 0;
    top: 0;
}
#home .home-section-chart-noafter::after {
    content: '';
    width: 0;
} 
#home .home-section-chart-ranking li .home-section-chart-col {
    position: relative;
    height: 10px;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -5px;
}
#home .home-section-chart-ranking li .home-section-chart-col-num {
    color: #595959;
    font-size: 14px;
}
#home .home-section-chart-ranking li .home-section-chart-col span {
    display: inline-block;
    height: 10px;
    /* width: 50%; */
    background: #FFAA9B;
    vertical-align: top;
}
#home .home-section-chart .home-section-chart-block {
    border-right: 1px solid #D8D8D8;
}
#home .home-section-chart-two {
    padding-left: 24px;
}
#home #applyNum {
    width: 287px;
    height: 180px;
}
#home #finance {
    width: 200px;
    height: 200px;
    display: inline-block;
    vertical-align: middle;
}
#home .home-product-list {
    font-size: 0;
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: -o-flex;
    -o-justify-content: space-between;
    display: -ms-flex;
    -ms-justify-content: space-between;
    display: -moz-flex;
    -moz-justify-content: space-between;
}
#home .home-product-list li{
    display: inline-block;
    width:320px;
    box-shadow:0px 4px 13px 0px rgba(0,0,0,0.11);
    border-radius:3px;
    text-align: center;
    padding: 10px 0 30px 0;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    position: relative;
    margin-top: 23px;
}
#home .home-product-list li:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
#home .home-product-list li.home-product-list-last {
    margin-right: 0;
}
#home .home-product-list li p {
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
#home .home-product-list li .home-product-tit-icon {
    height: 46px;
}
#home .home-product-list li .home-product-tit {
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    font-weight: 500;
}
#home .home-product-list li .home-product-tit-ed {
    font-size: 16px;
}
#home .home-product-list li .home-product-tit img {
    width: 46px;
    height: 46px;
    margin-right: 5px;
}
#home .home-product-list li .home-product-tit-ed img {
    width: 40px;
    height: 40px;
}
#home .home-product-list li .home-product-tip {
    font-size: 16px;
}
#home .home-product-list li .home-product-tip {
    color: #595959;
}
#home .home-product-list li .home-product-num {
    font-size: 16px;
    height: 44px;
    margin-top: 8px;
    color: #FF8923;
}
#home .home-product-list li .home-product-num span {
    font-size: 45px;
    color:rgba(255,177,57,1);
    font-family:DINAlternate-Bold,DINAlternate;
    font-weight: bold;
    /* background:linear-gradient(180deg, rgba(255,173,33,1) 0%, rgba(255,237,190,1) 100%); */
    background:-webkit-linear-gradient(-90deg, rgba(255,177,57,1) 0%, rgba(255,64,64,1) 100%);;
    background:-moz-linear-gradient(-90deg, rgba(255,177,57,1) 0%, rgba(255,64,64,1) 100%);
    background:-o-linear-gradient(-90deg, rgba(255,177,57,1) 0%, rgba(255,64,64,1) 100%);
    background:-ms-transparent;
    /* background:-ms-linear-gradient(180deg, rgba(255,173,33,1) 0%, rgba(255,237,190,1) 100%); */
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    -moz-background-clip:text;
    -moz-text-fill-color:transparent;
    -o-background-clip:text;
    -o-text-fill-color:transparent;
    -ms-background-clip:text;
    -ms-text-fill-color:transparent;
}
#home .home-product-list li .home-product-num-tip {
    font-size: 16px;
    color: #8C8C8C;
    margin-top: 15px;
}
#home .home-product-list li .home-product-term {
    font-size: 16px;
    margin-top: 10px;
}
#home .home-product-list li .home-product-term span {
    color: #FF8923;
}
#home .home-product-list li .home-product-search {
    width:210px;
    height:50px;
    font-size: 18px;
    margin-top: 30px;
}
#home .home-product-more {
    font-size: 14px;
    color: #2D89FF;
    float: right;
    cursor: pointer;
}
#home .home-entry-bank {
    font-size: 0;

}
#home .home-entry-bank img {
    width: 200px;
    margin-right: 22.5px;
    margin-top: 25px;
}
#home .home-entry-bank img.home-entry-bank-last {
    margin-right: 0;
}

#home .home-entry-company {
    font-size: 0;
    margin-top:30px;
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: -o-flex;
    -o-justify-content: space-between;
}
#home .home-entry-company li {
    width: 260px;
    height: 105px;
    line-height: 105px;
    text-align: center;
    line-height: 105px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#home .home-entry-company li img {
    display: inline-block;
    height: 56px;
    vertical-align: middle;
}
#home .home-entry-company li .home-entry-company-first {
    height: 40px;
}
#home .container-mar-bot {
    margin-bottom: 30px;
}
#home .home-sign .el-dialog{
    width: 400px;
    background: #fff url(../image/sign_bg.png)no-repeat;
    background-size:400px auto;
}
#home .home-sign .home-sign-tit {
    text-align: center;
    font-size: 22px;
    height: 33px;
    line-height: 33px;
}
#home .home-sign .home-sign-tit img {
    display: inline-block;
    height: 4px;
    vertical-align: middle;
}
#home .home-sign .el-dialog__body {
    padding-top: 0;
}
#home .home-sign .home-sign-tit span {
    margin: 0 9px;
}
#home .home-sign .home-sign-input input{
    height: 64px;
    font-size: 16px;
    padding-left: 36px;
}
#home .home-sign .home-sign-input .iconfont {
    font-size: 30px;
}
#home .home-sign .home-sign-input .el-input__prefix {
    padding-top: 4px;
}
#home .home-sign .home-sign-input-code {
    width: 215px;
}
#home .home-sign .home-sign-code {
    width: 122px;
    height: 64px;
    float: right;
    cursor: pointer;
}
#home .home-sign .home-sign-code-btn {
    width: 122px;
    height: 64px;
    font-size: 16px;
    color: #2d6fc5;
    border:1px solid #2d6fc5;
    float: right;
    padding: 0;
}
#home .home-sign .home-sign-input-block {
    margin-top: 14px;
    position: relative;
}
#home .home-sign .home-sign-input-block .home-sign-input-tip {
    width: 202px;
    height: 26px;
    line-height: 26px;
    border:1px solid #EE998B;
    background:#FFDAD4;
    color: #2d6fc5;
    font-size: 14px;
}
#home .home-sign .home-sign-input-block .home-sign-input-tip i {
    margin: 0 10px;
}
#home .home-sign .home-sign-btn-block {
    text-align: center;
    margin-top: 24px;
}
#home .home-sign .home-sign-btn-block .home-sign-btn-tip {
    font-size: 14px;
    color: #8C8C8C;
    margin-top: 16px;
}
#home .home-sign .home-sign-btn {
    width: 336px;
    height: 64px;
    font-size: 20px;
}
#home .home-top-input-block .el-input__inner {
    border: 0
}
#home .home-top-input-block .el-input-group__append {
    border: 0
}
#home .home-content-num {
    margin-top: 32px;
    /* width: 100vw; */
    position: relative;
    overflow: hidden;
    /*background:url(../image/banner_homepage@2x.jpg) center top no-repeat;*/
    /*background-size: auto 100%;*/
    color: #2d6fc5;
    text-align: center;
    z-index: 10;
}
/*#home .home-content-num img{*/
/*    height: 480px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*}*/
#home .home-content-color {
    position: relative;
    min-width: 1200px;
}
/*#home .home-content-color::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 50%;*/
/*    height: 480px;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background: #FF9C38;*/
/*}*/
/*#home .home-content-color::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 50%;*/
/*    height: 480px;*/
/*    right: 0;*/
/*    top: 0;*/
/*    background: #FF4646;*/
/*}*/
#home .home-content-num .home-content-num-tit {
    font-size: 24px;
    margin-top: 56px;
}
#home .home-content-num .home-content-num-service {
    font-size: 64px;
    line-height:74px;
    /* font-weight: bold; */
    margin-top: 32px;
    margin-bottom: 0;
    margin-left: 50px;
    font-family:DINAlternate-Bold,DINAlternate;
    letter-spacing:6px;
    text-shadow:0px 2px 6px rgba(205,0,0,0.26);
}
#home .home-content-num .home-content-num-service span {
    font-size: 16px;
    font-weight: 400;
    margin-left: -20px;
}
#home .home-content-num .home-content-num-btn {
    color: #8C8C8C;
    font-size: 14px;
}
#home .home-content-num .home-content-num-btn span {
    margin: 0 6px;
}
#home .home-content-num .home-content-num-bot {
    font-size: 0;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: -o-flex;
    -o-justify-content: space-between;
    display: -moz-flex;
    -moz-justify-content: space-between;
    display: -ms-flex;
    -ms-justify-content: space-between;
}
#home .home-content-num .home-content-num-bot dl {
    display: inline-block;
}
#home .home-content-num .home-content-num-bot dl dt {
    font-size:48px;
    line-height: 56px;
    font-weight: bold;
    margin-left: 20px;
    font-family:DINAlternate-Bold,DINAlternate;
    text-shadow:0px 2px 6px rgba(205,0,0,0.26);
}
#home .home-content-num .home-content-num-bot dl dt span {
    font-size: 16px;
    font-weight: 400;
    margin-left: -10px;
}
#home .home-content-num .home-content-num-btn {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -moz-flex;
    -moz-align-items: center;
    display: -o-flex;
    -o-align-items: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    color:#8C8C8C;
    justify-content: center;
}
.home-top-block .el-button.is-disabled, .home-top-block .el-button.is-disabled:focus, .home-top-block .el-button.is-disabled:hover {
    background-color: transparent;
    border: 0;
    color: #fff;
    cursor: wait;
}
#home .home-sign .home-sign-company {
    animation: signHeight 1s forwards;
    -webkit-animation: signHeight 1s forwards;
    -o-animation: signHeight 1s forwards;
    -moz-animation: signHeight 1s forwards;
    -ms-animation: signHeight 1s forwards;
}
#home .home-bot-img {
    text-align: center;
    margin-top: -50px;
    /*position: fixed;*/
    /*bottom: 0;*/
}
#home .home-bot-img img{
    width: 63%;
    display: inline-block;
    animation: botimg 25s infinite alternate;
    -webkit-animation: botimg 25s infinite alternate;
    -o-animation: botimg 25s infinite alternate;
    -moz-animation: botimg 25s infinite alternate;
    -ms-animation: botimg 25s infinite alternate;
}
#home .home-top-btn {
    border-radius: 0;
    margin-left: 16px;
}
@keyframes botimg {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}
#home .font-link {
    background:rgba(21,22,26,0.7);
    color: #fff;
    font-size: 14px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#home .footer-other-link {
    font-size: 14px;
    color: #fff;
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,0.5);
    margin-top: 30px;
}
#home .footer-other-link a {
    margin-left: 25px;
}
#home .font-link img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}
@keyframes signHeight {
    0% {
        height: 0;
    }
    100% {
        height: 64px;
    }
}
@-webkit-keyframes signHeight {
    0% {
        height: 0;
    }
    100% {
        height: 64px;
    }
}
@-o-keyframes signHeight {
    0% {
        height: 0;
    }
    100% {
        height: 64px;
    }
}
@-moz-keyframes signHeight {
    0% {
        height: 0;
    }
    100% {
        height: 64px;
    }
}
@-ms-keyframes signHeight {
    0% {
        height: 0;
    }
    100% {
        height: 64px;
    }
}
#home .home-expect {
    text-align: center;

}
#home .home-expect li {
    display: inline-block;
    width: 304px;
    height: 248px;
    box-shadow:0px 0px 16px 0px rgba(225,225,225,0.45);
    border-radius:1px;
    border:1px solid #EAEAEA;
    padding: 0 33px;
    box-sizing: content-box;
    vertical-align: top;
    position: relative;
    margin:24px 16px 8px 16px;
    background: #fff;
}
#home .home-expect li .home-expect-tit {
    text-align: center;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 24px;
    margin-bottom: 16px;
}
#home .home-expect li .home-expect-tit img {
    height: 4px;
    display: inline-block;
    vertical-align: middle;
}
#home .home-expect li .home-expect-tit span {
    margin: 0 8px;
    font-weight: 500;
}
#home .home-expect li .home-expect-content {
    font-size: 16px;
    color: #262626;
    margin-top: 16px;
    text-align: left;
    font-family:NotoSansHans-Light,NotoSansHans;
    font-weight: 400;
}
#home .home-expect li .home-expect-icon {
    position: absolute;
    right: 24px;
    bottom: 0;
    width: 43px;
}
#home .container-mar {
    margin-bottom: 60px;
}
#home .home-expect-bg {
    background: #fff url(../image/expect_bg.png)no-repeat center bottom;
    background-size: 100% auto;
}
#home .fy-realative {
    position: relative;
    margin-top: 32px;
}
#home .fy-realative img {
    width: 100%;
}
#home .fy-realative .fy-realative-btn {
    width: 104px;
    height: 40px;
    border-radius: 40px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 75px;
    color: #075FCB;
    font-size: 16px;
}
#home .fy-realative .fy-realative-tip {
    position: absolute;
    right: 65px;
    bottom: 25px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
#home .home-content-num .home-circle {
    position: relative;
}
#home .home-content-num .home-l-circle {
    position: absolute;
    left: 0;
    top: 80px;
}
#home .home-content-num .home-r-circle {
    position: absolute;
    right: 148px;
    top: 0;
}
#home .icon-dianhua {
    color: #262626;
}

