.about-page .fec-logo {
  width: 77px;
  height: 32px;
  position: relative;
  top: 16px;
  float: left; }
  .about-page .fec-logo a {
    width: 77px;
    height: 32px;
    background-image: url("../images/logo.png");
    background-size: 77px 32px;
    background-repeat: no-repeat; }
.about-page .menu-list li.menu-item a.default {
  color: #ffffff; }
.about-page .menu-list li.menu-item a.default:hover,
.about-page .menu-list li.menu-item a.active,
.about-page .menu-list li.menu-item-func.hover a.active,
.about-page .menu-list li.menu-item-func.hover a.default:hover {
  color: #ffffff;
  border-bottom: 2px solid #ffffff; }

.fixed-nav .logo {
  background-image: url("../images/logo2.png") !important; }
.fixed-nav .menu-list li.menu-item a.default {
  color: #212121; }
.fixed-nav .menu-list li.menu-item a.default:hover,
.fixed-nav .menu-list li.menu-item a.active,
.fixed-nav .menu-list li.menu-item-func.hover a.active,
.fixed-nav .menu-list li.menu-item-func.hover a.default:hover {
  color: #0B69F1;
  border-bottom: 2px solid #0B69F1; }

.banner {
  background: url("../images/about/banner.png") no-repeat center center;
  background-size: cover;
  height: 460px;
  overflow: hidden; }
  .banner .container {
    padding-top: 184px; }
    .banner .container h3 {
      font-size: 40px;
      font-weight: 600;
      color: #FFFFFF;
      line-height: 56px;
      margin-bottom: 15px; }
    .banner .container span {
      font-size: 22px;
      font-weight: 400;
      color: #FFFFFF;
      line-height: 40px; }

.container-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 86px;
  padding-bottom: 86px; }
  .container-1 .message-box {
    width: 487px; }
    .container-1 .message-box .fec-title {
      text-align: left;
      margin-bottom: 18px; }
    .container-1 .message-box p {
      font-size: 16px;
      font-weight: 400;
      color: #212326;
      line-height: 28px; }
  .container-1 .adv {
    width: 623px;
    height: 350px; }
    .container-1 .adv img {
      width: 623px;
      height: 350px; }

.container-2 {
  background: #F6F8FB;
  padding: 86px 0;
  text-align: left; }
  .container-2 .fec-title {
    text-align: left;
    font-size: 34px;
    margin-bottom: 20px; }
  .container-2 .top-info {
    margin-bottom: 60px; }
    .container-2 .top-info p {
      font-size: 18px;
      font-weight: 400;
      color: #6B7177;
      line-height: 25px; }
  .container-2 .bottom-info {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .container-2 .bottom-info .item {
      width: 380px;
      height: 358px; }
      .container-2 .bottom-info .item .img {
        width: 380px;
        height: 160px; }
        .container-2 .bottom-info .item .img img {
          width: 380px;
          height: 160px; }
      .container-2 .bottom-info .item .desc {
        background: #ffffff;
        padding: 30px; }
        .container-2 .bottom-info .item .desc h5 {
          font-size: 20px;
          font-weight: 600;
          color: #212326;
          line-height: 28px;
          margin-bottom: 14px; }
        .container-2 .bottom-info .item .desc span {
          font-size: 16px;
          font-weight: 400;
          color: #6B7177;
          line-height: 24px; }

.container-3 {
  padding: 86px 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .container-3 .left .fec-title {
    text-align: left;
    font-size: 34px;
    margin-bottom: 20px; }
  .container-3 .left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; }
  .container-3 .right {
    width: 720px;
    height: 340px;
    position: relative; }
    .container-3 .right p {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 100px;
      background: #0B7BEF;
      color: #FFFFFF;
      padding: 10px 40px; }
    .container-3 .right img {
      width: 100%;
      height: 100%; }

/*# sourceMappingURL=about.css.map */
