.banner {
  width: 100%;
  height: auto;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .pos {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner .pos .con {
  margin-top: 5%;
  color:#22b5e6;
  margin-left:100px;
}
.banner .pos .con .tits {
  font-size: 44px;
  line-height: 44px;
  color: #fff;
}
.banner .pos .con .tit {
  font-size: 28px;
  line-height: 28px;
  font-family: HEL;
  color: #fff;
  text-transform: uppercase;
  margin-top: 12px;
}
.banner .pos.p .con .tits {
  color: #424242;
}
.banner .pos.p .con .tit {
  color: #424242;
}
