/* AvansurModel */
.avansurModel {
  width: 100%;
  background-color: #fff; }
  .avansurModel .in {
    width: 960px;
    margin: 0 auto 72px;
    overflow: hidden; }

.avansurModelSec1 {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  text-align: left; }
  .avansurModelSec1__flg {
    width: 523px;
    height: 303px;
    padding: 46px 0 0 68px;
    line-height: 1em;
    box-sizing: border-box;
    background: url(../images/avansur_model/flg_bg.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0; }
    .avansurModelSec1__flg h2 {
      color: #a5ce38;
      font-size: 24px;
      line-height: 1.5em; }
      .avansurModelSec1__flg h2 span {
        font-weight: 300; }
  .avansurModelSec1__intro {
    width: 579px;
    height: 405px;
    margin-right: 67px;
    float: right;
    position: relative;
    z-index: 1; }
    .avansurModelSec1__intro h3 {
      margin-bottom: 35px;
      padding-bottom: 20px;
      line-height: 1.5em;
      font-size: 24px;
      color: #002d6e;
      position: relative; }
      .avansurModelSec1__intro h3:after {
        content: " ";
        position: absolute;
        display: block;
        width: 60px;
        height: 2px;
        background-color: #002d6e;
        bottom: 0;
        left: 0; }
    .avansurModelSec1__intro p {
      line-height: 2em;
      font-size: 15px;
      color: #57585a; }

.avansurModelSec1__intro__pic {
  width: 130px;
  padding-top: 185px;
  float: left; }

.avansurModelSec1__intro__dec {
  padding-top: 104px;
  padding-left: 50px;
  overflow: hidden; }

.modelSec {
  clear: both;
  overflow: hidden;
  width: 100%;
  max-width: 820px;
  margin: 0 auto 8px;
  background-color: #f1f1f2; }
  .modelSec__pic {
    width: 321px;
    float: left; }
    .modelSec__pic img {
      display: block; }
  .modelSec__dec {
    width: 499px;
    height: 215px;
    float: left;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .modelSec__dec h3 {
      font-size: 36px;
      margin-bottom: 18px;
      color: #002d6e; }
    .modelSec__dec p {
      color: #57585a;
      font-size: 18px;
      line-height: 1.75em; }
  .modelSec--lr .modelSec__pic {
    float: right; }
