/*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;
}
/*系统优势*/
.dsp_advantagebox{

}
.dsp_advantagebox .dsp_advantage{
    width: 1200px;
    margin: 0 auto;
}
.dsp_advantagebox .contain{
    /*text-align: center;*/
    margin:50px 0 50px 0;
}
.dsp_advantagebox li{
    width: 261px;
    height: 303px;
    border: 1px solid #E0E0E0;
    text-align: center;
    float: left;
    margin-right: 49px;
    /*cursor: pointer;*/
}
.dsp_advantagebox li:hover{
    color: #fff;
    background-color: #036CEC;
}
.dsp_advantagebox li:hover .system_h{
    border-bottom: 1px solid #fff;
}
.dsp_advantagebox li.last_li{

    margin-right: 0;
}
.dsp_advantagebox .system_img{
    height: 165px;
    line-height: 165px;
}
.dsp_advantagebox .system_h{
    margin: 0 auto 20px;
    width: 190px;
    padding-bottom: 15px;
    border-bottom: 1px solid #5E6267;
}
.dsp_advantagebox  li:hover .system_h{
    /*border-bottom: 2px solid #fff;*/
}
.dsp_advantagebox .system_p{
    line-height: 1.5;
}
/*多种定向设置*/
.multiple_box div.title {
    background: url(../images/icon_title_1.png) no-repeat center;
    width: 270px;
    height: 39px;
    margin: 0 auto;
    /*padding-top: 36px;*/
    position: relative;
}
.multiple_box{
    background: url(../images/dsp/multiple.png) no-repeat center;
    height: 153px;
}
.multiple {
    padding-top: 55px;
}
.multiple .titlebox{
 color: #fff;
}
.directional_box{
    width: 1200px;
    margin:40px auto 0;
}
.directional li{
    width: 300px;
    height: 261px;
    margin:20px 0px 20px 0;
    float: left;
}
.directional li.last_li{
    margin-right: 0;
}
.directional .directional_img{
    display: block;
    margin: 0 auto;
}
.directional .directional_p{
   text-align: center;
    margin-top: 24px;
    line-height: 1.6;
    color: #5E6267;
}

/*更全面的效果分析报告*/
.report_box div.title {
    background: url(../images/icon_title_2.png) no-repeat center;
    width: 390px;
    height: 39px;
    margin: 0 auto;
    padding-top: 36px;
    position: relative;
}
.report_box div.title .title_0 {
    font-size: 20px;
    position: absolute;
    top: 13px;
    left: 92px;
}
.report_box div.title .title_1 {
    font-size: 12px;
    position: absolute;
    top: 39px;
    left: 72px;
}
.report_box{
    background: url(../images/dsp/report.png) no-repeat center;
    color:#fff;
    height: 716px;
    margin-top: 50px;
}
.report {
    width: 1200px;
    margin:0 auto;
}
.report_box .titlebox {
    padding-top: 30px;
}
.report li{
    float: left;
    margin:40px 209px 40px 0;
}
.report .report_img{
    display: block;
}
.report .report_p{
    text-align: center;
    margin-top: 39px;
}
.report li.last_li{
    margin-right: 0;
}