.media_banner{
    font-size: 0;
}

.media_banner img{
    width: 100%;
    height: auto;
}


.media01{
    font-size: 0;
    position: relative;
}

.media01 img{
    width: 100%;
    height: auto;
}



.media01  .media_box{
    width: 560px;
    height: 200px;
    position: absolute;
    left: 48%;
    bottom: 26%;
  
} 






.media01 .media_box h3{
     font-size: 23px;
     color: #666666;
}

.media01 .media_box span{
    width: 380px;
    color: #b6b6b6;
    font-size: 10px;
    display: block;
    margin: 22px 0 40px 0;
}





.media01 button{
    cursor: pointer;

    border: 0;
    color: #fff;
    background-color: #0536be;
    width: 156px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
}