@charset "utf-8";
.swiper-banner img { width: 100%;}
.solution-list ul { display: -webkit-box; display: box;}
.solution-list ul li { position: relative; z-index: 1; -webkit-box-flex: 1; box-flex: 1; width: 50%; margin-top: .5rem; overflow: hidden; border-radius: .2rem;}
.solution-list ul li:first-child { margin-right: .5rem;}
.solution-list ul li img { width: 100%;}
.solution-list ul li h3 { position: absolute; bottom: 0; width: 100%; font-size: .65rem; font-weight: 300; line-height: 2.2; color: #fff; overflow: hidden; background: rgba(0,0,0,.6);}