@font-face {
  font-family: 'HELVETICANEUELTPRO-THEX';
  src: url("fonts/HELVETICANEUELTPRO-THEX.OTF");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: GOTHAM-BLACK;
  src: url(fonts/GOTHAM-BLACK.OTF);
  font-weight: 400;
  font-style: normal; }
* {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

a {
  text-decoration: none; }

img {
  border: none;
  float: left; }

input {
  border: none;
  background: none; }

input, textarea {
  font-family: "Microsoft Yahei",Arial;
  outline: 0;
  font-size: 14px;
  -webkit-appearance: none; }

.clear {
  clear: both; }

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.foot {
  height: 290px;
  background-color: #333;
  width: 100%;
  min-width: 1280px;
  z-index: 1; }
  .foot .foot-container {
    width: 1040px;
    margin: 0 auto;
    padding-top: 60px;
    color: #999; }
    .foot .foot-container .title {
      font-size: 20px;
      margin-bottom: 50px; }
    .foot .foot-container .text, .foot .foot-container .contact {
      font-size: 14px; }
    .foot .foot-container .block1 {
      width: 300px;
      float: left; }
      .foot .foot-container .block1 .text {
        line-height: 1.5em; }
    .foot .foot-container .block2 {
      float: left;
      width: 250px;
      margin-left: 150px; }
      .foot .foot-container .block2 .contact {
        line-height: 2em;
        margin-top: -0.5em; }
    .foot .foot-container .block3 {
      float: right;
      width: 180px;
      height: 180px;
      background-color: #999; }
      .foot .foot-container .block3 img {
        width: 180px;
        height: 180px; }

html, body {
  font: 12px Arial, "Microsoft Yahei";
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  font-family: "Microsoft Yahei",Arial;
  min-width: 1200px; }

body {
  overflow-y: hidden;
  min-width: 1280px; }

.main-container-outer {
  position: absolute;
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  min-width: 1280px;
  top: 0;
  left: 0;
  z-index: 5;
  /*	&:after{
  		content:"";
  		display:block;
  		height:$footheight;
  	}*/ }

.main-container {
  background-color: #f5f5f5;
  padding-top: 40px; }

#header {
  width: 100%;
  height: 40px;
  position: absolute;
  margin-right: 15px;
  width: calc(100% - 15px);
  min-width: 1265px;
  transition: all ease .3s;
  z-index: 99;
  transition-property: padding, background;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.8); }
  #header .content {
    width: 1200px;
    margin: 0 auto; }
    #header .content #logo, #header .content .toggle {
      display: none; }
    #header .content #nav {
      float: left;
      font-size: 0; }
      #header .content #nav li {
        display: inline-block; }
        #header .content #nav li a {
          display: block;
          width: 140px;
          color: #fff;
          text-align: left;
          line-height: 40px;
          font-size: 14px;
          transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease; }
          #header .content #nav li a:hover, #header .content #nav li a.active {
            color: #00fefe; }
    #header .content .more {
      width: 88px;
      height: 26px;
      border: 1px solid #e6e6e6;
      border-color: #00fefe;
      float: right;
      margin-top: 6px;
      text-align: center;
      position: relative; }
      #header .content .more a {
        font-size: 14px;
        color: #00fefe;
        line-height: 24px;
        cursor: pointer; }
        #header .content .more a span.arrow {
          width: 7px;
          height: 26px;
          display: inline-block;
          vertical-align: top;
          background: url(../images/arrow-right-blue.png) no-repeat center center;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease; }
      #header .content .more .more-list {
        visibility: hidden; }
      #header .content .more:hover .more-list {
        visibility: visible; }
      #header .content .more ul {
        border: 1px solid rgba(0, 254, 254, 0.5);
        width: 130px;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        left: -21px;
        top: 30px;
        opacity: 0;
        transform: translate(0, 50px);
        -webkit-transform: translate(0, 50px);
        -moz-transform: translate(0, 50px);
        -o-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease; }
      #header .content .more:hover {
        border-color: transparent; }
        #header .content .more:hover a span {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          -ms-transform: rotate(90deg); }
        #header .content .more:hover ul {
          opacity: 1;
          transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          -ms-transform: translate(0, 0); }
          #header .content .more:hover ul li {
            height: 40px;
            padding: 0 15px; }
            #header .content .more:hover ul li a {
              font-size: 14px;
              color: #00fefe;
              text-align: center;
              line-height: 40px;
              display: block; }
            #header .content .more:hover ul li:hover {
              background-color: rgba(6, 251, 249, 0.2); }
            #header .content .more:hover ul li:not(:last-child) a {
              border-bottom: 1px solid rgba(0, 254, 254, 0.2); }

.sub-nav {
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0 0 5px #e6e6e6; }
  .sub-nav .content {
    width: 1200px;
    margin: 0 auto; }
    .sub-nav .content .logo {
      float: left;
      padding-top: 17.5px; }
    .sub-nav .content .nav-list {
      font-size: 0;
      float: right; }
      .sub-nav .content .nav-list li {
        display: inline-block; }
        .sub-nav .content .nav-list li a {
          color: #000;
          font-size: 15px;
          line-height: 60px;
          display: block;
          text-align: center;
          height: 60px; }
          .sub-nav .content .nav-list li a:hover {
            color: #0ed1cd; }
        .sub-nav .content .nav-list li.active a {
          color: #0ed1cd; }
        .sub-nav .content .nav-list li.subnav-more {
          width: 150px;
          position: relative;
          padding-right: 0; }
          .sub-nav .content .nav-list li.subnav-more a {
            width: 100%;
            text-align: center; }
          .sub-nav .content .nav-list li.subnav-more .subnav {
            position: absolute;
            width: 100%;
            top: 60px;
            left: 0;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transform-origin: 50% 0;
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            -o-transform-origin: 50% 0;
            transform: scale(1, 0);
            -webkit-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -o-transform: scale(1, 0); }
            .sub-nav .content .nav-list li.subnav-more .subnav li {
              border-left: 1px solid #e6e6e6;
              border-right: 1px solid #e6e6e6;
              border-bottom: 1px solid #e6e6e6;
              width: 100%;
              background-color: #fff; }
              .sub-nav .content .nav-list li.subnav-more .subnav li a {
                padding-left: 30px;
                line-height: 60px;
                font-size: 14px;
                color: #666;
                text-align: left; }
                .sub-nav .content .nav-list li.subnav-more .subnav li a:hover {
                  color: #000; }
              .sub-nav .content .nav-list li.subnav-more .subnav li:hover {
                background-color: #f2f2f2; }
          .sub-nav .content .nav-list li.subnav-more:hover .subnav {
            opacity: 1;
            visibility: visible;
            transform: scale(1, 1);
            -webkit-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1); }
          .sub-nav .content .nav-list li.subnav-more:hover > a {
            color: #0ed1cd; }

.program-banner .banner-content, .page-block .page-container {
  width: 1040px;
  margin: 0 auto; }

.sub-nav .content .nav-list li a {
  width: 100px;
  padding-right: 20px;
  text-align: right; }

.program-banner {
  height: 320px;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center center; }
  .program-banner .banner-content .banner-content-inner {
    height: 320px;
    display: table-cell;
    vertical-align: middle; }
    .program-banner .banner-content .banner-content-inner .title {
      font-size: 28px;
      color: #fff;
      margin-bottom: 20px; }
    .program-banner .banner-content .banner-content-inner .content {
      width: 50%;
      font-size: 15px;
      color: rgba(255, 255, 255, 0.9);
      line-height: 1.7em; }

.page-block {
  padding: 60px 0 40px; }
  .page-block:nth-child(odd) {
    background-color: #fff; }
  .page-block:nth-child(even) {
    background-color: #f5f5f5; }
  .page-block .page-container .page-header {
    font-size: 24px;
    color: #333;
    line-height: 1em;
    margin-bottom: 50px;
    text-align: center; }
  .page-block .page-container .page-container-inner {
    text-align: center; }
    .page-block .page-container .page-container-inner .content-block-container {
      max-width: 100%;
      display: inline-block;
      font-size: 0;
      text-align: left; }
      .page-block .page-container .page-container-inner .content-block-container .content-block {
        display: inline-block;
        vertical-align: top; }
    .page-block .page-container .page-container-inner.demand-page {
      width: 1064px;
      margin-left: -12px; }
      .page-block .page-container .page-container-inner.demand-page .content-block {
        margin-bottom: 20px;
        margin-left: 12px;
        margin-right: 12px; }
    .page-block .page-container .page-container-inner.project-page {
      width: 1060px;
      margin-left: -10px; }
      .page-block .page-container .page-container-inner.project-page .content-block {
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px; }
    .page-block .page-container .page-container-inner.product-page {
      width: 1140px;
      margin-left: -50px; }
      .page-block .page-container .page-container-inner.product-page .content-block {
        margin-bottom: 20px;
        margin-left: 50px;
        margin-right: 50px; }
    .page-block .page-container .page-container-inner.partner-page {
      width: 1060px;
      margin-left: -10px; }
      .page-block .page-container .page-container-inner.partner-page .content-block {
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px; }

.demand-block {
  width: 268px;
  height: 100px;
  border: 1px solid #e6e6e6;
  padding: 0 30px;
  background-color: #fff; }
  .demand-block .content {
    display: table; }
    .demand-block .content .num {
      color: #0ed1cd;
      display: table-cell;
      font-size: 42px;
      font-family: "HELVETICANEUELTPRO-THEX",HELVETICANEUELTPRO-THEX;
      line-height: 100px;
      text-align: center;
      width: 42px; }
    .demand-block .content .info {
      padding-left: 12px;
      display: table-cell;
      color: #333;
      font-size: 15px;
      line-height: 1.5em;
      vertical-align: middle;
      text-align: left; }

.project-block {
  width: 242px;
  height: 300px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }
  .project-block:before {
    content: "";
    display: block;
    height: 7px;
    background-color: #fff; }
  .project-block .content {
    padding-top: 33px;
    padding-left: 30px;
    padding-right: 30px;
    color: #333;
    font-size: 15px;
    line-height: 2em; }
  .project-block:hover {
    border-color: #0ed1cd;
    box-shadow: 0 3px 5px #ddd;
    transform: translate(0, -8px);
    -webkit-transform: translate(0, -8px);
    -moz-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px); }
    .project-block:hover:before {
      background-color: #0ed1cd; }
    .project-block:hover .content {
      color: #0ed1cd; }

.product-block {
  width: 120px; }
  .product-block .img-container {
    width: 118px;
    height: 118px;
    border-radius: 100%;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px; }
  .product-block .title {
    color: #333;
    font-size: 16px;
    line-height: 1em;
    text-align: center; }

.partner-block {
  width: 240px;
  height: 100px;
  border: 1px solid #e6e6e6;
  background-color: #fff; }
  .partner-block img {
    width: 240px;
    height: 100px; }

/*# sourceMappingURL=program.css.map */
