@charset "utf-8";

/*数据安全banner图*/
.costControlBanner{
    width:100%;
    overflow: hidden;
    position: relative;
}
.costControlBanner img{
    width:100%;
    height:100%;
}
.costControlBannerTxt{
    position: absolute;
    top:180px;
    left: 560px;
}
.costControlBannerTxt h1{
    color: #007AFF;
    font-size: 48px;
    padding-bottom: 24px;
}
.costControlBannerTxt span {
    width: 80px;
    height: 4px;
    display: block;
    background: #0071FF;
}
/*数据安全banner图*/

/*互联网时代的全新智能业财平台*/
.industryFinancePlatformBox{
    width:100%;
    overflow: hidden;
    background: #FAF9FE;
}
.industryFinancePlatformBox >div,.financialSharingBox >div{
    width:1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.costControlTitle h2{
    height: 40px;
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    margin: 60px 0 14px;
}
.costControlTitle i{
    display: block;
    width: 60px;
    height: 4px;
    margin: 0 auto 40px;
    background: #007AFF;
}
.industryFinancePlatformCon{padding-bottom: 60px;}
.industryFinancePlatformLeft div{margin-right: 12px;}
.industryFinancePlatformLeft div h3{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin: 23px 0 12px;
}
.industryFinancePlatformLeft div p {
    height: 19px;
    color: #666666;
    line-height: 19px;
}
.arrow{margin: 43px 117px;}
/*互联网时代的全新智能业财平台*/

/*财务共享*/
.financialSharingBox{
    width:100%;
    overflow: hidden;
    margin: 60px 0 40px;
}
.coreValueTitle_2{
    font-size: 18px;
    line-height: 24px;
    margin: 18px 0 ;
}
.coreValueTitle_2 span {
    width: 4px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 8px;
    background: #0071FF;
}
.financialSharingList{margin-bottom: 40px;}
.financialSharingLeft{margin-top: 73px;}
.financialSharingLeft ul{padding-left: 15px;}
.financialSharingLeft ul li{
    float: left;
    list-style: disc;
    height: 19px;
    font-size: 14px;
    color: #666666;
    line-height: 19px;
    margin-right: 40px;
}
/*财务共享*/