/*banner*/
.bannersilde {
    width: 100%;
    /*height: 604px;*/
    overflow: hidden;
    position: relative;
}
.bannersilde .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.bannersilde img {
    width: 100%;
    /*height: 604px;*/
    display: block;
}
.bannersilde .hd {
    overflow: hidden;
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 10px;
    z-index: 1;
}
.bannersilde .hd ul li {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #fff;
    margin: 0 8px;
    cursor: pointer;
    border-radius: 5px;
}
.bannersilde .hd ul li.on {
    width: 45px;
    border-radius: 5px;
    background-color: #fff;
}
/*数据来源*/
.sources_box{
    background: url(../images/dmp/sources.png) no-repeat left bottom;
    margin-top: 92px;
}
.sources{
    width: 1200px;
    margin: 0 auto;
}
/*数据分析*/
.analysisTile{
    background-color: #f4f4f4;
}
.analysisTile div.title{
    margin: 0 auto;
}
.analysis_box{
    padding-top: 50px;
    background: url(../images/dmp/analysis1.png) no-repeat center;
    height: 732px;
}
/*数据应用*/
.application_box{
    padding: 20px 0;
    background: url(../images/dmp/application.png) no-repeat center;
    color:#fff;
}
.application {
    width: 1200px;
    margin:0 auto;
}
.application li{
    float: left;
    margin:40px 85px 40px 0;
}
.application li.last_li{
    margin-right: 0;
}