/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.domHide {
  display: none !important; }

.domShow {
  display: block; }

a {
  text-decoration: none; }

header {
  width: 100%;
  height: 69px;
  line-height: 70px;
  background: #fff; }
  header div {
    width: 1120px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: row;
        flex-direction: row; }
    header div .topLeft {
      width: 96px;
      height: 38px;
      margin-top: 16px;
      line-height: 70px;
      background: url(../images/logo.png) no-repeat;}
    header div .topRight {
      width: 700px;
      height: 38px; }
      header div .topRight ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-direction: row;
            flex-direction: row; }
        header div .topRight ul li {
          width: 150px;
          height: 70px;
          list-style: none;
          text-align: center;
          transition: background-color .5s; }
          header div .topRight ul li:hover {
            background: #eee;
            cursor: pointer; }
          header div .topRight ul li span {
            font-family: Microsoft Yahei, Regular;
            font-size: 18px;
            color: #333;
            line-height: 70px; }
            header div .topRight ul li span a {
              color: #333; }
        header div .topRight ul .topRight_click {
          background: #fe8500; }
          header div .topRight ul .topRight_click span {
            color: #fff; }
            header div .topRight ul .topRight_click span a {
              color: #fff; }
          header div .topRight ul .topRight_click:hover {
            background: #fe8500; }
            header div .topRight ul .topRight_click:hover span {
              color: #fff; }
              header div .topRight ul .topRight_click:hover span a {
                color: #fff; }

.marketing_bg {
  width: 100%;
  height: 300px;
  background: url(../images/38552d69cee447b2764baf3497b3c9e4.jpg) no-repeat center center; }

.Bread_crumbs {
  width: 1120px;
  margin: 0 auto; }
  .Bread_crumbs > div p {
    margin-top: 40px;
    margin-bottom: 60px;
    margin-font-family: "Microsoft Yahei", "Regular";
    margin-font-size: 14px;
    margin-color: #666; }
    .Bread_crumbs > div p a {
      font-family: "Microsoft Yahei", "Regular";
      font-size: 14px;
      color: #666; }
      .Bread_crumbs > div p a:link {
        color: #666; }
      .Bread_crumbs > div p a:visited {
        color: #666; }
      .Bread_crumbs > div p a:hover {
        color: #666; }
      .Bread_crumbs > div p a:active {
        color: #666; }
    .Bread_crumbs > div p span {
      color: #666; }
    .Bread_crumbs > div p .hald_arrow {
      display: none; }
    .Bread_crumbs > div p:hover {
      cursor: pointer; }

.marketing_body {
  width: 1120px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row; }
  .marketing_body .marketing_body_left {
    width: 200px;
    height: 424px;
    overflow-y: auto;
    background: #eee; }
    .marketing_body .marketing_body_left > ul {
      background-color: #eee; }
      .marketing_body .marketing_body_left > ul li {
        height: 60px;
        background-color: #eee;
        border-bottom: 2px solid #fff; }
        .marketing_body .marketing_body_left > ul li p {
          font-family: "Microsoft Yahei";
          font-size: 20px;
          font-weight: bold;
          color: #333;
          line-height: 60px;
          text-align: center; }
          .marketing_body .marketing_body_left > ul li p a {
            color: #333; }
        .marketing_body .marketing_body_left > ul li:hover {
          cursor: pointer;
          background: #d8d8d8; }
          .marketing_body .marketing_body_left > ul li:hover > p {
            color: #333; }
            .marketing_body .marketing_body_left > ul li:hover > p a {
              color: #333; }
      .marketing_body .marketing_body_left > ul .marketing_body_left_click {
        background: #ef8a31; }
        .marketing_body .marketing_body_left > ul .marketing_body_left_click > p {
          color: #fff; }
          .marketing_body .marketing_body_left > ul .marketing_body_left_click > p a {
            color: #fff; }
        .marketing_body .marketing_body_left > ul .marketing_body_left_click:hover {
          cursor: pointer;
          background: #ef8a31; }
          .marketing_body .marketing_body_left > ul .marketing_body_left_click:hover > p {
            color: #fff; }
            .marketing_body .marketing_body_left > ul .marketing_body_left_click:hover > p a {
              color: #fff; }
  .marketing_body .marketing_body_right {
    width: 908px; }
    .marketing_body .marketing_body_right > ul li {
      border: 1px solid transparent;
      margin-bottom: 12px; }
      .marketing_body .marketing_body_right > ul li:hover {
        border: 1px solid #ef8a31; }
      .marketing_body .marketing_body_right > ul li > a .marketing_body_right_text {
        height: 200px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-direction: row;
            flex-direction: row; }
        .marketing_body .marketing_body_right > ul li > a .marketing_body_right_text .marketing_body_right_text_img {
          width: 260px;
          background: #eee;
          overflow: hidden; }
          .marketing_body .marketing_body_right > ul li > a .marketing_body_right_text .marketing_body_right_text_img img {
            width: 100%;
            height: 100%; }
        .marketing_body .marketing_body_right > ul li > a .marketing_body_right_text .marketing_body_right_text_content {
          width: 668px;
          margin-left: 20px; }
          .marketing_body .marketing_body_right > ul li > a .marketing_body_right_text .marketing_body_right_text_content > span {
            font-family: "Microsoft Yahei";
            font-weight: bold;
            font-size: 18px;
            color: #333;
            display: block;
            margin-top: 20px;
            margin-bottom: 18px; }
            .marketing_body .marketing_body_right > ul li > a .marketing_body_right_text .marketing_body_right_text_content > span:visited {
              color: #666; }
            .marketing_body .marketing_body_right > ul li > a .marketing_body_right_text .marketing_body_right_text_content > span a {
              color: #333;
              cursor: pointer; }
          .marketing_body .marketing_body_right > ul li > a .marketing_body_right_text .marketing_body_right_text_content .marketing_change_span_color {
            color: #666; }
          .marketing_body .marketing_body_right > ul li > a .marketing_body_right_text .marketing_body_right_text_content .marketing_body_right_text_content_p {
            height: 89px;
            overflow: hidden; }
            .marketing_body .marketing_body_right > ul li > a .marketing_body_right_text .marketing_body_right_text_content .marketing_body_right_text_content_p p {
              width: 618px;
              height: 89px;
              font-family: "Microsoft Yahei", "Regular";
              font-size: 14px;
              color: #666;
              line-height: 22px; }
          .marketing_body .marketing_body_right > ul li > a .marketing_body_right_text .marketing_body_right_text_content .marketing_body_right_text_content_time {
            margin-top: 20px; }
            .marketing_body .marketing_body_right > ul li > a .marketing_body_right_text .marketing_body_right_text_content .marketing_body_right_text_content_time > p {
              text-align: right;
              font-family: "Microsoft Yahei", "Regular";
              font-size: 12px;
              color: #999; }
              .marketing_body .marketing_body_right > ul li > a .marketing_body_right_text .marketing_body_right_text_content .marketing_body_right_text_content_time > p span {
                display: inline-block;
                vertical-align: top; }
                .marketing_body .marketing_body_right > ul li > a .marketing_body_right_text .marketing_body_right_text_content .marketing_body_right_text_content_time > p span:nth-last-of-type(1) {
                  margin-left: 30px;
                  margin-right: 20px; }
    .marketing_body .marketing_body_right > ul .marketing_body_right_text_click {
      border: 1px solid #ef8a31; }
      .marketing_body .marketing_body_right > ul .marketing_body_right_text_click:hover {
        border: 1px solid #ef8a31; }
    .marketing_body .marketing_body_right .marketing_body_oneline {
      height: 1px;
      width: 908px;
      background: #f2f2f2; }

.marketing_paging {
  width: 1120px;
  margin: 60px auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: row;
      flex-direction: row; }
  .marketing_paging > div {
    height: 38px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    .marketing_paging > div .marketing_paging_prev {
      width: 72px;
      height: 38px;
      background: #eee;
      text-align: center; }
      .marketing_paging > div .marketing_paging_prev:hover {
        cursor: pointer;
        background: #d8d8d8; }
        .marketing_paging > div .marketing_paging_prev:hover > span {
          color: #333; }
          .marketing_paging > div .marketing_paging_prev:hover > span a {
            color: #333; }
      .marketing_paging > div .marketing_paging_prev span {
        font-family: "Microsoft Yahei", "Regular";
        font-size: 12px;
        color: #666;
        line-height: 38px; }
        .marketing_paging > div .marketing_paging_prev span a {
          color: #666; }
    .marketing_paging > div > ul {
      max-width: 430px;
      height: 38px;
      margin-left: 12px;
      margin-right: 12px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-direction: row;
          flex-direction: row; }
      .marketing_paging > div > ul li {
        width: 38px;
        height: 38px;
        margin-right: 10px;
        text-align: center;
        background: #eee;
        line-height: 38px; }
        .marketing_paging > div > ul li:hover {
          background: #d8d8d8;
          cursor: pointer; }
          .marketing_paging > div > ul li:hover > p {
            color: #333; }
            .marketing_paging > div > ul li:hover > p a {
              color: #333; }
        .marketing_paging > div > ul li p {
          font-family: "Microsoft Yahei", Regular;
          font-size: 12px;
          color: #666; }
          .marketing_paging > div > ul li p a {
            color: #666; }
        .marketing_paging > div > ul li:nth-last-of-type(1) {
          margin-right: 0; }
      .marketing_paging > div > ul .marketing_paging_ellipsis {
        background: transparent; }
        .marketing_paging > div > ul .marketing_paging_ellipsis:hover {
          cursor: default; }
          .marketing_paging > div > ul .marketing_paging_ellipsis:hover > p {
            color: #666; }
      .marketing_paging > div > ul .marketing_paging_click {
        cursor: pointer;
        background: #ef8a31; }
        .marketing_paging > div > ul .marketing_paging_click > p {
          color: #fff; }
          .marketing_paging > div > ul .marketing_paging_click > p a {
            color: #fff; }
        .marketing_paging > div > ul .marketing_paging_click:hover {
          background: #ef8a31;
          cursor: pointer; }
          .marketing_paging > div > ul .marketing_paging_click:hover > p {
            color: #fff; }
            .marketing_paging > div > ul .marketing_paging_click:hover > p a {
              color: #fff; }
      .marketing_paging > div > ul .marketing_paging_none {
        display: none; }
    .marketing_paging > div .marketing_paging_next {
      width: 72px;
      height: 38px;
      background: #eee;
      text-align: center; }
      .marketing_paging > div .marketing_paging_next:hover {
        cursor: pointer;
        background: #d8d8d8; }
        .marketing_paging > div .marketing_paging_next:hover > span {
          color: #333; }
          .marketing_paging > div .marketing_paging_next:hover > span a {
            color: #333; }
      .marketing_paging > div .marketing_paging_next span {
        font-family: "Microsoft Yahei", "Regular";
        font-size: 12px;
        color: #666;
        line-height: 38px; }
        .marketing_paging > div .marketing_paging_next span a {
          color: #666; }

.bottom_tabBar {
  margin-top: 80px;
  background: #767878; }
  .bottom_tabBar div {
    width: 1120px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto; }
    .bottom_tabBar div ul {
      width: 600px;
      margin: 0 auto; }
      .bottom_tabBar div ul li {
        height: 16px;
        margin-top: 20px;
        display: inline-block;
        border-right: 1px solid #fff; }
        .bottom_tabBar div ul li:nth-last-of-type(1) {
          border-right: 0; }
        .bottom_tabBar div ul li p {
          margin-top: -22px;
          padding-left: 30px;
          padding-right: 30px;
          color: #fff;
          font-family: Microsoft Yahei, Regular;
          font-size: 18px; }
          .bottom_tabBar div ul li p a {
            color: #fff; }
        .bottom_tabBar div ul li:hover {
          cursor: pointer; }
          .bottom_tabBar div ul li:hover > p {
            color: #ef8a31; }
            .bottom_tabBar div ul li:hover > p a {
              color: #ef8a31; }
      .bottom_tabBar div ul .bottom_tabBar_click {
        cursor: pointer; }
        .bottom_tabBar div ul .bottom_tabBar_click > p {
          color: #ef8a31; }
          .bottom_tabBar div ul .bottom_tabBar_click > p a {
            color: #ef8a31; }

footer {
  width: 100%;
  height: 422px;
  background: #272727;
  border-top: 1px solid transparent; }
  footer .Contact_us_text_top {
    margin: 40px auto 0 auto;
    width: 800px; }
    footer .Contact_us_text_top > span {
      font-family: "Microsoft Yahei";
      font-weight: bold;
      font-size: 14px;
      color: #fff; }
    footer .Contact_us_text_top > p {
      font-family: "Microsoft Yahei", "Regular";
      font-size: 12px;
      color: #fff;
      margin: 14px 0 14px 0; }
  footer .Contact_us_title {
    width: 800px;
    margin: 0 auto; }
    footer .Contact_us_title .Contact_us_text_title {
      font-family: "Microsoft Yahei";
      font-weight: bold;
      font-size: 14px;
      color: #fff; }
    footer .Contact_us_title > div {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-direction: row;
          flex-direction: row; }
      footer .Contact_us_title > div .Contact_us_text_left > p {
        font-family: "Microsoft Yahei", "Regular";
        font-size: 12px;
        color: #fff;
        margin: 14px 0 0 0; }
      footer .Contact_us_title > div .Contact_us_text_right {
        margin-left: 50px; }
        footer .Contact_us_title > div .Contact_us_text_right > p {
          font-family: "Microsoft Yahei", "Regular";
          font-size: 12px;
          color: #fff;
          margin: 14px 0 0 0; }
  footer .Contact_us_text_divider {
    width: 910px;
    margin: 0 auto; }
    footer .Contact_us_text_divider .divider {
      height: 1px;
      background: #fff;
      margin: 40px 0 40px 0; }
  footer > p {
    text-align: center;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    font-size: 14px;
    color: #fff; }

