@charset "UTF-8";
.teal {
  text-align: center;
  margin: 30px 0; }
  .teal p {
    font-size: 2.8rem;
    color: #339999; }
  .teal .xian {
    border-bottom: 1px solid #339999;
    display: inline-block;
    min-width: 250px;
    position: relative; }
    .teal .xian span {
      height: 4px;
      background: #222;
      width: 50px;
      display: inline-block;
      position: absolute;
      top: -2px;
      left: 100px; }

.market_pro {
  background: #f1f1f1;
  padding: 10px 0 50px; }

.market_ul {
  font-size: 0;
  padding: 0 10px; }
  .market_ul li {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    width: 220px; }
    .market_ul li .market_img {
      position: relative; }
      .market_ul li .market_img > div {
        background: url("../images/zhezhao.png");
        height: 250px;
        width: 220px;
        overflow: hidden;
        position: absolute;
        top: 0; }
      .market_ul li .market_img img {
        height: 250px;
        width: 220px; }
    .market_ul li p {
      padding: 20px 0;
      text-align: center; }
      .market_ul li p a {
        color: #339999;
        display: block; }
    .market_ul li:last-child {
      margin-right: 0; }

.mylunbo {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .mylunbo > ul {
    position: relative;
    font-size: 0; }
    .mylunbo > ul li {
      display: inline-block;
      vertical-align: top; }
    .mylunbo > ul > li {
      width: 1200px; }

.media_rec .media-list ul {
  font-size: 0; }
  .media_rec .media-list ul li {
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    cursor: pointer;
    width: 285px;
    margin-right: 20px; }
    .media_rec .media-list ul li .media-item_title p {
      padding: 20px 0;
      border-bottom: 1px solid #ddd;
      position: relative; }
      .media_rec .media-list ul li .media-item_title p a {
        font-size: 1.8rem;
        color: #222222; }
      .media_rec .media-list ul li .media-item_title p .triangle {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid transparent;
        position: absolute;
        bottom: 0;
        left: calc((100% - 30px)/2);
        left: -webkit-calc((100% - 30px)/2);
        left: -moz-calc((100% - 30px)/2); }
    .media_rec .media-list ul li .media-item_pic img {
      width: 100%;
      height: 415px; }
    .media_rec .media-list ul li .media-item_btn {
      padding: 20px 0; }
    .media_rec .media-list ul li:last-child {
      margin-right: 0; }
  .media_rec .media-list ul li:hover .media-item_title p {
    border-bottom: 1px solid #339999; }
    .media_rec .media-list ul li:hover .media-item_title p a {
      color: #339999; }
  .media_rec .media-list ul li:hover .media-item_title .triangle {
    border-bottom: 15px solid #339999; }

.new_write {
  padding: 30px 0; }
  .new_write .new-list ul {
    font-size: 0; }
    .new_write .new-list ul li {
      display: inline-block;
      vertical-align: top;
      height: 160px;
      width: 50%; }
      .new_write .new-list ul li > div {
        width: 50%;
        display: inline-block;
        height: 160px;
        vertical-align: top; }
      .new_write .new-list ul li .new-item_img img {
        width: 300px;
        height: 160px; }
      .new_write .new-list ul li .new-item_info {
        padding: 30px 15px;
        box-sizing: border-box;
        position: relative; }
        .new_write .new-list ul li .new-item_info h3 {
          font-size: 1.6rem;
          color: white;
          margin-bottom: 20px; }
        .new_write .new-list ul li .new-item_info p {
          width: 165px;
          line-height: 20px; }
        .new_write .new-list ul li .new-item_info .new-money {
          height: 70px;
          width: 70px;
          background: rgba(255, 255, 255, 0.5);
          border-radius: 50%;
          line-height: 70px;
          position: absolute;
          right: 15px;
          top: calc((100% - 70px) / 2);
          text-align: center; }
          .new_write .new-list ul li .new-item_info .new-money span {
            font-size: 2rem;
            color: white; }

.rw_analyze {
  background: #f1f1f1;
  padding: 20px 0; }
  .rw_analyze .rw-list ul {
    font-size: 0; }
    .rw_analyze .rw-list ul li {
      display: inline-block;
      width: 285px;
      background: white;
      margin-right: 5px; }
      .rw_analyze .rw-list ul li .rw-item_title {
        width: 100%;
        height: 140px;
        text-align: center; }
        .rw_analyze .rw-list ul li .rw-item_title > div {
          width: 90%;
          margin: 0 auto;
          border-bottom: 1px solid #ddd;
          height: 100%; }
        .rw_analyze .rw-list ul li .rw-item_title p {
          font-size: 1.4rem; }
          .rw_analyze .rw-list ul li .rw-item_title p img {
            height: 70px;
            width: 70px; }
      .rw_analyze .rw-list ul li .rw-item_info {
        box-sizing: border-box;
        height: 90px;
        overflow: hidden;
        font-size: 1.2rem; }
        .rw_analyze .rw-list ul li .rw-item_info ul {
          padding: 15px; }
          .rw_analyze .rw-list ul li .rw-item_info ul li {
            margin-right: 0;
            width: 50%;
            line-height: 25px;
            font-size: 1.2rem;
            color: #666666; }
            .rw_analyze .rw-list ul li .rw-item_info ul li i {
              font-size: 1.2rem;
              color: #666666;
              margin-right: 5px; }
          .rw_analyze .rw-list ul li .rw-item_info ul span {
            font-size: 1.2rem;
            color: #666666; }
      .rw_analyze .rw-list ul li .rw-item_btn {
        text-align: center;
        padding: 30px 0; }
      .rw_analyze .rw-list ul li:last-child {
        margin-right: 0; }

@-webkit-keyframes SaapRotate {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
.SaaP {
  padding: 20px 0; }
  .SaaP .SaaP-list ul {
    font-size: 0; }
    .SaaP .SaaP-list ul li {
      display: inline-block;
      width: calc(100% / 3);
      vertical-align: top;
      height: 320px; }
      .SaaP .SaaP-list ul li > div {
        cursor: pointer; }
        .SaaP .SaaP-list ul li > div > div {
          z-index: 2; }
          .SaaP .SaaP-list ul li > div > div:hover {
            transform: scale(1.2); }
    .SaaP .SaaP-list ul li:first-child {
      text-align: right; }
      .SaaP .SaaP-list ul li:first-child > div > div {
        right: 0; }
      .SaaP .SaaP-list ul li:first-child > div:nth-of-type(1) > div {
        top: 25px; }
      .SaaP .SaaP-list ul li:first-child > div:nth-of-type(2) > div {
        top: 35px;
        right: 25px; }
      .SaaP .SaaP-list ul li:first-child > div:nth-of-type(3) > div {
        top: 45px; }
    .SaaP .SaaP-list ul li:last-child > div:nth-of-type(1) > div {
      top: 25px; }
    .SaaP .SaaP-list ul li:last-child > div:nth-of-type(2) > div {
      top: 35px;
      left: 25px; }
    .SaaP .SaaP-list ul li:last-child > div:nth-of-type(3) > div {
      top: 45px; }
    .SaaP .SaaP-list ul .Saap-rotate {
      position: relative; }
      .SaaP .SaaP-list ul .Saap-rotate .rotate {
        position: absolute;
        height: 230px;
        width: 230px;
        -webkit-animation: SaapRotate 8s linear infinite;
        top: 46px;
        left: 82px;
        background: url("../images/rotate.png");
        background-size: 100% 100%; }
    .SaaP .SaaP-list ul .Saap_txt > div {
      position: relative;
      height: calc(100% / 3);
      line-height: 20px; }
      .SaaP .SaaP-list ul .Saap_txt > div > div {
        position: absolute; }
      .SaaP .SaaP-list ul .Saap_txt > div h3 {
        font-size: 1.4rem;
        color: #3c3c3c; }
      .SaaP .SaaP-list ul .Saap_txt > div p {
        font-size: 1.2rem;
        color: #999999; }

/*精选案例*/
.good_case {
  padding: 20px 0; }
  .good_case .case-list .case-nav {
    font-size: 0; }
    .good_case .case-list .case-nav li {
      display: inline-block;
      font-size: 1.8rem;
      width: calc(100% / 7);
      text-align: center;
      height: 50px;
      line-height: 50px; }
      .good_case .case-list .case-nav li i {
        margin: 0 10px; }
      .good_case .case-list .case-nav li:hover {
        border-bottom: 2px solid #e2a114; }
        .good_case .case-list .case-nav li:hover a,
        .good_case .case-list .case-nav li:hover i {
          color: #e2a114; }
  .good_case .case-list .case_lunbo > ul li {
    padding: 40px 30px;
    box-sizing: border-box; }
    .good_case .case-list .case_lunbo > ul li:after, .good_case .case-list .case_lunbo > ul li:before {
      display: table;
      line-height: 0;
      content: ""; }
    .good_case .case-list .case_lunbo > ul li:after {
      clear: both; }
    .good_case .case-list .case_lunbo > ul li > div {
      float: left; }
    .good_case .case-list .case_lunbo > ul li .case-img img {
      width: 650px;
      height: 400px; }
    .good_case .case-list .case_lunbo > ul li .case-info {
      width: 430px;
      padding-left: 50px; }
      .good_case .case-list .case_lunbo > ul li .case-info h3 {
        font-size: 1.6rem;
        text-align: center; }
      .good_case .case-list .case_lunbo > ul li .case-info .case-intor {
        text-align: center; }
      .good_case .case-list .case_lunbo > ul li .case-info .case-des {
        font-size: 1.4rem;
        line-height: 20px;
        height: 180px;
        overflow: hidden; }
      .good_case .case-list .case_lunbo > ul li .case-info .case-btn {
        padding: 10px 0; }
        .good_case .case-list .case_lunbo > ul li .case-info .case-btn .btn_rw {
          width: 100%;
          text-align: center; }

/*新闻*/
.rw_news {
  padding: 20px 0; }
  .rw_news:after, .rw_news:before {
    display: table;
    line-height: 0;
    content: ""; }
  .rw_news:after {
    clear: both; }
  .rw_news .clearfix:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ""; }
  .rw_news .teal {
    border-bottom: 0; }
  .rw_news .grid_c2a {
    width: 849px;
    float: left; }
    .rw_news .grid_c2a .mod_sec1 .sec_hd {
      height: 44px;
      border-top: 2px solid #7d7d7d;
      padding-right: 5px;
      margin-bottom: 14px; }
      .rw_news .grid_c2a .mod_sec1 .sec_hd h2 {
        font-family: "microsoft yahei","微软雅黑","黑体";
        font-size: 22px;
        float: left;
        height: 44px;
        line-height: 44px;
        border-top: 2px solid #b81b25;
        margin-top: -2px;
        padding: 0 5px; }
      .rw_news .grid_c2a .mod_sec1 .sec_hd .lnk_hdr {
        font-family: \5b8b\4f53;
        float: right;
        color: #999;
        margin-top: 9px; }
    .rw_news .grid_c2a .mod_sec1 .sec_bd .mod_indexnews {
      zoom: 1;
      height: 250px;
      overflow: hidden; }
      .rw_news .grid_c2a .mod_sec1 .sec_bd .mod_indexnews .news_hd {
        float: left;
        width: 340px; }
        .rw_news .grid_c2a .mod_sec1 .sec_bd .mod_indexnews .news_hd .mod_imgnews {
          display: block;
          position: relative;
          cursor: pointer; }
          .rw_news .grid_c2a .mod_sec1 .sec_bd .mod_indexnews .news_hd .mod_imgnews .news_tit {
            height: 38px;
            line-height: 38px;
            color: #fff;
            font-size: 14px;
            background: url("../images/bg_repeat.png") repeat-x;
            width: 690px;
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 2; }
            .rw_news .grid_c2a .mod_sec1 .sec_bd .mod_indexnews .news_hd .mod_imgnews .news_tit span {
              display: block;
              color: white;
              padding: 0 15px;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; }
        .rw_news .grid_c2a .mod_sec1 .sec_bd .mod_indexnews .news_hd img {
          vertical-align: top; }
      .rw_news .grid_c2a .mod_sec1 .sec_bd .mod_indexnews .news_bd {
        width: 460px;
        float: right; }
        .rw_news .grid_c2a .mod_sec1 .sec_bd .mod_indexnews .news_bd .news_bd_top {
          padding-left: 155px; }
        .rw_news .grid_c2a .mod_sec1 .sec_bd .mod_indexnews .news_bd .mod_imgleft .imgleft_tit {
          float: left;
          margin-left: -155px;
          width: 140px; }
        .rw_news .grid_c2a .mod_sec1 .sec_bd .mod_indexnews .news_bd .mod_imgleft .imgleft_cont {
          color: #999;
          height: 102px;
          overflow: hidden; }
          .rw_news .grid_c2a .mod_sec1 .sec_bd .mod_indexnews .news_bd .mod_imgleft .imgleft_cont a {
            font-family: "microsoft yahei","微软雅黑","黑体";
            font-size: 16px;
            display: inline-block;
            line-height: 20px;
            color: #222; }
          .rw_news .grid_c2a .mod_sec1 .sec_bd .mod_indexnews .news_bd .mod_imgleft .imgleft_cont p {
            line-height: 19px;
            color: #999;
            font-size: 1.2rem; }
        .rw_news .grid_c2a .mod_sec1 .sec_bd .mod_indexnews .news_bd .index_list li {
          padding-left: 12px;
          font-size: 14px;
          _height: 32px;
          line-height: 16px;
          white-space: nowrap;
          padding-top: 18px; }
          .rw_news .grid_c2a .mod_sec1 .sec_bd .mod_indexnews .news_bd .index_list li a {
            color: #222; }
  .rw_news .grid_c2b {
    width: 280px;
    float: right; }
    .rw_news .grid_c2b:after {
      display: block;
      visibility: hidden;
      height: 0;
      clear: both;
      content: ""; }
    .rw_news .grid_c2b .mod_sec2 .sec_hd {
      height: 40px;
      border-top: 2px solid #7d7d7d;
      padding-right: 5px;
      margin-bottom: 18px; }
      .rw_news .grid_c2b .mod_sec2 .sec_hd h2 {
        font-family: "microsoft yahei","微软雅黑","黑体";
        font-size: 22px;
        float: left;
        height: 42px;
        line-height: 42px;
        margin-top: -2px;
        padding: 0 5px;
        color: #fff;
        background-color: #b81b25; }
      .rw_news .grid_c2b .mod_sec2 .sec_hd .lnk_hdr {
        float: right;
        color: #999;
        margin-top: 9px; }
    .rw_news .grid_c2b .mod_sec2 .sec_bd .mod_imgnews {
      display: block;
      position: relative;
      cursor: pointer; }
      .rw_news .grid_c2b .mod_sec2 .sec_bd .mod_imgnews .news_tit {
        height: 38px;
        line-height: 38px;
        color: #fff;
        font-size: 14px;
        background: url("../images/bg_repeat.png") repeat-x;
        width: 690px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2; }
        .rw_news .grid_c2b .mod_sec2 .sec_bd .mod_imgnews .news_tit span {
          display: block;
          color: white;
          padding: 0 15px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
    .rw_news .grid_c2b .mod_sec2 .sec_bd img {
      vertical-align: top; }

.wpdone {
  padding: 50px 0; }
  .wpdone .wrapWid:after, .wpdone .wrapWid:before {
    display: table;
    line-height: 0;
    content: ""; }
  .wpdone .wrapWid:after {
    clear: both; }
  .wpdone .wrapWid .wpb_wrapper {
    width: 700px; }
    .wpdone .wrapWid .wpb_wrapper h1 {
      font-size: 40px;
      line-height: 50px;
      font-weight: 100;
      color: #E2231A;
      margin: 0 0 24px; }
      .wpdone .wrapWid .wpb_wrapper h1 strong {
        font-size: 40px;
        line-height: 50px;
        font-weight: 100;
        color: #E2231A; }
    .wpdone .wrapWid .wpb_wrapper p {
      font-size: 16px;
      line-height: 26px; }
    .wpdone .wrapWid .wpb_wrapper h2 {
      font-family: 黑体, STHeiti, dinbold, Arial, Helvetica, sans-serif;
      font-weight: 100;
      font-size: 24px;
      line-height: 28px; }
  .wpdone .wrapWid .wpb_right {
    width: 450px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: left; }
  .wpdone .wrapWid .wpb_left {
    width: 450px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: right; }

.wpdtwo .bigPic {
  width: 100%;
  position: relative; }
  .wpdtwo .bigPic img {
    width: 100%; }
  .wpdtwo .bigPic .txt {
    position: absolute;
    top: calc(50% - 40px);
    right: 10%; }
    .wpdtwo .bigPic .txt h2 {
      font-weight: normal;
      color: #ffffff;
      margin-bottom: 20px;
      font-size: 40px;
      line-height: 48px; }

.bigdiv {
  position: relative;
  padding: 10px 10px;
  height: 410px; }
  .bigdiv:after, .bigdiv:before {
    display: table;
    line-height: 0;
    content: ""; }
  .bigdiv:after {
    clear: both; }
  .bigdiv > div {
    border: 1px solid red;
    border-radius: 10px;
    height: 100px;
    padding: 40px 10px 60px 10px;
    float: left;
    width: 200px;
    margin: 0px 6px;
    background: white;
    position: relative;
    box-sizing: content-box; }
    .bigdiv > div:nth-of-type(1) {
      -webkit-transform: perspective(500px) rotateY(15deg);
      -moz-transform: perspective(500px) rotateY(15deg);
      transform: perspective(500px) rotateY(15deg); }
    .bigdiv > div:nth-of-type(2) {
      -webkit-transform: perspective(500px) rotateY(15deg);
      -moz-transform: perspective(500px) rotateY(15deg);
      transform: perspective(500px) rotateY(15deg);
      height: 80px;
      margin-top: 5px; }
    .bigdiv > div:nth-of-type(3) {
      width: 200px;
      height: 80px;
      top: 10px; }
    .bigdiv > div:nth-of-type(4) {
      -webkit-transform: perspective(500px) rotateY(-15deg);
      -moz-transform: perspective(500px) rotateY(-15deg);
      transform: perspective(500px) rotateY(-15deg);
      height: 80px;
      margin-top: 5px; }
    .bigdiv > div:nth-of-type(5) {
      -webkit-transform: perspective(500px) rotateY(-15deg);
      -moz-transform: perspective(500px) rotateY(-15deg);
      transform: perspective(500px) rotateY(-15deg); }
    .bigdiv > div h1 b {
      font-size: 2rem;
      line-height: 36px;
      color: #e65f78; }
    .bigdiv > div h1 i {
      color: #E65F78; }
    .bigdiv > div ul li {
      display: inline-block;
      vertical-align: top;
      width: 48%;
      font-size: 1.2rem;
      line-height: 24px; }
      .bigdiv > div ul li span {
        color: #a5a5a5; }
      .bigdiv > div ul li i {
        color: #E65F78; }
    .bigdiv > div p {
      text-align: center;
      font-size: 1.3rem;
      margin-top: 10px;
      line-height: 16px;
      color: #999; }
    .bigdiv > div .txt_gw {
      display: none;
      position: absolute;
      top: 0px;
      height: 100%;
      width: 100%;
      border-radius: 10px;
      background: rgba(51, 153, 153, 0.5);
      text-align: center;
      left: 0px; }
      .bigdiv > div .txt_gw a {
        margin-top: 75px; }
    .bigdiv > div:hover .txt_gw {
      display: block; }
  .bigdiv .txt {
    display: block;
    text-align: center;
    height: 160px;
    position: absolute;
    bottom: 0px;
    width: 1180px; }
    .bigdiv .txt p, .bigdiv .txt b {
      color: white; }
    .bigdiv .txt p {
      font-size: 1.6rem;
      line-height: 40px; }
    .bigdiv .txt b {
      font-size: 2.4rem; }

.cate-list {
  margin: 50px auto 40px;
  font-size: 0; }
  .cate-list .cate-item {
    display: inline-block;
    width: 380px;
    margin-right: 30px;
    text-align: center;
    background: #fff; }
    .cate-list .cate-item.last {
      margin-right: 0px; }
  .cate-list .cate-title {
    height: 140px;
    color: #fff;
    overflow: hidden; }
    .cate-list .cate-title h4 {
      color: #fff;
      height: 40px;
      line-height: 40px;
      margin-top: 30px;
      font-size: 32px;
      font-weight: normal; }
    .cate-list .cate-title p {
      color: #fff;
      height: 20px;
      line-height: 30px;
      font-size: 16px; }
  .cate-list .cate-title1 {
    background: url("../images/cate-title1.png") no-repeat center; }
  .cate-list .cate-title2, .cate-list .cate-title3 {
    background: url("../images/cate-title2.png") no-repeat center; }
  .cate-list .cate-choice {
    margin: 30px auto 26px;
    text-align: left;
    height: 190px;
    overflow: hidden; }
    .cate-list .cate-choice span, .cate-list .cate-choice a {
      display: inline-block;
      text-align: left;
      font-size: 16px;
      color: #333;
      width: 100%;
      padding: 5px 30px; }
  .cate-list .release-btn {
    margin: 0 auto 30px;
    width: 262px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: #339999;
    border-radius: 5px;
    text-align: center; }

/*# sourceMappingURL=nmain.css.map */
