@media screen and (min-width: 50px) {
  .strategy {
    width: 100%;
    text-align: center;
    margin: 1.44rem 0;
  }
  .strategy .strategy-con {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .strategy .strategy-con .strategy-item {
    margin-top: .96rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .strategy .strategy-con .strategy-item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .strategy .strategy-con .strategy-item .strategy-item-left {
    width: 100%;
    height: 100%;
  }
  .strategy .strategy-con .strategy-item .strategy-item-left img {
    width: 100%;
    display: block;
  }
  .strategy .strategy-con .strategy-item .strategy-item-right {
    width: 100%;
    background: #eeeeee;
    padding: 2.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.23rem;
    color: #333333;
  }
  .strategy .strategy-con .strategy-item .strategy-item-right span {
    line-height: 1.6;
    max-width: 6.25rem;
    text-align: left;
    margin-top: .73rem;
    display: block;
    font-size: .506rem;
    font-weight: lighter;
  }
}

@media screen and (min-width: 769px) {
  .strategy {
    width: 100%;
    text-align: center;
    margin: .96rem 0;
  }
  .strategy .strategy-con {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .strategy .strategy-con .strategy-item {
    margin-top: .96rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .strategy .strategy-con .strategy-item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .strategy .strategy-con .strategy-item .strategy-item-left {
    width: 10.4rem;
    height: 100%;
  }
  .strategy .strategy-con .strategy-item .strategy-item-left img {
    width: 10.4rem;
  }
  .strategy .strategy-con .strategy-item .strategy-item-right {
    width: 8.8rem;
    background: #eeeeee;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .58rem;
    color: #333333;
  }
  .strategy .strategy-con .strategy-item .strategy-item-right span {
    line-height: 1.6;
    max-width: 6.25rem;
    margin-top: .48rem;
    display: block;
    font-size: .356rem;
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .strategy {
    width: 100%;
    text-align: center;
    max-width: 1920px;
    margin: 60px auto;
  }
  .strategy .strategy-con {
    margin: 0 auto;
    width: 1200px;
  }
  .strategy .strategy-con .strategy-item {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
  }
  .strategy .strategy-con .strategy-item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .strategy .strategy-con .strategy-item .strategy-item-left {
    width: 650px;
    height: 100%;
  }
  .strategy .strategy-con .strategy-item .strategy-item-left img {
    width: 650px;
  }
  .strategy .strategy-con .strategy-item .strategy-item-right {
    width: 550px;
    background: #eeeeee;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 30px;
    color: #333333;
  }
  .strategy .strategy-con .strategy-item .strategy-item-right span {
    max-width: 390px;
    margin-top: 30px;
    display: block;
    font-size: 16px;
    font-weight: lighter;
    text-align: left;
  }
}
/*# sourceMappingURL=index.css.map */