/* 广告图 */
.banner {
    width: 100%;
    position: relative;
}
/*  */
.action{
    position: absolute;
    top: 217px;
    left: 260px;
    color: #ffffff;
}
.action_title{
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 48px;
}
.action_info{
    color: #FFFFFF;
    line-height: 30px;
    font-weight: 500;
    
}
/* 宽度1200px-1440px */
@media (min-width: 1200px) and (max-width: 1440px) {
  
}

@media (min-width: 1026px) and (max-width: 1200px) {
  
}