/*
@font-face{
    font-family: 'UTM Neo Sans Intel';
    src: url('../../../../template/default/font/UTM Neo Sans Intel.ttf');
    src: local('UTM Neo Sans Intel'), 
        url('font/UTM Neo Sans Intel.woff') format('woff'), 
        url('font/UTM Neo Sans Intel.ttf') format('truetype'), 
        url('font/UTM Neo Sans Intel.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
body {
  background: #ffffff; }
  body .container-index .main-home {
    margin: 0 auto;
    position: relative; }
    body .container-index .main-home .cates {
      width: 1200px;
      margin: 0 auto;
      text-align: center;
      /* position: absolute; */
      /* bottom: 0; */
      /* right: -15px; */
      margin-top: -265px; }
      body .container-index .main-home .cates ul {
        padding: 0; }
        body .container-index .main-home .cates ul li {
          float: left;
          background: url("../images/bg-li.png") no-repeat 65px 220px;
          height: 290px;
          padding-top: 30px;
          padding-left: 20px;
          list-style: none;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s; }
          body .container-index .main-home .cates ul li:hover {
            background: url("../images/bg_li_hover.png") no-repeat 40px 230px; }
          body .container-index .main-home .cates ul li .cat-field {
            width: 180px;
            height: 180px;
            z-index: 100;
            overflow: hidden;
            position: relative;
            border-radius: 50%;
            border: 10px solid rgba(255, 255, 255, 0.35);
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s; }
            body .container-index .main-home .cates ul li .cat-field:hover {
              transform: scale(1.2, 1.2); }
            body .container-index .main-home .cates ul li .cat-field a img {
              width: 100%;
              height: 100%; }
            body .container-index .main-home .cates ul li .cat-field a p {
              position: absolute;
              bottom: -10px;
              left: -1px;
              text-align: center;
              background: rgba(19, 19, 19, 0.69);
              padding: 5px 15px;
              height: 60px;
              color: #fff;
              width: 100%;
              text-transform: uppercase; }
          body .container-index .main-home .cates ul li:nth-child(3) {
            height: 245px;
            padding-top: 0;
            background: url("../images/bg-li.png") no-repeat 65px 230px; }
            body .container-index .main-home .cates ul li:nth-child(3) .cat-field a img {
              width: 200px;
              height: 200px; }
            body .container-index .main-home .cates ul li:nth-child(3) .cat-field a p {
              position: absolute;
              bottom: -10px;
              left: -1px;
              text-align: center;
              background: rgba(19, 19, 19, 0.69);
              padding: 10px 25px 10px 30px;
              color: #fff; }
    body .container-index .main-home .list-project {
      /*            position: absolute;
                  top:0;*/
      width: 1200px;
      margin: 0 auto;
      text-align: center; }
      body .container-index .main-home .list-project .rr {
        padding-top: 20px;
        background: url("../images/line-hr.png") no-repeat 50%; }
      body .container-index .main-home .list-project .lst_prj .item {
        width: 33%;
        float: left;
        min-height: 315px;
        padding: 10px;
        text-align: left; }
        @media (max-width: 414px) {
          body .container-index .main-home .list-project .lst_prj .item {
            width: 50%;
            min-height: 245px; }
            body .container-index .main-home .list-project .lst_prj .item:nth-child(2n+1) {
              padding-left: 0;
              padding-right: 5px; }
            body .container-index .main-home .list-project .lst_prj .item:nth-child(2n+2) {
              padding-left: 5px;
              padding-right: 0; } }
        body .container-index .main-home .list-project .lst_prj .item .img-avt-prj {
          width: 100%; }
        body .container-index .main-home .list-project .lst_prj .item .name-proj {
          color: #333;
          padding-top: 10px;
          display: block;
          font-size: 16px; }
      body .container-index .main-home .list-project .title {
        font-family: 'UTM Neo Sans Intel';
        font-size: 40px;
        margin: 1em 0 0 0; }
        body .container-index .main-home .list-project .title .text-green {
          color: #7cc432; }
        body .container-index .main-home .list-project .title .text-blue {
          color: #0367a2; }
      body .container-index .main-home .list-project .lst_prj {
        width: 75%;
        float: left; }
        @media (max-width: 414px) {
          body .container-index .main-home .list-project .lst_prj {
            width: 100%; } }
      body .container-index .main-home .list-project .videos_home {
        width: 25%;
        float: left; }
        @media (max-width: 414px) {
          body .container-index .main-home .list-project .videos_home {
            width: 100%;
            padding-bottom: 20px; }
            body .container-index .main-home .list-project .videos_home iframe {
              width: 100%; } }
        body .container-index .main-home .list-project .videos_home .tit_ {
          background: #337ab7;
          color: #fff;
          padding: 10px;
          font-size: 20px;
          margin-top: 10px;
          width: 100%;
          margin-bottom: 10px;
          display: inline-block; }
      body .container-index .main-home .list-project .container-list {
        padding-top: 30px;
        padding-bottom: 0; }
        body .container-index .main-home .list-project .container-list .left {
          width: 75%;
          float: left; }
          body .container-index .main-home .list-project .container-list .left .item-news {
            width: 50%;
            float: left;
            padding: 15px 0;
            min-height: 160px; }
            @media (max-width: 414px) {
              body .container-index .main-home .list-project .container-list .left .item-news {
                min-height: 300px; } }
            @media (max-width: 320px) {
              body .container-index .main-home .list-project .container-list .left .item-news {
                min-height: 295px; } }
            body .container-index .main-home .list-project .container-list .left .item-news img {
              float: left;
              width: 160px; }
            body .container-index .main-home .list-project .container-list .left .item-news .info-new {
              float: left;
              width: 290px;
              text-align: left;
              padding: 10px 10px; }
              @media (max-width: 414px) {
                body .container-index .main-home .list-project .container-list .left .item-news .info-new {
                  width: 100%; } }
              @media (max-width: 320px) {
                body .container-index .main-home .list-project .container-list .left .item-news .info-new {
                  width: 150px; } }
              body .container-index .main-home .list-project .container-list .left .item-news .info-new .title-news {
                color: #0367a2;
                font-weight: 500;
                font-size: 16px;
                margin: 0; }
                @media (max-width: 414px) {
                  body .container-index .main-home .list-project .container-list .left .item-news .info-new .title-news {
                    font-size: 13px;
                    height: 60px;
                    display: block; } }
              body .container-index .main-home .list-project .container-list .left .item-news .info-new .new_hot {
                background: url(../images/icon-new.png) no-repeat 1px;
                padding: 10px 25px; }
              body .container-index .main-home .list-project .container-list .left .item-news .info-new .summary-new {
                margin-top: 0; }
              body .container-index .main-home .list-project .container-list .left .item-news .info-new .show-detail {
                background: #7cc432;
                padding: 6px 15px;
                color: #fff;
                border-radius: 30px;
                margin-top: 2px;
                display: block;
                width: 100px;
                text-align: center; }
          body .container-index .main-home .list-project .container-list .left .item {
            width: 420px;
            height: 200px;
            float: left;
            position: relative;
            margin: 15px; }
            body .container-index .main-home .list-project .container-list .left .item a {
              text-decoration: none; }
            body .container-index .main-home .list-project .container-list .left .item .name-proj {
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              text-align: left;
              margin-bottom: 15px;
              background: rgba(17, 17, 17, 0.73); }
              body .container-index .main-home .list-project .container-list .left .item .name-proj img {
                float: left;
                padding-right: 10px; }
              body .container-index .main-home .list-project .container-list .left .item .name-proj span {
                color: #fff;
                padding-top: 5px;
                display: block; }
            body .container-index .main-home .list-project .container-list .left .item:hover span {
              color: #0367a2; }
            body .container-index .main-home .list-project .container-list .left .item .img-avt-prj {
              width: 420px;
              height: 200px; }
        body .container-index .main-home .list-project .container-list .right {
          width: 25%;
          float: right; }
          body .container-index .main-home .list-project .container-list .right .table-ck .nav li {
            background: #095c8d;
            width: 50%; }
            body .container-index .main-home .list-project .container-list .right .table-ck .nav li a {
              padding: 10px 17px;
              color: #fff; }
          body .container-index .main-home .list-project .container-list .right .table-ck .nav-tabs {
            border: none; }
            body .container-index .main-home .list-project .container-list .right .table-ck .nav-tabs > li > a {
              border: none;
              padding: 10px 15px;
              margin: 0; }
            body .container-index .main-home .list-project .container-list .right .table-ck .nav-tabs > li.active > a {
              background: #337ab7; }
            body .container-index .main-home .list-project .container-list .right .table-ck .nav-tabs > li:hover > a {
              background: #337ab7; }
          body .container-index .main-home .list-project .container-list .right .table-ck .tab-content .tab-pane {
            height: 390px;
            overflow-y: scroll; }
            body .container-index .main-home .list-project .container-list .right .table-ck .tab-content .tab-pane table {
              background: #f5f5f5; }
              body .container-index .main-home .list-project .container-list .right .table-ck .tab-content .tab-pane table .title-table {
                height: 45px; }
                body .container-index .main-home .list-project .container-list .right .table-ck .tab-content .tab-pane table .title-table > td {
                  font-weight: 500;
                  font-size: 13px; }
              body .container-index .main-home .list-project .container-list .right .table-ck .tab-content .tab-pane table tr > td {
                padding: 4px;
                font-size: 12px;
                font-weight: 400; }
              body .container-index .main-home .list-project .container-list .right .table-ck .tab-content .tab-pane table tr:nth-child(even) {
                background: #e1e1e1; }
              body .container-index .main-home .list-project .container-list .right .table-ck .tab-content .tab-pane table tr .id-nt {
                font-weight: 500;
                padding: 9px 0; }
          body .container-index .main-home .list-project .container-list .right .table-ck .tab-content #chung-khoan .ifc_widgetlivequotes {
            position: relative; }
            body .container-index .main-home .list-project .container-list .right .table-ck .tab-content #chung-khoan .ifc_widgetlivequotes .Titlelivequotes {
              display: none; }
            body .container-index .main-home .list-project .container-list .right .table-ck .tab-content #chung-khoan .ifc_widgetlivequotes > ul > li {
              height: 41px;
              padding: 15px 0px; }
            body .container-index .main-home .list-project .container-list .right .table-ck .tab-content #chung-khoan .ifc_widgetlivequotes #stateClmn {
              position: absolute;
              left: -1px; }
  body .container-index .main-news {
    background: url("../images/bg-news.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 650px;
    padding-top: 10px;
    position: relative; }
    body .container-index .main-news .container-news {
      width: 1200px;
      margin: 0 auto;
      text-align: center; }
      body .container-index .main-news .container-news .title {
        font-family: 'UTM Neo Sans Intel';
        font-size: 40px;
        margin: 0; }
        @media (max-width: 375px) {
          body .container-index .main-news .container-news .title {
            font-size: 25px; } }
        body .container-index .main-news .container-news .title .text-green {
          color: #7cc432; }
        body .container-index .main-news .container-news .title .text-blue {
          color: #0367a2; }
      body .container-index .main-news .container-news .rr {
        padding-top: 20px;
        background: url("../images/line-hr.png") no-repeat 50%; }
      body .container-index .main-news .container-news .list-news {
        padding-top: 35px; }
        body .container-index .main-news .container-news .list-news .new_left {
          width: 75%;
          float: left; }
        body .container-index .main-news .container-news .list-news .new_right {
          width: 25%;
          float: right; }
          body .container-index .main-news .container-news .list-news .new_right .table-ck .nav li {
            width: 100%; }
            body .container-index .main-news .container-news .list-news .new_right .table-ck .nav li a {
              background: #337ab7;
              color: #fff;
              border: none;
              margin-right: 0; }
          @media (max-width: 414px) {
            body .container-index .main-news .container-news .list-news .new_right .table-ck .tab-content .tab-pane table {
              width: 100% !important; } }
          @media (max-width: 414px) {
            body .container-index .main-news .container-news .list-news .new_right .table-ck .tab-content .tab-pane table tr td table {
              width: 100% !important; } }
        body .container-index .main-news .container-news .list-news .item-news {
          width: 50%;
          float: left;
          padding: 15px 0;
          min-height: 160px; }
          body .container-index .main-news .container-news .list-news .item-news img {
            float: left;
            width: 160px; }
          body .container-index .main-news .container-news .list-news .item-news .info-new {
            float: left;
            width: 290px;
            text-align: left;
            padding: 10px 10px; }
            body .container-index .main-news .container-news .list-news .item-news .info-new .title-news {
              color: #0367a2;
              font-weight: 500;
              font-size: 16px;
              margin: 0; }
              body .container-index .main-news .container-news .list-news .item-news .info-new .title-news .new_hot {
                background: url(../images/icon-new.png) no-repeat 1px;
                padding: 10px 25px; }
            body .container-index .main-news .container-news .list-news .item-news .info-new .summary-new {
              margin-top: 0; }
            body .container-index .main-news .container-news .list-news .item-news .info-new .show-detail {
              background: #7cc432;
              padding: 6px 15px;
              color: #fff;
              border-radius: 30px; }
  body .container-index .icon_lt table tr td a img {
    width: 222px;
    height: 220px; }
    @media (max-width: 414px) {
      body .container-index .icon_lt table tr td a img {
        width: 100px !important;
        height: 100px !important; } }
  body .container-index .icon_lt table tr td h3 {
    font-size: 22px; }
    @media (max-width: 414px) {
      body .container-index .icon_lt table tr td h3 {
        font-size: 15px; } }
  body .container-index .main-work {
    padding-bottom: 40px; }
    body .container-index .main-work .container-work {
      width: 1200px;
      margin: 0 auto; }
      body .container-index .main-work .container-work .people-big {
        float: left;
        width: 55%;
        position: relative; }
        body .container-index .main-work .container-work .people-big img {
          position: absolute;
          top: 35px;
          width: 60%; }
        @media (max-width: 414px) {
          body .container-index .main-work .container-work .people-big {
            display: none; } }
      body .container-index .main-work .container-work .content-work {
        float: right;
        width: 65%; }
        @media (max-width: 414px) {
          body .container-index .main-work .container-work .content-work {
            width: 100% !important; } }
        body .container-index .main-work .container-work .content-work .info-work {
          float: left;
          width: 445px;
          padding: 40px 15px; }
          body .container-index .main-work .container-work .content-work .info-work .title {
            font-family: 'UTM Neo Sans Intel';
            font-size: 40px;
            margin: 0; }
            body .container-index .main-work .container-work .content-work .info-work .title .text-green {
              color: #7cc432; }
            body .container-index .main-work .container-work .content-work .info-work .title .text-blue {
              color: #0367a2; }
          body .container-index .main-work .container-work .content-work .info-work .caption-work {
            text-transform: uppercase;
            color: #7cc432;
            font-size: 13px;
            font-weight: 700; }
          body .container-index .main-work .container-work .content-work .info-work .detail-work {
            background: #7cc432;
            padding: 8px 30px;
            border-radius: 25px;
            color: #fff;
            text-decoration: none;
            position: relative;
            top: 20px; }
            body .container-index .main-work .container-work .content-work .info-work .detail-work img {
              width: 5px;
              position: absolute;
              right: 15px;
              top: 12px;
              padding: 0; }
        body .container-index .main-work .container-work .content-work img {
          float: right;
          width: 240px;
          padding-top: 15%; }
  body .container-index .main-libImg {
    text-align: center;
    background: url("../images/bg-libImg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    padding: 30px 0; }
    body .container-index .main-libImg .title-libImg {
      font-size: 30px;
      font-family: 'UTM Neo Sans Intel';
      color: #fff; }
    body .container-index .main-libImg .list-img {
      width: 1200px;
      margin: 0 auto;
      position: relative; }
      @media (max-width: 414px) {
        body .container-index .main-libImg .list-img {
          width: 100%; }
          body .container-index .main-libImg .list-img .owl-carousel_2 .owl-stage-outer {
            width: 80%;
            margin: 0 auto; } }
      body .container-index .main-libImg .list-img img {
        margin: 10px;
        border: 5px solid #fff;
        width: 285px; }
      body .container-index .main-libImg .list-img .owl-controls .owl-nav .owl-prev {
        position: absolute;
        left: -25px;
        top: 45%;
        background: url(../images/l_prev.png) no-repeat 1px;
        padding: 20px; }
        @media (max-width: 414px) {
          body .container-index .main-libImg .list-img .owl-controls .owl-nav .owl-prev {
            left: 15px; } }
      body .container-index .main-libImg .list-img .owl-controls .owl-nav .owl-next {
        position: absolute;
        right: -45px;
        top: 45%;
        background: url(../images/l_next.png) no-repeat 1px;
        padding: 20px; }
        @media (max-width: 414px) {
          body .container-index .main-libImg .list-img .owl-controls .owl-nav .owl-next {
            right: -10px; } }

@media only screen and (max-width: 1024px) {
  body .container-index .main-home .cates {
    width: 100%; }
  body .container-index .main-home .list-project {
    width: 100%; }
    body .container-index .main-home .list-project .container-list .left {
      width: 60%; }
      body .container-index .main-home .list-project .container-list .left .item {
        width: 275px;
        height: 200px; }
        body .container-index .main-home .list-project .container-list .left .item .img-avt-prj {
          width: 275px;
          height: 200px; }
    body .container-index .main-home .list-project .container-list .right {
      width: 40%; }
  body .container-index .main-news {
    width: 100%; }
    body .container-index .main-news .container-news {
      width: 100%; }
      body .container-index .main-news .container-news .list-news .item-news {
        width: 95%;
        min-height: 172px; }
        body .container-index .main-news .container-news .list-news .item-news img {
          padding-right: 10px; }
        body .container-index .main-news .container-news .list-news .item-news .info-new {
          width: 256px; }
          body .container-index .main-news .container-news .list-news .item-news .info-new .show-detail {
            float: right;
            padding: 2px 10px;
            margin-bottom: 5px; }
          body .container-index .main-news .container-news .list-news .item-news .info-new .title-news {
            font-size: 14px; }
  body .container-index .main-work .container-work {
    width: 100%; }
    body .container-index .main-work .container-work .people-big {
      width: 33%;
      left: 7%; }
      body .container-index .main-work .container-work .people-big img {
        width: 100%; }
    body .container-index .main-work .container-work .content-work {
      width: 60%; }
      body .container-index .main-work .container-work .content-work .info-work {
        width: 520px; }
      body .container-index .main-work .container-work .content-work img {
        width: 190px; }
  body .container-index .main-libImg {
    width: 100%; }
    body .container-index .main-libImg .list-img img {
      width: 235px; }
  body footer .main-footer .list-ourner {
    width: 100% !important; }
    body footer .main-footer .list-ourner .list-partners {
      width: 100% !important; }
    body footer .main-footer .list-ourner .our_partners {
      width: 100% !important; }
    body footer .main-footer .list-ourner .group-mxh {
      width: 1024px !important; } }
@media only screen and (max-width: 1000px) {
  body .container-index .main-home .cates {
    width: 100%; }
  body .container-index .main-home .list-project {
    width: 100%; }
    body .container-index .main-home .list-project .container-list .left {
      width: 65%; }
    body .container-index .main-home .list-project .container-list .right {
      width: 35%; }
  body .container-index .main-news {
    width: 100%; }
    body .container-index .main-news .container-news {
      width: 100%; }
      body .container-index .main-news .container-news .list-news .item-news {
        width: 45%; }
        body .container-index .main-news .container-news .list-news .item-news .info-new .show-detail {
          float: right;
          padding: 2px 10px;
          margin-bottom: 5px; }
        body .container-index .main-news .container-news .list-news .item-news .info-new .title-news {
          font-size: 14px; }
  body .container-index .main-work .container-work {
    width: 100%; }
    body .container-index .main-work .container-work .people-big {
      width: 30%; }
      body .container-index .main-work .container-work .people-big img {
        width: 100%; }
    body .container-index .main-work .container-work .content-work {
      width: 70%; }
      body .container-index .main-work .container-work .content-work .info-work {
        width: 445px; }
      body .container-index .main-work .container-work .content-work img {
        width: 190px; }
  body .container-index .main-libImg {
    width: 100%; } }
@media (max-width: 800px) {
  body .container-index .main-home .cates {
    width: 100%;
    margin-top: -170px; }
  body .container-index .main-home .list-project {
    width: 100%; }
    body .container-index .main-home .list-project .container-list .left {
      width: 100%; }
      body .container-index .main-home .list-project .container-list .left .item {
        width: 46%;
        height: auto;
        display: inline-block;
        float: left; }
        body .container-index .main-home .list-project .container-list .left .item .img-avt-prj {
          width: 100%; }
        body .container-index .main-home .list-project .container-list .left .item .name-proj {
          width: 100%; }
          body .container-index .main-home .list-project .container-list .left .item .name-proj img {
            width: 50px; }
    body .container-index .main-home .list-project .container-list .right {
      width: 100%;
      float: left; }
      body .container-index .main-home .list-project .container-list .right .table-ck {
        font-size: 9px; }
        body .container-index .main-home .list-project .container-list .right .table-ck .nav > li {
          width: 33.33%; }
        body .container-index .main-home .list-project .container-list .right .table-ck .tab-content .tab-pane table {
          width: 100%; } }
        @media (max-width: 800px) and (max-width: 414px) {
          body .container-index .main-home .list-project .container-list .right .table-ck .tab-content .tab-pane table {
            width: 100%; } }
@media (max-width: 800px) {
        body .container-index .main-home .list-project .container-list .right .table-ck .tab-content .tab-pane #ifc_widgetlivequotes #ifc_widgetlivequotes {
          width: 38%; }
  body .container-index .main-news {
    width: 100%; }
    body .container-index .main-news .container-news {
      width: 100%; }
      body .container-index .main-news .container-news .list-news .item-news {
        width: 90%; }
        body .container-index .main-news .container-news .list-news .item-news .info-new .show-detail {
          float: right;
          padding: 2px 10px;
          margin-bottom: 5px; }
        body .container-index .main-news .container-news .list-news .item-news .info-new .title-news {
          font-size: 14px; }
        body .container-index .main-news .container-news .list-news .item-news img {
          padding-right: 10px;
          height: 150px;
          width: 150px; }
  body .container-index .main-work .container-work {
    width: 100%; }
    body .container-index .main-work .container-work .people-big {
      width: 30%; }
      body .container-index .main-work .container-work .people-big img {
        width: 100%; }
    body .container-index .main-work .container-work .content-work {
      width: 70%; }
      body .container-index .main-work .container-work .content-work .info-work {
        width: 70%; }
      body .container-index .main-work .container-work .content-work img {
        width: 30%; } }
      @media (max-width: 800px) and (max-width: 414px) {
        body .container-index .main-work .container-work .content-work img {
          display: none; } }
@media (max-width: 800px) {
  body .container-index .main-libImg {
    width: 100%; }
    body .container-index .main-libImg .list-img img {
      width: 300px; } }
@media only screen and (max-width: 768px) {
  body .container-index .main-home .cates {
    width: 100%;
    margin-top: -170px; }
  body .container-index .main-news {
    width: 100%; }
    body .container-index .main-news .container-news {
      width: 100%; }
      body .container-index .main-news .container-news .list-news .item-news {
        width: 90%; }
        body .container-index .main-news .container-news .list-news .item-news .info-new {
          width: 100%;
          min-height: 135px; }
          body .container-index .main-news .container-news .list-news .item-news .info-new .show-detail {
            float: right;
            padding: 2px 10px;
            margin-bottom: 5px; }
          body .container-index .main-news .container-news .list-news .item-news .info-new .title-news {
            font-size: 14px; }
        body .container-index .main-news .container-news .list-news .item-news img {
          padding-right: 10px;
          height: 200px;
          width: 100%; }
  body .container-index .main-work .container-work {
    width: 100%; }
    body .container-index .main-work .container-work .people-big {
      width: 30%; }
      body .container-index .main-work .container-work .people-big img {
        width: 100%; }
    body .container-index .main-work .container-work .content-work {
      width: 70%; }
      body .container-index .main-work .container-work .content-work .info-work {
        width: 70%; }
      body .container-index .main-work .container-work .content-work img {
        width: 30%; }
  body .container-index .main-libImg {
    width: 100%; }
    body .container-index .main-libImg .list-img img {
      width: 300px; } }
@media only screen and (max-width: 736px) {
  body .container-index .main-home .list-project {
    width: 100%; }
    body .container-index .main-home .list-project .container-list .left {
      width: 100%; }
      body .container-index .main-home .list-project .container-list .left .item {
        width: 45%;
        height: auto;
        display: inline-block;
        float: left; }
        body .container-index .main-home .list-project .container-list .left .item .img-avt-prj {
          width: 100%; }
        body .container-index .main-home .list-project .container-list .left .item .name-proj {
          width: 100%; }
          body .container-index .main-home .list-project .container-list .left .item .name-proj img {
            width: 50px; }
    body .container-index .main-home .list-project .container-list .right {
      width: 100%;
      float: left; }
      body .container-index .main-home .list-project .container-list .right .table-ck {
        font-size: 9px; }
        body .container-index .main-home .list-project .container-list .right .table-ck .nav > li {
          width: 33.33%; }
        body .container-index .main-home .list-project .container-list .right .table-ck .tab-content .tab-pane table {
          width: 100%; }
        body .container-index .main-home .list-project .container-list .right .table-ck .tab-content .tab-pane #ifc_widgetlivequotes #ifc_widgetlivequotes {
          width: 38%; }
  body .container-index .main-news {
    width: 100%; }
    body .container-index .main-news .container-news {
      width: 100%; }
      body .container-index .main-news .container-news .list-news .item-news {
        width: 90%; }
        body .container-index .main-news .container-news .list-news .item-news .info-new {
          width: 180px; }
          body .container-index .main-news .container-news .list-news .item-news .info-new .show-detail {
            float: right;
            padding: 2px 10px;
            margin-bottom: 5px; }
          body .container-index .main-news .container-news .list-news .item-news .info-new .title-news {
            font-size: 14px; }
        body .container-index .main-news .container-news .list-news .item-news img {
          padding-right: 10px;
          height: 150px;
          width: 150px; }
  body .container-index .main-work .container-work {
    width: 100%; }
    body .container-index .main-work .container-work .people-big {
      width: 51%; }
      body .container-index .main-work .container-work .people-big img {
        width: 100%; }
    body .container-index .main-work .container-work .content-work {
      width: 49%; }
      body .container-index .main-work .container-work .content-work .info-work {
        width: 100%; }
      body .container-index .main-work .container-work .content-work img {
        width: 30%; }
  body .container-index .main-libImg {
    width: 100%; }
    body .container-index .main-libImg .list-img img {
      width: 300px; } }
@media only screen and (max-width: 667px) {
  body .container-index .main-news .container-news .list-news .item-news .info-new {
    width: 100%; } }
@media only screen and (max-width: 568px) {
  body header .head-bottom {
    height: 16% !important; }
  body .container-index .main-home {
    padding: 0 10px; }
    body .container-index .main-home .cates {
      width: 100%;
      margin-top: -170px; }
      body .container-index .main-home .cates ul li {
        background: url(../images/bg-li.png) no-repeat 62px 185px;
        height: 200px;
        padding-top: 20px;
        padding-left: 23%; }
        body .container-index .main-home .cates ul li .cat-field {
          width: 140px;
          height: 140px; }
          body .container-index .main-home .cates ul li .cat-field > a > p {
            padding: 0 31px; }
    body .container-index .main-home .list-project {
      width: 100%; }
      body .container-index .main-home .list-project .container-list .left {
        width: 100%; }
        body .container-index .main-home .list-project .container-list .left .item {
          width: 100%;
          height: auto; }
          body .container-index .main-home .list-project .container-list .left .item .name-proj {
            width: 100%; }
            body .container-index .main-home .list-project .container-list .left .item .name-proj img {
              width: 50px; }
          body .container-index .main-home .list-project .container-list .left .item .img-avt-prj {
            width: 520px !important; }
      body .container-index .main-home .list-project .container-list .right {
        width: 100%; }
        body .container-index .main-home .list-project .container-list .right .table-ck {
          font-size: 14px; }
          body .container-index .main-home .list-project .container-list .right .table-ck .nav li {
            width: 33.33%; }
            body .container-index .main-home .list-project .container-list .right .table-ck .nav li a {
              padding: 10px 15px; }
          body .container-index .main-home .list-project .container-list .right .table-ck .tab-content .tab-pane table .title-table > td {
            padding: 0 14px; }
  body .container-index .main-news {
    width: 100%;
    background: none; }
    body .container-index .main-news .container-news {
      width: 100%; }
      body .container-index .main-news .container-news .list-news .new_left {
        width: 100%; }
        body .container-index .main-news .container-news .list-news .new_left .item-news {
          width: 100%;
          height: 100% !important;
          margin: 15px 0; }
          body .container-index .main-news .container-news .list-news .new_left .item-news .info-new {
            width: 345px !important; }
            body .container-index .main-news .container-news .list-news .new_left .item-news .info-new .show-detail {
              float: right;
              padding: 2px 10px;
              margin-bottom: 5px; }
            body .container-index .main-news .container-news .list-news .new_left .item-news .info-new .title-news {
              font-size: 14px; }
          body .container-index .main-news .container-news .list-news .new_left .item-news img {
            padding-right: 10px;
            height: 150px;
            width: 200px; }
      body .container-index .main-news .container-news .list-news .new_right {
        width: 100%;
        float: left; }
        body .container-index .main-news .container-news .list-news .new_right .item-news {
          width: 100%;
          height: 100% !important;
          margin: 15px 0; }
          body .container-index .main-news .container-news .list-news .new_right .item-news .info-new {
            width: 345px !important; }
            body .container-index .main-news .container-news .list-news .new_right .item-news .info-new .show-detail {
              float: right;
              padding: 2px 10px;
              margin-bottom: 5px; }
            body .container-index .main-news .container-news .list-news .new_right .item-news .info-new .title-news {
              font-size: 14px; }
          body .container-index .main-news .container-news .list-news .new_right .item-news img {
            padding-right: 10px;
            height: 150px;
            width: 200px; }
  body .container-index .main-work .container-work {
    width: 100%; }
    body .container-index .main-work .container-work .people-big {
      width: 30%; }
      body .container-index .main-work .container-work .people-big img {
        width: 100%;
        top: 0; }
    body .container-index .main-work .container-work .content-work {
      width: 70%; }
      body .container-index .main-work .container-work .content-work .info-work {
        width: 100%; }
      body .container-index .main-work .container-work .content-work img {
        width: 30%; }
      body .container-index .main-work .container-work .content-work .people-big img {
        top: 150px; }
  body .container-index .main-libImg {
    width: 100%; }
    body .container-index .main-libImg .list-img img {
      width: 500px; } }
@media only screen and (max-width: 485px) {
  body .container-index .main-home {
    padding: 0 10px; }
    body .container-index .main-home .cates {
      width: 100%;
      margin-top: -170px; }
      body .container-index .main-home .cates ul li {
        background: url(../images/bg-li.png) no-repeat 125px 225px;
        height: 240px;
        padding-top: 65px;
        padding-left: 30%; }
    body .container-index .main-home .list-project {
      width: 100%; }
      body .container-index .main-home .list-project .container-list .left {
        width: 100%; }
        body .container-index .main-home .list-project .container-list .left .item {
          width: 100%;
          height: auto; }
          body .container-index .main-home .list-project .container-list .left .item .name-proj {
            width: 100%; }
            body .container-index .main-home .list-project .container-list .left .item .name-proj img {
              width: 50px; }
          body .container-index .main-home .list-project .container-list .left .item img {
            width: 450px; }
      body .container-index .main-home .list-project .container-list .right {
        width: 100%; }
        body .container-index .main-home .list-project .container-list .right .table-ck {
          font-size: 14px; }
          body .container-index .main-home .list-project .container-list .right .table-ck .nav li a {
            padding: 10px 15px; }
          body .container-index .main-home .list-project .container-list .right .table-ck .tab-content .tab-pane table .title-table > td {
            padding: 0 14px; }
  body .container-index .main-news {
    width: 100%;
    background: none; }
    body .container-index .main-news .container-news {
      width: 100%;
      padding-top: 50px; }
      body .container-index .main-news .container-news .list-news .new_left {
        width: 100%; }
        body .container-index .main-news .container-news .list-news .new_left .item-news {
          width: 100%;
          margin: 15px 0; }
          body .container-index .main-news .container-news .list-news .new_left .item-news .info-new .show-detail {
            float: right;
            padding: 2px 10px;
            margin-bottom: 5px; }
          body .container-index .main-news .container-news .list-news .new_left .item-news .info-new .title-news {
            font-size: 14px; }
          body .container-index .main-news .container-news .list-news .new_left .item-news img {
            padding-right: 10px;
            height: 150px;
            width: 150px; }
      body .container-index .main-news .container-news .list-news .new_right {
        width: 100%;
        float: left; }
        body .container-index .main-news .container-news .list-news .new_right .item-news {
          width: 100%;
          margin: 15px 0; }
  body .container-index .main-work .container-work {
    width: 100%; }
    body .container-index .main-work .container-work .people-big {
      width: 30%; }
      body .container-index .main-work .container-work .people-big img {
        width: 100%;
        top: 0; }
    body .container-index .main-work .container-work .content-work {
      width: 70%; }
      body .container-index .main-work .container-work .content-work .info-work {
        width: 100%; }
      body .container-index .main-work .container-work .content-work img {
        width: 30%; }
      body .container-index .main-work .container-work .content-work .people-big img {
        top: 150px; }
  body .container-index .main-libImg {
    width: 100%; }
    body .container-index .main-libImg .list-img img {
      width: 300px; } }
@media only screen and (max-width: 414px) {
  body header .head-bottom {
    height: 14% !important; }
  body .container .grp-header .head-left span {
    font-size: 12px; }
  body .container-index .main-home .cates ul li {
    background: url(../images/bg-li.png) no-repeat 123px 195px;
    height: 208px;
    padding-top: 25px;
    padding-left: 30%; }
  body .container-index .main-home .list-project .title {
    font-size: 30px; }
  body .container-index .main-home .list-project .container-list {
    padding-top: 10px; }
    body .container-index .main-home .list-project .container-list .left .item {
      width: 100% !important;
      margin: 15px 0; }
      body .container-index .main-home .list-project .container-list .left .item .img-avt-prj {
        width: 100% !important; }
    body .container-index .main-home .list-project .container-list .right {
      width: 100%; }
      body .container-index .main-home .list-project .container-list .right .table-ck {
        font-size: 14px; }
        body .container-index .main-home .list-project .container-list .right .table-ck .nav li {
          width: 50%; }
          body .container-index .main-home .list-project .container-list .right .table-ck .nav li a {
            padding: 10px 15px; }
        body .container-index .main-home .list-project .container-list .right .table-ck .tab-content {
          height: 25em !important; }
          body .container-index .main-home .list-project .container-list .right .table-ck .tab-content .tab-pane table .title-table > td {
            padding: 0 14px; }
  body .container-index .main-news .container-news .list-news .new_left .item-news img {
    width: 100%;
    height: auto;
    padding-right: 0; }
  body .container-index .main-news .container-news .list-news .new_left .item-news .info-new {
    width: 100%; }
  body .container-index .main-news .container-news .list-news .new_right .item-news img {
    width: 100%;
    padding-right: 0; }
  body .container-index .main-news .container-news .list-news .new_right .info-new {
    width: 100%; } }
@media only screen and (max-width: 375px) {
  body .container-index .main-home .cates ul li {
    background: url("../images/bg-li.png") no-repeat 130px 272px; }
  body .container-index .main-home .list-project .title {
    font-size: 25px; }
  body .container-index .main-home .list-project .container-list .left .item {
    width: 355px; }
    body .container-index .main-home .list-project .container-list .left .item img {
      width: 100%; }
    body .container-index .main-home .list-project .container-list .left .item .img-avt-prj {
      width: 355px; }
  body .container-index .main-home .list-project .container-list .right .table-ck .nav li {
    width: 50%; }
    body .container-index .main-home .list-project .container-list .right .table-ck .nav li a {
      padding: 10px 5px; } }
@media only screen and (max-width: 320px) {
  body header .container .menu {
    z-index: 9999999; }
    body header .container .menu ul .menu-responsive .responsive li a {
      color: #fff !important; }
  body header .head-bottom {
    height: 13% !important; }
  body .container-index .main-home .cates {
    position: relative;
    top: 45px; }
    body .container-index .main-home .cates ul li {
      /*                            background: url("../images/bg-li.png") no-repeat 85px 272px; 
                                  padding-left: 20%;*/ }
      body .container-index .main-home .cates ul li .cat-field {
        width: 120px;
        height: 120px; }
        body .container-index .main-home .cates ul li .cat-field a p {
          padding: 3px 10px; }
  body .container-index .main-home .list-project .title {
    font-size: 22px; }
  body .container-index .main-home .list-project .container-list .left .item {
    width: 300px; }
    body .container-index .main-home .list-project .container-list .left .item .img-avt-prj {
      width: 300px; }
    body .container-index .main-home .list-project .container-list .left .item img {
      width: 100%; }
  body .container-index .main-home .list-project .container-list .right .table-ck .nav li {
    width: 50%; }
    body .container-index .main-home .list-project .container-list .right .table-ck .nav li a {
      padding: 10px 2px;
      font-size: 11px; }
  body .container-index .main-libImg .list-img img {
    width: 270px; }
  body .container-index .main-work .container-work {
    position: relative; }
    body .container-index .main-work .container-work .people-big {
      display: none; }
    body .container-index .main-work .container-work .content-work {
      width: 100%; }
      body .container-index .main-work .container-work .content-work .info-work .title {
        font-size: 36px; }
  body .container-index .main-news .container-news .title {
    font-size: 30px; }
  body .container-index .main-news .container-news .list-news .new_left .item-news .info-new, body .container-index .main-news .container-news .list-news .new_right .item-news .info-new {
    width: 100% !important; } }

/*# sourceMappingURL=styles.css.map */
