@charset "utf-8";

/*费控管理banner图*/
.costControlBanner{
    width:100%;
    overflow: hidden;
    position: relative;
}
.costControlBanner img{
    width:100%;
    height:100%;
}
.costControlBannerTxt{
    position: absolute;
    top:180px;
    left: 360px;
}
.costControlBannerTxt h1{
    color: #007AFF;
    font-size: 48px;
    padding-bottom: 24px;
}
.costControlBannerTxt span{
    width: 80px;
    height: 4px;
    display: block;
    background: #0071FF;
}
.costControlBannerTxt P {
    height: 26px;
    font-size: 20px;
    color: #999999;
    line-height: 26px;
    margin-top: 26px;
}
/*费控管理banner图*/

/*核心价值*/
.coreValueBox,.advantageBox,.serviceBlessingBox{
    width:100%;
    overflow: hidden;
    margin-top: 60px;
}
.coreValueBox >div,.advantageBox >div,.serviceBlessingBox >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-bottom: 14px;
}
.costControlTitle i{margin: 0 auto 40px;}
.costControlTitle i{
    display: block;
    width: 60px;
    height: 4px;
    background: #007AFF;
}
.coreValueTitle_2{
    font-size: 18px;
    line-height: 24px;
    margin: 41px 0 39px;
}
.coreValueTitle_2 span {
    width: 4px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 8px;
    background: #0071FF;
}
.coreValueList{margin-bottom: 40px;}
.coreValueLeft{box-sizing: border-box;}
.coreValueTxtCon{margin-bottom: 30px;}
.coreValueTxt{width:540px;}
.coreValueLeft h3{
    height: 18px;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    margin-bottom: 12px;
}
.coreValueLeft i{
    width: 4px;
    height: 4px;
    background: #FE6D00;
    margin: 6px;
    border-radius: 50%;
}
.coreValueLeft p{
    font-size: 12px;
    color: #999999;
    line-height: 18px;
}
/*核心价值*/

/*优势*/
.advantageBox{background: #FAF9FE;padding: 60px 0;}
.advantageList{
    width: 285px;
    height: 408px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: 20px;
}
.advantageList h3{
    height: 21px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    margin: 20px 0 12px;
}
.advantageList ul{
    width: 216px;
    margin: 0 auto;
}
.advantageList ul li{
    font-size: 12px;
    color: #999999;
    list-style: disc;
    line-height: 26px;
}
.advantageList:hover{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.6);
    border-radius: 4px;
}
/*优势*/

/*五大服务加持*/
.serviceBlessingTitle{
    background: #EDF1FC;
    padding: 30px 0;
}
.serviceBlessingTitle div{
    width:196px;
    float: left;
    padding-right: 55px;
}
.serviceBlessingTitle img{
    display: block;
    margin: 0 auto 14px;
}
.serviceBlessingTitle h3{
    height: 24px;
    font-size: 18px;
    color: #007AFF;
    line-height: 24px;
    text-align: center;
}
.serviceBlessingTxt {margin-bottom: 80px;}
.serviceBlessingTxt p{
    height: 38px;
    float: left;    width:196px;
    padding-right: 55px;
    font-size: 14px;
    color: #666666;
    line-height: 19px;
    text-align: center;
    margin: 14px 0 0;
    background-color: #ffffff;
}
/*五大服务加持*/