.index {
    width: 100%;
    min-width: 1200px;
}

.banner {
    height: 360px;
    background: url(../images/products/products_banner_bg.png) repeat-x center;
}

.banner-content {
    position: relative;
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}

.banner-title {
    position: absolute;
    top: 50%;
    left: 44px;
    margin-top: -10px;
}

.banner-title h1, h2 {
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 44px;
    color: #fff;
}

.banner-title p {
    line-height: 24px;
    font-size: 24px;
    color: #fff;
}

.banner-image {
    position: absolute;
    top: 50%;
    right: 88px;
    margin-top: -162px;
}

.banner-image img {
    height: 340px;
}


.products-column {
    margin: 0 auto;
    width: 1200px;
    margin-top: 64px;
    margin-bottom: 88px;
}

.products-column .column-title {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 64px;
    text-align: center;
    line-height: 36px;
    font-size: 36px;
    color: #00041a;
}

.products-column .column-title p {
    padding: 0 26px;
    letter-spacing: 2px;
    font-weight: 600;
}

.products-column .column-title .line-left, .products-column .column-title .line-right {
    position: relative;
    width: 8px;
    height: 8px;
    border: 2px solid #ccc;
    border-radius: 50%;
}

.products-column .column-title .line-left::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -80px;
    margin-top: -1px;
    width: 80px;
    height: 2px;
    background-color: #ccc;
}

.products-column .column-title .line-right::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -80px;
    margin-top: -1px;
    width: 80px;
    height: 2px;
    background-color: #ccc;
}

.products-column .column-content {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.products-column .column-content .column-image {
    flex: 1;
    padding: 0 12px;
}

.products-column .column-content .column-image img {
    width: 100%;
}

.products-column .column-content .product-introduce {
    padding: 20px;
    font-size: 16px;
    text-indent: 32px;
    border: 1px dotted #1868BF;
    margin-bottom: 20px;
}

.products-column .column-content .column-detail {
    box-sizing: border-box;
    margin-left: 64px;
    width: 320px;
    padding: 24px 36px 0;
    background-color: #f9fdff;
    box-shadow: 0 0 21px rgba(134, 194, 225, .3);
}

.products-column .column-content .column-detail.half-detail {
    padding: 24px 12px 0;
    width: 560px;
    background-color: #fff;
    box-shadow: none;
}

.products-column .column-content .column-detail h4 {
    margin-bottom: 20px;
    font-size: 20px;
    color: rgba(0, 4, 26, .85);
    text-align: center;
}

.products-column .column-content .column-detail p {
    margin-bottom: 12px;
    line-height: 24px;
    color: rgba(0, 4, 26, .7);
}

.products-column .column-content .column-item {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 560px;
    padding: 0 12px;
    margin-bottom: 36px;
}

.products-column .column-content .column-item .icon {
    flex-shrink: 0;
    margin-top: 18px;
    margin-right: 24px;
    width: 44px;
    height: 44px;
}

.products-column .column-content .column-item .icon img {
    width: 44px;
    height: 44px;
}

.products-column .column-content .column-item h4 {
    margin-bottom: 12px;
    font-size: 20px;
    color: rgba(0, 4, 26, .85);
}

.products-column .column-content .column-item p {
    line-height: 24px;
    color: rgba(0, 4, 26, .7);
}

.products-column .column-content .column-item p:nth-child(3) {
    margin-top: 10px;
}

.products-column .column-content .advantage-item {
    box-sizing: border-box;
    width: 300px;
    padding: 0 24px;
    margin-bottom: 36px;
    text-align: center;
}

.products-column .column-content .advantage-item .icon {
    margin: 0 auto;
    margin-top: 18px;
    width: 66px;
    height: 66px;
}

.products-column .column-content .advantage-item .icon img {
    width: 66px;
    height: 66px;
}

.products-column .column-content .advantage-item h4 {
    position: relative;
    margin-bottom: 16px;
    padding: 18px 0;
    line-height: 20px;
    font-size: 20px;
    color: rgba(0, 4, 26, .85);
}

.products-column .column-content .advantage-item h4:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background-color: #999;
}

.products-column .column-content .advantage-item p {
    line-height: 24px;
    color: rgba(0, 4, 26, .7);
}

.products-column .column-content .process-item {
    box-sizing: border-box;
    width: 200px;
    padding: 0 24px;
    margin-bottom: 36px;
    text-align: center;
}

.products-column .column-content .process-item .icon {
    margin: 0 auto;
    margin-top: 18px;
    width: 140px;
    height: 140px;
}

.products-column .column-content .process-item .icon img {
    width: 140px;
    height: 140px;
}

.products-column .column-content .process-item h4 {
    position: relative;
    margin-bottom: 16px;
    padding: 18px 0;
    line-height: 20px;
    font-size: 20px;
    color: rgba(0, 4, 26, .85);
}

.products-column .column-content .module-item {
    box-sizing: border-box;
    width: 200px;
    padding: 0 24px;
    margin-bottom: 36px;
    text-align: center;
}

.products-column .column-content .module-item .icon {
    margin: 0 auto;
    margin-top: 18px;
    width: 66px;
    height: 66px;
}

.products-column .column-content .module-item .icon img {
    width: 66px;
    height: 66px;
}

.products-column .column-content .module-item h4 {
    position: relative;
    margin-bottom: 16px;
    padding: 18px 0;
    line-height: 20px;
    font-size: 20px;
    color: rgba(0, 4, 26, .85);
}

/* 金融科技--小贷 */
.small-loan-index .banner {
    background: url(../images/products/financeTech/small_loan_banner.png) repeat-x center;
}

.small-loan-index .products-column .column-detail p {
    font-size: 16px;
}

.small-loan-index .column-card {
    width: 1200px;
    height: auto;
}
.small-loan-index .column-card .column-card-title {
    float: left;
    background: #1868BF;
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: 5px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 54% 46% 71% 29% / 72% 61% 39% 28%;
}
.small-loan-index .column-card h4 {
    float: left;
    width: 1050px;
    height: auto;
    line-height: 40px;
    margin: 0 0 20px 18px;
    padding: 10px 40px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: rgba(0, 0, 0, 0.1) 0 25px 98px 0;
    border-radius: 25px;
}

/* 金融科技--典当 */
.impawn-index .banner {
    background: url(../images/products/financeTech/impawn_banner_bg.png) repeat-x center;
}
.impawn-index .impawn-introduce {
    padding: 20px;
    font-size: 16px;
    border: 1px dotted #1868BF;
    margin-bottom: 20px;
}
.impawn-index .column-detail h5 {
    font-size: 18px;
}
.impawn-index .column-detail p {
    font-size: 16px;
}
.impawn-index .column-card {
    width: 1200px;
    height: 10px;
    margin: 10px 18px;
    padding: 10px 30px 40px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: rgba(0, 0, 0, 0.1) 0 25px 98px 0;
    border-radius: 25px;
}
.impawn-index .column-card .column-card-title {
    float: left;
    background: #1868BF;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 54% 46% 71% 29% / 72% 61% 39% 28%;
}
.impawn-index .column-card h4 {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 40px;
}

/* 金融科技--融资租赁 */
.finance-lease-index .banner {
    background: url(../images/products/financeTech/finance_lease_banner_bg.png) repeat-x center;
}
.finance-lease-index .column-card {
    width: 500px;
    height: 10px;
    margin: 10px 18px;
    padding: 10px 30px 40px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: rgba(0, 0, 0, 0.1) 0 25px 98px 0;
    border-radius: 25px;
}
.finance-lease-index .column-card .column-card-title {
    float: left;
    background: #1868BF;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 54% 46% 71% 29% / 72% 61% 39% 28%;
}
.finance-lease-index .column-card h4 {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 40px;
}

/* 金融科技--不良资产 */
.bad-assets-index .banner {
    background: url(../images/products/financeTech/bad_assets_banner.png) repeat-x center;
}
.bad-assets-index .introduce-img {
    text-align: center;
}
.bad-assets-index .introduce-detail p {
    font-size: 16px;
}

/* 区块链--区块链 */
.block-chain-index .products-column .column-detail p {
    font-size: 18px;
    margin-bottom: 30px;
}
.block-chain-index .column-card {
    width: 500px;
    height: 10px;
    margin: 10px 18px;
    padding: 10px 30px 40px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: rgba(0, 0, 0, 0.1) 0 25px 98px 0;
    border-radius: 25px;
}
.block-chain-index .column-card .column-card-title {
    float: left;
    background: #1868BF;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 54% 46% 71% 29% / 72% 61% 39% 28%;
}
.block-chain-index .column-card h4 {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 40px;
}
.block-chain-index .block-feature-1 {
    margin-bottom: 50px;
    padding: 0 80px;
}
.block-chain-index .block-feature-1 .feature-item {
    background: #1868BF;
    width: 235px;
    height: 236px;
    margin: 0 140px;
    text-align: center;
    border-radius: 40px;
    float: left;
    color: #fff;
}
.block-chain-index .block-feature-2 .feature-item {
    background: #1868BF;
    width: 235px;
    height: 236px;
    margin: 0 82px;
    text-align: center;
    border-radius: 40px;
    float: left;
    color: #fff;
}
.block-chain-index .block-feature .feature-item img {
    width: 120px;
}
.block-chain-index .block-feature .feature-item .feature-item-bottom {
    margin-top: 10px;
}
.block-chain-index .block-feature .feature-item .feature-item-bottom p {
    font-size: 16px;
}
.block-chain-index .application-item {
    text-align: center;
    margin-bottom: 40px;
}
.block-chain-index .application-item .item-top {
    font-size: 22px;
    color: #1868BF;
}
.block-chain-index .application-item .item-describe {
    font-size: 18px;
    color: #7E7D7D;
}
.block-chain-index .application-item .item-img {
    margin-top: 15px;
}
.block-chain-index .application-item .item-img img {
    border: 1px solid #0080FF;
}

/* 智能风控--信用风险评级 */
.credit-risk-grade-index .banner {
    background: url(../images/products/intelligentRiskControl/credit_risk_grade_banner.png) repeat-x center;
}
.credit-risk-grade-index .column-card {
    float: left;
    width: 500px;
    height: 10px;
    margin: 10px 18px;
    padding: 10px 30px 40px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: rgba(0, 0, 0, 0.1) 0 25px 98px 0;
    border-radius: 25px;
}
.credit-risk-grade-index .column-card .column-card-title {
    float: left;
    background: #1868BF;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 54% 46% 71% 29% / 72% 61% 39% 28%;
}
.credit-risk-grade-index .column-card h4 {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 40px;
}

/* 金融安全----跨网交换产品 */
.cross-network-index .banner {
    background: url(../images/products/financeSecurity/cross_network_switch_banner.png) repeat-x center;
}
.cross-network-index .column-card {
    float: left;
    width: 500px;
    height: 10px;
    margin: 10px 18px;
    padding: 10px 30px 40px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: rgba(0, 0, 0, 0.1) 0 25px 98px 0;
    border-radius: 25px;
}
.cross-network-index .column-card .column-card-title {
    float: left;
    background: #1868BF;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 54% 46% 71% 29% / 72% 61% 39% 28%;
}
.cross-network-index .column-card h4 {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 40px;
}

/* 金融安全----数据治理与安全 */
.data-governance-index .banner {
    background: url(../images/products/financeSecurity/data_governance_banner.png) repeat-x center;
}
.data-governance-index .solution-scheme {
    height: 600px;
}
.data-governance-index .scheme-div {
    position: relative;
    width: 1200px;
}
.data-governance-index .solution-scheme .img-div {
    text-align: center;
}
.data-governance-index .solution-scheme .scheme1 {
    position: absolute;
    top: 42px;
    left: 30px;
}
.data-governance-index .solution-scheme .scheme2 {
    position: absolute;
    top: 42px;
    right: 90px;
}
.data-governance-index .solution-scheme .scheme3 {
    position: absolute;
    top: 486px;
    left: 38%;
}
.data-governance-index .application-img {
    text-align: center;
}
.data-governance-index .application-img img {
    width: 80%;
}

/* 金融安全----文档安全管理系统 */
.document-security-index .banner {
    background: url(../images/products/financeSecurity/document_security_banner.png) repeat-x center;
}
.document-security-index .img-div {
    text-align: center;
}
.document-security-index .word-div {
    padding: 0 100px 50px;
    font-size: 18px;
}

/* 金融安全----密码应用产品 */
.password-application-index .banner {
    background: url(../images/products/financeSecurity/password_application_banner.png) repeat-x center;
}
.password-application-index .produce-content {
    position: relative;
}
.password-application-index .produce-content ul {
    font-size: 18px;
    width: 200px;
}
.password-application-index .produce-content .produce-item1 {
    position: absolute;
    top: 60px;
    left: 100px;
}
.password-application-index .produce-content .produce-item2 {
    position: absolute;
    top: 60px;
    right: 80px;
}
.password-application-index .produce-content .produce-item3 {
    position: absolute;
    top: 370px;
    left: 100px;
}
.password-application-index .produce-content .produce-item4 {
    position: absolute;
    top: 370px;
    right: 80px;
}
.password-application-index .solution-scheme .img-div {
    float: left;
    width: 40%;
    text-align: center;
    font-size: 18px;
    margin: 5%;
}

/* 科创金融----政策罗盘 */
.policy-compass-index .banner {
    background: url(../images/products/kcjr/policy_compass_banner.png) repeat-x center;
}
















