/*! normalize.css v8.0.1 | 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 iOS.

html{
        -webkit-filter: grayscale(100%); 
        -moz-filter: grayscale(100%); 
        -ms-filter: grayscale(100%); 
        -o-filter: grayscale(100%); 
        filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
        _filter:none; 
    } */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  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; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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: none;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4286;
  color: #555555;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit; }

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: inherit !important;
  color: inherit !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

button, input[type="button"] {
  outline: none;
  border: none;
  cursor: pointer; }

a {
  color: inherit;
  text-decoration: none; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

[role='button'] {
  cursor: pointer; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

table {
  border-collapse: collapse; }

.clearfix:before, .clearfix:after {
  display: table;
  content: ' '; }

.clearfix:after {
  clear: both; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s  linear;
  -o-transition: opacity .15s  linear;
  transition: opacity .15s  linear; }
  .fade.in {
    opacity: 1; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.text-center {
  text-align: center; }

.font-primary {
  color: #1a58a8; }

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .swiper-wrapper .swiper-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .swiper-wrapper .swiper-slide {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.tm-container {
  width: 1400px;
  margin: 0 auto; }
  .tm-container:before, .tm-container:after {
    display: table;
    content: ' '; }
  .tm-container:after {
    clear: both; }

.tm-panel {
  padding: 40px 0 50px; }

.tm-panel-header {
  font-size: 16px;
  line-height: 1;
  border-bottom: 1px solid #bbbbbb; }
  .tm-panel-header .title {
	  font-weight: bold;
	  font-size:18px;
    display: inline-block;
    padding-bottom: 10px;
    color: #004a98;
    border-bottom: 3px solid #494949;
    margin-bottom: -1px; }
  .tm-panel-header .more {
    float: right;
    color: #494949; }

.mt-20 {
  margin-top: 20px; }

.tm-footer {
  background-color: #08676c;
  padding: 35px 0; }
  .tm-footer .ft-lf {
    width: 58.57143%; }
  .tm-footer .ft-rt {
    font-size: 0;
    letter-spacing: -3px; }
    .tm-footer .ft-rt figure {
      display: inline-block;
      vertical-align: top;
      width: 106px;
      font-size: 14px;
      letter-spacing: normal;
      margin-left: 15px; }
      .tm-footer .ft-rt figure img {
        width: 100%; }
    .tm-footer .ft-rt figcaption {
      margin-top: 10px;
      text-align: center;
      color: #feffff; }
  .tm-footer .ft-arts {
    margin-left: 325px;
    font-size: 0;
    letter-spacing: -3px; }
    .tm-footer .ft-arts > li {
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      letter-spacing: normal;
      color: #f9f9f9;
      margin: 5px 15px; }
      .tm-footer .ft-arts > li img {
        margin-right: 15px; }
  .tm-footer .ft-webs {
    margin-top: 25px;
    border-top: 1px solid #21767b;
    padding-top: 20px;
    color: #feffff; }

.tm-hd-holder {
  height: 99px; }

.tm-header {
  background-color: #fefefe;
  height: 99px;
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }
  .tm-header .brand {
    line-height: 98px; }
    .tm-header .brand img {
      max-height: 99px; }
  .tm-header nav {
    font-size: 0;
    letter-spacing: -3px; }
    .tm-header nav li {
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      font-size: 16px;
      color: #333;
      margin-left: 38px;
      line-height: 98px;
      -webkit-transition: color 0.2s 0s ease-out;
      -o-transition: color 0.2s 0s ease-out;
      transition: color 0.2s 0s ease-out; }
      .tm-header nav li:hover {
        color: #08676c; }
  .tm-header .share {
    width: 36px;
    height: 36px;
    background: url("../images/icon_hd_wechat.png") no-repeat center center;
    position: relative;
    margin-top: 31px; }
    .tm-header .share:hover {
      background-image: url("../images/icon_hd_wechat_on.png"); }
      .tm-header .share:hover .content {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
    .tm-header .share .content {
      position: absolute;
      visibility: hidden;
      -webkit-transform: translateY(30px);
          -ms-transform: translateY(30px);
              transform: translateY(30px);
      top: 100%;
      margin-top: 15px;
      right: 0;
      background-color: #fefefe;
      border: 1px solid #eee;
      -webkit-transition: 0.25s 0s ease-out;
      -o-transition: 0.25s 0s ease-out;
      transition: 0.25s 0s ease-out;
      opacity: 0;
      font-size: 0;
      letter-spacing: -3px;
      white-space: nowrap;
      padding: 5px;
      border: 1px solid #ddd;
      border-radius: 6px; }
      .tm-header .share .content figure {
        letter-spacing: normal;
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        text-align: center; }
      .tm-header .share .content img {
        width: 75px; }
      .tm-header .share .content::before {
        content: "";
        width: 10px;
        height: 10px;
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        background-color: #fefefe;
        position: absolute;
        top: 0;
        right: 10px;
        -webkit-transform: translate(0, -7px) rotate(45deg);
            -ms-transform: translate(0, -7px) rotate(45deg);
                transform: translate(0, -7px) rotate(45deg); }

.tm-breadcrumb {
  color: #707070;
  padding: 25px 0; }
  .tm-breadcrumb .focus {
    color: #08676c; }
  .tm-breadcrumb a {
    -webkit-transition: color 0.2s 0s ease-out;
    -o-transition: color 0.2s 0s ease-out;
    transition: color 0.2s 0s ease-out; }
    .tm-breadcrumb a:hover {
      color: #08676c; }

.pg-panel {
  background-color: #e9ecf1; }

.pg-inner {
  background-color: #fff;
  padding: 40px 30px; }

.pg-panel-title {
  text-align: center;
  font-size: 30px;
  color: #555;
  line-height: 1; }
  .pg-panel-title small {
    display: inline-block;
    color: #c0c0c0;
    font-family: "Arial";
    font-size: 14px;
    text-transform: uppercase;
    position: relative; }
    .pg-panel-title small::before, .pg-panel-title small::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 1em;
      border-bottom: 1px solid #c0c0c0; }
    .pg-panel-title small::before {
      right: 100%;
      margin-right: 1em; }
    .pg-panel-title small::after {
      left: 100%;
      margin-left: 1em; }

.tm-pager {
  text-align: center;
  font-size: 0;
  letter-spacing: -3px;
  margin-top: 40px;
  color: #555; }
  .tm-pager > * {
    letter-spacing: normal;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px; }
  .tm-pager a {
    border: 1px solid #e2e2e2;
    line-height: 32px;
    min-width: 32px;
    text-align: center;
    border-radius: 0.3em;
    font-size: 16px;
    padding: 0 5px;
    -webkit-transition: background-color 0.2s 0s ease-out, color 0.2s 0s ease-out;
    -o-transition: background-color 0.2s 0s ease-out, color 0.2s 0s ease-out;
    transition: background-color 0.2s 0s ease-out, color 0.2s 0s ease-out; }
    .tm-pager a:hover {
      background-color: #08676c;
      color: #fff; }
  .tm-pager .focus {
    background-color: #08676c;
    color: #fff;
    border-color: #08676c; }
  .tm-pager .skip {
    position: relative; }
    .tm-pager .skip input {
      height: 34px;
      border: 1px solid #e2e2e2;
      border-radius: 0.3em;
      -webkit-appearance: none;
      width: 102px;
      padding: 0 53px 0 5px;
      text-align: center; }
    .tm-pager .skip .btn {
      position: absolute;
      cursor: pointer;
      right: 0;
      top: 50%;
      width: 48px;
      text-align: center;
      border-left: 1px solid #e2e2e2;
      font-size: 16px;
      line-height: 1;
      margin-top: -8px; }

.tm-banner .swiper-slide {
  position: relative;
  background-position: center top;
  background-size: cover;
  width: 100%; }
  .tm-banner .swiper-slide:before {
    content: '';
    display: block;
    font-size: 0;
    padding-top: 33.02083%; }

.tm-nav {
  background-color: #38a9af;
  padding: 40px 0 20px; }
  .tm-nav ul {
    font-size: 0;
    letter-spacing: -3px;
    text-align: center; }
    .tm-nav ul > li {
      display: inline-block;
      letter-spacing: normal;
      font-size: 18px;
      vertical-align: top;
      width: 14.28571%; }
      .tm-nav ul > li:hover figure {
        background-color: #fff; }
      .tm-nav ul > li:hover header {
        color: #fff; }
  .tm-nav figure {
    background-color: #d9fdff;
    width: 86px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: 0 auto;
    border-radius: 8px;
    -webkit-transition: background-color 0.25s 0s ease-out;
    -o-transition: background-color 0.25s 0s ease-out;
    transition: background-color 0.25s 0s ease-out; }
    .tm-nav figure img {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .tm-nav header {
    margin-top: 30px;
    color: #bcfbff;
    -webkit-transition: color 0.25s 0s ease-out;
    -o-transition: color 0.25s 0s ease-out;
    transition: color 0.25s 0s ease-out; }

.tm-zy-new {
  width: 65.71429%; }
  .tm-zy-new section {
    background-color: #fff;
    height: 320px; }
  .tm-zy-new .tm-zy-new-list {
    margin-left: 42%;}

.tm-zy-new-swiper {
  float: left;
  width: 42%; }
  .tm-zy-new-swiper .swiper-slide {
    display: block;
    height: 320px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }

.tm-zy-new-list {
  height: 320px;
  padding: 26px; }
  .tm-zy-new-list li + li {
    margin-top: 15px; }
  .tm-zy-new-list header {
    color: #555;
    -webkit-transition: color 0.2s 0s ease-out;
    -o-transition: color 0.2s 0s ease-out;
    transition: color 0.2s 0s ease-out;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "SimSun"; }
    .tm-zy-new-list header:hover {
      color: #004a98; }
  .tm-zy-new-list footer {
    margin-top: 3px;
    color: #aeaeae; }

.tm-notice {
  width: 31.64286%; }
  .tm-notice section {
    background-color: #fff; }

.tm-master {
  width: 65.71429%; }
  .tm-master section {
    background-color: #fff;
    height: 490px; }

.tm-master-preview {
  height: 340px; }
  .tm-master-preview figure {
    float: left;
    width: 42%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    background-color: #e4e7ed; }
    .tm-master-preview figure img {
      max-width: 100%;
      max-height: 100%; }
  .tm-master-preview .content {
    margin-left: 42%;
    height: 100%;
    padding: 50px 25px 35px; }
    .tm-master-preview .content h3 {
      font-size: 26px;
      color: #064089; }
    .tm-master-preview .content small {
      display: block;
      font-size: 16px;
      color: #a2a2a2;
      margin-top: 10px; }
    .tm-master-preview .content .caps {
		font-size:14px;
		line-height:30px;
      margin: 1.2857em 0;
      /*line-height: 2.143;*/
      color: #555; }
    .tm-master-preview .content .time {
      color: #555;
		font-size:14px;
	  }

.tm-master-thumbs {
  font-size: 0;
  letter-spacing: -3px;
  height: 145px;
  margin: 0 -3px;
  margin-top: 10px; }
  .tm-master-thumbs li {
    width: 16.66667%;
    padding: 0 3px; }
  .tm-master-thumbs a {
    display: block;
    text-align: center;
    overflow: hidden;
    background-color: #e4e7ed; }
    .tm-master-thumbs a img {
      max-width: 100%; }

.tm-consult {
  width: 31.64286%; }
  .tm-consult section {
    background: #fff url("../images/consult_bg.png") no-repeat right center;
    padding: 50px 30px 0;
    height: 490px; }
    .tm-consult section header {
      font-size: 26px;
      color: #004a98; }
    .tm-consult section small {
      display: block;
      font-size: 16px;
      color: #555;
      margin-top: 0.8em; }
    .tm-consult section ul {
      margin-top: 45px; }
    .tm-consult section li + li {
      margin-top: 20px; }
    .tm-consult section li > a {
      display: block;
      width: 208px;
      padding-left: 60px;
      border-radius: 6px;
      border: 1px solid #a8b8d4;
      color: #004a98;
      padding-right: 20px;
      line-height: 48px;
      -webkit-transition: background-color 0.25s 0s ease-out;
      -o-transition: background-color 0.25s 0s ease-out;
      transition: background-color 0.25s 0s ease-out; }
      .tm-consult section li > a:hover {
        background-color: #a8b8d4; }
      .tm-consult section li > a span {
        float: right; }

.tm-articles {
  font-size: 0;
  letter-spacing: -3px; }

.tm-art-item {
  vertical-align: top;
  width: 33.333%;
  display: inline-block;
  letter-spacing: normal;
  font-size: 14px;
  padding: 50px 40px;
  overflow: auto; }

.tm-art-title {
  font-size: 26px;
  color: #fff; }
  .tm-art-title .more {
    float: right;
    width: 1em;
    height: 1em;
    background-color: #fff;
    color: #39a9b0;
    text-align: center;
    line-height: 26px;
    margin-top: 0.2em; }

.tm-art-policy {
  background-color: #39a9b0;
  min-height: 546px; }

.tm-art-policy-list {
  margin-top: 38px; }
  .tm-art-policy-list li:hover header {
    color: #fff; }
  .tm-art-policy-list li:hover footer {
    color: #e9ecf1; }
  .tm-art-policy-list li + li {
    margin-top: 22px; }
  .tm-art-policy-list header {
    color: #def4f5;
    font-size: 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: color 0.2s 0s ease-out;
    -o-transition: color 0.2s 0s ease-out;
    transition: color 0.2s 0s ease-out; }
  .tm-art-policy-list footer {
    color: #8fd6da;
    -webkit-transition: color 0.2s 0s ease-out;
    -o-transition: color 0.2s 0s ease-out;
    transition: color 0.2s 0s ease-out; }

.tm-art-video {
  background-color: #fff;
  min-height: 590px;
  margin-top: 65px;
  -webkit-box-shadow: 0 0 5px rgba(153, 153, 153, 0.3);
          box-shadow: 0 0 5px rgba(153, 153, 153, 0.3); }
  .tm-art-video .tm-art-title {
    color: #39a9b0; }
    .tm-art-video .tm-art-title .more {
      background-color: #39a9b0;
      color: #fff; }

.tm-art-banner {
  height: 200px;
  position: relative;
  background-position: center center;
  margin-top: 25px;
  background-size: cover; }
  .tm-art-banner a {
    display: block;
    height: 100%; }
    .tm-art-banner a:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3); }
  .tm-art-banner .icon-player {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 4; }

.tm-art-video-list {
  margin-top: 25px; }
  .tm-art-video-list a {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #666;
    padding: 12px 6px;
    border-bottom: 1px dashed #cacaca;
    -webkit-transition: color 0.2s 0s ease-out;
    -o-transition: color 0.2s 0s ease-out;
    transition: color 0.2s 0s ease-out; }
    .tm-art-video-list a:hover {
      color: #39a9b0; }

.tm-art-contact {
  background: #39a9b0 url("../images/bg_contact.jpg") no-repeat center center;
  background-size: cover;
  min-height: 560px;
  margin-top: 30px; }
  .tm-art-contact small {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-top: 35px; }

.tm-contact-list {
  margin-top: 50px; }
  .tm-contact-list li:before, .tm-contact-list li:after {
    display: table;
    content: ' '; }
  .tm-contact-list li:after {
    clear: both; }
  .tm-contact-list li + li {
    margin-top: 10px; }
  .tm-contact-list li:hover p {
    color: #fff; }
  .tm-contact-list li:hover .hover {
    opacity: 1; }
  .tm-contact-list li img {
    max-width: 100%; }
  .tm-contact-list figure {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left; }
  .tm-contact-list .hover {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.25s 0s ease-out;
    -o-transition: opacity 0.25s 0s ease-out;
    transition: opacity 0.25s 0s ease-out;
    -webkit-backface-visibility: hidden; }
  .tm-contact-list p {
    line-height: 40px;
    color: #def4f5;
    font-size: 18px;
    margin-left: 55px;
    -webkit-transition: color 0.2s 0s ease-out;
    -o-transition: color 0.2s 0s ease-out;
    transition: color 0.2s 0s ease-out; }

.tm-friend-swiper {
  margin-top: 55px; }
  .tm-friend-swiper .swiper-slide {
    display: block;
    background-color: #fff;
    text-align: center;
    line-height: 110px;
    height: 110px;
    width: 14.28571%; }
    .tm-friend-swiper .swiper-slide + .swiper-slide {
      border-left: 1px solid #d6dae1; }
    .tm-friend-swiper .swiper-slide img {
      max-width: 90%;
      max-height: 90%; }

.about-panel {
  background-color: #e9ecf1; }

.about-panel-inner {
  background-color: #fff;
  padding: 40px 30px; 
  line-height: 26px;
  }

.tm-summary {
  background: url("../images/tm_summary_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px 30px;
  line-height: 26px;
  color: #fefefe;
  font-size: 18px;
  margin-top: 30px; }

.about-panel-title {
  text-align: center;
  font-size: 30px;
  color: #555;
  line-height: 1; }
  .about-panel-title small {
    display: inline-block;
    color: #c0c0c0;
    font-family: 'Arial';
    font-size: 14px;
    text-transform: uppercase;
    position: relative; }
    .about-panel-title small::before, .about-panel-title small::after {
      content: '';
      position: absolute;
      top: 50%;
      width: 1em;
      border-bottom: 1px solid #c0c0c0; }
    .about-panel-title small::before {
      right: 100%;
      margin-right: 1em; }
    .about-panel-title small::after {
      left: 100%;
      margin-left: 1em; }

.tm-sum-list li {
  margin-top: 35px; }
  .tm-sum-list li:before, .tm-sum-list li:after {
    display: table;
    content: ' '; }
  .tm-sum-list li:after {
    clear: both; }

.tm-sum-list figure {
  float: left;
  width: 44.40299%; }

.tm-sum-list section {
  margin-left: 44.40299%;
  padding-left: 40px; }

.tm-sum-list header {
  font-size: 24px;
  color: #08676c; }
  .tm-sum-list header:after {
    content: "";
    display: block;
    width: 1.5em;
    border-bottom: 1px solid #c0c0c0;
    margin-top: 15px; }

.tm-sum-list article {
  line-height: 30px;
  font-size: 18px;
  color: #555;
  margin-top: 1em; }

.tm-contact {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #d6dae1; }

.contact-list {
  font-size: 0;
  letter-spacing: -3px;
  margin: 0 -20px -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .contact-list li {
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.333%;
    vertical-align: top;
    padding: 10px 20px; }
  .contact-list .icon, .contact-list article {
    display: inline-block;
    letter-spacing: normal;
    font-size: 14px;
    vertical-align: middle; }
  .contact-list .icon {
    width: 54px; }
  .contact-list article {
    width: calc(100% - 54px); }
  .contact-list .inner {
    width: 100%;
    padding: 20px 10px;
    border-bottom: 1px solid #d6dae1; }

.tm-map {
  margin-top: 40px; }
  .tm-map img {
    width: 100%; }

.new-list {
  font-size: 0;
  letter-spacing: -3px;
  margin-left: -30px;
  margin-right: -33px; }
  .new-list .grid-sizer {
    border: none;
    padding: 0; }
  .new-list li {
    display: inline-block;
    letter-spacing: normal;
    font-size: 14px;
    vertical-align: top;
    width: 33.333%;
    border-bottom: 1px solid #d6dae1;
    border-left: 1px solid #d6dae1;
    border-right: 1px solid #d6dae1;
    padding: 30px;
    margin-left: -1px; }
  .new-list figure {
    margin-top: -30px;
    margin-bottom: 20px; }
  .new-list header {
	  color: #004a98;
    font-size: 18px;
    -webkit-transition: color .2s 0s ease-out;
    -o-transition: color .2s 0s ease-out;
    transition: color .2s 0s ease-out; }
    .new-list header:hover {
      color: #08676c; }
  .new-list article {
    margin-top: 1em;
    font-size: 16px;
    color: #6b6b6b;
    line-height: 26px; }
  .new-list footer {
    font-size: 16px;
    color: #6b6b6b;
    font-family: 'Arial';
    margin-top: 1em; }

.new-grid {
  overflow: hidden;
  margin-top: 30px; }

.new-more {
  text-align: center;
  margin-top: 45px; }
  .new-more .more {
    display: inline-block;
    border: 1px solid #50bab0;
    line-height: 40px;
    border-radius: 40px;
    min-width: 156px;
    padding: 0 2em;
    font-size: 16px;
    color: #555;
    -webkit-transition: background-color .25s 0s ease-out,color .2s 0s ease-out;
    -o-transition: background-color .25s 0s ease-out,color .2s 0s ease-out;
    transition: background-color .25s 0s ease-out,color .2s 0s ease-out; }
    .new-more .more:hover {
      background-color: #50bab0;
      color: #fff; }

.detail-pane {
  width: 70.52239%;
  border-right: 1px solid #d6dae1;
  padding-right: 30px; }
  .detail-pane > header {
    font-size: 30px;
    color: #08676c;
    text-align: center; }
  .detail-pane > small {
    display: block;
    text-align: center;
    color: #6b6b6b;
    font-size: 1em;
    margin-top: 10px; }
  .detail-pane > article {
    margin-top: 10px;
    border-top: 1px solid #d6dae1;
    border-bottom: 1px solid #d6dae1;
    padding-top: 20px;
    padding-bottom: 35px;
    font-size: 18px;
    color: #6b6b6b;
    line-height: 30px; }
    .detail-pane > article img {
      max-width: 100%; }
  .detail-pane > footer {
    padding-top: 18px;
    font-size: 16px;
    color: #6b6b6b; }
    .detail-pane > footer a {
      max-width: 49%;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap;
      /*padding-left: 28px;*/
      position: relative;
      -webkit-transition: color .2s 0s ease-out;
      -o-transition: color .2s 0s ease-out;
      transition: color .2s 0s ease-out; }
      .detail-pane > footer a:hover {
        color: #38a9af; }
        .detail-pane > footer a:hover::before {
          border-color: #38a9af; }
      .detail-pane > footer a::before {
        /*content: "<";*/
        position: absolute;
        left: 0;
        top: 50%;
        width: 22px;
        height: 22px;
        border-radius: 100%;
        /*border: 1px solid #6b6b6b;*/
        margin-top: -11px;
        text-align: center;
        line-height: 20px;
        -webkit-transition: border .25s 0s ease-out;
        -o-transition: border .25s 0s ease-out;
        transition: border .25s 0s ease-out; }
    .detail-pane > footer .next::before {
      /*content: ">"; */}

.detail-aside {
  width: 27.46269%;
  border: 1px solid #d6dae1; }
  .detail-aside .banner {
    margin: -1px -1px 0; }
    .detail-aside .banner img {
      width: 100%; }
  .detail-aside .list li {
    padding: 20px;
    font-size: 16px;
    color: #6b6b6b;
    line-height: 26px;
    border-bottom: 1px solid #d6dae1; }
    .detail-aside .list li:last-child {
      border-bottom: none; }
  .detail-aside .list a {
    -webkit-transition: color .2s 0s ease-out;
    -o-transition: color .2s 0s ease-out;
    transition: color .2s 0s ease-out; }
    .detail-aside .list a:hover {
      color: #37aaaf; }

.master-list {
  font-size: 0;
  letter-spacing: -3px;
  margin: 25px -10px -10px; }
  .master-list > li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 14px;
    width: 25%;
    padding: 10px; }
  .master-list figure {
    position: relative;
    background-color: #e4e7ee; }
    .master-list figure:before {
      content: '';
      display: block;
      font-size: 0;
      padding-top: 85.9375%; }
    .master-list figure img {
      position: absolute;
      left: 50%;
      top: 50%;
      max-width: 100%;
      max-height: 100%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .master-list a {
    display: block;
    position: relative; }
    .master-list a:hover .mask {
      opacity: 1;
      visibility: visible; }
  .master-list .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 103, 108, 0.6);
    padding: 50px 20px;
    color: #ebebeb;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s 0s ease-out;
    -o-transition: 0.3s 0s ease-out;
    transition: 0.3s 0s ease-out; }
    .master-list .mask header {
      font-size: 28px;
      color: #fff; }
    .master-list .mask article {
      font-size: 16px;
      margin-top: 0.8em; }
    .master-list .mask .more {
      display: block;
      width: 28px;
      height: 28px;
      border: 1px solid #fff;
      text-align: center;
      line-height: 26px;
      border-radius: 100%;
      font-size: 18px;
      color: #fff;
      margin: 1em auto 0; }

.master-card {
  color: #555; }
  .master-card > figure {
    float: left;
    width: 33.0597%;
    background-color: #e4e7ee; }
    .master-card > figure img {
      width: 100%; }
  .master-card > section {
    float: left;
    width: 54.10448%;
    padding: 20px 30px; }
    .master-card > section h3 {
      font-weight: normal;
      font-size: 26px;
      color: #064089; }
    .master-card > section small {
      display: block;
      font-size: 16px;
      margin-top: 0.5em; }
    .master-card > section article {
      font-size: 16px;
      line-height: 26px;
      margin-top: 1.5em; }
  .master-card .tools {
    float: right;
    width: 120px;
    text-align: center; }
    .master-card .tools li {
      border: 1px solid #d7dae1;
      padding: 20px 5px;
      margin-top: -1px; }
      .master-card .tools li:hover .hover {
        visibility: visible;
        opacity: 1; }
      .master-card .tools li:hover p {
        color: #064089; }
    .master-card .tools figure {
      position: relative; }
      .master-card .tools figure img {
        display: inline-block;
        max-width: 90%; }
    .master-card .tools .hover {
      position: absolute;
      z-index: 5;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: opacity .25s 0s ease-out,visibility .25s 0s ease-out;
      -o-transition: opacity .25s 0s ease-out,visibility .25s 0s ease-out;
      transition: opacity .25s 0s ease-out,visibility .25s 0s ease-out;
      -webkit-backface-visibility: hidden; }
    .master-card .tools p {
      font-size: 16px;
      margin-top: 0.5em; }

.master-more {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  border: 1px solid #08676c;
  line-height: 38px;
  width: 154px;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: color .2s 0s ease-out,background-color .25s 0s ease-out;
  -o-transition: color .2s 0s ease-out,background-color .25s 0s ease-out;
  transition: color .2s 0s ease-out,background-color .25s 0s ease-out; }
  .master-more:hover {
    background-color: #08676c;
    color: #fff; }

    
/*! 2019-06-29 fixed */
.tm-panel-header .more {
  font-size: 12px;
  font-family: "Arial";
  margin-top: 5px; }

.tm-zy-new-list {
  padding: 20px 26px; 
  font-size: 14px;
  }

.tm-zy-new-list li + li {
  margin-top: 12px; }

.tm-zy-new-list footer {
  margin-top: 7px;
  font-family: "宋体"; }

.tm-master-preview .content h3 {
  font-weight: normal; }

.tm-master-preview .content .caps,
.tm-master-preview .content .time {
  font-family: "宋体"; }

.tm-consult section li > a {
  font-family: "宋体"; }

.tm-art-title .more {
  position: relative;
  color: transparent; }
  .tm-art-title .more::before, .tm-art-title .more::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #39a9b0; }
  .tm-art-title .more::before {
    width: 14px;
    height: 2px; }
  .tm-art-title .more::after {
    height: 14px;
    width: 2px; }

.tm-art-video .tm-art-title .more {
  color: transparent; }
  .tm-art-video .tm-art-title .more::before, .tm-art-video .tm-art-title .more::after {
    background-color: #fff; }

.detail-pane > small .meta {
  margin: 0 7px; }

.detail-pane > footer a::before {
  color: transparent; }

.detail-pane > footer .prev::before {
  background: url("../images/icon_prev.png") no-repeat center center;
  background-size: 50% auto; }

.detail-pane > footer .prev:hover:before {
  background-image: url("../images/icon_prev_on.png"); }

.detail-pane > footer .next::before {
  background: url("../images/icon_next.png") no-repeat center center;
  background-size: 50% auto; }

.detail-pane > footer .next:hover:before {
  background-image: url("../images/icon_next_on.png"); }

.tm-sum-list header {
  margin-top: -7px; }

.tm-sum-list li {
  margin-top: 50px; }

.contact-list article {
  font-size: 16px;
  margin-left: -10px; }

.contact-list .inner {
  padding-top: 15px;
  padding-bottom: 15px; }

.master-list .mask .more {
  color: transparent;
  position: relative; }
  .master-list .mask .more::before, .master-list .mask .more::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff; }
  .master-list .mask .more::before {
    width: 12px;
    height: 1px; }
  .master-list .mask .more::after {
    height: 12px;
    width: 1px; }

.master-card > figure {
  height: 384px;
  text-align: center;
  line-height: 384px; }
  .master-card > figure img {
    max-height: 100%; }

.master-card .tools li {
  padding: 21px 5px; }

.master-more {
  margin-top: 70px;
  margin-bottom: 40px; }

.master-card {
  margin-top: 35px; }

.tm-header nav li {
  position: relative; }
  .tm-header nav li:hover dl {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    visibility: visible; }

.tm-header nav dl {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 30px);
      -ms-transform: translate(-50%, 30px);
          transform: translate(-50%, 30px);
  background-color: #fff;
  border: 1px solid #f5f5f5;
  white-space: nowrap;
  line-height: 1.4286;
  padding: 7px 0;
  font-size: 14px;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .25s 0s ease-out;
  -o-transition: .25s 0s ease-out;
  transition: .25s 0s ease-out; }
  .tm-header nav dl::before, .tm-header nav dl:after {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 11px;
    left: 0;
    width: 100%; }
  .tm-header nav dl::before {
    width: 12px;
    height: 12px;
    border-left: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    background-color: #fff;
    -webkit-transform: translate(-50%, 6px) rotate(45deg);
        -ms-transform: translate(-50%, 6px) rotate(45deg);
            transform: translate(-50%, 6px) rotate(45deg);
    left: 50%; }
  .tm-header nav dl a {
    display: block;
    padding: 7px 18px;
    color: #555;
    -webkit-transition: color .2s 0s ease-out;
    -o-transition: color .2s 0s ease-out;
    transition: color .2s 0s ease-out; }
    .tm-header nav dl a:hover {
      color: #08676c; }

.new-list figure img {
  max-width: 100%; }
  .tm-master-preview .swiper-slide {
  width: 100%; }

.tm-consult section li {
  display: inline-block;
  position: relative; }
  .tm-consult section li:hover figure {
    visibility: visible;
    opacity: 1; }
  .tm-consult section li > a:nth-child(2) {
    border: none; }
  .tm-consult section li figure {
    position: absolute;
    left: 100%;
    margin-left: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 10px;
    border: 1px solid #e9ecf1;
    background-color: #fff;
    width: 130px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s 0s ease-out;
    -o-transition: .3s 0s ease-out;
    transition: .3s 0s ease-out; }
    .tm-consult section li figure::before {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      right: 100%;
      top: 50%;
      border-left: 1px solid #e9ecf1;
      border-top: 1px solid #e9ecf1;
      -webkit-transform: translate(4px, -50%) rotate(-45deg);
          -ms-transform: translate(4px, -50%) rotate(-45deg);
              transform: translate(4px, -50%) rotate(-45deg);
      background-color: #fff; }
    .tm-consult section li figure img {
      max-width: 100%; }
	  .tm-nav ul > li {
  /*width: 16.66667%;*/ }
  .tm-nav ul > li:hover header {
    color: #f7dc07; }

.tm-nav figure {
  background-color: #fff;
  border-radius: 10px;
  width: 100px;
  height: 100px; }

.tm-nav header {
  font-size: 20px;
  font-weight: bold;
  color: #f7dc07; }

.tm-consult section li figcaption {
  font-size: 12px;
  text-align: center;
  margin-top: 5px; }

.tm-contact-list li + li {
  margin-top: 40px; }

.tm-contact-list li:hover p {
  color: #d9fdff; }

.tm-contact-list figure img {
  display: none; }

.tm-contact-list figure .hover {
  display: block;
  opacity: 1; }

.tm-contact-list p {
  color: #fff;
  line-height: 30px; }

.tm-contact-list small {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #d9fdff;
  margin-left: 55px; }

.new-list header {
  color: #0016be; }
  .new-list header:hover {
    color: #0016be; }
.tm-i-banner{margin-top: 98px;}
.tm-i-banner img {
  display: block;
  width: 1900px; 
  height:400px;}
  .tm-footer .ft-lf {
  margin-top: 25px; }

.tm-footer .ft-rt figcaption {
  line-height: 1; }

.ft-arts .ft-webs {
  width: 490px;
  margin-top: 5px;
  margin-left: 50px;
  padding-top: 0;
  border-top: none;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.7;
  color: #ebeff0; }