/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}


/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}


/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}


/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],

/* 1 */

[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,

/* 1 */

menu {
  display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
  display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}


/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/


/*
  TODO will need to remove settings on HTML since we can't namespace it.
  TODO with the prefix, should I group by selector or property for weight savings?
*/

html {
  color: #000;
  background: #FFF;
}



/*
  TODO remove settings on BODY since we can't namespace it.
*/


/*
  TODO test putting a class on HEAD.
    - Fails on FF.
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}



/*
  TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  <!-- font-weight: normal; -->
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}



/* to preserve line-height and selector appearance */

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  /*to enable resizing for IE*/
}



/*because legend doesn't inherit in IE */

legend {
  color: #000;
}



/* YUI CSS Detection Stamp */

#yui3-css-stamp.cssreset {
  display: none;
}

.clearfix,
.bt-qrcode {
  *zoom: 1;
}

.clearfix:after,
.bt-qrcode:after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: ".";
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Microsoft YaHei", "SimSun", sans-serif;
  min-width: 1200px;
  background: #fff;
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #3e3a39;
}

a:hover {
  text-decoration: underline;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaabab;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaabab;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaabab;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaabab;
}



.bt-wrap {
  margin-top: 30px;
  border-top: solid 4px #006fbc;
  color: #aaabab;
}

.bt-wrap .bt {
  position: relative;
}

.bt-wrap a {
  color: #aaabab;
}

.lnks {
  height: 35px;
}

.lnks .hover ul {
  height: auto;
  display: block;
}

.lnks-ddl {
  float: left;
  line-height: 26px;
  height: 26px;
  position: relative;
  margin-right: 10px;
}

.lnks-ddl ul {
  min-width: 100%;
  position: absolute;
  background: #fff;
  border: solid 1px #006fbc;
  border-width: 1px 1px 0px 1px;
  bottom: 26px;
  display: none;
  z-index: 999;
}

.lnks-ddl a {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
  white-space: nowrap;
}

.lnks-ddl a.btn-more {
  padding-right: 25px;
}

.lnks-ddl a.btn-more:hover {
  text-decoration: none;
}

.lnks-ddl a.btn-more:hover i {
  background-image: url(ty1.png);
}

.lnks-ddl a.btn-more i {
  display: block;
  position: absolute;
  right: 0px;
  top: 9px;
  width: 19px;
  height: 9px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(down.png);
}


/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */


/* clearfix */

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}


/* display none until init */

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* mouse grab icon */

.grabbing {
  cursor: url(ty3.png) 8 8, move;
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}


/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/

.owl-theme .owl-controls {
  /*margin-top: 10px;*/
  text-align: center;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}


/* preloading images */

.owl-item.loading {
  min-height: 150px;
  background: url(ty4.gif) no-repeat center center
}


/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}


/* fade */

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}


/* backSlide */

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}


/* goDown */

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}


/* scaleUp */

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}


/* Keyframes */


/*empty*/

@-webkit-keyframes empty {
  0% {
    opacity: 1
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1
  }
}

@keyframes empty {
  0% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

.clearfix,
.intro-pic-wrap,
.cont-leads li,
.column-info-wrap .column-info-title,
.cont-enterprice,
.cont-cases li,
.cont-news-ls li,
.cont-tender-ls li,
.cont-talent .talnet-title,
.pagination {
  *zoom: 1;
}

.clearfix:after,
.intro-pic-wrap:after,
.cont-leads li:after,
.column-info-wrap .column-info-title:after,
.cont-enterprice:after,
.cont-cases li:after,
.cont-news-ls li:after,
.cont-tender-ls li:after,
.cont-talent .talnet-title:after,
.pagination:after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: ".";
}

.ellipsis,
.news-lst-wrap a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd-wrap {
   position: fixed;
   top: 0px;
   left: 0px;
  /*  border-bottom: 1px solid #CCC; */
   z-index: 3;
   height: 87px;
}

.banner-wrap {
  height: 216px;
  position: fixed;
  padding-top: 87px;
  top: 0px;
  left: 0px;
  z-index: 1;
  text-align: center;
  width: 100%;
}
.banner-wrap img{width:100%;}
.con-wrap {
  position: relative;
  z-index: 2;
  margin-top: 303px;
  background: #fff;
}

.cont-wrap {
  padding-top: 20px;
}

.cont-wrap .cont-left {
  width: 260px;
  float: left;
}

.cont-wrap .cont-right {
  padding-top: 40px;
  width: 880px;
  float: right;
}

.menu-wrap .menu-title {
  font-size: 30px;
  color: #fff;
  padding-left: 30px;
  height: 69px;
  line-height: 80px;
  background: url(re1.png) no-repeat center bottom;
  border-bottom: solid 1px #225c98;
}

.menu-wrap .menu-list a {
  font-size: 14px;
  display: block;
  height: 54px;
  text-decoration: none;
  line-height: 54px;
  border-bottom: solid 1px #71b7ff;
  padding-left: 72px;
  background: url(re2.png) no-repeat 46px center;
}

.menu-wrap .menu-list a.active {
  color: #00a0e9;
  background: url(re3.png) no-repeat 43px center;
}

.menu-wrap .menu-list li:hover a {
  font-weight: bold;
}

.menu-wrap.yellow .menu-title {
  background-image: url(re4.png);
  border-bottom-color: #de5511;
}

.menu-wrap.yellow a {
  border-bottom-color: #fca073;
}

.menu-wrap.blue .menu-title {
  background-image: url(re5.png);
  border-bottom-color: #00a0e9;
}

.menu-wrap.blue a {
  border-bottom-color: #54c3f1;
}

.menu-wrap.green .menu-title {
  background-image: url(re6.png);
  border-bottom-color: #c1e874;
}

.menu-wrap.green a {
  border-bottom-color: #c1e874;
}

.menu-wrap.red .menu-title {
  background-image: url(re7.png);
  border-bottom-color: #ea7170;
}

.menu-wrap.red a {
  border-bottom-color: #ea7170;
}

.menu-wrap.indigo .menu-title {
  background-image: url(re8.png);
  border-bottom-color: #60e5c7;
}

.menu-wrap.indigo a {
  border-bottom-color: #60e5c7;
}

.crumb {
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  background: url(home.png) no-repeat 0 center;
  border-bottom: solid 1px #e6e6e6;
}

.crumb a,
.crumb span {
  font-size: 14px;
  margin: 0 10px;
}

.crumb span {
  color: #006fbc;
}

.intro-pic-wrap {
  position: relative;
  margin: 15px 0 0 -20px;
}

.intro-pic-wrap .intro-pic {
  float: left;
  width: 281px;
  margin-left: 19px;
}

.intro-pic-wrap .intro-pic img {
  width: 100%;
  height: auto;
}

.cont-detail {
  padding: 25px 0 10px;
}
.cont-detail img{
  max-width: 100%;
  margin-left:-2em;
}
.cont-news-detail img{
  max-width: 100%;
  margin-left:-2em;
}
.cont-detail p {
  font-size: 14px;
  color: #3e3a39;
  text-indent: 2em;
  line-height: 30px;
}

.cont-detail.cont-detail-b {
  padding-bottom: 0;
}

.cont-leads ul {
  padding-top: 20px;
}

.cont-leads li {
  color: #3e3a39;
}

.cont-leads li:nth-child(2n+1) {
  background: #f7f8f8;
}

.cont-leads li .lead-pic {
  float: left;
  width: 146px;
  height: 202px;
}

.cont-leads li .lead-pic img {
  width: 100%;
  height: auto;
}

.cont-leads li .lead-txt {
  padding:10px 20px;
  width:100%;
}

.cont-leads li .lead-name {
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
}
.line2{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cont-leads li .lead-info {
  line-height: 36px;
  font-size: 16px;
}

.column-info-wrap {
  margin-top: 17px;
}

.column-info-wrap .column-info-title {
  font-size: 18px;
  line-height: 30px;
  border-bottom: solid 1px #e6e6e6;
}

.column-info-wrap .column-info-title span {
  display: block;
  float: left;
  margin-bottom: -1px;
  border-bottom: solid 2px #595757;
}

.column-info-wrap .column-info-title span.red {
  border-bottom-color: #f43a3a;
}

.column-info-wrap .column-info-title .lnk-more {
  float: right;
}

.lnk-more {
  font-size: 12px;
  display: block;
  color: #9fa0a0;
  padding-right: 15px;
  background: url(more.png) no-repeat right center;
}

.cont-enterprice {
  margin-left: -5px;
}

.cont-enterprice li {
  float: left;
  width: 290px;
  margin: 10px 0 0 5px;
  height: 36px;
  line-height: 36px;
}

.cont-enterprice li a {
  padding-left: 19px;
  font-size: 14px;
  display: block;
  background: url(rrr.png) #efeff0 no-repeat 9px center;
}

.cont-enterprice li a:hover {
  text-decoration: none;
  background-color: #de5511;
  color: #fff;
}

.news-lst-wrap {
  line-height: 30px;
}

.news-lst-wrap ul {
 /*  list-style-type: disc; */
  color: #c9cacb;
/*   padding: 0 0 0 16px; */
  line-height: 30px;
}
.line1{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.line2{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line3{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.linemor{
   text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-lst-wrap li span {
  float: right;
}

.news-lst-wrap a {
  float: left;
  display: block;
  height: 30px;
  width: 80%;
  color: #3e3a39;
}

.news-lst-wrap a:hover {
  color: #e50a05;
}

.cont-cases {
  margin-top: 8px;
}

.cont-cases li {
  padding: 12px 0;
  border-bottom: dotted 1px #dcdddd;
}

.cont-cases li .case-pic {
  float: left;
  width: 260px;
  height: 160px;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}



.cont-cases li .case-txt {
  color: #898989;
  line-height: 24px;
  margin-left: 295px;
}

.cont-cases li .case-title {
  font-size: 16px;
  color: #00a0e9;
}

.cont-cases li:last-child {
  border-bottom: none;
}

.cont-cases li:hover .case-title {
  color: #0072a6;
}

.cont-cases li:hover .case-txt {
  color: #444;
}

.cont-contact .contact-info {
  text-align: center;
}

.cont-contact .contact-info strong {
  font-size: 16px;
  color: #1f3364;
  line-height: 40px;
  padding-bottom: 5px;
  border-bottom: solid 1px #dcdddd;
}

.cont-contact .contact-info p {
  line-height: 24px;
  color: #898989;
}

.cont-contact .contact-map {
  width: 880px;
  height: 485px;
  border: #ccc solid 1px;
  margin-top: 10px;
}

.cont-news-ls ul,
.cont-tender-ls ul {
  padding-top: 20px;
}

.cont-news-ls li,
.cont-tender-ls li {
  transition: all 0.3s ease-out;
  color: #3e3a39;
  border-bottom: solid 1px #dcdddd;
  padding: 12px 0;
}

.cont-news-ls li:hover {
  text-decoration: none;
  background-color: #ddd;
  color: #fff;
}
.leader-detail li:hover {
  text-decoration: none;
  background-color: #fff;
  color: #3e3a39;
}
.cont-news-ls li:hover .news-desc,.cont-news-ls li:hover .news-date {
  color: #666;
}
.cont-news-ls li:hover .news-title{color: #004098}
..leader-detail li:hover .news-desc {
  color:#3e3a39!important;
}
.cont-news-ls li:hover a {
  color: #222
}
.leader-detail li:hover a {
  color: #c9caca;
}
.cont-news-ls li .news-pic,
.cont-tender-ls li .news-pic {
  float: left;
  width: 140px;
  height: 90px;
  margin-left: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.cont-news-ls li .news-pic img,
.cont-tender-ls li .news-pic img {
  width: 100%;
  height: auto;
  min-height:90px;
}
.cont-tender-ls li .news-circle {
  position: relative;
  float: left;
  width: 58px;
  height: 58px;
  padding:5px;
  margin-left: 10px;
  border: solid 1px #1fa3e7;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  overflow: hidden;
}

.cont-tender-ls li .news-circle span {
  text-align: center;
  display: block;
  color: #1fa3e7;
  line-height: 24px;
}
.cont-tender-ls li .news-circle span.news-circle-day{
  font-size: 24px;
  line-height: 30px;
}
.cont-tender-ls li .news-circle span.news-circle-date{
  border-top: solid 1px #1fa3e7;
}

.cont-news-ls li .news-txt,
.cont-tender-ls li .news-txt {
  float: right;
  width: 700px;
}

.cont-news-ls li .news-title,
.cont-tender-ls li .news-title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}

.cont-news-ls li .news-title a:hover,
.cont-tender-ls li .news-title a:hover {
  color: #1fa3e7;
  text-decoration: none;
}

.cont-news-ls li .news-date,
.cont-tender-ls li .news-date {
  color: #c9caca;
  line-height: 25px;
}

.cont-news-ls li .news-desc,
.cont-tender-ls li .news-desc {
  color: #c9caca;
  line-height: 25px;
   text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;
}
.leader-desc {
	 color: #c9caca;
  line-height: 25px;
}
.cont-news-ls li:last-child,
.cont-tender-ls li:last-child {
  border-bottom: 0;
}

.cont-tender-ls li .news-pic {
  padding-left: 15px;
  width: 67px;
  height: 67px;
}

.cont-tender-ls li .news-txt {
  width: 775px;
}

.cont-news-detail {
  padding-top: 15px;
  color: #3e3a39;
}

.cont-news-detail .news-title {
  padding-top: 20px;
  font-size: 24px;
  line-height: 44px;
  margin: auto;
  width: 80%;
  text-align: center;
  font-weight: bold;
}
.cont-news-detail .news-title2 {
  padding-top: 0px;
  line-height: 44px;
  margin: auto;
  width: 80%;
  text-align: center;
  font-weight: 200;
}

.cont-news-detail .news-info {
  padding-top: 20px;
  color: #7d7d7d;
  text-align: center;
}
.cont-news-detail .news-info span{display: inline-block;margin:0 10px;}

.news-content{
text-align:justify;
word-break:break-all;
}


.news-content img {
max-width:880px!important;
heigth:auto!important;
overflow: hidden;
}
.cont-news-detail .news-content {
  padding-top: 32px;
  line-height: 32px;
  font-size: 1.3em
}

.cont-news-detail .news-content p {
  text-indent: 2em;
}

.cont-news-detail .news-pic {
  padding-top: 32px;
  text-align: center;
}

.cont-talent {
  color: #3e3a39;
}

.cont-talent h2 {
  margin-top: 40px;
  font-size: 18px;
}

.cont-talent .talent-item {
  margin-top: 20px;
}

.cont-talent .talent-item.active .talnet-cont {
  display: block;
}

.cont-talent .talnet-title {
  cursor: pointer;
  font-size: 14px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  background: #d3edfb;
}

.cont-talent .talnet-name {
  float: left;
}

.cont-talent .talnet-lnk {
  color: #00a0e9;
  float: right;
}

.cont-talent .talnet-cont {
  display: none;
  line-height: 24px;
  padding: 5px 10px;
}

.pagination-wrap {
  padding: 30px 0px;
}

.pagination {
  position: relative;
  margin: 0px auto;
  font-size: 15px;
}

.pagination a,
.pagination span {
  display: block;
  float: left;
  height: 48px;
  width: 48px;
  line-height: 48px;
  border: solid 1px #e6e6e6;
  text-align: center;
  margin-left: 5px;
  color: #3b71b1;
}

.pagination .prev,
.pagination .next {
  font-weight: bold;
}

.pagination .current {
  color: #fff;
  background: #3b71b1;
}

.pagination a:hover {
  border: solid 1px #3b71b1;
}
.sou{
	height: auto;
    overflow: hidden;
    background: #e6e6e6;
    padding: 30px 20px;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
	.contact *:focus{outline :none;}

		.contact{

			width: 700px;

			height: auto;

			margin: 40px auto;

			padding: 10px;

		}

		.contact ul {

			width: 650px;

			margin: 0 auto;

		}

		.contact ul li{

			list-style: none;

			padding: 12px;

		}

		.contact ul li label {

			width: 120px;

			display: inline-block;

			float: left;
			line-height: 30px;

		}
		.contact ul li label  span{
			color:#E20001;
		}
		.contact ul li input[type=text],.contact ul li input[type=password]{

			width: 220px;

			height: 25px;

			border :1px solid #aaa;

			padding: 3px 8px;

			border-radius: 5px;

		}

		.contact ul li input:focus{

			border-color: #c00;

			

		}

		.contact ul li input[type=text]{

			transition: padding .25s;

			-o-transition: padding  .25s;

			-moz-transition: padding  .25s;

			-webkit-transition: padding  .25s;

		}

		.contact ul li input[type=password]{

			transition: padding  .25s;

			-o-transition: padding  .25s;

			-moz-transition: padding  .25s;

			-webkit-transition: padding  .25s;

		}

		.contact ul li input:focus{

			padding-right: 70px;

		}
		textarea{
			padding: 3px 8px;
		}
		.btn{
			    float: left;
			    width: 100px;
			    height: 35px;
			    margin-lef: 165px;
			    margin-left: 157px;
			    background-color: #60e5c7;
			    border-radius: 5px;
			    cursor: pointer;
		}
		.btn:hover{
			  background-color:#5AFCD8;
		}
		.btn div{
			color:#fff;
			line-height:35px;
			text-align:center;
			font-size: 15px;
		}
		.tips{

			color: rgba(0, 0, 0, 0.5);

			padding-left: 10px;

		}

		.tips_true,.tips_false{

			padding-left: 10px;

		}

		.tips_true{

			color: green;

		}

		.tips_false{

			color: red;

		}
		  .nav-ls  img{
    	width:425px;
    	height:160px;
    }
	#crateRandomCode{
		    width: 90px;
	    height: 32px;
	    overflow: hidden;
	    background: #d2d9e4;
	    margin-left: 40px;
	    margin-top: 24px;
	    cursor: pointer;
	    text-align: center;
	    font-size: 22px;
	
	}


  @media screen and (max-width: 768px) {
 
    body{min-width: 100%}
    .hd-wrap{position: initial;
      height: auto}
      .banner-wrap{position: initial;padding-top:0;height: auto}
      .banner-wrap img{height: 10rem}
    .con-wrap{margin-top:0;}  
    .cont-detail{border-top:1px solid #ccc;font-size: 1.6rem;padding-top:10px;}
    .cont-wrap .cont-left{float: none;width: 100%;}
    .menu-wrap .menu-title{font-size: 2rem;line-height: 6rem;height: 6rem;width: 100%;background:#225c98 !important;border-bottom: none !important}
    .menu-wrap .menu-list{overflow: hidden;padding-top:1rem;}
    .menu-wrap .menu-list li{float: left;}
    .menu-wrap .menu-list a{background: none !important;padding: 1rem;font-size: 1.8rem;border-bottom: none  !important;height: 5rem;line-height: 3rem}
    .cont-wrap .cont-right{width: 100%;float: none;padding-top:0;}
    .crumb{display: none}
.cont-detail p{font-size: 1.6rem !important;line-height: 2}
.cont-leads li .lead-info{line-height: 3rem;}

.cont-news-ls li .news-pic, .cont-tender-ls li .news-pic{margin-left:0;}
.cont-news-ls li .news-txt{width: calc(100% - 150px)}
.cont-tender-ls li .news-txt{width: calc(100% - 70px)}

.cont-tender-ls li .news-circle span.news-circle-day{font-size: 2rem;line-height: 2rem}
.cont-tender-ls li .news-circle span.news-circle-date{font-size:13px;border-top:none;}
.cont-tender-ls li .news-circle{width: 70px;margin-left:0;height: 100%;border:none;}
.cont-news-ls li .news-desc, .cont-tender-ls li .news-desc{display: none}
.cont-news-ls li .news-title, .cont-tender-ls li .news-title{font-size: 1.6rem;line-height: 1.5;font-weight: normal;}
.cont-news-ls li .news-date, .cont-tender-ls li .news-date{line-height: 1rem}
.column-info-wrap .column-info-title{font-size: 1.8rem;height: 3rem;line-height: 3rem}
.column-info-wrap .column-info-title span{margin-bottom: -5px;}
.cont-enterprice li a{font-size: 1.6rem;}
.cont-enterprice li{height: 4rem;line-height: 4rem;width: 100%;float: none;margin-top:20px;}
.cont-cases li .case-pic{width: 140px;height: 75px;}
.cont-cases li .case-pic img{width: 100%;height: 100%}
.cont-cases li .case-txt{margin-left:160px;line-height:1.5}
.cont-cases li .case-title{font-size: 1.6rem;}
.cont-news-detail .news-title{width: 100%;font-size: 2.2rem;padding-top:0;line-height: 1.5}
.cont-news-detail .news-info{font-size: 1.4rem}

.cont-news-detail .news-content{padding-top:20px;}
.cont-news-detail .news-content,.cont-news-detail .news-content p,.cont-news-detail .news-content span{font-size: 1.6rem;line-height: 2;}
.cont-contact .contact-map{width: 100%;height: 30rem}
.linemor{
   text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cont-talent .talnet-title{padding:0px;font-size: 1.6rem;line-height: 1.5;background: none;}
.cont-talent .talnet-lnk{display: none}
.cont-talent h2{font-size: 2rem;margin-top:2rem;}

  
}