
@media (max-width: 500px){

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    margin-top: 56px;
}

}

@media (min-width: 1500px){
  .banner01 img {
    margin-bottom: 2%;
    max-width: 100%;
    margin-top: 91px;
}

.m-culture li h6 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 15px;
    text-align: center;
    /* margin-top: 29%; */
    line-height: 186px;
}
}


@media (min-width:1200px) and (max-width: 1500px){
  .banner01 img {
    margin-bottom: 2%;
    max-width: 100%;
    margin-top: 91px;
}
.m-culture li h6 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 15px;
    text-align: center;
    /* margin-top: 29%; */
    line-height: 122px;
}
}


/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width:992px) and (max-width:1200px) {
  .banner01 img {
    margin-bottom: 2%;
    max-width: 100%;
    margin-top: 91px;
}
  .m-culture li h6 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 15px;
    text-align: center;
    /* margin-top: 29%; */
    line-height:96px;
}

}




/* 小屏幕（平板，大于等于 768px） */
@media (min-width:768px) and (max-width:992px) {
 .m-culture li h6 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 15px;
    text-align: center;
    /* margin-top: 29%; */
    line-height: 96px;
}
}














