html, body {
  width: 100%;
  min-width: 1200px; }

.w1200 {
  width: 1200px;
  margin: 0 auto; }

.w1220{
  width:1220px;
  margin:0 auto;
}
.w1250{
  width:1250px;
  margin:0 auto;
}
h2 {
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase; }

.header {
  width: 100%;
  height: 640px;
  background-size: cover; }
  .header .topColumn {
    padding-top: 30px;
    font-size: 18px; }
    .header .topColumn h1 {
      width: 200px;
      height: 50px;
      float: left;
      background-image: url("../images/logo.png"); }
      .header .topColumn h1 a {
        display: block;
        height: 100%;
        text-indent: -9999px; }
    .header .topColumn ul {
      float: right; }
      .header .topColumn ul li {
        float: left;
        margin-left: 45px;
        line-height: 45px; }
        .header .topColumn ul li a {
          color: #fff; }
      .header .topColumn ul li.stage {
        position: relative; }
        .header .topColumn ul li.stage .column {
          width: 140px;
          text-align: center;
          position: absolute;
          left: -40px;
          font-size: 14px;
          display: none; }
          .header .topColumn ul li.stage .column .col {
            width: 140px;
            height: 44px;
            margin: 0 5px;
            position: relative; }
            .header .topColumn ul li.stage .column .col a {
              width: 130px;
              height: 100%;
              border-bottom: 1px solid #404040;
              position: absolute;
              left: 5px;
              top: 0;
              z-index: 10; }
            .header .topColumn ul li.stage .column .col a.last {
              border: none; }
            .header .topColumn ul li.stage .column .col .shadow {
              width: 100%;
              height: 100%;
              background-color: #000;
              opacity: 0.4;
              filter: alpha(opacity=40);
              position: absolute;
              left: 0;
              top: 0; }
      .header .topColumn ul li.stage:hover .column {
        display: block; }
  .header .middleCont {
    width: 850px;
    margin: 0 auto;
    margin-top: 160px; }
    .header .middleCont p.tit {
      font-family: bannerSlowgn;
      font-size: 50px;
      text-align: center;
      color: #fff; }
    .header .middleCont .stageList {
      margin-top: 70px; }
      .header .middleCont .stageList .lCont {
        color: #fff;
        font-size: 18px;
        line-height: 60px; }
      .header .middleCont .stageList .rCont {
        width: 740px;
        float: right;
        color: #fff;
        font-size: 14px; }
        .header .middleCont .stageList .rCont .col {
          width: 196px;
          height: 58px;
          border: 2px solid #fff;
          border-radius: 5px;
          margin-right: 70px;
          position: relative;
          float: left; }
          .header .middleCont .stageList .rCont .col a {
            width: 100%;
            height: 100%;
            cursor: pointer;
            display: block;
            text-align: center;
            color: #000;
            font-size: 20px; }
          .header .middleCont .stageList .rCont .col a.gt {
            background-image: url("../images/gt_logo.png"); }
          .header .middleCont .stageList .rCont .col a.gt:hover {
            background: #fff;
            line-height: 58px; }
          .header .middleCont .stageList .rCont .col a.zt {
            background-image: url("../images/zt_logo.png"); }
          .header .middleCont .stageList .rCont .col a.zt:hover {
            background: #fff; }
          .header .middleCont .stageList .rCont .col a.qt {
            background-image: url("../images/qt_logo.png"); }
          .header .middleCont .stageList .rCont .col a.qt:hover {
            background: #fff; }
          .header .middleCont .stageList .rCont .col .hoverCont {
            width: 660px;
            line-height: 24px;
            padding: 20px 40px;
            border-radius: 5px;
            position: absolute;
            display: none;
            top: 90px; }
            .header .middleCont .stageList .rCont .col .hoverCont i {
              width: 0;
              height: 0;
              position: absolute;
              top: -18px;
              opacity: 0.4;
              border-left: 18px solid transparent;
              border-right: 18px solid transparent;
              border-bottom: 18px solid #87898d; }
            .header .middleCont .stageList .rCont .col .hoverCont .shadow {
              width: 100%;
              height: 100%;
              background-color: #87898d;
              opacity: 0.4;
              filter: alpha(opacity=40);
              position: absolute;
              left: 0;
              top: 0; }
          .header .middleCont .stageList .rCont .col .hoverCont.gt {
            left: -2px; }
            .header .middleCont .stageList .rCont .col .hoverCont.gt i {
              left: 90px; }
          .header .middleCont .stageList .rCont .col .hoverCont.zt {
            left: -272px; }
            .header .middleCont .stageList .rCont .col .hoverCont.zt i {
              left: 350px; }
          .header .middleCont .stageList .rCont .col .hoverCont.qt {
            left: -542px; }
            .header .middleCont .stageList .rCont .col .hoverCont.qt i {
              left: 630px; }
        .header .middleCont .stageList .rCont .col.last {
          margin: 0; }

.company {
  padding-top: 75px;
  font-size: 14px;
  color: #000;
  background-color: #fff; }
  .company h2 {
    color: #000; }
    .company h2 b {
      color: #cf0101; }
  .company .showCont {
    margin-top: 60px; }
    .company .showCont .lCont {
      width: 570px;
      line-height: 26px;
      padding-right: 40px;
      margin-top: 30px; }
      .company .showCont .lCont .introduce {
        margin-top: 80px; }
      .company .showCont .lCont .tit {
        font-size: 18px;
        padding-bottom: 20px; }
    .company .showCont .rPic {
      width: 580px;
      height: 320px;
      position: relative; }
      .company .showCont .rPic img {
        position: absolute;
        z-index: 10; }
      .company .showCont .rPic .shadow_pink {
        width: 560px;
        height: 270px;
        background-color: #ffc8c8;
        position: absolute;
        top: 50px;
        left: 30px; }

.state {
  height: 460px;
  margin-top: 50px;
  padding-top: 60px;
  color: #fff;
  background-color: #cf0101; }
  .state h2 {
    color: #fff; }
  .state .showCont {
    margin-top: 40px; }
    .state .showCont .lPic {
      position: relative; }
      .state .showCont .lPic .shadow_white {
        width: 355px;
        height: 363px;
        background-color: #fff;
        position: absolute;
        left: 40px;
        top: 0; }
      .state .showCont .lPic img {
        position: absolute;
        left: 0;
        top: 30px;
        z-index: 10; }
    .state .showCont .rCont {
      width: 750px;
      padding-left: 50px;
      /*.part2{
        width:585px;
        height:220px;
        position: absolute;
        bottom:0;
        left:0;
        .shadow_pink{
          width:545px;
          height:170px;
          color:#000;
          background-color:#ffc8c8;
          position: absolute;
          left:0;
          top:0;
          p{
            line-height:50px;
            text-indent:40px;
          }
        }
        .list{
          width:545px;
          height:110px;
          color:#fff;
          padding:30px 0;
          text-indent:40px;
          background-color:#4d4d4d;
          position:absolute;
          left:40px;
          top:50px;
        }
      }*/ }
      .state .showCont .rCont p {
        font-size: 18px; }
        .state .showCont .rCont p a {
          color: #fff; }
      .state .showCont .rCont li {
        width: 710px;
        height: 40px;
        overflow: hidden;
        line-height: 40px; }
        .state .showCont .rCont li a {
          color: #fff; }
      .state .showCont .rCont .part2 {
        margin-top: 20px; }

.honor {
  margin-top: 100px; }
  .honor h2 {
    color: #000; }
    .honor h2 b {
      color: #cf0101; }
  .honor .showCont {
    margin-top: 100px; }
    .honor .showCont img {
      float: left;
      margin-right: 10px;
      cursor: pointer; }
    .honor .showCont img:last-child {
      margin-right: 0; }
  .honor .shadow {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 99;
    opacity: 0.4; }
  .honor .bigPicBg {
    width: 1000px;
    height: 600px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -300px;
    z-index: 999;
    display: none; }
    .honor .bigPicBg span {
      width: 32px;
      height: 32px;
      position: absolute;
      background: url("../images/close.png");
      top: 20px;
      right: 30px;
      cursor: pointer; }
    .honor .bigPicBg img {
      display: none; }
    .honor .bigPicBg img.Bcxqy {
      position: absolute;
      left: 20%;
      top: 17%; }
    .honor .bigPicBg img.Bzs1 {
      position: absolute;
      left: 34%;
      top: 17%; }
    .honor .bigPicBg img.Bzs2 {
      position: absolute;
      left: 34%;
      top: 17%; }
    .honor .bigPicBg img.Byxqy {
      position: absolute;
      left: 20%;
      top: 17%; }

.cooperation {
  height: 570px;
  margin-top: 160px;
  position: relative; }
  .cooperation .shadow_pink {
    width: 1430px;
    height: 400px;
    background-color: #ffc8c8;
    position: absolute;
    right: 0;
    top: 0; }
  .cooperation .shadow_red {
    width: 355px;
    height: 160px;
    background-color: #cf0101;
    position: absolute;
    left: 0;
    top: 315px; }
  .cooperation .main_cont {
    width: 100%;
    height: 450px;
    padding-top: 70px;
    color: #fff;
    position: relative;
    top: 50px;
    z-index: 10; }
    .cooperation .main_cont p {
      width: 660px;
      margin: 0 auto;
      font-size: 16px;
      margin-top: 40px; }
    .cooperation .main_cont .partner {
      width: 580px;
      height: 160px;
      background-color: #cf0101;
      position: absolute;
      left: 0;
      top: 266px; }
      .cooperation .main_cont .partner h3 {
        line-height: 60px;
        font-size: 18px; }
      .cooperation .main_cont .partner ul {
        margin-top: 10px; }
      .cooperation .main_cont .partner li {
        float: left;
        margin-right: 12px; }

.joinUs {
  margin-top: 80px;
  text-align: center; }
  .joinUs h2 {
    color: #000; }
    .joinUs h2 b {
      color: #cf0101; }
  .joinUs p {
    margin-top: 30px;
    font-size: 14px;
    color: #000; }
  .joinUs img {
    display: inline-block;
    margin-top: 40px; }

.footer {
  margin-top: 80px;
  padding-top: 40px;
  background-color: #434343;
  padding-bottom: 30px;
  color: #fff;
  text-align: center;
  font-size: 14px; }
  .footer a {
    color: #fff; }
  .footer .menu li {
    display: inline-block;
    font-size: 18px;
    padding-right: 30px;
    margin-right: 20px;
    border-right: 3px solid #fff;
    line-height: 18px; }
  .footer .menu li.last {
    border: none; }
  .footer .contact {
    margin-top: 30px; }
  .footer .foot_link {
    margin-top: 30px; }
    .footer .foot_link .ba {
      background: url("../images/ba.png") no-repeat center left;
      padding-left: 25px;
      padding-right: 10px; }
    .footer .foot_link img {
      display: inline-block; }
    .footer .foot_link .statement {
      margin-top: 20px; }
    .footer .foot_link .icon {
      margin-top: 30px; }

.pageTitle {
  margin-top: 60px;
  font-size: 40px;
  color: #fff;
  line-height: 40px; }
  .pageTitle i {
    width: 6px;
    height: 50px;
    border-radius: 1px;
    background-color: #fff;
    margin-right: 20px;
    float: left; }
  .pageTitle span {
    float: left; }

.mediaOrState {
  background-color: #fafafa;
  padding-bottom: 50px; }
  .mediaOrState .menuColumn {
    line-height: 60px;
    font-size: 18px; }
    .mediaOrState .menuColumn span {
      width: 200px;
      text-align: center;
      cursor: pointer;
      display: inline-block; }
    .mediaOrState .menuColumn span.active {
      color: #cf0101; }
  .mediaOrState .containt div.all {
    display: none; }
  .mediaOrState .containt div.active {
    display: block; }
  .mediaOrState .containt ul {
    padding: 0 45px 10px 25px;
    border: 1px solid #e5e5e5;
    background-color: #fff; }
    .mediaOrState .containt ul li {
      height: 100px;
      border-bottom: 1px dashed #eaeaea; }
      .mediaOrState .containt ul li h3 {
        line-height: 60px;
        font-size: 18px; }
        .mediaOrState .containt ul li h3 a {
          color: #000; }
      .mediaOrState .containt ul li .cont {
        width: 830px;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden; }
    .mediaOrState .containt ul li:last-child {
      border: none; }
  .mediaOrState .containt .page {
    color: #000;
    margin-top: 40px; }
    .mediaOrState .containt .page a {
      display: inline-block;
      padding: 0 5px;
      color: #000; }
    .mediaOrState .containt .page a.go {
      width: 40px;
      height: 30px;
      color: #fff;
      border-radius: 3px;
      background-color: #cf0101;
      text-align: center;
      line-height: 30px;
      margin: 0 5px; }
    .mediaOrState .containt .page input {
      width: 40px;
      height: 30px;
      line-height: 30px;
      border: 1px solid #9e9e9e;
      border-radius: 3px;
      margin: 0 5px;
      text-align: center; }
  .mediaOrState .contDetails {
    color: #666;
    padding-top: 30px;
    padding-bottom: 100px;
    background-color: #fff;
    border: 1px solid #e5e5e5; }
    .mediaOrState .contDetails h2 {
      color: #000; }
    .mediaOrState .contDetails .cont {
      margin-top: 50px;
      padding: 0 50px; }
      .mediaOrState .contDetails .cont .article {
        text-indent: 20px;
        line-height: 30px; }
      .mediaOrState .contDetails .cont .form {
        font-size: 18px;
        margin-top: 60px;
        text-align: right;
        padding-right: 30px; }
      .mediaOrState .contDetails .cont .time {
        margin-top: 20px;
        padding-right: 10px;
        text-align: right; }

/*# sourceMappingURL=style.css.map */
