@charset "utf-8";

.banner-hr { position:relative; height:30vh; text-align:left; background-image:url("/statics/yikai/images/banner/hr_1x.png");  }

/*ipad */
@media only screen and (width: 768px) and (height: 1024px) and (orientation : portrait) {
    .banner-hr {
        height: 120vh;
    }
}

/* ΊαΖΑΡωΚ½ */
@media all and (orientation : landscape) and (max-width:800px) {
    .banner-hr {
        height: 280vh;
    }

    .banner-hr-item li h3 {
        font-size: 0.75rem;
        width: 30%;
    }
}<!--ΊΔΚ±1752808945.7647Γλ-->