.globalCase {
    width: 100%;
    min-height: 600px;
    padding: 70px 0 100px 0;
    background: #131a48;
  }
  .globalCase .title {
    width: 100%;
    text-align: center;
  }
  .globalCase .title p {
    margin: 0;
    padding: 0;
  }
  .globalCase .title .titleName {
    color: #fff;
    font-size: 36px;
    margin: 0 0 20px 0;
  }
  .globalCase .title .titleIntro {
    color: #7d848d;
    font-size: 18px;
    margin: 0 0 60px 0;
  }
  .globalCase li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .globalCase .globalBanner {
    width: 1300px;
    height: 700px;
    margin: 0 auto;
    background-image: url('../image/2018-9-13_xinhuokj_global_img.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  .globalCase .globalBanner .logoContent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
  }
  .globalCase .globalBanner .logoContent li {
    width: 20%;
    display: inline-block;
    margin: 0 0 20px 0;
  }
  