@charset "utf-8";
/*制作：www.changhaihuanbao.com*/
/*    本站支持引用   */
.solution-bg{background-image:url("//img.changhaihuanbao.com/img/webp/solutionbanner.webp"),url("//img.changhaihuanbao.com/img/solutionbanner.jpg");position: relative;margin-top: 88px}
.s-inner{padding:1rem 1rem 2rem 1rem;margin:5% 0}
.s-inner h1{color:#0087d7;font-size:48px;font-weight:bolder;margin-bottom:30px}
.main-banner{color:#fff;padding:1.3rem 0;position:relative;overflow:hidden;margin-top: 88px}
.main-banner img{position:absolute;top:50%;left:50%;min-height:100%;min-width:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:-1}
.main-banner-title{padding:1rem;background-color:rgba(0,0,0,.5);display:inline-block;min-width:50%;color:#fff}
.main-banner-title h1{letter-spacing:.5px;margin-bottom:20px;text-transform:uppercase}
/*解决方案主页列表*/
ul.solution-list li{list-style:none}
@media (min-width:992px){ul.solution-list li:nth-child(3n+1){clear:both}}
@media only screen and (max-width:991px) and (min-width:768px){ul.solution-list li:nth-child(2n+1){clear:both}}
.thumbnail.solbox:hover{background:#fff;transition:.5s ease-in-out}
/*解决方案子列表卡片*/
.bs-solutionr{box-shadow:0 8px 8px rgba(0,0,0,.3)}
.bs-solution:hover{box-shadow: 0 8px 8px rgba(0,135,215,.42);}
.solutionlsit-img{;height:150px;position:relative;overflow:hidden}
.solutionlsit-img img{width: 100%;}
.solutionlsit-img:hover img{transform:scale(1.1);transition:1s}
.solutionlsit-text{background: #fff;padding: 0 10px;}
.solutionlsit-text h3{font-size:18px;padding-top:20px;margin-top: 0px;white-space:nowrap;overflow:hidden}
.solutionlsit-text>p{padding-bottom:15px;}
.bs-solution:hover .solutionlsit-text h3 a{color:rgba(0,135,215,.9);transition:1s}