.banner .customPic {
  height: 533px;
  background-size: cover;
  background-position: center; }
.banner .detailBox {
  position: relative;
  height: 430px;
  background-size: cover;
  background-position: center; }
  .banner .detailBox .detailDesc {
    background-color: white;
    width: 1200px;
    height: 493px;
    padding: 46px 90px;
    position: relative;
    top: -120px;
    margin: auto; }
    .banner .detailBox .detailDesc .beautyTxt {
      font-size: 58px;
      color: white;
      text-transform: uppercase;
      line-height: 1em;
      font-weight: bold;
      position: absolute;
      left: 0;
      top: -35px; }
    .banner .detailBox .detailDesc .title {
      color: #191c3d;
      line-height: 90px;
      font-size: 28px;
      display: flex;
      align-items: center;
      border-top: solid 1px #e9edf2; }
      .banner .detailBox .detailDesc .title h3 {
        color: #1d4da5; }
      .banner .detailBox .detailDesc .title span {
        color: #d2d2d2;
        margin: 0 10px; }
    .banner .detailBox .detailDesc .content {
      font-size: 14px;
      line-height: 30px;
      color: #797b8e;
      display: flex; }
      .banner .detailBox .detailDesc .content .text {
        font-size: 14px;
        line-height: 30px;
        color: #797b8e;
        height: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 10;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: justify; }
      .banner .detailBox .detailDesc .content .logo {
        margin-left: 50px;
        flex-shrink: 0;
        width: 270px;
        height: 270px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .banner .detailBox .detailDesc .content .logo .pic {
          max-width: 80%;
          max-height: 80%; }

.titleBigBox {
  position: relative;
  padding: 70px 0 60px;
  min-width: 1300px;
  z-index: 0; }
  .titleBigBox .en {
    text-align: center;
    font-size: 88px;
    line-height: 1em;
    opacity: .08;
    color: #191c3d;
    font-weight: bold;
    text-transform: uppercase; }
  .titleBigBox .cn {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 400px;
    text-align: center;
    margin: auto;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #191c3d;
    font-weight: bold;
    line-height: 48px;
    z-index: 543; }
    .titleBigBox .cn:after {
      display: block;
      position: absolute;
      bottom: 0;
      width: 52px;
      height: 1px;
      background-color: #999999;
      content: ""; }
  .titleBigBox .slogan {
    position: absolute;
    left: 0;
    color: #004ae8;
    font-size: 18px;
    bottom: 40px;
    right: 0;
    width: 400px;
    text-align: center;
    margin: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }

.caseDetail .tabList {
  display: flex;
  width: 1160px;
  margin: auto;
  border-bottom: solid 1px #e9edf2;
  flex-wrap: wrap;
  padding: 20px 0;
  justify-content: center;
  column-gap: 20px;
  row-gap: 10px; }
  .caseDetail .tabList .tabItem {
    color: #191c3d;
    font-size: 18px;
    height: 34px;
    padding: 0 15px;
    border-radius: 10px;
    line-height: 34px;
    cursor: pointer;
    margin: 0;
    position: relative;
    text-align: center;
    transition: all .3s;
    border: solid 1px rgba(27, 95, 240, 0); }
    .caseDetail .tabList .tabItem.cur {
      border: solid 1px #1b5ff0;
      color: #1b5ff0; }
.caseDetail .tabSub {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .caseDetail .tabSub .tabItem {
    color: #191c3d;
    font-size: 18px;
    height: 34px;
    margin: 0 20px;
    cursor: pointer;
    transition: all .3s; }
    .caseDetail .tabSub .tabItem:after {
      transition: all .3s;
      position: absolute;
      display: block;
      content: "";
      background-color: #1b5ff0;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 0;
      width: 100%;
      height: 2px;
      transform: scaleX(0); }
    .caseDetail .tabSub .tabItem.cur {
      color: #1b5ff0;
      position: relative; }
      .caseDetail .tabSub .tabItem.cur:after {
        transform: scaleX(1); }
.caseDetail .swiperList {
  width: 1200px;
  margin: auto;
  padding: 40px 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  .caseDetail .swiperList .swiperBtn {
    top: 36%;
    color: #222545;
    font-size: 24px; }
    .caseDetail .swiperList .swiperBtn:after {
      font-size: 24px; }
  .caseDetail .swiperList .swiperWarp {
    width: 1100px;
    flex-shrink: 0;
    margin: auto;
    z-index: 0;
    overflow: hidden;
    position: relative; }
  .caseDetail .swiperList .swiper-item {
    width: 192px; }
    .caseDetail .swiperList .swiper-item .h5Item {
      cursor: pointer;
      width: 192px;
      margin: auto; }
      .caseDetail .swiperList .swiper-item .h5Item .pic {
        height: 342px;
        width: 192px;
        border-radius: 10px;
        margin: auto;
        background-size: cover;
        background-position: center; }
      .caseDetail .swiperList .swiper-item .h5Item .name {
        color: #191c3d;
        line-height: 1.2em;
        padding: 20px 0;
        text-align: center; }

/*# sourceMappingURL=customDetail.css.map */
