@font-face {
  font-family: 'BOD_R';
  src: url("../fonts/BOD_R.eot");
  src: url("../fonts/BOD_R.eot") format("embedded-opentype"), url("../fonts/BOD_R.woff2") format("woff2"), url("../fonts/BOD_R.woff") format("woff"), url("../fonts/BOD_R.ttf") format("truetype"), url("../fonts/BOD_R.svg#BOD_R") format("svg"); }
.w990 {
  width: 990px;
  margin: 0 auto; }

body {
  background: #f5f5f5;
  font-family: Arial;
  word-break: break-all; }

.header {
  width: 100%;
  background: #ee7332;
  min-width: 990px;
  border-bottom: 1px solid #f8c9af;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  z-index: 99; }
  .header .hd-lang {
    height: 32px;
    background: #535353;
    line-height: 32px;
    color: #fff; }
    .header .hd-lang .line {
      display: inline-block;
      height: 11px;
      width: 1px;
      overflow: hidden;
      background: #757575;
      margin: 0 16px; }
    .header .hd-lang a {
      color: #fff; }
  .header .logo {
    height: 111px;
    overflow: hidden; }
  .header .menu {
    float: right;
    margin-right: -20px; }
    .header .menu li {
      /*width: 104px;*/
      height: 111px;
      font-size: 14px;
      border-right: 1px solid #f18851;
      text-align: center;
      padding: 0 20px; }
      .header .menu li a {
        display: block;
        color: #fff;
        line-height: 136px; }
        .header .menu li a:hover {
          color: #333; }
      .header .menu li.cur a {
        color: #333; }
  .header .menuson {
    width: 100%;
    position: absolute;
    left: 0;
    top: 144px;
    background: rgba(255, 255, 255, 0.4);
    *background: #fff;
    height: 0;
    font-size: 14px;
    overflow: hidden;
    z-index: 9; }
    .header .menuson li {
      position: absolute;
      top: 0; }
      .header .menuson li a {
        line-height: 55px;
        margin: 0 22px;
        color: #333; }
        .header .menuson li a:hover {
          color: #ee7332; }

.footer {
  width: 100%;
  min-width: 990px;
  background: #2c2c2c;
  padding: 15px 0;
  color: #acacac; }
  .footer .ft-nav {
    font-family: Arial;
    color: #919191;
    text-transform: uppercase; }
    .footer .ft-nav a {
      color: #acacac; }
      .footer .ft-nav a:hover {
        color: #fff; }
  .footer .ft-copy a {
    color: #acacac; }
  .footer .ft-tel {
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    color: #b7b7b7; }
    .footer .ft-tel .num {
      font-size: 20px;
      color: #fff;
      font-family: Arial; }

.banner {
  width: 100%;
  min-width: 990px;
  height: 552px;
  position: relative;
  overflow: hidden;
  background: url(../img/loading.gif) no-repeat center; }
  .banner ul, .banner li {
    width: 100%;
    height: 100%; }
  .banner li {
    display: none;
    position: absolute;
    width: 1920px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -960px; }
  .banner .btn {
    position: absolute;
    width: 990px;
    left: 50%;
    bottom: 55px;
    margin-left: -495px; }
    .banner .btn span {
      display: inline-block;
      width: 14px;
      height: 14px;
      background: #fff;
      opacity: .28;
      border-radius: 50%;
      margin-right: 8px;
      cursor: pointer; }
      .banner .btn span.on {
        background: #ea5405;
        opacity: 1; }

.i-main {
  margin: 52px auto; }
  .i-main .abt {
    background: #fff;
    width: 643px;
    height: 255px;
    border: 1px solid #e8e8e8;
    padding-right: 25px; }
    .i-main .abt img {
      float: left;
      margin: -1px 22px 0 -1px; }
    .i-main .abt .tit {
      font-size: 20px;
      color: #000;
      margin: 28px 0 12px; }
    .i-main .abt .txt {
      font-size: 14px;
      line-height: 1.85; }
    .i-main .abt .more {
      display: inline-block;
      width: 92px;
      height: 22px;
      border: 2px solid  #ea5405;
      background: #ea5405;
      color: #fff;
      font-style: italic;
      line-height: 22px;
      text-align: center;
      font-size: 10px;
      text-transform: uppercase;
      margin-top: 25px;
      transition: all 0.3s; }
      .i-main .abt .more:hover {
        color: #ea5405;
        background: #fff; }
  .i-main .ctc {
    position: relative;
    width: 300px;
    height: 255px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8e8e8; }
    .i-main .ctc .tit {
      padding-left: 13px;
      margin: -1px;
      background: #ea5405;
      color: #fff;
      height: 30px;
      line-height: 30px;
      font-size: 14px; }
    .i-main .ctc dl {
      line-height: 1.5;
      font-size: 14px;
      padding: 13px 20px;
      border-bottom: 1px solid #e8e8e8; }
      .i-main .ctc dl dd {
        font-weight: bold;
        color: #ea5405; }

.i-pro {
  background: #ee6c28;
  padding: 22px 0 45px;
  color: #fff; }
  .i-pro .pro-pop {
    position: fixed; }
    .i-pro .pro-pop .tit {
      border-bottom: none;
      padding-bottom: 0; }
  .i-pro .tit {
    font-size: 22px;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid #f39869; }
    .i-pro .tit .more {
      display: inline-block;
      width: 90px;
      height: 24px;
      margin-top: 5px;
      border: 1px solid #f7b491;
      color: #fff;
      text-align: center;
      line-height: 24px;
      text-align: center;
      font-size: 10px;
      font-style: italic;
      text-transform: uppercase;
      transition: all 0.3s; }
      .i-pro .tit .more:hover {
        color: #ea5405;
        background: #fff; }
  .i-pro .list {
    width: 100%;
    overflow: hidden; }
    .i-pro .list ul {
      width: 105%; }
      .i-pro .list ul li {
        width: 170px;
        height: 218;
        overflow: hidden;
        margin-right: 37px;
        cursor: pointer; }
        .i-pro .list ul li img {
          display: block;
          transition: all 0.5s; }
        .i-pro .list ul li:hover img {
          transform: scale(1.2); }

.in-banner {
  width: 100%;
  min-width: 990px;
  padding-top: 115px;
  height: 163px;
  background-position: center top;
  background-repeat: no-repeat; }
  .in-banner span {
    display: inline-block;
    line-height: 38px;
    background: #fff;
    padding: 0 14px;
    font-weight: bold;
    color: #ee7332;
    font-size: 24px;
    margin-bottom: 2px;
    text-transform: uppercase; }
    .in-banner span .en {
      font-family: Arial; }

.nav-loc {
  margin: 23px auto 40px;
  border-bottom: 1px solid #dedede;
  height: 36px; }
  .nav-loc .nav {
    float: left; }
    .nav-loc .nav a {
      display: inline-block;
      margin-right: 46px;
      line-height: 34px;
      font-size: 16px;
      font-weight: bold;
      border-bottom: 3px solid transparent; }
      .nav-loc .nav a:hover, .nav-loc .nav a.cur {
        color: #ee7332;
        border-bottom: 3px solid #ee7332; }
  .nav-loc .site {
    float: right;
    margin-top: 8px;
    color: #999; }
    .nav-loc .site a {
      color: #999; }
      .nav-loc .site a:hover {
        color: #ee7332; }
    .nav-loc .site span {
      color: #ee7332; }

.content {
  width: 990px;
  margin: 0 auto 70px;
  min-height: 400px; }
  .content.whbg {
    width: 910px;
    padding: 40px 40px 80px;
    background: #fff;
    min-height: 200px; }

.cul-cont {
  background-image: url(../img/bg1.jpg);
  background-repeat: no-repeat;
  background-position: 200px 206px;
  min-height: 400px; }
  .cul-cont .tit {
    font-size: 48px;
    color: #e2e2e2;
    font-family: 'Candara';
    text-transform: uppercase;
    font-weight: normal; }

.honor-round {
  position: relative; }
  .honor-round ul {
    position: relative;
    width: 838px;
    height: 360px;
    margin: 0 auto;
    overflow: hidden; }
    .honor-round ul li {
      position: absolute;
      width: 324px;
      height: 216px;
      padding: 10px;
      left: 870px;
      top: 62px;
      background: #fff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
      z-index: 1; }
      .honor-round ul li.on {
        z-index: 2; }
      .honor-round ul li.z0 {
        z-index: 0; }
      .honor-round ul li img {
        width: 100%;
        height: 100%; }
  .honor-round .prev, .honor-round .next {
    position: absolute;
    top: 160px;
    display: block;
    width: 22px;
    height: 39px;
    background: url(../img/btn1.png) no-repeat;
    cursor: pointer;
    overflow: hidden;
    text-indent: -99em; }
  .honor-round .prev {
    background-position: 0 0;
    left: 0; }
    .honor-round .prev.on {
      background-position: 0 100%; }
  .honor-round .next {
    background-position: 100% 0;
    right: 0; }
    .honor-round .next.on {
      background-position: 100% 100%; }
  .honor-round .tips {
    margin-top: 40px;
    text-align: center;
    color: #333;
    font-size: 16px; }

.eqp-cont {
  width: 990px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 30px 0; }
  .eqp-cont ul {
    width: 110%; }
    .eqp-cont ul li {
      width: 183px;
      text-align: center;
      margin-right: 85px; }
      .eqp-cont ul li .num {
        color: #d3d3d3;
        font-style: italic;
        font-size: 70px;
        line-height: 1.4;
        font-family: 'BOD_R'; }
      .eqp-cont ul li .imgbox {
        width: 177px;
        height: 177px;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        border: 3px solid #fff; }
        .eqp-cont ul li .imgbox p {
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 38px;
          font-size: 16px;
          line-height: 36px;
          background: #fff;
          color: #000;
          opacity: 0.6; }

.ptn-scroll .bd {
  position: relative;
  height: 340px;
  overflow: hidden; }
  .ptn-scroll .bd ul {
    padding-bottom: 1px; }
  .ptn-scroll .bd li {
    float: left;
    width: 163px;
    height: 111px;
    border: 1px solid #ededed;
    margin: 0 -1px -1px 0; }
.ptn-scroll .hd ul {
  margin-top: 55px;
  text-align: center; }
  .ptn-scroll .hd ul li {
    float: none;
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    background: #ee7332;
    margin: 2px 5px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -5em;
    cursor: pointer; }
    .ptn-scroll .hd ul li.on {
      background: none;
      width: 11px;
      height: 11px;
      border: 1px solid #ee7637;
      margin: 0 3px; }

.news-list li {
  position: relative;
  width: 100%;
  height: 180px;
  background: #fff;
  margin-bottom: 20px; }
  .news-list li a {
    display: block;
    padding-right: 23px;
    height: 100%;
    transition: all 0.3s; }
    .news-list li a:hover {
      background: #eee;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  .news-list li img {
    float: left;
    margin-right: 35px; }
  .news-list li .tit {
    font-size: 18px;
    color: #333333;
    padding-top: 24px;
    height: 42px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .news-list li .txt {
    position: relative;
    height: 66px;
    font-size: 14px;
    color: #888;
    line-height: 22px;
    overflow: hidden; }
  .news-list li .data {
    color: #cecece;
    font-size: 13px;
    padding-left: 26px; }
    .news-list li .data i {
      width: 14px;
      height: 14px;
      display: inline-block;
      background: url(../img/icon1.png) no-repeat;
      vertical-align: -2px;
      margin-right: 10px; }

.info-hd {
  margin-bottom: 30px;
  text-align: center; }
  .info-hd h2 {
    font-size: 18px;
    font-weight: normal;
    color: #333; }

.info-bd {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  min-height: 300px; }
  .info-bd img {
    max-width: 100%; }

.info-page {
  margin-top: 45px;
  padding-top: 15px;
  border-top: 1px solid #e1e1e1; }
  .info-page a:hover {
    color: #ee7332; }
  .info-page .back {
    float: right;
    display: inline-block;
    padding: 2px 22px;
    border: 2px solid #ddd;
    color: #888;
    transition: all 0.3s; }
    .info-page .back:hover {
      border-color: #ee7332;
      background: #ee7332;
      color: #fff; }

.job-list {
  margin-bottom: 50px; }
  .job-list ul {
    width: 100%; }
    .job-list ul li {
      width: 100%;
      padding: 14px 0;
      position: relative;
      background: #fff;
      margin-bottom: 1px; }
      .job-list ul li .left {
        width: 124px;
        padding-left: 45px;
        font-size: 16px;
        color: #666;
        line-height: 26px;
        padding-top: 10px; }
      .job-list ul li .right {
        width: 765px;
        margin-right: 26px;
        border-left: 1px solid #e2e2e2;
        padding-left: 26px; }
        .job-list ul li .right .top {
          height: 96px; }
          .job-list ul li .right .top .box {
            width: 640px;
            padding: 5px 0 0; }
            .job-list ul li .right .top .box .line1 {
              float: left;
              width: 689px; }
            .job-list ul li .right .top .box p {
              float: left;
              font-size: 14px;
              color: #949494;
              line-height: 24px;
              width: 225px;
              margin: 10px 0; }
              .job-list ul li .right .top .box p em {
                color: #666666;
                font-style: normal; }
        .job-list ul li .right .link {
          margin-top: 30px; }
          .job-list ul li .right .link a {
            float: left;
            width: 112px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            font-size: 14px;
            cursor: pointer; }
          .job-list ul li .right .link .more {
            background: #dcdcdc;
            color: #666; }
          .job-list ul li .right .link .need {
            background: #7f7f7f;
            color: #fff; }
          .job-list ul li .right .link a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        .job-list ul li .right .bot {
          font-size: 14px;
          color: #666666;
          line-height: 22px;
          display: none; }

.contact-wrap {
  position: relative; }
  .contact-wrap .baidumap {
    width: 100%;
    height: 650px; }
  .contact-wrap .ctc-cont {
    position: absolute;
    right: 38px;
    bottom: 75px;
    width: 353px;
    width: 412px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .contact-wrap .ctc-cont .tit {
      font-size: 15px;
      color: #333;
      padding: 38px 25px 18px;
      border-bottom: 1px solid #ccc; }
    .contact-wrap .ctc-cont .txt {
      font-size: 15px;
      padding: 25px; }
      .contact-wrap .ctc-cont .txt p {
        padding: 2px 0; }

.pro-wrap {
  position: relative;
  width: 100%;
  height: 658px;
  padding-top: 80px;
  min-width: 990px;
  background: url(../img/pro-bg.jpg) no-repeat center top; }

.pro-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px; }
  .pro-title .ch {
    color: #ee7332; }
  .pro-title .en {
    color: #ee7332;
    font-family: Arial;
    text-transform: uppercase; }

.pro-slide .bd {
  width: 990px;
  height: 403px;
  position: relative;
  overflow: hidden; }
  .pro-slide .bd li {
    position: relative;
    width: 315px;
    height: 403px;
    cursor: pointer;
    margin-right: 23px; }
    .pro-slide .bd li .cover {
      position: absolute;
      left: 30px;
      top: 30px;
      bottom: 30px;
      right: 30px;
      border: 3px solid #fff;
      text-align: center;
      transition: all 0.4s; }
      .pro-slide .bd li .cover .text {
        position: absolute;
        left: 25px;
        right: 25px;
        top: 46%;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        transition: all 0.4s; }
        .pro-slide .bd li .cover .text .more {
          display: none;
          width: 174px;
          height: 36px;
          border: 1px solid #fff;
          text-align: center;
          line-height: 36px;
          color: #fff;
          font-size: 14px;
          font-weight: normal;
          margin: 14px auto 0; }
    .pro-slide .bd li:hover .cover {
      background-color: #ee7332;
      border-color: #ee7332; }
    .pro-slide .bd li:hover .text {
      margin-top: -30px; }
      .pro-slide .bd li:hover .text .more {
        display: block; }
.pro-slide .hd {
  text-align: center;
  margin-top: 30px; }
  .pro-slide .hd span {
    display: inline-block;
    width: 110px;
    height: 30px;
    border: 3px solid #fff;
    background: url(../img/btn2.png) no-repeat 0 center;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 10px; }
    .pro-slide .hd span.next {
      background-position: 100% center; }
    .pro-slide .hd span:hover {
      background-color: transparent;
      border-color: #d6672d; }

.pro-pop {
  display: none;
  position: absolute;
  width: 990px;
  height: 500px;
  left: 50%;
  top: 84px;
  margin-left: -495px;
  background: #fff;
  z-index: 9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  .pro-pop .close {
    position: absolute;
    width: 27px;
    height: 27px;
    right: 45px;
    top: 22px;
    background: url(../img/close.png) no-repeat;
    cursor: pointer; }
  .pro-pop .pro-show {
    float: left;
    position: relative;
    margin: 37px 0 0 49px;
    width: 334px;
    height: 427px;
    overflow: hidden;
    background: url(../img/loading.gif) no-repeat center; }
    .pro-pop .pro-show img {
      width: 334px;
      height: 427px; }
  .pro-pop .pro-ri {
    float: right;
    position: relative;
    width: 460px;
    margin: 50px 80px 0 0; }
    .pro-pop .pro-ri .pro-tit {
      font-size: 20px;
      font-weight: bold;
      color: #ee7332;
      height: 50px;
      border-bottom: 1px solid #e0e0e0; }
    .pro-pop .pro-ri .pro-type {
      /*padding: 20px 0 12px;*/
      padding: 6px 0;
      font-size: 16px;
      color: #333; }
      .pro-pop .pro-ri .pro-type span {
        display: inline-block; }
    .pro-pop .pro-ri .pro-intro {
      position: relative;
      height: 200px;
      overflow: hidden; }
      .pro-pop .pro-ri .pro-intro .tit {
        font-weight: normal;
        font-size: 16px;
        color: #333;
        margin-bottom: 5px; }
      .pro-pop .pro-ri .pro-intro .detail {
        position: relative;
        height: 132px;
        overflow: hidden;
        line-height: 22px; }
        .pro-pop .pro-ri .pro-intro .detail .scroll {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          font-size: 14px;
          color: #888; }
      .pro-pop .pro-ri .pro-intro .btns {
        position: absolute;
        right: 0;
        top: 0; }
        .pro-pop .pro-ri .pro-intro .btns span {
          display: inline-block;
          width: 20px;
          height: 20px;
          font-family: 'SimSun';
          color: #888;
          font-size: 12px;
          line-height: 20px;
          text-align: center;
          border: 1px solid #ddd;
          overflow: hidden;
          margin-left: 5px;
          cursor: pointer;
          trasistion: all 0.3s; }
          .pro-pop .pro-ri .pro-intro .btns span.up {
            line-height: 18px; }
          .pro-pop .pro-ri .pro-intro .btns span.down {
            line-height: 25px; }
          .pro-pop .pro-ri .pro-intro .btns span:hover {
            border-color: #ee7332;
            background-color: #ee7332;
            color: #fff; }
    .pro-pop .pro-ri .pro-thumb {
      position: relative;
      width: 460px;
      /*height: 113px;*/
      overflow: hidden; }
      .pro-pop .pro-ri .pro-thumb li {
        width: 121px;
        height: 154px;
        margin-right: 47px;
        cursor: pointer; }
        .pro-pop .pro-ri .pro-thumb li img {
          width: 119px;
          height: 152px;
          border: 1px solid #a0a0a0; }
        .pro-pop .pro-ri .pro-thumb li.active img {
          width: 117px;
          height: 150px;
          border-width: 2px;
          border-color: #d6672d; }

.menu, .nav, .back, .ft-copy, .site, .more, .tit {
  text-transform: uppercase; }

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