body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0; }

html {
  font-size: 12px;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    outline: 0; }
  a:active {
    outline: 0; }

/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {
  font-family: '微软雅黑';
  font-size: 14px; }

body {
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

button, input, select, textarea {
  font-size: 100%; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul, li {
  list-style: none;
  list-style-type: none; }

caption, th {
  text-align: left; }

/* 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500; }

q:before, q:after {
  content: ''; }

#map_canvas img {
  max-width: none; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

textarea {
  resize: vertical; }

button,
input {
  *overflow: visible;
  line-height: normal; }

a, button {
  outline: none;
  cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

th {
  text-align: inherit; }

fieldset, img {
  border: 0; }

img, button, input {
  border: 0 none;
  height: auto;
  vertical-align: middle; }

fieldset {
  margin: 0;
  padding: 0; }

iframe {
  display: block; }

abbr, acronym {
  border: 0; }

ins, a {
  text-decoration: none; }

/* 清除浮动 */
.clear {
  *zoom: 1; }
  .clear:before, .clear:after {
    display: table;
    content: "";
    line-height: 0; }
  .clear:after {
    clear: both; }

/* 字号 11兼容英文小字体 11-24内联使用 */
.f11 {
  font-size: 11px !important; }

.f12 {
  font-size: 12px !important; }

.f13 {
  font-size: 13px !important; }

.f14 {
  font-size: 14px !important; }

.f16 {
  font-size: 16px !important; }

.f16 {
  font-size: 16px !important; }

.f18 {
  font-size: 18px !important; }

.f20 {
  font-size: 20px !important; }

.f24 {
  font-size: 24px !important; }

/* 一些中文网页中出现的英文可能需要它 */
.ft-en {
  font-family: Arial; }

/* 负责粗体与普通字体的切换 */
.ft-nor {
  font-weight: normal; }

.ft-bold {
  font-weight: bold; }

/* 简易浮动 设置内联, 减少浮动带来的bug,ie6双倍边距bug */
.fl, .fr {
  display: inline; }

.fl {
  float: left; }

.fr {
  float: right; }

/* 负责元素隐藏显示的切换 */
.show {
  display: block; }

.hide {
  display: none; }

/* 手型 */
.cp {
  cursor: pointer; }

.text-l {
  text-align: left; }

.text-r {
  text-align: right; }

.text-c {
  text-align: center !important; }

.text-j {
  text-align: justify;
  text-justify: inter-ideograph; }

/* seo使用,如元素使用图片隐藏文字 */
.text-i {
  text-indent: -9999em; }

/* 文字居中 */
.vm {
  vertical-align: middle; }

/* 行内元素 */
.dis-ib {
  display: inline-block; }

/* 横内居中 */
.ct {
  display: inline-block;
  vertical-align: middle; }

/* 定位方式 */
.position-r {
  position: relative; }

.position-a {
  position: absolute; }

/* 强制zoom,触发IE浏览器的haslayout解决ie下的浮动，margin重叠等一些问题。 */
.zoom {
  *zoom: 1; }

/* 一些padding定义，负责元素与元素之间的间距,padding使用较少防止耦合 */
.padding-5 {
  padding: 5px; }

.padding-6 {
  padding: 6px; }

.padding-8 {
  padding: 8px; }

.padding-10 {
  padding: 10px; }

.padding-20 {
  padding: 20px; }

.padding-b30 {
  padding-bottom: 30px !important; }

.margin-b5 {
  margin-bottom: 5px; }

.margin-b10 {
  margin-bottom: 10px; }

.margin-b15 {
  margin-bottom: 15px; }

.margin-b20 {
  margin-bottom: 20px; }

.margin-t5 {
  margin-top: 5px; }

.margin-t10 {
  margin-top: 10px; }

.margin-t15 {
  margin-top: 15px; }

.margin-t20 {
  margin-top: 20px; }

.margin-tno {
  margin-top: 0px !important; }

/* color */
.color-red {
  color: red; }

/* 一些空标签来定义元素与元素之间间距 */
.blank3 {
  clear: both;
  display: block;
  font-size: 1px;
  overflow: hidden;
  height: 3px; }

.blank10 {
  clear: both;
  display: block;
  font-size: 1px;
  overflow: hidden;
  height: 10px; }

.blank15 {
  clear: both;
  display: block;
  font-size: 1px;
  overflow: hidden;
  height: 15px; }

.blank25 {
  clear: both;
  display: block;
  font-size: 1px;
  overflow: hidden;
  height: 25px; }

/* 强制无边框 */
.noborder {
  border: none !important; }

/* 超出不显示 */
.overflow-h {
  overflow: hidden; }

/* 搜索框 */
input[name="head_search"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fec292; }

input[name="head_search"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fec292; }

input[name="head_search"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fec292; }

input[name="head_search"]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fec292; }

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #cdcece; }

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cdcece; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cdcece; }

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #cdcece; }

/* color */
/* border-radius */
/* 透明度 */
/* 冬青黑体简体中文 */
@font-face {
  font-family: nbrcFont;
  src: url("/assets/font/Hiragino Sans GB W3.otf"), url("/assets/font/Hiragino Sans GB W3.otf");
  /* IE9+ */ }

/* pulse脉冲 */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }

/*向下淡出*/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }

/*左边淡入*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

/*右边淡入*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

body {
  font-family: '微软雅黑'; }
  body a {
    font-family: '微软雅黑';
    color: #000000; }
    body a:hover {
      color: #333333; }

.index_header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999;
  margin-left: -572px;
  width: 1144px;
  height: 100px; }
  .index_header .logo {
    margin-top: 34px; }
  .index_header .menu ul li {
    float: left;
    line-height: 100px;
    margin: 0 22px; }
    .index_header .menu ul li a {
      font-size: 16px; }
      .index_header .menu ul li a:hover {
        color: #155daa; }

.header {
  width: 1144px;
  height: 100px;
  margin: 0 auto; }
  .header .logo {
    margin-top: 34px; }
  .header .menu ul li {
    float: left;
    line-height: 100px;
    margin: 0 22px; }
    .header .menu ul li a {
      font-size: 16px; }
      .header .menu ul li a:hover {
        color: #155daa; }

#fullpage .page_one {
  background: url(../images/index_bj.png) no-repeat center top;
  background-size: cover; }
  #fullpage .page_one .turn_down {
    position: absolute;
    z-index: 999;
    width: 60px;
    text-align: center;
    left: 50%;
    bottom: 33px;
    margin-left: -30px;
    color: #ffffff; }
    #fullpage .page_one .turn_down img {
      -webkit-animation: fadeOutDown 1.5s .2s infinite;
      -moz-animation: fadeOutDown 1.5s .2s infinite; }
  #fullpage .page_one .detail {
    width: 1144px;
    position: absolute;
    left: 50%;
    bottom: 180px;
    margin-left: -572px; }
    #fullpage .page_one .detail .img_one {
      -webkit-animation: fadeInLeft 1s .2s ease both;
      -moz-animation: fadeInLeft 1s .2s ease both; }
    #fullpage .page_one .detail .img_two img {
      -webkit-animation: fadeInRight 1s .4s ease both;
      -moz-animation: fadeInRight 1s .4s ease both; }

#fullpage .page_two {
  background: url(../images/index_bj2.png) no-repeat center top;
  background-size: cover; }
  #fullpage .page_two .turn_down {
    position: absolute;
    z-index: 999;
    width: 60px;
    text-align: center;
    left: 50%;
    bottom: 33px;
    margin-left: -30px;
    color: #ffffff; }
    #fullpage .page_two .turn_down img {
      -webkit-animation: fadeOutDown 1.5s .2s infinite;
      -moz-animation: fadeOutDown 1.5s .2s infinite; }
  #fullpage .page_two .detail {
    width: 1144px;
    position: absolute;
    left: 50%;
    bottom: 100px;
    margin-left: -572px; }
    #fullpage .page_two .detail .img_one {
      -webkit-animation: fadeInLeft 1s 0s ease both;
      -moz-animation: fadeInLeft 1s 0s ease both; }
    #fullpage .page_two .detail .img_two {
      -webkit-animation: fadeInRight 1s .2s ease both;
      -moz-animation: fadeInRight 1s .2s ease both; }
      #fullpage .page_two .detail .img_two .img_two_detail {
        width: 767px;
        height: 183px;
        padding: 20px;
        background: url("../images/index_pagetwo_two.png") no-repeat;
        color: #ffffff;
        line-height: 27px;
        font-size: 16px;
        letter-spacing: 1px; }
    #fullpage .page_two .detail .img_three {
      -webkit-animation: fadeInRight 1s .2s ease both;
      -moz-animation: fadeInRight 1s .2s ease both; }

#fullpage .page_three {
  position: relative;
  background: url(../images/index_bj3.png) no-repeat center top;
  background-size: cover; }
  #fullpage .page_three .turn_down {
    position: absolute;
    z-index: 999;
    width: 60px;
    text-align: center;
    left: 50%;
    bottom: 33px;
    margin-left: -30px;
    color: #ffffff; }
    #fullpage .page_three .turn_down img {
      -webkit-animation: fadeOutDown 1.5s .2s infinite;
      -moz-animation: fadeOutDown 1.5s .2s infinite; }
  #fullpage .page_three .detail {
    width: 1144px;
    height: 440px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -572px; }
    #fullpage .page_three .detail .list {
      margin-top: 15px; }
      #fullpage .page_three .detail .list ul li {
        width: 286px;
        float: left; }
        #fullpage .page_three .detail .list ul li a {
          display: block;
          width: 286px;
          position: relative; }
          #fullpage .page_three .detail .list ul li a .img {
            width: 286px;
            height: 286px; }
            #fullpage .page_three .detail .list ul li a .img img {
              width: 286px;
              height: 286px; }
          #fullpage .page_three .detail .list ul li a .background {
            width: 286px;
            height: 286px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 999;
            background: #000000;
            filter: alpha(opacity=50);
            -moz-opacity: 0.5;
            -webkit-opacity: 0.5;
            opacity: 0.5;
            transition: .3s; }
          #fullpage .page_three .detail .list ul li a .content {
            background: #f7f6e3;
            width: 286px;
            height: 80px;
            overflow: hidden;
            transition: .3s; }
            #fullpage .page_three .detail .list ul li a .content span {
              display: block;
              width: 260px;
              margin: 0 auto;
              color: #525252; }
              #fullpage .page_three .detail .list ul li a .content span.news_title {
                background: url("../images/icon1.png") no-repeat left center;
                text-indent: 25px;
                margin-top: 15px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden; }
              #fullpage .page_three .detail .list ul li a .content span.news_time {
                background: url("../images/icon2.png") no-repeat left center;
                text-indent: 25px;
                margin-top: 10px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden; }
          #fullpage .page_three .detail .list ul li a:hover .background {
            width: 286px;
            height: 286px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 999;
            background: #000000;
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0; }
          #fullpage .page_three .detail .list ul li a:hover .content {
            background: #155daa;
            width: 286px;
            height: 100px;
            overflow: hidden; }
            #fullpage .page_three .detail .list ul li a:hover .content span {
              display: block;
              width: 260px;
              margin: 0 auto;
              color: #ffffff; }
              #fullpage .page_three .detail .list ul li a:hover .content span.news_title {
                background: url("../images/icon3.png") no-repeat left center;
                text-indent: 25px;
                margin-top: 15px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden; }
              #fullpage .page_three .detail .list ul li a:hover .content span.news_time {
                background: url("../images/icon4.png") no-repeat left center;
                text-indent: 25px;
                margin-top: 10px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden; }

#fullpage .page_four {
  background: url(../images/index_bj4.png) no-repeat center top;
  background-size: cover;
  position: relative; }
  #fullpage .page_four .turn_down {
    position: absolute;
    z-index: 999;
    width: 60px;
    text-align: center;
    left: 50%;
    bottom: 33px;
    margin-left: -30px;
    color: #ffffff; }
    #fullpage .page_four .turn_down img {
      -webkit-animation: fadeOutDown 1.5s .2s infinite;
      -moz-animation: fadeOutDown 1.5s .2s infinite; }
  #fullpage .page_four .detail {
    width: 1144px;
    height: 440px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -572px; }
    #fullpage .page_four .detail .list {
      margin-top: 30px; }
      #fullpage .page_four .detail .list ul li {
        width: 285px;
        height: 414px;
        float: left; }
        #fullpage .page_four .detail .list ul li a {
          display: block;
          width: 285px;
          height: 414px;
          position: relative; }
          #fullpage .page_four .detail .list ul li a .pic {
            width: 285px;
            height: 414px;
            position: absolute;
            top: 0;
            left: 0;
            background: url("../images/index_pagefour_bj.png");
            transition: .2s; }
          #fullpage .page_four .detail .list ul li a span {
            width: 224px;
            height: 332px;
            position: absolute;
            left: 50%;
            margin-left: -112px;
            top: 50%;
            margin-top: -166px;
            display: block;
            z-index: 999; }
          #fullpage .page_four .detail .list ul li a:hover .pic {
            background: #9c8458;
            -webkit-transform: scaleY(1.2);
            -moz-transform: scaleY(1.2);
            transform: scaleY(1.2); }

#fullpage .page_five {
  background: url(../images/index_bj5.png) no-repeat center top;
  background-size: cover;
  position: relative; }
  #fullpage .page_five .detail {
    width: 1144px;
    height: 440px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -572px; }
    #fullpage .page_five .detail .list {
      margin-top: 15px; }
      #fullpage .page_five .detail .list ul {
        width: 100%; }
        #fullpage .page_five .detail .list ul li {
          width: 20%;
          height: 191px;
          text-align: center;
          float: left;
          margin-top: 15px; }
          #fullpage .page_five .detail .list ul li a {
            width: 191px;
            height: 191px;
            display: block;
            position: relative; }
            #fullpage .page_five .detail .list ul li a .pic {
              position: absolute;
              width: 191px;
              height: 191px; }
              #fullpage .page_five .detail .list ul li a .pic img {
                width: 191px;
                height: 191px; }
            #fullpage .page_five .detail .list ul li a .content {
              width: 84px;
              height: 128px;
              position: absolute;
              z-index: 999;
              top: 50%;
              margin-top: -54px;
              left: 50%;
              margin-left: -42px; }
            #fullpage .page_five .detail .list ul li a .sel {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 998;
              background: #000;
              filter: alpha(opacity=60);
              -moz-opacity: 0.6;
              -webkit-opacity: 0.6;
              opacity: 0.6; }
            #fullpage .page_five .detail .list ul li a:hover {
              border-bottom: 8px solid #2165b0; }
              #fullpage .page_five .detail .list ul li a:hover .sel {
                width: 100%;
                height: 100%;
                position: absolute;
                top: -10px;
                left: 0;
                z-index: 998;
                background: #2165b0;
                filter: alpha(opacity=90);
                -moz-opacity: 0.9;
                -webkit-opacity: 0.9;
                opacity: 0.9;
                -webkit-transform: scale(-0.85);
                -moz-transform: scale(-0.85);
                transform: scale(-0.85);
                transition: 0.4s; }
              #fullpage .page_five .detail .list ul li a:hover .content {
                width: 84px;
                height: 128px;
                position: absolute;
                z-index: 999;
                top: 50%;
                margin-top: -64px;
                left: 50%;
                margin-left: -42px; }
              #fullpage .page_five .detail .list ul li a:hover .pic {
                top: -10px; }

.banner {
  width: 100%; }

#contentTab {
  width: 100%;
  height: 100px;
  background: #155daa; }

.tab {
  width: 1144px;
  height: 100px;
  margin: 0 auto; }
  .tab.about ul li {
    float: left;
    width: 25%; }
    .tab.about ul li a {
      display: block;
      width: 100%;
      height: 100px;
      text-align: center; }
      .tab.about ul li a.about_group {
        background: url("../images/abouttab1.png") no-repeat center; }
      .tab.about ul li a.about_culture {
        background: url("../images/abouttab2.png") no-repeat center; }
      .tab.about ul li a.about_history {
        background: url("../images/abouttab3.png") no-repeat center; }
      .tab.about ul li a.about_honor {
        background: url("../images/abouttab4.png") no-repeat center; }
      .tab.about ul li a:hover.about_group {
        background: url("../images/abouttab01.png") no-repeat center #ffffff; }
      .tab.about ul li a:hover.about_culture {
        background: url("../images/abouttab02.png") no-repeat center #ffffff; }
      .tab.about ul li a:hover.about_history {
        background: url("../images/abouttab03.png") no-repeat center #ffffff; }
      .tab.about ul li a:hover.about_honor {
        background: url("../images/abouttab04.png") no-repeat center #ffffff; }
    .tab.about ul li.sel a.about_group {
      background: url("../images/abouttab01.png") no-repeat center #ffffff; }
    .tab.about ul li.sel a.about_culture {
      background: url("../images/abouttab02.png") no-repeat center #ffffff; }
    .tab.about ul li.sel a.about_history {
      background: url("../images/abouttab03.png") no-repeat center #ffffff; }
    .tab.about ul li.sel a.about_honor {
      background: url("../images/abouttab04.png") no-repeat center #ffffff; }
  .tab.industry ul li {
    float: left;
    width: 25%; }
    .tab.industry ul li a {
      display: block;
      width: 100%;
      height: 100px;
      text-align: center; }
      .tab.industry ul li a.industry_dlky {
        background: url("../images/industrytab1.png") no-repeat center; }
      .tab.industry ul li a.industry_xdwl {
        background: url("../images/industrytab2.png") no-repeat center; }
      .tab.industry ul li a.industry_zhly {
        background: url("../images/industrytab3.png") no-repeat center; }
      .tab.industry ul li a.industry_qcfw {
        background: url("../images/industrytab4.png") no-repeat center; }
      .tab.industry ul li a:hover.industry_dlky {
        background: url("../images/industrytab01.png") no-repeat center #ffffff; }
      .tab.industry ul li a:hover.industry_xdwl {
        background: url("../images/industrytab02.png") no-repeat center #ffffff; }
      .tab.industry ul li a:hover.industry_zhly {
        background: url("../images/industrytab03.png") no-repeat center #ffffff; }
      .tab.industry ul li a:hover.industry_qcfw {
        background: url("../images/industrytab04.png") no-repeat center #ffffff; }
    .tab.industry ul li.sel a.industry_dlky {
      background: url("../images/industrytab01.png") no-repeat center #ffffff; }
    .tab.industry ul li.sel a.industry_xdwl {
      background: url("../images/industrytab02.png") no-repeat center #ffffff; }
    .tab.industry ul li.sel a.industry_zhly {
      background: url("../images/industrytab03.png") no-repeat center #ffffff; }
    .tab.industry ul li.sel a.industry_qcfw {
      background: url("../images/industrytab04.png") no-repeat center #ffffff; }
  .tab.service ul li {
    float: left;
    width: 20%; }
    .tab.service ul li a {
      display: block;
      width: 100%;
      height: 100px;
      text-align: center; }
      .tab.service ul li a.service_cp {
        background: url("../images/servicetab1.png") no-repeat center; }
      .tab.service ul li a.service_yc {
        background: url("../images/servicetab2.png") no-repeat center; }
      .tab.service ul li a.service_cz {
        background: url("../images/servicetab3.png") no-repeat center; }
      .tab.service ul li a.service_wl {
        background: url("../images/servicetab4.png") no-repeat center; }
      .tab.service ul li a.service_ly {
        background: url("../images/servicetab5.png") no-repeat center; }
      .tab.service ul li a.service_sl {
        background: url("../images/servicetab6.png") no-repeat center; }
      .tab.service ul li a.service_jp {
        background: url("../images/servicetab7.png") no-repeat center; }
      .tab.service ul li a.service_qx {
        background: url("../images/servicetab8.png") no-repeat center; }
      .tab.service ul li a.service_sc {
        background: url("../images/servicetab9.png") no-repeat center; }
      .tab.service ul li a.service_wc {
        background: url("../images/servicetab10.png") no-repeat center; }
      .tab.service ul li a:hover.service_cp {
        background: url("../images/servicetab01.png") no-repeat center #ffffff; }
      .tab.service ul li a:hover.service_yc {
        background: url("../images/servicetab02.png") no-repeat center #ffffff; }
      .tab.service ul li a:hover.service_cz {
        background: url("../images/servicetab03.png") no-repeat center #ffffff; }
      .tab.service ul li a:hover.service_wl {
        background: url("../images/servicetab04.png") no-repeat center #ffffff; }
      .tab.service ul li a:hover.service_ly {
        background: url("../images/servicetab05.png") no-repeat center #ffffff; }
      .tab.service ul li a:hover.service_sl {
        background: url("../images/servicetab06.png") no-repeat center #ffffff; }
      .tab.service ul li a:hover.service_jp {
        background: url("../images/servicetab07.png") no-repeat center #ffffff; }
      .tab.service ul li a:hover.service_qx {
        background: url("../images/servicetab08.png") no-repeat center #ffffff; }
      .tab.service ul li a:hover.service_sc {
        background: url("../images/servicetab09.png") no-repeat center #ffffff; }
      .tab.service ul li a:hover.service_wc {
        background: url("../images/servicetab010.png") no-repeat center #ffffff; }
    .tab.service ul li.sel a.service_cp {
      background: url("../images/servicetab01.png") no-repeat center #ffffff; }
    .tab.service ul li.sel a.service_yc {
      background: url("../images/servicetab02.png") no-repeat center #ffffff; }
    .tab.service ul li.sel a.service_cz {
      background: url("../images/servicetab03.png") no-repeat center #ffffff; }
    .tab.service ul li.sel a.service_wl {
      background: url("../images/servicetab04.png") no-repeat center #ffffff; }
    .tab.service ul li.sel a.service_ly {
      background: url("../images/servicetab05.png") no-repeat center #ffffff; }
    .tab.service ul li.sel a.service_sl {
      background: url("../images/servicetab06.png") no-repeat center #ffffff; }
    .tab.service ul li.sel a.service_jp {
      background: url("../images/servicetab07.png") no-repeat center #ffffff; }
    .tab.service ul li.sel a.service_qx {
      background: url("../images/servicetab08.png") no-repeat center #ffffff; }
    .tab.service ul li.sel a.service_sc {
      background: url("../images/servicetab09.png") no-repeat center #ffffff; }
    .tab.service ul li.sel a.service_wc {
      background: url("../images/servicetab010.png") no-repeat center #ffffff; }
  .tab.news ul li {
    float: left;
    width: 50%; }
    .tab.news ul li a {
      display: block;
      width: 100%;
      height: 100px;
      text-align: center; }
      .tab.news ul li a.news_group {
        background: url("../images/newstab1.png") no-repeat center; }
      .tab.news ul li a.news_hy {
        background: url("../images/newstab2.png") no-repeat center; }
      .tab.news ul li a:hover.news_group {
        background: url("../images/newstab01.png") no-repeat center #ffffff; }
      .tab.news ul li a:hover.news_hy {
        background: url("../images/newstab02.png") no-repeat center #ffffff; }
    .tab.news ul li.sel a.news_group {
      background: url("../images/newstab01.png") no-repeat center #ffffff; }
    .tab.news ul li.sel a.news_hy {
      background: url("../images/newstab02.png") no-repeat center #ffffff; }
  .tab.join ul li {
    float: left;
    width: 50%; }
    .tab.join ul li a {
      display: block;
      width: 100%;
      height: 100px;
      text-align: center; }
      .tab.join ul li a.join_rcpy {
        background: url("../images/jointab1.png") no-repeat center; }
      .tab.join ul li a.join_zpjz {
        background: url("../images/jointab2.png") no-repeat center; }
      .tab.join ul li a:hover.join_rcpy {
        background: url("../images/jointab01.png") no-repeat center #ffffff; }
      .tab.join ul li a:hover.join_zpjz {
        background: url("../images/jointab02.png") no-repeat center #ffffff; }
    .tab.join ul li.sel a.join_rcpy {
      background: url("../images/jointab01.png") no-repeat center #ffffff; }
    .tab.join ul li.sel a.join_zpjz {
      background: url("../images/jointab02.png") no-repeat center #ffffff; }
  .tab.contact {
    overflow: hidden; }
    .tab.contact ul li {
      float: left;
      width: 50%; }
      .tab.contact ul li a {
        display: block;
        width: 100%;
        height: 100px;
        text-align: center; }
        .tab.contact ul li a.contact_jt {
          background: url("../images/contacttab1.png") no-repeat center; }
        .tab.contact ul li a.contact_fgs {
          background: url("../images/contacttab2.png") no-repeat center; }
        .tab.contact ul li a:hover.contact_jt {
          background: url("../images/contacttab01.png") no-repeat center #ffffff; }
        .tab.contact ul li a:hover.contact_fgs {
          background: url("../images/contacttab02.png") no-repeat center #ffffff; }
      .tab.contact ul li.sel a.contact_jt {
        background: url("../images/contacttab01.png") no-repeat center #ffffff; }
      .tab.contact ul li.sel a.contact_fgs {
        background: url("../images/contacttab02.png") no-repeat center #ffffff; }

.industry_dlky_detail {
  background: #e6e6e6;
  overflow: hidden; }

.content_detail {
  width: 1144px;
  margin: 60px auto 0; overflow:hidden;}
  .content_detail .title {
    margin: 40px 0;
    font-size: 20px;
    font-family: '微软雅黑'; }
    .content_detail .title font {
      font-size: 24px; }
  .content_detail .deteil_txt {
    font-size: 16px;
    line-height: 30px;
    margin: 20px auto 100px;
    font-family: NeoTechStd; }

.industry_dlky_list {
  margin-top: 60px; }
  .industry_dlky_list ul li {
    width: 285px;
    height: 300px;
    float: left; }
    .industry_dlky_list ul li a {
      display: block;
      width: 285px;
      height: 300px;
      overflow: hidden;
      position: relative; }
      .industry_dlky_list ul li a .pic {
        width: 285px;
        height: 300px;
        position: absolute;
        top: 0;
        left: 0;
        background: #f2f2f2;
        transition: .2s; }
      .industry_dlky_list ul li a .name {
        width: 224px;
        position: absolute;
        top: 28px;
        left: 45px;
        display: block;
        z-index: 999;
        font-size: 14px;
        font-family: '微软雅黑'; }
        .industry_dlky_list ul li a .name font {
          font-size: 24px; }
      .industry_dlky_list ul li a .img {
        position: absolute;
        left: 27px;
        top: 132px; }
      .industry_dlky_list ul li a:hover .pic {
        background: #9c8458; }
      .industry_dlky_list ul li a:hover .name {
        color: #ffffff; }

#foot {
  width: 100%;
  height: 215px;
  background: #0450ca;
  overflow: hidden; }
  #foot .footer {
    width: 1144px;
    height: 137px;
    margin: 0 auto; }
    #foot .footer .footer_left {
      width: 800px;
      margin-top: 34px; }
      #foot .footer .footer_left a {
        float: left;
        line-height: 35px;
        margin-right: 80px;
        color: #ffffff; }
        #foot .footer .footer_left a font {
          font-family: '宋体'; }
    #foot .footer .footer_right img {
      margin-top: 39px; }
  #foot .copyright {
    width: 1144px;
    height: 78px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    border-top: 2px solid #0344ad;
    padding-top: 10px;
    line-height: 30px; }

.deteil_aboutCulture {
 
  overflow: hidden; }
  .deteil_aboutCulture ul {
    width: 100%; }
    .deteil_aboutCulture ul li {
      float: left;
      width: 50%;
      margin-bottom: 25px; }
      .deteil_aboutCulture ul li span {
        width: 24px;
        height: 24px;
        line-height: 24px;
        display: inline-block;
        color: #ffffff;
        background: #155daa;
        text-align: center;
        margin-right: 21px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%; }

.deteil_aboutHonor {
  margin-bottom: 100px;
  overflow: hidden; }
  .deteil_aboutHonor ul {
    width: 100%; }
    .deteil_aboutHonor ul li {
      float: left;
      width: 50%;
      margin-bottom: 25px; }
      .deteil_aboutHonor ul li span {
        width: 24px;
        height: 24px;
        line-height: 24px;
        display: inline-block;
        color: #ffffff;
        background: #155daa;
        text-align: center;
        margin-right: 21px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%; }

.detail_aboutHistory table tbody tr td {
  padding: 10px 0;
  vertical-align: top; }
  .detail_aboutHistory table tbody tr td:first-child {
    color: #155daa; }

.industry_listDetail {
  overflow: hidden;
  padding-bottom: 100px; }
  .industry_listDetail .list ul li {
    color: #9c8458;
    font-size: 30px;
    margin-bottom: 45px; }
    .industry_listDetail .list ul li span {
      display: inline-block;
      width: 61px;
      height: 61px;
      line-height: 61px;
      background: #155daa;
      text-align: center;
      border-radius: 61px;
      -moz-border-radius: 61px;
      -webkit-border-radius: 61px;
      margin-right: 30px; }
      .industry_listDetail .list ul li span img {
        margin-top: -5px; }
  .industry_listDetail .pic_banner {
    width: 780px; }
    .industry_listDetail .pic_banner img {
      width: 100%; }

.service_cp_detail {
  margin-top: 80px; }
  .service_cp_detail .kuaiche {
    width: 1144px;
    height: 417px;
    background: #155daa; }
    .service_cp_detail .kuaiche .kuaiche_left {
      color: #ffffff;
      width: 340px;
      margin: 45px 0 0 75px; }
      .service_cp_detail .kuaiche .kuaiche_left .name {
        text-align: center;
        font-size: 24px; }
      .service_cp_detail .kuaiche .kuaiche_left .text {
        margin-top: 30px; }
    .service_cp_detail .kuaiche .kuaiche_right {
      margin: 48px 54px 0 0; }
  .service_cp_detail .banche {
    width: 1144px;
    height: 417px; }
    .service_cp_detail .banche .banche_left {
      width: 345px;
      height: 280px;
      padding: 30px 50px 20px 50px;
      margin-top: 45px;
      background: #155daa;
      color: #ffffff; }
      .service_cp_detail .banche .banche_left .name {
        text-align: center;
        font-size: 24px; }
      .service_cp_detail .banche .banche_left .text {
        margin-top: 30px; }
  .service_cp_detail .rexian {
    background: #f2f2f2;
    width: 1144px;
    padding: 15px 0; }

.service_wl_detail {
  margin-top: 40px;
  background: #f2f2f2;
  padding: 20px 50px; }
  .service_wl_detail .title_name {
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    background: #155daa;
    width: 105px; }

.service_wl_detail_list {
  margin: 20px 0 50px 0;
  overflow: hidden; }
  .service_wl_detail_list ul li {
    width: 358px;
    height: 322px;
    float: left;
    text-align: center;
    background: #b1cbe6;
    margin-right: 33px; }
    .service_wl_detail_list ul li:last-child {
      margin-right: 0; }
    .service_wl_detail_list ul li span {
      display: block;
      margin-top: 14px; }
    .service_wl_detail_list ul li .txt {
      text-align: left;
      padding: 20px 30px 0 20px; }
      .service_wl_detail_list ul li .txt .name {
        font-weight: bold; }

.news_search {
  width: 1144px;
  margin: 70px auto 0; }
  .news_search .news_search_input {
    width: 980px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #155daa;
    padding: 0 20px; }
  .news_search .news_search_btn {
    display: inline-block;
    width: 112px;
    height: 40px;
    background: url("../images/search_btn.png") no-repeat; }

.news_list {
  width: 1144px;
  margin-bottom: 50px;
  overflow: hidden; }
  .news_list dl {
    width: 1144px;
    overflow: hidden;
    margin-bottom: 12px; }
    .news_list dl dt a {
      display: block;
      width: 288px;
      height: 192px; }
      .news_list dl dt a img {
        width: 288px;
        height: 192px; }
    .news_list dl dd {
      width: 795px;
      height: 142px;
      background: #e6e6e6;
      position: relative;
      padding: 25px; }
      .news_list dl dd .news_name {
        display: block;
        color: #000000;
        font-size: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .news_list dl dd .news_name:hover {
          color: #155daa; }
      .news_list dl dd .time {
        position: absolute;
        bottom: 25px;
        right: 25px; }
        .news_list dl dd .time span {
          font-size: 12px;
          color: #666666;
          margin-left: 30px; }
      .news_list dl dd .text {
        color: #666666;
        margin-top: 10px;
        line-height: 25px;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical; }

.news_detail {
  width: 1144px;
  margin: 50px auto 0;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  _overflow: visible; }
  .news_detail .news_title {
    font-size: 30px;
    text-align: center; }
  .news_detail .news_time {
    text-align: center;
    margin-top: 20px; }
    .news_detail .news_time span {
      margin: 0 20px; }
  .news_detail .detail {
    margin: 50px 0;
    line-height: 26px; }

.news_group_detail {
  width: 1144px;
  margin: 50px auto;
  overflow: hidden; }
  .news_group_detail .news_group_right {
    width: 390px;
    height: 340px;
    background: #e6e6e6;
    padding: 20px;
    position: relative; }
    .news_group_detail .news_group_right .title {
      font-weight: normal;
      font-size: 20px;
      font-family: '微软雅黑';
      color: #2266ae; }
      .news_group_detail .news_group_right .title font {
        font-size: 24px; }
    .news_group_detail .news_group_right .list ul li {
      margin: 22px 0; }
      .news_group_detail .news_group_right .list ul li a {
        height: 16px;
        display: block;
        background: url("../images/icon19.png") no-repeat left center;
        text-indent: 20px;
        line-height: 16px;
        font-size: 16px; }
        .news_group_detail .news_group_right .list ul li a font {
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          width: 280px; }
        .news_group_detail .news_group_right .list ul li a:hover {
          color: #155daa; }
    .news_group_detail .news_group_right .more {
      position: absolute;
      right: 25px;
      bottom: 25px; }

.news_group_dt {
  width: 1144px; }
  .news_group_dt .news_group_dt_left {
    width: 700px; }
    .news_group_dt .news_group_dt_left .news_list {
      width: 700px;
      margin-bottom: 50px;
      overflow: hidden; }
      .news_group_dt .news_group_dt_left .news_list dl {
        width: 700px;
        overflow: hidden;
        margin-bottom: 12px; }
        .news_group_dt .news_group_dt_left .news_list dl dt a {
          display: block;
          width: 288px;
          height: 192px; }
          .news_group_dt .news_group_dt_left .news_list dl dt a img {
            width: 288px;
            height: 192px; }
        .news_group_dt .news_group_dt_left .news_list dl dd {
          width: 360px;
          height: 142px;
          background: #e6e6e6;
          position: relative;
          padding: 25px; }
          .news_group_dt .news_group_dt_left .news_list dl dd .news_name {
            display: block;
            color: #000000;
            font-size: 20px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
            .news_group_dt .news_group_dt_left .news_list dl dd .news_name:hover {
              color: #155daa; }
          .news_group_dt .news_group_dt_left .news_list dl dd .time {
            position: absolute;
            bottom: 25px;
            right: 25px; }
            .news_group_dt .news_group_dt_left .news_list dl dd .time span {
              font-size: 12px;
              color: #666666;
              margin-left: 30px; }
          .news_group_dt .news_group_dt_left .news_list dl dd .text {
            color: #666666;
            margin-top: 10px;
            line-height: 25px;
            -webkit-line-clamp: 3;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical; }

.join_list {
  width: 1148px;
  margin: 0 auto; }
  .join_list ul li {
    float: left;
    position: relative;
    width: 191px;
    height: 191px;
    cursor: pointer; }
    .join_list ul li .img {
      position: absolute;
      width: 191px;
      height: 191px;
      top: 0;
      left: 0; }
    .join_list ul li .text {
      position: absolute;
      width: 191px;
      height: 191px;
      top: 64px;
      text-align: center;
      font-size: 20px;
      color: #ffffff; }
      .join_list ul li .text font {
        display: block;
        font-size: 24px; }
    .join_list ul li .pic {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      background: #000000;
      filter: alpha(opacity=60);
      -moz-opacity: 0.6;
      -webkit-opacity: 0.6;
      opacity: 0.6; }
    .join_list ul li:hover .img {
      transition: .3s;
      z-index: 999;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      transform: scale(1.1); }

.join_table table {
  width: 100%; }
  .join_table table thead tr td {
    background: #155daa;
    color: #ffffff;
    text-align: center;
    height: 60px;
    border-right: #ffffff solid 8px; }
    .join_table table thead tr td:last-child {
      border-right: 0; }
  .join_table table tbody tr td {
    background: #e6e6e6;
    color: #000000;
    text-align: center;
    height: 60px;
    border-top: #ffffff solid 8px;
    border-right: #ffffff solid 8px; }
    .join_table table tbody tr td:last-child {
      border-right: 0; }

.contact_table table {
  width: 100%; }
  .contact_table table thead tr td {
    background: #155daa;
    color: #ffffff;
    text-align: center;
    height: 60px; }
  .contact_table table tbody tr td {
    background: #e6e6e6;
    color: #000000;
    text-align: center;
    height: 60px; }

.contact_jt {
  margin-bottom: 100px;
  overflow: hidden; }
  .contact_jt .list ul li {
    margin-bottom: 45px;
    margin-right: 50px; }
    .contact_jt .list ul li span {
      display: inline-block;
      float: left;
      width: 61px;
      height: 61px;
      line-height: 61px;
      background: #155daa;
      text-align: center;
      border-radius: 61px;
      -moz-border-radius: 61px;
      -webkit-border-radius: 61px;
      margin-right: 30px; }
      .contact_jt .list ul li span img {
        margin-top: -5px; }
    .contact_jt .list ul li font {
      display: inline-block;
      font-size: 20px;
      color: #000; }
      .contact_jt .list ul li font > div {
        color: #9c8458;
        font-size: 30px; }

.friend_link {
  background: #f2f2f2;
  padding: 50px;
  overflow: hidden; }
  .friend_link ul li {
    float: left;
    width: 33.33%;
    font-size: 16px; }
    .friend_link ul li a {
      line-height: 40px; }
      .friend_link ul li a:hover {
        color: #0450ca; }

/*# sourceMappingURL=maps/style.css.map */

.page{ margin:10px auto 30px;overflow:hidden;}
.page li{ float:left; line-height:20px;border:1px solid #E1E1E1;  margin-right:10px; background-color:#FFF;}
.page li.c{background-color:#588FD9; color:#FFF;padding:0 8px;}
.page li a{float:left;padding:0 8px;height:20px;}.pages li a:hover{background-color:#588FD9; color:#FFF;text-decoration: none;}