.app-banner {
  background: url(../images/20171017212850.png) no-repeat center;
  max-width: 1920px;
  min-width: 1200px;
  margin: auto;
  background-size: 100% auto;
  height: 500px; }

.t-1 {
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  font-weight: bold; }

#company .line {
  position: relative;
  padding: 70px 0; }
  #company .line .words {
    width: 580px; }

#company .line:nth-child(2n) {
  background: #ebebeb; }

#company .line1 .poster {
  position: absolute;
  top: -80px;
  right: 50px; }

#company .line2 {
  background: url(../images/20171017223004.png) no-repeat center;
  color: white; }

#company .line3 .poster {
  position: absolute;
  top: -40px;
  right: 50px; }

#strengths .line {
  margin-bottom: 20px; }
  #strengths .line:nth-child(2n) .viewport {
    background: #d7f7d8; }
  #strengths .line .viewport {
    width: 900px;
    margin: auto;
    border: 1px solid #a0ee91;
    padding: 30px;
    position: relative;
    border-radius: 4px; }
  #strengths .line .num {
    width: 100px;
    height: 100px;
    background: #60da88;
    position: absolute;
    left: 120px;
    top: 30px;
    border-radius: 50%;
    text-align: center; }
    #strengths .line .num .value {
      line-height: 100px;
      font-size: 50px;
      font-weight: bold;
      color: white; }
  #strengths .line .words {
    width: 600px;
    position: relative;
    left: 260px; }
    #strengths .line .words .t-2 {
      font-weight: bold;
      font-size: 19px;
      margin-bottom: 10px; }
