/*头部广告 */
.sweepBar{
   padding-top: 71px;
}
.sweepBarImg{
    font-size: 0;
    position: relative;
}
.sweepBarImg img{
    width: 100%;
}
.sweepBarDiv{
    text-align: center;
    position: absolute;
    top: 160px;
    left: 50%;
    margin-left: -360px;
}
.sweepBarDivP{
    font-size: 60px !important;
    color: #fff;
    margin-bottom: 45px;
}
.sweepBarDivP2{
    font-size: 24px !important;
    color: #fff;
}
.scenario{
    padding: 80px 0 60px;
    background: #fff;
}
.scenarioP{
    font-size: 36px;
    color: #222222;
    text-align: center;
    margin-bottom: 80px;
}
.scenarioUl{
    list-style: none;
    width: 1272px;
    margin: 0 auto;
    font-size: 0;
}
.scenarioUl li{
    width: 350px;
    height: 210px;
    margin: 0 36px 20px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    padding-top: 30px;
}
.scenarioUl li img{
    margin-bottom: 25px;
}
.scenarioUlP{
    font-size: 18px !important;
    color: #ffffff;
    margin-bottom: 10px;
}
.scenarioUlP2{
    font-size: 14px !important;
    color: #ffffff;
    line-height: 25px;
}
.integrated{
    padding: 80px 0;
    background: #F6F7FC;
    text-align: center;
}
.integratedP{
    font-size: 36px;
    color: #222222;
    margin-bottom: 20px;
}
.integratedP2{
    font-size: 14px;
    color: #9b9ba3;
    line-height: 25px;
    margin-bottom: 80px;
}