@charset "utf-8";

.banner {height: 0 !important; padding-bottom: 53.5%;}
.banner .shade {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.banner .item {height: 100%; background-color: #eee;}
.banner img { width: 100%; height: 100%; object-fit:cover; object-position:50% 50%;  margin: 0; left: 0;}
.banner .ctr {top: 50%; bottom: auto; margin-top: -25px;}

.i-Works {height: 950px;}
.i-WorksSlide-box {margin-top: 20px; }
.i-WorksSlide-list{margin-right: -18px;}
.i-WorksSlide-list .item {
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
    width: 388px;
    height: 366px;
    margin-right: 18px;
    margin-bottom: 16px;
    background-color: #fff;
  }
.i-WorksSlide-list .pic {
    height: 200px;
  }
.i-WorksSlide-list h3 {
    margin: 16px 22px 12px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;text-overflow: ellipsis;
  }
.i-WorksSlide-list .info {
    position: relative;
    overflow: hidden;
    max-height: 60px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999;
    margin-left: 22px;
    margin-right: 22px;
  }
.i-WorksSlide-list .more0 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #15499a;
    background-color: #E3E3E3;
    font-size: 20px;
    font-weight: bold;
  }
.i-WorksSlide-list .bg {
    background-color: #0f336b;
    z-index: 0;
  }
.i-WorksSlide-list .ffs {
    position: relative;
    z-index: 2;
  }
.i-WorksSlide-list .item:hover .more0 {
    color: #fff;
  }
