@charset "gb2312";
/*! 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: "Microsoft YaHei","MicrosoftJhengHei",STHeiti,MingLiu, Tahoma, Arial, sans-serif;
  /* 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: "Microsoft YaHei","MicrosoftJhengHei",STHeiti,MingLiu, Tahoma, Arial, sans-serif;
  /* 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: "Microsoft YaHei","MicrosoftJhengHei",STHeiti,MingLiu, Tahoma, Arial, 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"],
[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,
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; }

.slider {
  width: 840px;
  height: 240px;
  overflow: hidden;
  position: relative;
  margin: 20px auto; }

.slider .main {
  width: 1000000px;
  position: absolute;
  left: -840px; }

.slider .main .main-i {
  float: left;
  width: 840px; }

.slider .main .main-i > div {
  float: left;
  width: 250px;
  padding: 15px; }

.slider .main .main-i > div img {
  width: 250px;
  height: 160px;
  box-shadow: 0 0 10px #898989; }

.ctrl {
  text-align: center;
  padding: 20px 0;
  z-index: 10; }

.ctrl a {
  text-decoration: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 12px;
  background: #B0B0B0;
  opacity: 0.5;
  margin-left: 5px; }

.ctrl .ctrl-i {
  border-radius: 8px;
  display: none; }

.ctrl a.ctrl-i:hover {
  background: #fff;
  opacity: 1; }

.ctrl a.left, .ctrl a.right {
  width: 30px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
  font-weight: bold; }

.ctrl a.left {
  position: absolute;
  left: -4px;
  bottom: 80px; }

.ctrl a.right {
  position: absolute;
  right: 0;
  bottom: 80px; }

.ctrl a.left:hover, .ctrl a.right:hover {
  color: #fff;
  opacity: 1; }

.ctrl .active {
  background: #fff;
  opacity: 1; }

.page_bg {
  background-image: url("../../images/index-bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  width: 100%;
  min-height: 600px;
  font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"MicrosoftJhengHei",STHeiti,MingLiu, Tahoma, Arial, sans-serif;
  font-size: 14px; }

.logo {
  width: 960px;
  height: 179px;
  background-image: url("../../images/logo.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  margin-left: 40px; }

.container {
  width: 1000px;
  margin: 0 auto 40px; }

.navigation {
  width: 1000px;
  background-image: url("../../images/navbg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .navigation a {
    text-decoration: none;
    color: #ffffff;
    padding: 10px 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 162px;
    text-align: center;
    font-size: 17px; }

.content {
  background: #ffffff;
  width: 998px;
  min-height: 400px;
  border: 1px solid #efefef;
  box-shadow: 0 3px 10px #666666;
  padding-top: 20px; }

.news-tag {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 440px;
  margin: 20px 0 0 40px; }
  .news-tag a {
    text-decoration: none; }

.lm-title {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #efefef; }
  .lm-title .title {
    background-image: url("../../images/title-bg.png");
    background-repeat: no-repeat;
    line-height: 34px;
    text-indent: 30px;
    *text-indent: 0;
    *padding-left: 30px;
    color: #ffffff;
    width: 380px;
    *width: 360px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 17px;
    font-weight: 300;
    text-shadow: 1px 1px 2px #ffffff; }
  .lm-title .more {
    font-size: 13px;
    color: #333333;
    font-weight: 300; }

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 200px;
  overflow: hidden; }
  .news-list li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    *display: inline;
    *zoom: 1;
    overflow: hidden; }
    .news-list li a {
      height: 100%;
      width: 310px;
      padding-left: 20px;
      background-image: url("../../images/icon-list.png");
      background-repeat: no-repeat;
      background-position: 5px 15px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: inline-block;
      color: #333333; }
    .news-list li span {
      width: 85px;
      display: inline-block;
      float: right;
      color: #898989; }

.lm-title-plus {
  width: 920px; }
  .lm-title-plus .title {
    width: 860px;
    *width: 840px; }

.pic-sliders {
  margin: 20px auto;
  width: 920px;
  height: 260px;
  position: relative; }
  .pic-sliders a {
    text-decoration: none; }

.pic-list-title {
  width: 230px;
  text-align: center;
  line-height: 40px;
  *display: inline;
  *zoom: 1;
  height: 40px;
  color: #333333;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.pic-title {
  margin: 20px auto;
  width: 920px;
  border-bottom: 1px solid #efefef; }
  .pic-title a {
    text-decoration: none; }

.news-list-pic {
  list-style: none;
  margin: 0 0 0 -10px;
  padding: 0;
  width: 945px; }
  .news-list-pic li {
    padding: 15px 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    .news-list-pic li a {
      width: 210px;
      height: 47px;
      display: block;
      border: 1px solid #f0f0f0; }

.footer {
  text-align: center;
  padding-bottom: 20px;
  color: #898989;
  font-size: 14px; }

.news-list-wrap {
  margin: 20px auto;
  width: 920px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef; }
  .news-list-wrap a {
    text-decoration: none; }

.news-list-plus {
  height: auto; }
  .news-list-plus li a {
    width: 800px; }

.article {
  width: 920px; }
  .article h3 {
    text-align: center;
    font-size: 23px;
    font-weight: 600; }
  .article .sub-article-title {
    text-align: center; }
    .article .sub-article-title span {
      margin: 0 10px;
      font-size: 14px;
      color: #898989;
      padding-bottom: 20px; }
