﻿body,html{
    padding: 0;
    margin: 0;
    width: 100%;
}
.entIndex *{
    box-sizing: border-box;
}
.entIndex{
    width: 100%;
    height: 100%;
}
.entIndex .topContent{
    width: 100%;
    height: 100%;
    position: relative;
    background: url("/img/entIndex/bg.jpg") no-repeat center;
    background-size: cover;
}
.entIndex .topContent .topVideo{
    width: 100%;
}
.entIndex .topContent .topBox{
    width: 94%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 3%;
}
.fullBox{
    width: 100% !important;
    height: 100% !important;
}
.logoImg{
    width: 125px;
    margin: 18px 0 0 0;
}
.topContent .sub-nav-list{
    display: none;
    top: 70px;
    left: 0;
}
.topContent .user-login-box{
   margin-left: 20px;
}
.home-nav-clear.home-nav{
    border: 0;
}
.topImg{
    position: absolute;
    top: 22%;
    left: 12%;
}
.topImg .topImgBox{
    width: 180px;
    float: left;
}
.topImg .topImgBox img{
    width: 100%;
}
.topImg .imgFont{
    float: left;
    margin-left: -20px;
    margin-top: -10px;
}
.topImg span{
    display: block;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 66px;
}
.topImg .imgTitle{
    font-size: 60px;
    font-weight: bold;
}
.topData{
    width: 100%;
    height: 140px;
    background-color: rgba(9,109,217,0.6);
    position: absolute;
    left: 0;
    bottom: 0;
}
.topData_inner{
    width: 1300px;
    height: 100%;
    margin: auto;
}
.topDataItem{
    width: 25%;
    float: left;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topDataItem img{
    width: 40px;
    float: left;
    margin: -15px 15px 0 0;
}
.topDataItem div{
    float: left;
}
.topDataItem span{
    display: block;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 38px;
}
.topDataItem .entIndexDataFont{
    font-size: 34px;
    font-weight: bold;
    margin-right: 5px;
}
.applicationTips{
    width: 100%;
    height: 670px;
    background: url("/img/entIndex/bg_application.png") no-repeat center;
    background-size: 100% 100%;
    position: relative;
}
.contentBox{
    width: 1200px;
    height: 100%;
    margin: auto;
    padding-top: 50px;
}
.applicationTips .contentBox{
    width: 1300px;
}
.applicationTips .contentBox .titleBox{
    width: 100%;
    height: 100px;
    text-align: center;
}
.applicationTips .contentBox .titleBox span{
    display: block;
    color: #FFFFFF;
}
.applicationTips .contentBox .titleBox .titleFont{
    font-size: 48px;
    font-weight: bold;
}
.applicationTips .contentBox .titleBox .titleTips{
    font-size: 18px;
    opacity: 0.6;
}
.applicationTips .contentBox .titleBox .titleTips font{
    margin: 0 3px;
}
.fontBlue{
    color: #1B7FEC;
}
.applicationTips .contentBox .imgBox{
    width: 100%;
    height: 300px;
    margin-top: 30px;
}
.applicationTips .contentBox .splitLine{
    width: 66%;
    height: 2px;
    background-color: rgba(255,255,255,0.2);
    margin: auto;
}
.applicationTips .contentBox .item{
    width: 33.3%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.applicationTips .contentBox .item span{
    display: block;
    color: #FFFFFF;
}
.applicationTips .contentBox .tipsBox .item{
    margin-top: -16px;
}
.applicationTips .contentBox .item .circle{
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: 2px solid #FFFFFF;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
    background-color: #1d3676;
}
.applicationTips .contentBox .item .itemTitle{
    font-size: 34px;
    font-weight: bold;
    margin: 2px 0 8px 0;
}
.applicationTips .contentBox .item .itemTips{
    font-size: 18px;
    opacity: 0.4;
}
.contentBox .titleBoxs{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contentBox .titleBoxs span{
    display: inline-block;
    width: 24px;
    height: 8px;
    background-color: #096DD9;
    margin-right: 15px;
}
.contentBox .titleBoxs font{
    font-size: 40px;
    font-weight: bold;
    color: #333333;
}
.financeSupermarket{
    width: 100%;
    height: 800px;
    background-color: #FFFFFF;
}
.financeSupermarket .financeContent{
    width: 100%;
    height: 510px;
}
.financeSupermarket .financeContent a:hover .item{
    border-color: #0A6ED9;
}
.financeSupermarket .financeContent .item{
    width: 31%;
    height: 100%;
    margin-right: 3.5%;
    box-shadow: 0 0px 15px 0 #CCCCCC;
    float: left;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    border: 2px solid rgba(0,0,0,0);
}
.financeSupermarket .financeContent a:last-child .item{
    margin-right: 0;
}
.financeSupermarket .financeContent .item span{
    display: block;
    color: #9A9A9A;
    font-size: 16px;
}
.financeSupermarket .financeContent .item .itemTips{
    width: 60px;
    height: 50px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
}
.financeSupermarket .financeContent .item .numberOne{
    background-color: #FF5021;
}
.financeSupermarket .financeContent .item .numberTwo{
    background-color: #FD9612;
}
.financeSupermarket .financeContent .item .numberThree{
    background-color: #1890FF;
}
.financeSupermarket .financeContent .item .itemTips font{
    font-size: 20px;
}
.financeSupermarket .financeContent .item .itemTitle{
    line-height: 70px;
    font-size: 30px;
    font-weight: bold;
    color: #000012;
    width: 300px;
    text-align: center;
}
.financeSupermarket .financeContent .item div{
    width: 300px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
}
.financeSupermarket .financeContent .item .mainContent{
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #D3D3D3;
    line-height: 70px;
    text-align: center;
}
.financeSupermarket .financeContent .item .amoutFont{
    font-size: 36px;
    font-weight: bold;
    color: #0A6ED9;
}
.financeSupermarket .financeContent .item .unit{
    font-size: 16px;
    color: #343434;
    margin-left: 5px;
}
.financeSupermarket .financeContent .item .numFont{
    color: #343434;
    font-size: 24px;
    font-weight: bold;
}
.financeSupermarket .financeContent .item .secondNumFont{
    color: #0A6ED9;
    font-size: 16px;
    font-weight: bold;
}
.financeSupermarket .financeContent .item .secondContent{
    line-height: 28px;
}
.financeSupermarket .financeContent .item img{
    width: 170px;
}
.moreBox{
    width: 100%;
}
.moreBox div{
    width: 80px;
    height: 40px;
    border: 1px solid #ABABAB;
    font-size: 18px;
    color: #666666;
    text-align: center;
    line-height: 28px;
    border-radius: 24px;
    margin: auto;
    opacity: 0.4;
}
.successCase{
    width: 100%;
    height: 680px;
    background: url("/img/entIndex/bg_successCase.png") no-repeat center;
    background-size: 100% 100%;
}
.successCase .titleBoxs span{
    background-color: #FFFFFF;
}
.successCase .titleBoxs font{
    color: #FFFFFF;
}
.successCase .moreBox div{
    color: #FFFFFF;
    border-color: #EEEEEE;
}
.successCase .successCaseContent{
    width: 100%;
    height: 350px;
}
.successCase .successCaseContent .item{
    width: 22.5%;
    height: 100%;
    margin-right: 3%;
    background-color: #FFFFFF;
    float: left;
    border-radius: 12px;
    padding-top: 20px;
    text-align: center;
    cursor: default;
}
.successCase .successCaseContent .item:last-child{
    margin-right: 0;
}
.successCase .successCaseContent .item span{
    display: block;
    font-size: 16px;
    color: #343434;
    line-height: 40px;
}
.successCase .successCaseContent .item .productName{
    font-size: 28px;
    font-weight: bold;
    line-height: 60px;
    width: 230px;
    text-align: center;
    margin: auto;
}
.successCase .successCaseContent .item .company{
    width: 230px;
    margin: auto;
    text-align: center;
}
.successCase .successCaseContent .item .finance{
    line-height: 120px;
    border-bottom: 2px solid #F1F1F1;
    padding-bottom: 10px;
}
.successCase .successCaseContent .item .finance font{
     color: #0A6ED9;
     font-size: 36px;
     font-weight: bold;
 }
.successCase .successCaseContent .item img{
    width: 170px;
    margin-top: 15px;
}
.policyNews{
    width: 100%;
    height: 750px;
}
.flexBox{
    display: flex;
}
.policyNews .titleBoxs{
    width: 50%;
    float: left;
}
.policyNews .switchBox{
    justify-content: flex-end;
}
.policyNews .titleBoxs .policyNewsBtn{
    width: 120px;
    height: 46px;
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border-radius: 24px;
    float: left;
    margin: 0 10px;
    cursor: pointer;
    border: 2px solid rgba(0,0,0,0);
    line-height: 42px;
}
.policyNews .titleBoxs .activeBox{
    border-color: #096DD9;
    color: #096DD9;
}
.policyNews .policyNewsContent{
    width: 100%;
    height: 470px;
}
.policyNews .policyNewsContent .policyNewsImg{
    width: 380px;
    height: 100%;
    border-radius: 6px;
}
.policyNews .policyNewsContent .policyNewsImg img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.policyNews .policyNewsContent .policyNewsList{
    width: calc(100% - 430px);
    height: 100%;
}
.policyNews .policyNewsContent .policyNewsList ul{
    width: 100%;
    height: 100%;
}
.policyNews .policyNewsContent .policyNewsList ul a:hover li{
    box-shadow: 0 0px 15px 0 #CCCCCC;
}
.policyNews .policyNewsContent .policyNewsList li{
    width: 100%;
    height: 20%;
    border-bottom: 2px solid #F1F1F1;
    padding: 0 10px;
    border-radius: 4px;
}
.policyNews .policyNewsContent .policyNewsList li span{
    display: block;
    float: left;
    color: #333333;
    line-height: 90px;
}
.policyNews .policyNewsContent .policyNewsList li .title{
    width: 80%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 500;
}
.policyNews .policyNewsContent .policyNewsList li .time{
    width: 20%;
    text-align: right;
    font-size: 16px;
}
.policyNews .policyNewsContent .item{
    width: 31%;
    height: 100%;
    margin-right: 3.5%;
    box-shadow: 0 0px 15px 0 #CCCCCC;
    float: left;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    padding-top: 10px;
}
.policyNews .policyNewsContent .item:first-child{
    border: 2px solid #0A6ED9;
}
.policyNews .policyNewsContent .item:last-child{
    margin-right: 0;
}
.policyNews .policyNewsContent .item span{
    display: block;
    font-size: 16px;
    width: 300px;
    margin: 0 auto;
}
.policyNews .policyNewsContent .item .time{
    color: #343434;
    line-height: 50px;
    border-bottom: 1px solid #D3D3D3;
    opacity: 0.6;
}
.policyNews .policyNewsContent .item .title{
    font-size: 24px;
    font-weight: bold;
    color: #343434;
    line-height: 90px;
}
.policyNews .policyNewsContent .item:first-child .title{
    color: #0A6ED9;
}
.policyNews .policyNewsContent .item .content{
    color: #9A9A9A;
    line-height: 30px;
    height: 60px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.policyNews .policyNewsContent .item img{
    width: 100%;
    max-height: 210px;
}
.policyNews .policyNewsContent .item .imgSpan{
    position: relative;
}
.policyNews .policyNewsContent .item:nth-child(n+2) .imgSpan .imgmask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    background-color: #0056B3;
    opacity: 0.5;
}
.cooperativeAgency{
    width: 100%;
    height: 450px;
}
.cooperativeAgency .cooperativeAgencyContent{
    width: 100%;
    height: 200px;
}
.cooperativeAgency .cooperativeAgencyContent ul{
    width: 100%;
    height: 100%;
}
.cooperativeAgency .cooperativeAgencyContent li{
    width: 100%;
    border-top: 1px solid rgba(171,171,171,0.3);
}
.cooperativeAgency .cooperativeAgencyContent span{
    display: flex;
    width: 25%;
    height: 100px;
    float: left;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(171,171,171,0.3);
}
.cooperativeAgency .cooperativeAgencyContent li span:nth-child(4){
    border-right: 0;
}
.cooperativeAgency .cooperativeAgencyContent li:nth-child(1){
    /*border-top: 0;*/
}
.aboutUs{
    width: 100%;
    height: 350px;
    background: url("/img/entIndex/bg_aboutUs.png") no-repeat center;
    background-size: 100% 100%;
}
.aboutUs .titleBoxs{
    justify-content: center;
}
.aboutUs .titleBoxs font{
    color: #FFFFFF;
}
.aboutUs .aboutUsContent{
    width: 100%;
    height: 200px;
}
.aboutUs .contentBox{
    width: 1300px;
    margin: auto;
}
.aboutUs .aboutUsContent .item{
    width: 25%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.aboutUs .aboutUsContent .item img{
    width: 60px;
    margin-right: 10px;
}
.aboutUs .aboutUsContent .item span{
     display: block;
     color: #FFFFFF;
     opacity: 0.5;
     font-size: 16px;
    line-height: 24px;
 }
.aboutUs .aboutUsContent .item i{
    position: absolute;
    width: 2px;
    height: 42px;
    right: 0;
    top: 75px;
    background-color: #D3D3D3;
    opacity: 0.3;
}
.aboutUs .aboutUsContent .item .fontTitle{
    opacity: 1;
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
}
.hideBox{
    display: none !important;
}

.move-list.animation{
    animation: move 40s linear infinite normal;
    animation-fill-mode:forwards;
}

.move-list li{
    display: inline-block;
    vertical-align: top;
}

@keyframes move{
    0%{transform:translateY(0%);}
    100%{transform:translateY(-50%);}
}

.relative{
    position: relative;
}
/*平台帮助*/
.entIndex .platformHelp{
    position: fixed;
    z-index: 1000;
    right: 20px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 8px 0 rgba(0,110,212,0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #6F879D;
    cursor: pointer;
}
.platformHelp *{
    box-sizing: border-box;
}
.platformHelp{
    width: 100%;
    background-color: #F1F1F1;
}
.platformHelp .bg-header{
    width: 100%;
    height: 50px;
    background-color: #096DD9;
}
.platformHelp .container{
    width: 1200px;
    height: 100%;
    margin: -50px auto 0;
    padding-bottom: 20px;
}
.platformHelp .searchbox{
    box-shadow: 0 0 10px 0 rgba(0,21,114,0.1);
    border-radius: 4px;
    background-color: #ffffff;
    width: 100%;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.platformHelp .searchbox .title{
    font-size: 28px;
    font-weight: bold;
    color: #096DD9;
}
.platformHelp .searchbox .searchinput input{
    width: 600px;
    height: 44px;
    border: 1px solid #CCCCCC;
    border-right: 0;
    color: #333333;
    font-size: 14px;
    border-radius: 4px 0 0 4px;
    padding: 0 10px;
}
.platformHelp .searchbox .searchinput input::placeholder{
    font-size: 14px;
}
.platformHelp .searchbox .searchinput button{
    width: 100px;
    height: 44px;
    background-color: #1890FF;
    font-size: 16px;
    color: #ffffff;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
.platformHelp .resultbox{
    box-shadow: 0 0 10px 0 rgba(0,21,114,0.1);
    border-radius: 4px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 553px);
}
.platformHelp .resultbox .switchbox li{
    width: 33.33%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #808080;
    font-size: 18px;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-top: 3px solid #ffffff;
    cursor: pointer;
}
.platformHelp .resultbox .switchbox li:nth-last-child(1){
    border-right: 0;
}
.platformHelp .resultbox .switchbox li img{
    margin-bottom: 10px;
}
.platformHelp .resultbox .switchbox li.active{
    border-bottom-color: #ffffff;
    border-top-color: #096DD9;
    color: #096DD9;
}
.platformHelp .resultbox .filternum{
    color: #666666;
    font-size: 14px;
    padding: 20px 20px 5px;
}
.platformHelp .resultbox .filternum span{
    color: #096DD9;
    margin: 0 8px;
    font-weight: bold;
}
.platformHelp .resultbox .resultlist{
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.platformHelp .resultbox .resultlist .defaultImg{
    width: 200px;
    margin-bottom: 20px;
}
.platformHelp .resultbox .resultlist .defaultFont{
    color: #666666;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
}
.platformHelp .resultbox .resultlist ul{
    width: 100%;
}
.platformHelp .resultbox .resultlist li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #DDDDDD;
    color: #003C7D;
    font-size: 14px;
    cursor: pointer;
}
.platformHelp .resultbox .resultlist li::before{
    content: " ";
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #1890FF;
    margin: 22px 10px 0 0;
}
.platformHelp .resultbox .resultlist .pagination_box{
    width: 100%;
}

.bg-f1f1f1{
    background-color: #F1F1F1;
}
.platformHelpDetail{
    width: 1200px;
    min-height: calc(100% - 363px);
    margin: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.platformHelpDetail .platformHelpDetail-body{
    width: 100%;
    min-height: calc(100vh - 410px);
    background-color: #ffffff;
    font-size: 14px;
    color: #333333;
}
.platformHelpDetail .platformHelpDetail-body .title{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
    height: 70px;
    border-bottom: 1px solid #CCCCCC;
}
