@charset "utf-8";

/*智能财务banner图*/
.blockChainBanner{
    width:100%;
    height:480px;
    position: relative;
}
.blockChainBanner img{
    width:100%;
    height:100%;
}
/*智能财务banner图*/

/*档案管理*/
.fileManageBox,.systemFunctionBox{
    width:100%;
    overflow: hidden;
    margin: 60px 0 0;
}
.fileManageBox >div,.systemFunctionBox >div,.highlightsBox >div,.blockChainBJBox >div{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.fileManageTitle h2{
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 12px;
}
.fileManageCon{
    width: 100%;
    height: 166px;
    margin-top: 60px;
    position: relative;
}
.fileManageCon img{
    width:100%;
    height: 100%;
}
.fileManageCon p{
    width: 816px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #666666;
    position: absolute;
    top:50%;
    left: 50%;
    margin: -12px 0 0 -408px;
}
/*档案管理*/

/*系统功能*/
.systemFunctionCon{padding-bottom: 40px;}
.systemFunctionList{margin:40px 0 60px;}
.systemFunctionList div{
    width:329px;
    height: 223px;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}
.systemFunctionList img{
    display: block;
    margin: 0 auto;
}
.systemFunctionList h3{
    height: 27px;
    font-size: 18px;
    line-height: 27px;
    margin: 18px 12px;
}
.systemFunctionList p{
    line-height: 20px;
    color: #666666;
}
.systemFunctionList div:before{
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -20px;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    /*background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);*/
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}
.systemFunctionList div:hover,
.systemFunctionList div:focus,
.systemFunctionList div:active {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
    /* move the element up by 5px;; */;
}
.systemFunctionList div:hover:before,
.systemFunctionList div:focus:before,
.systemFunctionList div:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
/*系统功能*/

/*优势与亮点*/
.highlightsBox{
    width:100%;
    overflow: hidden;
    padding: 60px 0 0;
    background: #F6F7FA;
}
.highlightsCon{
    margin-top: 40px;
    background-color: #ffffff;
}
.highlightsBjBox{position: relative;}
.highlightsBjBox img{
    width:1200px;
    height: 90px;
}
.highlightsBjTxt{
    width: 370px;
    top:7px;
    position: absolute;
}
.highlightsBjTxt_one{left: 30px;}
.highlightsBjTxt_two{left: 460px;}
.highlightsBjTxt_three{right: 0px;}
.highlightsBjTxt p{
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}
.highlightsBjTxt h3{
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}
.highlightsEmit{
    float: left;
    width:599px;
    padding: 31px 0 20px 14px;
    box-sizing: border-box;
}
.highlightsEmit img{
    float: left;
}
.highlightsEmit div{
    float: left;
    width:420px;
    margin-left: 20px;
}
.highlightsEmit h4{
    font-size: 18px;
    height: 24px;
    line-height: 24px;
}
.highlightsEmit p{
    color: #666666;
    height: 76px;
    line-height: 19px;
    margin: 14px 0 33px;
}
.highlightsEmit h4:hover{
    cursor: pointer;
    color: #007AFF;
}
/*优势与亮点*/

.blockChainBJBox{
    width: 100%;
    height: 100px;
    overflow: hidden;
    background: #566778;
}
.blockChainBJList{
    float: left;
    margin: 25px 0;
}
.blockChainBJList div{
    float: left;
    margin: 0 0 0 20px;
    box-sizing: border-box;
}
.blockChainBJList p {
    font-size: 16px;
    line-height: 21px;
    height: 21px;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.blockChainBJList span{
    color: #FFFFFF;
    display: block;
}